OpenLexocad  27.0
RightCircularCone.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>
7 #include <OpenLxApp/Geometry.h>
9 
10 #include <vector>
11 
12 
13 
14 FORWARD_DECL(Part, Cone)
15 
16 namespace OpenLxApp
17 {
29 {
30  PROXY_HEADER(RightCircularCone, Part::Cone, IFCRIGHTCIRCULARCYLINDER)
31 
33  DECL_PROPERTY(RightCircularCone, BottomRadius, double)
34  DECL_PROPERTY(RightCircularCone, Height, double)
35 
36 
37 public:
38  ~RightCircularCone(void);
39 
40 
41 private:
42  RightCircularCone(void) {}
43 };
44 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:26
Definition: Ax2.h:69
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
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
The RightCircularRightCircularCone is a Construction Solid Geometry (CSG) 3D primitive....
Definition: RightCircularCone.h:28
#define FORWARD_DECL(x, y)
Definition: Globals.h:96