Nozzle diameter of this extruder in cm.
# Get the value of the property.propertyValue = extruderMachineElement_var.nozzleDiameter# Set the value of the property.extruderMachineElement_var.nozzleDiameter = propertyValue
#include <Cam/Machine/ExtruderMachineElement.h>// Get the value of the property.double propertyValue = extruderMachineElement_var->nozzleDiameter();// Set the value of the property, where value_var is a double.bool returnValue = extruderMachineElement_var->nozzleDiameter(value_var);