csc.view.CameraType

class csc.view.CameraType

CameraType enumerable

Members:

ISOMETRIC

PERSPECTIVE

__init__(self: csc.view.CameraType, value: int) None

Methods

__init__(self, value)

Attributes

ISOMETRIC

PERSPECTIVE

name

value

ISOMETRIC = <CameraType.ISOMETRIC: 0>
PERSPECTIVE = <CameraType.PERSPECTIVE: 1>
__annotations__ = {}
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__index__(self: csc.view.CameraType) int
__init__(self: csc.view.CameraType, value: int) None
__int__(self: csc.view.CameraType) int
__members__ = {'ISOMETRIC': <CameraType.ISOMETRIC: 0>, 'PERSPECTIVE': <CameraType.PERSPECTIVE: 1>}
__module__ = 'csc.view'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.view.CameraType, state: int) None
__str__()

name(self: handle) -> str

property name
property value