Anytime I attach any of the files,
Facade file + Structure file = Memory runs out
Facade file + Interiors and Walls = Memory runs out
Structure file + Interiors and Walls = Memory runs out
Interior Walls + Facade File + Roof File = Works perfectly
However, any combination with the structure file and Rhino runs out of memory and Crashes.
Specifically, the structure file to the Facade file, in a work session. Rhino runs out of memory.
Or as an externally referenced block, it runs out of memory.
I tried, referencing the geometry in grasshopper, so I could at least get a reduced version of the file. So I could open it in any of the other files. But It also runs out of memory.then the screen goes black for a sec then Rhino exits.
I need to have all three files in one master file (work session), eventually for final renders and, to generate architectural drawings, but I just need the facade file (3MB) and structure file(as reference) together to work on something right now.
This is posing a significant challenge.
I would be very grateful if I could get a fix, to put all the files together in one working Master model. Without Rhino/Computer running out of memory.
Does the behavior of these two files change after you clear all meshes, save, and attach the files to a file in which all viewports are in wirefame display mode?
I need the Structure file to work, most importantly.
All other files can be attached, without running out of memory.
Rhino runs smoothly, with all other files attached(without structure file), in wireframe mode.
Hello - so, before, the same files did not run cleanly, now they do, correct? - that suggests that creating meshes may be running into difficulties. I would open the large file and see if SelBadObjects finds anything. If so, hide (or fix) these objects, ClearAllMeshes, Save and attach the file to a session of Rhino in which all viewports are wireframe.
Hello - yeah, I can imagine it may be slow - lets try one more thing - SaveAs the large file to a new name and in the save dialog, check ‘SaveSmall’. Then attach that file to a wireframe-only file… does it work at all without the meshes?
AutoSave, then open the resulting autosaved file and rename it - make sure that none of the views are shaded. Attach that file. My theory of the moment is that Rhino is running Windows out of memory in the process of creating render meshes - I could be completely wrong, but my suggestions are an attempt to see if that is correct.
(Autosave may be a lot faster than a save.)