Detect if an object is deleted or created

Hi!
Is there a way to detect real object creation and destruction, avoiding the “fake” ones (i.e. happening during object transformation).
Thanks a lot!

Hi @software_comas,

Watch for the RhinoDoc.DeleteRhinoObject event. For an example of how to use this, review the SampleCsEventWatcher project, which is found in the developer sample repo in GitHub.

– Dale

Thanks a lot, Dale! :slight_smile: