Skip to content

Commit

Permalink
Update doc/sketch.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Wright <[email protected]>
  • Loading branch information
adam-urbanczyk and jmwright authored Nov 19, 2021
1 parent 713bc41 commit e7bc699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sketch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class does not implement history and all modifications happen in-place.
Modes
^^^^^

Every operation from the face API accepts a mode parameter to defines how to combine the created object with existing ones. It can be fused (``mode='a'``), cut (``mode='s'``), intersected (``mode='i'``) or just stored for construction (``mode='c'``). In the last case, it is mandatory to specify a ``tag`` in order to be able to refer to the object later on. By default faces are fused together. Note the usage of the subtractive and additive modes in the example above. The additional two are demonstrated below.
Every operation from the face API accepts a mode parameter to define how to combine the created object with existing ones. It can be fused (``mode='a'``), cut (``mode='s'``), intersected (``mode='i'``) or just stored for construction (``mode='c'``). In the last case, it is mandatory to specify a ``tag`` in order to be able to refer to the object later on. By default faces are fused together. Note the usage of the subtractive and additive modes in the example above. The additional two are demonstrated below.

.. cadquery::
:height: 600px
Expand Down

0 comments on commit e7bc699

Please sign in to comment.