Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 814 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 814 Bytes

OCP

Build Status Anaconda-Server Badge

Python wrapper for OCCT7.4 generated using pywrap.

Goals

  • Provide thin bindings to OCCT.
  • Wrap all OCCT modules (if practical).
  • React quickly to new OCCT releases.
  • Cater primarily for the CadQuery project.

Non-goals

  • Provide additional functionality not present in OCCT

Installation

The easiest way to get started is to use conda:

conda install -c conda-forge -c cadquery ocp

Building from sources is also possible, for details take a look at azure-pipelines.yml.