GcDbXrefObjectId

class pygcad.pygrx.GcDbXrefObjectId

Bases: pybind11_object

Methods Summary

assign(self, other)

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

getLocalId(self, objId)

C++: GcDbXrefObjectId::getLocalId(class GcDbObjectId &) const --> enum Gcad::ErrorStatus

getXrefId(self, xrefBlkId, hObject)

C++: GcDbXrefObjectId::getXrefId(class GcDbObjectId &, class GcDbHandle &) const --> enum Gcad::ErrorStatus

isNull(self)

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

isValid(self)

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

isXref(self)

C++: GcDbXrefObjectId::isXref() const --> bool

resolveObjectId(self, id)

C++: GcDbXrefObjectId::resolveObjectId(class GcDbObjectId &) const --> enum Gcad::ErrorStatus

serializeFromResbuf(self, pResBuf)

C++: GcDbXrefObjectId::serializeFromResbuf(const struct resbuf *, struct resbuf *&) --> enum Gcad::ErrorStatus

serializeToResbuf(self)

C++: GcDbXrefObjectId::serializeToResbuf(struct resbuf *&, struct resbuf *&) const --> enum Gcad::ErrorStatus

setLocalId(self, objId)

C++: GcDbXrefObjectId::setLocalId(class GcDbObjectId) --> enum Gcad::ErrorStatus

setNull(self)

C++: GcDbXrefObjectId::setNull() --> enum Gcad::ErrorStatus

setXrefId(self, xrefBlkId, hObject)

C++: GcDbXrefObjectId::setXrefId(class GcDbObjectId, const class GcDbHandle &) --> enum Gcad::ErrorStatus

Methods Documentation

assign(self: pygcad.pygrx.GcDbXrefObjectId, other: pygcad.pygrx.GcDbXrefObjectId) pygcad.pygrx.GcDbXrefObjectId

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

getLocalId(self: pygcad.pygrx.GcDbXrefObjectId, objId: GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrefObjectId::getLocalId(class GcDbObjectId &) const –> enum Gcad::ErrorStatus

getXrefId(self: pygcad.pygrx.GcDbXrefObjectId, xrefBlkId: GcDbObjectId, hObject: pygcad.pygrx.GcDbHandle) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrefObjectId::getXrefId(class GcDbObjectId &, class GcDbHandle &) const –> enum Gcad::ErrorStatus

isNull(self: pygcad.pygrx.GcDbXrefObjectId) bool

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

isValid(self: pygcad.pygrx.GcDbXrefObjectId) bool

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

isXref(self: pygcad.pygrx.GcDbXrefObjectId) bool

C++: GcDbXrefObjectId::isXref() const –> bool

resolveObjectId(self: pygcad.pygrx.GcDbXrefObjectId, id: GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrefObjectId::resolveObjectId(class GcDbObjectId &) const –> enum Gcad::ErrorStatus

serializeFromResbuf(self: pygcad.pygrx.GcDbXrefObjectId, pResBuf: resbuf) Tuple[pygcad.pygrx.Gcad.ErrorStatus, resbuf]

C++: GcDbXrefObjectId::serializeFromResbuf(const struct resbuf *, struct resbuf *&) –> enum Gcad::ErrorStatus

serializeToResbuf(self: pygcad.pygrx.GcDbXrefObjectId) Tuple[pygcad.pygrx.Gcad.ErrorStatus, resbuf, resbuf]

C++: GcDbXrefObjectId::serializeToResbuf(struct resbuf *&, struct resbuf *&) const –> enum Gcad::ErrorStatus

setLocalId(self: pygcad.pygrx.GcDbXrefObjectId, objId: GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrefObjectId::setLocalId(class GcDbObjectId) –> enum Gcad::ErrorStatus

setNull(self: pygcad.pygrx.GcDbXrefObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrefObjectId::setNull() –> enum Gcad::ErrorStatus

setXrefId(self: pygcad.pygrx.GcDbXrefObjectId, xrefBlkId: GcDbObjectId, hObject: pygcad.pygrx.GcDbHandle) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrefObjectId::setXrefId(class GcDbObjectId, const class GcDbHandle &) –> enum Gcad::ErrorStatus