Skip to content

FreeCAD python script to import an SVG and extrude paths to solids

Notifications You must be signed in to change notification settings

kefir-/SVG2Solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SVG2Solid.py is a script that reads an SVG file and extrudes all paths to the specified thickness. Usage:

  1. Open FreeCAD
  2. In the python console, paste the script
  3. In the python console, type in a call to extrudeSVG() with your SVG file and thickness, something like: extrudeSVG(u"/path/to/file/design.svg", 4)
  4. Edit the resulting objects as required.

Tested with FreeCAD 0.16.

About

FreeCAD python script to import an SVG and extrude paths to solids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages