pythonocc is a python library whose purpose is to provide 3D modeling features. It is intended to developers who aim at developing CAD/PDM/PLM applications.
Latest release : pythonocc-core 0.16.4 (april 2016)
pythonocc provides precompiled conda packages. This will get you up & running in minutes whether you run win32/win64/linux64/osx64:
conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core
You can of course build pythonocc-core by your own. Read the INSTALL.md instructions.
We use the following online resources:
- Homepage http://www.pythonocc.org
- Sources https://github.com/tpaviot/pythonocc-core
- API documentation http://api.pythonocc.org
- Bug tracker https://github.com/tpaviot/pythonocc-core/issues
- Mailing list http://groups.google.com/group/pythonocc/about
- Travic-CI https://travis-ci.org/tpaviot/pythonocc-core
- twitter https://twitter.com/pythonocc
The basis of pythonocc is python wrapper for the [oce C++ library / CAD kernel] (https://github.com/tpaviot/oce), aka pythonocc-core. pythonocc-core version number correspond to oce library releases its wrapping.
For example; the current pythonocc-core release, 0.16.x, requires OCE 0.16.x release. Here, the Major version name of either OCE or pythonocc-core release is 0, the Minor version is 16 and the Patch version is x. pythonocc-core can be built with any OCE version that has a corresponding Major and Minor version number. That is pythonocc-core 0.16.0 can be built with OCE 0.16.1 and visa versa.
You can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.