docs(cheatsheet): add intersect to boolean operations (#1424)
This commit is contained in:
2
doc/_static/cadquery_cheatsheet.html
vendored
2
doc/_static/cadquery_cheatsheet.html
vendored
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user