Solid.IntersectWithCurve
Description:
Calculates and returns the intersection between a curve and this solid.
Calculates and returns the intersection between a curve and this solid.
public SolidCurveIntersection IntersectWithCurve(
Curve curve,
SolidCurveIntersectionOptions options
)
-
curveThe curve.
-
optionsThe options. If NULL, the default options will be used.
-
The input curve is not bound. -or- The input solid is not a closed volume.
-
A non-optional argument was NULL