GcDbGroupIterator

class pygcad.pygrx.GcDbGroupIterator

Bases: GcRxObject

Methods Summary

assign(self, para)

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

cast(inPtr)

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

className()

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

desc()

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

done(self)

C++: GcDbGroupIterator::done() const --> bool

getObject(self, openMode)

C++: GcDbGroupIterator::getObject(class GcDbObject &, enum GcDb::OpenMode) --> std::tuple<Gcad::ErrorStatus, GcDbObject>

isA(self)

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

next(self)

C++: GcDbGroupIterator::next() --> bool

objectId(self)

C++: GcDbGroupIterator::objectId() const --> class GcDbObjectId

rxInit()

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

Methods Documentation

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

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

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

done(self: pygcad.pygrx.GcDbGroupIterator) bool

C++: GcDbGroupIterator::done() const –> bool

getObject(self: pygcad.pygrx.GcDbGroupIterator, openMode: pygcad.pygrx.GcDb.OpenMode) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbObject]

C++: GcDbGroupIterator::getObject(class GcDbObject &, enum GcDb::OpenMode) –> std::tuple<Gcad::ErrorStatus, GcDbObject>

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

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

next(self: pygcad.pygrx.GcDbGroupIterator) bool

C++: GcDbGroupIterator::next() –> bool

objectId(self: pygcad.pygrx.GcDbGroupIterator) pygcad.pygrx.GcDbObjectId

C++: GcDbGroupIterator::objectId() const –> class GcDbObjectId

static rxInit() None

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