G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsReadParasolid.h
Go to the documentation of this file.
1 
14 #include <gsIO/gsXmlUtils.h>
15 
17 
18 typedef int PK_BSURF_t;
19 typedef int PK_SURF_t;
20 typedef int PK_PART_t;
21 typedef int PK_BODY_t;
22 
23 namespace gismo {
24 
25 namespace extensions {
26 
29  bool gsReadParasolid( const char * fname, internal::gsXmlTree & data );
30 
32  bool readPK_PART( const PK_PART_t & part, internal::gsXmlTree & data );
33 
35  bool readPK_PART_geoms( const PK_PART_t & part, internal::gsXmlTree & data );
36 
38  bool readPK_BODY( const PK_BODY_t & body, internal::gsXmlTree & data );
39 
41  bool readPK_SURF( const PK_SURF_t & pkbs, internal::gsXmlTree & data );
42 
44  bool readPK_BSURF( const PK_BSURF_t & pkbs, internal::gsXmlTree & data );
45 
46 }//extensions
47 
48 }//gismo
49 
Manages starting and stopping Parasolid session.
Provides declaration of input/output XML utilities struct.