Author Topic: Problem exporting to .iges and .step  (Read 452 times)

Galvax

  • Newbie
  • *
  • Posts: 2
Problem exporting to .iges and .step
« on: January 12, 2012, 01:26:49 PM »
I'm trying to figure out a way to convert my SketchUP drawings to either .iges or .step formats. I can import my SketchUP files just fine, but trying to save them as .step produces an error:

Failed to save (file address).STEP: No solid objects found.

I can produce a .iges file, but I only get a small partial of my model and a bunch of intersecting random lines.

thebrian

  • Administrator
  • Master of the Universe
  • *****
  • Posts: 1591
Re: Problem exporting to .iges and .step
« Reply #1 on: January 13, 2012, 11:51:11 AM »
Hmm - well a couple of things are going to be an issue here. DC's STEP filter works only with solids. Which is the primary use for STEP files.
DC uses ACIS as the basis for exporting the data so all exported objects must be ACIS solids.

IGES is a bit more complex. While it also ACIS a basis it, it will export surfaces and 2D elements. However all surfaces are converted to solids.

Unfortunately, since SKPs are composed entirely of surfaces and edges the do not translate well into either without severe modification. You really need a 3D application that can deal with 3D meshes as its primary mode in other words a Sub-division modeling app.

Galvax

  • Newbie
  • *
  • Posts: 2
Re: Problem exporting to .iges and .step
« Reply #2 on: January 17, 2012, 06:00:18 AM »
What do you suggest?

thebrian

  • Administrator
  • Master of the Universe
  • *****
  • Posts: 1591
Re: Problem exporting to .iges and .step
« Reply #3 on: January 17, 2012, 08:55:51 AM »
I would try Blender first - it is free.