|
CFx SDK Documentation
2020SP3
|
This is the complete list of members for OdGeLine3d, including all inherited members.
| appendSamplePoints(double fromParam, double toParam, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray *pParamArray=NULL) const | OdGeCurve3d | |
| appendSamplePoints(int numSample, OdGePoint3dArray &pointArray, OdGeDoubleArray *pParamArray=NULL) const | OdGeCurve3d | |
| appendSamplePoints(const OdGeInterval *paramInterval, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray *pParamArray=NULL) const | OdGeCurve3d | |
| area(double startParam, double endParam, double &value, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| boundBlock() const | OdGeCurve3d | |
| boundBlock(const OdGeInterval &range) const | OdGeCurve3d | |
| closestPointTo(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| closestPointTo(const OdGeCurve3d &curve, OdGePoint3d &pntOnOtherCrv, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| connectTo(OdGeEntity3dImpl *) | OdGeEntity3d | protected |
| copy() const | OdGeEntity3d | |
| direction() const | OdGeLinearEnt3d | |
| distanceTo(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| distanceTo(const OdGeCurve3d &curve, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| evalPoint(double param) const | OdGeCurve3d | |
| evalPoint(double param, int numDeriv, OdGeVector3dArray &derivatives) const | OdGeCurve3d | |
| explode(OdGeCurve3dPtrArray &explodedCurves, OdGeIntArray &newExplodedCurves, const OdGeInterval *pInterval=NULL) const | OdGeCurve3d | |
| getClosestPointTo(const OdGePoint3d &point, OdGePointOnCurve3d &pntOnCrv, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| getClosestPointTo(const OdGeCurve3d &curve, OdGePointOnCurve3d &pntOnThisCrv, OdGePointOnCurve3d &pntOnOtherCrv, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| getInterval(OdGeInterval &interval) const | OdGeCurve3d | |
| getInterval(OdGeInterval &interval, OdGePoint3d &start, OdGePoint3d &end) const | OdGeCurve3d | |
| getLine(OdGeLine3d &line) const | OdGeLinearEnt3d | |
| getLocalClosestPoints(const OdGePoint3d &point, OdGePointOnCurve3d &approxPntOnThisCrv, const OdGeInterval *pInterval1=NULL, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| getLocalClosestPoints(const OdGeCurve3d &curve, OdGePointOnCurve3d &approxPntOnThisCrv, OdGePointOnCurve3d &approxPntOnOtherCrv, const OdGeInterval *pInterval1=NULL, const OdGeInterval *pInterval2=NULL, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| getNormalPoint(const OdGePoint3d &point, OdGePointOnCurve3d &pntOnCrv, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| getPerpPlane(const OdGePoint3d &point, OdGePlane &plane) const | OdGeLinearEnt3d | |
| getProjClosestPointTo(const OdGePoint3d &point, const OdGeVector3d &projectDirection, OdGePointOnCurve3d &pntOnCrv, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| getProjClosestPointTo(const OdGeCurve3d &curve, const OdGeVector3d &projectDirection, OdGePointOnCurve3d &pntOnThisCrv, OdGePointOnCurve3d &pntOnOtherCrv, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| getSamplePoints(double fromParam, double toParam, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray ¶mArray, bool forceResampling=false) const | OdGeCurve3d | |
| getSamplePoints(int numSample, OdGePoint3dArray &pointArray) const | OdGeCurve3d | |
| getSamplePoints(int numSample, OdGePoint3dArray &pointArray, OdGeDoubleArray ¶mArray) const | OdGeCurve3d | |
| getSamplePoints(double fromParam, double toParam, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray *paramArray=NULL) const | OdGeCurve3d | |
| getSamplePoints(const OdGeInterval *paramInterval, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray *pParamArray=NULL) const | OdGeCurve3d | |
| getSplitCurves(double param, OdGeCurve3d *&piece1, OdGeCurve3d *&piece2) const | OdGeCurve3d | |
| getTrimmedOffset(double distance, const OdGeVector3d &planeNormal, OdGeCurve3dPtrArray &offsetCurveList, OdGe::OffsetCrvExtType extensionType=OdGe::kFillet, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| hasEndPoint(OdGePoint3d &endPoint) const | OdGeCurve3d | |
| hasStartPoint(OdGePoint3d &startPoint) const | OdGeCurve3d | |
| intersectWith(const OdGeLinearEnt3d &line, OdGePoint3d &intPt, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| intersectWith(const OdGePlanarEnt &plane, OdGePoint3d &intPnt, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| isClosed(const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| isColinearTo(const OdGeLinearEnt3d &line, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| isCoplanarWith(const OdGeCurve3d &curve, OdGePlane &plane, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| isDegenerate(OdGe::EntityId °enerateType, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| isDegenerate(OdGeEntity3d *&pConvertedEntity, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| isEqualTo(const OdGeEntity3d &object, const OdGeTol &tol=OdGeContext::gTol) const | OdGeEntity3d | |
| isKindOf(OdGe::EntityId entType) const | OdGeEntity3d | |
| isLinear(OdGeLine3d &line, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| isOn(const OdGePlane &plane, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| OdGeCurve3d::isOn(const OdGePoint3d &point, double ¶m, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| OdGeCurve3d::isOn(double param, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| OdGeEntity3d::isOn(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const | OdGeEntity3d | |
| isParallelTo(const OdGeLinearEnt3d &line, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| isParallelTo(const OdGePlanarEnt &plane, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| isPeriodic(double &period) const | OdGeCurve3d | |
| isPerpendicularTo(const OdGeLinearEnt3d &line, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| isPerpendicularTo(const OdGePlanarEnt &plane, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| isPlanar(OdGePlane &plane, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| kXAxis | OdGeLine3d | static |
| kYAxis | OdGeLine3d | static |
| kZAxis | OdGeLine3d | static |
| length(double fromParam, double toParam, double tol=OdGeContext::gTol.equalPoint()) const | OdGeCurve3d | |
| length(double tol=OdGeContext::gTol.equalPoint()) const | OdGeCurve3d | |
| mirror(const OdGePlane &plane) | OdGeEntity3d | |
| OdGeCurve3d() | OdGeCurve3d | protected |
| OdGeCurve3d(const OdGeCurve3d &source) | OdGeCurve3d | protected |
| OdGeEntity3d() | OdGeEntity3d | protected |
| OdGeEntity3d(const OdGeEntity3d &) | OdGeEntity3d | protected |
| OdGeLine3d() | OdGeLine3d | |
| OdGeLine3d(const OdGeLine3d &source) | OdGeLine3d | |
| OdGeLine3d(const OdGePoint3d &point, const OdGeVector3d &vect) | OdGeLine3d | |
| OdGeLine3d(const OdGePoint3d &point1, const OdGePoint3d &point2) | OdGeLine3d | |
| OdGeLinearEnt3d() | OdGeLinearEnt3d | protected |
| OdGeLinearEnt3d(const OdGeLinearEnt3d &source) | OdGeLinearEnt3d | protected |
| ODRX_HEAP_OPERATORS() | OdGeEntity3d | |
| operator!=(const OdGeEntity3d &entity) const | OdGeEntity3d | |
| operator=(const OdGeLine3d &line) | OdGeLine3d | |
| OdGeLinearEnt3d::operator=(const OdGeLinearEnt3d &line) | OdGeLinearEnt3d | |
| OdGeCurve3d::operator=(const OdGeCurve3d &curve) | OdGeCurve3d | |
| OdGeEntity3d::operator=(const OdGeEntity3d &entity) | OdGeEntity3d | |
| operator==(const OdGeEntity3d &entity) const | OdGeEntity3d | |
| orthoBoundBlock() const | OdGeCurve3d | |
| orthoBoundBlock(const OdGeInterval &range) const | OdGeCurve3d | |
| orthoProject(const OdGePlane &projectionPlane, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| overlap(const OdGeLinearEnt3d &line, OdGeLinearEnt3d *&overlap, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| paramAtLength(double datumParam, double length, bool posParamDir=true, double tol=OdGeContext::gTol.equalPoint()) const | OdGeCurve3d | |
| paramOf(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| pointOnLine() const | OdGeLinearEnt3d | |
| projClosestPointTo(const OdGePoint3d &point, const OdGeVector3d &projectDirection, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| projClosestPointTo(const OdGeCurve3d &curve, const OdGeVector3d &projectDirection, OdGePoint3d &pntOnOtherCrv, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| project(const OdGePlane &projectionPlane, const OdGeVector3d &projectDirection, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| projIntersectWith(const OdGeLinearEnt3d &line, const OdGeVector3d &projDir, OdGePoint3d &pntOnThisLine, OdGePoint3d &pntOnOtherLine, const OdGeTol &tol=OdGeContext::gTol) const | OdGeLinearEnt3d | |
| reverseParam() | OdGeCurve3d | |
| rotateBy(double angle, const OdGeVector3d &vect, const OdGePoint3d &basePoint=OdGePoint3d::kOrigin) | OdGeEntity3d | |
| scaleBy(double scaleFactor, const OdGePoint3d &basePoint=OdGePoint3d::kOrigin) | OdGeEntity3d | |
| set(const OdGePoint3d &point, const OdGeVector3d &vect) | OdGeLine3d | |
| set(const OdGePoint3d &point1, const OdGePoint3d &point2) | OdGeLine3d | |
| setInterval() | OdGeCurve3d | |
| setInterval(const OdGeInterval &interval) | OdGeCurve3d | |
| TD_USING(OdGeCurve3d::isOn) | OdGeLinearEnt3d | |
| OdGeCurve3d::TD_USING(OdGeEntity3d::isOn) | OdGeCurve3d | |
| transformBy(const OdGeMatrix3d &xfm) | OdGeEntity3d | |
| translateBy(const OdGeVector3d &translateVec) | OdGeEntity3d | |
| type() const | OdGeEntity3d | |
| ~OdGeEntity3d() | OdGeEntity3d |