OpenLexocad  27.0
ShellBasedSurfaceModel.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Geom/Pnt.h>
4 #include <OpenLxApp/Geometry.h>
5 
6 #include <vector>
7 
8 
9 
10 FORWARD_DECL(Part, ShellBasedSurfaceModel)
11 
12 namespace OpenLxApp
13 {
25 {
26  PROXY_HEADER(ShellBasedSurfaceModel, Part::ShellBasedSurfaceModel, IFCSHELLBASEDSURFACEMODEL)
27 
28  DECL_PROPERTY(ShellBasedSurfaceModel, SbsmBoundary, std::vector<pBrepData>)
29 
30 public:
32 
33 private:
34  ShellBasedSurfaceModel(void) {}
35 };
36 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:26
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
An IfcShellBasedSurfaceModel represents the shape by a set of open or closed shells....
Definition: ShellBasedSurfaceModel.h:24
Definition: ActiveScript.h:9
#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:245
#define FORWARD_DECL(x, y)
Definition: Globals.h:96