|
| OdGePointOnCurve3d () |
|
| OdGePointOnCurve3d (const OdGeCurve3d &curve3d) |
|
| OdGePointOnCurve3d (const OdGeCurve3d &curve3d, double param) |
|
| OdGePointOnCurve3d (const OdGePointOnCurve3d &src) |
|
OdGePointOnCurve3d & | operator= (const OdGePointOnCurve3d &src) |
|
const OdGeCurve3d * | curve () const |
|
double | parameter () const |
|
OdGePoint3d | point () const |
|
OdGePoint3d | point (double param) |
|
OdGePoint3d | point (const OdGeCurve3d &curve3d, double param) |
|
OdGeVector3d | deriv (int order) const |
|
OdGeVector3d | deriv (int order, double param) |
|
OdGeVector3d | deriv (int order, const OdGeCurve3d &curve3d, double param) |
|
bool | isSingular (const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | curvature (double &res) |
|
bool | curvature (double param, double &res) |
|
OdGePointOnCurve3d & | setCurve (const OdGeCurve3d &curve3d) |
|
OdGePointOnCurve3d & | setParameter (double param) |
|
OdGePoint3d | point3d () const |
|
| operator OdGePoint3d () const |
|
OdGePointEnt3d & | operator= (const OdGePointEnt3d &ent) |
|
| ODRX_HEAP_OPERATORS () |
|
| ~OdGeEntity3d () |
|
bool | isKindOf (OdGe::EntityId entType) const |
|
OdGe::EntityId | type () const |
|
OdGeEntity3d * | copy () const |
|
OdGeEntity3d & | operator= (const OdGeEntity3d &entity) |
|
bool | operator== (const OdGeEntity3d &entity) const |
|
bool | operator!= (const OdGeEntity3d &entity) const |
|
bool | isEqualTo (const OdGeEntity3d &object, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGeEntity3d & | transformBy (const OdGeMatrix3d &xfm) |
|
OdGeEntity3d & | translateBy (const OdGeVector3d &translateVec) |
|
OdGeEntity3d & | rotateBy (double angle, const OdGeVector3d &vect, const OdGePoint3d &basePoint=OdGePoint3d::kOrigin) |
|
OdGeEntity3d & | mirror (const OdGePlane &plane) |
|
OdGeEntity3d & | scaleBy (double scaleFactor, const OdGePoint3d &basePoint=OdGePoint3d::kOrigin) |
|
bool | isOn (const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const |
|
This class represents points along 3D curves.
Corresponding C++ library: TD_Ge
<group OdGe_Classes>
- See also
- <link ge_Evaluators, Working with Evaluator Classes>
Definition at line 48 of file GePointOnCurve3d.h.