Examples and demos for the pythonocc CAD package
Last updated Jul 3, 2026
310
Stars
137
Forks
35
Issues
+1
Stars/day
Attention Score
78
Language breakdown
Jupyter Notebook 99.7%
Python 0.2%
GLSL 0.1%
Shell 0.0%
▸ Files
click to expand
README
Some pythonocc related code snippets, examples, jupter notebooks etc.
Requirements :
- pythonocc-core 7.8.1
conda install -c conda-forge pythonocc-core=7.8.1</code></pre>
- 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
🔗 More in this category