GcDbSortentsTable

class pygcad.pygrx.GcDbSortentsTable

Bases: GcDbObject

Methods Summary

applyPartialUndo(self, para, para1)

C++: GcDbSortentsTable::applyPartialUndo(class GcDbDwgFiler *, class GcRxClass *) --> enum Gcad::ErrorStatus

audit(self, pAuditInfo)

C++: GcDbSortentsTable::audit(class GcDbAuditInfo *) --> enum Gcad::ErrorStatus

blockId(self)

C++: GcDbSortentsTable::blockId() const --> class GcDbObjectId

cast(inPtr)

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

className()

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

desc()

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

dwgInFields(self, para)

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

dwgOutFields(self, para)

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

dxfInFields(self, para)

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

dxfOutFields(self, para)

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

firstEntityIsDrawnBeforeSecond(self, first, ...)

C++: GcDbSortentsTable::firstEntityIsDrawnBeforeSecond(class GcDbObjectId, class GcDbObjectId, bool &) const --> enum Gcad::ErrorStatus

getRelativeDrawOrder(self, ar, honorSortentsMask)

C++: GcDbSortentsTable::getRelativeDrawOrder(GcDbObjectIdArray &, Gsoft::UInt8) const --> enum Gcad::ErrorStatus

getSortHandle(self, id, h)

C++: GcDbSortentsTable::getSortHandle(class GcDbObjectId, class GcDbHandle &) const --> void

isA(self)

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

moveAbove(self, ar, target)

C++: GcDbSortentsTable::moveAbove(const int &, class GcDbObjectId) --> enum Gcad::ErrorStatus

moveBelow(self, ar, target)

C++: GcDbSortentsTable::moveBelow(const int &, class GcDbObjectId) --> enum Gcad::ErrorStatus

moveToBottom(self, ar)

C++: GcDbSortentsTable::moveToBottom(const int &) --> enum Gcad::ErrorStatus

moveToTop(self, ar)

C++: GcDbSortentsTable::moveToTop(const int &) --> enum Gcad::ErrorStatus

remove(self, para)

C++: GcDbSortentsTable::remove(class GcDbObjectId) --> enum Gcad::ErrorStatus

rxInit()

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

setBlockId(self, para)

C++: GcDbSortentsTable::setBlockId(class GcDbObjectId) --> enum Gcad::ErrorStatus

setRelativeDrawOrder(self, ar)

C++: GcDbSortentsTable::setRelativeDrawOrder(const int &) --> enum Gcad::ErrorStatus

sortAs(self, para, para)

C++: GcDbSortentsTable::sortAs(class GcDbObjectId, class GcDbHandle &) const --> bool

swapOrder(self, para, para1)

C++: GcDbSortentsTable::swapOrder(class GcDbObjectId, class GcDbObjectId) --> enum Gcad::ErrorStatus

Methods Documentation

applyPartialUndo(self: pygcad.pygrx.GcDbSortentsTable, para: GcDbDwgFiler, para1: pygcad.pygrx.GcRxClass) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::applyPartialUndo(class GcDbDwgFiler *, class GcRxClass *) –> enum Gcad::ErrorStatus

audit(self: pygcad.pygrx.GcDbSortentsTable, pAuditInfo: pygcad.pygrx.GcDbAuditInfo) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::audit(class GcDbAuditInfo *) –> enum Gcad::ErrorStatus

blockId(self: pygcad.pygrx.GcDbSortentsTable) pygcad.pygrx.GcDbObjectId

C++: GcDbSortentsTable::blockId() const –> class GcDbObjectId

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

dwgInFields(self: pygcad.pygrx.GcDbSortentsTable, para: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dwgOutFields(self: pygcad.pygrx.GcDbSortentsTable, para: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfInFields(self: pygcad.pygrx.GcDbSortentsTable, para: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfOutFields(self: pygcad.pygrx.GcDbSortentsTable, para: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

firstEntityIsDrawnBeforeSecond(self: pygcad.pygrx.GcDbSortentsTable, first: pygcad.pygrx.GcDbObjectId, second: pygcad.pygrx.GcDbObjectId) Tuple[pygcad.pygrx.Gcad.ErrorStatus, bool]

C++: GcDbSortentsTable::firstEntityIsDrawnBeforeSecond(class GcDbObjectId, class GcDbObjectId, bool &) const –> enum Gcad::ErrorStatus

getRelativeDrawOrder(self: pygcad.pygrx.GcDbSortentsTable, ar: pygcad.pygrx.GcDbObjectIdArray, honorSortentsMask: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::getRelativeDrawOrder(GcDbObjectIdArray &, Gsoft::UInt8) const –> enum Gcad::ErrorStatus

getSortHandle(self: pygcad.pygrx.GcDbSortentsTable, id: pygcad.pygrx.GcDbObjectId, h: pygcad.pygrx.GcDbHandle) None

C++: GcDbSortentsTable::getSortHandle(class GcDbObjectId, class GcDbHandle &) const –> void

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

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

moveAbove(self: pygcad.pygrx.GcDbSortentsTable, ar: int, target: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::moveAbove(const int &, class GcDbObjectId) –> enum Gcad::ErrorStatus

moveBelow(self: pygcad.pygrx.GcDbSortentsTable, ar: int, target: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::moveBelow(const int &, class GcDbObjectId) –> enum Gcad::ErrorStatus

moveToBottom(self: pygcad.pygrx.GcDbSortentsTable, ar: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::moveToBottom(const int &) –> enum Gcad::ErrorStatus

moveToTop(self: pygcad.pygrx.GcDbSortentsTable, ar: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::moveToTop(const int &) –> enum Gcad::ErrorStatus

remove(self: pygcad.pygrx.GcDbSortentsTable, para: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::remove(class GcDbObjectId) –> enum Gcad::ErrorStatus

static rxInit() None

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

setBlockId(self: pygcad.pygrx.GcDbSortentsTable, para: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::setBlockId(class GcDbObjectId) –> enum Gcad::ErrorStatus

setRelativeDrawOrder(self: pygcad.pygrx.GcDbSortentsTable, ar: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::setRelativeDrawOrder(const int &) –> enum Gcad::ErrorStatus

sortAs(self: pygcad.pygrx.GcDbSortentsTable, para: pygcad.pygrx.GcDbObjectId, para: pygcad.pygrx.GcDbHandle) bool

C++: GcDbSortentsTable::sortAs(class GcDbObjectId, class GcDbHandle &) const –> bool

swapOrder(self: pygcad.pygrx.GcDbSortentsTable, para: pygcad.pygrx.GcDbObjectId, para1: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSortentsTable::swapOrder(class GcDbObjectId, class GcDbObjectId) –> enum Gcad::ErrorStatus