FreeCAD python wrapper of PathSimulator PathSimulator.PathSim(): Create a path simulator object BeginSimulation(stock, resolution): Start a simulation process on a box shape stock with given resolution SetToolShape(shape): Set the shape of the tool to be used for simulation GetResultMesh(): Return the current mesh result of the simulation. ApplyCommand(placement, command): Apply a single path command on the stock starting from placement. Return current simulation tool.