IntersectWithPlane Method (IMathPlane)
Gets the mathematical line where this plane intersects with the specified plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectWithPlane( _
dsMathPlane* Plane As MathPlane _
) As MathLine |
C# | |
---|
MathLine IntersectWithPlane(
MathPlane Plane
) |
Parameters
- Plane
- Plane
- IntersectionLine[out] or Return Value
- Mathematical line or null if Plane is nonintersecting
See Also
Availability
DraftSight V1R1.4