Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

liyulun/pythonocc-generator

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 the SWIG (http://www.swig.org), Simple Wrapper Interface Generator, from a set of '.i' SWIG files.

pythonocc-generator is the pythonocc subproject dedicated to automatic SWIG '.i' files generator from OCE C++ header files. It relies on CppHeaderParser (https://bitbucket.org/senex/cppheaderparser) to 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 developements?

cd pythonocc-generator
git pull

How to use ?

Edit/Modify the wrapper-generator.conf file then

cd src
python generate_wrapper.py

Requirements

You need OCE (http://github.com/tpaviot/oce) release 0.16.0 or 0.16.1 headers.

All .i SWIG files are created and copied to the generated_swig_files path defined in the wrapper-generator.conf

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

 
 
 

Contributors

Languages

  • Python 78.8%
  • HTML 19.0%
  • C++ 2.0%
  • Makefile 0.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.