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 (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

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)