From c38aba9fd87f477a408292785475b0982f6565ac Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 20 Apr 2005 11:38:30 +0000 Subject: [PATCH] PAL8581. Really check smoothing --- src/SMESH_SWIG/SMESH_mechanic_editor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMESH_SWIG/SMESH_mechanic_editor.py b/src/SMESH_SWIG/SMESH_mechanic_editor.py index 596786ed9..962f4a557 100644 --- a/src/SMESH_SWIG/SMESH_mechanic_editor.py +++ b/src/SMESH_SWIG/SMESH_mechanic_editor.py @@ -288,10 +288,10 @@ angle180 = 180*3.141/180 MeshEditor.RotateObject(mesh, axisXYZ, angle180, 0) #7 group smoothing -FacesSmooth = [864, 933, 941, 950, 1005, 1013] +FacesSmooth = [864, 933, 941, 950, 1005, 1013, 943, 928, 936, 1017] GroupSmooth = mesh.CreateGroup(SMESH.FACE,"Group of faces (smooth)") GroupSmooth.Add(FacesSmooth) -MeshEditor.SmoothObject(GroupSmooth, [], 20, 2, SMESH.SMESH_MeshEditor.CENTROIDAL_SMOOTH) +MeshEditor.SmoothObject(GroupSmooth, [], 20, 1, SMESH.SMESH_MeshEditor.CENTROIDAL_SMOOTH) #8 rotation sweep object FacesRotate = [492, 493, 502, 503] -- 2.39.2