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