mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Merge pull request #302 from jdegenstein/dev-1
Update introductory_examples.rst
This commit is contained in:
commit
cdd81ba224
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue