It would be helpful to get an option for Rhino.AllObjects() to also return objects that are parts of block definitions in the document (to be included as an additional argument).
Unless it is already possible somehow, would be great if this could be added to the heap.
Hi Dale, yes, I am aware of it and using it for a workaround to scan all block names, gather their list of objects, join into one list and combine with Rhino.AllObjects. I was hoping it could be faster/cleaner to access ALL of document objects with one function, hence this request.
I doubt an additional option would make this significantly faster. And since you can already do what you want with a simple custom function, I don’t’ see any reason to modify the RhinoScript method.