MeshFace(bpy_struct)

base class — bpy_struct

class bpy.types.MeshFace(bpy_struct)

Face in a Mesh datablock

area

read only area of the face

Type :float in [0, inf], default 0.0, (readonly)
hide
Type :boolean, default False
index

Index number of the vertex

Type :int in [0, inf], default 0, (readonly)
material_index
Type :int in [0, 32767], default 0
normal

local space unit length normal vector for this face

Type :float array of 3 items in [-1, 1], default (0.0, 0.0, 0.0), (readonly)
select
Type :boolean, default False
use_smooth
Type :boolean, default False
vertices

Vertex indices

Type :int array of 4 items in [0, inf], default (0, 0, 0, 0)
vertices_raw

Fixed size vertex indices array

Type :int array of 4 items in [0, inf], default (0, 0, 0, 0)
center

The midpoint of the face. (readonly)

edge_keys

(readonly)

Inherited Properties

Inherited Functions

References

Previous topic

MeshEdges(bpy_struct)

Next topic

MeshFaces(bpy_struct)