mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Refactored sweep to generate faces within a sketch
This commit is contained in:
parent
709e67cbc5
commit
c858b10e8b
11 changed files with 248 additions and 205 deletions
|
|
@ -435,7 +435,7 @@ consuming, and more difficult to maintain.
|
|||
|
||||
* **Builder mode**
|
||||
|
||||
The :meth:`~operations_part.sweep` method takes any pending faces and sweeps them through the provided
|
||||
The :meth:`~operations_generic.sweep` method takes any pending faces and sweeps them through the provided
|
||||
path (in this case the path is taken from the pending edges from ``ex14_ln``).
|
||||
:meth:`~operations_part.revolve` requires a single connected wire. The pending faces must lie on the
|
||||
path.
|
||||
|
|
@ -446,7 +446,7 @@ consuming, and more difficult to maintain.
|
|||
|
||||
* **Algebra mode**
|
||||
|
||||
The :meth:`~operations_part.sweep` method takes any faces and sweeps them through the provided
|
||||
The :meth:`~operations_generic.sweep` method takes any faces and sweeps them through the provided
|
||||
path (in this case the path is taken from the pending edges from ``ex14_ln``).
|
||||
|
||||
.. literalinclude:: general_examples_algebra.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue