#include <Geometry.h>
Public Member Functions | |
| GeomCurve () | |
| virtual Base::Type | getTypeId (void) const |
| bool | tangent (double u, gp_Dir &) const |
| TopoDS_Shape | toShape () const |
| virtual | ~GeomCurve () |
Static Public Member Functions | |
| static void * | create (void) |
| static Base::Type | getClassTypeId (void) |
| static void | init (void) |
Definition at line 109 of file Geometry.h.
| GeomCurve::GeomCurve | ( | ) |
Definition at line 285 of file Geometry.cpp.
| GeomCurve::~GeomCurve | ( | ) | [virtual] |
Definition at line 289 of file Geometry.cpp.
| void * Part::GeomCurve::create | ( | void | ) | [static] |
Reimplemented from Part::Geometry.
Reimplemented in Part::GeomBezierCurve, Part::GeomBSplineCurve, Part::GeomCircle, Part::GeomArcOfCircle, Part::GeomEllipse, Part::GeomHyperbola, Part::GeomParabola, Part::GeomLine, Part::GeomLineSegment, Part::GeomOffsetCurve, and Part::GeomTrimmedCurve.
Definition at line 283 of file Geometry.cpp.
| Base::Type Part::GeomCurve::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Part::Geometry.
Reimplemented in Part::GeomBezierCurve, Part::GeomBSplineCurve, Part::GeomCircle, Part::GeomArcOfCircle, Part::GeomEllipse, Part::GeomHyperbola, Part::GeomParabola, Part::GeomLine, Part::GeomLineSegment, Part::GeomOffsetCurve, and Part::GeomTrimmedCurve.
Definition at line 283 of file Geometry.cpp.
| Base::Type Part::GeomCurve::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Part::Geometry.
Reimplemented in Part::GeomBezierCurve, Part::GeomBSplineCurve, Part::GeomCircle, Part::GeomArcOfCircle, Part::GeomEllipse, Part::GeomHyperbola, Part::GeomParabola, Part::GeomLine, Part::GeomLineSegment, Part::GeomOffsetCurve, and Part::GeomTrimmedCurve.
Definition at line 283 of file Geometry.cpp.
| void Part::GeomCurve::init | ( | void | ) | [static] |
Reimplemented from Part::Geometry.
Reimplemented in Part::GeomBezierCurve, Part::GeomBSplineCurve, Part::GeomCircle, Part::GeomArcOfCircle, Part::GeomEllipse, Part::GeomHyperbola, Part::GeomParabola, Part::GeomLine, Part::GeomLineSegment, Part::GeomOffsetCurve, and Part::GeomTrimmedCurve.
Definition at line 283 of file Geometry.cpp.
Referenced by initPart().
| bool GeomCurve::tangent | ( | double | u, | |
| gp_Dir & | dir | |||
| ) | const |
Definition at line 300 of file Geometry.cpp.
References Part::Geometry::handle().
| TopoDS_Shape GeomCurve::toShape | ( | ) | const [virtual] |
Implements Part::Geometry.
Definition at line 293 of file Geometry.cpp.
References Part::Geometry::handle().
1.6.1