Salome HOME
Issue #2209 : New option of creation of construction points
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintMiddlePoint.py
index e7e8a5c128a7e16797ce84d47c06308730d984e6..c5aaa01a867056b217a72eb9ba7c0480532b9414 100644 (file)
@@ -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()
 #=========================================================================