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