|
CFx SDK Documentation
2020SP3
|
This is the complete list of members for OdGeNurbCurve3d, including all inherited members.
| addControlPointAt(double newKnot, const OdGePoint3d &point, double weight=1.0) | OdGeNurbCurve3d | |
| addFitPointAt(int fitPointIndex, const OdGePoint3d &point) | OdGeNurbCurve3d | |
| addKnot(double newKnot) | OdGeNurbCurve3d | |
| 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 | |
| buildFitData(OdGeKnotParameterization knotParam=OdGe::kChord) | OdGeNurbCurve3d | |
| 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 |
| continuityAtKnot(int index, const OdGeTol &tol=OdGeContext::gTol) const | OdGeSplineEnt3d | |
| controlPointAt(int controlPointIndex) const | OdGeSplineEnt3d | |
| copy() const | OdGeEntity3d | |
| degree() const | OdGeSplineEnt3d | |
| deleteControlPointAt(int index) | OdGeNurbCurve3d | |
| deleteFitPointAt(int fitPointIndex) | OdGeNurbCurve3d | |
| distanceTo(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| distanceTo(const OdGeCurve3d &curve, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| elevateDegree(int plusDegree) | OdGeNurbCurve3d | |
| endParam() const | OdGeSplineEnt3d | |
| endPoint() const | OdGeSplineEnt3d | |
| evalMode() const | OdGeNurbCurve3d | |
| evalPoint(double param, int hint) const | OdGeNurbCurve3d | |
| OdGeSplineEnt3d::evalPoint(double param) const | OdGeCurve3d | |
| OdGeSplineEnt3d::evalPoint(double param, int numDeriv, OdGeVector3dArray &derivatives) const | OdGeCurve3d | |
| evalPointDivider(double param, OdGePoint3d &point, double ÷r, int hint) const | OdGeNurbCurve3d | |
| 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 | |
| getDefinitionData(int °ree, bool &rational, bool &periodic, OdGeKnotVector &knots, OdGePoint3dArray &controlPoints, OdGeDoubleArray &weights) const | OdGeNurbCurve3d | |
| getFitData(OdGePoint3dArray &fitPoints, OdGeTol &fitTolerance, bool &tangentsExist, OdGeVector3d &startTangent, OdGeVector3d &endTangent) const | OdGeNurbCurve3d | |
| getFitData(OdGePoint3dArray &fitPoints, OdGeTol &fitTolerance, bool &tangentsExist, OdGeVector3d &startTangent, OdGeVector3d &endTangent, OdGeKnotParameterization &knotParam) const | OdGeNurbCurve3d | |
| getFitKnotParameterization(OdGeKnotParameterization &knotParam) const | OdGeNurbCurve3d | |
| getFitPointAt(int fitPointIndex, OdGePoint3d &point) const | OdGeNurbCurve3d | |
| getFitTangents(OdGeVector3d &startTangent, OdGeVector3d &endTangent) const | OdGeNurbCurve3d | |
| getFitTangents(OdGeVector3d &startTangent, OdGeVector3d &endTangent, bool &startTangentDefined, bool &endTangentDefined) const | OdGeNurbCurve3d | |
| getFitTolerance(OdGeTol &fitTolerance) const | OdGeNurbCurve3d | |
| getInterval(OdGeInterval &interval) const | OdGeCurve3d | |
| getInterval(OdGeInterval &interval, OdGePoint3d &start, OdGePoint3d &end) const | OdGeCurve3d | |
| 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 | |
| getParamsOfC1Discontinuity(OdGeDoubleArray ¶ms, const OdGeTol &tol=OdGeContext::gTol) const | OdGeNurbCurve3d | |
| getParamsOfG1Discontinuity(OdGeDoubleArray ¶ms, const OdGeTol &tol=OdGeContext::gTol) const | OdGeNurbCurve3d | |
| 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 | |
| hardTrimByParams(double newStartParam, double newEndParam) | OdGeNurbCurve3d | |
| hasEndPoint(OdGePoint3d &endPoint) const | OdGeCurve3d | |
| hasFitData() const | OdGeSplineEnt3d | |
| hasStartPoint(OdGePoint3d &startPoint) const | OdGeCurve3d | |
| insertKnot(double newKnot) | OdGeNurbCurve3d | |
| isClosed(const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| 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 OdGePoint3d &point, double ¶m, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| isOn(double param, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| OdGeEntity3d::isOn(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const | OdGeEntity3d | |
| isPeriodic(double &period) const | OdGeCurve3d | |
| isPlanar(OdGePlane &plane, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| isRational() const | OdGeSplineEnt3d | |
| joinWith(const OdGeNurbCurve3d &curve) | OdGeNurbCurve3d | |
| knotAt(int knotIndex) const | OdGeSplineEnt3d | |
| knots() const | OdGeSplineEnt3d | |
| length(double fromParam, double toParam, double tol=OdGeContext::gTol.equalPoint()) const | OdGeCurve3d | |
| length(double tol=OdGeContext::gTol.equalPoint()) const | OdGeCurve3d | |
| makeClosed() | OdGeNurbCurve3d | |
| makeClosedFit() | OdGeNurbCurve3d | protected |
| makeNonPeriodic() | OdGeNurbCurve3d | |
| makeOpen() | OdGeNurbCurve3d | |
| makePeriodic() | OdGeNurbCurve3d | |
| makeRational(double weight=1.0) | OdGeNurbCurve3d | |
| mirror(const OdGePlane &plane) | OdGeEntity3d | |
| modifyPositionAndTangent(double param, const OdGePoint3d &point, const OdGeVector3d *deriv) | OdGeNurbCurve3d | protected |
| numControlPoints() const | OdGeSplineEnt3d | |
| numFitPoints() const | OdGeNurbCurve3d | |
| numKnots() const | OdGeSplineEnt3d | |
| numWeights() const | OdGeNurbCurve3d | |
| OdGeCurve3d() | OdGeCurve3d | protected |
| OdGeCurve3d(const OdGeCurve3d &source) | OdGeCurve3d | protected |
| OdGeEntity3d() | OdGeEntity3d | protected |
| OdGeEntity3d(const OdGeEntity3d &) | OdGeEntity3d | protected |
| OdGeNurbCurve3d() | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(const OdGeNurbCurve3d &source) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(int degree, const OdGeKnotVector &knots, const OdGePoint3dArray &controlPoints, bool isPeriodic=false) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(int degree, const OdGeKnotVector &knots, const OdGePoint3dArray &controlPoints, const OdGeDoubleArray &weights, bool isPeriodic=false) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(int degree, const OdGeKnotVector &knots, const OdGePoint3d *controlPoints, OdUInt32 numControlPoints, const double *weights, OdUInt32 numWeights, bool isPeriodic=false) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(int degree, const OdGePolyline3d &fitPolyline, bool isPeriodic=false) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(const OdGePoint3dArray &fitPoints, const OdGeVector3d &startTangent, const OdGeVector3d &endTangent, bool startTangentDefined=true, bool endTangentDefined=true, const OdGeTol &fitTol=OdGeContext::gTol) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(const OdGePoint3dArray &fitPoints, const OdGeTol &fitTolerance=OdGeContext::gTol) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(const OdGePoint3dArray &fitPoints, const OdGeVector3dArray &fitTangents, const OdGeTol &fitTolerance=OdGeContext::gTol, bool isPeriodic=false) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(const OdGePoint3dArray &fitPoints, const OdGeVector3d &startTangent, const OdGeVector3d &endTangent, bool startTangentDefined, bool endTangentDefined, OdGeKnotParameterization knotParam, const OdGeTol &fitTolerance=OdGeContext::gTol) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(const OdGeEllipArc3d &ellipse, int numSpans=0) | OdGeNurbCurve3d | |
| OdGeNurbCurve3d(const OdGeLineSeg3d &lineSeg) | OdGeNurbCurve3d | |
| OdGeSplineEnt3d() | OdGeSplineEnt3d | protected |
| OdGeSplineEnt3d(const OdGeSplineEnt3d &) | OdGeSplineEnt3d | protected |
| ODRX_HEAP_OPERATORS() | OdGeEntity3d | |
| operator!=(const OdGeEntity3d &entity) const | OdGeEntity3d | |
| operator=(const OdGeNurbCurve3d &spline) | OdGeNurbCurve3d | |
| OdGeSplineEnt3d::operator=(const OdGeSplineEnt3d &spline) | OdGeSplineEnt3d | |
| OdGeCurve3d::operator=(const OdGeCurve3d &curve) | OdGeCurve3d | |
| OdGeEntity3d::operator=(const OdGeEntity3d &entity) | OdGeEntity3d | |
| operator==(const OdGeEntity3d &entity) const | OdGeEntity3d | |
| order() const | OdGeSplineEnt3d | |
| orthoBoundBlock() const | OdGeCurve3d | |
| orthoBoundBlock(const OdGeInterval &range) const | OdGeCurve3d | |
| orthoProject(const OdGePlane &projectionPlane, const OdGeTol &tol=OdGeContext::gTol) const | OdGeCurve3d | |
| 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 | |
| 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 | |
| purgeFitData() | OdGeNurbCurve3d | |
| reverseParam() | OdGeCurve3d | |
| rotateBy(double angle, const OdGeVector3d &vect, const OdGePoint3d &basePoint=OdGePoint3d::kOrigin) | OdGeEntity3d | |
| scaleBy(double scaleFactor, const OdGePoint3d &basePoint=OdGePoint3d::kOrigin) | OdGeEntity3d | |
| set(int degree, const OdGeKnotVector &knots, const OdGePoint3dArray &controlPoints, const OdGeDoubleArray &weights, bool isPeriodic=false) | OdGeNurbCurve3d | |
| setControlPointAt(int controlPointIndex, const OdGePoint3d &point) | OdGeSplineEnt3d | |
| setData(int degree, const OdGePoint3dArray &controlPoints, const OdGeKnotVector &knots, const OdGeDoubleArray &weights, const OdGePoint3dArray &fitPoints, const OdGeVector3d &startTangent, const OdGeVector3d &endTangent, bool isStartTangentDefined, bool isEndTangentDefined, bool isPeriodic, const OdGeTol &fitTol) | OdGeNurbCurve3d | protected |
| setEvalMode(bool evalMode=false) | OdGeNurbCurve3d | |
| setFitData(const OdGePoint3dArray &fitPoints, const OdGeVector3d &startTangent, const OdGeVector3d &endTangent, const OdGeTol &fitTol=OdGeContext::gTol) | OdGeNurbCurve3d | |
| setFitData(const OdGeKnotVector &fitKnots, const OdGePoint3dArray &fitPoints, const OdGeVector3d &startTangent, const OdGeVector3d &endTangent, const OdGeTol &fitTol=OdGeContext::gTol, bool isPeriodic=false) | OdGeNurbCurve3d | |
| setFitData(int degree, const OdGePoint3dArray &fitPoints, const OdGeTol &fitTol=OdGeContext::gTol) | OdGeNurbCurve3d | |
| setFitData(const OdGePoint3dArray &fitPoints, const OdGeVector3d &startTangent, const OdGeVector3d &endTangent, OdGeKnotParameterization knotParam, const OdGeTol &fitTol=OdGeContext::gTol) | OdGeNurbCurve3d | |
| setFitKnotParameterization(OdGeKnotParameterization knotParam) | OdGeNurbCurve3d | |
| setFitPointAt(int fitPointIndex, const OdGePoint3d &point) | OdGeNurbCurve3d | |
| setFitTangents(const OdGeVector3d &startTangent, const OdGeVector3d &endTangent) | OdGeNurbCurve3d | |
| setFitTangents(const OdGeVector3d &startTangent, const OdGeVector3d &endTangent, bool startTangentDefined, bool endTangentDefined) | OdGeNurbCurve3d | |
| setFitTolerance(const OdGeTol &fitTol=OdGeContext::gTol) | OdGeNurbCurve3d | |
| setInterval() | OdGeCurve3d | |
| setInterval(const OdGeInterval &interval) | OdGeCurve3d | |
| setKnotAt(int knotIndex, double val) | OdGeSplineEnt3d | |
| setKnotTolerance(double tol) | OdGeNurbCurve3d | protected |
| setWeightAt(int fitPointIndex, double weight) | OdGeNurbCurve3d | |
| startParam() const | OdGeSplineEnt3d | |
| startPoint() const | OdGeSplineEnt3d | |
| TD_USING(OdGeSplineEnt3d::evalPoint) | OdGeNurbCurve3d | |
| OdGeSplineEnt3d::TD_USING(OdGeEntity3d::isOn) | OdGeCurve3d | |
| transformBy(const OdGeMatrix3d &xfm) | OdGeEntity3d | |
| translateBy(const OdGeVector3d &translateVec) | OdGeEntity3d | |
| type() const | OdGeEntity3d | |
| weightAt(int weightIndex) const | OdGeNurbCurve3d | |
| ~OdGeEntity3d() | OdGeEntity3d |