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...
 
 BaseClass (const BaseClass &)=default
 
virtual PyObjectgetPyObject ()
 This method returns the Python wrapper for a C++ object. More...
 
virtual Type getTypeId () const
 
bool isDerivedFrom (const Type type) const
 
BaseClassoperator= (const BaseClass &)=default
 
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 ()
 
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)
 

Detailed Description

The representation of a CNC Toolpath Simulator.

Constructor & Destructor Documentation

◆ PathSim()

PathSim::PathSim ( )

References m_stock, and m_tool.

◆ ~PathSim()

PathSim::~PathSim ( )

References m_stock, and m_tool.

Member Function Documentation

◆ ApplyCommand()

◆ BeginSimulation()

◆ SetToolShape()

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

References m_tool.

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: