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

#include <AcGeSphere.h>

Inheritance diagram for AcGeSphere:
AcGeSurface AcGeEntity3d

Public Member Functions

 AcGeSphere (AcGeSphere const &)
 
 AcGeSphere (double, AcGePoint3d const &)
 
 AcGeSphere (double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double)
 
 AcGeSphere (void)
 
 ~AcGeSphere (void)
 
AcGePoint3d center (void) const
 
AcGePoint3d northPole (void) const
 
AcGePoint3d southPole (void) const
 
AcGeSphereoperator= (AcGeSphere const &)
 
AcGeSphereset (double, AcGePoint3d const &)
 
AcGeSphereset (double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double)
 
AcGeSpheresetAnglesInU (double, double)
 
AcGeSpheresetAnglesInV (double, double)
 
AcGeSpheresetRadius (double)
 
AcGeVector3d northAxis (void) const
 
AcGeVector3d refAxis (void) const
 
double radius (void) const
 
int intersectWith (AcGeLinearEnt3d const &, int &, AcGePoint3d &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
 
int isClosed (AcGeTol const &=AcGeContext::gTol) const
 
int isOuterNormal (void) const
 
void getAnglesInU (double &, double &) const
 
void getAnglesInV (double &, double &) 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
 

Additional Inherited Members

- 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 *)
 
- Protected Attributes inherited from AcGeEntity3d
AcGeEntity3dImplm_pImpl
 

Detailed Description

Definition at line 25 of file AcGeSphere.h.

Constructor & Destructor Documentation

◆ AcGeSphere() [1/4]

AcGeSphere::AcGeSphere ( AcGeSphere const & )

◆ AcGeSphere() [2/4]

AcGeSphere::AcGeSphere ( double ,
AcGePoint3d const &  )

◆ AcGeSphere() [3/4]

AcGeSphere::AcGeSphere ( double ,
AcGePoint3d const & ,
AcGeVector3d const & ,
AcGeVector3d const & ,
double ,
double ,
double ,
double  )

◆ AcGeSphere() [4/4]

AcGeSphere::AcGeSphere ( void )

◆ ~AcGeSphere()

AcGeSphere::~AcGeSphere ( void )

Member Function Documentation

◆ center()

AcGePoint3d AcGeSphere::center ( void ) const

◆ getAnglesInU()

void AcGeSphere::getAnglesInU ( double & ,
double &  ) const

◆ getAnglesInV()

void AcGeSphere::getAnglesInV ( double & ,
double &  ) const

◆ intersectWith()

int AcGeSphere::intersectWith ( AcGeLinearEnt3d const & ,
int & ,
AcGePoint3d & ,
AcGePoint3d & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ isClosed()

int AcGeSphere::isClosed ( AcGeTol const & = AcGeContext::gTol) const

◆ isOuterNormal()

int AcGeSphere::isOuterNormal ( void ) const

◆ northAxis()

AcGeVector3d AcGeSphere::northAxis ( void ) const

◆ northPole()

AcGePoint3d AcGeSphere::northPole ( void ) const

◆ operator=()

AcGeSphere & AcGeSphere::operator= ( AcGeSphere const & )

◆ radius()

double AcGeSphere::radius ( void ) const

◆ refAxis()

AcGeVector3d AcGeSphere::refAxis ( void ) const

◆ set() [1/2]

AcGeSphere & AcGeSphere::set ( double ,
AcGePoint3d const &  )

◆ set() [2/2]

AcGeSphere & AcGeSphere::set ( double ,
AcGePoint3d const & ,
AcGeVector3d const & ,
AcGeVector3d const & ,
double ,
double ,
double ,
double  )

◆ setAnglesInU()

AcGeSphere & AcGeSphere::setAnglesInU ( double ,
double  )

◆ setAnglesInV()

AcGeSphere & AcGeSphere::setAnglesInV ( double ,
double  )

◆ setRadius()

AcGeSphere & AcGeSphere::setRadius ( double )

◆ southPole()

AcGePoint3d AcGeSphere::southPole ( void ) const

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