cStock Class Reference
#include <VolSim.h>
Public Member Functions | |
| void | ApplyCircularTool (Point3D &p1, Point3D &p2, Point3D ¢, cSimTool &tool, bool isCCW) |
| void | ApplyLinearTool (Point3D &p1, Point3D &p2, cSimTool &tool) |
| void | CreatePocket (float x, float y, float rad, float height) |
| cStock (float px, float py, float pz, float lx, float ly, float lz, float res) | |
| void | Tessellate (Mesh::MeshObject &meshOuter, Mesh::MeshObject &meshInner) |
| Point3D | ToInner (Point3D &p) |
| ~cStock () | |
Constructor & Destructor Documentation
◆ cStock()
| cStock::cStock | ( | float | px, |
| float | py, | ||
| float | pz, | ||
| float | lx, | ||
| float | ly, | ||
| float | lz, | ||
| float | res | ||
| ) |
References Array2D< T >::Init().
◆ ~cStock()
| cStock::~cStock | ( | ) |
Member Function Documentation
◆ ApplyCircularTool()
◆ ApplyLinearTool()
◆ CreatePocket()
| void cStock::CreatePocket | ( | float | x, |
| float | y, | ||
| float | rad, | ||
| float | height | ||
| ) |
◆ Tessellate()
| void cStock::Tessellate | ( | Mesh::MeshObject & | meshOuter, |
| Mesh::MeshObject & | meshInner | ||
| ) |
References Mesh::MeshObject::addFacets().
Referenced by PathSimulator::PathSimPy::GetResultMesh().
◆ ToInner()
Referenced by ApplyCircularTool(), and ApplyLinearTool().
The documentation for this class was generated from the following files:
- src/Mod/Path/PathSimulator/App/VolSim.h
- src/Mod/Path/PathSimulator/App/VolSim.cpp
1.8.17