Hi,
I am interested in giving the layer wise memory estimate to the user.
I can see that in RhinoCommon, MemoryEstimate is a method on a RhinoObject. Using it requires that I iterate through the objects in the document which could take a while.
Is there any way to do this asynchronously with thread safety?
Note: per this, even reading the document objects on a background thread does not really guarantee thread safety.