Removed constraints section from toolbar in sketcher. Moved mirror command to the 2d geometry creation area.

This commit is contained in:
Mike Molinari 2022-03-26 07:12:33 +00:00 committed by Val Erastov
parent 25e1000856
commit 3b12686b83

View file

@ -26,12 +26,13 @@ export default function (ctx: ApplicationContext) {
[
...objectToolActions.map(a => toSketcherActionId(a.id)),
toSketcherActionId('Offset'),
toSketcherActionId('MirrorStart'),
],
'-',
measureActions.map(a => toSketcherActionId(a.id)),
'-',
constraintGlobalActions.map(a => toSketcherActionId(a.id)),
'-',
//constraintGlobalActions.map(a => toSketcherActionId(a.id)),
//'-',
['LookAtFace'],
'-',
['sketchOpenInTab']