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

Public Member Functions

def GetPosition ()
 
def GetRotation ()
 
def GetScale ()
 
def GetSelectedOnly ()
 
def GetUseTrackBar ()
 
def GetUseTransform ()
 
def SetPosition (*args)
 
def SetRotation (*args)
 
def SetScale (*args)
 
def SetSelectedOnly (*args)
 
def SetUseTrackBar (*args)
 
def SetUseTransform (*args)
 

Static Public Attributes

 GetPosition = staticmethod(GetPosition)
 
 GetRotation = staticmethod(GetRotation)
 
 GetScale = staticmethod(GetScale)
 
 GetSelectedOnly = staticmethod(GetSelectedOnly)
 
 GetUseTrackBar = staticmethod(GetUseTrackBar)
 
 GetUseTransform = staticmethod(GetUseTransform)
 
 SetPosition = staticmethod(SetPosition)
 
 SetRotation = staticmethod(SetRotation)
 
 SetScale = staticmethod(SetScale)
 
 SetSelectedOnly = staticmethod(SetSelectedOnly)
 
 SetUseTrackBar = staticmethod(SetUseTrackBar)
 
 SetUseTransform = staticmethod(SetUseTransform)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Static functions for time configuration dialog key step options.

Member Function Documentation

◆ GetPosition()

def GetPosition ( )
GetPosition() -> bool

◆ GetRotation()

def GetRotation ( )
GetRotation() -> bool

◆ GetScale()

def GetScale ( )
GetScale() -> bool

◆ GetSelectedOnly()

def GetSelectedOnly ( )
GetSelectedOnly() -> bool

◆ GetUseTrackBar()

def GetUseTrackBar ( )
GetUseTrackBar() -> bool

◆ GetUseTransform()

def GetUseTransform ( )
GetUseTransform() -> bool

◆ SetPosition()

def SetPosition ( args)
SetPosition(bool onOff)

◆ SetRotation()

def SetRotation ( args)
SetRotation(bool onOff)

◆ SetScale()

def SetScale ( args)
SetScale(bool onOff)

◆ SetSelectedOnly()

def SetSelectedOnly ( args)
SetSelectedOnly(bool onOff)

◆ SetUseTrackBar()

def SetUseTrackBar ( args)
SetUseTrackBar(bool onOff)

◆ SetUseTransform()

def SetUseTransform ( args)
SetUseTransform(bool onOff)