ExtrudeFeatureInput.thinExtrudeWallThicknessTwo Property

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

Description

Gets and sets the wall thickness for side two of a two sided thin extrude

Syntax

"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object.

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

# Set the value of the property.
extrudeFeatureInput_var.thinExtrudeWallThicknessTwo = propertyValue
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object.
#include <Fusion/Features/ExtrudeFeatureInput.h>

// Get the value of the property.
Ptr<ValueInput> propertyValue = extrudeFeatureInput_var->thinExtrudeWallThicknessTwo();

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

Property Value

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

Version

Introduced in version April 2021