Mesh::MeshPoint Class Reference
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 (void) const |
MeshPoint (const Vector3d &vec=Vector3d(), MeshObject *obj=0, unsigned int index=UINT_MAX) | |
simple constructor More... | |
Public Attributes | |
unsigned int | Index |
Base::Reference< MeshObject > | Mesh |
Detailed Description
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!
Constructor & Destructor Documentation
◆ MeshPoint()
Mesh::MeshPoint::MeshPoint | ( | const Vector3d & | vec = Vector3d() , |
MeshObject * | obj = 0 , |
||
unsigned int | index = UINT_MAX |
||
) |
simple constructor
Member Function Documentation
◆ isBound()
bool Mesh::MeshPoint::isBound | ( | void | ) | const |
Member Data Documentation
◆ Index
unsigned int Mesh::MeshPoint::Index |
◆ Mesh
Base::Reference<MeshObject> Mesh::MeshPoint::Mesh |
The documentation for this class was generated from the following file:
- src/Mod/Mesh/App/MeshPoint.h