mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-16 05:23:19 +01:00
Re-order tool bar
This commit is contained in:
parent
a93993c3ec
commit
bcfbf113a4
1 changed files with 5 additions and 3 deletions
|
|
@ -69,7 +69,9 @@ export const ModelerWorkspace: WorkbenchConfig = {
|
|||
|
||||
"EXTRUDE", "CUT", "REVOLVE", "LOFT", "SWEEP", "-",
|
||||
|
||||
"BOOLEAN", "UNION", "SUBTRACT", "INTERSECT", "-",
|
||||
//"BOOLEAN",
|
||||
|
||||
"UNION", "SUBTRACT", "INTERSECT", "-",
|
||||
|
||||
"SHELL_TOOL", "FILLET_TOOL", "SCALE_BODY", "DEFEATURE_REMOVE_FACE", "-",
|
||||
|
||||
|
|
@ -77,9 +79,9 @@ export const ModelerWorkspace: WorkbenchConfig = {
|
|||
|
||||
"CYLINDER", "BOX", "CONE", "SPHERE", "TORUS", "-",
|
||||
|
||||
"HOLE_TOOL", "-", 'GET_INFO', "IMPORT_MODEL", "DELETE_BODY", "-",
|
||||
"HOLE_TOOL", "-", "IMPORT_MODEL", "DELETE_BODY", "-",
|
||||
|
||||
"WIRE_LINE", 'EXPORT_BREP',
|
||||
"WIRE_LINE", 'EXPORT_BREP', 'GET_INFO',
|
||||
]
|
||||
},
|
||||
icon: GiCubes
|
||||
|
|
|
|||
Loading…
Reference in a new issue