IntersectWithLinearObject Method (IMathPlane) Send Feedback
See Also 
IntersectionPoint[out]
Point or null if LinearObject is nonintersecting
LinearObject
Linear object that intersects this plane
Gets the point where this plane intersects the specified linear object.

Syntax

Visual Basic 
Function IntersectWithLinearObject( _
   ByVal LinearObject As MathLine _
) As MathPoint
C# 
MathPoint IntersectWithLinearObject( 
   MathLine LinearObject
)
JavaScript 
IntersectWithLinearObject( 
   LinearObject : dsMathLine
) : Number
COM native C++ 
HRESULT IntersectWithLinearObject( 
   IMathLine* LinearObject,
   IMathPoint** IntersectionPoint
) 
C++ 
DSRESULT IntersectWithLinearObject( 
   dsMathLine* LinearObject,
   dsMathPoint** IntersectionPoint
) 

Parameters

LinearObject
Linear object that intersects this plane
IntersectionPoint[out] or Return Value
Point or null if LinearObject is nonintersecting
 

See Also

Availability

DraftSight V1R1.4