FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
AcGiGeometry Class Referenceabstract

#include <AcGiGeometry.h>

Inheritance diagram for AcGiGeometry:
AcRxObject AcRTTIObject AcObject AcGiViewportGeometry AcGiWorldGeometry

Public Types

enum  TransparencyMode { kTransparencyOff , kTransparency1Bit , kTransparency8Bit }
 

Public Member Functions

 ACRX_DECLARE_MEMBERS (AcGiGeometry)
 
virtual Adesk::Boolean polygon (const Adesk::UInt32, const AcGePoint3d *) const =0
 
virtual Adesk::Boolean text (const AcGePoint3d &, const AcGeVector3d &, const AcGeVector3d &, const ACHAR *, int, bool, const AcGiTextStyle &)
 
virtual Adesk::Boolean text (const AcGePoint3d &, const AcGeVector3d &, const AcGeVector3d &, const double, const double, const double, const ACHAR *)
 
virtual Adesk::Boolean pushModelTransform (const AcGeMatrix3d &)
 
virtual Adesk::Boolean popModelTransform ()
 
virtual Adesk::Boolean shell (int, const AcGePoint3d *, int, const Adesk::Int32 *, const AcGiEdgeData *=0, const AcGiFaceData *=0, const AcGiVertexData *=0)
 
virtual Adesk::Boolean draw (const AcGiDrawable *)
 
virtual Adesk::Boolean polyline (const Adesk::UInt32, const AcGePoint3d *, const AcGeVector3d *=0, Adesk::LongPtr=-1)
 
virtual Adesk::Boolean pline (const AcDbPolyline &, unsigned long=0, unsigned long=0) const =0
 
virtual void getModelToWorldTransform (AcGeMatrix3d &) const
 
virtual void getWorldToModelTransform (AcGeMatrix3d &) const
 
virtual Adesk::Boolean worldLine (const AcGePoint3d pnts[2])
 
virtual Adesk::Boolean circularArc (const AcGePoint3d &, double const, AcGeVector3d const &, AcGeVector3d const &, double const, AcGiArcType const =kAcGiArcSimple)
 
virtual Adesk::Boolean circularArc (const AcGePoint3d &, const AcGePoint3d &, const AcGePoint3d &, const AcGiArcType=kAcGiArcSimple)
 
virtual Adesk::Boolean circle (AcGePoint3d const &, double const, AcGeVector3d const &)
 
virtual Adesk::Boolean circle (AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &)
 
virtual Adesk::Boolean image (const AcGiImageBGRA32 &, const AcGePoint3d &, const AcGeVector3d &, const AcGeVector3d &, TransparencyMode=kTransparency8Bit)
 
virtual Adesk::Boolean ellipticalArc (const AcGePoint3d &, const AcGeVector3d &, double, double, double, double, double, AcGiArcType=kAcGiArcSimple)
 
- Public Member Functions inherited from AcRxObject
virtual AcRxObjectqueryX (AcRxClass const *) const
 
AcRxObjectx (AcRxClass const *) const
 
virtual AcRxClassisA (void) const
 
virtual AcRxObjectclone (void) const
 
virtual AcRx::Ordering comparedTo (AcRxObject const *) const
 
virtual Acad::ErrorStatus copyFrom (AcRxObject const *)
 
virtual int isEqualTo (AcRxObject const *) const
 
bool isKindOf (const AcRxClass *pOtherClass) const
 
virtual ~AcRxObject (void)
 
- Public Member Functions inherited from AcRTTIObject
 AcRTTIObject ()
 
virtual ~AcRTTIObject ()
 
- Public Member Functions inherited from AcObject
 AcObject ()
 
 AcObject (const AcObject &source)
 
virtual ~AcObject ()
 
voiddata () const
 

Additional Inherited Members

- Static Public Member Functions inherited from AcRxObject
static AcRxClass *__cdecl desc (void)
 
static AcRxObject *__cdecl cast (AcRxObject const *)
 
- Protected Member Functions inherited from AcRxObject
 AcRxObject (void)
 
virtual AcRxObjectsubQueryX (AcRxClass const *) const
 
- Protected Attributes inherited from AcObject
voidm_pData
 

Detailed Description

Definition at line 29 of file AcGiGeometry.h.

Member Enumeration Documentation

◆ TransparencyMode

Enumerator
kTransparencyOff 
kTransparency1Bit 
kTransparency8Bit 

Definition at line 33 of file AcGiGeometry.h.

Member Function Documentation

◆ ACRX_DECLARE_MEMBERS()

AcGiGeometry::ACRX_DECLARE_MEMBERS ( AcGiGeometry )

◆ circle() [1/2]

virtual Adesk::Boolean AcGiGeometry::circle ( AcGePoint3d const & ,
AcGePoint3d const & ,
AcGePoint3d const &  )
virtual

◆ circle() [2/2]

virtual Adesk::Boolean AcGiGeometry::circle ( AcGePoint3d const & ,
double const ,
AcGeVector3d const &  )
virtual

◆ circularArc() [1/2]

virtual Adesk::Boolean AcGiGeometry::circularArc ( const AcGePoint3d & ,
const AcGePoint3d & ,
const AcGePoint3d & ,
const AcGiArcType = kAcGiArcSimple )
virtual

◆ circularArc() [2/2]

virtual Adesk::Boolean AcGiGeometry::circularArc ( const AcGePoint3d & ,
double const ,
AcGeVector3d const & ,
AcGeVector3d const & ,
double const ,
AcGiArcType const = kAcGiArcSimple )
virtual

◆ draw()

virtual Adesk::Boolean AcGiGeometry::draw ( const AcGiDrawable * )
virtual

◆ ellipticalArc()

virtual Adesk::Boolean AcGiGeometry::ellipticalArc ( const AcGePoint3d & ,
const AcGeVector3d & ,
double ,
double ,
double ,
double ,
double ,
AcGiArcType = kAcGiArcSimple )
virtual

◆ getModelToWorldTransform()

virtual void AcGiGeometry::getModelToWorldTransform ( AcGeMatrix3d & ) const
virtual

◆ getWorldToModelTransform()

virtual void AcGiGeometry::getWorldToModelTransform ( AcGeMatrix3d & ) const
virtual

◆ image()

virtual Adesk::Boolean AcGiGeometry::image ( const AcGiImageBGRA32 & ,
const AcGePoint3d & ,
const AcGeVector3d & ,
const AcGeVector3d & ,
TransparencyMode = kTransparency8Bit )
virtual

◆ pline()

virtual Adesk::Boolean AcGiGeometry::pline ( const AcDbPolyline & ,
unsigned long = 0,
unsigned long = 0 ) const
pure virtual

◆ polygon()

virtual Adesk::Boolean AcGiGeometry::polygon ( const Adesk::UInt32 ,
const AcGePoint3d *  ) const
pure virtual

Implemented in AcGiWorldGeometry.

◆ polyline()

virtual Adesk::Boolean AcGiGeometry::polyline ( const Adesk::UInt32 ,
const AcGePoint3d * ,
const AcGeVector3d * = 0,
Adesk::LongPtr = -1 )
virtual

◆ popModelTransform()

virtual Adesk::Boolean AcGiGeometry::popModelTransform ( )
virtual

◆ pushModelTransform()

virtual Adesk::Boolean AcGiGeometry::pushModelTransform ( const AcGeMatrix3d & )
virtual

◆ shell()

virtual Adesk::Boolean AcGiGeometry::shell ( int ,
const AcGePoint3d * ,
int ,
const Adesk::Int32 * ,
const AcGiEdgeData * = 0,
const AcGiFaceData * = 0,
const AcGiVertexData * = 0 )
virtual

◆ text() [1/2]

virtual Adesk::Boolean AcGiGeometry::text ( const AcGePoint3d & ,
const AcGeVector3d & ,
const AcGeVector3d & ,
const ACHAR * ,
int ,
bool ,
const AcGiTextStyle &  )
virtual

◆ text() [2/2]

virtual Adesk::Boolean AcGiGeometry::text ( const AcGePoint3d & ,
const AcGeVector3d & ,
const AcGeVector3d & ,
const double ,
const double ,
const double ,
const ACHAR *  )
virtual

◆ worldLine()

virtual Adesk::Boolean AcGiGeometry::worldLine ( const AcGePoint3d pnts[2])
virtual

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