The maximum volume output measured in cm^3/s.
# Get the value of the property.propertyValue = extruderMachineElement_var.volumePerSecond# Set the value of the property.extruderMachineElement_var.volumePerSecond = propertyValue
#include <Cam/Machine/ExtruderMachineElement.h>// Get the value of the property.double propertyValue = extruderMachineElement_var->volumePerSecond();// Set the value of the property, where value_var is a double.bool returnValue = extruderMachineElement_var->volumePerSecond(value_var);