Hi,
is there a way to pass the RhinoDoc object to an EventHandler? I know it is not generally advised to do document changes inside event handlers, but I think it is the best way to do what I want…however I am not sure what is the best way get the “doc” there…aside from calling RhinoDoc.ActiveDoc inside the Handler.
Thanks.