X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintCoincidence.cpp;h=8d2ab687e1ba5b2804787b0b610777e158369c55;hb=bb5bba6e567f9cae87f9fbaf584d2d0502ec372e;hp=5f79a167e3160fa3afe02095e7c2c93c2556c0ed;hpb=c3aeb6b898054376c1047071ea9fea61abdc9e99;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp index 5f79a167e..8d2ab687e 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintCoincidence.cpp @@ -89,10 +89,10 @@ AttributePoint2DPtr SketchPlugin_ConstraintCoincidence::getPoint(const FeaturePt { AttributePoint2DPtr aPoint = ModelGeomAlgo_Point2D::getPointOfRefAttr(theFeature.get(), SketchPlugin_Constraint::ENTITY_A(), - SketchPlugin_Point::ID(), SketchPlugin_Point::COORD_ID()); + SketchPlugin_Point::ID(), SketchPlugin_Point::COORD_ID()); if (!aPoint.get()) aPoint = ModelGeomAlgo_Point2D::getPointOfRefAttr(theFeature.get(), SketchPlugin_Constraint::ENTITY_B(), - SketchPlugin_Point::ID(), SketchPlugin_Point::COORD_ID()); + SketchPlugin_Point::ID(), SketchPlugin_Point::COORD_ID()); return aPoint; }