OpenLexocad
28.0
|
A composite curve (IfcCompositeCurve) is a collection of curves joined end-to-end. The individual segments of the curve are themselves defined as composite curve segments. (Definition from ISO/CD 16739:2011) More...
#include <CompositeCurve.h>
Public Member Functions | |
bool | getAllow3dCurve () const |
void | setAllow3dCurve (const bool &aValue) |
~CompositeCurve (void) | |
void | addSegment (std::shared_ptr< CompositeCurveSegment > segment) |
std::vector< std::shared_ptr< CompositeCurveSegment > > | getSegments () const |
![]() | |
bool | getStartPoint (Geom::Pnt &p) const |
bool | getEndPoint (Geom::Pnt &p) const |
virtual | ~BoundedCurve () |
![]() | |
std::shared_ptr< Topo::Wire const > | getWire () const |
void | translate (const Geom::Vec &v) |
void | transform (const Geom::Trsf &t) |
void | reverse () |
double | firstParameter () const |
double | lastParameter () const |
void | d0 (double u, Geom::Pnt &p) const |
void | d1 (double u, Geom::Pnt &p, Geom::Vec &v1) const |
void | d2 (double u, Geom::Pnt &p, Geom::Vec &v1, Geom::Vec &v2) const |
Geom::Pnt | value (double U) const |
double | transformedParameter (double U, const Geom::Trsf &t) const |
virtual | ~Curve (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 | |
![]() | |
BoundedCurve () | |
![]() | |
Curve (void)=default | |
![]() | |
Geometry ()=default | |
![]() | |
DocObject () | |
![]() | |
Core::DocObject * | _coreObj = nullptr |
A composite curve (IfcCompositeCurve) is a collection of curves joined end-to-end. The individual segments of the curve are themselves defined as composite curve segments. (Definition from ISO/CD 16739:2011)
OpenLxApp::CompositeCurve::~CompositeCurve | ( | void | ) |
void OpenLxApp::CompositeCurve::addSegment | ( | std::shared_ptr< CompositeCurveSegment > | segment | ) |
bool OpenLxApp::CompositeCurve::getAllow3dCurve | ( | ) | const |
std::vector<std::shared_ptr<CompositeCurveSegment> > OpenLxApp::CompositeCurve::getSegments | ( | ) | const |
void OpenLxApp::CompositeCurve::setAllow3dCurve | ( | const bool & | aValue | ) |