CFx SDK Documentation
2023 SP0
|
#include <GiTrMeshSew.h>
Public Member Functions | |
TrMeshSew (GeMesh::OdGeTrMesh *pMesh, double tol=1e-3) | |
void | joinVertexes () |
void | sewVertexes () |
void | sewEdges () |
Public Attributes | |
GeMesh::OdGeTrMesh * | m_pMesh |
OdLinkedArray< TrVertex > | m_aVertexSI |
OdLinkedArray< TrEdge > | m_aEdgeSI |
OdSiSpatialIndexPtr | m_pSpatialIndexVx |
OdSiSpatialIndexPtr | m_pSpatialIndexEdge |
double | tolSew |
Definition at line 73 of file GiTrMeshSew.h.
GiMesh::TrMeshSew::TrMeshSew | ( | GeMesh::OdGeTrMesh * | pMesh, |
double | tol = 1e-3 |
||
) |
void GiMesh::TrMeshSew::joinVertexes | ( | ) |
void GiMesh::TrMeshSew::sewEdges | ( | ) |
void GiMesh::TrMeshSew::sewVertexes | ( | ) |
OdLinkedArray<TrEdge> GiMesh::TrMeshSew::m_aEdgeSI |
Definition at line 84 of file GiTrMeshSew.h.
OdLinkedArray<TrVertex> GiMesh::TrMeshSew::m_aVertexSI |
Definition at line 83 of file GiTrMeshSew.h.
GeMesh::OdGeTrMesh* GiMesh::TrMeshSew::m_pMesh |
Definition at line 82 of file GiTrMeshSew.h.
OdSiSpatialIndexPtr GiMesh::TrMeshSew::m_pSpatialIndexEdge |
Definition at line 86 of file GiTrMeshSew.h.
OdSiSpatialIndexPtr GiMesh::TrMeshSew::m_pSpatialIndexVx |
Definition at line 85 of file GiTrMeshSew.h.
double GiMesh::TrMeshSew::tolSew |
Definition at line 91 of file GiTrMeshSew.h.