OpenLexocad
28.0
|
A surface can be envisioned as a set of connected points in 3-dimensional space which is always locally 2-dimensional, but need not be a manifold. (Definition from ISO/CD 16739:2011) More...
#include <Surface.h>
Public Member Functions | |
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 |
Protected Member Functions | |
Surface () | |
![]() | |
Geometry ()=default | |
![]() | |
DocObject () | |
Additional Inherited Members | |
![]() | |
Core::DocObject * | _coreObj = nullptr |
A surface can be envisioned as a set of connected points in 3-dimensional space which is always locally 2-dimensional, but need not be a manifold. (Definition from ISO/CD 16739:2011)
|
virtual |
|
inlineprotected |