|
| | ~AcGePlanarEnt (void) |
| |
| AcGePlanarEnt & | operator= (AcGePlanarEnt const &) |
| |
| AcGePoint3d | closestPointToLinearEnt (AcGeLinearEnt3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| AcGePoint3d | closestPointToPlanarEnt (AcGePlanarEnt const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| AcGePoint3d | pointOnPlane (void) const |
| |
| AcGeVector3d | normal (void) const |
| |
| Frx::Boolean | intersectWith (AcGeLinearEnt3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isCoplanarTo (AcGePlanarEnt const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isParallelTo (AcGeLinearEnt3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isParallelTo (AcGePlanarEnt const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isPerpendicularTo (AcGeLinearEnt3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isPerpendicularTo (AcGePlanarEnt const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| void | get (AcGePoint3d &, AcGePoint3d &, AcGePoint3d &) const |
| |
| void | get (AcGePoint3d &, AcGeVector3d &, AcGeVector3d &) const |
| |
| void | getCoefficients (double &, double &, double &, double &) const |
| |
| void | getCoordSystem (AcGePoint3d &, AcGeVector3d &, AcGeVector3d &) const |
| |
| | ~AcGeSurface (void) |
| |
| AcGePoint2d | paramOf (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| AcGePoint3d | closestPointTo (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| AcGePoint3d | evalPoint (AcGePoint2d const &) const |
| |
| AcGePoint3d | evalPoint (AcGePoint2d const &, int, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > &) const |
| |
| AcGePoint3d | evalPoint (AcGePoint2d const &, int, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > &, AcGeVector3d &) const |
| |
| AcGeSurface & | operator= (AcGeSurface const &) |
| |
| AcGeSurface & | reverseNormal (void) |
| |
| double | distanceTo (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isClosedInU (AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isClosedInV (AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isNormalReversed (void) const |
| |
| Frx::Boolean | isOn (AcGePoint3d const &, AcGePoint2d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isOn (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| void | getClosestPointTo (AcGePoint3d const &, AcGePointOnSurface &, AcGeTol const &=AcGeContext::gTol) const |
| |
| void | getEnvelope (AcGeInterval &, AcGeInterval &) const |
| |
| Acad::ErrorStatus | projectOnToSurface (const AcDbEntity *, const AcGeVector3d &, AcArray< AcDbEntity * > &) const |
| |
| | ~AcGeEntity3d (void) |
| |
| AcGeEntity3d & | mirror (AcGePlane const &) |
| |
| AcGeEntity3d & | operator= (AcGeEntity3d const &) |
| |
| AcGeEntity3d & | rotateBy (double, AcGeVector3d const &, AcGePoint3d const &) |
| |
| AcGeEntity3d & | scaleBy (double, AcGePoint3d const &) |
| |
| AcGeEntity3d & | transformBy (AcGeMatrix3d const &) |
| |
| AcGeEntity3d & | translateBy (AcGeVector3d const &) |
| |
| AcGeEntity3d * | copy (void) const |
| |
| AcGe::EntityId | type (void) const |
| |
| Frx::Boolean | isEqualTo (AcGeEntity3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | isKindOf (AcGe::EntityId) const |
| |
| Adesk::Boolean | isOn (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| Frx::Boolean | operator!= (AcGeEntity3d const &) const |
| |
| Frx::Boolean | operator== (AcGeEntity3d const &) const |
| |
Definition at line 25 of file AcGePlanarEnt.h.