X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FTest%2FTestConstraintMiddlePoint.py;h=c5aaa01a867056b217a72eb9ba7c0480532b9414;hb=ed85a646b6e504a93705b1a08af06674ec75c9e7;hp=e7e8a5c128a7e16797ce84d47c06308730d984e6;hpb=270e4178cb9832ee53cdd8e31bc4cdedd81e201c;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/Test/TestConstraintMiddlePoint.py b/src/SketchPlugin/Test/TestConstraintMiddlePoint.py index e7e8a5c12..c5aaa01a8 100644 --- a/src/SketchPlugin/Test/TestConstraintMiddlePoint.py +++ b/src/SketchPlugin/Test/TestConstraintMiddlePoint.py @@ -71,6 +71,7 @@ aFeature = aDocument.addFeature("Point") aFeature.real("x").setValue(0.) aFeature.real("y").setValue(0.) aFeature.real("z").setValue(0.) +aFeature.string("creation_method").setValue("by_xyz") anOriginName = aFeature.name() aSession.finishOperation() #=========================================================================