| MaxPlus Python API Reference
    | 
 Inheritance diagram for TVFace:
 Inheritance diagram for TVFace:| Public Member Functions | |
| def | GetA (self) | 
| def | GetB (self) | 
| def | GetC (self) | 
| def | GetItem (self, *args) | 
| def | SetA (self, *args) | 
| def | SetAt (self, *args) | 
| def | SetB (self, *args) | 
| def | SetC (self, *args) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Public Attributes | |
| this | |
| Static Public Attributes | |
| A = _swig_property(GetA, SetA) | |
| B = _swig_property(GetB, SetB) | |
| C = _swig_property(GetC, SetC) | |
| 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') | |
This class maintains an array of three indices into a mesh texture vertex buffer. It is used for texture faces as well as vertex colors.
| def GetA | ( | self | ) | 
GetA(TVFace self) -> DWORD
| def GetB | ( | self | ) | 
GetB(TVFace self) -> DWORD
| def GetC | ( | self | ) | 
GetC(TVFace self) -> DWORD
| def GetItem | ( | self, | |
| * | args | ||
| ) | 
GetItem(TVFace self, int n) -> DWORD
| def SetA | ( | self, | |
| * | args | ||
| ) | 
SetA(TVFace self, DWORD a)
| def SetAt | ( | self, | |
| * | args | ||
| ) | 
SetAt(TVFace self, int n, DWORD v)
| def SetB | ( | self, | |
| * | args | ||
| ) | 
SetB(TVFace self, DWORD b)
| def SetC | ( | self, | |
| * | args | ||
| ) | 
SetC(TVFace self, DWORD c)