GcDbLayerTableRecord

class pygcad.pygrx.GcDbLayerTableRecord

Bases: GcDbSymbolTableRecord

Methods Summary

VPDFLT(self)

C++: GcDbLayerTableRecord::VPDFLT() const --> bool

cast(inPtr)

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

className()

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

color(*args, **kwargs)

Overloaded function.

desc()

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

description(*args, **kwargs)

Overloaded function.

drawable(self)

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

entityColor(self)

C++: GcDbLayerTableRecord::entityColor() const --> class GcCmEntityColor

hasAnyOverrides(self)

C++: GcDbLayerTableRecord::hasAnyOverrides() const --> bool

hasOverrides(self, viewportId)

C++: GcDbLayerTableRecord::hasOverrides(const class GcDbObjectId &) const --> bool

isA(self)

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

isFrozen(self)

C++: GcDbLayerTableRecord::isFrozen() const --> bool

isHidden(self)

C++: GcDbLayerTableRecord::isHidden() const --> bool

isInUse(self)

C++: GcDbLayerTableRecord::isInUse() const --> bool

isLocked(self)

C++: GcDbLayerTableRecord::isLocked() const --> bool

isOff(self)

C++: GcDbLayerTableRecord::isOff() const --> bool

isPlottable(self)

C++: GcDbLayerTableRecord::isPlottable() const --> bool

isReconciled(self)

C++: GcDbLayerTableRecord::isReconciled() const --> bool

lineWeight(*args, **kwargs)

Overloaded function.

linetypeObjectId(*args, **kwargs)

Overloaded function.

materialId(self)

C++: GcDbLayerTableRecord::materialId() const --> class GcDbObjectId

plotStyleName(*args, **kwargs)

Overloaded function.

plotStyleNameId(*args, **kwargs)

Overloaded function.

removeAllOverrides(self)

C++: GcDbLayerTableRecord::removeAllOverrides() --> enum Gcad::ErrorStatus

removeColorOverride(self, viewportId)

C++: GcDbLayerTableRecord::removeColorOverride(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

removeLineWeightOverride(self, viewportId)

C++: GcDbLayerTableRecord::removeLineWeightOverride(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

removeLinetypeOverride(self, viewportId)

C++: GcDbLayerTableRecord::removeLinetypeOverride(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

removePlotStyleOverride(self, viewportId)

C++: GcDbLayerTableRecord::removePlotStyleOverride(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

removeTransparencyOverride(self, viewportId)

C++: GcDbLayerTableRecord::removeTransparencyOverride(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

removeViewportOverrides(self, viewportId)

C++: GcDbLayerTableRecord::removeViewportOverrides(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

rxInit()

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

setColor(*args, **kwargs)

Overloaded function.

setDescription(self, description)

C++: GcDbLayerTableRecord::setDescription(const wchar_t *) --> enum Gcad::ErrorStatus

setIsFrozen(self, frozen)

C++: GcDbLayerTableRecord::setIsFrozen(bool) --> enum Gcad::ErrorStatus

setIsHidden(self, on)

C++: GcDbLayerTableRecord::setIsHidden(bool) --> enum Gcad::ErrorStatus

setIsLocked(self, locked)

C++: GcDbLayerTableRecord::setIsLocked(bool) --> void

setIsOff(self, off)

C++: GcDbLayerTableRecord::setIsOff(bool) --> void

setIsPlottable(self, plot)

C++: GcDbLayerTableRecord::setIsPlottable(bool) --> enum Gcad::ErrorStatus

setIsReconciled(*args, **kwargs)

Overloaded function.

setLineWeight(*args, **kwargs)

Overloaded function.

setLinetypeObjectId(*args, **kwargs)

Overloaded function.

setMaterialId(self, id)

C++: GcDbLayerTableRecord::setMaterialId(class GcDbObjectId) --> enum Gcad::ErrorStatus

setPlotStyleName(*args, **kwargs)

Overloaded function.

setTransparency(*args, **kwargs)

Overloaded function.

setVPDFLT(self, frozen)

C++: GcDbLayerTableRecord::setVPDFLT(bool) --> void

transparency(*args, **kwargs)

Overloaded function.

Methods Documentation

VPDFLT(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::VPDFLT() const –> bool

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

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

static className() str

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

color(*args, **kwargs)

Overloaded function.

  1. color(self: pygcad.pygrx.GcDbLayerTableRecord) -> pygcad.pygrx.GcCmColor

C++: GcDbLayerTableRecord::color() const –> class GcCmColor

  1. color(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) -> Tuple[pygcad.pygrx.GcCmColor, bool]

C++: GcDbLayerTableRecord::color(const class GcDbObjectId &, bool &) const –> Tuple[color:GcCmColor, isOverride:bool]

static desc() pygcad.pygrx.GcRxClass

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

description(*args, **kwargs)

Overloaded function.

  1. description(self: pygcad.pygrx.GcDbLayerTableRecord) -> str

C++: GcDbLayerTableRecord::description() const –> wchar_t *

  1. description(self: pygcad.pygrx.GcDbLayerTableRecord, para: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::description(class GcString &) const –> enum Gcad::ErrorStatus

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

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

entityColor(self: pygcad.pygrx.GcDbLayerTableRecord) pygcad.pygrx.GcCmEntityColor

C++: GcDbLayerTableRecord::entityColor() const –> class GcCmEntityColor

hasAnyOverrides(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::hasAnyOverrides() const –> bool

hasOverrides(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbLayerTableRecord::hasOverrides(const class GcDbObjectId &) const –> bool

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

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

isFrozen(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::isFrozen() const –> bool

isHidden(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::isHidden() const –> bool

isInUse(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::isInUse() const –> bool

isLocked(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::isLocked() const –> bool

isOff(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::isOff() const –> bool

isPlottable(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::isPlottable() const –> bool

isReconciled(self: pygcad.pygrx.GcDbLayerTableRecord) bool

C++: GcDbLayerTableRecord::isReconciled() const –> bool

lineWeight(*args, **kwargs)

Overloaded function.

  1. lineWeight(self: pygcad.pygrx.GcDbLayerTableRecord) -> pygcad.pygrx.GcDb.LineWeight

C++: GcDbLayerTableRecord::lineWeight() const –> enum GcDb::LineWeight

  1. lineWeight(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) -> Tuple[pygcad.pygrx.GcDb.LineWeight, bool]

C++: GcDbLayerTableRecord::lineWeight(const class GcDbObjectId &, bool &) const –> enum GcDb::LineWeight

linetypeObjectId(*args, **kwargs)

Overloaded function.

  1. linetypeObjectId(self: pygcad.pygrx.GcDbLayerTableRecord) -> pygcad.pygrx.GcDbObjectId

C++: GcDbLayerTableRecord::linetypeObjectId() const –> class GcDbObjectId

  1. linetypeObjectId(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) -> Tuple[pygcad.pygrx.GcDbObjectId, bool]

C++: GcDbLayerTableRecord::linetypeObjectId(const class GcDbObjectId &, bool &) const –> class GcDbObjectId

materialId(self: pygcad.pygrx.GcDbLayerTableRecord) pygcad.pygrx.GcDbObjectId

C++: GcDbLayerTableRecord::materialId() const –> class GcDbObjectId

plotStyleName(*args, **kwargs)

Overloaded function.

  1. plotStyleName(self: pygcad.pygrx.GcDbLayerTableRecord) -> str

C++: GcDbLayerTableRecord::plotStyleName() const –> wchar_t *

  1. plotStyleName(self: pygcad.pygrx.GcDbLayerTableRecord, para: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::plotStyleName(class GcString &) const –> enum Gcad::ErrorStatus

  1. plotStyleName(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) -> Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcString, bool]

C++: GcDbLayerTableRecord::plotStyleName(const class GcDbObjectId &, class GcString &, bool &) const –> enum Gcad::ErrorStatus

plotStyleNameId(*args, **kwargs)

Overloaded function.

  1. plotStyleNameId(self: pygcad.pygrx.GcDbLayerTableRecord) -> pygcad.pygrx.GcDbObjectId

C++: GcDbLayerTableRecord::plotStyleNameId() const –> class GcDbObjectId

  1. plotStyleNameId(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) -> Tuple[pygcad.pygrx.GcDbObjectId, bool]

C++: GcDbLayerTableRecord::plotStyleNameId(const class GcDbObjectId &, bool &) const –> class GcDbObjectId

removeAllOverrides(self: pygcad.pygrx.GcDbLayerTableRecord) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::removeAllOverrides() –> enum Gcad::ErrorStatus

removeColorOverride(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::removeColorOverride(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

removeLineWeightOverride(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::removeLineWeightOverride(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

removeLinetypeOverride(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::removeLinetypeOverride(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

removePlotStyleOverride(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::removePlotStyleOverride(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

removeTransparencyOverride(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::removeTransparencyOverride(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

removeViewportOverrides(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::removeViewportOverrides(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

static rxInit() None

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

setColor(*args, **kwargs)

Overloaded function.

  1. setColor(self: pygcad.pygrx.GcDbLayerTableRecord, color: pygcad.pygrx.GcCmColor) -> None

C++: GcDbLayerTableRecord::setColor(const class GcCmColor &) –> void

  1. setColor(self: pygcad.pygrx.GcDbLayerTableRecord, color: pygcad.pygrx.GcCmColor, viewportId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setColor(const class GcCmColor &, const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setDescription(self: pygcad.pygrx.GcDbLayerTableRecord, description: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setDescription(const wchar_t *) –> enum Gcad::ErrorStatus

setIsFrozen(self: pygcad.pygrx.GcDbLayerTableRecord, frozen: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setIsFrozen(bool) –> enum Gcad::ErrorStatus

setIsHidden(self: pygcad.pygrx.GcDbLayerTableRecord, on: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setIsHidden(bool) –> enum Gcad::ErrorStatus

setIsLocked(self: pygcad.pygrx.GcDbLayerTableRecord, locked: bool) None

C++: GcDbLayerTableRecord::setIsLocked(bool) –> void

setIsOff(self: pygcad.pygrx.GcDbLayerTableRecord, off: bool) None

C++: GcDbLayerTableRecord::setIsOff(bool) –> void

setIsPlottable(self: pygcad.pygrx.GcDbLayerTableRecord, plot: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setIsPlottable(bool) –> enum Gcad::ErrorStatus

setIsReconciled(*args, **kwargs)

Overloaded function.

  1. setIsReconciled(self: pygcad.pygrx.GcDbLayerTableRecord) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setIsReconciled(self: pygcad.pygrx.GcDbLayerTableRecord, bReconcile: bool) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setIsReconciled(bool) –> enum Gcad::ErrorStatus

setLineWeight(*args, **kwargs)

Overloaded function.

  1. setLineWeight(self: pygcad.pygrx.GcDbLayerTableRecord, weight: pygcad.pygrx.GcDb.LineWeight) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setLineWeight(enum GcDb::LineWeight) –> enum Gcad::ErrorStatus

  1. setLineWeight(self: pygcad.pygrx.GcDbLayerTableRecord, weight: pygcad.pygrx.GcDb.LineWeight, viewportId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setLineWeight(enum GcDb::LineWeight, const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setLinetypeObjectId(*args, **kwargs)

Overloaded function.

  1. setLinetypeObjectId(self: pygcad.pygrx.GcDbLayerTableRecord, id: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setLinetypeObjectId(class GcDbObjectId) –> enum Gcad::ErrorStatus

  1. setLinetypeObjectId(self: pygcad.pygrx.GcDbLayerTableRecord, id: pygcad.pygrx.GcDbObjectId, viewportId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setLinetypeObjectId(const class GcDbObjectId &, const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setMaterialId(self: pygcad.pygrx.GcDbLayerTableRecord, id: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setMaterialId(class GcDbObjectId) –> enum Gcad::ErrorStatus

setPlotStyleName(*args, **kwargs)

Overloaded function.

  1. setPlotStyleName(self: pygcad.pygrx.GcDbLayerTableRecord, newName: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setPlotStyleName(const wchar_t *) –> enum Gcad::ErrorStatus

  1. setPlotStyleName(self: pygcad.pygrx.GcDbLayerTableRecord, newId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setPlotStyleName(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

  1. setPlotStyleName(self: pygcad.pygrx.GcDbLayerTableRecord, newName: str, viewportId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setPlotStyleName(const wchar_t *, const class GcDbObjectId &) –> enum Gcad::ErrorStatus

  1. setPlotStyleName(self: pygcad.pygrx.GcDbLayerTableRecord, newId: pygcad.pygrx.GcDbObjectId, viewportId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setPlotStyleName(const class GcDbObjectId &, const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setTransparency(*args, **kwargs)

Overloaded function.

  1. setTransparency(self: pygcad.pygrx.GcDbLayerTableRecord, trans: pygcad.pygrx.GcCmTransparency) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setTransparency(const class GcCmTransparency &) –> enum Gcad::ErrorStatus

  1. setTransparency(self: pygcad.pygrx.GcDbLayerTableRecord, trans: pygcad.pygrx.GcCmTransparency, viewportId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbLayerTableRecord::setTransparency(const class GcCmTransparency &, const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setVPDFLT(self: pygcad.pygrx.GcDbLayerTableRecord, frozen: bool) None

C++: GcDbLayerTableRecord::setVPDFLT(bool) –> void

transparency(*args, **kwargs)

Overloaded function.

  1. transparency(self: pygcad.pygrx.GcDbLayerTableRecord) -> pygcad.pygrx.GcCmTransparency

C++: GcDbLayerTableRecord::transparency() const –> class GcCmTransparency

  1. transparency(self: pygcad.pygrx.GcDbLayerTableRecord, viewportId: pygcad.pygrx.GcDbObjectId) -> Tuple[pygcad.pygrx.GcCmTransparency, bool]

C++: GcDbLayerTableRecord::transparency(const class GcDbObjectId &, bool &) const –> class GcCmTransparency