OpenLexocad  27.0
Material.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Core/PropertyAxis2.h>
4 #include <Core/PropertyReal.h>
5 #include <Geom/Ax2.h>
6 #include <Geom/Pnt.h>
10 
11 #include <vector>
12 
13 FORWARD_DECL(App, BimMaterial)
14 
15 namespace OpenLxApp
16 {
38 {
39  PROXY_HEADER(Material, App::BimMaterial, IFCMATERIAL)
40 
42  DECL_PROPERTY(Material, Description, Base::String)
44 
45 
46 public:
47  ~Material();
48 
49 private:
50  Material() {}
51 };
52 
53 } // namespace OpenLxApp
Super-class of all Materials.
Definition: MaterialDefinition.h:25
MaterialSelect provides selection of either a material definition or a material usage definition that...
Definition: MaterialSelect.h:32
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:29
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
Material is a homogeneous or inhomogeneous substance that can be used to form elements (physical prod...
Definition: Material.h:37
#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