Matrix3List Class Reference
Proxy of C++ Autodesk::Max::List<(Autodesk::Max::Matrix3,::Matrix3)> class
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def Append |
( |
|
self, |
|
|
|
args |
|
) |
| |
Append(Matrix3List self, Matrix3 x)
def Delete |
( |
|
self, |
|
|
|
args |
|
) |
| |
Delete(Matrix3List self, int n)
GetCount(Matrix3List self) -> int
def GetItem |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetItem(Matrix3List self, int n) -> Matrix3
def Insert |
( |
|
self, |
|
|
|
args |
|
) |
| |
Insert(Matrix3List self, Matrix3 x, int at)
def SetCount |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetCount(Matrix3List self, int n)
def SetItem |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetItem(Matrix3List self, int n, Matrix3 x)