ExtrudeFeature.thinExtrudeWallThicknessOne Property

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

Description

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

Syntax

"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.

# Get the value of the property.
propertyValue = extrudeFeature_var.thinExtrudeWallThicknessOne
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
#include <Fusion/Features/ExtrudeFeature.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = extrudeFeature_var->thinExtrudeWallThicknessOne();

Property Value

This is a read only property whose value is a ModelParameter.

Version

Introduced in version April 2021