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