Share

LoftFeatureInput.isSolid Property

Parent Object: LoftFeatureInput
Defined 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.

# Get the value of the property.
propertyValue = loftFeatureInput_var.isSolid

# Set the value of the property.
loftFeatureInput_var.isSolid = propertyValue

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.

Version

Introduced in version August 2016

Was this information helpful?