MeshTessFaces(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.MeshTessFaces(bpy_struct)¶ Collection of mesh faces
-
active¶ The active face for this mesh
Type: int in [-inf, inf], default 0
-
add(count=0)¶ add
Parameters: count (int in [0, inf], (optional)) – Count, Number of faces to add
-
Inherited Properties
Inherited Functions
References