Skip to content

Krande/pythonocc-generator

 
 

Repository files navigation

Build Status Codacy Badge

pythonocc-generator

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.

pythonocc is built using SWIG (http://www.swig.org) , Simple Wrapper Interface Generator, from a set of interface SWIG files.

pythonocc-generator is the pythonocc subproject dedicated to automatic SWIG interface files generation from Opencascade C++ header files. It relies on CppHeaderParser (https://github.com/robotpy/robotpy-cppheaderparser) to parse hxx headers and perform code generation.

How to create a local copy of the repository?

$ git clone git://github.com/tpaviot/pythonocc-generator.git

How to stay up to date with latest developments?

$ cd pythonocc-generator
$ git pull

How to use ?

Install required dependencies (cppheaderparsr, ply):

$ pip install -r requirements.txt

Edit/Modify the wrapper-generator.conf file then

$ cd src
$ python generate_wrapper.py

Requirements

The current developments target opencascade 7.7.0 (http://dev.opencascade.org).

License

You can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

About

SWIG wrapper generator for pythonocc from OCE source code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%