The MeshPoint helper class The MeshPoint class provides an interface for the MeshPointPy classes for convenient access to the Mesh data structure. More...
#include <MeshPoint.h>
Public Member Functions | |
bool | isBound () const |
MeshPoint (const Vector3d &vec=Vector3d(), const MeshObject *obj=nullptr, unsigned int index=UINT_MAX) | |
simple constructor More... | |
Public Attributes | |
unsigned int | Index |
Base::Reference< const MeshObject > | Mesh |
The MeshPoint helper class The MeshPoint class provides an interface for the MeshPointPy classes for convenient access to the Mesh data structure.
This class should not be used for programming algorithms in C++. Use Mesh Core classes instead!
Mesh::MeshPoint::MeshPoint | ( | const Vector3d & | vec = Vector3d() , |
const MeshObject * | obj = nullptr , |
||
unsigned int | index = UINT_MAX |
||
) |
simple constructor
bool Mesh::MeshPoint::isBound | ( | ) | const |
unsigned int Mesh::MeshPoint::Index |
Referenced by PathScripts.PathJobGui.StockEdit::activate().
Base::Reference<const MeshObject> Mesh::MeshPoint::Mesh |