G+Smo
24.08.0
Geometry + Simulation Modules
|
Provides declaration of functions that write 3DM file format. More...
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... | |
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