FreeCAD python wrapper of CAMSimulator CAMSimulator.CAMSim(): Create a path simulator object BeginSimulation(stock, resolution): Start a simulation process on a box shape stock with given resolution ResetSimulation(): Clear the simulation and all gcode commands AddTool(shape, toolnumber, diameter, resolution): Set the shape of the tool to be used for simulation SetBaseShape(shape, resolution): Set the shape of the base object of the job AddCommand(command): Add a path command to the simulation.