To update theme for all selected structures, use plugin.dataTransaction(async () => { for (const s of structure.hierarchy.selection.structures) await updateRepresentationsTheme(s.componets, ...); }, { canUndo: 'Update Theme' });
Generated using TypeDoc
To update theme for all selected structures, use plugin.dataTransaction(async () => { for (const s of structure.hierarchy.selection.structures) await updateRepresentationsTheme(s.componets, ...); }, { canUndo: 'Update Theme' });