RhinoCommon API
BrepCreateFromSweep Method |
| Name | Description | |
|---|---|---|
| CreateFromSweep(Curve, Curve, Boolean, Double) |
General 1 rail sweep. If you are not producing the sweep results that you are after, then
use the SweepOneRail class with options to generate the swept geometry
| |
| CreateFromSweep(Curve, IEnumerableCurve, Boolean, Double) |
General 1 rail sweep. If you are not producing the sweep results that you are after, then
use the SweepOneRail class with options to generate the swept geometry
| |
| CreateFromSweep(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
| |
| CreateFromSweep(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
|