OpenLexocad
27.1
|
A line is an unbounded curve with constant tangent direction. A line is defined by a point and a direction. The positive direction of the line is in the direction of the Dir vector. (Definition from ISO/CD 16739:2011) More...
#include <Line.h>
Public Member Functions | |
Geom::Pnt | getPoint () const |
void | setPoint (const Geom::Pnt &aValue) |
Geom::Dir | getDirection () const |
void | setDirection (const Geom::Dir &aValue) |
~Line (void) | |
![]() | |
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 | |
![]() | |
Curve (void)=default | |
![]() | |
Geometry ()=default | |
![]() | |
DocObject () | |
![]() | |
Core::DocObject * | _coreObj = nullptr |
A line is an unbounded curve with constant tangent direction. A line is defined by a point and a direction. The positive direction of the line is in the direction of the Dir vector. (Definition from ISO/CD 16739:2011)
OpenLxApp::Line::~Line | ( | void | ) |
Geom::Dir OpenLxApp::Line::getDirection | ( | ) | const |
Geom::Pnt OpenLxApp::Line::getPoint | ( | ) | const |
void OpenLxApp::Line::setDirection | ( | const Geom::Dir & | aValue | ) |
void OpenLxApp::Line::setPoint | ( | const Geom::Pnt & | aValue | ) |