ExtrudeFeature.thinExtrudeWallLocationOne Property
Parent Object:
ExtrudeFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtrudeFeature.h>
Description
Gets and sets the wall location 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.thinExtrudeWallLocationOne
# Set the value of the property. extrudeFeature_var.thinExtrudeWallLocationOne = propertyValue
|
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
#include <Fusion/Features/ExtrudeFeature.h>
// Get the value of the property. ThinExtrudeWallLocation propertyValue = extrudeFeature_var->thinExtrudeWallLocationOne();
// Set the value of the property, where value_var is a ThinExtrudeWallLocation. bool returnValue = extrudeFeature_var->thinExtrudeWallLocationOne(value_var);
|
Property Value
This is a read/write property whose value is a
ThinExtrudeWallLocation.
Version
Introduced in version April 2021