https://github.com/tpaviot/pythonocc
3D CAD/CAM package for python
https://github.com/tpaviot/pythonocc
Last synced: 10 months ago
JSON representation
3D CAD/CAM package for python
- Host: GitHub
- URL: https://github.com/tpaviot/pythonocc
- Owner: tpaviot
- Created: 2011-08-09T12:00:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T14:07:41.000Z (over 8 years ago)
- Last Synced: 2025-05-19T18:11:25.746Z (about 1 year ago)
- Homepage: http://www.pythonocc.org
- Size: 106 MB
- Stars: 428
- Watchers: 49
- Forks: 70
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pythonOCC portal
================
#### Get ready for agile CAD development ####
pythonOCC is a 3D CAD/CAE/PLM development framework for the Python programming language. It provides features such as advanced topological and geometrical operations, data exchange (STEP, IGES, STL import/export), GUI based visualization (wx, Qt), jupyter notebook rendering.
pythonOCC is built upon free and open source 3D CAD kernel [OCE project](https://github.com/tpaviot/oce/).
We use the following online resources:
* Homepage
http://www.pythonocc.org
* Mailing list
http://groups.google.com/group/pythonocc/about
* twitter
https://twitter.com/pythonocc
Subprojects and related repositories
====================================
The pythonocc project has been splitted over different repositories.
[pythonocc-core](https://github.com/tpaviot/pythonocc-core)
----------------
The basis of pythonocc is a python wrapper for the [oce C++ library](https://github.com/tpaviot/oce), aka pythonocc-core. 100% pure Python module are also availble for topology and geometry process, visualization. SWIG is used to generate the C++
to python bridge.
[pythonocc-generator](https://github.com/tpaviot/pythonocc-generator)
---------------------
A set of python scripts that generate, from oce C++ headers, the SWIG files required by the pythonocc-core project.
[pythonocc-documentation](https://github.com/tpaviot/pythonocc-documentation)
-------------------------
The place where all the documentation takes place (API doc, user guides, tutorials).
[pythonocc-binderhub](https://github.com/tpaviot/pythonocc-binderhub)
---------------------
A docker image file that can be launched online thanks to the myBinder.org service.
[pythonocc-demos](https://github.com/tpaviot/pythonocc-demos)
-----------------
Some demos/examples/code snippets.