SweepFeatureInput.profileScaling Property
Parent Object: SweepFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SweepFeatureInput.h>
Description
Gets and sets the sweep profile scaling option. It defaults to SweepProfileScaleOption. This property is only used when a guide rail has been specified.
Syntax
"sweepFeatureInput_var" is a variable referencing a SweepFeatureInput object.
|
Property Value
This is a read/write property whose value is a SweepProfileScalingOptions.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. |