Package pymeshio :: Package mqo :: Class Face
[hide private]
[frames] | no frames]

Class Face

source code

object --+
         |
        Face

mqo face

Attributes:
index_count: 2 or 3 or 4 indices: index x index_count material_index: col: vertex_color x index_count uv: Vector2 x index_count
Instance Methods [hide private]
 
__init__(self, index_count, line)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getIndex(self, i) source code
 
getUV(self, i) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  col
  index_count
  indices
  material_index
  uv

Inherited from object: __class__

Method Details [hide private]

__init__(self, index_count, line)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)