ExtrudeFeatureInput.thinExtrudeWallThicknessOne 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 a one sided thin extrude or side one 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.thinExtrudeWallThicknessOne

# Set the value of the property.
extrudeFeatureInput_var.thinExtrudeWallThicknessOne = 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->thinExtrudeWallThicknessOne();

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

Property Value

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

Version

Introduced in version April 2021