FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Friends | List of all members
AcGePlanarEnt Class Reference

#include <AcGePlanarEnt.h>

Inheritance diagram for AcGePlanarEnt:
AcGeSurface AcGeEntity3d AcGeBoundedPlane AcGePlane

Public Member Functions

 ~AcGePlanarEnt (void)
 
AcGePlanarEntoperator= (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
 
- Public Member Functions inherited from AcGeSurface
 ~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
 
AcGeSurfaceoperator= (AcGeSurface const &)
 
AcGeSurfacereverseNormal (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
 
- Public Member Functions inherited from AcGeEntity3d
 ~AcGeEntity3d (void)
 
AcGeEntity3dmirror (AcGePlane const &)
 
AcGeEntity3doperator= (AcGeEntity3d const &)
 
AcGeEntity3drotateBy (double, AcGeVector3d const &, AcGePoint3d const &)
 
AcGeEntity3dscaleBy (double, AcGePoint3d const &)
 
AcGeEntity3dtransformBy (AcGeMatrix3d const &)
 
AcGeEntity3dtranslateBy (AcGeVector3d const &)
 
AcGeEntity3dcopy (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
 

Protected Member Functions

 AcGePlanarEnt (AcGePlanarEnt const &)
 
 AcGePlanarEnt (void)
 
- Protected Member Functions inherited from AcGeSurface
 AcGeSurface (AcGeSurface const &)
 
 AcGeSurface (void)
 
- Protected Member Functions inherited from AcGeEntity3d
 AcGeEntity3d (AcGeEntity3d const &)
 
 AcGeEntity3d (AcGeImpEntity3d &, int)
 
 AcGeEntity3d (AcGeImpEntity3d *)
 
 AcGeEntity3d (void)
 
AcGeEntity2dnewEntity2d (AcGeImpEntity3d &, int) const
 
AcGeEntity2dnewEntity2d (AcGeImpEntity3d *) const
 
AcGeEntity3dnewEntity3d (AcGeImpEntity3d &, int) const
 
AcGeEntity3dnewEntity3d (AcGeImpEntity3d *) const
 
void connectTo (AcGeEntity3dImpl *)
 

Friends

class DefValueProducer
 

Additional Inherited Members

- Protected Attributes inherited from AcGeEntity3d
AcGeEntity3dImplm_pImpl
 

Detailed Description

Definition at line 25 of file AcGePlanarEnt.h.

Constructor & Destructor Documentation

◆ ~AcGePlanarEnt()

AcGePlanarEnt::~AcGePlanarEnt ( void )

◆ AcGePlanarEnt() [1/2]

AcGePlanarEnt::AcGePlanarEnt ( AcGePlanarEnt const & )
protected

◆ AcGePlanarEnt() [2/2]

AcGePlanarEnt::AcGePlanarEnt ( void )
protected

Member Function Documentation

◆ closestPointToLinearEnt()

AcGePoint3d AcGePlanarEnt::closestPointToLinearEnt ( AcGeLinearEnt3d const & ,
AcGePoint3d & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ closestPointToPlanarEnt()

AcGePoint3d AcGePlanarEnt::closestPointToPlanarEnt ( AcGePlanarEnt const & ,
AcGePoint3d & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ get() [1/2]

void AcGePlanarEnt::get ( AcGePoint3d & ,
AcGePoint3d & ,
AcGePoint3d &  ) const

◆ get() [2/2]

void AcGePlanarEnt::get ( AcGePoint3d & ,
AcGeVector3d & ,
AcGeVector3d &  ) const

◆ getCoefficients()

void AcGePlanarEnt::getCoefficients ( double & ,
double & ,
double & ,
double &  ) const

◆ getCoordSystem()

void AcGePlanarEnt::getCoordSystem ( AcGePoint3d & ,
AcGeVector3d & ,
AcGeVector3d &  ) const

◆ intersectWith()

Frx::Boolean AcGePlanarEnt::intersectWith ( AcGeLinearEnt3d const & ,
AcGePoint3d & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ isCoplanarTo()

Frx::Boolean AcGePlanarEnt::isCoplanarTo ( AcGePlanarEnt const & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ isParallelTo() [1/2]

Frx::Boolean AcGePlanarEnt::isParallelTo ( AcGeLinearEnt3d const & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ isParallelTo() [2/2]

Frx::Boolean AcGePlanarEnt::isParallelTo ( AcGePlanarEnt const & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ isPerpendicularTo() [1/2]

Frx::Boolean AcGePlanarEnt::isPerpendicularTo ( AcGeLinearEnt3d const & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ isPerpendicularTo() [2/2]

Frx::Boolean AcGePlanarEnt::isPerpendicularTo ( AcGePlanarEnt const & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ normal()

AcGeVector3d AcGePlanarEnt::normal ( void ) const

◆ operator=()

AcGePlanarEnt & AcGePlanarEnt::operator= ( AcGePlanarEnt const & )

◆ pointOnPlane()

AcGePoint3d AcGePlanarEnt::pointOnPlane ( void ) const

Friends And Related Symbol Documentation

◆ DefValueProducer

friend class DefValueProducer
friend

Definition at line 27 of file AcGePlanarEnt.h.


The documentation for this class was generated from the following file: