Salome HOME
2D point selection in multi-rotation/multi-translation.
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMultiTranslation.h
index a0f6ca525e8b89d153c3ea1c9caafe7230c85b22..ef9938a9c12785337cd7062f05e36819e68d4647 100644 (file)
@@ -31,9 +31,10 @@ protected:
   /// \brief Generate list of translated entities
   /// \param[out] theStartPoint start point of translation
   /// \param[out] theEndPoint   final point of translation
+  /// \param[out] theFullValue  applying translation using the disstance as a full or single value
   /// \param[out] theEntities   list of entities and their translated copies
   void getAttributes(EntityWrapperPtr& theStartPoint, EntityWrapperPtr& theEndPoint,
-                     std::list< std::list<EntityWrapperPtr> >& theEntities);
+                     bool& theFullValue, std::list< std::list<EntityWrapperPtr> >& theEntities);
 
   /// \brief Update parameters (called from base class)
   virtual void updateLocal();