GcDbGradientBackground

class pygcad.pygrx.GcDbGradientBackground

Bases: GcDbBackground

Methods Summary

cast(inPtr)

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

className()

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

colorBottom(self)

C++: GcDbGradientBackground::colorBottom() const --> class GcCmEntityColor

colorMiddle(self)

C++: GcDbGradientBackground::colorMiddle() const --> class GcCmEntityColor

colorTop(self)

C++: GcDbGradientBackground::colorTop() const --> class GcCmEntityColor

copyFrom(self, other)

C++: GcDbGradientBackground::copyFrom(const class GcRxObject *) --> enum Gcad::ErrorStatus

desc()

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

drawableType(self)

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

dwgInFields(self, pFiler)

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

dwgOutFields(self, pFiler)

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

dxfInFields(self, pFiler)

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

dxfOutFields(self, pFiler)

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

height(self)

C++: GcDbGradientBackground::height() const --> double

horizon(self)

C++: GcDbGradientBackground::horizon() const --> double

isA(self)

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

rotation(self)

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

rxInit()

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

setColorBottom(self, color)

C++: GcDbGradientBackground::setColorBottom(const class GcCmEntityColor &) --> void

setColorMiddle(self, color)

C++: GcDbGradientBackground::setColorMiddle(const class GcCmEntityColor &) --> void

setColorTop(self, color)

C++: GcDbGradientBackground::setColorTop(const class GcCmEntityColor &) --> void

setHeight(self, height)

C++: GcDbGradientBackground::setHeight(double) --> void

setHorizon(self, horizon)

C++: GcDbGradientBackground::setHorizon(double) --> void

setRotation(self, rotation)

C++: GcDbGradientBackground::setRotation(double) --> void

Methods Documentation

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

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

static className() str

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

colorBottom(self: pygcad.pygrx.GcDbGradientBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGradientBackground::colorBottom() const –> class GcCmEntityColor

colorMiddle(self: pygcad.pygrx.GcDbGradientBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGradientBackground::colorMiddle() const –> class GcCmEntityColor

colorTop(self: pygcad.pygrx.GcDbGradientBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGradientBackground::colorTop() const –> class GcCmEntityColor

copyFrom(self: pygcad.pygrx.GcDbGradientBackground, other: pygcad.pygrx.GcRxObject) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbGradientBackground::copyFrom(const class GcRxObject *) –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

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

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

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

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

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

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

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

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

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

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

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

height(self: pygcad.pygrx.GcDbGradientBackground) float

C++: GcDbGradientBackground::height() const –> double

horizon(self: pygcad.pygrx.GcDbGradientBackground) float

C++: GcDbGradientBackground::horizon() const –> double

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

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

rotation(self: pygcad.pygrx.GcDbGradientBackground) float

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

static rxInit() None

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

setColorBottom(self: pygcad.pygrx.GcDbGradientBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGradientBackground::setColorBottom(const class GcCmEntityColor &) –> void

setColorMiddle(self: pygcad.pygrx.GcDbGradientBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGradientBackground::setColorMiddle(const class GcCmEntityColor &) –> void

setColorTop(self: pygcad.pygrx.GcDbGradientBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGradientBackground::setColorTop(const class GcCmEntityColor &) –> void

setHeight(self: pygcad.pygrx.GcDbGradientBackground, height: float) None

C++: GcDbGradientBackground::setHeight(double) –> void

setHorizon(self: pygcad.pygrx.GcDbGradientBackground, horizon: float) None

C++: GcDbGradientBackground::setHorizon(double) –> void

setRotation(self: pygcad.pygrx.GcDbGradientBackground, rotation: float) None

C++: GcDbGradientBackground::setRotation(double) –> void