GcDbViewTableRecord

class pygcad.pygrx.GcDbViewTableRecord

Bases: GcDbAbstractViewTableRecord

Methods Summary

camera(self)

C++: GcDbViewTableRecord::camera() const --> class GcDbObjectId

cast(inPtr)

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

className()

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

desc()

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

disassociateUcsFromView(self)

C++: GcDbViewTableRecord::disassociateUcsFromView() --> enum Gcad::ErrorStatus

getCategoryName(self)

C++: GcDbViewTableRecord::getCategoryName(wchar_t *&) const --> enum Gcad::ErrorStatus

getLayerState(self)

C++: GcDbViewTableRecord::getLayerState(wchar_t *&) const --> enum Gcad::ErrorStatus

getLayout(self, layoutId)

C++: GcDbViewTableRecord::getLayout(class GcDbObjectId &) const --> enum Gcad::ErrorStatus

isA(self)

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

isCameraPlottable(self)

C++: GcDbViewTableRecord::isCameraPlottable() const --> bool

isPaperspaceView(self)

C++: GcDbViewTableRecord::isPaperspaceView() const --> bool

isUcsAssociatedToView(self)

C++: GcDbViewTableRecord::isUcsAssociatedToView() const --> bool

isViewAssociatedToViewport(self)

C++: GcDbViewTableRecord::isViewAssociatedToViewport() const --> bool

liveSection(self)

C++: GcDbViewTableRecord::liveSection() const --> class GcDbObjectId

rxInit()

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

setCamera(self, cameraId)

C++: GcDbViewTableRecord::setCamera(class GcDbObjectId) --> enum Gcad::ErrorStatus

setCategoryName(self, categoryName)

C++: GcDbViewTableRecord::setCategoryName(const wchar_t *) --> enum Gcad::ErrorStatus

setIsCameraPlottable(self, plottable)

C++: GcDbViewTableRecord::setIsCameraPlottable(bool) --> enum Gcad::ErrorStatus

setIsPaperspaceView(self, pspace)

C++: GcDbViewTableRecord::setIsPaperspaceView(bool) --> void

setLayerState(self, layerStateName)

C++: GcDbViewTableRecord::setLayerState(const wchar_t *) --> enum Gcad::ErrorStatus

setLayout(self, layoutId)

C++: GcDbViewTableRecord::setLayout(class GcDbObjectId) --> enum Gcad::ErrorStatus

setLiveSection(self, liveSectionId)

C++: GcDbViewTableRecord::setLiveSection(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

setParametersFromViewport(self, objId)

C++: GcDbViewTableRecord::setParametersFromViewport(class GcDbObjectId) --> enum Gcad::ErrorStatus

setSun(*args, **kwargs)

Overloaded function.

setViewAssociatedToViewport(self, bVPflag)

C++: GcDbViewTableRecord::setViewAssociatedToViewport(bool) --> enum Gcad::ErrorStatus

sunId(self)

C++: GcDbViewTableRecord::sunId() const --> class GcDbObjectId

Methods Documentation

camera(self: pygcad.pygrx.GcDbViewTableRecord) pygcad.pygrx.GcDbObjectId

C++: GcDbViewTableRecord::camera() const –> class GcDbObjectId

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

disassociateUcsFromView(self: pygcad.pygrx.GcDbViewTableRecord) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::disassociateUcsFromView() –> enum Gcad::ErrorStatus

getCategoryName(self: pygcad.pygrx.GcDbViewTableRecord) Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

C++: GcDbViewTableRecord::getCategoryName(wchar_t *&) const –> enum Gcad::ErrorStatus

getLayerState(self: pygcad.pygrx.GcDbViewTableRecord) Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

C++: GcDbViewTableRecord::getLayerState(wchar_t *&) const –> enum Gcad::ErrorStatus

getLayout(self: pygcad.pygrx.GcDbViewTableRecord, layoutId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::getLayout(class GcDbObjectId &) const –> enum Gcad::ErrorStatus

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

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

isCameraPlottable(self: pygcad.pygrx.GcDbViewTableRecord) bool

C++: GcDbViewTableRecord::isCameraPlottable() const –> bool

isPaperspaceView(self: pygcad.pygrx.GcDbViewTableRecord) bool

C++: GcDbViewTableRecord::isPaperspaceView() const –> bool

isUcsAssociatedToView(self: pygcad.pygrx.GcDbViewTableRecord) bool

C++: GcDbViewTableRecord::isUcsAssociatedToView() const –> bool

isViewAssociatedToViewport(self: pygcad.pygrx.GcDbViewTableRecord) bool

C++: GcDbViewTableRecord::isViewAssociatedToViewport() const –> bool

liveSection(self: pygcad.pygrx.GcDbViewTableRecord) pygcad.pygrx.GcDbObjectId

C++: GcDbViewTableRecord::liveSection() const –> class GcDbObjectId

static rxInit() None

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

setCamera(self: pygcad.pygrx.GcDbViewTableRecord, cameraId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setCamera(class GcDbObjectId) –> enum Gcad::ErrorStatus

setCategoryName(self: pygcad.pygrx.GcDbViewTableRecord, categoryName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setCategoryName(const wchar_t *) –> enum Gcad::ErrorStatus

setIsCameraPlottable(self: pygcad.pygrx.GcDbViewTableRecord, plottable: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setIsCameraPlottable(bool) –> enum Gcad::ErrorStatus

setIsPaperspaceView(self: pygcad.pygrx.GcDbViewTableRecord, pspace: bool) None

C++: GcDbViewTableRecord::setIsPaperspaceView(bool) –> void

setLayerState(self: pygcad.pygrx.GcDbViewTableRecord, layerStateName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setLayerState(const wchar_t *) –> enum Gcad::ErrorStatus

setLayout(self: pygcad.pygrx.GcDbViewTableRecord, layoutId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setLayout(class GcDbObjectId) –> enum Gcad::ErrorStatus

setLiveSection(self: pygcad.pygrx.GcDbViewTableRecord, liveSectionId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setLiveSection(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setParametersFromViewport(self: pygcad.pygrx.GcDbViewTableRecord, objId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setParametersFromViewport(class GcDbObjectId) –> enum Gcad::ErrorStatus

setSun(*args, **kwargs)

Overloaded function.

  1. setSun(self: pygcad.pygrx.GcDbViewTableRecord, retId: pygcad.pygrx.GcDbObjectId, pSun: pygcad.pygrx.GcDbObject) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setSun(class GcDbObjectId &, class GcDbObject *) –> enum Gcad::ErrorStatus

  1. setSun(self: pygcad.pygrx.GcDbViewTableRecord, retId: pygcad.pygrx.GcDbObjectId, pSun: pygcad.pygrx.GcDbObject, eraseOldSun: bool) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setSun(class GcDbObjectId &, class GcDbObject *, bool) –> enum Gcad::ErrorStatus

setViewAssociatedToViewport(self: pygcad.pygrx.GcDbViewTableRecord, bVPflag: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbViewTableRecord::setViewAssociatedToViewport(bool) –> enum Gcad::ErrorStatus

sunId(self: pygcad.pygrx.GcDbViewTableRecord) pygcad.pygrx.GcDbObjectId

C++: GcDbViewTableRecord::sunId() const –> class GcDbObjectId