It would be cool to list, which objects, layers or blocks take the most space in Rhino files.
“purge” command helps a lot when cleaning large files, but in more developed models it takes time to find, which parts of the model bloat it. They may be hidden in layers or block definitions.
The Audit3dmFile command in Rhino builds a list of everything in the file including how many bytes each element uses.
Parsing the list can be a bit of a chore, but that has the detail I think you’re looking for.
Hello - @Daniel_Krajnik you can try this script - it counts down number you ask for, starting from the largest, using Rhino’s ‘memory estimate’ for the run-time memory use, not the size on disk.