SurfaceObject.draw
- SurfaceObject.draw(color=None, collection=None)[source]
- Draw the surface. - Parameters:
- colortuple[float, float, float] | tuple[int, int, int] | compas.colors.Color, optional
- The RGB color of the surface. 
- collectionstr, optional
- The name of the Blender scene collection containing the created object(s). 
 
- colortuple[float, float, float] | tuple[int, int, int] | 
- Returns:
- list[bpy.types.Object]
- The objects created in Blender.