|
CFx SDK Documentation 2024 SP0
|
#include <FMMeshSew.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 71 of file FMMeshSew.h.
| FacetModeler::TrMeshSew::TrMeshSew | ( | GeMesh::OdGeTrMesh * | pMesh, |
| double | tol = 1e-3 |
||
| ) |
| void FacetModeler::TrMeshSew::joinVertexes | ( | ) |
| void FacetModeler::TrMeshSew::sewEdges | ( | ) |
| void FacetModeler::TrMeshSew::sewVertexes | ( | ) |
| OdLinkedArray<TrEdge> FacetModeler::TrMeshSew::m_aEdgeSI |
Definition at line 82 of file FMMeshSew.h.
| OdLinkedArray<TrVertex> FacetModeler::TrMeshSew::m_aVertexSI |
Definition at line 81 of file FMMeshSew.h.
| GeMesh::OdGeTrMesh* FacetModeler::TrMeshSew::m_pMesh |
Definition at line 80 of file FMMeshSew.h.
| OdSiSpatialIndexPtr FacetModeler::TrMeshSew::m_pSpatialIndexEdge |
Definition at line 84 of file FMMeshSew.h.
| OdSiSpatialIndexPtr FacetModeler::TrMeshSew::m_pSpatialIndexVx |
Definition at line 83 of file FMMeshSew.h.
| double FacetModeler::TrMeshSew::tolSew |
Definition at line 86 of file FMMeshSew.h.