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

Provides declaration of gsWriteParasolid functions. More...

+ Include dependency graph for gsWriteParasolid.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 createPK_BCURVE (const gsBSpline< T > &curve, PK_BCURVE_t &bcurve)
 
template<class T >
bool createPK_BSURF (const gsTensorBSpline< 2, T > &bsp, PK_BSURF_t &bsurf, bool closed_u=false, bool closed_v=false)
 
template<class T >
bool createPK_GEOM (const gsGeometry< T > &ggeo, PK_GEOM_t &pgeo)
 
template<class T >
bool exportMesh (const gsMesh< T > &mesh, PK_BODY_t &body)
 
template<class T >
bool exportTHBsurface (const gsTHBSpline< 2, T > &surface, PK_ASSEMBLY_t &body)
 
template<class T >
bool exportTHBsurface (const gsTHBSpline< 2, T > &surface, const std::vector< T > &par_boxes, PK_ASSEMBLY_t &body)
 
template<class T >
bool getParBoxAsIndexBoxInLevel (const gsTHBSplineBasis< 2, T > &basis, unsigned lvl, const std::vector< real_t > &par_box, std::vector< unsigned > &index_box)
 
template<class T >
bool gsWriteParasolid (const gsGeometry< T > &ggeo, std::string const &filename)
 
template<class T >
bool gsWritePK_SHEET (const gsTensorBSpline< 2, T > &tp, const std::string &filename)
 Converts tp into a PK_SHEET and writes it to filename.xmt_txt.
 
template<class T >
bool parBoxesIntersect (const std::vector< T > &par_boxes)
 

Detailed Description

Provides declaration of gsWriteParasolid functions.

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