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