Brep.CreateFromSweepSegmented Method

BrepCreateFromSweepSegmented Method

Overload List
  NameDescription
Public methodStatic memberCreateFromSweepSegmented(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. The Segmented version breaks the rail at curvature kinks and sweeps each piece separately, then put the results together into a Brep.
Public methodStatic memberCreateFromSweepSegmented(Curve, IEnumerableCurve, Boolean, Double)
Sweep1 function tht fits a surface through a series of profile curves that define the surface cross-sections and one curve that defines a surface edge. The Segmented version breaks the rail at curvature kinks and sweeps each piece separately, then put the results together into a Brep.
Top
See Also