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 ( _
ellipse As Ellipse _
) As Edge |
Visual C++ |
---|
public:
Edge^ Intersect3d(
Ellipse^ ellipse
) |
Return Value
Returns
- the intersection edge of the circle and ellipse if the circle intersects ellipse and
- null if the circle does not intersect ellipse. In particular, it returns
- null if the circle is coplanar or parallel to ellipse
See Also