MaxPlus Python API Reference
TVFace Class Reference
+ 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')
 

Detailed 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.

Member Function Documentation

◆ GetA()

def GetA (   self)
GetA(TVFace self) -> DWORD

◆ GetB()

def GetB (   self)
GetB(TVFace self) -> DWORD

◆ GetC()

def GetC (   self)
GetC(TVFace self) -> DWORD

◆ GetItem()

def GetItem (   self,
args 
)
GetItem(TVFace self, int n) -> DWORD

◆ SetA()

def SetA (   self,
args 
)
SetA(TVFace self, DWORD a)

◆ SetAt()

def SetAt (   self,
args 
)
SetAt(TVFace self, int n, DWORD v)

◆ SetB()

def SetB (   self,
args 
)
SetB(TVFace self, DWORD b)

◆ SetC()

def SetC (   self,
args 
)
SetC(TVFace self, DWORD c)