OpenLexocad  27.1
ShellBasedSurfaceModel.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, ShellBasedSurfaceModel)
10 
11 namespace OpenLxApp
12 {
23 class LX_OPENLXAPP_EXPORT ShellBasedSurfaceModel : public Geometry
24 {
25  PROXY_HEADER(ShellBasedSurfaceModel, Part::ShellBasedSurfaceModel, IFCSHELLBASEDSURFACEMODEL)
26 
27  DECL_PROPERTY(ShellBasedSurfaceModel, SbsmBoundary, std::vector<pBrepData>)
28 
29 public:
31 
32 private:
33  ShellBasedSurfaceModel(void) {}
34 };
35 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:23
An IfcShellBasedSurfaceModel represents the shape by a set of open or closed shells....
Definition: ShellBasedSurfaceModel.h:23
Definition: ActiveScript.h:7
#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
#define FORWARD_DECL(x, y)
Definition: Globals.h:93