Skip to content

Commit

Permalink
Merge pull request #4007 from stansu/patch-3
Browse files Browse the repository at this point in the history
fixing some typo
  • Loading branch information
vicdoval committed Apr 1, 2021
2 parents 68bfbaa + 4bacd8a commit 0a2e868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/nodes/solid/general_fuse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ parts, one application of "Solid General Fuse" will give you better performance
compared to many "Solid Boolean" applications.

To illustrate what exactly this node does, it's simpler to draw some 2D
pictures first. Let's say we have a circle (object number 0), a square (object
number 1) and a triangle (object number 2):
pictures first. Let's say we have a circle (object number 0), a triangle (object
number 1) and a square (object number 2):

.. image:: https://user-images.githubusercontent.com/284644/94195404-65079280-fecc-11ea-8ec7-73b8b357c063.png
(Figure 1)
Expand All @@ -47,8 +47,8 @@ and 1, i.e. we remove the intersection of the circle and the triangle:
.. image:: https://user-images.githubusercontent.com/284644/94196223-7f8e3b80-fecd-11ea-975e-b20b193f4e62.png
(Figure 3)

Or, let's leave only parts, for which the set of source objects is ``[0,1]``,
``[1,2]``, or ``[0,1,2]``:
Or, let's leave only parts, for which the set of source objects is ``[0,2]``,
``[0,1,2]``, and ``[1,2]``:

.. image:: https://user-images.githubusercontent.com/284644/94196342-a482ae80-fecd-11ea-91ef-6d564e325491.png
(Figure 4)
Expand Down

0 comments on commit 0a2e868

Please sign in to comment.