purge_objects
- compas_rhino.utilities.purge_objects(guids, redraw=True)[source]
Purge objects from memory.
- Parameters
guids (list[System.Guid]) – Object identifiers.
redraw (bool, optional) – If True, redrawing will be enabled and enacted. If False, redrawing will be disabled.
- Returns
None