X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Tools.h;h=32dfbb129670f402fe0cccaa981a84c8fc3d9527;hb=b234852f214beada2b07507e1ed35827ce8988c4;hp=6b242532bb74ce7fdd5e443d9a42336c074f0ccc;hpb=cbde248859fb0072f6012907391ea90cfc254574;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Tools.h b/src/SketchPlugin/SketchPlugin_Tools.h index 6b242532b..32dfbb129 100644 --- a/src/SketchPlugin/SketchPlugin_Tools.h +++ b/src/SketchPlugin/SketchPlugin_Tools.h @@ -28,28 +28,6 @@ std::shared_ptr getCoincidencePoint(const FeaturePtr theStartCoin void findCoincidences(const FeaturePtr theStartCoin, const std::string& theAttr, std::set& theList); - -/// Changes the second attribute value to be multiplied or divided by the given value. -/// \param theFirstAngleAttribute the source attribute -/// \param theSecondAngleAttribute the changed attribute -/// \param theValue a value for modification -/// \param toMultiply a type of modification -void updateMultiAttribute(const AttributePtr& theFirstAngleAttribute, - const AttributePtr& theSecondAngleAttribute, - const int& theValue, - const bool toMultiply); - -/// Changes the second attribute value to be multiplied or divided by the given value. -/// \param theFirstAngleAttribute the source attribute -/// \param theSecondAngleAttribute the changed attribute -/// \param theValue a value for modification -/// \param toMultiply a type of modification -void updateMultiAttribute(const AttributePtr& theFirstAttribute, - const AttributePtr& theSecondAttribute, - const AttributePtr& theModifiedAttribute, - const int& theValue, - const bool toMultiply); - }; // namespace SketchPlugin_Tools #endif // SKETCHPLUGIN_TOOLS_H_ \ No newline at end of file