|
| OdGeCircArc3d () |
|
| OdGeCircArc3d (const OdGeCircArc3d &source) |
|
| OdGeCircArc3d (const OdGePoint3d ¢er, const OdGeVector3d &normal, double radius) |
|
| OdGeCircArc3d (const OdGePoint3d ¢er, const OdGeVector3d &normal, const OdGeVector3d &refVec, double radius, double startAng=0, double endAng=Oda2PI) |
|
| OdGeCircArc3d (const OdGePoint3d &startPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &endPoint) |
|
OdGePoint3d | closestPointToPlane (const OdGePlanarEnt &plane, OdGePoint3d &pointOnPlane, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | intersectWith (const OdGeLinearEnt3d &line, int &numInt, OdGePoint3d &p1, OdGePoint3d &p2, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | intersectWith (const OdGeCircArc3d &arc, int &numInt, OdGePoint3d &p1, OdGePoint3d &p2, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | intersectWith (const OdGePlanarEnt &plane, int &numInt, OdGePoint3d &p1, OdGePoint3d &p2, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | projIntersectWith (const OdGeLinearEnt3d &line, const OdGeVector3d &projDir, int &numInt, OdGePoint3d &pntOnArc1, OdGePoint3d &pntOnArc2, OdGePoint3d &pntOnLine1, OdGePoint3d &pntOnLine2, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | tangent (const OdGePoint3d &point, OdGeLine3d &line, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | tangent (const OdGePoint3d &point, OdGeLine3d &line, const OdGeTol &tol, OdGeError &status) const |
|
void | getPlane (OdGePlane &plane) const |
|
bool | isInside (const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGePoint3d | center () const |
|
OdGeVector3d | normal () const |
|
OdGeVector3d | refVec () const |
|
double | radius () const |
|
double | startAng () const |
|
double | endAng () const |
|
OdGePoint3d | startPoint () const |
|
OdGePoint3d | endPoint () const |
|
OdGeCircArc3d & | setCenter (const OdGePoint3d ¢er) |
|
OdGeCircArc3d & | setAxes (const OdGeVector3d &normal, const OdGeVector3d &refVec) |
|
OdGeCircArc3d & | setRadius (double radius) |
|
OdGeCircArc3d & | setAngles (double startAng, double endAng) |
|
OdGeCircArc3d & | set (const OdGePoint3d ¢er, const OdGeVector3d &normal, double radius) |
|
OdGeCircArc3d & | set (const OdGePoint3d ¢er, const OdGeVector3d &normal, const OdGeVector3d &refVec, double radius, double startAng, double endAng) |
|
OdGeCircArc3d & | set (const OdGePoint3d &startPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &endPoint) |
|
OdGeCircArc3d & | set (const OdGePoint3d &startPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &endPoint, OdGeError &status) |
|
OdGeCircArc3d & | set (const OdGeCurve3d &curve1, const OdGeCurve3d &curve2, double radius, double ¶m1, double ¶m2, bool &success) |
|
OdGeCircArc3d & | set (const OdGeCurve3d &curve1, const OdGeCurve3d &curve2, const OdGeCurve3d &curve3, double ¶m1, double ¶m2, double ¶m3, bool &success) |
|
OdGeCircArc3d & | operator= (const OdGeCircArc3d &arc) |
|
void | getGeomExtents (OdGeExtents3d &extents) const |
|
OdGeCircArc3d & | joinWith (const OdGeCircArc3d &curve, const OdGeTol &iTolerance=OdGeContext::gTol) |
|
void | getInterval (OdGeInterval &interval) const |
|
void | getInterval (OdGeInterval &interval, OdGePoint3d &start, OdGePoint3d &end) const |
|
OdGeCurve3d & | reverseParam () |
|
OdGeCurve3d & | setInterval () |
|
bool | setInterval (const OdGeInterval &interval) |
|
double | distanceTo (const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const |
|
double | distanceTo (const OdGeCurve3d &curve, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGePoint3d | closestPointTo (const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGePoint3d | closestPointTo (const OdGeCurve3d &curve, OdGePoint3d &pntOnOtherCrv, const OdGeTol &tol=OdGeContext::gTol) const |
|
void | getClosestPointTo (const OdGePoint3d &point, OdGePointOnCurve3d &pntOnCrv, const OdGeTol &tol=OdGeContext::gTol) const |
|
void | getClosestPointTo (const OdGeCurve3d &curve, OdGePointOnCurve3d &pntOnThisCrv, OdGePointOnCurve3d &pntOnOtherCrv, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGePoint3d | projClosestPointTo (const OdGePoint3d &point, const OdGeVector3d &projectDirection, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGePoint3d | projClosestPointTo (const OdGeCurve3d &curve, const OdGeVector3d &projectDirection, OdGePoint3d &pntOnOtherCrv, const OdGeTol &tol=OdGeContext::gTol) const |
|
void | getProjClosestPointTo (const OdGePoint3d &point, const OdGeVector3d &projectDirection, OdGePointOnCurve3d &pntOnCrv, const OdGeTol &tol=OdGeContext::gTol) const |
|
void | getProjClosestPointTo (const OdGeCurve3d &curve, const OdGeVector3d &projectDirection, OdGePointOnCurve3d &pntOnThisCrv, OdGePointOnCurve3d &pntOnOtherCrv, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | getNormalPoint (const OdGePoint3d &point, OdGePointOnCurve3d &pntOnCrv, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGeBoundBlock3d | boundBlock () const |
|
OdGeBoundBlock3d | boundBlock (const OdGeInterval &range) const |
|
OdGeBoundBlock3d | orthoBoundBlock () const |
|
OdGeBoundBlock3d | orthoBoundBlock (const OdGeInterval &range) const |
|
OdGeEntity3d * | project (const OdGePlane &projectionPlane, const OdGeVector3d &projectDirection, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGeEntity3d * | orthoProject (const OdGePlane &projectionPlane, const OdGeTol &tol=OdGeContext::gTol) const |
|
| TD_USING (OdGeEntity3d::isOn) |
|
bool | isOn (const OdGePoint3d &point, double ¶m, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | isOn (double param, const OdGeTol &tol=OdGeContext::gTol) const |
|
double | paramOf (const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const |
|
void | getTrimmedOffset (double distance, const OdGeVector3d &planeNormal, OdGeCurve3dPtrArray &offsetCurveList, OdGe::OffsetCrvExtType extensionType=OdGe::kFillet, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | isClosed (const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | isPlanar (OdGePlane &plane, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | isLinear (OdGeLine3d &line, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | isCoplanarWith (const OdGeCurve3d &curve, OdGePlane &plane, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | isPeriodic (double &period) const |
|
double | length (double fromParam, double toParam, double tol=OdGeContext::gTol.equalPoint()) const |
|
double | length (double tol=OdGeContext::gTol.equalPoint()) const |
|
double | paramAtLength (double datumParam, double length, bool posParamDir=true, double tol=OdGeContext::gTol.equalPoint()) const |
|
bool | area (double startParam, double endParam, double &value, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | isDegenerate (OdGe::EntityId °enerateType, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | isDegenerate (OdGeEntity3d *&pConvertedEntity, const OdGeTol &tol=OdGeContext::gTol) const |
|
void | getSplitCurves (double param, OdGeCurve3d *&piece1, OdGeCurve3d *&piece2) const |
|
bool | explode (OdGeCurve3dPtrArray &explodedCurves, OdGeIntArray &newExplodedCurves, const OdGeInterval *pInterval=NULL) const |
|
void | getLocalClosestPoints (const OdGePoint3d &point, OdGePointOnCurve3d &approxPntOnThisCrv, const OdGeInterval *pInterval1=NULL, const OdGeTol &tol=OdGeContext::gTol) const |
|
void | getLocalClosestPoints (const OdGeCurve3d &curve, OdGePointOnCurve3d &approxPntOnThisCrv, OdGePointOnCurve3d &approxPntOnOtherCrv, const OdGeInterval *pInterval1=NULL, const OdGeInterval *pInterval2=NULL, const OdGeTol &tol=OdGeContext::gTol) const |
|
bool | hasStartPoint (OdGePoint3d &startPoint) const |
|
bool | hasEndPoint (OdGePoint3d &endPoint) const |
|
OdGePoint3d | evalPoint (double param) const |
|
OdGePoint3d | evalPoint (double param, int numDeriv, OdGeVector3dArray &derivatives) const |
|
void | getSamplePoints (double fromParam, double toParam, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray ¶mArray, bool forceResampling=false) const |
|
void | getSamplePoints (int numSample, OdGePoint3dArray &pointArray) const |
|
void | getSamplePoints (int numSample, OdGePoint3dArray &pointArray, OdGeDoubleArray ¶mArray) const |
|
OdGeCurve3d & | operator= (const OdGeCurve3d &curve) |
|
void | getSamplePoints (double fromParam, double toParam, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray *paramArray=NULL) const |
|
void | getSamplePoints (const OdGeInterval *paramInterval, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray *pParamArray=NULL) const |
|
void | appendSamplePoints (double fromParam, double toParam, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray *pParamArray=NULL) const |
|
void | appendSamplePoints (int numSample, OdGePoint3dArray &pointArray, OdGeDoubleArray *pParamArray=NULL) const |
|
void | appendSamplePoints (const OdGeInterval *paramInterval, double approxEps, OdGePoint3dArray &pointArray, OdGeDoubleArray *pParamArray=NULL) const |
|
double | paramOf (const OdGePoint3d &point, const OdGeInterval *range, const OdGeTol &tol=OdGeContext::gTol) const |
|
OdGeExtents3d | getGeomExtents (const OdGeInterval &range=OdGeInterval(), const OdGeMatrix3d *coordSystem=NULL) const |
|
void | evaluate (double param, int numDeriv, OdGeVector3d *values) const |
|
| 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 |
|
A mathematical entity used to represent a circular arc in 3D space.
Corresponding C++ library: TD_Ge
<group OdGe_Classes>
- See also
- <link ge_OdGeCircArc3d.html, Working with Circular Arcs>
Definition at line 47 of file GeCircArc3d.h.