LoftFeatureInput.loftSections Property
Parent Object: LoftFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/LoftFeatureInput.h>
Description
The set of sections, (or profiles as they're referred to in the user-interface), that the loft will pass through. Use the add method on the LoftSections object to specify new sections.
Syntax
"loftFeatureInput_var" is a variable referencing a LoftFeatureInput object.
|
Property Value
This is a read only property whose value is a LoftSections.Samples
Name | Description |
loftFeatures.add | Demonstrates the loftFeatures.add method. |
Loft Feature API Sample | Demonstrates creating a new loft feature. |