![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
Provides declaration of gsReadParasolid functions. More...
Include dependency graph for gsReadParasolid.h:Go to the source code of this file.
Namespaces | |
| namespace | gismo |
| The G+Smo namespace, containing all definitions for the library. | |
Functions | |
| bool | gsReadParasolid (const char *fname, internal::gsXmlTree &data) |
| bool | readPK_BODY (const PK_BODY_t &body, internal::gsXmlTree &data) |
| Extracts a Parasolid body. | |
| bool | readPK_BSURF (const PK_BSURF_t &pkbs, internal::gsXmlTree &data) |
| Extracts a b-surface from Parasolid. | |
| bool | readPK_PART (const PK_PART_t &part, internal::gsXmlTree &data) |
| Extracts a Parasolid part. | |
| bool | readPK_PART_geoms (const PK_PART_t &part, internal::gsXmlTree &data) |
| Extracts all geometries from a Parasolid part. | |
| bool | readPK_SURF (const PK_SURF_t &pkbs, internal::gsXmlTree &data) |
| Extracts a surface from Parasolid. | |
Provides declaration of gsReadParasolid 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
| bool gsReadParasolid | ( | const char * | fname, |
| internal::gsXmlTree & | data | ||
| ) |
Reads a parasolid file
| fname | filename (without extension) |