|
| | ACRX_DECLARE_MEMBERS (AcGiViewportGeometry) |
| |
| virtual | ~AcGiViewportGeometry () |
| |
| virtual Adesk::Boolean | circle (const AcGePoint3d &, const double, const AcGeVector3d &) const =0 |
| |
| virtual Adesk::Boolean | circle (const AcGePoint3d &, const AcGePoint3d &, const AcGePoint3d &) const =0 |
| |
| virtual Adesk::Boolean | circularArc (const AcGePoint3d &, const double, const AcGeVector3d &, const AcGeVector3d &, const double, const AcGiArcType=kAcGiArcSimple) const =0 |
| |
| virtual Adesk::Boolean | circularArc (const AcGePoint3d &, const AcGePoint3d &, const AcGePoint3d &, const AcGiArcType=kAcGiArcSimple) const =0 |
| |
| virtual Adesk::Boolean | pline (const AcDbPolyline &, unsigned long=0, unsigned long=0) const =0 |
| |
| virtual Adesk::Boolean | polygonEye (const Adesk::UInt32, const AcGePoint3d *) const =0 |
| |
| virtual Adesk::Boolean | polylineDc (const Adesk::UInt32, const AcGePoint3d *) const =0 |
| |
| | 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 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) |
| |
| virtual AcRxObject * | queryX (AcRxClass const *) const |
| |
| AcRxObject * | x (AcRxClass const *) const |
| |
| virtual AcRxClass * | isA (void) const |
| |
| virtual AcRxObject * | clone (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) |
| |
| | AcRTTIObject () |
| |
| virtual | ~AcRTTIObject () |
| |
| | AcObject () |
| |
| | AcObject (const AcObject &source) |
| |
| virtual | ~AcObject () |
| |
| void * | data () const |
| |
Definition at line 22 of file AcGiViewportGeometry.h.