The name of this axis.
# Get the value of the property.propertyValue = rotaryMachineAxis_var.name# Set the value of the property.rotaryMachineAxis_var.name = propertyValue
#include <Cam/Machine/RotaryMachineAxis.h>// Get the value of the property.string propertyValue = rotaryMachineAxis_var->name();// Set the value of the property, where value_var is a string.bool returnValue = rotaryMachineAxis_var->name(value_var);