docs(cheatsheet): add intersect to boolean operations (#1424)

This commit is contained in:
nobkd
2023-10-22 21:43:38 +02:00
committed by GitHub
parent 17846d631e
commit 4974df1d29

View File

@ -159,7 +159,7 @@
<td><a target="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.shell">shell</a><br><small>(thickness)</small></td>
</tr>
<tr>
<td rowspan="2"><small>^ quickly perform ^ <br> +/- boolean ops with<br><span style="white-space: nowrap;">(..., combine="a/s")</span><br>or use <a target="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.union">union</a>/<a target="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.cut">cut</a>(shape)</small></td>
<td rowspan="2"><small>^ quickly perform ^ <br> +/-/& boolean ops with<br><span style="white-space: nowrap;">(..., combine="a/s/i")</span><br>or use <a target="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.union">union</a>/<a target="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.cut">cut</a>/<a target="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.intersect">intersect</a>(shape)</small></td>
<td rowspan="1"></td>
<td><a target="_blank" href="https://cadquery.readthedocs.io/en/latest/classreference.html#cadquery.Workplane.fillet">fillet</a><br><small>(radius)</small></td>
</tr>