682 |
682 |
683 MAKE_ACTION (coverer, "Coverer", "coverer", "Fill the space between two line shapes", (0)) { |
683 MAKE_ACTION (coverer, "Coverer", "coverer", "Fill the space between two line shapes", (0)) { |
684 runCoverer (); |
684 runCoverer (); |
685 } |
685 } |
686 |
686 |
|
687 MAKE_ACTION (isecalc, "Isecalc", "isecalc", "Compute intersection between objects", (0)) { |
|
688 runIsecalc (); |
|
689 } |
|
690 |
687 // ========================================================================================================================================= |
691 // ========================================================================================================================================= |
688 MAKE_ACTION (replaceCoords, "Replace Coordinates", "replace-coords", "Find and replace coordinate values", CTRL (R)) { |
692 MAKE_ACTION (replaceCoords, "Replace Coordinates", "replace-coords", "Find and replace coordinate values", CTRL (R)) { |
689 ReplaceCoordsDialog dlg; |
693 ReplaceCoordsDialog dlg; |
690 |
694 |
691 if (!dlg.exec ()) |
695 if (!dlg.exec ()) |