G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsWriteOpenNurbs.h File Reference

Provides declaration of functions that write 3DM file format. More...

+ Include dependency graph for gsWriteOpenNurbs.h:

Go to the source code of this file.

Namespaces

 gismo
 The G+Smo namespace, containing all definitions for the library.
 

Functions

template<class T >
bool writeON_Mesh (const gsMesh< T > &msh, const std::string &name)
 Writes a Mesh to OpenNurbs file.
 
template<class T >
bool writeON_MultiPatch (const gsMultiPatch< T > &patches, const std::string &name)
 Writes a MultiPatch to OpenNurbs file.
 
template<class T >
bool writeON_NurbsCurve (const gsCurve< T > &curve, ONX_Model &model, const std::string &name)
 Writes a Curve to OpenNurbs file.
 
template<class T >
bool writeON_NurbsSurface (const gsSurface< T > &surface, ONX_Model &model, const std::string &name)
 Writes a Surface to OpenNurbs file.
 
template<class T >
bool writeON_PlanarDomain (const gsPlanarDomain< T > &pd, const std::string &name)
 Writes a planar domain to OpenNurbs file. More...
 

Detailed Description

Provides declaration of functions that write 3DM file format.

This file is part of the G+Smo library.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Author(s): A. Mantzaflaris