MeshPolygon(bpy_struct)#
base class — bpy_struct
- class bpy.types.MeshPolygon(bpy_struct)#
Polygon in a Mesh data-block
- area#
Read only area of this face
- Type:
float in [0, inf], default 0.0, (readonly)
- center#
Center of this face
- Type:
mathutils.Vector
of 3 items in [-inf, inf], default (0.0, 0.0, 0.0), (readonly)
- hide#
- Type:
boolean, default False
- index#
Index of this face
- Type:
int in [0, inf], default 0, (readonly)
- loop_start#
Index of the first loop of this face
- Type:
int in [0, inf], default 0
- loop_total#
Number of loops used by this face
- Type:
int in [0, inf], default 0, (readonly)
- material_index#
Material slot index of this face
- Type:
int in [0, inf], default 0
- normal#
Local space unit length normal vector for this face
- Type:
mathutils.Vector
of 3 items in [-1, 1], default (0.0, 0.0, 0.0), (readonly)
- select#
- Type:
boolean, default False
- use_freestyle_mark#
Face mark for Freestyle line rendering
- 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)
- flip()#
Invert winding of this face (flip its normal)
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type