IntersectWithPlane Method (IMathPlane)
Gets the mathematical line where this plane intersects with the specified plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectWithPlane( _
IMathPlane* Plane As MathPlane _
) As MathLine |
C# | |
---|
MathLine IntersectWithPlane(
MathPlane Plane
) |
Parameters
- Plane
- Plane
Parameters
- IntersectionLine[out] or Return Value
- Mathematical line or null if Plane is nonintersecting
See Also
Availability
DraftSight V1R1.4