OpenLexocad  28.0
CartesianPoint.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Geom/Pnt.h>
4 #include <OpenLxApp/Geometry.h>
5 
6 FORWARD_DECL(Part, CartesianPoint)
7 
8 namespace OpenLxApp
9 {
20 class LX_OPENLXAPP_EXPORT CartesianPoint : public Geometry
21 {
22  PROXY_HEADER(CartesianPoint, Part::CartesianPoint, IFCCARTESIANPOINT)
24 
25 public:
27 
28 private:
29  CartesianPoint(void) {}
30 };
31 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
Geom::RTree::Point
bgm::point< double, 3, bg::cs::cartesian > Point
Definition: RTree.h:20
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::CartesianPoint
A point defined by its coordinates in a two or three dimensional rectangular Cartesian coordinate sys...
Definition: CartesianPoint.h:21
Pnt.h
OpenLxApp::Geometry
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:24
Geometry.h
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Geom
Definition: PropertyContainer.h:33