MeshPolygon(bpy_struct)

base class — bpy_struct

class bpy.types.MeshPolygon(bpy_struct)

Polygon 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)
loop_start
Type :int in [0, inf], default 0
loop_total
Type :int in [0, inf], default 0
material_index
Type :int in [0, 32767], default 0
normal

Local space unit length normal vector for this polygon

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 3 items in [0, inf], default (0, 0, 0)
edge_keys

(readonly)

loop_indices

(readonly)

Inherited Properties

Inherited Functions

References

Previous topic

MeshLoops(bpy_struct)

Next topic

MeshPolygons(bpy_struct)