G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
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
23namespace gismo {
24
25namespace extensions {
26
27
28GISMO_EXPORT bool writeOcctStep(const gsSurface<real_t> & srf, const std::string & name);
29GISMO_EXPORT bool writeOcctIges(const gsSurface<real_t> & srf, const std::string & name);
30GISMO_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.
The G+Smo namespace, containing all definitions for the library.