Refactored sweep to generate faces within a sketch

This commit is contained in:
gumyr 2023-08-22 11:44:42 -04:00
parent 709e67cbc5
commit c858b10e8b
11 changed files with 248 additions and 205 deletions

View file

@ -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