IntersectWithLinearObject Method (IMathPlane)
Gets the point where this plane intersects the specified linear object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectWithLinearObject( _
dsMathLine* LinearObject As MathLine _
) As MathPoint |
C# | |
---|
MathPoint IntersectWithLinearObject(
MathLine LinearObject
) |
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