diff --git a/src/Components/Editor/Behaviors/RigidBodyBehaviors.ts b/src/Components/Editor/Behaviors/RigidBodyBehaviors.ts
index f0a734c..e3bcbcf 100644
--- a/src/Components/Editor/Behaviors/RigidBodyBehaviors.ts
+++ b/src/Components/Editor/Behaviors/RigidBodyBehaviors.ts
@@ -301,7 +301,7 @@ function getAvailableWidthsTwoLines(
const isOverlappingOnTheRight = rectRight >= unallocatedSpaceRight;
if (isOverlappingOnTheRight) {
- return getAvailableWidthsRight(unallocatedSpace.x, rectX);
+ return getAvailableWidthsRight(unallocatedSpace.x, rectRight);
}
return getAvailableWidthsMiddle(unallocatedSpace.x, unallocatedSpaceRight, rectX, rectRight);
@@ -320,31 +320,31 @@ function getAvailableWidthsLeft(unallocatedSpaceRight: number, rectRight: number
];
}
-function getAvailableWidthsRight(unallocatedSpaceX: number, rectX: number): ISizePointer[] {
- if (rectX - unallocatedSpaceX <= 0) {
+function getAvailableWidthsRight(unalloctedSpaceX: number, rectRight: number): ISizePointer[] {
+ if (rectRight - unalloctedSpaceX <= 0) {
return [];
}
return [
{
- x: unallocatedSpaceX,
- width: rectX - unallocatedSpaceX
+ x: unalloctedSpaceX,
+ width: rectRight - unalloctedSpaceX
}
];
}
function getAvailableWidthsMiddle(
- unallocatedSpaceX: number,
+ unalloctedSpaceX: number,
unallocatedSpaceRight: number,
rectX: number,
rectRight: number
): ISizePointer[] {
const sizePointers: ISizePointer[] = [];
- if (rectX - unallocatedSpaceX > 0) {
+ if (rectX - unalloctedSpaceX > 0) {
sizePointers.push({
- x: unallocatedSpaceX,
- width: rectX - unallocatedSpaceX
+ x: unalloctedSpaceX,
+ width: rectX - unalloctedSpaceX
});
}
diff --git a/src/tests/resources/rigidbodytest.json b/src/tests/resources/rigidbodytest.json
new file mode 100644
index 0000000..8430870
--- /dev/null
+++ b/src/tests/resources/rigidbodytest.json
@@ -0,0 +1,436 @@
+{
+ "history": [
+ {
+ "MainContainer": {
+ "children": [],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "main",
+ "TypeCounters": {}
+ },
+ {
+ "LastAction": "Add container",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": 75,
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "main",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Select container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": 75,
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Change property of container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": "7",
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Change property of container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": "",
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Change property of container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": "2",
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Change property of container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": "20",
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Change property of container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": "200",
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Change property of container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": "2000",
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Change property of container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": "20000",
+ "height": 100,
+ "isRigidBody": false,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ },
+ {
+ "LastAction": "Change property of container Container-0",
+ "MainContainer": {
+ "children": [
+ {
+ "children": [],
+ "properties": {
+ "id": "Container-0",
+ "parentId": "main",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "isRigidBody": true,
+ "fillOpacity": 0,
+ "stroke": "green"
+ },
+ "userData": {
+ "type": "Container"
+ }
+ }
+ ],
+ "properties": {
+ "id": "main",
+ "parentId": "null",
+ "x": 0,
+ "y": 0,
+ "width": 2000,
+ "height": 100,
+ "fillOpacity": 0,
+ "stroke": "black"
+ },
+ "userData": {}
+ },
+ "SelectedContainerId": "Container-0",
+ "TypeCounters": {
+ "Container": 0
+ }
+ }
+ ],
+ "historyCurrentStep": 10,
+ "configuration": {
+ "AvailableContainers": [
+ {
+ "Type": "Container",
+ "Width": 75,
+ "Height": 100,
+ "Style": {
+ "fillOpacity": 0,
+ "stroke": "green"
+ }
+ }
+ ],
+ "AvailableSymbols": [],
+ "MainContainer": {
+ "Type": "Container",
+ "Width": 2000,
+ "Height": 100,
+ "Style": {
+ "fillOpacity": 0,
+ "stroke": "black"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/tests/resources/squeezeChassis2.json b/src/tests/resources/squeezeChassis2.json
deleted file mode 100644
index fc3b923..0000000
--- a/src/tests/resources/squeezeChassis2.json
+++ /dev/null
@@ -1,13148 +0,0 @@
-{
- "history": [
- {
- "LastAction": "",
- "MainContainer": {
- "children": [],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "main",
- "TypeCounters": {}
- },
- {
- "LastAction": "Add Chassis in main",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "main",
- "TypeCounters": {
- "Chassis": 0
- }
- },
- {
- "LastAction": "Add Chassis in main",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "main",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Select Chassis-0",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-0",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Select Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 499,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 498,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 497,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 496,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 495,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 494,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 493,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 492,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 491,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 490,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 489,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 488,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 487,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 486,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 485,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 484,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 483,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 482,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 481,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 480,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 479,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 478,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 477,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 476,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 475,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 474,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 473,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 472,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 471,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 470,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 469,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 468,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 467,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 466,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 465,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 464,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 463,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 462,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 461,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 460,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 459,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Select Chassis-0",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-0",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change isRigidBody of Chassis-0",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-0",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Select Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Change isRigidBody of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Select main",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "main",
- "TypeCounters": {
- "Chassis": 1
- }
- },
- {
- "LastAction": "Add Chassis in main",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "main",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-2",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-2",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-2",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-2",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 458,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 3,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 30,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 3,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 30,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 300,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 30,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 3,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 0,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 2,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 20,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-2",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-2",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 300,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-2",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 300,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 958,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-2",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change isRigidBody of Chassis-2",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 300,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-2",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 300,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change isAnchor of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 300,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 301,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 302,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 303,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 304,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 305,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 306,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 307,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 308,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 309,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 310,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 311,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 312,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 313,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 314,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 315,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 316,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 317,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 318,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 319,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 320,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 321,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 322,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 323,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 324,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 325,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 326,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 327,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 328,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 329,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 330,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 331,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 332,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 333,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 334,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 335,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 336,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 337,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 338,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 339,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 340,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 341,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 342,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 343,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 344,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 345,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 346,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 347,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 348,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 349,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 350,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 351,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 352,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 353,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 354,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 355,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 356,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 357,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 358,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 359,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 360,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 361,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 362,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 363,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 364,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 365,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 366,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Change width of Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 367,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-2",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 367,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-2",
- "TypeCounters": {
- "Chassis": 2
- }
- },
- {
- "LastAction": "Select Chassis-1",
- "MainContainer": {
- "children": [
- {
- "children": [],
- "properties": {
- "id": "Chassis-0",
- "parentId": "main",
- "x": 0,
- "y": 0,
- "width": 500,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-1",
- "parentId": "main",
- "x": 500,
- "y": 0,
- "width": 367,
- "height": 200,
- "isRigidBody": true,
- "isAnchor": true,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- },
- {
- "children": [],
- "properties": {
- "id": "Chassis-2",
- "parentId": "main",
- "x": 800,
- "y": 0,
- "width": 200,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "minWidth": 200,
- "style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "red",
- "fill": "#d3c9b7"
- }
- },
- "userData": {
- "type": "Chassis"
- }
- }
- ],
- "properties": {
- "id": "main",
- "parentId": "null",
- "x": 0,
- "y": 0,
- "minWidth": 1,
- "width": 1000,
- "height": 200,
- "isRigidBody": false,
- "isAnchor": false,
- "XPositionReference": 0,
- "style": {
- "stroke": "black",
- "fillOpacity": 0
- }
- },
- "userData": {}
- },
- "SelectedContainerId": "Chassis-1",
- "TypeCounters": {
- "Chassis": 2
- }
- }
- ],
- "historyCurrentStep": 74,
- "configuration": {
- "AvailableContainers": [
- {
- "Type": "Chassis",
- "Width": 500,
- "MinWidth": 200
- },
- {
- "Type": "Trou",
- "DefaultX": 10,
- "DefaultY": 10,
- "Width": 480,
- "Height": 180,
- "Style": {
- "fillOpacity": 1,
- "strokeWidth": 2,
- "stroke": "green",
- "fill": "white"
- }
- },
- {
- "Type": "Remplissage",
- "CustomSVG": "\n \n \n \n \n ",
- "Style": {
- "fillOpacity": 1,
- "strokeWidth": 1,
- "fill": "#bfdbfe"
- },
- "UserData": {
- "styleLine": {
- "transform": "scaleY(0.5) translateY(100%)",
- "transformBox": "fill-box"
- }
- }
- },
- {
- "Type": "Montant",
- "Width": 10,
- "XPositionReference": 1,
- "Style": {
- "fillOpacity": 0,
- "strokeWidth": 2,
- "stroke": "#713f12",
- "fill": "#713f12"
- }
- }
- ],
- "AvailableSymbols": [
- {
- "Height": 0,
- "Image": {
- "Base64Image": null,
- "Name": null,
- "Svg": null,
- "Url": "https://www.manutan.fr/img/S/GRP/ST/AIG3930272.jpg"
- },
- "Name": "Poteau structure",
- "Width": 0,
- "XPositionReference": 1
- },
- {
- "Height": 0,
- "Image": {
- "Base64Image": null,
- "Name": null,
- "Svg": null,
- "Url": "https://e7.pngegg.com/pngimages/647/127/png-clipart-svg-working-group-information-world-wide-web-internet-structure.png"
- },
- "Name": "Joint de structure",
- "Width": 0,
- "XPositionReference": 0
- }
- ],
- "MainContainer": {
- "Height": 200,
- "Width": 1000
- }
- }
-}
\ No newline at end of file
diff --git a/test-server/http.js b/test-server/http.js
index 8053660..0cc4bd9 100644
--- a/test-server/http.js
+++ b/test-server/http.js
@@ -79,6 +79,7 @@ const GetSVGLayoutConfiguration = () => {
},
{
Type: 'Remplissage',
+ DefaultChildType: 'Trou',
CustomSVG: `