Gets and sets the wall thickness for side two of a two sided thin extrude
# Get the value of the property.propertyValue = extrudeFeatureInput_var.thinExtrudeWallThicknessTwo# Set the value of the property.extrudeFeatureInput_var.thinExtrudeWallThicknessTwo = propertyValue
#include <Fusion/Features/ExtrudeFeatureInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = extrudeFeatureInput_var->thinExtrudeWallThicknessTwo();// Set the value of the property, where value_var is a ValueInput.bool returnValue = extrudeFeatureInput_var->thinExtrudeWallThicknessTwo(value_var);