@ricardo.eira wrote:
Hello,
I have a simple c# function, this function make a Save every time that one object is “deselect”, the
command that I used is simple:RhinoApp.RunScript("_Save Path+name", false);
This work ok but,there is a litlle of delay, the script stop until finish the save, is just a few milisec but
make some diference on drawing work.I try run this script on Thread, but it’s still worse, the save time increases.
The size of the document is always very small, it does not exceed 10/15 objects, circles, rectangles etc., very small.
So, the question is, is there a more efficient way to save the project continuously?
Thanks
Posts: 1
Participants: 1