Export Curves from Rhino to SKP?

I’ve been working on some parametric patterning for planar surfaces in Rhino to be imported into a larger Sketchup model being developed by several coworkers simultaneously. My plan was to generate all the patterning geometry in Rhino as just a bunch of circles sized from image maps via Grasshopper, then export it to a SKP file and insert it into the master SKP model.

However, when I try the export function to a SKP file from Rhino, the result is an empty 6KB file (which should contain about 120,000 little circles). Zip. Zilch. Nada. Not even little faceted lines. Just nothing at all.

I’ve been scouring the interwebs for a solution to this and have been unable to find one. Anybody have any advice? Why won’t rhino export lines and curves to SKP? Is there another way to get those circles into SKP or have I just wasted a day of effort?

This looks wrong to me- the process appears to accept curves but in fact does nothing with them as far as I can see.

http://mcneel.myjetbrains.com/youtrack/issue/RH-31138

thanks,

-Pascal

dwg format saved from Rhino should let you import curves into skp.

hth,

jarek

fwiw @pascal …on mac:

rhino:


exported file info: (566kb)


sketchup:

yeah… apparently we’re waiting for the Windows features to be on a par with Rhino for Mac… =0

-Pascal

1 Like

As a follow-up, I did the 3DM > DWG > SKP route. This worked, but required a substantial amount of tweaking as follows:

The DWG files exported from Rhino could not be directly imported into SKP. They came in all wonky when they came in at all: geometry reoriented in different directions and other weirdness. Also many problems with non-closed curves.

Opening the DWG exports in AutoCAD and resaving them fixed that problem. Those resaved files import to Sketchup fine. However, Sketchup faceted all the curves with 96 segments each, something which I could not reset on either the DWG or SKP side. This multiplied the geometry so crazily that the resulting SKP file was 1.4GB. Not good.

The workaround was for me to go back into Rhino and use Grasshopper to divide all those curves/circles and then redraw them as closed polylines, essentially doing the SKP faceting by hand so it would turn out the way I wanted it to. It was a kludge, but it worked. All the circles were converted to 12-sided polygons, exported as polylines to DWG. Opening them in AutoCAD, I discovered that my closed plines had all been re-opened as part of the export, so I closed them all manually there and resaved.

Importing these files into Sketchup, I noticed two things:

  1. the reduction facet geometry dramatically reduced the file size (Yay!)
  2. The closed polylines are all exploded as individual segments (Boo!)
  3. The circle patterns I had done building wall face as groups in Rhino are all now reoriented in weird directions in Sketchup, despite being correct in AutoCAD (WTF?)

The exploded plines thing is a pain, but not a deal killer. The geometry reorientation thing is bizarre, but I can fix it since the circle/polygons have retained their relative orientation to one other by wall face, even if they don’t even remotely line up with the wall orientations any more.

So, that’s the rest … of the story.

You can set the tessellation of the circles in Rhino with Convert, or in the DWG export scheme options.

-Pascal