|
| | AcGeImpTorus (AcGeImpTorus const &) |
| |
| | AcGeImpTorus (double, double, AcGePoint3d const &, AcGeVector3d const &) |
| |
| | AcGeImpTorus (double, double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double) |
| |
| | AcGeImpTorus (void) |
| |
| AcGeImpTorus & | operator= (AcGeImpTorus const &) |
| |
| AcGeImpTorus & | set (double, double, AcGePoint3d const &, AcGeVector3d const &) |
| |
| AcGeImpTorus & | set (double, double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double) |
| |
| AcGeImpTorus & | setAnglesInU (double, double) |
| |
| AcGeImpTorus & | setAnglesInV (double, double) |
| |
| AcGeImpTorus & | setMajorRadius (double) |
| |
| AcGeImpTorus & | setMinorRadius (double) |
| |
| AcGePoint3d | center (void) const |
| |
| AcGeVector3d | axisOfSymmetry (void) const |
| |
| AcGeVector3d | refAxis (void) const |
| |
| double | majorRadius (void) const |
| |
| double | minorRadius (void) const |
| |
| int | intersectWith (AcGeImpLinearEnt3d const &, int &, AcGePoint3d &, AcGePoint3d &, AcGePoint3d &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| int | isApple (void) const |
| |
| int | isDegenerate (void) const |
| |
| int | isDoughnut (void) const |
| |
| int | isHollow (void) const |
| |
| int | isLemon (void) const |
| |
| int | isOuterNormal (void) const |
| |
| int | isVortex (void) const |
| |
| virtual | ~AcGeImpTorus (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 |
| |
| void | getAnglesInU (double &, double &) const |
| |
| void | getAnglesInV (double &, double &) const |
| |
| void | getXSectionInU (double, AcGeImpEllipArc3d &) const |
| |
| void | getXSectionInV (double, AcGeImpEllipArc3d &) const |
| |
Definition at line 29 of file AcGeImpTorus.h.