Gets the point where this mathematical line intersects with the specified intersecting plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectWithPlane( _
dsMathPlane* Plane As MathPlane _
) As MathPoint |
C# | |
---|
MathPoint IntersectWithPlane(
MathPlane Plane
) |
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