File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
flow360/component/simulation/meshing_param Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ class MeshingDefaults(Flow360BaseModel):
106106
107107 planar_face_tolerance : pd .NonNegativeFloat = pd .Field (
108108 1e-6 ,
109- description = "Tolerance used for detecting planar faces in the input surface mesh"
109+ description = "Tolerance used for detecting planar faces in the input surface mesh / geometry "
110110 " that need to be remeshed, such as symmetry planes."
111111 " This tolerance is non-dimensional, and represents a distance"
112- " relative to the largest dimension of the bounding box of the input surface mesh."
113- " This is only supported by the beta mesher and can not be overridden per face." ,
112+ " relative to the largest dimension of the bounding box of the input surface mesh / geometry ."
113+ " This can not be overridden per face." ,
114114 )
115115
116116 ##:: Default surface layer settings
You can’t perform that action at this time.
0 commit comments