Files
modeling-app/rust/kcl-lib/tests/import_transform/ops.snap
Jonathan Tran d38dcb9ba2 Add grouping of module instances in Feature Tree (#6125)
* Rename operations to be more generic grouping

* Add group enum

* Add module instance groups

* Change to export all operation ts-rs types to the same file

* Fix Feature Tree display of modules to use name

* Ignore clippy warning

* Update output after operation changes

* Change module instances in Feature Tree use to import icon

* Fix error message when attempting to delete module instance
2025-04-04 02:10:39 +00:00

19 lines
291 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Operations executed import_transform.kcl
---
[
{
"type": "GroupBegin",
"group": {
"type": "ModuleInstance",
"name": "screw",
"moduleId": 5
},
"sourceRange": []
},
{
"type": "GroupEnd"
}
]