MeshTessFace(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.MeshTessFace(bpy_struct)¶ TessFace in a Mesh data-block
-
area¶ Read only area of this face
Type: float in [0, inf], default 0.0, (readonly)
-
hide¶ Type: boolean, default False
-
index¶ Index of this face
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
-
split_normals¶ Local space unit length split normals vectors of the vertices of this face (must be computed beforehand using calc_normals_split or calc_tangents, and then calc_tessface)
Type: float multi-dimensional array of 4 * 3 items in [-1, 1], default ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)), (readonly)
-
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)
-
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.Structsubclass
-
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
-
Inherited Properties
Inherited Functions
References