GcDbFullSubentPath

class pygcad.pygrx.GcDbFullSubentPath

Bases: pybind11_object

Methods Summary

assign(self, para)

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

setObjectIds(self, objectIds)

C++: GcDbFullSubentPath::setObjectIds(const int &) --> void

setSubentId(self, subentId)

C++: GcDbFullSubentPath::setSubentId(const class GcDbSubentId &) --> void

setUserAppData(self, pData)

C++: GcDbFullSubentPath::setUserAppData(void *) --> void

subentId(self)

C++: GcDbFullSubentPath::subentId() --> class GcDbSubentId &

userAppData(self)

C++: GcDbFullSubentPath::userAppData() const --> void *

Methods Documentation

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

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

setObjectIds(self: pygcad.pygrx.GcDbFullSubentPath, objectIds: int) None

C++: GcDbFullSubentPath::setObjectIds(const int &) –> void

setSubentId(self: pygcad.pygrx.GcDbFullSubentPath, subentId: pygcad.pygrx.GcDbSubentId) None

C++: GcDbFullSubentPath::setSubentId(const class GcDbSubentId &) –> void

setUserAppData(self: pygcad.pygrx.GcDbFullSubentPath, pData: capsule) None

C++: GcDbFullSubentPath::setUserAppData(void *) –> void

subentId(self: pygcad.pygrx.GcDbFullSubentPath) pygcad.pygrx.GcDbSubentId

C++: GcDbFullSubentPath::subentId() –> class GcDbSubentId &

userAppData(self: pygcad.pygrx.GcDbFullSubentPath) capsule

C++: GcDbFullSubentPath::userAppData() const –> void *