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 @@
"0": [
"S1",
"A1",
{}
{"entity": "Part"
}
],
"1": [
"S2",
"A1",
{}
{
"entity": "Frame"
}
],
"2": [
"A1",
......@@ -24,22 +27,30 @@
"4": [
"D1",
"M2",
{}
{
"entity": "Frame"
}
],
"5": [
"D1",
"M3",
{}
{
"entity": "Part"
}
],
"6": [
"M2",
"E1",
{}
{
"entity": "Part"
}
],
"7": [
"M3",
"E2",
{}
{
"entity": "Frame"
}
]
},
"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