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 ( _
triangle As Triangle _
) As Edge |
Return Value
Returns
- the intersection edge of the plane and triangle if the plane intersects triangle and
- null if the plane does not intersect triangle. In particular, it returns
- null if the plane is parallel to triangle or
- null if the plane is coplanar to triangle
See Also