Skip to content

FreeCAD python scripts for create surrogate data

License

Notifications You must be signed in to change notification settings

valtron/freecad-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeCAD scripts

Usage with a docker container

  • Download and run the container with docker run --pull always --rm -p 8888:8888 symbench/freecad-scripts.
  • Connect to the jupyter server within the container using your browser at https://127.0.0.1:8888/?token...
  • Look at the models/pv_example.ipynb example on how to use the freecad_scripts library.

Usage on your local machine

  • Make sure that you have the freecad-python3 (version 0.19) and gmsh packages installed. On ubuntu 21.04 you would run the command sudo apt-get install freecad-python3 gmsh.
  • Clone the freecad_scripts repository and install it with pip3 install -e .. This will allow you to update the code (e.g. with git pull) without reinstallation.
  • Use freecad-scripts --help to list the supported subcommands.

Creating the docker image (only for maintainers)

About

FreeCAD python scripts for create surrogate data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Dockerfile 2.0%