pythonocc is a python package 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 7.4.0rc1 (december 2019)
Read the INSTALL.md instructions where you find compilation instructions for all platforms.
pythonocc provides precompiled conda packages (they depend on third part libraries made available from the dlr-sc and conda-forge conda channels) for python 3.5, 3.6 and 3.7. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for python 3.7:
# first create an environment
conda create --name=whatever-name python=3.7
source activate whatever-name
conda install -c dlr-sc -c pythonocc pythonocc-core=7.4.0rc1
Conda packages are provided for python 3.6 and 3.7.
-
Demos: python examples, as well as jupyter notebooks https://github.com/tpaviot/pythonocc-demos
-
Docker, binderhub: docker and online jupyter notebooks https://github.com/tpaviot/pythonocc-binderhub
-
Documentation: https://github.com/tpaviot/pythonocc-documentation
We use the following online resources:
-
Homepage: http://www.pythonocc.org
-
Mailing list: http://groups.google.com/group/pythonocc
-
Twitter : https://twitter.com/pythonocc
-
LGTM code quality review: https://lgtm.com/projects/g/tpaviot/honocc-core/
-
Codacy quality checker: https://app.codacy.com/app/tpaviot/pythonocc-core
From release 7.4.0, pythonocc-core depends on the official OpenCascade-7.4.0 library (https://dev.opencascade.org)
Former releases rely on oce (OpenCascade Community Edition), available at
oce C++ library / CAD kernel.
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.