Computes the spatial intersection of two objects.
Namespace:
ceometric.VectorGeometry
Assembly:
ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function Intersect3d ( _
plane As Plane _
) As Point |
Visual C++ |
---|
public:
Point^ Intersect3d(
Plane^ plane
) |
Return Value
Returns
- the intersection point of the line and plane if the line intersects plane
- null if the line does not intersect plane. In particular, it returns
- null if the line is coplanar or parallel to plane
See Also