Share

LoftFeatureInput.isClosed Property

Parent Object: LoftFeatureInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/LoftFeatureInput.h>

Description

Specifies if the loft closes back on itself. In other words, the first section is also used as the last section and the connection is smooth. This property defaults to false.

Syntax

"loftFeatureInput_var" is a variable referencing a LoftFeatureInput object.

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

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

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version January 2022

Was this information helpful?