OpenLexocad  27.1
OpenLxApp::CartesianPoint Class Reference

A point defined by its coordinates in a two or three dimensional rectangular Cartesian coordinate system, or in a two dimensional parameter space. The entity is defined in a two or three dimensional space. (Definition from ISO/CD 16739:2011) More...

#include <CartesianPoint.h>

Inheritance diagram for OpenLxApp::CartesianPoint:
OpenLxApp::Geometry OpenLxApp::DocObject

Public Member Functions

Geom::Pnt getPoint () const
 
void setPoint (const Geom::Pnt &aValue)
 
 ~CartesianPoint (void)
 
- Public Member Functions inherited from OpenLxApp::Geometry
virtual ~Geometry (void)
 
pShape computeShape (bool checkShape=false)
 
pConstShape getShape (void) const
 
double getPrecision () const
 
void setPrecision (double p)
 
Geom::Bnd_Box getBoundingBox () const
 
- Public Member Functions inherited from OpenLxApp::DocObject
std::shared_ptr< DocumentgetDocument () const
 
bool isNew () const
 
bool isUpdated () const
 
bool isValid () const
 
bool hasErrors () const
 
void touch ()
 
LxIfc4::LxIfc4EntityEnum getEntityType () const
 
std::string getEntityTypeAsString () const
 
std::shared_ptr< Core::DbgInfogetDbgInfo () const
 
 DocObject (Core::DocObject *aObject)
 
virtual ~DocObject (void)
 
Core::DocObject__getObj__ () const
 

Additional Inherited Members

- Protected Member Functions inherited from OpenLxApp::Geometry
 Geometry ()=default
 
- Protected Member Functions inherited from OpenLxApp::DocObject
 DocObject ()
 
- Protected Attributes inherited from OpenLxApp::DocObject
Core::DocObject_coreObj = nullptr
 

Detailed Description

A point defined by its coordinates in a two or three dimensional rectangular Cartesian coordinate system, or in a two dimensional parameter space. The entity is defined in a two or three dimensional space. (Definition from ISO/CD 16739:2011)

See also
Documentation from IFC4: IfcCartesianPoint

Constructor & Destructor Documentation

◆ ~CartesianPoint()

OpenLxApp::CartesianPoint::~CartesianPoint ( void  )

Member Function Documentation

◆ getPoint()

Geom::Pnt OpenLxApp::CartesianPoint::getPoint ( ) const

◆ setPoint()

void OpenLxApp::CartesianPoint::setPoint ( const Geom::Pnt aValue)

The documentation for this class was generated from the following file: