GcDbObjectId

class pygcad.pygrx.GcDbObjectId

Bases: pybind11_object

Attributes Summary

kNull

Methods Summary

asOldId(self)

C++: GcDbObjectId::asOldId() const --> long

assign(self, para)

C++: GcDbObjectId::operator=(const class GcDbObjectId &) --> class GcDbObjectId &

convertToRedirectedId(self)

C++: GcDbObjectId::convertToRedirectedId() --> bool

database(self)

C++: GcDbObjectId::database() const --> class GcDbDatabase *

handle(self)

C++: GcDbObjectId::handle() const --> class GcDbHandle

isEffectivelyErased(self)

C++: GcDbObjectId::isEffectivelyErased() const --> bool

isErased(self)

C++: GcDbObjectId::isErased() const --> bool

isNull(self)

C++: GcDbObjectId::isNull() const --> bool

isResident(self)

C++: GcDbObjectId::isResident() const --> bool

isValid(self)

C++: GcDbObjectId::isValid() const --> bool

isWellBehaved(self)

C++: GcDbObjectId::isWellBehaved() const --> bool

nonForwardedHandle(self)

C++: GcDbObjectId::nonForwardedHandle() const --> class GcDbHandle

objectClass(self)

C++: GcDbObjectId::objectClass() const --> class GcRxClass *

objectLeftOnDisk(self)

C++: GcDbObjectId::objectLeftOnDisk() const --> bool

originalDatabase(self)

C++: GcDbObjectId::originalDatabase() const --> class GcDbDatabase *

setNull(self)

C++: GcDbObjectId::setNull() --> void

Attributes Documentation

kNull = <pygcad.pygrx.GcDbObjectId object>

Methods Documentation

asOldId(self: pygcad.pygrx.GcDbObjectId) int

C++: GcDbObjectId::asOldId() const –> long

assign(self: pygcad.pygrx.GcDbObjectId, para: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.GcDbObjectId

C++: GcDbObjectId::operator=(const class GcDbObjectId &) –> class GcDbObjectId &

convertToRedirectedId(self: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbObjectId::convertToRedirectedId() –> bool

database(self: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.GcDbDatabase

C++: GcDbObjectId::database() const –> class GcDbDatabase *

handle(self: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.GcDbHandle

C++: GcDbObjectId::handle() const –> class GcDbHandle

isEffectivelyErased(self: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbObjectId::isEffectivelyErased() const –> bool

isErased(self: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbObjectId::isErased() const –> bool

isNull(self: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbObjectId::isNull() const –> bool

isResident(self: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbObjectId::isResident() const –> bool

isValid(self: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbObjectId::isValid() const –> bool

isWellBehaved(self: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbObjectId::isWellBehaved() const –> bool

nonForwardedHandle(self: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.GcDbHandle

C++: GcDbObjectId::nonForwardedHandle() const –> class GcDbHandle

objectClass(self: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.GcRxClass

C++: GcDbObjectId::objectClass() const –> class GcRxClass *

objectLeftOnDisk(self: pygcad.pygrx.GcDbObjectId) bool

C++: GcDbObjectId::objectLeftOnDisk() const –> bool

originalDatabase(self: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.GcDbDatabase

C++: GcDbObjectId::originalDatabase() const –> class GcDbDatabase *

setNull(self: pygcad.pygrx.GcDbObjectId) None

C++: GcDbObjectId::setNull() –> void