OpenLexocad  28.0
FaceBasedSurfaceModel.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <OpenLxApp/Geometry.h>
4 
5 #include <vector>
6 
7 
8 
9 FORWARD_DECL(Part, FaceBasedSurfaceModel)
10 
11 namespace OpenLxApp
12 {
24 class LX_OPENLXAPP_EXPORT FaceBasedSurfaceModel : public Geometry
25 {
26  PROXY_HEADER(FaceBasedSurfaceModel, Part::FaceBasedSurfaceModel, IFCFACEBASEDSURFACEMODEL)
27 
29 
30 public:
32 
33 private:
34  FaceBasedSurfaceModel(void) {}
35 };
36 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
OpenLxApp::FaceBasedSurfaceModel
A face based surface model is described by a set of connected face sets of dimensionality 2....
Definition: FaceBasedSurfaceModel.h:25
pBrepData
std::shared_ptr< Geom::BrepData > pBrepData
Definition: PropertyBrepData.h:5
DECL_PROPERTY
#define DECL_PROPERTY(_class_, _name_, _type_)
DECL_PROPERTY and DEFINE_PROPERTY are macros used for mapping between the properties of Lexocad objec...
Definition: Globals.h:242
OpenLxApp::Geometry
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:24
std
Definition: GlobalId.h:64
Geometry.h
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146