I have a complex assembly that I want to make a 3d printed mockup from. I don't want to have the 3d printer wasting tons of time and filament drawing in every shaft, bearing etc..
Is there a way to make the entire assembly into a single solid (or better still a hollow shell)?
Drawing is here
EDIT:
Attempts so far -
extracted model to STL and passed it to http://www.cadspan.com/ - but UI is confusing and I can't see how to download the shrink-wrapped model
extracted stl and imported it into OpenSCAD - used difference function to "scoop out" the insides (specifically the heat exchanger, bearings and bolts) - render to stl - this was the first one to drop below 1kg of filament - I think there is something better, but this is what I went with 865g, 3+ days of printing :) lets hope no errors
The traditional way of creating simplified models for prototypes or simulations, will require you to create a new configuration, and supressing the things you want to skip; this is however a time-consuming operation (but sometimes needed).
today we can use either 'Simplify', or 'Defeature' from within Solidworks. The end-result will be somewhat similar to 1. but the system will handle the suppression of components & features, and create derived configurations for you.(based on a size criteria you set up)
Manually saving the Assembly as a part-file, will allow you to select 'Surfaces-only' and will result in and empty shell of all the geometry. The one caveat here is; that any internal parts that has surfaces in the assembly, will still have surfaces after saving it (the system cannot differentiate between inner/outer surfaces)
Edit