SweepFeatureInput.isDirectionFlipped Property
Parent Object: SweepFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SweepFeatureInput.h>
Description
Gets and sets if the direction of the sweep is flipped. This property only applies to sweep features that include a guide rail and whose path runs on both sides of the profile.
Syntax
"sweepFeatureInput_var" is a variable referencing a SweepFeatureInput object.
|
Property Value
This is a read/write property whose value is a boolean.Samples
Name | Description |
Two Rail Sweep Feature API Sample | Demonstrates creating new two rail sweep feature. |