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

Reading OpenCascade .brep and others via OCCT. More...

+ Include dependency graph for gsReadOcct.h:

Go to the source code of this file.

Namespaces

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

Functions

bool gsReadBrep (const char *filename, internal::gsXmlTree &data)
 Reads a brep file.
 
bool readGeom2d_BSplineCurve (const opencascade::handle< Geom2d_BSplineCurve > &bsp2d, internal::gsXmlTree &data)
 Extracts a 2d B-spline curve.
 
bool readGeom2d_Curve (const opencascade::handle< Geom2d_Curve > &C, internal::gsXmlTree &data)
 Extracts a 2d curve.
 
bool readGeom_BSplineSurface (const opencascade::handle< Geom_BSplineSurface > &S, internal::gsXmlTree &data)
 Extracts a B-spline surface.
 
bool readGeom_Surface (const opencascade::handle< Geom_Surface > &S, internal::gsXmlTree &data)
 Extracts a surface.
 
bool readTopoDS_Shape (const TopoDS_Shape &shape, internal::gsXmlTree &data)
 Extracts a TopoDS_Shape.
 

Detailed Description

Reading OpenCascade .brep and others via OCCT.

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