GcDbAttribute

class pygcad.pygrx.GcDbAttribute

Bases: GcDbText

Methods Summary

cast(inPtr)

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

className()

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

convertIntoMTextAttribute(*args, **kwargs)

Overloaded function.

desc()

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

fieldLength(self)

C++: GcDbAttribute::fieldLength() const --> unsigned short

getMTextAttribute(self)

C++: GcDbAttribute::getMTextAttribute() const --> class GcDbMText *

getMTextAttributeConst(self)

C++: GcDbAttribute::getMTextAttributeConst() const --> const class GcDbMText *

isA(self)

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

isConstant(self)

C++: GcDbAttribute::isConstant() const --> bool

isInvisible(self)

C++: GcDbAttribute::isInvisible() const --> bool

isMTextAttribute(self)

C++: GcDbAttribute::isMTextAttribute() const --> bool

isPreset(self)

C++: GcDbAttribute::isPreset() const --> bool

isReallyLocked(self)

C++: GcDbAttribute::isReallyLocked() const --> bool

isVerifiable(self)

C++: GcDbAttribute::isVerifiable() const --> bool

lockPositionInBlock(self)

C++: GcDbAttribute::lockPositionInBlock() const --> bool

rxInit()

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

setAttributeFromBlock(*args, **kwargs)

Overloaded function.

setFieldLength(self, para)

C++: GcDbAttribute::setFieldLength(unsigned short) --> enum Gcad::ErrorStatus

setInvisible(self, para)

C++: GcDbAttribute::setInvisible(bool) --> enum Gcad::ErrorStatus

setLockPositionInBlock(self, bValue)

C++: GcDbAttribute::setLockPositionInBlock(bool) --> enum Gcad::ErrorStatus

setMTextAttribute(self, para)

C++: GcDbAttribute::setMTextAttribute(class GcDbMText *) --> enum Gcad::ErrorStatus

setMTextAttributeConst(self, para)

C++: GcDbAttribute::setMTextAttributeConst(const class GcDbMText *) --> enum Gcad::ErrorStatus

setTag(self, newTag)

C++: GcDbAttribute::setTag(const wchar_t *) --> enum Gcad::ErrorStatus

tag(self)

C++: GcDbAttribute::tag() const --> wchar_t *

tagConst(self)

C++: GcDbAttribute::tagConst() const --> const wchar_t *

updateMTextAttribute(self)

C++: GcDbAttribute::updateMTextAttribute() --> enum Gcad::ErrorStatus

Methods Documentation

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

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

static className() str

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

convertIntoMTextAttribute(*args, **kwargs)

Overloaded function.

  1. convertIntoMTextAttribute(self: pygcad.pygrx.GcDbAttribute) -> pygcad.pygrx.Gcad.ErrorStatus

  2. convertIntoMTextAttribute(self: pygcad.pygrx.GcDbAttribute, val: bool) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::convertIntoMTextAttribute(bool) –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

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

fieldLength(self: pygcad.pygrx.GcDbAttribute) int

C++: GcDbAttribute::fieldLength() const –> unsigned short

getMTextAttribute(self: pygcad.pygrx.GcDbAttribute) GcDbMText

C++: GcDbAttribute::getMTextAttribute() const –> class GcDbMText *

getMTextAttributeConst(self: pygcad.pygrx.GcDbAttribute) GcDbMText

C++: GcDbAttribute::getMTextAttributeConst() const –> const class GcDbMText *

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

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

isConstant(self: pygcad.pygrx.GcDbAttribute) bool

C++: GcDbAttribute::isConstant() const –> bool

isInvisible(self: pygcad.pygrx.GcDbAttribute) bool

C++: GcDbAttribute::isInvisible() const –> bool

isMTextAttribute(self: pygcad.pygrx.GcDbAttribute) bool

C++: GcDbAttribute::isMTextAttribute() const –> bool

isPreset(self: pygcad.pygrx.GcDbAttribute) bool

C++: GcDbAttribute::isPreset() const –> bool

isReallyLocked(self: pygcad.pygrx.GcDbAttribute) bool

C++: GcDbAttribute::isReallyLocked() const –> bool

isVerifiable(self: pygcad.pygrx.GcDbAttribute) bool

C++: GcDbAttribute::isVerifiable() const –> bool

lockPositionInBlock(self: pygcad.pygrx.GcDbAttribute) bool

C++: GcDbAttribute::lockPositionInBlock() const –> bool

static rxInit() None

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

setAttributeFromBlock(*args, **kwargs)

Overloaded function.

  1. setAttributeFromBlock(self: pygcad.pygrx.GcDbAttribute, blkXform: GcGeMatrix3d) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::setAttributeFromBlock(const class GcGeMatrix3d &) –> enum Gcad::ErrorStatus

  1. setAttributeFromBlock(self: pygcad.pygrx.GcDbAttribute, pAttdef: pygcad.pygrx.GcDbAttributeDefinition, blkXform: GcGeMatrix3d) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::setAttributeFromBlock(const class GcDbAttributeDefinition *, const class GcGeMatrix3d &) –> enum Gcad::ErrorStatus

setFieldLength(self: pygcad.pygrx.GcDbAttribute, para: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::setFieldLength(unsigned short) –> enum Gcad::ErrorStatus

setInvisible(self: pygcad.pygrx.GcDbAttribute, para: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::setInvisible(bool) –> enum Gcad::ErrorStatus

setLockPositionInBlock(self: pygcad.pygrx.GcDbAttribute, bValue: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::setLockPositionInBlock(bool) –> enum Gcad::ErrorStatus

setMTextAttribute(self: pygcad.pygrx.GcDbAttribute, para: GcDbMText) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::setMTextAttribute(class GcDbMText *) –> enum Gcad::ErrorStatus

setMTextAttributeConst(self: pygcad.pygrx.GcDbAttribute, para: GcDbMText) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::setMTextAttributeConst(const class GcDbMText *) –> enum Gcad::ErrorStatus

setTag(self: pygcad.pygrx.GcDbAttribute, newTag: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::setTag(const wchar_t *) –> enum Gcad::ErrorStatus

tag(self: pygcad.pygrx.GcDbAttribute) str

C++: GcDbAttribute::tag() const –> wchar_t *

tagConst(self: pygcad.pygrx.GcDbAttribute) str

C++: GcDbAttribute::tagConst() const –> const wchar_t *

updateMTextAttribute(self: pygcad.pygrx.GcDbAttribute) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAttribute::updateMTextAttribute() –> enum Gcad::ErrorStatus