Click or drag to resize

CurveProjectToBrep Method

Overload List
  NameDescription
Public methodStatic memberProjectToBrep(Curve, Brep, Vector3d, Double)
Projects a Curve onto a Brep along a given direction.
Public methodStatic memberProjectToBrep(Curve, IEnumerableBrep, Vector3d, Double)
Projects a Curve onto a collection of Breps along a given direction.
Public methodStatic memberProjectToBrep(IEnumerableCurve, IEnumerableBrep, Vector3d, Double)
Projects a collection of Curves onto a collection of Breps along a given direction.
Public methodStatic memberProjectToBrep(Curve, IEnumerableBrep, Vector3d, Double, Int32)
Projects a Curve onto a collection of Breps along a given direction.
Public methodStatic memberProjectToBrep(IEnumerableCurve, IEnumerableBrep, Vector3d, Double, Int32, Int32)
Projects a collection of Curves onto a collection of Breps along a given direction.
Top
See Also