GcDbXrecord

class pygcad.pygrx.GcDbXrecord

Bases: GcDbObject

Methods Summary

appendRbChain(self, pRb)

C++: GcDbXrecord::appendRbChain(const struct resbuf &) --> enum Gcad::ErrorStatus

cast(inPtr)

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

className()

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

desc()

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

dwgInFields(self, filer)

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

dwgOutFields(self, filer)

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

dxfInFields(self, filer)

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

dxfOutFields(self, filer)

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

isA(self)

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

isXlateReferences(self)

C++: GcDbXrecord::isXlateReferences() const --> bool

mergeStyle(self)

C++: GcDbXrecord::mergeStyle() const --> enum GcDb::DuplicateRecordCloning

rbChain(*args, **kwargs)

Overloaded function.

rxInit()

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

setFromRbChain(*args, **kwargs)

Overloaded function.

setMergeStyle(self, style)

C++: GcDbXrecord::setMergeStyle(enum GcDb::DuplicateRecordCloning) --> void

setXlateReferences(self, translate)

C++: GcDbXrecord::setXlateReferences(bool) --> void

subClose(self)

C++: GcDbXrecord::subClose() --> enum Gcad::ErrorStatus

Methods Documentation

appendRbChain(self: pygcad.pygrx.GcDbXrecord, pRb: pygcad.pygrx.resbuf) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrecord::appendRbChain(const struct resbuf &) –> enum Gcad::ErrorStatus

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

dwgInFields(self: pygcad.pygrx.GcDbXrecord, filer: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dwgOutFields(self: pygcad.pygrx.GcDbXrecord, filer: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfInFields(self: pygcad.pygrx.GcDbXrecord, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfOutFields(self: pygcad.pygrx.GcDbXrecord, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

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

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

isXlateReferences(self: pygcad.pygrx.GcDbXrecord) bool

C++: GcDbXrecord::isXlateReferences() const –> bool

mergeStyle(self: pygcad.pygrx.GcDbXrecord) pygcad.pygrx.GcDb.DuplicateRecordCloning

C++: GcDbXrecord::mergeStyle() const –> enum GcDb::DuplicateRecordCloning

rbChain(*args, **kwargs)

Overloaded function.

  1. rbChain(self: pygcad.pygrx.GcDbXrecord) -> Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.resbuf]

  2. rbChain(self: pygcad.pygrx.GcDbXrecord, arg0: pygcad.pygrx.GcDbDatabase) -> Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.resbuf]

static rxInit() None

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

setFromRbChain(*args, **kwargs)

Overloaded function.

  1. setFromRbChain(self: pygcad.pygrx.GcDbXrecord, pRb: pygcad.pygrx.resbuf) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setFromRbChain(self: pygcad.pygrx.GcDbXrecord, pRb: pygcad.pygrx.resbuf, auxDb: pygcad.pygrx.GcDbDatabase) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrecord::setFromRbChain(const struct resbuf &, class GcDbDatabase *) –> enum Gcad::ErrorStatus

setMergeStyle(self: pygcad.pygrx.GcDbXrecord, style: pygcad.pygrx.GcDb.DuplicateRecordCloning) None

C++: GcDbXrecord::setMergeStyle(enum GcDb::DuplicateRecordCloning) –> void

setXlateReferences(self: pygcad.pygrx.GcDbXrecord, translate: bool) None

C++: GcDbXrecord::setXlateReferences(bool) –> void

subClose(self: pygcad.pygrx.GcDbXrecord) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrecord::subClose() –> enum Gcad::ErrorStatus