mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
operations_generic.py -> sweep Transition.TRANSFORMED
This commit is contained in:
parent
25ed8d8726
commit
0a7ea438e1
1 changed files with 1 additions and 1 deletions
|
|
@ -968,7 +968,7 @@ def sweep(
|
|||
multisection (bool, optional): sweep multiple on path. Defaults to False.
|
||||
is_frenet (bool, optional): use frenet algorithm. Defaults to False.
|
||||
transition (Transition, optional): discontinuity handling option.
|
||||
Defaults to Transition.RIGHT.
|
||||
Defaults to Transition.TRANSFORMED.
|
||||
normal (VectorLike, optional): fixed normal. Defaults to None.
|
||||
binormal (Union[Edge, Wire], optional): guide rotation along path. Defaults to None.
|
||||
clean (bool, optional): Remove extraneous internal structure. Defaults to True.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue