discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Importing files from McMasters-Carr

MH
Mark Harrison
Mon, Jun 8, 2020 6:10 PM

I recently found out that mcmaster.com has reference 3D models for many
of the parts they sell.  For example,

 https://www.mcmaster.com/97040A033

Is there a way, either directly or through another program, to
import any of these file types into OpenSCAD?

3-D EDRW
3-D IGES
3-D PDF
3-D SAT
3-D Solidworks
3-D STEP

I recently found out that mcmaster.com has reference 3D models for many of the parts they sell. For example, https://www.mcmaster.com/97040A033 Is there a way, either directly or through another program, to import any of these file types into OpenSCAD? 3-D EDRW 3-D IGES 3-D PDF 3-D SAT 3-D Solidworks 3-D STEP
DM
Doug Moen
Mon, Jun 8, 2020 6:47 PM

Try using FreeCAD to import the file, and export to a triangle mesh format like STL.

https://wiki.freecadweb.org/Import_Export

On Mon, Jun 8, 2020, at 2:10 PM, Mark Harrison wrote:

I recently found out that mcmaster.com has reference 3D models for many
of the parts they sell.  For example,

  https://www.mcmaster.com/97040A033

Is there a way, either directly or through another program, to
import any of these file types into OpenSCAD?

3-D EDRW
3-D IGES
3-D PDF
3-D SAT
3-D Solidworks
3-D STEP

OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Try using FreeCAD to import the file, and export to a triangle mesh format like STL. https://wiki.freecadweb.org/Import_Export On Mon, Jun 8, 2020, at 2:10 PM, Mark Harrison wrote: > I recently found out that mcmaster.com has reference 3D models for many > of the parts they sell. For example, > > https://www.mcmaster.com/97040A033 > > Is there a way, either directly or through another program, to > import any of these file types into OpenSCAD? > > 3-D EDRW > 3-D IGES > 3-D PDF > 3-D SAT > 3-D Solidworks > 3-D STEP > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
MB
Max Bond
Mon, Jun 8, 2020 8:58 PM

See also:

https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Importing_Geometry#import

On Mon, Jun 8, 2020 at 12:48 PM Doug Moen doug@moens.org wrote:

Try using FreeCAD to import the file, and export to a triangle mesh format
like STL.

https://wiki.freecadweb.org/Import_Export

On Mon, Jun 8, 2020, at 2:10 PM, Mark Harrison wrote:

I recently found out that mcmaster.com has reference 3D models for many
of the parts they sell.  For example,

  https://www.mcmaster.com/97040A033

Is there a way, either directly or through another program, to
import any of these file types into OpenSCAD?

3-D EDRW
3-D IGES
3-D PDF
3-D SAT
3-D Solidworks
3-D STEP

OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

See also: https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Importing_Geometry#import On Mon, Jun 8, 2020 at 12:48 PM Doug Moen <doug@moens.org> wrote: > Try using FreeCAD to import the file, and export to a triangle mesh format > like STL. > > https://wiki.freecadweb.org/Import_Export > > On Mon, Jun 8, 2020, at 2:10 PM, Mark Harrison wrote: > > I recently found out that mcmaster.com has reference 3D models for many > > of the parts they sell. For example, > > > > https://www.mcmaster.com/97040A033 > > > > Is there a way, either directly or through another program, to > > import any of these file types into OpenSCAD? > > > > 3-D EDRW > > 3-D IGES > > 3-D PDF > > 3-D SAT > > 3-D Solidworks > > 3-D STEP > > > > _______________________________________________ > > OpenSCAD mailing list > > Discuss@lists.openscad.org > > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >