Whats the best or no loss ways to export/ convert Sketchup Files to Solid Works and/ or other CAD formats?
For example whats a good way or file format to do so for people who use:
Solid Works (sending rough ideas of mine to someone for proper designing)
Fusion 360
Free CAD / Libre CAD
I’m new to the space and know folks in different maker groups who use different tools for different tasks.
I tend to explore libraries (esp Sketchup Warehouse) to find items of interest and then play with it - sometimes inside, or at times in one of the other ones based on community/ group preference.
Essentially being able to take “effort” from one format to another tool would help.
If you figure it out, please share. It’s one of our biggest hassle with the software. We have a product-development-team that works with Sketchup at lightning speed and we have a “sheet-metal”-construction team that works in Solidworks to make what we come up with happen. We are constantly struggeling to import/export between the two programms.
The best way we have figured out so far is:
From Sketchup to Solidoworks:
Export to DGW (3d) → import in SolidWorks
From SolidWorks to Sketchup
Export to Step
Import in Rhino
Export to DWG
Import in Sketchup
This has the best results in terms of geometry / components so that you can actually work with it in Sketchup. I tried a million other ways but always come back to this one.
I presume you are doing this as a hobby. Some of those applications will import SketchUp files.
If you need to export as @napperkt shows, you’ll need to use Sketchup Pro or at least SketchUp Go. The free web version won’t give you those export options.
SketchUp Make doesn’t export to DWG. It is a Pro feature.
What do you mean with “work”? I don’t use SolidWorks but if an object is not a solid in SketchUp it will not be a solid in the DWG export. How SolidWorks handles non-solids is a mystery to me.
Work - When 3D Model from Sketchup is exported as a 3D DWG - I was hoping to have it as is when importing in Solid Works. (as suggested by @napperkt )
When you say an object is not a solid in sketchup, what do you mean? Its an item I pulled from the 3D Warehouse.
Since you and I are not experts in Solid works I was hoping someone who has done the interchange between the two - who I tagged @napperkt might shed more light and detail out what they suggested and how it works out (in terms of steps) as I tried it and failed.
again, SketchUp is a polygon modeler with everything made of edges and facettes (aka mesh) even grouped ‘solids’… whereas a NURBS(pline) modeler as e.g. SWX deals with spline-based solids and surfaces… nothwing which can be simply converted by just saving/reading to/from a CAD data interchange format.
For converting the NURBS solids/surfaces from SWX you may want export them to the STEP format and use the ($) SimLab STEP importer plugin (trial avail.) for importing into SU Pro by converting them to facetted meshes… once fragmented the smooth, spline-based surfaces/solids are obviously gone, i.e. no way back to SWX.
A solid in SketchUp is a group or component where all edges connect to two faces, not more or less, and form a closed container. When exported to DWG these are converted into AutoCad solids.
A few years ago I used the stl format to get my 3d solid models from SketchUp into Solidworks if I remember correctly. Output from SketchUp was stl, maybe something in between was used as well - can’t say. It was a machine part and it needed to be very accurate. In SketchUp the measurements were scaled by 1000 just to be sure.
The people who continued the work in Solidworks had to make the whole design from scratch - only using the imported SketchUp-stl model as a reference. Under the hood these programs like Solidworks are totally different and use a much much higher precision for curved shapes etc (parametrics).
Architecture models mostly / only have straight lines so for going to 2d freecad / librecad I expect the dwg/dxf output from SketchUp is fine.
Same situation for me. We have a great time creating models in SketchUp, but the Sheet Metal guys use SolidWorks and have so far rejected both our dxf file and out STL file as inadequate.
I can send them the DGW I suppose, but I wonder why that would work and not dxf/stl.
As far as I know, SolidWorks stores everything in parametric data so it is very accurate. That way for instance, a circle is a perfect circle and not a segmented shape that resembles a circle.
No matter in which format you export your model from SketchUp, it will be a ‘flattened drawing’ that has no parametric data in it. Solidworks probably can read it (dxf/stl/dwg/step etc) but to them, it will be a ‘mess’ of just lines/shapes without any parametric data that they desire.
The only option they have it to just use the imported data for reference and redraw everything themselves in Solidworks again if they really need the parametric accuracy.
SolidWorks can import STEP files and convert it to a native SolidWorks format with ‘true’ circles and it’s parametric features (beveling, rounding, etc)
Circle and Arc information is preserved when exporting a 3D model to .dwg (and .dxf) from SketchUp. (Set camera to parallel, top view, export 3D model)
But, since IFC is basically a STEP file format, you might wanna try to export as IFC (2x3) and see if that format works for them.