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

Public Member Functions

def GetParamBlock (self)
 
def GetValue (self, *args)
 
def KeyFrameAtTime (self, *args)
 
def SetValue (self, *args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Proxy of C++ Autodesk::Max::IParamArray class

Member Function Documentation

◆ GetParamBlock()

def GetParamBlock (   self)
GetParamBlock(IParamArray self) -> IParamBlock

◆ GetValue()

def GetValue (   self,
args 
)
GetValue(IParamArray self, int i, TimeValue t, float & v, Interval ivalid) -> BOOL
GetValue(IParamArray self, int i, TimeValue t, int & v, Interval ivalid) -> BOOL
GetValue(IParamArray self, int i, TimeValue t, Point3 v, Interval ivalid) -> BOOL

◆ KeyFrameAtTime()

def KeyFrameAtTime (   self,
args 
)
KeyFrameAtTime(IParamArray self, int i, TimeValue t) -> BOOL

◆ SetValue()

def SetValue (   self,
args 
)
SetValue(IParamArray self, int i, TimeValue t, float v) -> BOOL
SetValue(IParamArray self, int i, TimeValue t, int v) -> BOOL
SetValue(IParamArray self, int i, TimeValue t, Point3 v) -> BOOL