I am sorry if this has been asked before, but I can’t sort this out.
I have a bunch of planar surfaces which touch each other, but are actually separate objects.
In SketchUp, objects that touch each other are automatically merged, unless each object is a group.
Is there a way to tick an option in the export menu so that each object stay as individual/grouped entity?
The other workaround would be to convert every object in my Rhino scene to an individual block, which is not ideal. These would come up as components inside Sketchup instead of groups.
The other alternative is exporting as dxf from Rhino, with solids option, this does retain the individual objects, but instead of being a single polygon which can be extruded, they are made of many faces…
Basically I am needed the standard sketchup export but with the option to retain individual objects.
Edit: I just tried making a block out each of my 5000 curves with GH and I had to cancel it because it was taking about 2 seconds for each curve.
If surface edges are coincident within the modeling tolerance, you would Join them into a polysurface.
Block and Group are not going to help.
Explode is the opposit of Join in Rhino.
It’s a fool’s errand to compare SketchUp and Rhino.
They are intended for very different purposes.
SketchUp is a Mesh based file.
Rhino uses NURBS Surfaces.
SketchUp is intended to quickly make realistic images of objects to sell an idea.
Rhino is intended for building smooth, accurate models that are ready for manufacturing.
When you export Polysurfaces to SKP, the resulting mesh facets are joined so you have the objects you expect in SketchUp.
You can also import the SKP file right back into Rhino to check you are getting exported what you expect.
Thanks for the suggestion but sadly joining my geometry does not achieve the export I am looking for.
The polygons in SketchUp still get merged and you can’t move them individually.
So for instance if I want to move this polygon away from the rest, this happens.
I think that any process that involves converting to meshes will not work John.
Rhino’s Sketchup exporter has a very important option which makes planar faces a single polygon. This is because Sketchup support ngons.
When you convert to mesh, you lose the ngon. The result is a super heavy sketchup file and the face is destroyed intro triangles, so when you try to extrude you extrude triangles instead of faces.
I’m exporting a lot of geometry for sketchup and in most situations my preference are blocks.
In your case I think I’d try to script a conversion from a block to a group. Look up ruby scripting.
Ok, since I’m also interested in a solution to this problem, I played around a little bit and created a topic in the Sketchup Forum. Let’s see if someone is going to help us.
As my objects are all repetitive I was able to, with Gh, create 3 individual blocks and move/orient them where my objects are in Rhino.
After this I exported as normal to skp, with planar polygon option ticked.
Then inside SketchUp I could run a small line of code to make all blocks unique. There are also plug ins for this.
This only worked for me because I actually had 3 types of objects in my original Rhino file. Not sure why Elefront takes so long to define and bake 100+ different blocks.
Edit: here is the thread to make all components unique.