GcDbGroundPlaneBackground

class pygcad.pygrx.GcDbGroundPlaneBackground

Bases: GcDbBackground

Methods Summary

cast(inPtr)

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

className()

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

colorGroundPlaneFar(self)

C++: GcDbGroundPlaneBackground::colorGroundPlaneFar() const --> class GcCmEntityColor

colorGroundPlaneNear(self)

C++: GcDbGroundPlaneBackground::colorGroundPlaneNear() const --> class GcCmEntityColor

colorSkyHorizon(self)

C++: GcDbGroundPlaneBackground::colorSkyHorizon() const --> class GcCmEntityColor

colorSkyZenith(self)

C++: GcDbGroundPlaneBackground::colorSkyZenith() const --> class GcCmEntityColor

colorUndergroundAzimuth(self)

C++: GcDbGroundPlaneBackground::colorUndergroundAzimuth() const --> class GcCmEntityColor

colorUndergroundHorizon(self)

C++: GcDbGroundPlaneBackground::colorUndergroundHorizon() const --> class GcCmEntityColor

copyFrom(self, other)

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

desc()

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

drawableType(self)

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

dwgInFields(self, pFiler)

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

dwgOutFields(self, pFiler)

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

dxfInFields(self, pFiler)

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

dxfOutFields(self, pFiler)

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

isA(self)

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

rxInit()

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

setColorGroundPlaneFar(self, color)

C++: GcDbGroundPlaneBackground::setColorGroundPlaneFar(const class GcCmEntityColor &) --> void

setColorGroundPlaneNear(self, color)

C++: GcDbGroundPlaneBackground::setColorGroundPlaneNear(const class GcCmEntityColor &) --> void

setColorSkyHorizon(self, color)

C++: GcDbGroundPlaneBackground::setColorSkyHorizon(const class GcCmEntityColor &) --> void

setColorSkyZenith(self, color)

C++: GcDbGroundPlaneBackground::setColorSkyZenith(const class GcCmEntityColor &) --> void

setColorUndergroundAzimuth(self, color)

C++: GcDbGroundPlaneBackground::setColorUndergroundAzimuth(const class GcCmEntityColor &) --> void

setColorUndergroundHorizon(self, color)

C++: GcDbGroundPlaneBackground::setColorUndergroundHorizon(const class GcCmEntityColor &) --> void

Methods Documentation

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

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

static className() str

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

colorGroundPlaneFar(self: pygcad.pygrx.GcDbGroundPlaneBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGroundPlaneBackground::colorGroundPlaneFar() const –> class GcCmEntityColor

colorGroundPlaneNear(self: pygcad.pygrx.GcDbGroundPlaneBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGroundPlaneBackground::colorGroundPlaneNear() const –> class GcCmEntityColor

colorSkyHorizon(self: pygcad.pygrx.GcDbGroundPlaneBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGroundPlaneBackground::colorSkyHorizon() const –> class GcCmEntityColor

colorSkyZenith(self: pygcad.pygrx.GcDbGroundPlaneBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGroundPlaneBackground::colorSkyZenith() const –> class GcCmEntityColor

colorUndergroundAzimuth(self: pygcad.pygrx.GcDbGroundPlaneBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGroundPlaneBackground::colorUndergroundAzimuth() const –> class GcCmEntityColor

colorUndergroundHorizon(self: pygcad.pygrx.GcDbGroundPlaneBackground) pygcad.pygrx.GcCmEntityColor

C++: GcDbGroundPlaneBackground::colorUndergroundHorizon() const –> class GcCmEntityColor

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

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

static desc() pygcad.pygrx.GcRxClass

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

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

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

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

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

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

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

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

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

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

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

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

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

static rxInit() None

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

setColorGroundPlaneFar(self: pygcad.pygrx.GcDbGroundPlaneBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGroundPlaneBackground::setColorGroundPlaneFar(const class GcCmEntityColor &) –> void

setColorGroundPlaneNear(self: pygcad.pygrx.GcDbGroundPlaneBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGroundPlaneBackground::setColorGroundPlaneNear(const class GcCmEntityColor &) –> void

setColorSkyHorizon(self: pygcad.pygrx.GcDbGroundPlaneBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGroundPlaneBackground::setColorSkyHorizon(const class GcCmEntityColor &) –> void

setColorSkyZenith(self: pygcad.pygrx.GcDbGroundPlaneBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGroundPlaneBackground::setColorSkyZenith(const class GcCmEntityColor &) –> void

setColorUndergroundAzimuth(self: pygcad.pygrx.GcDbGroundPlaneBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGroundPlaneBackground::setColorUndergroundAzimuth(const class GcCmEntityColor &) –> void

setColorUndergroundHorizon(self: pygcad.pygrx.GcDbGroundPlaneBackground, color: pygcad.pygrx.GcCmEntityColor) None

C++: GcDbGroundPlaneBackground::setColorUndergroundHorizon(const class GcCmEntityColor &) –> void