OpenLexocad
27.0
|
A plane is an unbounded surface with a constant normal. A plane is defined by a point on the plane and the normal direction to the plane. (Definition from ISO/CD 16739:2011) More...
#include <Plane.h>
Public Member Functions | |
Geom::Ax2 | getPosition () const |
void | setPosition (const Geom::Ax2 &aValue) |
~Plane (void) | |
![]() | |
virtual | ~ElementarySurface (void) |
![]() | |
virtual | ~Surface (void) |
![]() | |
virtual | ~Geometry (void) |
pShape | computeShape (bool checkShape=false) |
pConstShape | getShape (void) const |
double | getPrecision () const |
void | setPrecision (double p) |
Geom::Bnd_Box | getBoundingBox () const |
![]() | |
std::shared_ptr< Document > | getDocument () 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::DbgInfo > | getDbgInfo () const |
DocObject (Core::DocObject *aObject) | |
virtual | ~DocObject (void) |
Core::DocObject * | __getObj__ () const |
Additional Inherited Members | |
![]() | |
ElementarySurface (void) | |
![]() | |
Surface () | |
![]() | |
Geometry () | |
![]() | |
DocObject () | |
![]() | |
Core::DocObject * | _coreObj = nullptr |
A plane is an unbounded surface with a constant normal. A plane is defined by a point on the plane and the normal direction to the plane. (Definition from ISO/CD 16739:2011)
OpenLxApp::Plane::~Plane | ( | void | ) |
Geom::Ax2 OpenLxApp::Plane::getPosition | ( | ) | const |
void OpenLxApp::Plane::setPosition | ( | const Geom::Ax2 & | aValue | ) |