OpenLexocad
28.0
|
This is the complete list of members for Topo::MeshTool, including all inherited members.
convertMesh2Brep_by_Face_Stiching(pConstMesh mesh, std::vector< std::vector< Geom::Pnt >> &defectPolygons) | Topo::MeshTool | static |
convertMesh2Polyhedral(pConstMesh mesh, std::vector< std::vector< Geom::Pnt >> &defectPolygons) | Topo::MeshTool | static |
convertMesh2Shape(pConstMesh mesh, std::vector< std::vector< Geom::Pnt >> &defectPolygons) | Topo::MeshTool | static |
convertMesh2Shell(pConstMesh mesh, std::vector< std::vector< Geom::Pnt >> &defectPolygons) | Topo::MeshTool | static |
convertMesh2Solid(pConstMesh aMesh, bool prefer_stiching, bool onlyClosedSolid, bool mergePlanarFaces) | Topo::MeshTool | static |
copy(pConstMesh mesh, bool deepCopy=false) | Topo::MeshTool | static |
getCreaseAngle(pConstMesh mesh, float &angle) | Topo::MeshTool | static |
getElementsFromOMFFile(Core::CoreDocument *doc, const Base::String &fileName, double scaleFactor=1., bool terrain=false) | Topo::MeshTool | static |
getMesh(pConstMesh mesh, std::vector< Geom::Pnt > &nodes, std::vector< int > &model, std::vector< Draw::SurfaceStyle > &surfaceStyles, std::vector< int > &faceIndices, std::vector< int > &surfaceStyleIndices, std::vector< Geom::Pnt2d > &textureCoords, std::vector< int > &textureCoordIndices, std::vector< Topo::LineItem > *lineItems=0) | Topo::MeshTool | static |
isClosed(pConstMesh mesh) | Topo::MeshTool | static |
isPlanar(pConstMesh mesh) | Topo::MeshTool | static |
makeMesh(const std::vector< Geom::Pnt > &nodes, const std::vector< int > &model, const std::vector< Geom::Pnt2d > &textureCoords, const std::vector< int > &textureCoordIndices, const std::vector< Geom::Pnt > &normals) | Topo::MeshTool | static |
makeMesh(const std::vector< Geom::Pnt > &nodes, const std::vector< int > &model) | Topo::MeshTool | static |
makeMesh(const std::vector< Geom::Pnt > &nodes, const std::vector< int > &model, const std::vector< Geom::Pnt > &normals) | Topo::MeshTool | static |
makeMeshFromBrepData(pConstBrepData data) | Topo::MeshTool | static |
MeshTool(void) | Topo::MeshTool | |
triangulationToMesh(pConstShape shape) | Topo::MeshTool | static |
triangulationToMesh(pConstShape shape, bool highQuality, std::vector< int > *newToOldFaceIdxMap=0) | Topo::MeshTool | static |
~MeshTool(void) | Topo::MeshTool | virtual |