X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintParallel.cpp;h=45713e1240fc39e6054b40b0cde76142e8fba542;hb=c0565e75ce0bd2f2994dc9874c4775cf7a4cb7ad;hp=e45980582cfeb4eee9aa8817d17dd31ef3ee4f24;hpb=a53a679f7540527449ae03a47068179e2ce15865;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintParallel.cpp b/src/SketchPlugin/SketchPlugin_ConstraintParallel.cpp index e45980582..45713e124 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintParallel.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintParallel.cpp @@ -25,17 +25,10 @@ void SketchPlugin_ConstraintParallel::initAttributes() data()->addAttribute(CONSTRAINT_ATTR_FLYOUT_VALUE_PNT, GeomDataAPI_Point2D::type()); } -void SketchPlugin_ConstraintParallel::execute() +void SketchPlugin_ConstraintParallel::execute(boost::shared_ptr& theResult) { } -const boost::shared_ptr& SketchPlugin_ConstraintParallel::preview() -{ - /// \todo Preview for parallel constraint - return getPreview(); -} - - boost::shared_ptr SketchPlugin_ConstraintParallel::getAISObject( boost::shared_ptr thePrevious) {