LoftFeatureInput.isSolid Property
Parent Object: LoftFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/LoftFeatureInput.h>
Description
Specifies if the loft should be created as a solid or surface. This is initialized to true so a solid will attempt to be created if it's not changed.
Syntax
"loftFeatureInput_var" is a variable referencing a LoftFeatureInput object.
|
Property Value
This is a read/write property whose value is a boolean.Samples
Name | Description |
loftFeatures.add | Demonstrates the loftFeatures.add method. |
Loft Feature API Sample | Demonstrates creating a new loft feature. |