IntersectWithLinearObject Method (IMathPlane)
Gets the point where this plane intersects the specified linear object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectWithLinearObject( _
IMathLine* LinearObject As MathLine _
) As MathPoint |
C# | |
---|
MathPoint IntersectWithLinearObject(
MathLine LinearObject
) |
JavaScript | |
---|
IntersectWithLinearObject(
LinearObject : MathLine\n) : Number |
Parameters
- LinearObject
- Linear object that intersects this plane
Parameters
- IntersectionPoint[out] or Return Value
- Point or null if LinearObject is nonintersecting
See Also
Availability
DraftSight V1R1.4