delete_objects
- compas_rhino.objects.delete_objects(guids, purge=None, redraw=True)[source]
Delete multiple Rhino objects.
- Parameters:
- guidslist[System.Guid]
Object identifiers.
- purgeNone or bool, optional
If None, the value of the global purge setting (
compas_rhino.PURGE_ON_DELETE
) will be used. If True, purge the objects from history after deleting. If False, delete but don’t purge.- redrawbool, optional
If True, redrawing will be enabled and enacted. If False, redrawing will be disabled.
- Returns:
- None