Salome HOME
Rename TestConstraintConcidence.py to TestConstraintCoincidence.py
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintPerpendicular.py
index 64e15c899af7b1d0195aa9d8b7d9ec99618e05f0..837eb262695ded641b8737836bf0a6c3b7706fbd 100644 (file)
@@ -36,8 +36,6 @@ origin = geomDataAPI_Point(aSketchFeature.attribute("Origin"))
 origin.setValue(0, 0, 0)
 dirx = geomDataAPI_Dir(aSketchFeature.attribute("DirX"))
 dirx.setValue(1, 0, 0)
-diry = geomDataAPI_Dir(aSketchFeature.attribute("DirY"))
-diry.setValue(0, 1, 0)
 norm = geomDataAPI_Dir(aSketchFeature.attribute("Norm"))
 norm.setValue(0, 0, 1)
 aSession.finishOperation()