X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_ConstraintMultiRotation.h;h=df01392f5624acb19ad080cc5d740e4c308bd2d3;hb=d3883990177d27a12b8a2278cdbb82250ff19b79;hp=e9d0bd14798726ae9362be3826538cbfd502a263;hpb=3d063c74ca0ff72184f77d74df198c3bf0730aff;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_ConstraintMultiRotation.h b/src/SketchSolver/SketchSolver_ConstraintMultiRotation.h index e9d0bd147..df01392f5 100644 --- a/src/SketchSolver/SketchSolver_ConstraintMultiRotation.h +++ b/src/SketchSolver/SketchSolver_ConstraintMultiRotation.h @@ -10,6 +10,10 @@ #include "SketchSolver.h" #include +#include + +typedef std::vector< std::vector > AuxLinesList; + /** \class SketchSolver_ConstraintMultiRotation * \ingroup Plugins * \brief Convert rotated features to the list of SolveSpace constraints @@ -60,6 +64,7 @@ private: size_t myNumberOfCopies; ///< number of previous copies of initial objects Slvs_hEntity myRotationCenter; ///< ID of center of rotation double myAngle; ///< angle of rotation + AuxLinesList myAuxLines; ///< list of auxiliary lines, created to make clear rotation }; #endif