operations_generic.py -> sweep Transition.TRANSFORMED

This commit is contained in:
jdegenstein 2024-06-25 13:13:12 -05:00 committed by GitHub
parent 25ed8d8726
commit 0a7ea438e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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