Update modification tools index to include RotateSeatingGroupTool

This commit is contained in:
2026-06-22 21:05:01 +00:00
parent 4ffa0b7ea0
commit 18ea2512ba
+3 -1
View File
@@ -7,6 +7,7 @@ export { TrimTool } from './TrimTool';
export { ExtendTool } from './ExtendTool'; export { ExtendTool } from './ExtendTool';
export { FilletTool } from './FilletTool'; export { FilletTool } from './FilletTool';
export { OffsetTool } from './OffsetTool'; export { OffsetTool } from './OffsetTool';
export { RotateSeatingGroupTool } from './RotateSeatingGroupTool';
export const modificationTools = [ export const modificationTools = [
MoveTool, MoveTool,
@@ -17,5 +18,6 @@ export const modificationTools = [
TrimTool, TrimTool,
ExtendTool, ExtendTool,
FilletTool, FilletTool,
OffsetTool OffsetTool,
RotateSeatingGroupTool
]; ];