Salome HOME
Issue #1650: Added CPP High API for feature Axis;
[modules/shaper.git] / src / ModelAPI / Test / Test1064.py
index f3b42c126e33cd5ce5ae5ac145611abde1d28ad4..efd57540f94c848aca85c6707da89cb253fa8510 100644 (file)
@@ -74,8 +74,8 @@ aPlane = aPartSet.addFeature("Plane")
 aPlane.string("creation_method").setValue("by_other_plane")
 aPlane.string("by_other_plane_option").setValue("by_distance_from_other")
 aPlane.selection("plane").selectSubShape("face", "Part_1/Extrusion_1_1/Generated_Face_3")
-aPlane.real("distance").setValue(0)
-aPlane.boolean("distance_reverse").setValue(False)
+aPlane.real("distance").setValue(0.001)
+aPlane.boolean("reverse").setValue(False)
 aSession.finishOperation()
 
 #=========================================================================