"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);