draw_mesh
-
compas_blender.utilities.
draw_mesh
(vertices: List[List[float]], faces: List[List[int]], name: str = 'mesh', color: Tuple[float, float, float] = (1.0, 1.0, 1.0), centroid: bool = True, collection: Union[str, bpy.types.Collection] = None, **kwargs) → bpy.types.Object[source] Draw a mesh object.