Gets the point where this mathematical line intersects with the specified intersecting plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectWithPlane( _
IMathPlane* Plane As MathPlane _
) As MathPoint |
C# | |
---|
MathPoint IntersectWithPlane(
MathPlane Plane
) |
JavaScript | |
---|
IntersectWithPlane(
Plane : MathPlane\n) : Number |
Parameters
- Plane
- Plane that intersects with this mathematical line
Parameters
- IntersectionPoint[out] or Return Value
- Point or null if Plane is nonintersecting
See Also
Availability
DraftSight V1R1.4