Click or drag to resize

CurveCreateBooleanDifference Method

Overload List
  NameDescription
Public methodStatic memberCreateBooleanDifference(Curve, Curve) Obsolete.
Calculates the boolean difference between two closed, planar curves. Note, curves must be co-planar.
Public methodStatic memberCreateBooleanDifference(Curve, IEnumerableCurve) Obsolete.
Calculates the boolean difference between a closed planar curve, and a list of closed planar curves. Note, curves must be co-planar.
Public methodStatic memberCreateBooleanDifference(Curve, Curve, Double)
Calculates the boolean difference between two closed, planar curves. Note, curves must be co-planar.
Public methodStatic memberCreateBooleanDifference(Curve, IEnumerableCurve, Double)
Calculates the boolean difference between a closed planar curve, and a list of closed planar curves. Note, curves must be co-planar.
Top
See Also