Salome HOME
Correct misprint in name of "Coordinates" attribute of SketchPlugin_Point
[modules/shaper.git] / src / SketchPlugin / Test / TestCreateCircleByCenterAndPassed.py
index e37ec2f58c3c2641d5a3ab80fe23900a0b619475..35f55de79ea8ed822c220c1f2de6a493fbb5edde 100644 (file)
@@ -139,7 +139,7 @@ aPrevCenter = geomDataAPI_Point2D(aPrevCircle.attribute("circle_center"))
 aPointCoodinates = [0., 0.]
 aSession.startOperation()
 aPoint = aSketchFeature.addFeature("SketchPoint")
-aPointCoord = geomDataAPI_Point2D(aPoint.attribute("PointCoordindates"))
+aPointCoord = geomDataAPI_Point2D(aPoint.attribute("PointCoordinates"))
 aPointCoord.setValue(aPointCoodinates[0], aPointCoodinates[1])
 aSession.finishOperation()
 # create new circle