ViewportsBackground Class Reference
Utility functions for working with the backgrounds of viewports.
|
tuple | GetColor = staticmethod(GetColor) |
|
tuple | GetColorController = staticmethod(GetColorController) |
|
tuple | GetFrameNumber = staticmethod(GetFrameNumber) |
|
tuple | GetFrameRange = staticmethod(GetFrameRange) |
|
tuple | GetImageAnimate = staticmethod(GetImageAnimate) |
|
tuple | GetImageAspect = staticmethod(GetImageAspect) |
|
tuple | GetImageAsset = staticmethod(GetImageAsset) |
|
tuple | GetOutOfRangeType = staticmethod(GetOutOfRangeType) |
|
tuple | GetStartTime = staticmethod(GetStartTime) |
|
tuple | GetSyncFrame = staticmethod(GetSyncFrame) |
|
tuple | SetColor = staticmethod(SetColor) |
|
tuple | SetColorController = staticmethod(SetColorController) |
|
tuple | SetFrameRange = staticmethod(SetFrameRange) |
|
tuple | SetImageAnimate = staticmethod(SetImageAnimate) |
|
tuple | SetImageAspect = staticmethod(SetImageAspect) |
|
tuple | SetImageAsset = staticmethod(SetImageAsset) |
|
tuple | SetOutOfRangeType = staticmethod(SetOutOfRangeType) |
|
tuple | SetStartTime = staticmethod(SetStartTime) |
|
tuple | SetSyncFrame = staticmethod(SetSyncFrame) |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
GetColor(TimeValue t, Interval valid) -> Point3
GetColor() -> Point3
def GetColorController |
( |
| ) |
|
GetColorController() -> Control
def GetFrameNumber |
( |
|
args | ) |
|
GetFrameNumber(TimeValue t) -> int
def GetFrameRange |
( |
|
args | ) |
|
GetFrameRange(int which) -> int
GetImageAnimate() -> bool
def GetOutOfRangeType |
( |
|
args | ) |
|
GetOutOfRangeType(int which) -> int
GetStartTime() -> TimeValue
SetColor(TimeValue t, Point3 color)
SetColor(Point3 color)
def SetColorController |
( |
|
args | ) |
|
SetColorController(Control c)
def SetFrameRange |
( |
|
args | ) |
|
SetFrameRange(int start, int end, int step=1)
SetFrameRange(int start, int end)
def SetImageAnimate |
( |
|
args | ) |
|
SetImageAnimate(bool onOff)
def SetImageAspect |
( |
|
args | ) |
|
def SetImageAsset |
( |
|
args | ) |
|
SetImageAsset(Asset asset) -> bool
def SetOutOfRangeType |
( |
|
args | ) |
|
SetOutOfRangeType(int which, int type)
SetStartTime(TimeValue t)