mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
build_part.rst -> Fix code reference for tea_cup example
This commit is contained in:
parent
1d3de5ca69
commit
20044572fa
1 changed files with 3 additions and 2 deletions
|
|
@ -52,8 +52,9 @@ This tea cup example uses implicit parameters - note the :func:`~operations_gene
|
|||
operation on the last line:
|
||||
|
||||
.. literalinclude:: ../examples/tea_cup.py
|
||||
:lines: 25-74
|
||||
:emphasize-lines: 50
|
||||
:start-after: [Code]
|
||||
:end-before: [End]
|
||||
:emphasize-lines: 52
|
||||
|
||||
:func:`~operations_generic.sweep` requires a 2D cross section - ``handle_cross_section`` -
|
||||
and a path - ``handle_path`` - which are both passed implicitly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue