• Stars
    star
    215
  • Rank 183,925 (Top 4 %)
  • Language
    Jupyter Notebook
  • Created almost 7 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Examples and demos for the pythonocc CAD package

Codacy Badge

Some pythonocc related code snippets, examples, jupter notebooks etc.

Requirements :

  • pythonocc-core 7.7.0
conda install -c conda-forge pythonocc-core=7.7.0
  • jupyter if you want to test the jupyter notebooks, as well as pythreejs.

Repository structure :

  • assets: 2D images, 3D modules in various formats. Used by the python scripts

  • examples: small python scripts that each describe a pythonocc feature

    $ cd examples  
    $ python core_helloworld.py
  • jupyter_notebook: a set of examples running pythonocc inside a jupyter notebook.
    $ cd jupyter_notebooks  
    $ jupyter notebook