GcDbViewportTable

class pygcad.pygrx.GcDbViewportTable

Bases: GcDbAbstractViewTable

Methods Summary

add(*args, **kwargs)

Overloaded function.

cast(inPtr)

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

className()

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

desc()

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

getAt(self, entryName, openMode, openErasedRec)

C++: GcDbViewportTable::getAt(const wchar_t *, GcDbViewportTableRecord *&, enum GcDb::OpenMode, bool) const --> enum Gcad::ErrorStatus

getObjIdAt(self, entryName[, getErasedRec])

C++: GcDbViewportTable::getAt(const wchar_t *, GcDbObjectId &, bool) const --> enum Gcad::ErrorStatus

isA(self)

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

newIterator(self[, atBeginning, skipDeleted])

C++: GcDbViewportTable::newIterator(class GcDbViewportTableIterator *&, bool, bool) const --> enum Gcad::ErrorStatus

rxInit()

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

Methods Documentation

add(*args, **kwargs)

Overloaded function.

  1. add(self: pygcad.pygrx.GcDbViewportTable, pRecord: object) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewportTable::add(class GcDbViewportTableRecord *) –> enum Gcad::ErrorStatus

  1. add(self: pygcad.pygrx.GcDbViewportTable, id: pygcad.pygrx.GcDbObjectId, pRecord: object) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewportTable::add(class GcDbViewportTableRecord *) –> enum Gcad::ErrorStatus

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

getAt(self: pygcad.pygrx.GcDbViewportTable, entryName: str, openMode: pygcad.pygrx.GcDb.OpenMode = <OpenMode.kForRead: 0>, openErasedRec: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, GcDbViewportTableRecord]

C++: GcDbViewportTable::getAt(const wchar_t *, GcDbViewportTableRecord *&, enum GcDb::OpenMode, bool) const –> enum Gcad::ErrorStatus

getObjIdAt(self: pygcad.pygrx.GcDbViewportTable, entryName: str, getErasedRec: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbObjectId]

C++: GcDbViewportTable::getAt(const wchar_t *, GcDbObjectId &, bool) const –> enum Gcad::ErrorStatus

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

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

newIterator(self: pygcad.pygrx.GcDbViewportTable, atBeginning: bool = True, skipDeleted: bool = True) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbViewportTableIterator]

C++: GcDbViewportTable::newIterator(class GcDbViewportTableIterator *&, bool, bool) const –> enum Gcad::ErrorStatus

static rxInit() None

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