Open CASCADE Technology
6.9.0
|
The package Algorithm for Meshing implements facilities to retrieve the Mesh data-structure from a shape of package TopoDS. The triangulation should be computed before. The result is stored in the mesh data-structure Mesh from package StlMesh. More...
#include <StlTransfer.hxx>
Static Public Member Functions | |
static void | RetrieveMesh (const TopoDS_Shape &Shape, const Handle< StlMesh_Mesh > &Mesh) |
Retrieve a Mesh data-structure from the Shape, convert and store it into the Mesh. More... | |
The package Algorithm for Meshing implements facilities to retrieve the Mesh data-structure from a shape of package TopoDS. The triangulation should be computed before. The result is stored in the mesh data-structure Mesh from package StlMesh.
|
static |
Retrieve a Mesh data-structure from the Shape, convert and store it into the Mesh.