Brep.CreateFromSweep Method

BrepCreateFromSweep Method

Overload List
  NameDescription
Public methodStatic memberCreateFromSweep(Curve, Curve, Boolean, Double)
Sweep1 function tht fits a surface through a profile curve that define the surface cross-sections and one curve that defines a surface edge. ///
Public methodStatic memberCreateFromSweep(Curve, IEnumerableCurve, Boolean, Double)
Sweep1 function tht fits a surface through a profile curve that define the surface cross-sections and one curve that defines a surface edge.
Public methodStatic memberCreateFromSweep(Curve, Curve, Curve, Boolean, Double)
General 2 rail sweep. If you are not producing the sweep results that you are after, then use the SweepTwoRail class with options to generate the swept geometry
Public methodStatic memberCreateFromSweep(Curve, Curve, IEnumerableCurve, Boolean, Double)
General 2 rail sweep. If you are not producing the sweep results that you are after, then use the SweepTwoRail class with options to generate the swept geometry
Top
See Also