Salome HOME
0020373: MakeMultiTransformation1D failed on maintenances branch (V4 and V5)
[modules/smesh.git] / src / SMESH_SWIG / SMESH_Sphere.py
index b399178191e07c7ca6eb4b0f23de6e29c72f23fb..b5e54a42dfa37cd15a2e82eeaa337c3e883d0312 100644 (file)
@@ -77,8 +77,8 @@ Cube  = MakeHexa2Faces(Face1, Face3)
 Common1 = MakeBoolean(Sphere, Block, 1)
 Common2 = MakeRotation(Common1, VZ, Angle90)
 
-MultiBlock1 = MakeMultiTransformation1D(Common1, 21, -1, 3)
-MultiBlock2 = MakeMultiTransformation1D(Common2, 31, -1, 3)
+MultiBlock1 = MakeMultiTransformation1D(Common1, 20, -1, 3)
+MultiBlock2 = MakeMultiTransformation1D(Common2, 30, -1, 3)
 
 #Reconstruct sphere from several blocks
 ShapesList.append(Cube)