|
| | AcGeImpSurface () |
| |
| AcGeImpSurface & | operator= (AcGeImpSurface const &) |
| |
| int | isClosedInU (AcGeTol const &=AcGeContext::gTol) const |
| |
| int | isClosedInV (AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual | ~AcGeImpSurface (void) |
| |
| virtual AcGeImpEntity3d & | transformBy (AcGeMatrix3d const &) |
| |
| virtual AcGeImpSurface & | reverseNormal (void) |
| |
| virtual AcGePoint2d | paramOf (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGePoint3d | closestCurveToBoundary (AcGeImpCurve3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGePoint3d | closestPointTo (AcGeImpCurve3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGePoint3d | closestPointTo (AcGeImpSurface const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGePoint3d | closestPointTo (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGePoint3d | closestPointToBoundary (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual double | distanceTo (AcGeImpCurve3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual double | distanceTo (AcGeImpSurface const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual double | distanceTo (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual int | isEqualTo (AcGeImpEntity3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual int | isNormalReversed (void) const |
| |
| virtual int | isOn (AcGePoint3d const &, AcGePoint2d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual int | isOn (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual void | getClosestPointTo (AcGeImpCurve3d const &, AcGeImpPointOnCurve3d &, AcGeImpPointOnSurface &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual void | getClosestPointTo (AcGeImpSurface const &, AcGeImpPointOnSurface &, AcGeImpPointOnSurface &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual void | getClosestPointTo (AcGePoint3d const &, AcGeImpPointOnSurface &, AcGeTol const &=AcGeContext::gTol) const |
| |
Definition at line 30 of file AcGeImpSurface.h.