Gets and sets the rotation angle. This defaults to zero.
# Get the value of the property.propertyValue = embossFeatureInput_var.rotationAngle# Set the value of the property.embossFeatureInput_var.rotationAngle = propertyValue
#include <Fusion/Features/EmbossFeatureInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = embossFeatureInput_var->rotationAngle();// Set the value of the property, where value_var is a ValueInput.bool returnValue = embossFeatureInput_var->rotationAngle(value_var);