Salome HOME
#1329 arc tangent arc mode problem
[modules/shaper.git] / src / ModelAPI / Test / Test1064.py
index e5c24f218c3c6b0e5289105d42e3c2d7a37127a2..c73dfd17d9633503c56894647420408ff1975c1f 100644 (file)
@@ -73,7 +73,7 @@ aSession.setActiveDocument(aPartSet)
 aPlane = aPartSet.addFeature("Plane")
 aPlane.string("CreationMethod").setValue("PlaneByFaceAndDistance")
 aPlane.real("distance").setValue(0)
-aPlane.selection("planeFace").selectSubShape("face", "Part_1/Extrusion_1_1/LateralFace_2")
+aPlane.selection("planeFace").selectSubShape("face", "Part_1/Extrusion_1_1/LateralFace_3")
 aSession.finishOperation()
 
 #=========================================================================