MaxPlus Python API Reference
ViewportsBackground Class Reference
+ Inheritance diagram for ViewportsBackground:

Public Member Functions

def GetColor (*args)
 
def GetColorController ()
 
def GetFrameNumber (*args)
 
def GetFrameRange (*args)
 
def GetImageAnimate ()
 
def GetImageAspect ()
 
def GetImageAsset ()
 
def GetOutOfRangeType (*args)
 
def GetStartTime ()
 
def GetSyncFrame ()
 
def SetColor (*args)
 
def SetColorController (*args)
 
def SetFrameRange (*args)
 
def SetImageAnimate (*args)
 
def SetImageAspect (*args)
 
def SetImageAsset (*args)
 
def SetOutOfRangeType (*args)
 
def SetStartTime (*args)
 
def SetSyncFrame (*args)
 

Static Public Attributes

 GetColor = staticmethod(GetColor)
 
 GetColorController = staticmethod(GetColorController)
 
 GetFrameNumber = staticmethod(GetFrameNumber)
 
 GetFrameRange = staticmethod(GetFrameRange)
 
 GetImageAnimate = staticmethod(GetImageAnimate)
 
 GetImageAspect = staticmethod(GetImageAspect)
 
 GetImageAsset = staticmethod(GetImageAsset)
 
 GetOutOfRangeType = staticmethod(GetOutOfRangeType)
 
 GetStartTime = staticmethod(GetStartTime)
 
 GetSyncFrame = staticmethod(GetSyncFrame)
 
 SetColor = staticmethod(SetColor)
 
 SetColorController = staticmethod(SetColorController)
 
 SetFrameRange = staticmethod(SetFrameRange)
 
 SetImageAnimate = staticmethod(SetImageAnimate)
 
 SetImageAspect = staticmethod(SetImageAspect)
 
 SetImageAsset = staticmethod(SetImageAsset)
 
 SetOutOfRangeType = staticmethod(SetOutOfRangeType)
 
 SetStartTime = staticmethod(SetStartTime)
 
 SetSyncFrame = staticmethod(SetSyncFrame)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Utility functions for working with the backgrounds of viewports.

Member Function Documentation

◆ GetColor()

def GetColor ( args)
GetColor(TimeValue t, Interval valid) -> Point3
GetColor() -> Point3

◆ GetColorController()

def GetColorController ( )
GetColorController() -> Control

◆ GetFrameNumber()

def GetFrameNumber ( args)
GetFrameNumber(TimeValue t) -> int

◆ GetFrameRange()

def GetFrameRange ( args)
GetFrameRange(int which) -> int

◆ GetImageAnimate()

def GetImageAnimate ( )
GetImageAnimate() -> bool

◆ GetImageAspect()

def GetImageAspect ( )
GetImageAspect() -> int

◆ GetImageAsset()

def GetImageAsset ( )
GetImageAsset() -> Asset

◆ GetOutOfRangeType()

def GetOutOfRangeType ( args)
GetOutOfRangeType(int which) -> int

◆ GetStartTime()

def GetStartTime ( )
GetStartTime() -> TimeValue

◆ GetSyncFrame()

def GetSyncFrame ( )
GetSyncFrame() -> int

◆ SetColor()

def SetColor ( args)
SetColor(TimeValue t, Point3 color)
SetColor(Point3 color)

◆ SetColorController()

def SetColorController ( args)
SetColorController(Control c)

◆ SetFrameRange()

def SetFrameRange ( args)
SetFrameRange(int start, int end, int step=1)
SetFrameRange(int start, int end)

◆ SetImageAnimate()

def SetImageAnimate ( args)
SetImageAnimate(bool onOff)

◆ SetImageAspect()

def SetImageAspect ( args)
SetImageAspect(int t)

◆ SetImageAsset()

def SetImageAsset ( args)
SetImageAsset(Asset asset) -> bool

◆ SetOutOfRangeType()

def SetOutOfRangeType ( args)
SetOutOfRangeType(int which, int type)

◆ SetStartTime()

def SetStartTime ( args)
SetStartTime(TimeValue t)

◆ SetSyncFrame()

def SetSyncFrame ( args)
SetSyncFrame(int f)