X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintLength.h;h=dd16d1a3a781478c97287e320beab29a37b2a88a;hb=20d233731eaae06b9a75280a2ca675bc9a11cc72;hp=d6098af221cf8c12e60b629ff246c56b80c63a45;hpb=83a77e73bf17bf45b4b1c1e163c02acb841f775b;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintLength.h b/src/SketchPlugin/SketchPlugin_ConstraintLength.h index d6098af22..dd16d1a3a 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintLength.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintLength.h @@ -25,7 +25,7 @@ class GeomDataAPI_Point2D; * SketchPlugin_Constraint::VALUE() (length) and SketchPlugin_Constraint::ENTITY_A() (segment), * SketchPlugin_Constraint::FLYOUT_VALUE_PNT() (distance of a constraints handle) */ -class SketchPlugin_ConstraintLength : public SketchPlugin_ConstraintBase, public GeomAPI_ICustomPrs +class SketchPlugin_ConstraintLength : public SketchPlugin_ConstraintBase { public: /// Length constraint kind @@ -64,10 +64,6 @@ class SketchPlugin_ConstraintLength : public SketchPlugin_ConstraintBase, public /// \param theID identifier of changed attribute SKETCHPLUGIN_EXPORT virtual void attributeChanged(const std::string& theID); - /// Customize presentation of the feature - virtual bool customisePresentation(ResultPtr theResult, AISObjectPtr thePrs, - std::shared_ptr theDefaultPrs); - /// \brief Use plugin manager for features creation SketchPlugin_ConstraintLength();