Is there a package or addon that can convert 3DS files to Solidworks?
J, The 3DS file format describes geometric objects with polygon meshes. Since there is no surface or solid data,3DS files can not (as you know) be used in SolidWorks without conversion - with the exception of STL translation. I'm not familiar with the file format writing options provided by 3D Studio; however, I think STL output (if available) is the only one which SolidWorks can use to import the polygons directly. Unfortunately, the imported result is ONLY a graphic representation of the object(s) in the 3DS file and they can not be edited or even rendered in SolidWorks. Rhino3D can import the 3DS file format and provides tools for converting Polygon meshes to Polysurfaces using the MeshToNurbs command. After such conversion, the Polysurface(s) can be exported via IGES, etc. and then read into SolidWorks. Keep in mind that the surfaces will appear with facets and, in order to develop solid objects in SolidWorks, it may be necessary to use Import Diagnosis and/or to manually patch and stitch them together. Per O. Hoel ____________