GcDbDataCell

class pygcad.pygrx.GcDbDataCell

Bases: GcRxObject

Attributes Summary

kBool

kCharPtr

kDouble

kHardOwnerId

kHardPtrId

kInteger

kObjectId

kPoint

kSoftOwnerId

kSoftPtrId

kUnknown

kVector

Methods Summary

assign(*args, **kwargs)

Overloaded function.

cast(inPtr)

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

className()

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

desc()

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

init(self)

C++: GcDbDataCell::init() --> void

isA(self)

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

rxInit()

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

type(self)

C++: GcDbDataCell::type() const --> enum GcDbDataCell::CellType

Attributes Documentation

kBool = <CellType.kBool: 10>
kCharPtr = <CellType.kCharPtr: 3>
kDouble = <CellType.kDouble: 2>
kHardOwnerId = <CellType.kHardOwnerId: 6>
kHardPtrId = <CellType.kHardPtrId: 8>
kInteger = <CellType.kInteger: 1>
kObjectId = <CellType.kObjectId: 5>
kPoint = <CellType.kPoint: 4>
kSoftOwnerId = <CellType.kSoftOwnerId: 7>
kSoftPtrId = <CellType.kSoftPtrId: 9>
kUnknown = <CellType.kUnknown: 0>
kVector = <CellType.kVector: 11>

Methods Documentation

assign(*args, **kwargs)

Overloaded function.

  1. assign(self: pygcad.pygrx.GcDbDataCell, cell: pygcad.pygrx.GcDbDataCell) -> pygcad.pygrx.GcDbDataCell

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

  1. assign(self: pygcad.pygrx.GcDbDataCell, b: bool) -> pygcad.pygrx.GcDbDataCell

C++: GcDbDataCell::operator=(bool) –> class GcDbDataCell &

  1. assign(self: pygcad.pygrx.GcDbDataCell, i: int) -> pygcad.pygrx.GcDbDataCell

C++: GcDbDataCell::operator=(int) –> class GcDbDataCell &

  1. assign(self: pygcad.pygrx.GcDbDataCell, d: float) -> pygcad.pygrx.GcDbDataCell

C++: GcDbDataCell::operator=(double) –> class GcDbDataCell &

  1. assign(self: pygcad.pygrx.GcDbDataCell, pChar: str) -> pygcad.pygrx.GcDbDataCell

C++: GcDbDataCell::operator=(const wchar_t *) –> class GcDbDataCell &

  1. assign(self: pygcad.pygrx.GcDbDataCell, s: pygcad.pygrx.GcString) -> pygcad.pygrx.GcDbDataCell

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

  1. assign(self: pygcad.pygrx.GcDbDataCell, pt: pygcad.pygrx.GcGePoint3d) -> pygcad.pygrx.GcDbDataCell

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

  1. assign(self: pygcad.pygrx.GcDbDataCell, vec: pygcad.pygrx.GcGeVector3d) -> pygcad.pygrx.GcDbDataCell

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

  1. assign(self: pygcad.pygrx.GcDbDataCell, id: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.GcDbDataCell

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

  1. assign(self: pygcad.pygrx.GcDbDataCell, hoId: pygcad.pygrx.GcDbHardOwnershipId) -> pygcad.pygrx.GcDbDataCell

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

  1. assign(self: pygcad.pygrx.GcDbDataCell, soId: pygcad.pygrx.GcDbSoftOwnershipId) -> pygcad.pygrx.GcDbDataCell

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

  1. assign(self: pygcad.pygrx.GcDbDataCell, hpId: pygcad.pygrx.GcDbHardPointerId) -> pygcad.pygrx.GcDbDataCell

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

  1. assign(self: pygcad.pygrx.GcDbDataCell, spId: pygcad.pygrx.GcDbSoftPointerId) -> pygcad.pygrx.GcDbDataCell

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

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

init(self: pygcad.pygrx.GcDbDataCell) None

C++: GcDbDataCell::init() –> void

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

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

static rxInit() None

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

type(self: pygcad.pygrx.GcDbDataCell) pygcad.pygrx.GcDbDataCell.CellType

C++: GcDbDataCell::type() const –> enum GcDbDataCell::CellType