Salome HOME
Update merging two Coincidence constraints (issue #955)
[modules/shaper.git] / src / SketchSolver / SketchSolver_Solver.h
index bdc23ce288182adff99c5752d3f0befc5d06e60f..46e83afd0bf8f6b9eaffdbab6f8bccde08cde368 100644 (file)
@@ -25,7 +25,11 @@ typedef unsigned int UINT32;
 // Unknown constraint (for error reporting)
 #define SLVS_C_UNKNOWN 0
 // Fillet constraint identifier
-#define SLVS_C_FILLET 100100
+#define SLVS_C_FILLET            100100
+// Multi-rotation constraint identifier
+#define SLVS_C_MULTI_ROTATION    100101
+// Multi-translation constraint identifier
+#define SLVS_C_MULTI_TRANSLATION 100102
 // Unknown entity
 #define SLVS_E_UNKNOWN 0
 // Unknown group