GcDbIBLBackground

class pygcad.pygrx.GcDbIBLBackground

Bases: GcDbBackground

Methods Summary

IBLImageName(self)

C++: GcDbIBLBackground::IBLImageName() const --> class GcString

cast(inPtr)

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

className()

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

desc()

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

displayImage(self)

C++: GcDbIBLBackground::displayImage() const --> bool

drawable(self)

C++: GcDbIBLBackground::drawable() --> class GcGiDrawable *

drawableType(self)

C++: GcDbIBLBackground::drawableType() const --> enum GcGiDrawable::DrawableType

dwgInFields(self, pFiler)

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

dwgOutFields(self, pFiler)

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

dxfInFields(self, pFiler)

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

dxfOutFields(self, pFiler)

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

enable(self)

C++: GcDbIBLBackground::enable() const --> bool

isA(self)

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

rotation(self)

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

rxInit()

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

secondaryBackground(self)

C++: GcDbIBLBackground::secondaryBackground() const --> class GcDbObjectId

setDisplayImage(self, bdisplay)

C++: GcDbIBLBackground::setDisplayImage(const bool) --> enum Gcad::ErrorStatus

setEnable(self, bEnable)

C++: GcDbIBLBackground::setEnable(const bool) --> enum Gcad::ErrorStatus

setIBLImageName(self, name)

C++: GcDbIBLBackground::setIBLImageName(const class GcString &) --> enum Gcad::ErrorStatus

setRotation(self, rotation)

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

setSecondaryBackground(self, bg)

C++: GcDbIBLBackground::setSecondaryBackground(const class GcDbObjectId) --> enum Gcad::ErrorStatus

Methods Documentation

IBLImageName(self: pygcad.pygrx.GcDbIBLBackground) pygcad.pygrx.GcString

C++: GcDbIBLBackground::IBLImageName() const –> class GcString

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

displayImage(self: pygcad.pygrx.GcDbIBLBackground) bool

C++: GcDbIBLBackground::displayImage() const –> bool

drawable(self: pygcad.pygrx.GcDbIBLBackground) pygcad.pygrx.GcGiDrawable

C++: GcDbIBLBackground::drawable() –> class GcGiDrawable *

drawableType(self: pygcad.pygrx.GcDbIBLBackground) pygcad.pygrx.GcGiDrawable.DrawableType

C++: GcDbIBLBackground::drawableType() const –> enum GcGiDrawable::DrawableType

dwgInFields(self: pygcad.pygrx.GcDbIBLBackground, pFiler: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dwgOutFields(self: pygcad.pygrx.GcDbIBLBackground, pFiler: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfInFields(self: pygcad.pygrx.GcDbIBLBackground, pFiler: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfOutFields(self: pygcad.pygrx.GcDbIBLBackground, pFiler: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

enable(self: pygcad.pygrx.GcDbIBLBackground) bool

C++: GcDbIBLBackground::enable() const –> bool

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

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

rotation(self: pygcad.pygrx.GcDbIBLBackground) float

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

static rxInit() None

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

secondaryBackground(self: pygcad.pygrx.GcDbIBLBackground) pygcad.pygrx.GcDbObjectId

C++: GcDbIBLBackground::secondaryBackground() const –> class GcDbObjectId

setDisplayImage(self: pygcad.pygrx.GcDbIBLBackground, bdisplay: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbIBLBackground::setDisplayImage(const bool) –> enum Gcad::ErrorStatus

setEnable(self: pygcad.pygrx.GcDbIBLBackground, bEnable: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbIBLBackground::setEnable(const bool) –> enum Gcad::ErrorStatus

setIBLImageName(self: pygcad.pygrx.GcDbIBLBackground, name: pygcad.pygrx.GcString) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbIBLBackground::setIBLImageName(const class GcString &) –> enum Gcad::ErrorStatus

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

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

setSecondaryBackground(self: pygcad.pygrx.GcDbIBLBackground, bg: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbIBLBackground::setSecondaryBackground(const class GcDbObjectId) –> enum Gcad::ErrorStatus