TVFace Class Reference

Class Description

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.
+ Inheritance diagram for TVFace:

Public Member Functions

def GetA
 
def GetB
 
def GetC
 
def GetItem
 
def SetA
 
def SetAt
 
def SetB
 
def SetC
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr
 

Public Attributes

 this
 

Static Public Attributes

tuple A = _swig_property(GetA, SetA)
 
tuple B = _swig_property(GetB, SetB)
 
tuple C = _swig_property(GetC, SetC)
 
tuple 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
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

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)