RhinoCommon API
BrepCreateFromSweepSegmented Method |
| Name | Description | |
|---|---|---|
| CreateFromSweepSegmented(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.
| |
| CreateFromSweepSegmented(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.
|