Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpaviot/pythonocc-demos
Examples and demos for the pythonocc CAD package
https://github.com/tpaviot/pythonocc-demos
3d cad demos jupyter jupyter-notebook python-script pythonocc
Last synced: 11 days ago
JSON representation
Examples and demos for the pythonocc CAD package
- Host: GitHub
- URL: https://github.com/tpaviot/pythonocc-demos
- Owner: tpaviot
- Created: 2018-01-31T14:23:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T11:47:22.000Z (5 months ago)
- Last Synced: 2024-10-15T20:23:49.840Z (28 days ago)
- Topics: 3d, cad, demos, jupyter, jupyter-notebook, python-script, pythonocc
- Language: Jupyter Notebook
- Homepage:
- Size: 95.9 MB
- Stars: 225
- Watchers: 21
- Forks: 118
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/6a7ad7d29ff44acea40ef5f130249557)](https://www.codacy.com/gh/tpaviot/pythonocc-demos/dashboard?utm_source=github.com&utm_medium=referral&utm_content=tpaviot/pythonocc-demos&utm_campaign=Badge_Grade)
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
````* 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
```