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