|
| | AcGeImpSphere (AcGeImpSphere const &) |
| |
| | AcGeImpSphere (double, AcGePoint3d const &) |
| |
| | AcGeImpSphere (double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double) |
| |
| | AcGeImpSphere (void) |
| |
| AcGeImpSphere & | operator= (AcGeImpSphere const &) |
| |
| AcGeImpSphere & | set (double, AcGePoint3d const &) |
| |
| AcGeImpSphere & | set (double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double) |
| |
| AcGeImpSphere & | setAnglesInU (double, double) |
| |
| AcGeImpSphere & | setAnglesInV (double, double) |
| |
| AcGeImpSphere & | setRadius (double) |
| |
| AcGePoint3d | center (void) const |
| |
| AcGePoint3d | northPole (void) const |
| |
| AcGePoint3d | southPole (void) const |
| |
| AcGeVector3d | northAxis (void) const |
| |
| AcGeVector3d | refAxis (void) const |
| |
| double | radius (void) const |
| |
| int | getXSectionInU (double, AcGeImpEllipArc3d &) const |
| |
| int | getXSectionInV (double, AcGeImpEllipArc3d &) const |
| |
| int | intersectWith (AcGeImpLinearEnt3d const &, int &, AcGePoint3d &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| int | intersectWith (AcGeImpPlanarEnt const &, int &, AcGePoint3d &, AcGeImpEllipArc3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| int | isOuterNormal (void) const |
| |
| int | isSubset (AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual | ~AcGeImpSphere (void) |
| |
| virtual AcGeImpObject * | copy (void) const |
| |
| virtual AcGePoint3d | closestCurveToBoundary (AcGeImpCurve3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGePoint3d | closestPointToBoundary (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGe::EntityId | type (int) const |
| |
| virtual int | boundary (AcGeImpCurve3d **const) const |
| |
| virtual void | getEnvelope (AcGeImpInterval &, AcGeImpInterval &) const |
| |
| virtual void | setEnvelope (AcGeImpInterval &, AcGeImpInterval &) |
| |
| void | getAnglesInU (double &, double &) const |
| |
| void | getAnglesInV (double &, double &) const |
| |
Definition at line 31 of file AcGeImpSphere.h.