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