IParamArray Class Reference
Proxy of C++ Autodesk::Max::IParamArray class
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def GetParamBlock |
( |
|
self | ) |
|
GetParamBlock(IParamArray self) -> IParamBlock
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
def KeyFrameAtTime |
( |
|
self, |
|
|
|
args |
|
) |
| |
KeyFrameAtTime(IParamArray self, int i, TimeValue t) -> BOOL
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