API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > SolidMeshGeometryInfo Class
SolidMeshGeometryInfo Class
Syntax
C++
class SolidMeshGeometryInfo;

TbIfcSolidMeshGeometryInfo.h

Creates a default SolidMeshGeometryInfo with empty solidsList and meshesList. 
Appends a given Mesh to the meshesList.
 
Appends a given Solid to the solidsList.
 
This method takes the solidsList and clips all of its solids between the given range.
 
Returns the list of Meshes. 
Returns the list of Solids. 
Returns the number of Meshes in meshesList. 
Returns the number of Solids in solidsList. 
Splits any solid volumes which consist of multiple closed bodies into individual solids (and updates the storage accordingly). 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.