Skip to content

Commit

Permalink
Update doc/primer.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Boyd <mwb@geosol.com.au>
  • Loading branch information
Jojain and marcus7070 authored Nov 13, 2021
1 parent 53e84fd commit f4fef66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/primer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The OCCT API
~~~~~~~~~~~~~~~~~~~~~~

Finally we are discussing about the OCCT API. The OCCT API is the lowest level of CadQuery. The direct API is built upon the OCCT API, where the OCCT API in CadQuery is available through OCP.
OCP are the Python bindings of the OCCT C++ libraries CadQuery uses. This means you have access to all the OCCT C++ libraries in Python and in CadQuery.
OCP are the Python bindings of the OCCT C++ libraries CadQuery uses. This means you have access to (almost) all the OCCT C++ libraries in Python and in CadQuery.
Working with the OCCT API will give you the maximum flexibility and control over you designs, it is however very verbose and difficult to use. You will need to have a strong
knowledge of the different C++ libraries to be able to achieve what you want. To obtain this knowledge the most obvious ways are :

Expand Down

0 comments on commit f4fef66

Please sign in to comment.