Get the tool station object for this part. Will return null if the part has no tool station assigned.
# Get the value of the property.propertyValue = machinePart_var.toolStation
#include <Cam/Machine/MachinePart.h>// Get the value of the property.Ptr<MachineToolStation> propertyValue = machinePart_var->toolStation();