Coordinate to use for post processing.
# Get the value of the property.propertyValue = machineAxisConfiguration_var.coordinate# Set the value of the property.machineAxisConfiguration_var.coordinate = propertyValue
#include <Cam/Machine/MachineAxisConfiguration.h>// Get the value of the property.MachineAxisCoordinates propertyValue = machineAxisConfiguration_var->coordinate();// Set the value of the property, where value_var is a MachineAxisCoordinates.bool returnValue = machineAxisConfiguration_var->coordinate(value_var);