OpenLexocad  27.1
OpenLxApp::FaceBasedSurfaceModel Class Reference

A face based surface model is described by a set of connected face sets of dimensionality 2. The connected face sets shall not intersect except at edges and vertices, except that a face in one connected face set may overlap a face in another connected face set, provided the face boundaries are identical. There shall be at least one connected face set. (Definition from ISO/CD 16739:2011) More...

#include <FaceBasedSurfaceModel.h>

Inheritance diagram for OpenLxApp::FaceBasedSurfaceModel:
OpenLxApp::Geometry OpenLxApp::DocObject

Public Member Functions

std::vector< pBrepDatagetFbsmFaces () const
 
void setFbsmFaces (const std::vector< pBrepData > &aValue)
 
 ~FaceBasedSurfaceModel (void)
 
- Public Member Functions inherited from OpenLxApp::Geometry
virtual ~Geometry (void)
 
pShape computeShape (bool checkShape=false)
 
pConstShape getShape (void) const
 
double getPrecision () const
 
void setPrecision (double p)
 
Geom::Bnd_Box getBoundingBox () const
 
- Public Member Functions inherited from OpenLxApp::DocObject
std::shared_ptr< DocumentgetDocument () const
 
bool isNew () const
 
bool isUpdated () const
 
bool isValid () const
 
bool hasErrors () const
 
void touch ()
 
LxIfc4::LxIfc4EntityEnum getEntityType () const
 
std::string getEntityTypeAsString () const
 
std::shared_ptr< Core::DbgInfogetDbgInfo () const
 
 DocObject (Core::DocObject *aObject)
 
virtual ~DocObject (void)
 
Core::DocObject__getObj__ () const
 

Additional Inherited Members

- Protected Member Functions inherited from OpenLxApp::Geometry
 Geometry ()=default
 
- Protected Member Functions inherited from OpenLxApp::DocObject
 DocObject ()
 
- Protected Attributes inherited from OpenLxApp::DocObject
Core::DocObject_coreObj = nullptr
 

Detailed Description

A face based surface model is described by a set of connected face sets of dimensionality 2. The connected face sets shall not intersect except at edges and vertices, except that a face in one connected face set may overlap a face in another connected face set, provided the face boundaries are identical. There shall be at least one connected face set. (Definition from ISO/CD 16739:2011)

See also
Documentation from IFC4: IfcFaceBasedSurfaceModel

Constructor & Destructor Documentation

◆ ~FaceBasedSurfaceModel()

OpenLxApp::FaceBasedSurfaceModel::~FaceBasedSurfaceModel ( void  )

Member Function Documentation

◆ getFbsmFaces()

std::vector<pBrepData> OpenLxApp::FaceBasedSurfaceModel::getFbsmFaces ( ) const

◆ setFbsmFaces()

void OpenLxApp::FaceBasedSurfaceModel::setFbsmFaces ( const std::vector< pBrepData > &  aValue)

The documentation for this class was generated from the following file: