ExtrudeFeature.thinExtrudeWallLocationTwo 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 side two 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.thinExtrudeWallLocationTwo
# Set the value of the property. extrudeFeature_var.thinExtrudeWallLocationTwo = 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->thinExtrudeWallLocationTwo();
// Set the value of the property, where value_var is a ThinExtrudeWallLocation. bool returnValue = extrudeFeature_var->thinExtrudeWallLocationTwo(value_var);
|
Property Value
This is a read/write property whose value is a
ThinExtrudeWallLocation.
Version
Introduced in version April 2021