-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraph.html
More file actions
222 lines (166 loc) · 79 KB
/
graph.html
File metadata and controls
222 lines (166 loc) · 79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 100%;
height: 1000;
background-color: #222222;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 1000;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"font": {"color": "white"}, "group": "FS3-01-Chassis", "id": "FS3-01-Chassis|FS3-A-01-CHASSIS", "label": "FS3-01-Chassis|FS3-A-01-CHASSIS", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-01-Chassis", "id": "FS3-01-Chassis|FS3-P-01-CHASSIS", "label": "FS3-01-Chassis|FS3-P-01-CHASSIS", "shape": "dot", "size": 134.807935569469}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|Bellcrank Spacer", "label": "FS3-02-Suspension|Bellcrank Spacer", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "label": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "shape": "dot", "size": 134.807935569469}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|ACC-Container", "label": "FS3-04-Accumulator/EV/Controls|ACC-Container", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "label": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "shape": "dot", "size": 104.2481250360578}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|ACC-Tray", "label": "FS3-04-Accumulator/EV/Controls|ACC-Tray", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|ACC-Maintenance Plugs", "label": "FS3-04-Accumulator/EV/Controls|ACC-Maintenance Plugs", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|94020A315_Aluminum Heavy-Duty Rivet Nut", "label": "FS3-04-Accumulator/EV/Controls|94020A315_Aluminum Heavy-Duty Rivet Nut", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|90631A005_Low-Strength Steel Nylon-Insert Locknut", "label": "FS3-04-Accumulator/EV/Controls|90631A005_Low-Strength Steel Nylon-Insert Locknut", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|90760A210_NO THREADS_Steel Narrow Hex Nuts", "label": "FS3-04-Accumulator/EV/Controls|90760A210_NO THREADS_Steel Narrow Hex Nuts", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|93580A623_Press-Fit Studs", "label": "FS3-04-Accumulator/EV/Controls|93580A623_Press-Fit Studs", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|91280A098_Medium-Strength Class 8.8 Steel Hex Head Screw", "label": "FS3-04-Accumulator/EV/Controls|91280A098_Medium-Strength Class 8.8 Steel Hex Head Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|2-1625966-1", "label": "FS3-04-Accumulator/EV/Controls|2-1625966-1", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|c-hdp24-24-31pt-d-3d", "label": "FS3-04-Accumulator/EV/Controls|c-hdp24-24-31pt-d-3d", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|1092QCX-XXV parts", "label": "FS3-04-Accumulator/EV/Controls|1092QCX-XXV parts", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|c-hdp26-24-31st-a-3d", "label": "FS3-04-Accumulator/EV/Controls|c-hdp26-24-31st-a-3d", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|USB (Hand-made)", "label": "FS3-04-Accumulator/EV/Controls|USB (Hand-made)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|1590A13_Draw Latch (1)", "label": "FS3-04-Accumulator/EV/Controls|1590A13_Draw Latch (1)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|93085A144_Mil. Spec. Stainless Steel Phillips Flat Head Screws", "label": "FS3-04-Accumulator/EV/Controls|93085A144_Mil. Spec. Stainless Steel Phillips Flat Head Screws", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|c3d-u-plm-daten-webseite-einlesen-in-sap-2019-03-21-step-files-pl282x-301-xx", "label": "FS3-04-Accumulator/EV/Controls|c3d-u-plm-daten-webseite-einlesen-in-sap-2019-03-21-step-files-pl282x-301-xx", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|Accumulator_Board_V4", "label": "FS3-04-Accumulator/EV/Controls|Accumulator_Board_V4", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|Old Part Studio For Reference (Do Not Delete)", "label": "FS3-04-Accumulator/EV/Controls|Old Part Studio For Reference (Do Not Delete)", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|ACC Cowling v2 Copy 1", "label": "FS3-04-Accumulator/EV/Controls|ACC Cowling v2 Copy 1", "shape": "dot", "size": 83.04820237218405}, {"font": {"color": "white"}, "group": "FS3-00-Main Assembly", "id": "FS3-00-Main Assembly|Master Sketch", "label": "FS3-00-Main Assembly|Master Sketch", "shape": "dot", "size": 120.18387305144009}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|Container", "label": "FS3-04-Accumulator/EV/Controls|Container", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "MMC", "id": "MMC|90807A112_NO THREADS_Same-Size Thread Alloy Steel Shoulder Screw", "label": "MMC|90807A112_NO THREADS_Same-Size Thread Alloy Steel Shoulder Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "MMC", "id": "MMC|90807A113_NO THREADS_Same-Size Thread Alloy Steel Shoulder Screw", "label": "MMC|90807A113_NO THREADS_Same-Size Thread Alloy Steel Shoulder Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "MMC", "id": "MMC|94945A205_NO THREADS_HIGH-STRENGTH STEEL THIN NYLON-INSERT LOCKNUT", "label": "MMC|94945A205_NO THREADS_HIGH-STRENGTH STEEL THIN NYLON-INSERT LOCKNUT", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "MMC", "id": "MMC|ACC Mount Washers - 90126A206_Zinc-Plated Steel SAE Washer", "label": "MMC|ACC Mount Washers - 90126A206_Zinc-Plated Steel SAE Washer", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "Kaz", "id": "Kaz|Steering Rack Assembly, KAZ parts", "label": "Kaz|Steering Rack Assembly, KAZ parts", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|FS-3 Rear Bellcrank", "label": "FS3-02-Suspension|FS-3 Rear Bellcrank", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|Front Bellcrank", "label": "FS3-02-Suspension|Front Bellcrank", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|Actual Steering Column Parts", "label": "FS3-06-Ergonomics|Actual Steering Column Parts", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|6436K16_Clamping Two-Piece Shaft Collar", "label": "FS3-06-Ergonomics|6436K16_Clamping Two-Piece Shaft Collar", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|6338K429_Oil-Embedded Flanged Sleeve Bearing", "label": "FS3-06-Ergonomics|6338K429_Oil-Embedded Flanged Sleeve Bearing", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|FS3-P-04-ACCUMULATOR/EV/CONTROLS", "label": "FS3-04-Accumulator/EV/Controls|FS3-P-04-ACCUMULATOR/EV/CONTROLS", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "label": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "shape": "dot", "size": 100.0}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|RearWingV2", "label": "FS3-08-Aerodynamics/Body|RearWingV2", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|RearPushRodAssembly", "label": "FS3-08-Aerodynamics/Body|RearPushRodAssembly", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|FrontWing", "label": "FS3-08-Aerodynamics/Body|FrontWing", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|Undertray", "label": "FS3-08-Aerodynamics/Body|Undertray", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|Body", "label": "FS3-08-Aerodynamics/Body|Body", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|1-3-2 Front Wing Element Setup", "label": "FS3-08-Aerodynamics/Body|1-3-2 Front Wing Element Setup", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|RearWingV3", "label": "FS3-08-Aerodynamics/Body|RearWingV3", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN", "label": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN", "shape": "dot", "size": 83.04820237218405}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN ASSEMBLY", "label": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN ASSEMBLY", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|MOTOR-MOUNTS-FS-3", "label": "FS3-05-Drivetrain|MOTOR-MOUNTS-FS-3", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|Spacer", "label": "FS3-05-Drivetrain|Spacer", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|CHAIN-GUARD-FS-3-V3", "label": "FS3-05-Drivetrain|CHAIN-GUARD-FS-3-V3", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-07-Hardware-Integration-Enclosures", "id": "FS3-07-Hardware-Integration-Enclosures|FS3-A-07-HARDWARE", "label": "FS3-07-Hardware-Integration-Enclosures|FS3-A-07-HARDWARE", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-07-Hardware-Integration-Enclosures", "id": "FS3-07-Hardware-Integration-Enclosures|BreakoutBoard", "label": "FS3-07-Hardware-Integration-Enclosures|BreakoutBoard", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS2-EN-DT-A-0001-V3, DRIVETRAIN ASSEMBLY, ASSEMBLY", "id": "FS2-EN-DT-A-0001-V3, DRIVETRAIN ASSEMBLY, ASSEMBLY|FS2-EN-DT-P-0004-520-V1, 520 Kawasaki SPROCKET", "label": "FS2-EN-DT-A-0001-V3, DRIVETRAIN ASSEMBLY, ASSEMBLY|FS2-EN-DT-P-0004-520-V1, 520 Kawasaki SPROCKET", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "label": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "shape": "dot", "size": 114.62406251802891}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|Seat", "label": "FS3-06-Ergonomics|Seat", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|BrakeRouting", "label": "FS3-06-Ergonomics|BrakeRouting", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|FS3-P-06-PEDAL BOX", "label": "FS3-06-Ergonomics|FS3-P-06-PEDAL BOX", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|Steering Column(B14)", "label": "FS3-06-Ergonomics|Steering Column(B14)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|UJ_export v2", "label": "FS3-06-Ergonomics|UJ_export v2", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|60645K181_Ball Joint Rod End", "label": "FS3-06-Ergonomics|60645K181_Ball Joint Rod End", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|Steering Wheel Proto", "label": "FS3-06-Ergonomics|Steering Wheel Proto", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|3d model (example of use) Emergency stop switch compact, raised, plug-in terminal (61-6441.4047)_61-6441.4047", "label": "FS3-06-Ergonomics|3d model (example of use) Emergency stop switch compact, raised, plug-in terminal (61-6441.4047)_61-6441.4047", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|RearWingPushRod", "label": "FS3-08-Aerodynamics/Body|RearWingPushRod", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-08-Aerodynamics/Body", "id": "FS3-08-Aerodynamics/Body|60645K111_Ball Joint Rod End", "label": "FS3-08-Aerodynamics/Body|60645K111_Ball Joint Rod End", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3 - FS2 Parts", "id": "FS3 - FS2 Parts|Front Wheel", "label": "FS3 - FS2 Parts|Front Wheel", "shape": "dot", "size": 100.0}, {"font": {"color": "white"}, "group": "FS3 - FS2 Parts", "id": "FS3 - FS2 Parts|Rear Wheel", "label": "FS3 - FS2 Parts|Rear Wheel", "shape": "dot", "size": 104.2481250360578}, {"font": {"color": "white"}, "group": "Zero Motorcycles (DO NOT DISTRIBUTE)", "id": "Zero Motorcycles (DO NOT DISTRIBUTE)|MOTOR, ZF 75-10, ZERO (DO NOT DISTRIBUTE), 30-08159", "label": "Zero Motorcycles (DO NOT DISTRIBUTE)|MOTOR, ZF 75-10, ZERO (DO NOT DISTRIBUTE), 30-08159", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "label": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "shape": "dot", "size": 117.51099295352732}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|91259A582_Alloy Steel Shoulder Screw", "label": "FS3-05-Drivetrain|91259A582_Alloy Steel Shoulder Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|FS3-A-05-DIFF MOUNT TURNBUCKLE", "label": "FS3-05-Drivetrain|FS3-A-05-DIFF MOUNT TURNBUCKLE", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (99)", "label": "TRE MK2|INV-06-10001 Dummy (99)", "shape": "dot", "size": 172.67226489021297}, {"font": {"color": "white"}, "group": "FS2-EN-DT-A-0011, DIFF ASSEMBLY", "id": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|FS2-EN-DT-P-0016-V1, SPROCKET ADAPTER PLATE", "label": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|FS2-EN-DT-P-0016-V1, SPROCKET ADAPTER PLATE", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS2-EN-DT-A-0011, DIFF ASSEMBLY", "id": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|INV-06-10001 SPROCKET LOCK NUT", "label": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|INV-06-10001 SPROCKET LOCK NUT", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|FS3-P-05-DRIVEN SPROCKET", "label": "FS3-05-Drivetrain|FS3-P-05-DRIVEN SPROCKET", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS2-EN-DT-A-0011, DIFF ASSEMBLY", "id": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|92620A702_Zinc Yellow-Chromate Plated Hex Head Screw", "label": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|92620A702_Zinc Yellow-Chromate Plated Hex Head Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut", "id": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (2)", "label": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (2)", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut", "id": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (1)", "label": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (1)", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|FS3-P-05-DIFF MOUNT", "label": "FS3-05-Drivetrain|FS3-P-05-DIFF MOUNT", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|FS3-P-05-DIFF MOUNT TURNBUCKLE SPACER", "label": "FS3-05-Drivetrain|FS3-P-05-DIFF MOUNT TURNBUCKLE SPACER", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|91259A430_Alloy Steel Shoulder Screw", "label": "FS3-05-Drivetrain|91259A430_Alloy Steel Shoulder Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "right side housing", "id": "right side housing|FS3-RIGHT_SIDE_HOUSING", "label": "right side housing|FS3-RIGHT_SIDE_HOUSING", "shape": "dot", "size": 89.62406251802891}, {"font": {"color": "white"}, "group": "right side housing", "id": "right side housing|faceplate", "label": "right side housing|faceplate", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "right side housing", "id": "right side housing|housing", "label": "right side housing|housing", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "right side housing", "id": "right side housing|bottom left", "label": "right side housing|bottom left", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "right side housing", "id": "right side housing|bottom right", "label": "right side housing|bottom right", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "right side housing", "id": "right side housing|top left", "label": "right side housing|top left", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-07-Hardware-Integration-Enclosures", "id": "FS3-07-Hardware-Integration-Enclosures|FS3-P-07-01-ESTOP-ENCLOSURE", "label": "FS3-07-Hardware-Integration-Enclosures|FS3-P-07-01-ESTOP-ENCLOSURE", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3 TSSI/RTML", "id": "FS3 TSSI/RTML|Part Studio 1", "label": "FS3 TSSI/RTML|Part Studio 1", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Brake light mout", "id": "Brake light mout|FS3-BRAKE_LIGHT", "label": "Brake light mout|FS3-BRAKE_LIGHT", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "Brake light mout", "id": "Brake light mout|mount pate", "label": "Brake light mout|mount pate", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Brake light mout", "id": "Brake light mout|Part Studio 1", "label": "Brake light mout|Part Studio 1", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "PD board enlcosure", "id": "PD board enlcosure|FS3-PD_ENCLOSURE", "label": "PD board enlcosure|FS3-PD_ENCLOSURE", "shape": "dot", "size": 75.0}, {"font": {"color": "white"}, "group": "PD board enlcosure", "id": "PD board enlcosure|Part Studio 1", "label": "PD board enlcosure|Part Studio 1", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "PD board enlcosure", "id": "PD board enlcosure|Part Studio 2", "label": "PD board enlcosure|Part Studio 2", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "PD board enlcosure", "id": "PD board enlcosure|Power DIstrobution Board", "label": "PD board enlcosure|Power DIstrobution Board", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|FS3-02-Suspension", "label": "FS3-02-Suspension|FS3-02-Suspension", "shape": "dot", "size": 95.1838730514401}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|Front Wheel Assembly", "label": "FS3-02-Suspension|Front Wheel Assembly", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|Rear Wheel Assembly", "label": "FS3-02-Suspension|Rear Wheel Assembly", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "Aurora", "id": "Aurora|HAB-4TG", "label": "Aurora|HAB-4TG", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|Rod Ends", "label": "FS3-02-Suspension|Rod Ends", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|Suspension", "label": "FS3-02-Suspension|Suspension", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|CA Assembly spacer", "label": "FS3-02-Suspension|CA Assembly spacer", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|8419K12_Aluminum Turnbuckle-Style Connecting Rod", "label": "FS3-05-Drivetrain|8419K12_Aluminum Turnbuckle-Style Connecting Rod", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-05-Drivetrain", "id": "FS3-05-Drivetrain|60645K131_Ball Joint Rod End", "label": "FS3-05-Drivetrain|60645K131_Ball Joint Rod End", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|Tractive Box Assembly", "label": "Tractive Box V2|Tractive Box Assembly", "shape": "dot", "size": 114.62406251802891}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|Tractive Box A", "label": "Tractive Box V2|Tractive Box A", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|Tractive Board", "label": "Tractive Box V2|Tractive Board", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|Tractive Box B", "label": "Tractive Box V2|Tractive Box B", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "Sevcon", "id": "Sevcon|622/11213", "label": "Sevcon|622/11213", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Amphenol", "id": "Amphenol|pl082x-301-10d8", "label": "Amphenol|pl082x-301-10d8", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|BFC to E Meter Bus Bar", "label": "Tractive Box V2|BFC to E Meter Bus Bar", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|BFC to MC- Bus Bar", "label": "Tractive Box V2|BFC to MC- Bus Bar", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|E Meter to MC+ Bus Bar", "label": "Tractive Box V2|E Meter to MC+ Bus Bar", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|93580A623_Press-Fit Studs", "label": "Tractive Box V2|93580A623_Press-Fit Studs", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|90576A815_Medium-Strength Steel Nylon-Insert Locknut", "label": "Tractive Box V2|90576A815_Medium-Strength Steel Nylon-Insert Locknut", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Tractive Box V2", "id": "Tractive Box V2|96755A430_Class 8.8 Steel Thread-Locking Hex Head Screws", "label": "Tractive Box V2|96755A430_Class 8.8 Steel Thread-Locking Hex Head Screws", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Ohlins", "id": "Ohlins|TTX25 MKII", "label": "Ohlins|TTX25 MKII", "shape": "dot", "size": 64.62406251802891}, {"font": {"color": "white"}, "group": "Ohlins", "id": "Ohlins|TTX20 - Base Assembly - 200 - Extended", "label": "Ohlins|TTX20 - Base Assembly - 200 - Extended", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Ohlins", "id": "Ohlins|TTX20 - Base Assembly - 200 - Ride Height", "label": "Ohlins|TTX20 - Base Assembly - 200 - Ride Height", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Timken", "id": "Timken|13685-13621-TheTimkenCompany-3D-10-13-2024", "label": "Timken|13685-13621-TheTimkenCompany-3D-10-13-2024", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "Kaizer", "id": "Kaizer|WHEEL, 10i Center, Keizer", "label": "Kaizer|WHEEL, 10i Center, Keizer", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "Kaizer", "id": "Kaizer|WHEEL, OUTER HALF 10x1.25 10i, Keizer", "label": "Kaizer|WHEEL, OUTER HALF 10x1.25 10i, Keizer", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "Kaizer", "id": "Kaizer|WHEEL, INNER HALF 10x5BC 10i, Keizer", "label": "Kaizer|WHEEL, INNER HALF 10x5BC 10i, Keizer", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS2-SU-FS-A-0003-V1, FRONT WHEEL ASSEMBLY", "id": "FS2-SU-FS-A-0003-V1, FRONT WHEEL ASSEMBLY|Lengthened connection claw experiment V2", "label": "FS2-SU-FS-A-0003-V1, FRONT WHEEL ASSEMBLY|Lengthened connection claw experiment V2", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY", "id": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|connection claw experiment V2", "label": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|connection claw experiment V2", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (93)", "label": "TRE MK2|INV-06-10001 Dummy (93)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (41)", "label": "TRE MK2|INV-06-10001 Dummy (41)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (61)", "label": "TRE MK2|INV-06-10001 Dummy (61)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (71)", "label": "TRE MK2|INV-06-10001 Dummy (71)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (83)", "label": "TRE MK2|INV-06-10001 Dummy (83)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (62)", "label": "TRE MK2|INV-06-10001 Dummy (62)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (74)", "label": "TRE MK2|INV-06-10001 Dummy (74)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (50)", "label": "TRE MK2|INV-06-10001 Dummy (50)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (86)", "label": "TRE MK2|INV-06-10001 Dummy (86)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (92)", "label": "TRE MK2|INV-06-10001 Dummy (92)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy", "label": "TRE MK2|INV-06-10001 Dummy", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (7)", "label": "TRE MK2|INV-06-10001 Dummy (7)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (14)", "label": "TRE MK2|INV-06-10001 Dummy (14)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (20)", "label": "TRE MK2|INV-06-10001 Dummy (20)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (28)", "label": "TRE MK2|INV-06-10001 Dummy (28)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (34)", "label": "TRE MK2|INV-06-10001 Dummy (34)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (40)", "label": "TRE MK2|INV-06-10001 Dummy (40)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (46)", "label": "TRE MK2|INV-06-10001 Dummy (46)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (60)", "label": "TRE MK2|INV-06-10001 Dummy (60)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (70)", "label": "TRE MK2|INV-06-10001 Dummy (70)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (82)", "label": "TRE MK2|INV-06-10001 Dummy (82)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (66)", "label": "TRE MK2|INV-06-10001 Dummy (66)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (78)", "label": "TRE MK2|INV-06-10001 Dummy (78)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (56)", "label": "TRE MK2|INV-06-10001 Dummy (56)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (90)", "label": "TRE MK2|INV-06-10001 Dummy (90)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (97)", "label": "TRE MK2|INV-06-10001 Dummy (97)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (5)", "label": "TRE MK2|INV-06-10001 Dummy (5)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (12)", "label": "TRE MK2|INV-06-10001 Dummy (12)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (19)", "label": "TRE MK2|INV-06-10001 Dummy (19)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (25)", "label": "TRE MK2|INV-06-10001 Dummy (25)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (27)", "label": "TRE MK2|INV-06-10001 Dummy (27)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (33)", "label": "TRE MK2|INV-06-10001 Dummy (33)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (39)", "label": "TRE MK2|INV-06-10001 Dummy (39)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (73)", "label": "TRE MK2|INV-06-10001 Dummy (73)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (36)", "label": "TRE MK2|INV-06-10001 Dummy (36)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (72)", "label": "TRE MK2|INV-06-10001 Dummy (72)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (84)", "label": "TRE MK2|INV-06-10001 Dummy (84)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (67)", "label": "TRE MK2|INV-06-10001 Dummy (67)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (79)", "label": "TRE MK2|INV-06-10001 Dummy (79)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (57)", "label": "TRE MK2|INV-06-10001 Dummy (57)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (91)", "label": "TRE MK2|INV-06-10001 Dummy (91)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (98)", "label": "TRE MK2|INV-06-10001 Dummy (98)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (6)", "label": "TRE MK2|INV-06-10001 Dummy (6)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "TRE MK2", "id": "TRE MK2|INV-06-10001 Dummy (13)", "label": "TRE MK2|INV-06-10001 Dummy (13)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (6)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (6)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (8)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (8)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (11)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (11)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (14)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (14)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (17)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (17)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (20)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (20)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (22)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (22)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (28)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (28)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (32)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (32)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (26)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (26)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (30)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (30)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (24)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (24)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (34)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (34)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (37)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (37)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "INV-06-10001 Dummy-Parts-1", "id": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (18)", "label": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (18)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY", "id": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|FS2-EN-DT-P-0009-V3, INTEGRATED FOR INSERTS TAYLOR RACING TRIPOD HOUSING SPINDLE RETENTION PLATE", "label": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|FS2-EN-DT-P-0009-V3, INTEGRATED FOR INSERTS TAYLOR RACING TRIPOD HOUSING SPINDLE RETENTION PLATE", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY", "id": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|FS2-WT-P-0003-V1, REAR HUB", "label": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|FS2-WT-P-0003-V1, REAR HUB", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Kaizer", "id": "Kaizer|_WHEEL, INNER HALF 10x6BC 10i, Keizer_-_Cut-Extrude1_", "label": "Kaizer|_WHEEL, INNER HALF 10x6BC 10i, Keizer_-_Cut-Extrude1_", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut", "id": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut", "label": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|93505A462_NO THREADS_Male-Female Threaded Hex Standoff", "label": "FS3-04-Accumulator/EV/Controls|93505A462_NO THREADS_Male-Female Threaded Hex Standoff", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|92196A214_NO THREADS_18-8 Stainless Steel Socket Head Screw", "label": "FS3-04-Accumulator/EV/Controls|92196A214_NO THREADS_18-8 Stainless Steel Socket Head Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|93705A851_18-8 Stainless Steel Thread-Locking Socket Head Screw", "label": "FS3-04-Accumulator/EV/Controls|93705A851_18-8 Stainless Steel Thread-Locking Socket Head Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|Segment Walls", "label": "FS3-04-Accumulator/EV/Controls|Segment Walls", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|91099A155_Passivated 18-8 Stainless Steel Phillips Flat Head Screw", "label": "FS3-04-Accumulator/EV/Controls|91099A155_Passivated 18-8 Stainless Steel Phillips Flat Head Screw", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|96110A031_Nylon 6 6 Female Threaded Round Standoff", "label": "FS3-04-Accumulator/EV/Controls|96110A031_Nylon 6 6 Female Threaded Round Standoff", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|Front Wheel Mirror", "label": "FS3-02-Suspension|Front Wheel Mirror", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|Rear Wheel Mirror", "label": "FS3-02-Suspension|Rear Wheel Mirror", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Aurora", "id": "Aurora|HAB-4TG-TheTimkenCompany-3D-04-06-2025", "label": "Aurora|HAB-4TG-TheTimkenCompany-3D-04-06-2025", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|60645K822_Ball Joint Rod End", "label": "FS3-02-Suspension|60645K822_Ball Joint Rod End", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-02-Suspension", "id": "FS3-02-Suspension|94640A130_Tube-End Weld Nut", "label": "FS3-02-Suspension|94640A130_Tube-End Weld Nut", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Dana", "id": "Dana|MOTOR CONTROLLER, TM4 TAUTRONIC AC-X1, DANATM4 (1)", "label": "Dana|MOTOR CONTROLLER, TM4 TAUTRONIC AC-X1, DANATM4 (1)", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Amphenol", "id": "Amphenol|msdxlf000f", "label": "Amphenol|msdxlf000f", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "Bender", "id": "Bender|Part Studio 1", "label": "Bender|Part Studio 1", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|Cowling V2", "label": "FS3-04-Accumulator/EV/Controls|Cowling V2", "shape": "dot", "size": 50.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|Fan", "label": "FS3-04-Accumulator/EV/Controls|Fan", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|Top Mount Jig", "label": "FS3-04-Accumulator/EV/Controls|Top Mount Jig", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-04-Accumulator/EV/Controls", "id": "FS3-04-Accumulator/EV/Controls|Cowling V2 Copy 1", "label": "FS3-04-Accumulator/EV/Controls|Cowling V2 Copy 1", "shape": "dot", "size": 50.0}, {"color": "#97c2fc", "font": {"color": "white"}, "id": "FS3-00-Main Assembly|Main Assembly", "label": "FS3-00-Main Assembly|Main Assembly", "shape": "dot", "size": 133.04820237218408}, {"font": {"color": "white"}, "group": "FS3-06-Ergonomics", "id": "FS3-06-Ergonomics|Percy Part Studio", "label": "FS3-06-Ergonomics|Percy Part Studio", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3 TSSI/RTML", "id": "FS3 TSSI/RTML|FS3-TSSI_RTM", "label": "FS3 TSSI/RTML|FS3-TSSI_RTM", "shape": "dot", "size": 25.0}, {"font": {"color": "white"}, "group": "FS3-00-Main Assembly", "id": "FS3-00-Main Assembly|Wires", "label": "FS3-00-Main Assembly|Wires", "shape": "dot", "size": 25.0}]);
edges = new vis.DataSet([{"from": "FS3-01-Chassis|FS3-A-01-CHASSIS", "to": "FS3-01-Chassis|FS3-P-01-CHASSIS", "width": 1}, {"from": "FS3-01-Chassis|FS3-A-01-CHASSIS", "to": "FS3-02-Suspension|Bellcrank Spacer", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|ACC-Container", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|ACC-Tray", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|ACC-Maintenance Plugs", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|94020A315_Aluminum Heavy-Duty Rivet Nut", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|90631A005_Low-Strength Steel Nylon-Insert Locknut", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|90760A210_NO THREADS_Steel Narrow Hex Nuts", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|93580A623_Press-Fit Studs", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|91280A098_Medium-Strength Class 8.8 Steel Hex Head Screw", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|2-1625966-1", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|c-hdp24-24-31pt-d-3d", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|1092QCX-XXV parts", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|c-hdp26-24-31st-a-3d", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|USB (Hand-made)", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|1590A13_Draw Latch (1)", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|93085A144_Mil. Spec. Stainless Steel Phillips Flat Head Screws", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|c3d-u-plm-daten-webseite-einlesen-in-sap-2019-03-21-step-files-pl282x-301-xx", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|Accumulator_Board_V4", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|Old Part Studio For Reference (Do Not Delete)", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "to": "FS3-04-Accumulator/EV/Controls|ACC Cowling v2 Copy 1", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "FS3-04-Accumulator/EV/Controls|Container", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "MMC|90807A112_NO THREADS_Same-Size Thread Alloy Steel Shoulder Screw", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "MMC|90807A113_NO THREADS_Same-Size Thread Alloy Steel Shoulder Screw", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "MMC|94945A205_NO THREADS_HIGH-STRENGTH STEEL THIN NYLON-INSERT LOCKNUT", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "MMC|ACC Mount Washers - 90126A206_Zinc-Plated Steel SAE Washer", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "Kaz|Steering Rack Assembly, KAZ parts", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "FS3-02-Suspension|FS-3 Rear Bellcrank", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "FS3-02-Suspension|Front Bellcrank", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "FS3-06-Ergonomics|Actual Steering Column Parts", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "FS3-06-Ergonomics|6436K16_Clamping Two-Piece Shaft Collar", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "FS3-06-Ergonomics|6338K429_Oil-Embedded Flanged Sleeve Bearing", "width": 1}, {"from": "FS3-01-Chassis|FS3-P-01-CHASSIS", "to": "FS3-04-Accumulator/EV/Controls|FS3-P-04-ACCUMULATOR/EV/CONTROLS", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "to": "FS3-08-Aerodynamics/Body|RearWingV2", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "to": "FS3-08-Aerodynamics/Body|RearPushRodAssembly", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "to": "FS3-08-Aerodynamics/Body|FrontWing", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "to": "FS3-08-Aerodynamics/Body|Undertray", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "to": "FS3-08-Aerodynamics/Body|Body", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "to": "FS3-08-Aerodynamics/Body|1-3-2 Front Wing Element Setup", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "to": "FS3-08-Aerodynamics/Body|RearWingV3", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN", "to": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN ASSEMBLY", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN", "to": "FS3-05-Drivetrain|MOTOR-MOUNTS-FS-3", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN", "to": "FS3-05-Drivetrain|Spacer", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN", "to": "FS3-05-Drivetrain|CHAIN-GUARD-FS-3-V3", "width": 1}, {"from": "FS3-07-Hardware-Integration-Enclosures|FS3-A-07-HARDWARE", "to": "FS3-07-Hardware-Integration-Enclosures|BreakoutBoard", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|RearWingV2", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN ASSEMBLY", "to": "FS2-EN-DT-A-0001-V3, DRIVETRAIN ASSEMBLY, ASSEMBLY|FS2-EN-DT-P-0004-520-V1, 520 Kawasaki SPROCKET", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|Seat", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|BrakeRouting", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|FS3-P-06-PEDAL BOX", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|Steering Column(B14)", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|Actual Steering Column Parts", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|UJ_export v2", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|6338K429_Oil-Embedded Flanged Sleeve Bearing", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|60645K181_Ball Joint Rod End", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|6436K16_Clamping Two-Piece Shaft Collar", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|Steering Wheel Proto", "width": 1}, {"from": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "to": "FS3-06-Ergonomics|3d model (example of use) Emergency stop switch compact, raised, plug-in terminal (61-6441.4047)_61-6441.4047", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|RearPushRodAssembly", "to": "FS3-08-Aerodynamics/Body|RearWingPushRod", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|RearPushRodAssembly", "to": "FS3-08-Aerodynamics/Body|60645K111_Ball Joint Rod End", "width": 1}, {"from": "FS3-00-Main Assembly|Master Sketch", "to": "FS3 - FS2 Parts|Front Wheel", "width": 1}, {"from": "FS3-00-Main Assembly|Master Sketch", "to": "FS3 - FS2 Parts|Rear Wheel", "width": 1}, {"from": "FS3-00-Main Assembly|Master Sketch", "to": "Zero Motorcycles (DO NOT DISTRIBUTE)|MOTOR, ZF 75-10, ZERO (DO NOT DISTRIBUTE), 30-08159", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|Undertray", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|FrontWing", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS3-05-Drivetrain|91259A582_Alloy Steel Shoulder Screw", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS3-05-Drivetrain|FS3-A-05-DIFF MOUNT TURNBUCKLE", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "TRE MK2|INV-06-10001 Dummy (99)", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|FS2-EN-DT-P-0016-V1, SPROCKET ADAPTER PLATE", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|INV-06-10001 SPROCKET LOCK NUT", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS3-05-Drivetrain|FS3-P-05-DRIVEN SPROCKET", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS2-EN-DT-A-0011, DIFF ASSEMBLY|92620A702_Zinc Yellow-Chromate Plated Hex Head Screw", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (2)", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (1)", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS3-05-Drivetrain|FS3-P-05-DIFF MOUNT", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS3-05-Drivetrain|FS3-P-05-DIFF MOUNT TURNBUCKLE SPACER", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "to": "FS3-05-Drivetrain|91259A430_Alloy Steel Shoulder Screw", "width": 1}, {"from": "right side housing|FS3-RIGHT_SIDE_HOUSING", "to": "right side housing|faceplate", "width": 1}, {"from": "right side housing|FS3-RIGHT_SIDE_HOUSING", "to": "right side housing|housing", "width": 1}, {"from": "right side housing|FS3-RIGHT_SIDE_HOUSING", "to": "right side housing|bottom left", "width": 1}, {"from": "right side housing|FS3-RIGHT_SIDE_HOUSING", "to": "right side housing|bottom right", "width": 1}, {"from": "right side housing|FS3-RIGHT_SIDE_HOUSING", "to": "right side housing|top left", "width": 1}, {"from": "FS3-07-Hardware-Integration-Enclosures|FS3-P-07-01-ESTOP-ENCLOSURE", "to": "FS3-01-Chassis|FS3-P-01-CHASSIS", "width": 1}, {"from": "FS3-07-Hardware-Integration-Enclosures|FS3-P-07-01-ESTOP-ENCLOSURE", "to": "FS3 TSSI/RTML|Part Studio 1", "width": 1}, {"from": "FS3-06-Ergonomics|BrakeRouting", "to": "FS3-01-Chassis|FS3-P-01-CHASSIS", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|Body", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|Body", "to": "FS3-01-Chassis|FS3-P-01-CHASSIS", "width": 1}, {"from": "Brake light mout|FS3-BRAKE_LIGHT", "to": "Brake light mout|mount pate", "width": 1}, {"from": "Brake light mout|FS3-BRAKE_LIGHT", "to": "Brake light mout|Part Studio 1", "width": 1}, {"from": "PD board enlcosure|FS3-PD_ENCLOSURE", "to": "PD board enlcosure|Part Studio 1", "width": 1}, {"from": "PD board enlcosure|FS3-PD_ENCLOSURE", "to": "PD board enlcosure|Part Studio 2", "width": 1}, {"from": "PD board enlcosure|FS3-PD_ENCLOSURE", "to": "PD board enlcosure|Power DIstrobution Board", "width": 1}, {"from": "FS3-02-Suspension|FS3-02-Suspension", "to": "FS3-02-Suspension|Front Wheel Assembly", "width": 1}, {"from": "FS3-02-Suspension|FS3-02-Suspension", "to": "FS3-02-Suspension|Rear Wheel Assembly", "width": 1}, {"from": "FS3-02-Suspension|FS3-02-Suspension", "to": "Aurora|HAB-4TG", "width": 1}, {"from": "FS3-02-Suspension|FS3-02-Suspension", "to": "FS3-02-Suspension|Rod Ends", "width": 1}, {"from": "FS3-02-Suspension|FS3-02-Suspension", "to": "FS3-02-Suspension|Suspension", "width": 1}, {"from": "FS3-02-Suspension|FS3-02-Suspension", "to": "FS3-02-Suspension|CA Assembly spacer", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF MOUNT TURNBUCKLE", "to": "FS3-05-Drivetrain|8419K12_Aluminum Turnbuckle-Style Connecting Rod", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-A-05-DIFF MOUNT TURNBUCKLE", "to": "FS3-05-Drivetrain|60645K131_Ball Joint Rod End", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|Tractive Box A", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|Tractive Board", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|Tractive Box B", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Sevcon|622/11213", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Amphenol|pl082x-301-10d8", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|BFC to E Meter Bus Bar", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|BFC to MC- Bus Bar", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|E Meter to MC+ Bus Bar", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|93580A623_Press-Fit Studs", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|90576A815_Medium-Strength Steel Nylon-Insert Locknut", "width": 1}, {"from": "Tractive Box V2|Tractive Box Assembly", "to": "Tractive Box V2|96755A430_Class 8.8 Steel Thread-Locking Hex Head Screws", "width": 1}, {"from": "Ohlins|TTX25 MKII", "to": "Ohlins|TTX20 - Base Assembly - 200 - Extended", "width": 1}, {"from": "Ohlins|TTX25 MKII", "to": "Ohlins|TTX20 - Base Assembly - 200 - Ride Height", "width": 1}, {"from": "FS3 - FS2 Parts|Front Wheel", "to": "Timken|13685-13621-TheTimkenCompany-3D-10-13-2024", "width": 1}, {"from": "FS3 - FS2 Parts|Front Wheel", "to": "Kaizer|WHEEL, 10i Center, Keizer", "width": 1}, {"from": "FS3 - FS2 Parts|Front Wheel", "to": "Kaizer|WHEEL, OUTER HALF 10x1.25 10i, Keizer", "width": 1}, {"from": "FS3 - FS2 Parts|Front Wheel", "to": "Kaizer|WHEEL, INNER HALF 10x5BC 10i, Keizer", "width": 1}, {"from": "FS3 - FS2 Parts|Front Wheel", "to": "FS2-SU-FS-A-0003-V1, FRONT WHEEL ASSEMBLY|Lengthened connection claw experiment V2", "width": 1}, {"from": "FS3 - FS2 Parts|Front Wheel", "to": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|connection claw experiment V2", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (93)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (41)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (61)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (71)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (83)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (62)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (74)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (50)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (86)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (92)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (7)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (14)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (20)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (28)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (34)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (40)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (46)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (60)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (70)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (82)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (66)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (78)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (56)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (90)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (97)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (5)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (12)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (19)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (25)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (27)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (33)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (39)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (73)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (36)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (72)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (84)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (67)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (79)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (57)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (91)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (98)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (6)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "TRE MK2|INV-06-10001 Dummy (13)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (6)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (8)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (11)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (14)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (17)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (20)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (22)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (28)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (32)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (26)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (30)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (24)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (34)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (37)", "width": 1}, {"from": "TRE MK2|INV-06-10001 Dummy (99)", "to": "INV-06-10001 Dummy-Parts-1|INV-06-10001 Dummy (18)", "width": 1}, {"from": "FS3 - FS2 Parts|Rear Wheel", "to": "Timken|13685-13621-TheTimkenCompany-3D-10-13-2024", "width": 1}, {"from": "FS3 - FS2 Parts|Rear Wheel", "to": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|FS2-EN-DT-P-0009-V3, INTEGRATED FOR INSERTS TAYLOR RACING TRIPOD HOUSING SPINDLE RETENTION PLATE", "width": 1}, {"from": "FS3 - FS2 Parts|Rear Wheel", "to": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|FS2-WT-P-0003-V1, REAR HUB", "width": 1}, {"from": "FS3 - FS2 Parts|Rear Wheel", "to": "Kaizer|WHEEL, 10i Center, Keizer", "width": 1}, {"from": "FS3 - FS2 Parts|Rear Wheel", "to": "Kaizer|WHEEL, OUTER HALF 10x1.25 10i, Keizer", "width": 1}, {"from": "FS3 - FS2 Parts|Rear Wheel", "to": "Kaizer|_WHEEL, INNER HALF 10x6BC 10i, Keizer_-_Cut-Extrude1_", "width": 1}, {"from": "FS3 - FS2 Parts|Rear Wheel", "to": "FS2-SU-RS-A-0003-V2, REAR WHEEL ASSEMBLY|connection claw experiment V2", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|RearWingV3", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-08-Aerodynamics/Body|RearWingV3", "to": "FS3-01-Chassis|FS3-P-01-CHASSIS", "width": 1}, {"from": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (2)", "to": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut", "width": 1}, {"from": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (2)", "to": "94945A135_High-Strength Steel Thin Nylon-Insert Locknut|94945A135_High-Strength Steel Thin Nylon-Insert Locknut (1)", "width": 1}, {"from": "FS3-05-Drivetrain|FS3-P-05-DIFF MOUNT", "to": "FS3-01-Chassis|FS3-P-01-CHASSIS", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "to": "FS3-04-Accumulator/EV/Controls|Old Part Studio For Reference (Do Not Delete)", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "to": "FS3-04-Accumulator/EV/Controls|93505A462_NO THREADS_Male-Female Threaded Hex Standoff", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "to": "FS3-04-Accumulator/EV/Controls|92196A214_NO THREADS_18-8 Stainless Steel Socket Head Screw", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "to": "FS3-04-Accumulator/EV/Controls|93705A851_18-8 Stainless Steel Thread-Locking Socket Head Screw", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "to": "FS3-04-Accumulator/EV/Controls|Segment Walls", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "to": "FS3-04-Accumulator/EV/Controls|91099A155_Passivated 18-8 Stainless Steel Phillips Flat Head Screw", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "to": "FS3-04-Accumulator/EV/Controls|90760A210_NO THREADS_Steel Narrow Hex Nuts", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC-A-Segment", "to": "FS3-04-Accumulator/EV/Controls|96110A031_Nylon 6 6 Female Threaded Round Standoff", "width": 1}, {"from": "FS3-02-Suspension|Front Wheel Assembly", "to": "FS3 - FS2 Parts|Front Wheel", "width": 1}, {"from": "FS3-02-Suspension|Front Wheel Assembly", "to": "FS3-02-Suspension|Front Wheel Mirror", "width": 1}, {"from": "FS3-02-Suspension|Rear Wheel Assembly", "to": "FS3 - FS2 Parts|Rear Wheel", "width": 1}, {"from": "FS3-02-Suspension|Rear Wheel Assembly", "to": "FS3-02-Suspension|Rear Wheel Mirror", "width": 1}, {"from": "Aurora|HAB-4TG", "to": "Aurora|HAB-4TG-TheTimkenCompany-3D-04-06-2025", "width": 1}, {"from": "FS3-02-Suspension|FS-3 Rear Bellcrank", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-02-Suspension|Rod Ends", "to": "FS3-02-Suspension|60645K822_Ball Joint Rod End", "width": 1}, {"from": "FS3-02-Suspension|Rod Ends", "to": "FS3-02-Suspension|94640A130_Tube-End Weld Nut", "width": 1}, {"from": "FS3-02-Suspension|Front Bellcrank", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "Tractive Box V2|Tractive Box A", "to": "Dana|MOTOR CONTROLLER, TM4 TAUTRONIC AC-X1, DANATM4 (1)", "width": 1}, {"from": "Tractive Box V2|Tractive Box B", "to": "Amphenol|msdxlf000f", "width": 1}, {"from": "Tractive Box V2|Tractive Box B", "to": "Amphenol|pl082x-301-10d8", "width": 1}, {"from": "FS3-02-Suspension|Suspension", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-02-Suspension|Suspension", "to": "FS3-01-Chassis|FS3-P-01-CHASSIS", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|FS3-P-04-ACCUMULATOR/EV/CONTROLS", "to": "Bender|Part Studio 1", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|Old Part Studio For Reference (Do Not Delete)", "to": "Bender|Part Studio 1", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC Cowling v2 Copy 1", "to": "FS3-04-Accumulator/EV/Controls|Cowling V2", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC Cowling v2 Copy 1", "to": "FS3-04-Accumulator/EV/Controls|Fan", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC Cowling v2 Copy 1", "to": "FS3-04-Accumulator/EV/Controls|Top Mount Jig", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|ACC Cowling v2 Copy 1", "to": "FS3-04-Accumulator/EV/Controls|Cowling V2 Copy 1", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|Cowling V2", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-04-Accumulator/EV/Controls|Cowling V2 Copy 1", "to": "FS3-00-Main Assembly|Master Sketch", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-01-Chassis|FS3-A-01-CHASSIS", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-04-Accumulator/EV/Controls|FS3-A-04-ACCUMULATOR/EV/CONTROLS", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-06-Ergonomics|Percy Part Studio", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "MMC|ACC Mount Washers - 90126A206_Zinc-Plated Steel SAE Washer", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-08-Aerodynamics/Body|FS-3-A-08-AERODYNAMICS", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-05-Drivetrain|FS3-A-05-DRIVETRAIN", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-07-Hardware-Integration-Enclosures|FS3-A-07-HARDWARE", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-06-Ergonomics|FS3-A-06-ERGONOMICS", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-08-Aerodynamics/Body|Undertray", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-05-Drivetrain|FS3-A-05-DIFF ASSEMBLY", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "right side housing|FS3-RIGHT_SIDE_HOUSING", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-07-Hardware-Integration-Enclosures|FS3-P-07-01-ESTOP-ENCLOSURE", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "Brake light mout|FS3-BRAKE_LIGHT", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "PD board enlcosure|FS3-PD_ENCLOSURE", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3 TSSI/RTML|FS3-TSSI_RTM", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-02-Suspension|FS3-02-Suspension", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-01-Chassis|FS3-P-01-CHASSIS", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "Tractive Box V2|Tractive Box Assembly", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "Ohlins|TTX25 MKII", "width": 1}, {"from": "FS3-00-Main Assembly|Main Assembly", "to": "FS3-00-Main Assembly|Wires", "width": 1}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {"nodes": {"font": {"size": 80, "strokeWidth": 2}}, "edges": {"arrows": {"to": {"enabled": true, "scaleFactor": 3.5}}, "color": {"inherit": true}, "font": {"size": 60, "face": "verdana"}, "selfReferenceSize": null, "selfReference": {"angle": 0.7853981633974483}, "smooth": {"forceDirection": "none"}}, "physics": {"barnesHut": {"gravitationalConstant": -80000, "springLength": 250, "springConstant": 0.001}, "minVelocity": 0.75}};
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>