diff --git a/src/Components/Editor/Behaviors/RigidBodyBehaviors.ts b/src/Components/Editor/Behaviors/RigidBodyBehaviors.ts index e3bcbcf..f0a734c 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, rectRight); + return getAvailableWidthsRight(unallocatedSpace.x, rectX); } return getAvailableWidthsMiddle(unallocatedSpace.x, unallocatedSpaceRight, rectX, rectRight); @@ -320,31 +320,31 @@ function getAvailableWidthsLeft(unallocatedSpaceRight: number, rectRight: number ]; } -function getAvailableWidthsRight(unalloctedSpaceX: number, rectRight: number): ISizePointer[] { - if (rectRight - unalloctedSpaceX <= 0) { +function getAvailableWidthsRight(unallocatedSpaceX: number, rectX: number): ISizePointer[] { + if (rectX - unallocatedSpaceX <= 0) { return []; } return [ { - x: unalloctedSpaceX, - width: rectRight - unalloctedSpaceX + x: unallocatedSpaceX, + width: rectX - unallocatedSpaceX } ]; } function getAvailableWidthsMiddle( - unalloctedSpaceX: number, + unallocatedSpaceX: number, unallocatedSpaceRight: number, rectX: number, rectRight: number ): ISizePointer[] { const sizePointers: ISizePointer[] = []; - if (rectX - unalloctedSpaceX > 0) { + if (rectX - unallocatedSpaceX > 0) { sizePointers.push({ - x: unalloctedSpaceX, - width: rectX - unalloctedSpaceX + x: unallocatedSpaceX, + width: rectX - unallocatedSpaceX }); } diff --git a/src/tests/resources/montantMustImpose.json b/src/tests/resources/montantMustImpose.json new file mode 100644 index 0000000..1790285 --- /dev/null +++ b/src/tests/resources/montantMustImpose.json @@ -0,0 +1,4837 @@ +{ + "history": [ + { + "LastAction": "", + "MainContainer": { + "children": [], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "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-0 in main", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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", + "displayedText": "main", + "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, + "Trou": 0, + "Remplissage": 0 + } + }, + { + "LastAction": "Add Chassis-1 in main", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n " + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0 + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 200 + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "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, + "Trou": 1, + "Remplissage": 1 + } + }, + { + "LastAction": "Add Chassis-2 in main", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "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" + } + }, + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-2", + "parentId": "Trou-2", + "displayedText": "Remplissage-2", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n " + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-2", + "parentId": "Chassis-2", + "displayedText": "Trou-2", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0 + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-2", + "parentId": "main", + "displayedText": "Chassis-2", + "x": 1000, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 200 + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "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, + "Trou": 2, + "Remplissage": 2 + } + }, + { + "LastAction": "Add Chassis-3 in main", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "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" + } + }, + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-2", + "parentId": "Trou-2", + "displayedText": "Remplissage-2", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-2", + "parentId": "Chassis-2", + "displayedText": "Trou-2", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-2", + "parentId": "main", + "displayedText": "Chassis-2", + "x": 1000, + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-3", + "parentId": "Trou-3", + "displayedText": "Remplissage-3", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n " + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-3", + "parentId": "Chassis-3", + "displayedText": "Trou-3", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0 + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-3", + "parentId": "main", + "displayedText": "Chassis-3", + "x": 1500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 200 + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "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": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Delete Chassis-3", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "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" + } + }, + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-2", + "parentId": "Trou-2", + "displayedText": "Remplissage-2", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-2", + "parentId": "Chassis-2", + "displayedText": "Trou-2", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-2", + "parentId": "main", + "displayedText": "Chassis-2", + "x": 1000, + "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", + "displayedText": "main", + "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": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Delete Chassis-2", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "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", + "displayedText": "main", + "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": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Select Chassis-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "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", + "displayedText": "main", + "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": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Change XPositionReference of Chassis-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "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": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Select Trou-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Trou-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Change XPositionReference of Trou-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Trou-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Select Remplissage-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Remplissage-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Change XPositionReference of Remplissage-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Remplissage-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Select Trou-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Trou-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3 + } + }, + { + "LastAction": "Add Montant-0 in Trou-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Trou-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + }, + { + "LastAction": "Select Remplissage-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Remplissage-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + }, + { + "LastAction": "Change isRigidBody of Remplissage-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": true, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Remplissage-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + }, + { + "LastAction": "Select Montant-0", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": true, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Montant-0", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + }, + { + "LastAction": "Change isAnchor of Montant-0", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": true, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": true, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Montant-0", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + }, + { + "LastAction": "Select Remplissage-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": true, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": true, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Remplissage-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + }, + { + "LastAction": "Select Montant-0", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": true, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": true, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Montant-0", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + }, + { + "LastAction": "Select Remplissage-1", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": true, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": true, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Remplissage-1", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + }, + { + "LastAction": "Select Montant-0", + "MainContainer": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-0", + "parentId": "Trou-0", + "displayedText": "Remplissage-0", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + } + ], + "properties": { + "id": "Trou-0", + "parentId": "Chassis-0", + "displayedText": "Trou-0", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-0", + "parentId": "main", + "displayedText": "Chassis-0", + "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": [ + { + "children": [ + { + "children": [], + "properties": { + "id": "Remplissage-1", + "parentId": "Trou-1", + "displayedText": "Remplissage-1", + "x": 0, + "y": 0, + "width": 480, + "height": 180, + "isRigidBody": true, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "customSVG": "\n \n \n \n \n ", + "style": { + "fillOpacity": 1, + "strokeWidth": 1, + "fill": "#bfdbfe" + }, + "userData": { + "styleLine": { + "transform": "scaleY(0.5) translateY(100%)", + "transformBox": "fill-box" + } + } + }, + "userData": { + "type": "Remplissage" + } + }, + { + "children": [], + "properties": { + "id": "Montant-0", + "parentId": "Trou-1", + "displayedText": "Montant-0", + "x": 480, + "y": 0, + "width": 10, + "height": 180, + "isRigidBody": false, + "isAnchor": true, + "XPositionReference": 1, + "minWidth": 0, + "style": { + "fillOpacity": 0, + "strokeWidth": 2, + "stroke": "#713f12", + "fill": "#713f12" + } + }, + "userData": { + "type": "Montant" + } + } + ], + "properties": { + "id": "Trou-1", + "parentId": "Chassis-1", + "displayedText": "Trou-1", + "x": 10, + "y": 10, + "width": 480, + "height": 180, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 0, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "green", + "fill": "white" + } + }, + "userData": { + "type": "Trou" + } + } + ], + "properties": { + "id": "Chassis-1", + "parentId": "main", + "displayedText": "Chassis-1", + "x": 500, + "y": 0, + "width": 500, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 2, + "minWidth": 200, + "style": { + "fillOpacity": 1, + "strokeWidth": 2, + "stroke": "red", + "fill": "#d3c9b7" + } + }, + "userData": { + "type": "Chassis" + } + } + ], + "properties": { + "id": "main", + "parentId": "null", + "displayedText": "main", + "x": 0, + "y": 0, + "minWidth": 1, + "width": 1000, + "height": 200, + "isRigidBody": false, + "isAnchor": false, + "XPositionReference": 0, + "style": { + "stroke": "black", + "fillOpacity": 0 + } + }, + "userData": {} + }, + "SelectedContainerId": "Montant-0", + "TypeCounters": { + "Chassis": 3, + "Trou": 3, + "Remplissage": 3, + "Montant": 0 + } + } + ], + "historyCurrentStep": 22, + "configuration": { + "AvailableContainers": [ + { + "Type": "Chassis", + "Width": 500, + "MinWidth": 200, + "DefaultChildType": "Trou" + }, + { + "Type": "Trou", + "DefaultX": 10, + "DefaultY": 10, + "Width": 480, + "Height": 180, + "DefaultChildType": "Remplissage" + }, + { + "Type": "Remplissage", + "DefaultChildType": "Trou", + "CustomSVG": "\n \n \n \n \n " + }, + { + "Type": "Montant", + "Width": 10, + "XPositionReference": 1 + } + ], + "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/src/tests/resources/rigidbodytest.json b/src/tests/resources/rigidbodytest.json deleted file mode 100644 index 8430870..0000000 --- a/src/tests/resources/rigidbodytest.json +++ /dev/null @@ -1,436 +0,0 @@ -{ - "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 new file mode 100644 index 0000000..fc3b923 --- /dev/null +++ b/src/tests/resources/squeezeChassis2.json @@ -0,0 +1,13148 @@ +{ + "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