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

#include <AcGeOffsetSurface.h>

Inheritance diagram for AcGeOffsetSurface:
AcGeSurface AcGeEntity3d

Public Member Functions

 AcGeOffsetSurface (AcGeOffsetSurface const &)
 
 AcGeOffsetSurface (AcGeSurface *, double, int)
 
 AcGeOffsetSurface (void)
 
 ~AcGeOffsetSurface (void)
 
AcGeOffsetSurfaceoperator= (AcGeOffsetSurface const &)
 
AcGeOffsetSurfaceset (AcGeSurface *, double, int)
 
double offsetDist (void) const
 
int getSurface (AcGeSurface *&) const
 
int isBoundedPlane (void) const
 
int isCone (void) const
 
int isCylinder (void) const
 
int isPlane (void) const
 
int isSphere (void) const
 
int isTorus (void) const
 
void getConstructionSurface (AcGeSurface *&) 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 22 of file AcGeOffsetSurface.h.

Constructor & Destructor Documentation

◆ AcGeOffsetSurface() [1/3]

AcGeOffsetSurface::AcGeOffsetSurface ( AcGeOffsetSurface const & )

◆ AcGeOffsetSurface() [2/3]

AcGeOffsetSurface::AcGeOffsetSurface ( AcGeSurface * ,
double ,
int  )

◆ AcGeOffsetSurface() [3/3]

AcGeOffsetSurface::AcGeOffsetSurface ( void )

◆ ~AcGeOffsetSurface()

AcGeOffsetSurface::~AcGeOffsetSurface ( void )

Member Function Documentation

◆ getConstructionSurface()

void AcGeOffsetSurface::getConstructionSurface ( AcGeSurface *& ) const

◆ getSurface()

int AcGeOffsetSurface::getSurface ( AcGeSurface *& ) const

◆ isBoundedPlane()

int AcGeOffsetSurface::isBoundedPlane ( void ) const

◆ isCone()

int AcGeOffsetSurface::isCone ( void ) const

◆ isCylinder()

int AcGeOffsetSurface::isCylinder ( void ) const

◆ isPlane()

int AcGeOffsetSurface::isPlane ( void ) const

◆ isSphere()

int AcGeOffsetSurface::isSphere ( void ) const

◆ isTorus()

int AcGeOffsetSurface::isTorus ( void ) const

◆ offsetDist()

double AcGeOffsetSurface::offsetDist ( void ) const

◆ operator=()

AcGeOffsetSurface & AcGeOffsetSurface::operator= ( AcGeOffsetSurface const & )

◆ set()

AcGeOffsetSurface & AcGeOffsetSurface::set ( AcGeSurface * ,
double ,
int  )

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