OpenLexocad  27.1
RightCircularCone.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Geom/Ax2.h>
4 #include <OpenLxApp/Geometry.h>
5 
6 FORWARD_DECL(Part, Cone)
7 
8 namespace OpenLxApp
9 {
20 class LX_OPENLXAPP_EXPORT RightCircularCone : public Geometry
21 {
22  PROXY_HEADER(RightCircularCone, Part::Cone, IFCRIGHTCIRCULARCYLINDER)
23 
25  DECL_PROPERTY(RightCircularCone, BottomRadius, double)
26  DECL_PROPERTY(RightCircularCone, Height, double)
27 
28 
29 public:
30  ~RightCircularCone(void);
31 
32 
33 private:
34  RightCircularCone(void) {}
35 };
36 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:23
Definition: Ax2.h:67
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
The RightCircularRightCircularCone is a Construction Solid Geometry (CSG) 3D primitive....
Definition: RightCircularCone.h:20
#define FORWARD_DECL(x, y)
Definition: Globals.h:93