chentao807 / pythonocc-core

An industrial strength 3D CAD python package, wrapper for the oce library

Home Page:http://www.pythonocc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Build Status Appveyor Build status Conda installer Join the chat at https://gitter.im/tpaviot/pythonocc-core

pythonocc-core

what is pythonocc?

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.17 (september 2016)

How to quicky download/install binaries ?

pythonocc provides precompiled conda packages. This will get you up and running in minutes whether you run win32/win64/linux64/osx64:

conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core

How to compile ?

You can of course build pythonocc-core by your own. Read the INSTALL.md instructions.

Online resources

We use the following online resources:

how do oce and pythonocc relate?

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.17, requires any of the OCE 0.17.x releases. Here, the Major version name of either OCE or pythonocc-core release is 0, the Minor version is 17 and the Patch version is (optionally) x. pythonocc-core can be built with any OCE version that has a corresponding Major and Minor version number. For example, pythonocc-core 0.17 can be built with OCE-0.17.1.

License

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.

About

An industrial strength 3D CAD python package, wrapper for the oce library

http://www.pythonocc.org

License:GNU Lesser General Public License v3.0


Languages

Language:Python 59.7%Language:C++ 18.3%Language:CMake 8.2%Language:JavaScript 7.3%Language:CSS 2.6%Language:PowerShell 1.3%Language:Batchfile 1.3%Language:Shell 1.1%