draw_surfaces

compas_blender.utilities.draw_surfaces(surfaces, collection=None)[source]

Draw surface objects.

Parameters
  • surfaces (list[dict]) – A list of dicts describing the surfaces.

  • collection (str | bpy.types.Collection, optional) – The Blender scene collection that should contain the objects created by this function.

Returns

list[bpy.types.Object]