IntersectWithPlane Method (IMathPlane) Send Feedback
See Also 
IntersectionLine[out]
Mathematical line or null if Plane is nonintersecting
Plane
Plane
Gets the mathematical line where this plane intersects with the specified plane.

Syntax

Visual Basic 
Function IntersectWithPlane( _
   ByVal Plane As MathPlane _
) As MathLine
C# 
MathLine IntersectWithPlane( 
   MathPlane Plane
)
JavaScript 
IntersectWithPlane( 
   Plane : dsMathPlane
) : dsMathLine
COM native C++ 
HRESULT IntersectWithPlane( 
   IMathPlane* Plane,
   IMathLine** IntersectionLine
) 
C++ 
DSRESULT IntersectWithPlane( 
   dsMathPlane* Plane,
   dsMathLine** IntersectionLine
) 

Parameters

Plane
Plane
IntersectionLine[out] or Return Value
Mathematical line or null if Plane is nonintersecting
 

See Also

Availability

DraftSight V1R1.4