Commit 4d05e15c authored by Sebastien Robin's avatar Sebastien Robin

json inputs: finish update of topology 14 to new format

parent 1a6d7458
...@@ -4,12 +4,15 @@ ...@@ -4,12 +4,15 @@
"0": [ "0": [
"S1", "S1",
"A1", "A1",
{} {"entity": "Part"
}
], ],
"1": [ "1": [
"S2", "S2",
"A1", "A1",
{} {
"entity": "Frame"
}
], ],
"2": [ "2": [
"A1", "A1",
...@@ -24,22 +27,30 @@ ...@@ -24,22 +27,30 @@
"4": [ "4": [
"D1", "D1",
"M2", "M2",
{} {
"entity": "Frame"
}
], ],
"5": [ "5": [
"D1", "D1",
"M3", "M3",
{} {
"entity": "Part"
}
], ],
"6": [ "6": [
"M2", "M2",
"E1", "E1",
{} {
"entity": "Part"
}
], ],
"7": [ "7": [
"M3", "M3",
"E2", "E2",
{} {
"entity": "Frame"
}
] ]
}, },
"general": { "general": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment