PathSimulator::PathSim Class Reference

The representation of a CNC Toolpath Simulator. More...

#include <PathSim.h>

Public Member Functions

Base::PlacementApplyCommand (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...
 
virtual PyObjectgetPyObject (void)
 This method returns the Python wrapper for a C++ object. More...
 
virtual Type getTypeId (void) const
 
bool isDerivedFrom (const Type type) const
 
virtual void setPyObject (PyObject *)
 
virtual ~BaseClass ()
 Destruction. More...
 

Public Attributes

cStockm_stock
 
cSimToolm_tool
 

Additional Inherited Members

- Static Public Member Functions inherited from Base::BaseClass
static void * create (void)
 
static Type getClassTypeId (void)
 
static void init (void)
 
- Static Protected Member Functions inherited from Base::BaseClass
static void initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
 

Detailed Description

The representation of a CNC Toolpath Simulator.

Constructor & Destructor Documentation

◆ PathSim()

PathSim::PathSim ( )

◆ ~PathSim()

PathSim::~PathSim ( )

Member Function Documentation

◆ ApplyCommand()

◆ BeginSimulation()

◆ SetToolShape()

void PathSim::SetToolShape ( const TopoDS_Shape &  toolShape,
float  resolution 
)

Member Data Documentation

◆ m_stock

cStock* PathSimulator::PathSim::m_stock

◆ m_tool

cSimTool* PathSimulator::PathSim::m_tool

The documentation for this class was generated from the following files:
  • src/Mod/Path/PathSimulator/App/PathSim.h
  • src/Mod/Path/PathSimulator/App/PathSim.cpp