Skip to content

CadQuery/OCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5eb626d · May 26, 2020

History

90 Commits
May 24, 2020
Apr 13, 2020
May 26, 2020
Apr 13, 2020
Apr 30, 2020
Apr 22, 2020
Apr 25, 2020
Apr 26, 2020
May 26, 2020
Apr 28, 2020
Apr 28, 2020
May 26, 2020
Apr 27, 2020
Apr 28, 2020
Apr 27, 2020

Repository files navigation

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.