Share

ExtrudeFeatureInput.isThinExtrude Property

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

Description

Sets or returns whether the extrude is a thin extrude. Setting it as false will make it a regular extrude.

Syntax

"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object.

# Get the value of the property.
propertyValue = extrudeFeatureInput_var.isThinExtrude

# Set the value of the property.
extrudeFeatureInput_var.isThinExtrude = propertyValue

Property Value

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

Version

Introduced in version April 2021

Was this information helpful?