Skip to content

unitycoder/pythonocc-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,067 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis Build Status Appveyor Build status Conda installer Downloads Badge Language grade: Python Codacy Badge Join the chat at https://gitter.im/tpaviot/pythonocc-core

pythonocc-core

About

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.0 (december 2019)

Build from source

Read the INSTALL.md instructions where you find compilation instructions for all platforms.

Download/install binaries for Linux/OSX/Windows

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/label/dev pythonocc-core==7.4.0beta

Just replace "3.7" with the python version you target.

Other pythonocc related resources

Online resources for development

We use the following online resources:

pythonocc, oce and opencascade dependencies

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.

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

Python package for 3D CAD/BIM/PLM/CAM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SWIG 80.8%
  • Python 17.0%
  • C++ 2.0%
  • CMake 0.1%
  • HTML 0.1%
  • C 0.0%