How can i make my rhino files smaller, tried using Purge command, tried save small, it is working but not making the file reasonably smaller. is there anything can be done?
the thing i would describe my file is, it is not having any meshes, but there are lot of same kind of elements, i.e. Mullions. which are polysurfaces and are making the file much larger. is there any solution over this?.
tried making block, didn’t work that.
is there anything exists as such that, i could make the surfaces as a Proxy thing, via any plugin or any Grasshopper script please let me know if you have any suggestions.
Hi -
When objects are shaded / rendered, display meshes are created for those objects.
You could try to either change the document-global mesh settings (Document Properties -> Mesh
), or the render mesh settings for those individual objects.
If you don’t need to modify those objects anymore, you could extract their render meshes, and join those into a single mesh. Then either delete / export the NURBS versions of those objects, or clear the display meshes and put the NURBS versions on a layer that is hidden.
-wim