delete_object

compas_rhino.utilities.delete_object(guid, purge=None)[source]

Delete Rhino object.

Parameters
  • guid (GUID)

  • purge (None or bool, optional) – If None, the value of the global purge setting (compas_rhino.PURGE_ON_DELETE) will be used. If True, purge the object from history after deleting. If False, delete but don’t purge. Default is None.