OpenLexocad  28.0
ExtrudedAreaSolid.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Geom/Ax2.h>
4 #include <Geom/Dir.h>
6 #include <OpenLxApp/Geometry.h>
7 #include <OpenLxApp/ProfileDef.h>
8 
9 
10 FORWARD_DECL(Part, ExtrudedAreaSolid)
11 
12 namespace OpenLxApp
13 {
27 class LX_OPENLXAPP_EXPORT ExtrudedAreaSolid : public Geometry
28 {
29  PROXY_HEADER(ExtrudedAreaSolid, Part::ExtrudedAreaSolid, IFCEXTRUDEDAREASOLID)
30 
32  DECL_PROPERTY(ExtrudedAreaSolid, ExtrudedDirection, Geom::Dir)
34 
35 public:
37 
38  void setSweptArea(std::shared_ptr<ProfileDef> area);
39  std::shared_ptr<ProfileDef> getSweptArea() const;
40 
41 private:
42  ExtrudedAreaSolid(void) {}
43 };
44 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
ProfileDef.h
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
OpenLxApp::ExtrudedAreaSolid
The extruded area solid is defined by sweeping a bounded planar surface. The direction of the extrusi...
Definition: ExtrudedAreaSolid.h:28
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::ProfileDef
ProfileDef is the supertype of all definitions of standard and arbitrary profiles....
Definition: ProfileDef.h:28
OpenLxApp::Geometry
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:24
std
Definition: GlobalId.h:64
CurveBoundedPlane.h
Ax2.h
Dir.h
Geometry.h
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Geom
Definition: PropertyContainer.h:33