GcDbOle2Frame

class pygcad.pygrx.GcDbOle2Frame

Bases: GcDbOleFrame

Methods Summary

autoOutputQuality(self)

C++: GcDbOle2Frame::autoOutputQuality() const --> bool

cast(inPtr)

C++: GcDbOle2Frame::cast(const class GcRxObject *) --> class GcDbOle2Frame *

className()

C++: GcDbOle2Frame::className() --> const wchar_t *

desc()

C++: GcDbOle2Frame::desc() --> class GcRxClass *

dwgInFields(self, filer)

C++: GcDbOle2Frame::dwgInFields(class GcDbDwgFiler *) --> enum Gcad::ErrorStatus

dwgOutFields(self, filer)

C++: GcDbOle2Frame::dwgOutFields(class GcDbDwgFiler *) const --> enum Gcad::ErrorStatus

dxfInFields(self, filer)

C++: GcDbOle2Frame::dxfInFields(class GcDbDxfFiler *) --> enum Gcad::ErrorStatus

dxfOutFields(self, filer)

C++: GcDbOle2Frame::dxfOutFields(class GcDbDxfFiler *) const --> enum Gcad::ErrorStatus

getLinkName(*args, **kwargs)

Overloaded function.

getLinkPath(*args, **kwargs)

Overloaded function.

getLocation(self, point3d)

C++: GcDbOle2Frame::getLocation(class GcGePoint3d &) const --> void

getOleItemHost(self)

C++: GcDbOle2Frame::getOleItemHost() const --> void *

getOleObject(self)

C++: GcDbOle2Frame::getOleObject() const --> void *

getType(self)

C++: GcDbOle2Frame::getType() const --> int

getUserType(*args, **kwargs)

Overloaded function.

isA(self)

C++: GcDbOle2Frame::isA() const --> class GcRxClass *

isLinked(self)

C++: GcDbOle2Frame::isLinked() const --> bool

lockAspect(self)

C++: GcDbOle2Frame::lockAspect() const --> bool

outputQuality(self)

C++: GcDbOle2Frame::outputQuality() const --> unsigned char

position(self, rect3d)

C++: GcDbOle2Frame::position(class CRectangle3d &) const --> void

rotation(self)

C++: GcDbOle2Frame::rotation() const --> double

rxInit()

C++: GcDbOle2Frame::rxInit() --> void

saveAs(self, mode, st)

C++: GcDbOle2Frame::saveAs(class GcGiWorldDraw *, enum GcDb::SaveType) --> void

scaleHeight(self)

C++: GcDbOle2Frame::scaleHeight() const --> double

scaleWidth(self)

C++: GcDbOle2Frame::scaleWidth() const --> double

setAutoOutputQuality(self, para)

C++: GcDbOle2Frame::setAutoOutputQuality(unsigned char) --> void

setLocation(self, point3d)

C++: GcDbOle2Frame::setLocation(const class GcGePoint3d &) --> void

setLockAspect(self, bLockAspect)

C++: GcDbOle2Frame::setLockAspect(const bool) --> enum Gcad::ErrorStatus

setOleObject(self, pItem)

C++: GcDbOle2Frame::setOleObject(const void *) --> void

setOutputQuality(self, para)

C++: GcDbOle2Frame::setOutputQuality(unsigned char) --> void

setPosition(self, rect3d)

C++: GcDbOle2Frame::setPosition(const class CRectangle3d &) --> void

setRotation(self, rotation)

C++: GcDbOle2Frame::setRotation(const double) --> enum Gcad::ErrorStatus

setScaleHeight(self, scaleHeight)

C++: GcDbOle2Frame::setScaleHeight(const double) --> enum Gcad::ErrorStatus

setScaleWidth(self, scaleWidth)

C++: GcDbOle2Frame::setScaleWidth(const double) --> enum Gcad::ErrorStatus

setWcsHeight(self, wcsHeight)

C++: GcDbOle2Frame::setWcsHeight(const double) --> enum Gcad::ErrorStatus

setWcsWidth(self, wcsWidth)

C++: GcDbOle2Frame::setWcsWidth(const double) --> enum Gcad::ErrorStatus

wcsHeight(self)

C++: GcDbOle2Frame::wcsHeight() const --> double

wcsWidth(self)

C++: GcDbOle2Frame::wcsWidth() const --> double

Methods Documentation

autoOutputQuality(self: pygcad.pygrx.GcDbOle2Frame) bool

C++: GcDbOle2Frame::autoOutputQuality() const –> bool

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbOle2Frame

C++: GcDbOle2Frame::cast(const class GcRxObject *) –> class GcDbOle2Frame *

static className() str

C++: GcDbOle2Frame::className() –> const wchar_t *

static desc() pygcad.pygrx.GcRxClass

C++: GcDbOle2Frame::desc() –> class GcRxClass *

dwgInFields(self: pygcad.pygrx.GcDbOle2Frame, filer: pygcad.pygrx.GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::dwgInFields(class GcDbDwgFiler *) –> enum Gcad::ErrorStatus

dwgOutFields(self: pygcad.pygrx.GcDbOle2Frame, filer: pygcad.pygrx.GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::dwgOutFields(class GcDbDwgFiler *) const –> enum Gcad::ErrorStatus

dxfInFields(self: pygcad.pygrx.GcDbOle2Frame, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::dxfInFields(class GcDbDxfFiler *) –> enum Gcad::ErrorStatus

dxfOutFields(self: pygcad.pygrx.GcDbOle2Frame, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::dxfOutFields(class GcDbDxfFiler *) const –> enum Gcad::ErrorStatus

getLinkName(*args, **kwargs)

Overloaded function.

  1. getLinkName(self: pygcad.pygrx.GcDbOle2Frame, pszName: str, nNameSize: int) -> bool

C++: GcDbOle2Frame::getLinkName(wchar_t *, int) const –> bool

  1. getLinkName(self: pygcad.pygrx.GcDbOle2Frame, para: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::getLinkName(class GcString &) const –> enum Gcad::ErrorStatus

getLinkPath(*args, **kwargs)

Overloaded function.

  1. getLinkPath(self: pygcad.pygrx.GcDbOle2Frame, pszPath: str, nPathSize: int) -> bool

C++: GcDbOle2Frame::getLinkPath(wchar_t *, int) const –> bool

  1. getLinkPath(self: pygcad.pygrx.GcDbOle2Frame, para: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::getLinkPath(class GcString &) const –> enum Gcad::ErrorStatus

getLocation(self: pygcad.pygrx.GcDbOle2Frame, point3d: pygcad.pygrx.GcGePoint3d) None

C++: GcDbOle2Frame::getLocation(class GcGePoint3d &) const –> void

getOleItemHost(self: pygcad.pygrx.GcDbOle2Frame) capsule

C++: GcDbOle2Frame::getOleItemHost() const –> void *

getOleObject(self: pygcad.pygrx.GcDbOle2Frame) capsule

C++: GcDbOle2Frame::getOleObject() const –> void *

getType(self: pygcad.pygrx.GcDbOle2Frame) int

C++: GcDbOle2Frame::getType() const –> int

getUserType(*args, **kwargs)

Overloaded function.

  1. getUserType(self: pygcad.pygrx.GcDbOle2Frame, pszName: str, nNameSize: int) -> None

C++: GcDbOle2Frame::getUserType(wchar_t *, int) const –> void

  1. getUserType(self: pygcad.pygrx.GcDbOle2Frame, para: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::getUserType(class GcString &) const –> enum Gcad::ErrorStatus

isA(self: pygcad.pygrx.GcDbOle2Frame) pygcad.pygrx.GcRxClass

C++: GcDbOle2Frame::isA() const –> class GcRxClass *

isLinked(self: pygcad.pygrx.GcDbOle2Frame) bool

C++: GcDbOle2Frame::isLinked() const –> bool

lockAspect(self: pygcad.pygrx.GcDbOle2Frame) bool

C++: GcDbOle2Frame::lockAspect() const –> bool

outputQuality(self: pygcad.pygrx.GcDbOle2Frame) int

C++: GcDbOle2Frame::outputQuality() const –> unsigned char

position(self: pygcad.pygrx.GcDbOle2Frame, rect3d: CRectangle3d) None

C++: GcDbOle2Frame::position(class CRectangle3d &) const –> void

rotation(self: pygcad.pygrx.GcDbOle2Frame) float

C++: GcDbOle2Frame::rotation() const –> double

static rxInit() None

C++: GcDbOle2Frame::rxInit() –> void

saveAs(self: pygcad.pygrx.GcDbOle2Frame, mode: GcGiWorldDraw, st: pygcad.pygrx.GcDb.SaveType) None

C++: GcDbOle2Frame::saveAs(class GcGiWorldDraw *, enum GcDb::SaveType) –> void

scaleHeight(self: pygcad.pygrx.GcDbOle2Frame) float

C++: GcDbOle2Frame::scaleHeight() const –> double

scaleWidth(self: pygcad.pygrx.GcDbOle2Frame) float

C++: GcDbOle2Frame::scaleWidth() const –> double

setAutoOutputQuality(self: pygcad.pygrx.GcDbOle2Frame, para: int) None

C++: GcDbOle2Frame::setAutoOutputQuality(unsigned char) –> void

setLocation(self: pygcad.pygrx.GcDbOle2Frame, point3d: pygcad.pygrx.GcGePoint3d) None

C++: GcDbOle2Frame::setLocation(const class GcGePoint3d &) –> void

setLockAspect(self: pygcad.pygrx.GcDbOle2Frame, bLockAspect: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::setLockAspect(const bool) –> enum Gcad::ErrorStatus

setOleObject(self: pygcad.pygrx.GcDbOle2Frame, pItem: capsule) None

C++: GcDbOle2Frame::setOleObject(const void *) –> void

setOutputQuality(self: pygcad.pygrx.GcDbOle2Frame, para: int) None

C++: GcDbOle2Frame::setOutputQuality(unsigned char) –> void

setPosition(self: pygcad.pygrx.GcDbOle2Frame, rect3d: CRectangle3d) None

C++: GcDbOle2Frame::setPosition(const class CRectangle3d &) –> void

setRotation(self: pygcad.pygrx.GcDbOle2Frame, rotation: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::setRotation(const double) –> enum Gcad::ErrorStatus

setScaleHeight(self: pygcad.pygrx.GcDbOle2Frame, scaleHeight: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::setScaleHeight(const double) –> enum Gcad::ErrorStatus

setScaleWidth(self: pygcad.pygrx.GcDbOle2Frame, scaleWidth: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::setScaleWidth(const double) –> enum Gcad::ErrorStatus

setWcsHeight(self: pygcad.pygrx.GcDbOle2Frame, wcsHeight: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::setWcsHeight(const double) –> enum Gcad::ErrorStatus

setWcsWidth(self: pygcad.pygrx.GcDbOle2Frame, wcsWidth: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOle2Frame::setWcsWidth(const double) –> enum Gcad::ErrorStatus

wcsHeight(self: pygcad.pygrx.GcDbOle2Frame) float

C++: GcDbOle2Frame::wcsHeight() const –> double

wcsWidth(self: pygcad.pygrx.GcDbOle2Frame) float

C++: GcDbOle2Frame::wcsWidth() const –> double