Package bpy :: Module types :: Class MeshFace
[hide private]
[frames] | no frames]

Class MeshFace

The Mesh Face Object

Face in a Mesh datablock.

References

Instance Variables [hide private]
float (readonly) in [0, inf] area
read only area of the face
boolean hidden
Hidden
int (readonly) in [0, inf] index
Index number of the vertex.
int in [0, 32767] material_index
Material Index
float array of 3 items (readonly) in [-1, 1] normal
local space unit length normal vector for this face
boolean selected
Selected
boolean smooth
Smooth
int array of 4 items in [0, inf] verts
Vertex indices
int array of 4 items in [0, inf] verts_raw
Fixed size vertex indices array