Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/sumolib/sumolib3d/input_nodes.nod.xml
428384 views
1
<nodes>
2
3
<!-- points for straight edge both ways-->
4
<node id="a0" x="100.0" y="0.0" />
5
<node id="a1" x="200.0" y="0.0" z="10.0" />
6
7
<!-- points for straight edge one way-->
8
<node id="b0" x="100.0" y="100.0" z="10.0" />
9
<node id="b1" x="200.0" y="100.0" z="10.0" />
10
11
<!-- points for a sloopy edge with shape points -->
12
<node id="sloopy_west" x="3000.0" y="200.0" z="10.0" />
13
<node id="sloopy_east" x="3500.0" y="200.0" z="10.0" />
14
15
<!-- points the build the frist leg of the H -->
16
<node id="left_top" x="1000.0" y="200.0" z="10.0" />
17
<node id="left_center" x="1000.0" y="100.0" z="10.0" />
18
<node id="left_botton" x="1000.0" y="0.0" z="10.0" />
19
20
<!-- points the build the second leg of the H -->
21
<node id="right_top" x="1200.0" y="200.0" z="10.0" />
22
<node id="right_center" x="1200.0" y="100.0" z="10.0" />
23
<node id="right_botton" x="1200.0" y="0.0" z="10.0" />
24
25
26
</nodes>
27
28