Skip to content

Commit e33f06a

Browse files
committed
Update mesh.py
1 parent b02bde9 commit e33f06a

File tree

1 file changed

+3
-3
lines changed
  • src/compas/datastructures/mesh

1 file changed

+3
-3
lines changed

src/compas/datastructures/mesh/mesh.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,9 +2940,9 @@ def unify_cycles(self, root=None, nmax=None, max_distance=None):
29402940
root : int, optional
29412941
The key of the root face.
29422942
nmax : int, optional
2943-
The maximum number of neighboring faces to consider. If neither nmax nor radius is specified, all faces will be considered.
2944-
radius : float, optional
2945-
The radius of the search sphere for neighboring faces. If neither nmax nor radius is specified, all faces will be considered.
2943+
The maximum number of neighboring faces to consider. If neither nmax nor max_distance is specified, all faces will be considered.
2944+
max_distance : float, optional
2945+
The max_distance of the search sphere for neighboring faces. If neither nmax nor max_distance is specified, all faces will be considered.
29462946
29472947
Returns
29482948
-------

0 commit comments

Comments
 (0)