xmsmesh
1.0
|
A refine point used in meshing. More...
#include <MeMultiPolyMesherIo.h>
Public Member Functions | |
MeRefinePoint (const Pt3d &a_pt, double a_size, bool a_createMeshPoint) | |
Constructor. More... | |
Public Attributes | |
Pt3d | m_pt |
double | m_size |
bool | m_createMeshPoint |
Should a mesh node/point be created at the refine point. | |
A refine point used in meshing.
Definition at line 117 of file MeMultiPolyMesherIo.h.
|
inline |
Constructor.
[in] | a_pt | see member variable |
[in] | a_size | see member variable |
[in] | a_createMeshPoint | see member variable |
Definition at line 124 of file MeMultiPolyMesherIo.h.
Pt3d xms::MeRefinePoint::m_pt |
Location of refine point or hard points. Hard points are points that must be included in the final mesh but have no user specified size associated with them
Definition at line 134 of file MeMultiPolyMesherIo.h.
Referenced by xms::tutReadMeshIoFromFile().
double xms::MeRefinePoint::m_size |
Element size at the refine point. A negative value indicates a "hard point."
Definition at line 138 of file MeMultiPolyMesherIo.h.
Referenced by xms::tutReadMeshIoFromFile().