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
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object.
#include <Fusion/Features/ExtrudeFeatureInput.h>

// Get the value of the property.
boolean propertyValue = extrudeFeatureInput_var->isThinExtrude();

// Set the value of the property, where value_var is a boolean.
bool returnValue = extrudeFeatureInput_var->isThinExtrude(value_var);

Property Value

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

Version

Introduced in version April 2021