SweepFeatureInput.guideRail Property
Parent Object: SweepFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SweepFeatureInput.h>
Description
Gets and sets the guide rail to create the sweep. This can be set to null to remove the guide rail definition and have a single path sweep feature.
Syntax
"sweepFeatureInput_var" is a variable referencing a SweepFeatureInput object.
|
Property Value
This is a read/write property whose value is a Path.Samples
Name | Description |
Sweep with guide rail Feature API Sample | Demonstrates creating a new Sweep feature that uses a guide rail along with a profile. |
Two Rail Sweep Feature API Sample | Demonstrates creating new two rail sweep feature. |