Merge pull request #302 from jdegenstein/dev-1

Update introductory_examples.rst
This commit is contained in:
Roger Maitland 2023-08-18 07:52:40 -04:00 committed by GitHub
commit cdd81ba224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,7 +264,7 @@ create the final profile.
This example introduces multiple useful and important concepts. Firstly :meth:`~operations_generic.chamfer`
and :meth:`~operations_generic.fillet` can be used to "bevel" and "round" edges respectively. Secondly,
these two methods require an edge or a list of edges to operate on. To select all
edges, you could simply pass in ``*ex9.edges()`` (the star ``*`` operator unpacks the list).
edges, you could simply pass in ``ex9.edges()``.
.. image:: assets/general_ex9.svg
:align: center