FreeCAD C++
|
#include <Mod/Mesh/App/MeshPoint.h>
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!
Public Member Functions | |
MeshPoint (const Vector3d &vec=Vector3d(), MeshObject *obj=0, unsigned int index=UINT_MAX) | |
simple constructor | |