Skip to content

cheezebreeze/ImportNURBS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImportNURBS

Add Import of 3DM files to FreeCAD

Requirements

  • rhino3dm - Open Python Rhino 3dm library - Which seems to require Python 3.7

Installation - Add on Manager

  • The workbench is available via the FreeCAD AddonManager
  • However users may have to install rhino3dm depending on OS.
  • One suggestion
    • Start FreeCAD

    • In python console

      • import sys
      • print(sys.path)
    • Select one the the directories listed

      pip3 install rhino3dm -t [directory path]

    • restart FreeCAD

Alternate Installation ( Linux )

Sample Rhino files

Can be downloaded from https://www.rhino3d.com/download/opennurbs/6/opennurbs6samples

Acknowledgements

  • Icon design by Freepik
  • 3dm testCases kindly supplied by Jonne Neva (cheezebreeze)

Developers

  • Chris Grellier
  • Keith Sloan

About

Add Import of 3DM files to FreeCAD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%