v0.1.0
Fast, portable C library for geometry input/output
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
Data Structures | Functions
stl_occ_mesh.h File Reference

STL support of OpenCascade's StlMesh_Mesh. More...

Go to the source code of this file.

Data Structures

struct  gmio_stl_mesh_occmesh
 Provides access to all the triangles of OpenCascade's StlMesh_Mesh. More...
 

Functions

gmio_stl_mesh_creator gmio_stl_occmesh_creator (StlMesh_Mesh *mesh)
 Returns a gmio_stl_mesh_creator that will build a new domain in a StlMesh_Mesh object. More...
 
gmio_stl_mesh_creator gmio_stl_occmesh_creator (const Handle_StlMesh_Mesh &hnd)
 Same as gmio_stl_occmesh_creator(StlMesh_Mesh*) but takes a handle. More...
 

Detailed Description

STL support of OpenCascade's StlMesh_Mesh.

To use this header the source file $INSTALL/src/gmio_support/stl_occ_mesh.cpp
needs to be built in the target project($INSTALL is the root directory where is installed gmio)

Of course this requires the includepath and libpath to point to OpenCascade, the import libraries likely needed are:
TKernel TKMath TKSTL

Fougue © 2016