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 SetCurrentTool(tool):\n Set the current Path Tool for the subsequent simulator operations.\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.