The representation of a CNC Toolpath Simulator. More...
#include <PathSim.h>
Public Member Functions | |
Base::Placement * | ApplyCommand (Base::Placement *pos, Command *cmd) |
void | BeginSimulation (Part::TopoShape *stock, float resolution) |
PathSim () | |
void | SetToolShape (const TopoDS_Shape &toolShape, float resolution) |
~PathSim () | |
Public Member Functions inherited from Base::BaseClass | |
BaseClass () | |
Construction. More... | |
BaseClass (const BaseClass &)=default | |
virtual PyObject * | getPyObject () |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type | getTypeId () const |
bool | isDerivedFrom (const Type type) const |
BaseClass & | operator= (const BaseClass &)=default |
virtual void | setPyObject (PyObject *) |
virtual | ~BaseClass () |
Destruction. More... | |
Public Attributes | |
cStock * | m_stock |
cSimTool * | m_tool |
Additional Inherited Members | |
Static Public Member Functions inherited from Base::BaseClass | |
static void * | create () |
static Type | getClassTypeId () |
static void | init () |
Static Protected Member Functions inherited from Base::BaseClass | |
static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) |
The representation of a CNC Toolpath Simulator.
Base::Placement * PathSim::ApplyCommand | ( | Base::Placement * | pos, |
Command * | cmd | ||
) |
void PathSim::BeginSimulation | ( | Part::TopoShape * | stock, |
float | resolution | ||
) |
void PathSim::SetToolShape | ( | const TopoDS_Shape & | toolShape, |
float | resolution | ||
) |
References m_tool.
cStock* PathSimulator::PathSim::m_stock |
Referenced by ApplyCommand(), BeginSimulation(), PathSim(), and ~PathSim().
cSimTool* PathSimulator::PathSim::m_tool |
Referenced by ApplyCommand(), PathSim(), SetToolShape(), and ~PathSim().