draw_faces
- compas_blender.utilities.draw_faces(faces, collection=None)[source]
Draw polygonal faces.
- Parameters
faces (list[dict]) – A list of dicts describing the faces.
collection (str or bpy.types.Collection, optional) – The Blender scene collection that should contain the objects created by this function.
- Returns
list[bpy.types.Object]