GcDbIdMappingIter

class pygcad.pygrx.GcDbIdMappingIter

Bases: GcRxObject

Methods Summary

cast(inPtr)

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

className()

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

desc()

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

done(self)

C++: GcDbIdMappingIter::done() --> bool

getMap(self, para)

C++: GcDbIdMappingIter::getMap(class GcDbIdPair &) --> bool

isA(self)

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

iterateOn(self, para)

C++: GcDbIdMappingIter::iterateOn(const class GcDbIdMapping &) --> enum Gcad::ErrorStatus

next(self)

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

rxInit()

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

start(self)

C++: GcDbIdMappingIter::start() --> void

Methods Documentation

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

done(self: pygcad.pygrx.GcDbIdMappingIter) bool

C++: GcDbIdMappingIter::done() –> bool

getMap(self: pygcad.pygrx.GcDbIdMappingIter, para: pygcad.pygrx.GcDbIdPair) bool

C++: GcDbIdMappingIter::getMap(class GcDbIdPair &) –> bool

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

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

iterateOn(self: pygcad.pygrx.GcDbIdMappingIter, para: pygcad.pygrx.GcDbIdMapping) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbIdMappingIter::iterateOn(const class GcDbIdMapping &) –> enum Gcad::ErrorStatus

next(self: pygcad.pygrx.GcDbIdMappingIter) bool

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

static rxInit() None

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

start(self: pygcad.pygrx.GcDbIdMappingIter) None

C++: GcDbIdMappingIter::start() –> void