I am starting to learn Rhino and really confused with simple problem. How do export a body in Rhino as solid mesh rather than just exporting the surfaces? I am exporting the selected as STL, when I check the STL it only has surface and inner part is not meshed.
Hello- if a mesh - or surface/polysurface or SubD - is closed, in Rhino, it is solid.
-Pascal
Thank you for your response. It looks solid in Rhino, I checked suing the clipping plane. But, still the STL file is just outer surfaces like the second picture.
Hi Nava - that is correct and normal expected behavior for stl - however printers will read the objects as solid if they are closed.
-Pascal
That’s what “solid” is in ALL 3D software, an enclosed volume. There is no math describing what’s inside. Except for voxels, but they’re also not really ‘solids’ but a cloud of points.
Thnak you very much. How about if I want to export the mesh for FEA, my models are self-intersecting sweeps. This causes problem when I try to import those files as STEP so I was trying to import as mesh.
Hi Nava - you may be able to use ShrinkWrap
in the V8 beta.
-Pascal
Thank you, I will try it.
This is great, it improved my model a lot. The mesh in self intersecting part look great. My last concern is how do I export the mesh (or other supported format like STEP or IGES) so that I can use it for FEA in Abaqus?