Point4List Class Reference
Proxy of C++ Autodesk::Max::List<(Autodesk::Max::Point4,::Point4)> 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(Point4List self, Point4 x)
def Delete |
( |
|
self, |
|
|
|
args |
|
) |
| |
Delete(Point4List self, int n)
GetCount(Point4List self) -> int
def GetItem |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetItem(Point4List self, int n) -> Point4
def Insert |
( |
|
self, |
|
|
|
args |
|
) |
| |
Insert(Point4List self, Point4 x, int at)
def SetCount |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetCount(Point4List self, int n)
def SetItem |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetItem(Point4List self, int n, Point4 x)