IntersectWithPlane Method (IMathLine) Send Feedback
See Also 
IntersectionPoint[out]
Point or null if Plane is nonintersecting
Plane
Plane that intersects with this mathematical line
Gets the point where this mathematical line intersects with the specified intersecting plane.

Syntax

Visual Basic 
Function IntersectWithPlane( _
   ByVal Plane As MathPlane _
) As MathPoint
C# 
MathPoint IntersectWithPlane( 
   MathPlane Plane
)
JavaScript 
IntersectWithPlane( 
   Plane : dsMathPlane
) : Number
COM native C++ 
HRESULT IntersectWithPlane( 
   IMathPlane* Plane,
   IMathPoint** IntersectionPoint
) 
C++ 
DSRESULT IntersectWithPlane( 
   dsMathPlane* Plane,
   dsMathPoint** IntersectionPoint
) 

Parameters

Plane
Plane that intersects with this mathematical line
IntersectionPoint[out] or Return Value
Point or null if Plane is nonintersecting
 

See Also

Availability

DraftSight V1R1.4