You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/examples.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -824,10 +824,9 @@ The Classic OCC Bottle
824
824
----------------------
825
825
826
826
CadQuery is based on the OpenCascade.org (OCC) modeling Kernel. Those who are familiar with OCC know about the
827
-
famous 'bottle' example. http://www.opencascade.org/org/gettingstarted/appli/
827
+
famous 'bottle' example. `The bottle example in the OCCT online documentation <https://old.opencascade.com/doc/occt-7.5.0/overview/html/occt__tutorial.html>`_.
A pythonOCC version is listed `here <https://github.com/tpaviot/pythonocc-demos/blob/f3ea9b4f65a9dff482be04b153d4ce5ec2430e13/examples/core_classic_occ_bottle.py>`_.
831
830
832
831
Of course one difference between this sample and the OCC version is the length. This sample is one of the longer
833
832
ones at 13 lines, but that's very short compared to the pythonOCC version, which is 10x longer!
0 commit comments