GcDbBlockTableIterator

class pygcad.pygrx.GcDbBlockTableIterator

Bases: GcDbSymbolTableIterator

Methods Summary

assign(self, para)

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

getRecord(self, openMode, openErasedRec)

C++: GcDbBlockTableIterator::getRecord(GcDbBlockTableRecord *&, enum GcDb::OpenMode, bool) const --> enum Gcad::ErrorStatus

Methods Documentation

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

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

getRecord(self: pygcad.pygrx.GcDbBlockTableIterator, openMode: pygcad.pygrx.GcDb.OpenMode = <OpenMode.kForRead: 0>, openErasedRec: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, GcDbBlockTableRecord]

C++: GcDbBlockTableIterator::getRecord(GcDbBlockTableRecord *&, enum GcDb::OpenMode, bool) const –> enum Gcad::ErrorStatus