GcDbAbstractViewTableRecord

class pygcad.pygrx.GcDbAbstractViewTableRecord

Bases: GcDbSymbolTableRecord

Methods Summary

ambientLightColor(self)

C++: GcDbAbstractViewTableRecord::ambientLightColor() const --> class GcCmColor

backClipDistance(self)

C++: GcDbAbstractViewTableRecord::backClipDistance() const --> double

backClipEnabled(self)

C++: GcDbAbstractViewTableRecord::backClipEnabled() const --> bool

background(self)

C++: GcDbAbstractViewTableRecord::background() --> class GcDbObjectId &

brightness(self)

C++: GcDbAbstractViewTableRecord::brightness() const --> double

cast(inPtr)

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

centerPoint(self)

C++: GcDbAbstractViewTableRecord::centerPoint() const --> class GcGePoint2d

className()

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

contrast(self)

C++: GcDbAbstractViewTableRecord::contrast() const --> double

defaultLightingType(self)

C++: GcDbAbstractViewTableRecord::defaultLightingType() const --> enum GcGiViewportTraits::DefaultLightingType

desc()

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

elevation(self)

C++: GcDbAbstractViewTableRecord::elevation() const --> double

frontClipAtEye(self)

C++: GcDbAbstractViewTableRecord::frontClipAtEye() const --> bool

frontClipDistance(self)

C++: GcDbAbstractViewTableRecord::frontClipDistance() const --> double

frontClipEnabled(self)

C++: GcDbAbstractViewTableRecord::frontClipEnabled() const --> bool

getUcs(self, origin, xAxis, yAxis)

C++: GcDbAbstractViewTableRecord::getUcs(class GcGePoint3d &, class GcGeVector3d &, class GcGeVector3d &) const --> enum Gcad::ErrorStatus

height(self)

C++: GcDbAbstractViewTableRecord::height() const --> double

isA(self)

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

isDefaultLightingOn(self)

C++: GcDbAbstractViewTableRecord::isDefaultLightingOn() const --> bool

isUcsOrthographic(self, view)

C++: GcDbAbstractViewTableRecord::isUcsOrthographic(enum GcDb::OrthographicView &) const --> bool

isViewOrthographic(self, view)

C++: GcDbAbstractViewTableRecord::isViewOrthographic(enum GcDb::OrthographicView &) const --> bool

lensLength(self)

C++: GcDbAbstractViewTableRecord::lensLength() const --> double

perspectiveEnabled(self)

C++: GcDbAbstractViewTableRecord::perspectiveEnabled() const --> bool

rxInit()

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

setAmbientLightColor(self, clr)

C++: GcDbAbstractViewTableRecord::setAmbientLightColor(const class GcCmColor &) --> enum Gcad::ErrorStatus

setBackClipDistance(self, distance)

C++: GcDbAbstractViewTableRecord::setBackClipDistance(double) --> void

setBackClipEnabled(self, enabled)

C++: GcDbAbstractViewTableRecord::setBackClipEnabled(bool) --> void

setBackground(self, backgroundId)

C++: GcDbAbstractViewTableRecord::setBackground(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

setBrightness(self, para)

C++: GcDbAbstractViewTableRecord::setBrightness(double) --> enum Gcad::ErrorStatus

setCenterPoint(self, para)

C++: GcDbAbstractViewTableRecord::setCenterPoint(const class GcGePoint2d &) --> void

setContrast(self, para)

C++: GcDbAbstractViewTableRecord::setContrast(double) --> enum Gcad::ErrorStatus

setDefaultLightingOn(self, on)

C++: GcDbAbstractViewTableRecord::setDefaultLightingOn(bool) --> enum Gcad::ErrorStatus

setDefaultLightingType(self, typ)

C++: GcDbAbstractViewTableRecord::setDefaultLightingType(enum GcGiViewportTraits::DefaultLightingType) --> enum Gcad::ErrorStatus

setElevation(self, elev)

C++: GcDbAbstractViewTableRecord::setElevation(double) --> enum Gcad::ErrorStatus

setFrontClipAtEye(self, atEye)

C++: GcDbAbstractViewTableRecord::setFrontClipAtEye(bool) --> void

setFrontClipDistance(self, distance)

C++: GcDbAbstractViewTableRecord::setFrontClipDistance(double) --> void

setFrontClipEnabled(self, enabled)

C++: GcDbAbstractViewTableRecord::setFrontClipEnabled(bool) --> void

setHeight(self, height)

C++: GcDbAbstractViewTableRecord::setHeight(double) --> void

setLensLength(self, length)

C++: GcDbAbstractViewTableRecord::setLensLength(double) --> void

setPerspectiveEnabled(self, enabled)

C++: GcDbAbstractViewTableRecord::setPerspectiveEnabled(bool) --> void

setSun(*args, **kwargs)

Overloaded function.

setTarget(self, target)

C++: GcDbAbstractViewTableRecord::setTarget(const class GcGePoint3d &) --> void

setToneOperatorParameters(self, params)

C++: GcDbAbstractViewTableRecord::setToneOperatorParameters(const class GcGiToneOperatorParameters &) --> enum Gcad::ErrorStatus

setUcs(*args, **kwargs)

Overloaded function.

setUcsToWorld(self)

C++: GcDbAbstractViewTableRecord::setUcsToWorld() --> enum Gcad::ErrorStatus

setViewDirection(*args, **kwargs)

Overloaded function.

setViewTwist(self, angle)

C++: GcDbAbstractViewTableRecord::setViewTwist(double) --> void

setVisualStyle(self, visualStyleId)

C++: GcDbAbstractViewTableRecord::setVisualStyle(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

setWidth(self, width)

C++: GcDbAbstractViewTableRecord::setWidth(double) --> void

sunId(self)

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

target(self)

C++: GcDbAbstractViewTableRecord::target() const --> class GcGePoint3d

toneOperatorParameters(self, params)

C++: GcDbAbstractViewTableRecord::toneOperatorParameters(class GcGiToneOperatorParameters &) const --> enum Gcad::ErrorStatus

ucsName(self)

C++: GcDbAbstractViewTableRecord::ucsName() const --> class GcDbObjectId

viewDirection(self)

C++: GcDbAbstractViewTableRecord::viewDirection() const --> class GcGeVector3d

viewTwist(self)

C++: GcDbAbstractViewTableRecord::viewTwist() const --> double

visualStyle(self)

C++: GcDbAbstractViewTableRecord::visualStyle() const --> class GcDbObjectId

width(self)

C++: GcDbAbstractViewTableRecord::width() const --> double

Methods Documentation

ambientLightColor(self: pygcad.pygrx.GcDbAbstractViewTableRecord) pygcad.pygrx.GcCmColor

C++: GcDbAbstractViewTableRecord::ambientLightColor() const –> class GcCmColor

backClipDistance(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::backClipDistance() const –> double

backClipEnabled(self: pygcad.pygrx.GcDbAbstractViewTableRecord) bool

C++: GcDbAbstractViewTableRecord::backClipEnabled() const –> bool

background(self: pygcad.pygrx.GcDbAbstractViewTableRecord) pygcad.pygrx.GcDbObjectId

C++: GcDbAbstractViewTableRecord::background() –> class GcDbObjectId &

brightness(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::brightness() const –> double

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

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

centerPoint(self: pygcad.pygrx.GcDbAbstractViewTableRecord) pygcad.pygrx.GcGePoint2d

C++: GcDbAbstractViewTableRecord::centerPoint() const –> class GcGePoint2d

static className() str

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

contrast(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::contrast() const –> double

defaultLightingType(self: pygcad.pygrx.GcDbAbstractViewTableRecord) GcGiViewportTraits::DefaultLightingType

C++: GcDbAbstractViewTableRecord::defaultLightingType() const –> enum GcGiViewportTraits::DefaultLightingType

static desc() pygcad.pygrx.GcRxClass

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

elevation(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::elevation() const –> double

frontClipAtEye(self: pygcad.pygrx.GcDbAbstractViewTableRecord) bool

C++: GcDbAbstractViewTableRecord::frontClipAtEye() const –> bool

frontClipDistance(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::frontClipDistance() const –> double

frontClipEnabled(self: pygcad.pygrx.GcDbAbstractViewTableRecord) bool

C++: GcDbAbstractViewTableRecord::frontClipEnabled() const –> bool

getUcs(self: pygcad.pygrx.GcDbAbstractViewTableRecord, origin: pygcad.pygrx.GcGePoint3d, xAxis: pygcad.pygrx.GcGeVector3d, yAxis: pygcad.pygrx.GcGeVector3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::getUcs(class GcGePoint3d &, class GcGeVector3d &, class GcGeVector3d &) const –> enum Gcad::ErrorStatus

height(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::height() const –> double

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

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

isDefaultLightingOn(self: pygcad.pygrx.GcDbAbstractViewTableRecord) bool

C++: GcDbAbstractViewTableRecord::isDefaultLightingOn() const –> bool

isUcsOrthographic(self: pygcad.pygrx.GcDbAbstractViewTableRecord, view: pygcad.pygrx.GcDb.OrthographicView) bool

C++: GcDbAbstractViewTableRecord::isUcsOrthographic(enum GcDb::OrthographicView &) const –> bool

isViewOrthographic(self: pygcad.pygrx.GcDbAbstractViewTableRecord, view: pygcad.pygrx.GcDb.OrthographicView) bool

C++: GcDbAbstractViewTableRecord::isViewOrthographic(enum GcDb::OrthographicView &) const –> bool

lensLength(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::lensLength() const –> double

perspectiveEnabled(self: pygcad.pygrx.GcDbAbstractViewTableRecord) bool

C++: GcDbAbstractViewTableRecord::perspectiveEnabled() const –> bool

static rxInit() None

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

setAmbientLightColor(self: pygcad.pygrx.GcDbAbstractViewTableRecord, clr: pygcad.pygrx.GcCmColor) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setAmbientLightColor(const class GcCmColor &) –> enum Gcad::ErrorStatus

setBackClipDistance(self: pygcad.pygrx.GcDbAbstractViewTableRecord, distance: float) None

C++: GcDbAbstractViewTableRecord::setBackClipDistance(double) –> void

setBackClipEnabled(self: pygcad.pygrx.GcDbAbstractViewTableRecord, enabled: bool) None

C++: GcDbAbstractViewTableRecord::setBackClipEnabled(bool) –> void

setBackground(self: pygcad.pygrx.GcDbAbstractViewTableRecord, backgroundId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setBackground(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setBrightness(self: pygcad.pygrx.GcDbAbstractViewTableRecord, para: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setBrightness(double) –> enum Gcad::ErrorStatus

setCenterPoint(self: pygcad.pygrx.GcDbAbstractViewTableRecord, para: pygcad.pygrx.GcGePoint2d) None

C++: GcDbAbstractViewTableRecord::setCenterPoint(const class GcGePoint2d &) –> void

setContrast(self: pygcad.pygrx.GcDbAbstractViewTableRecord, para: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setContrast(double) –> enum Gcad::ErrorStatus

setDefaultLightingOn(self: pygcad.pygrx.GcDbAbstractViewTableRecord, on: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setDefaultLightingOn(bool) –> enum Gcad::ErrorStatus

setDefaultLightingType(self: pygcad.pygrx.GcDbAbstractViewTableRecord, typ: GcGiViewportTraits::DefaultLightingType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setDefaultLightingType(enum GcGiViewportTraits::DefaultLightingType) –> enum Gcad::ErrorStatus

setElevation(self: pygcad.pygrx.GcDbAbstractViewTableRecord, elev: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setElevation(double) –> enum Gcad::ErrorStatus

setFrontClipAtEye(self: pygcad.pygrx.GcDbAbstractViewTableRecord, atEye: bool) None

C++: GcDbAbstractViewTableRecord::setFrontClipAtEye(bool) –> void

setFrontClipDistance(self: pygcad.pygrx.GcDbAbstractViewTableRecord, distance: float) None

C++: GcDbAbstractViewTableRecord::setFrontClipDistance(double) –> void

setFrontClipEnabled(self: pygcad.pygrx.GcDbAbstractViewTableRecord, enabled: bool) None

C++: GcDbAbstractViewTableRecord::setFrontClipEnabled(bool) –> void

setHeight(self: pygcad.pygrx.GcDbAbstractViewTableRecord, height: float) None

C++: GcDbAbstractViewTableRecord::setHeight(double) –> void

setLensLength(self: pygcad.pygrx.GcDbAbstractViewTableRecord, length: float) None

C++: GcDbAbstractViewTableRecord::setLensLength(double) –> void

setPerspectiveEnabled(self: pygcad.pygrx.GcDbAbstractViewTableRecord, enabled: bool) None

C++: GcDbAbstractViewTableRecord::setPerspectiveEnabled(bool) –> void

setSun(*args, **kwargs)

Overloaded function.

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

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

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

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

setTarget(self: pygcad.pygrx.GcDbAbstractViewTableRecord, target: pygcad.pygrx.GcGePoint3d) None

C++: GcDbAbstractViewTableRecord::setTarget(const class GcGePoint3d &) –> void

setToneOperatorParameters(self: pygcad.pygrx.GcDbAbstractViewTableRecord, params: pygcad.pygrx.GcGiToneOperatorParameters) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setToneOperatorParameters(const class GcGiToneOperatorParameters &) –> enum Gcad::ErrorStatus

setUcs(*args, **kwargs)

Overloaded function.

  1. setUcs(self: pygcad.pygrx.GcDbAbstractViewTableRecord, origin: pygcad.pygrx.GcGePoint3d, xAxis: pygcad.pygrx.GcGeVector3d, yAxis: pygcad.pygrx.GcGeVector3d) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setUcs(const class GcGePoint3d &, const class GcGeVector3d &, const class GcGeVector3d &) –> enum Gcad::ErrorStatus

  1. setUcs(self: pygcad.pygrx.GcDbAbstractViewTableRecord, view: pygcad.pygrx.GcDb.OrthographicView) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setUcs(enum GcDb::OrthographicView) –> enum Gcad::ErrorStatus

  1. setUcs(self: pygcad.pygrx.GcDbAbstractViewTableRecord, ucsId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setUcs(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setUcsToWorld(self: pygcad.pygrx.GcDbAbstractViewTableRecord) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setUcsToWorld() –> enum Gcad::ErrorStatus

setViewDirection(*args, **kwargs)

Overloaded function.

  1. setViewDirection(self: pygcad.pygrx.GcDbAbstractViewTableRecord, viewDirection: pygcad.pygrx.GcGeVector3d) -> None

C++: GcDbAbstractViewTableRecord::setViewDirection(const class GcGeVector3d &) –> void

  1. setViewDirection(self: pygcad.pygrx.GcDbAbstractViewTableRecord, view: pygcad.pygrx.GcDb.OrthographicView) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setViewDirection(enum GcDb::OrthographicView) –> enum Gcad::ErrorStatus

setViewTwist(self: pygcad.pygrx.GcDbAbstractViewTableRecord, angle: float) None

C++: GcDbAbstractViewTableRecord::setViewTwist(double) –> void

setVisualStyle(self: pygcad.pygrx.GcDbAbstractViewTableRecord, visualStyleId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::setVisualStyle(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setWidth(self: pygcad.pygrx.GcDbAbstractViewTableRecord, width: float) None

C++: GcDbAbstractViewTableRecord::setWidth(double) –> void

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

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

target(self: pygcad.pygrx.GcDbAbstractViewTableRecord) pygcad.pygrx.GcGePoint3d

C++: GcDbAbstractViewTableRecord::target() const –> class GcGePoint3d

toneOperatorParameters(self: pygcad.pygrx.GcDbAbstractViewTableRecord, params: pygcad.pygrx.GcGiToneOperatorParameters) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbAbstractViewTableRecord::toneOperatorParameters(class GcGiToneOperatorParameters &) const –> enum Gcad::ErrorStatus

ucsName(self: pygcad.pygrx.GcDbAbstractViewTableRecord) pygcad.pygrx.GcDbObjectId

C++: GcDbAbstractViewTableRecord::ucsName() const –> class GcDbObjectId

viewDirection(self: pygcad.pygrx.GcDbAbstractViewTableRecord) pygcad.pygrx.GcGeVector3d

C++: GcDbAbstractViewTableRecord::viewDirection() const –> class GcGeVector3d

viewTwist(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::viewTwist() const –> double

visualStyle(self: pygcad.pygrx.GcDbAbstractViewTableRecord) pygcad.pygrx.GcDbObjectId

C++: GcDbAbstractViewTableRecord::visualStyle() const –> class GcDbObjectId

width(self: pygcad.pygrx.GcDbAbstractViewTableRecord) float

C++: GcDbAbstractViewTableRecord::width() const –> double