| MaxPlus Python API Reference
    | 
 Inheritance diagram for ISubMap:
 Inheritance diagram for ISubMap:| Public Member Functions | |
| def | GetMapSlotType (self, *args) | 
| def | GetNumSubTexmaps (self) | 
| def | GetRefTarget (self) | 
| def | GetSubTexmap (self, *args) | 
| def | GetSubTexmapSlotName (self, *args) | 
| def | GetSubTexmapTVName (self, *args) | 
| def | IsSubTexmapOn (self, *args) | 
| def | SetSubTexmap (self, *args) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Static Public Attributes | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from Wrapper | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Provides access to the sub-textures of a MtlBase.
| def GetMapSlotType | ( | self, | |
| * | args | ||
| ) | 
GetMapSlotType(ISubMap self, int i) -> int
| def GetNumSubTexmaps | ( | self | ) | 
GetNumSubTexmaps(ISubMap self) -> int
| def GetRefTarget | ( | self | ) | 
GetRefTarget(ISubMap self) -> ReferenceTarget
| def GetSubTexmap | ( | self, | |
| * | args | ||
| ) | 
GetSubTexmap(ISubMap self, int i) -> Texmap
| def GetSubTexmapSlotName | ( | self, | |
| * | args | ||
| ) | 
GetSubTexmapSlotName(ISubMap self, int i) -> WStr
| def GetSubTexmapTVName | ( | self, | |
| * | args | ||
| ) | 
GetSubTexmapTVName(ISubMap self, int i) -> WStr
| def IsSubTexmapOn | ( | self, | |
| * | args | ||
| ) | 
IsSubTexmapOn(ISubMap self, int i) -> bool
| def SetSubTexmap | ( | self, | |
| * | args | ||
| ) | 
SetSubTexmap(ISubMap self, int i, Texmap m)