G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsWriteOcct.h
Go to the documentation of this file.
1 
14 #pragma once
15 
16 #include <gsCore/gsDebug.h>
17 
18 #include <gsIO/gsXml.h>
19 
20 #define gsEndl std::endl
21 
22 
23 namespace gismo {
24 
25 namespace extensions {
26 
27 
28 GISMO_EXPORT bool writeOcctStep(const gsSurface<real_t> & srf, const std::string & name);
29 GISMO_EXPORT bool writeOcctIges(const gsSurface<real_t> & srf, const std::string & name);
30 GISMO_EXPORT bool writeOcctIgesMp(const gsMultiPatch<real_t> & srf, const std::string & name);
31 
32 
33 } //extensions
34 
35 }//namespace gismo
This file contains the debugging and messaging system of G+Smo.
Provides declaration of input/output XML utilities struct.