Skip to content

Commit 369c077

Browse files
maxcapodi78PipKat
andauthored
Update pyaedt/modules/Mesh.py
Co-authored-by: Kathy Pippert <[email protected]>
1 parent a40ac8c commit 369c077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaedt/modules/Mesh.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def assign_surface_mesh_manual(
606606
objects : list or str or :class:`pyaedt.modeler.elements3d.FacePrimitive`
607607
List of faces to apply the surface mesh to.
608608
surface_deviation : float or str, optional
609-
Surface deviation. The default is ``None``. Allowed values are float, number with units or `"inf"`.
609+
Surface deviation. The default is ``None``. You can specify a float value, a number with units, or `"inf"`.
610610
normal_dev : float or str, optional
611611
Normal deviation. The default is ``None``.
612612
aspect_ratio : int, optional

0 commit comments

Comments
 (0)