diff --git a/rocolib/builders/BoatPointFlatBuilder.py b/rocolib/builders/BoatPointFlatBuilder.py
index b0d12146d6521ebc8bbcedede252e9bb5c52e985..7f6c401e5b9bf7475111191952f286429d6790da 100644
--- a/rocolib/builders/BoatPointFlatBuilder.py
+++ b/rocolib/builders/BoatPointFlatBuilder.py
@@ -5,7 +5,7 @@ c = Component()
 
 c.addParameter("length", 130, paramType="length")
 c.addParameter("width", 70, paramType="length")
-c.addParameter("depth", 50, paramType="length")
+c.addParameter("depth", 40, paramType="length")
 
 c.addSubcomponent("boat","SimpleUChannel")
 c.addSubcomponent("bow","BoatPoint")
@@ -38,15 +38,15 @@ c.addConnection(("dcMount", "face2"),
                    ("cutout2", "decoration"),
                    mode="hole", offset=Function(params=("dy1"), fnstring="(10, 0)"))
 
-c.addConstraint(("leftArm", "w"), "width", "8")
-c.addConstraint(("leftArm", "l"),"width", "50") #depth of boat
+c.addConstraint(("leftArm", "w"), "width", "10")
+c.addConstraint(("leftArm", "l"),"width", "40") #depth of boat
 
-c.addConstraint(("rightArm", "w"), "width", "8")
+c.addConstraint(("rightArm", "w"), "width", "10")
 c.addConstraint(("rightArm", "l"),"width", "50")
 
 c.addConstraint(("dcMount", "length"), "width") #boat width
 c.addConstraint(("dcMount", "width"), "width", "30")
-c.addConstraint(("dcMount", "depth"), "depth", "8")
+c.addConstraint(("dcMount", "depth"), "depth", "10")
 
 c.addConstraint(("stern", "point"), "width", "0")
 
@@ -63,8 +63,8 @@ for i in range(2):
     c.addSubcomponent("split%d" %i, "SplitEdge")
     c.addConstraint(("split%d" %i, "toplength"), "length", "(x,)")
 
-c.addConstraint(("split0", "botlength"), "length", "(8, 2/3*x, 1/3*x-8)")
-c.addConstraint(("split1", "botlength"), "length", "(1/3*x-8,8, 2/3*x)")
+c.addConstraint(("split0", "botlength"), "length", "(1/3*x-10, 10, 2/3*x)")
+c.addConstraint(("split1", "botlength"), "length", "(2/3*x,10, 1/3*x-10)")
     # c.addSubcomponent("rect%d" % i, "Rectangle")
     # c.addConstraint(("rect%d" %i, "l"), "depth")
     # c.addConstraint(("rect%d" %i, "w"), "driveservo", "getDim(x, 'motorwidth')")
@@ -72,7 +72,7 @@ c.addConstraint(("split1", "botlength"), "length", "(1/3*x-8,8, 2/3*x)")
 c.addConnection(("boat", "redge"), ("split0", "topedge0"))
 c.addConnection(("boat", "ledge"), ("split1", "topedge0"))
 
-c.addConnection(("rightArm", "l"), ("split0", "botedge0"), angle=-180)
+c.addConnection(("rightArm", "l"), ("split0", "botedge1"), angle=-180)
 c.addConnection(("leftArm", "l"), ("split1", "botedge1"), tabWidth=5)
 
 # c.addConnection(("rect0", "l"), ("split0", "botedge6"), tabWidth=8)
diff --git a/rocolib/library/BoatBaseFlat.yaml b/rocolib/library/BoatBaseFlat.yaml
index 9496b93357dce9ed8ee094a2550f49dd1c6009ff..c137bcdaddb8e47c718d274908cbaf4204b2c8a8 100644
--- a/rocolib/library/BoatBaseFlat.yaml
+++ b/rocolib/library/BoatBaseFlat.yaml
@@ -57,7 +57,7 @@ connections:
   - - rightArm
     - l
   - - split0
-    - botedge0
+    - botedge1
   - angle: -180
   connection9:
   - - leftArm
@@ -74,7 +74,7 @@ interfaces:
     subcomponent: boat
 parameters:
   depth:
-    defaultValue: 50
+    defaultValue: 40
     spec:
       minValue: 0
       units: mm
@@ -142,7 +142,7 @@ subcomponents:
     kwargs: {}
     parameters:
       depth:
-        function: '8'
+        function: '10'
         parameter: depth
       length:
         parameter: width
@@ -154,7 +154,7 @@ subcomponents:
     kwargs: {}
     parameters:
       l:
-        function: '50'
+        function: '40'
         parameter: width
       w:
         parameter: depth
@@ -174,7 +174,7 @@ subcomponents:
     kwargs: {}
     parameters:
       botlength:
-        function: (8, 2/3*x, 1/3*x-8)
+        function: (1/3*x-10, 10, 2/3*x)
         parameter: length
       toplength:
         function: (x,)
@@ -184,7 +184,7 @@ subcomponents:
     kwargs: {}
     parameters:
       botlength:
-        function: (1/3*x-8,8, 2/3*x)
+        function: (2/3*x,10, 1/3*x-10)
         parameter: length
       toplength:
         function: (x,)
diff --git a/rocolib/output/.DS_Store b/rocolib/output/.DS_Store
index da2268ce275999b3d4cab5618b69c56cb1653f87..55c30b15478a60ad77d3be15a01281263547c1b3 100644
Binary files a/rocolib/output/.DS_Store and b/rocolib/output/.DS_Store differ
diff --git a/rocolib/output/BoatBaseFlat/graph-anim.svg b/rocolib/output/BoatBaseFlat/graph-anim.svg
index 500fd5a7f22f2aa9eac8a06bb28672f18377e71a..f4cd223571a57072df54a1dd30f5718e28efb0e0 100644
--- a/rocolib/output/BoatBaseFlat/graph-anim.svg
+++ b/rocolib/output/BoatBaseFlat/graph-anim.svg
@@ -1,144 +1,144 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="361.666667mm" version="1.1" viewBox="0.000000 0.000000 250.710678 361.666667" width="250.710678mm">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="328.333333mm" version="1.1" viewBox="0.000000 0.000000 234.031242 328.333333" width="234.031242mm">
   <defs/>
-  <line stroke="#000000" x1="192.71067811865487" x2="162.71067811865487" y1="55.00000000000001" y2="55.00000000000001"/>
-  <line opacity="0.5" stroke="#0000ff" x1="192.71067811865487" x2="192.71067811865487" y1="55.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="162.71067811865487" x2="192.71067811865487" y1="125.00000000000001" y2="125.00000000000001"/>
-  <line opacity="0.5" stroke="#0000ff" x1="162.71067811865487" x2="162.71067811865487" y1="125.00000000000001" y2="55.00000000000001"/>
-  <line opacity="0.5" stroke="#0000ff" x1="200.71067811865487" x2="200.71067811865487" y1="55.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="200.71067811865487" y1="55.00000000000001" y2="5.000000000000001"/>
-  <line stroke="#000000" x1="192.71067811865487" x2="192.71067811865487" y1="5.000000000000001" y2="55.00000000000001"/>
-  <line stroke="#000000" x1="192.71067811865487" x2="192.71067811865487" y1="0.0" y2="5.000000000000001"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="192.71067811865487" y1="0.0" y2="0.0"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="200.71067811865487" y1="5.000000000000001" y2="0.0"/>
-  <line stroke="#000000" x1="230.71067811865487" x2="200.71067811865487" y1="55.00000000000001" y2="55.00000000000001"/>
-  <line opacity="0.5" stroke="#0000ff" x1="230.71067811865487" x2="230.71067811865487" y1="55.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="230.71067811865487" y1="125.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="238.71067811865487" x2="230.71067811865487" y1="55.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#000000" x1="238.71067811865487" x2="238.71067811865487" y1="125.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#000000" x1="230.71067811865487" x2="238.71067811865487" y1="125.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="192.71067811865487" x2="192.71067811865487" y1="125.00000000000001" y2="175.0"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="200.71067811865487" y1="175.0" y2="125.00000000000001"/>
-  <line opacity="1.0" stroke="#ff0000" x1="200.71067811865487" x2="192.71067811865487" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="106.04401145198817" x2="70.71067811865484" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="192.71067811865484" x2="106.04401145198817" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="200.71067811865487" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="70.71067811865484" x2="70.71067811865484" y1="175.0" y2="175.0"/>
-  <line opacity="0.5" stroke="#0000ff" x1="70.71067811865484" x2="200.71067811865487" y1="225.00000000000003" y2="225.00000000000003"/>
-  <line opacity="0.1944001122142148" stroke="#0000ff" x1="70.71067811865484" x2="70.71067811865484" y1="175.0" y2="225.00000000000003"/>
-  <line opacity="1.0" stroke="#ff0000" x1="38.45101131870072" x2="70.71067811865484" y1="175.0" y2="225.00000000000003"/>
-  <line opacity="0.9666666666666667" stroke="#ff0000" x1="38.45101131870072" x2="70.71067811865484" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="38.4510113187007" x2="25.155006321979045" y1="175.0" y2="204.3922158601766"/>
-  <line opacity="1.0" stroke="#0000ff" x1="25.155006321979045" x2="70.71067811865483" y1="204.3922158601766" y2="225.00000000000003"/>
-  <line opacity="0.367097734030027" stroke="#0000ff" x1="8.526512829121203e-14" x2="70.71067811865484" y1="260.0" y2="225.00000000000003"/>
-  <line stroke="#000000" x1="11.859001325257395" x2="8.526512829121203e-14" y1="233.78443172035318" y2="260.0"/>
-  <line stroke="#000000" x1="25.155006321979076" x2="11.859001325257395" y1="204.3922158601766" y2="233.78443172035318"/>
-  <line opacity="0.25" stroke="#0000ff" x1="70.71067811865484" x2="70.71067811865484" y1="225.00000000000003" y2="260.0"/>
-  <line opacity="0.25" stroke="#0000ff" x1="70.71067811865484" x2="70.71067811865484" y1="260.0" y2="295.0"/>
-  <line opacity="0.367097734030027" stroke="#0000ff" x1="8.526512829121203e-14" x2="70.71067811865484" y1="260.0" y2="295.0"/>
-  <line opacity="0.5" stroke="#0000ff" x1="70.71067811865484" x2="200.7106781186548" y1="295.0" y2="295.0"/>
-  <line opacity="0.5" stroke="#0000ff" x1="200.7106781186548" x2="200.7106781186548" y1="260.0" y2="225.00000000000003"/>
-  <line opacity="0.5" stroke="#0000ff" x1="200.7106781186548" x2="200.7106781186548" y1="295.0" y2="260.0"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="275.00000000000006" y2="225.00000000000003"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="260.0" y2="275.00000000000006"/>
-  <line opacity="1.0" stroke="#0000ff" x1="200.7106781186548" x2="250.71067811865484" y1="225.00000000000003" y2="225.00000000000003"/>
-  <line opacity="1.0" stroke="#ff0000" x1="200.7106781186548" x2="250.71067811865484" y1="225.00000000000003" y2="175.00000000000003"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="225.00000000000003" y2="175.00000000000003"/>
-  <line opacity="0.9666666666666667" stroke="#ff0000" x1="200.7106781186548" x2="250.71067811865484" y1="175.0" y2="175.0"/>
-  <line opacity="0.5" stroke="#0000ff" x1="200.7106781186548" x2="200.7106781186548" y1="225.00000000000003" y2="175.0"/>
-  <line stroke="#000000" x1="200.7106781186548" x2="200.7106781186548" y1="158.33333333333337" y2="175.0"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="200.7106781186548" y1="158.33333333333337" y2="158.33333333333337"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="175.0" y2="158.33333333333337"/>
-  <line opacity="1.0" stroke="#0000ff" x1="250.71067811865484" x2="200.7106781186548" y1="295.0" y2="295.0"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="245.00000000000003" y2="260.0"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="295.0" y2="245.00000000000003"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="345.00000000000006" y2="295.0"/>
-  <line opacity="1.0" stroke="#ff0000" x1="250.71067811865484" x2="200.7106781186548" y1="345.00000000000006" y2="295.0"/>
-  <line opacity="0.5" stroke="#0000ff" x1="200.7106781186548" x2="200.71067811865478" y1="345.00000000000006" y2="295.0"/>
-  <line opacity="0.9666666666666667" stroke="#ff0000" x1="250.71067811865484" x2="200.7106781186548" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line opacity="0.1944001122142148" stroke="#0000ff" x1="70.71067811865481" x2="70.71067811865481" y1="295.0" y2="345.00000000000006"/>
-  <line opacity="0.9666666666666667" stroke="#ff0000" x1="70.71067811865481" x2="38.45101131870067" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line opacity="1.0" stroke="#ff0000" x1="70.7106781186548" x2="38.45101131870067" y1="295.0" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="70.7106781186548" x2="70.7106781186548" y1="355.75322226665145" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="38.45101131870067" x2="70.7106781186548" y1="355.75322226665145" y2="355.75322226665145"/>
-  <line stroke="#000000" x1="38.45101131870067" x2="38.45101131870067" y1="345.00000000000006" y2="355.75322226665145"/>
-  <line opacity="1.0" stroke="#0000ff" x1="70.71067811865478" x2="25.15500632197899" y1="295.0" y2="315.6077841398234"/>
-  <line stroke="#000000" x1="25.15500632197899" x2="38.45101131870067" y1="315.6077841398234" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="11.859001325257312" x2="25.15500632197899" y1="286.21556827964685" y2="315.6077841398234"/>
-  <line stroke="#000000" x1="0.0" x2="11.859001325257312" y1="260.0" y2="286.21556827964685"/>
-  <line stroke="#000000" x1="114.04401145198815" x2="200.7106781186548" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="106.04401145198815" x2="114.04401145198815" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="70.71067811865481" x2="106.04401145198815" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="70.71067811865481" x2="70.71067811865481" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="200.7106781186548" x2="200.7106781186548" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="361.66666666666674" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="200.7106781186548" x2="250.71067811865484" y1="361.66666666666674" y2="361.66666666666674"/>
-  <line stroke="#000000" x1="200.7106781186548" x2="200.7106781186548" y1="345.00000000000006" y2="361.66666666666674"/>
-  <line stroke="#000000" x1="38.45101131870072" x2="38.45101131870072" y1="164.2467777333486" y2="175.0"/>
-  <line stroke="#000000" x1="70.71067811865484" x2="38.45101131870072" y1="164.2467777333486" y2="164.2467777333486"/>
-  <line stroke="#000000" x1="70.71067811865484" x2="70.71067811865484" y1="175.0" y2="164.2467777333486"/>
-  <line stroke="#000000" x1="154.71067811865484" x2="162.71067811865487" y1="125.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="154.71067811865484" x2="154.71067811865484" y1="55.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="162.71067811865487" x2="154.71067811865484" y1="55.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#888888" x1="163.71067811865484" x2="171.71067811865487" y1="86.00000000000001" y2="86.00000000000001"/>
-  <line stroke="#888888" x1="171.71067811865487" x2="171.71067811865487" y1="86.00000000000001" y2="94.00000000000001"/>
-  <line stroke="#888888" x1="171.71067811865487" x2="163.71067811865484" y1="94.00000000000001" y2="94.00000000000001"/>
-  <line stroke="#888888" x1="163.71067811865484" x2="163.71067811865484" y1="94.00000000000001" y2="86.00000000000001"/>
-  <line stroke="#888888" x1="198.04401145198818" x2="198.04401145198818" y1="1.2500000000000002" y2="3.7500000000000004"/>
-  <line stroke="#888888" x1="198.04401145198818" x2="195.37734478532153" y1="3.7500000000000004" y2="3.7500000000000004"/>
-  <line stroke="#888888" x1="195.37734478532153" x2="195.37734478532153" y1="3.7500000000000004" y2="1.2500000000000002"/>
-  <line stroke="#888888" x1="221.71067811865487" x2="229.71067811865487" y1="86.00000000000001" y2="86.00000000000001"/>
-  <line stroke="#888888" x1="229.71067811865487" x2="229.71067811865487" y1="86.00000000000001" y2="94.00000000000001"/>
-  <line stroke="#888888" x1="229.71067811865487" x2="221.71067811865487" y1="94.00000000000001" y2="94.00000000000001"/>
-  <line stroke="#888888" x1="221.71067811865487" x2="221.71067811865487" y1="94.00000000000001" y2="86.00000000000001"/>
-  <line stroke="#888888" x1="232.46067811865487" x2="232.46067811865487" y1="80.70454545454547" y2="67.47727272727273"/>
-  <line stroke="#888888" x1="232.46067811865487" x2="232.96067811865487" y1="67.47727272727273" y2="67.47727272727273"/>
-  <line stroke="#888888" x1="232.96067811865487" x2="232.96067811865487" y1="67.47727272727273" y2="80.70454545454547"/>
-  <line stroke="#888888" x1="232.96067811865487" x2="232.46067811865487" y1="80.70454545454547" y2="80.70454545454547"/>
-  <line stroke="#888888" x1="232.46067811865487" x2="232.46067811865487" y1="112.52272727272728" y2="99.29545454545456"/>
-  <line stroke="#888888" x1="232.46067811865487" x2="232.96067811865487" y1="99.29545454545456" y2="99.29545454545456"/>
-  <line stroke="#888888" x1="232.96067811865487" x2="232.96067811865487" y1="99.29545454545456" y2="112.52272727272728"/>
-  <line stroke="#888888" x1="232.96067811865487" x2="232.46067811865487" y1="112.52272727272728" y2="112.52272727272728"/>
-  <line stroke="#888888" x1="28.401875901131806" x2="23.7637963941597" y1="217.3888829577983" y2="227.64184496249058"/>
-  <line stroke="#888888" x1="23.7637963941597" x2="23.30823967619293" y1="227.64184496249058" y2="227.43576712109234"/>
-  <line stroke="#888888" x1="23.30823967619293" x2="27.946319183165034" y1="227.43576712109234" y2="217.18280511640006"/>
-  <line stroke="#888888" x1="27.946319183165034" x2="28.401875901131806" y1="217.18280511640006" y2="217.3888829577983"/>
-  <line stroke="#888888" x1="237.96067811865484" x2="237.96067811865484" y1="258.58333333333337" y2="241.41666666666669"/>
-  <line stroke="#888888" x1="237.96067811865484" x2="238.46067811865484" y1="241.41666666666669" y2="241.41666666666669"/>
-  <line stroke="#888888" x1="238.46067811865484" x2="238.46067811865484" y1="241.41666666666669" y2="258.58333333333337"/>
-  <line stroke="#888888" x1="238.46067811865484" x2="237.96067811865484" y1="258.58333333333337" y2="258.58333333333337"/>
-  <line stroke="#888888" x1="234.04401145198815" x2="234.04401145198815" y1="162.50000000000003" y2="170.83333333333334"/>
-  <line stroke="#888888" x1="234.04401145198815" x2="217.3773447853215" y1="170.83333333333334" y2="170.83333333333334"/>
-  <line stroke="#888888" x1="217.3773447853215" x2="217.3773447853215" y1="170.83333333333334" y2="162.50000000000003"/>
-  <line stroke="#888888" x1="237.96067811865484" x2="237.96067811865484" y1="278.5833333333333" y2="261.4166666666667"/>
-  <line stroke="#888888" x1="237.96067811865484" x2="238.46067811865484" y1="261.4166666666667" y2="261.4166666666667"/>
-  <line stroke="#888888" x1="238.46067811865484" x2="238.46067811865484" y1="261.4166666666667" y2="278.5833333333333"/>
-  <line stroke="#888888" x1="238.46067811865484" x2="237.96067811865484" y1="278.5833333333333" y2="278.5833333333333"/>
-  <line stroke="#888888" x1="49.20423358535203" x2="49.20423358535203" y1="353.06491669998854" y2="347.6883055666629"/>
-  <line stroke="#888888" x1="49.20423358535203" x2="59.95745585200341" y1="347.6883055666629" y2="347.6883055666629"/>
-  <line stroke="#888888" x1="59.95745585200341" x2="59.95745585200341" y1="347.6883055666629" y2="353.06491669998854"/>
-  <line stroke="#888888" x1="23.763796394159613" x2="28.40187590113172" y1="292.3581550375095" y2="302.6111170422017"/>
-  <line stroke="#888888" x1="28.40187590113172" x2="27.94631918316495" y1="302.6111170422017" y2="302.81719488360005"/>
-  <line stroke="#888888" x1="27.94631918316495" x2="23.308239676192844" y1="302.81719488360005" y2="292.5642328789077"/>
-  <line stroke="#888888" x1="23.308239676192844" x2="23.763796394159613" y1="292.5642328789077" y2="292.3581550375095"/>
-  <line stroke="#888888" x1="108.46067811865481" x2="111.62734478532148" y1="341.0" y2="341.0"/>
-  <line stroke="#888888" x1="111.62734478532148" x2="111.62734478532148" y1="341.0" y2="341.5"/>
-  <line stroke="#888888" x1="111.62734478532148" x2="108.46067811865481" y1="341.5" y2="341.5"/>
-  <line stroke="#888888" x1="108.46067811865481" x2="108.46067811865481" y1="341.5" y2="341.0"/>
-  <line stroke="#888888" x1="217.3773447853215" x2="217.3773447853215" y1="357.50000000000006" y2="349.16666666666674"/>
-  <line stroke="#888888" x1="217.3773447853215" x2="234.04401145198815" y1="349.16666666666674" y2="349.16666666666674"/>
-  <line stroke="#888888" x1="234.04401145198815" x2="234.04401145198815" y1="349.16666666666674" y2="357.50000000000006"/>
-  <line stroke="#888888" x1="59.957455852003484" x2="59.957455852003484" y1="166.93508330001148" y2="172.31169443333718"/>
-  <line stroke="#888888" x1="59.957455852003484" x2="49.20423358535209" y1="172.31169443333718" y2="172.31169443333718"/>
-  <line stroke="#888888" x1="49.20423358535209" x2="49.20423358535209" y1="172.31169443333718" y2="166.93508330001148"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="156.71067811865487" y1="67.72727272727273" y2="63.727272727272734"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="160.71067811865487" y1="63.727272727272734" y2="67.72727272727273"/>
-  <line stroke="#888888" x1="160.71067811865487" x2="160.71067811865487" y1="67.72727272727273" y2="80.45454545454547"/>
-  <line stroke="#888888" x1="160.71067811865487" x2="156.71067811865487" y1="80.45454545454547" y2="84.45454545454547"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="156.71067811865487" y1="84.45454545454547" y2="80.45454545454547"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="156.71067811865487" y1="99.54545454545455" y2="95.54545454545456"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="160.71067811865487" y1="95.54545454545456" y2="99.54545454545455"/>
-  <line stroke="#888888" x1="160.71067811865487" x2="160.71067811865487" y1="99.54545454545455" y2="112.27272727272728"/>
-  <line stroke="#888888" x1="160.71067811865487" x2="156.71067811865487" y1="112.27272727272728" y2="116.27272727272728"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="156.71067811865487" y1="116.27272727272728" y2="112.27272727272728"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="120.69790904099513" y1="45.0" y2="45.0"/>
+  <line opacity="0.5" stroke="#0000ff" x1="150.6979090409951" x2="150.6979090409951" y1="45.0" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="120.69790904099513" x2="150.6979090409951" y1="115.00000000000001" y2="115.00000000000001"/>
+  <line opacity="0.5" stroke="#0000ff" x1="120.69790904099513" x2="120.69790904099513" y1="115.00000000000001" y2="45.0"/>
+  <line opacity="0.5" stroke="#0000ff" x1="160.69790904099514" x2="160.69790904099514" y1="45.0" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="160.69790904099514" y1="45.0" y2="5.000000000000001"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="150.6979090409951" y1="5.000000000000001" y2="45.0"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="150.6979090409951" y1="0.0" y2="5.000000000000001"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="150.6979090409951" y1="0.0" y2="0.0"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="160.69790904099514" y1="5.000000000000001" y2="0.0"/>
+  <line stroke="#000000" x1="190.69790904099514" x2="160.69790904099514" y1="45.0" y2="45.0"/>
+  <line opacity="0.5" stroke="#0000ff" x1="190.69790904099514" x2="190.69790904099514" y1="45.0" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="190.69790904099514" y1="115.00000000000001" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="200.69790904099514" x2="190.69790904099514" y1="45.0" y2="45.0"/>
+  <line stroke="#000000" x1="200.69790904099514" x2="200.69790904099514" y1="115.00000000000001" y2="45.0"/>
+  <line stroke="#000000" x1="190.69790904099514" x2="200.69790904099514" y1="115.00000000000001" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="150.6979090409951" y1="115.00000000000001" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="160.69790904099514" y1="165.00000000000003" y2="115.00000000000001"/>
+  <line opacity="1.0" stroke="#ff0000" x1="160.69790904099514" x2="150.6979090409951" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="64.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="194.03124237432846" x2="160.69790904099514" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="194.03124237432846" x2="194.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="64.03124237432846" x2="64.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line opacity="0.5" stroke="#0000ff" x1="64.03124237432846" x2="194.03124237432846" y1="205.00000000000003" y2="205.00000000000003"/>
+  <line opacity="0.1944001122142148" stroke="#0000ff" x1="64.03124237432846" x2="64.03124237432846" y1="165.00000000000003" y2="205.00000000000003"/>
+  <line opacity="1.0" stroke="#ff0000" x1="40.04352800904868" x2="64.03124237432846" y1="165.00000000000003" y2="205.00000000000003"/>
+  <line opacity="0.9666666666666667" stroke="#ff0000" x1="40.04352800904868" x2="64.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="40.04352800904868" x2="28.745631649622073" y1="165.00000000000003" y2="186.16052878171774"/>
+  <line opacity="1.0" stroke="#0000ff" x1="28.745631649622073" x2="64.03124237432846" y1="186.16052878171774" y2="205.00000000000003"/>
+  <line opacity="0.3833772688091895" stroke="#0000ff" x1="0.0" x2="64.03124237432846" y1="240.00000000000003" y2="205.00000000000003"/>
+  <line stroke="#000000" x1="17.447735290195485" x2="0.0" y1="207.32105756343552" y2="240.00000000000003"/>
+  <line stroke="#000000" x1="28.745631649622084" x2="17.447735290195485" y1="186.16052878171774" y2="207.32105756343552"/>
+  <line opacity="0.21477671252272268" stroke="#0000ff" x1="64.03124237432846" x2="64.03124237432846" y1="205.00000000000003" y2="240.00000000000003"/>
+  <line opacity="0.21477671252272268" stroke="#0000ff" x1="64.03124237432847" x2="64.0312423743285" y1="240.00000000000003" y2="275.00000000000006"/>
+  <line opacity="0.3833772688091895" stroke="#0000ff" x1="0.0" x2="64.0312423743285" y1="240.00000000000003" y2="275.00000000000006"/>
+  <line opacity="0.5" stroke="#0000ff" x1="64.03124237432847" x2="194.03124237432843" y1="275.00000000000006" y2="275.0"/>
+  <line opacity="0.5" stroke="#0000ff" x1="194.03124237432846" x2="194.03124237432843" y1="240.0" y2="204.99999999999997"/>
+  <line opacity="0.5" stroke="#0000ff" x1="194.03124237432846" x2="194.03124237432846" y1="275.00000000000006" y2="240.0"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="244.99999999999997" y2="204.99999999999994"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="239.99999999999997" y2="244.99999999999997"/>
+  <line opacity="1.0" stroke="#0000ff" x1="194.03124237432843" x2="234.03124237432846" y1="204.99999999999997" y2="204.99999999999994"/>
+  <line opacity="1.0" stroke="#ff0000" x1="194.03124237432843" x2="234.03124237432846" y1="204.99999999999997" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="204.99999999999997" y2="165.00000000000003"/>
+  <line opacity="0.9666666666666667" stroke="#ff0000" x1="194.03124237432843" x2="234.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line opacity="0.5" stroke="#0000ff" x1="194.03124237432843" x2="194.03124237432843" y1="204.99999999999997" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="194.03124237432843" x2="194.03124237432843" y1="151.66666666666666" y2="165.0"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="194.03124237432843" y1="151.66666666666666" y2="151.66666666666666"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="165.0" y2="151.66666666666666"/>
+  <line opacity="1.0" stroke="#0000ff" x1="234.03124237432846" x2="194.03124237432846" y1="274.99999999999994" y2="275.0"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="234.99999999999997" y2="239.99999999999997"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="274.99999999999994" y2="234.99999999999997"/>
+  <line stroke="#000000" x1="234.0312423743285" x2="234.03124237432849" y1="314.99999999999994" y2="275.0"/>
+  <line opacity="1.0" stroke="#ff0000" x1="234.0312423743285" x2="194.03124237432846" y1="314.99999999999994" y2="275.00000000000006"/>
+  <line opacity="0.5" stroke="#0000ff" x1="194.03124237432849" x2="194.03124237432846" y1="315.00000000000006" y2="275.00000000000006"/>
+  <line opacity="0.9666666666666667" stroke="#ff0000" x1="234.03124237432849" x2="194.03124237432849" y1="314.99999999999994" y2="315.00000000000006"/>
+  <line opacity="0.1944001122142148" stroke="#0000ff" x1="64.03124237432854" x2="64.03124237432856" y1="275.00000000000006" y2="315.00000000000006"/>
+  <line opacity="0.9666666666666667" stroke="#ff0000" x1="64.03124237432856" x2="40.04352800904878" y1="315.00000000000006" y2="315.00000000000006"/>
+  <line opacity="1.0" stroke="#ff0000" x1="64.03124237432854" x2="40.04352800904878" y1="275.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="64.03124237432856" x2="64.03124237432856" y1="322.9959047884266" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="40.04352800904878" x2="64.03124237432856" y1="322.9959047884267" y2="322.9959047884266"/>
+  <line stroke="#000000" x1="40.04352800904878" x2="40.04352800904878" y1="315.00000000000006" y2="322.9959047884267"/>
+  <line opacity="1.0" stroke="#0000ff" x1="64.03124237432854" x2="28.745631649622172" y1="275.00000000000006" y2="293.8394712182823"/>
+  <line stroke="#000000" x1="28.745631649622172" x2="40.04352800904878" y1="293.8394712182823" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="17.447735290195567" x2="28.745631649622172" y1="272.6789424365645" y2="293.8394712182823"/>
+  <line stroke="#000000" x1="8.526512829121203e-14" x2="17.447735290195567" y1="240.00000000000009" y2="272.6789424365645"/>
+  <line stroke="#000000" x1="160.6979090409952" x2="194.03124237432849" y1="315.00000000000006" y2="314.99999999999994"/>
+  <line stroke="#000000" x1="150.69790904099517" x2="160.6979090409952" y1="315.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="64.03124237432856" x2="150.69790904099517" y1="315.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="64.03124237432856" x2="64.03124237432856" y1="315.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="314.99999999999994" y2="314.99999999999994"/>
+  <line stroke="#000000" x1="234.0312423743285" x2="234.0312423743285" y1="328.33333333333326" y2="314.99999999999994"/>
+  <line stroke="#000000" x1="194.03124237432849" x2="234.0312423743285" y1="328.33333333333326" y2="328.33333333333326"/>
+  <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="314.99999999999994" y2="328.33333333333326"/>
+  <line stroke="#000000" x1="40.04352800904868" x2="40.04352800904868" y1="157.00409521157343" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="64.03124237432846" x2="40.04352800904868" y1="157.00409521157343" y2="157.00409521157343"/>
+  <line stroke="#000000" x1="64.03124237432846" x2="64.03124237432846" y1="165.00000000000003" y2="157.00409521157343"/>
+  <line stroke="#000000" x1="110.69790904099513" x2="120.69790904099513" y1="115.00000000000001" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="110.69790904099513" x2="110.69790904099513" y1="45.0" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="120.69790904099513" x2="110.69790904099513" y1="45.0" y2="45.0"/>
+  <line stroke="#888888" x1="121.69790904099513" x2="129.6979090409951" y1="76.00000000000001" y2="76.00000000000001"/>
+  <line stroke="#888888" x1="129.6979090409951" x2="129.6979090409951" y1="76.00000000000001" y2="84.0"/>
+  <line stroke="#888888" x1="129.6979090409951" x2="121.69790904099513" y1="84.0" y2="84.0"/>
+  <line stroke="#888888" x1="121.69790904099513" x2="121.69790904099513" y1="84.0" y2="76.00000000000001"/>
+  <line stroke="#888888" x1="157.3645757076618" x2="157.3645757076618" y1="1.2500000000000002" y2="3.7500000000000004"/>
+  <line stroke="#888888" x1="157.3645757076618" x2="154.03124237432849" y1="3.7500000000000004" y2="3.7500000000000004"/>
+  <line stroke="#888888" x1="154.03124237432849" x2="154.03124237432849" y1="3.7500000000000004" y2="1.2500000000000002"/>
+  <line stroke="#888888" x1="181.69790904099514" x2="189.6979090409951" y1="76.00000000000001" y2="76.00000000000001"/>
+  <line stroke="#888888" x1="189.6979090409951" x2="189.6979090409951" y1="76.00000000000001" y2="84.0"/>
+  <line stroke="#888888" x1="189.6979090409951" x2="181.69790904099514" y1="84.0" y2="84.0"/>
+  <line stroke="#888888" x1="181.69790904099514" x2="181.69790904099514" y1="84.0" y2="76.00000000000001"/>
+  <line stroke="#888888" x1="192.94790904099514" x2="192.94790904099514" y1="70.70454545454547" y2="57.477272727272734"/>
+  <line stroke="#888888" x1="192.94790904099514" x2="193.44790904099514" y1="57.477272727272734" y2="57.477272727272734"/>
+  <line stroke="#888888" x1="193.44790904099514" x2="193.44790904099514" y1="57.477272727272734" y2="70.70454545454547"/>
+  <line stroke="#888888" x1="193.44790904099514" x2="192.94790904099514" y1="70.70454545454547" y2="70.70454545454547"/>
+  <line stroke="#888888" x1="192.94790904099514" x2="192.94790904099514" y1="102.52272727272728" y2="89.29545454545455"/>
+  <line stroke="#888888" x1="192.94790904099514" x2="193.44790904099514" y1="89.29545454545455" y2="89.29545454545455"/>
+  <line stroke="#888888" x1="193.44790904099514" x2="193.44790904099514" y1="89.29545454545455" y2="102.52272727272728"/>
+  <line stroke="#888888" x1="193.44790904099514" x2="192.94790904099514" y1="102.52272727272728" y2="102.52272727272728"/>
+  <line stroke="#888888" x1="30.60808015405299" x2="26.606621310682257" y1="195.9357240935652" y2="203.43030382152995"/>
+  <line stroke="#888888" x1="26.606621310682257" x2="26.165551176623442" y1="203.43030382152995" y2="203.19481043130142"/>
+  <line stroke="#888888" x1="26.165551176623442" x2="30.16701001999417" y1="203.19481043130142" y2="195.70023070333667"/>
+  <line stroke="#888888" x1="30.16701001999417" x2="30.60808015405299" y1="195.70023070333667" y2="195.9357240935652"/>
+  <line stroke="#888888" x1="223.78124237432843" x2="223.78124237432843" y1="231.91666666666666" y2="218.08333333333331"/>
+  <line stroke="#888888" x1="223.78124237432843" x2="224.28124237432846" y1="218.08333333333331" y2="218.08333333333331"/>
+  <line stroke="#888888" x1="224.28124237432846" x2="224.28124237432846" y1="218.08333333333331" y2="231.91666666666666"/>
+  <line stroke="#888888" x1="224.28124237432846" x2="223.78124237432843" y1="231.91666666666666" y2="231.91666666666666"/>
+  <line stroke="#888888" x1="220.69790904099514" x2="220.69790904099514" y1="154.99999999999997" y2="161.66666666666663"/>
+  <line stroke="#888888" x1="220.69790904099514" x2="207.3645757076618" y1="161.66666666666663" y2="161.66666666666663"/>
+  <line stroke="#888888" x1="207.3645757076618" x2="207.3645757076618" y1="161.66666666666663" y2="154.99999999999997"/>
+  <line stroke="#888888" x1="223.78124237432843" x2="223.78124237432843" y1="261.91666666666663" y2="248.0833333333333"/>
+  <line stroke="#888888" x1="223.78124237432843" x2="224.28124237432846" y1="248.0833333333333" y2="248.0833333333333"/>
+  <line stroke="#888888" x1="224.28124237432846" x2="224.28124237432846" y1="248.0833333333333" y2="261.91666666666663"/>
+  <line stroke="#888888" x1="224.28124237432846" x2="223.78124237432843" y1="261.91666666666663" y2="261.91666666666663"/>
+  <line stroke="#888888" x1="48.03943279747538" x2="48.03943279747538" y1="320.99692859131994" y2="316.9989761971067"/>
+  <line stroke="#888888" x1="48.03943279747538" x2="56.035337585901964" y1="316.9989761971067" y2="316.9989761971067"/>
+  <line stroke="#888888" x1="56.035337585901964" x2="56.035337585901964" y1="316.9989761971067" y2="320.99692859131994"/>
+  <line stroke="#888888" x1="26.606621310682346" x2="30.608080154053088" y1="276.56969617847017" y2="284.0642759064349"/>
+  <line stroke="#888888" x1="30.608080154053088" x2="30.167010019994255" y1="284.0642759064349" y2="284.29976929666344"/>
+  <line stroke="#888888" x1="30.167010019994255" x2="26.165551176623527" y1="284.29976929666344" y2="276.80518956869867"/>
+  <line stroke="#888888" x1="26.165551176623527" x2="26.606621310682346" y1="276.80518956869867" y2="276.56969617847017"/>
+  <line stroke="#888888" x1="153.7812423743285" x2="157.61457570766183" y1="311.00000000000006" y2="311.00000000000006"/>
+  <line stroke="#888888" x1="157.61457570766183" x2="157.61457570766183" y1="311.00000000000006" y2="311.50000000000006"/>
+  <line stroke="#888888" x1="157.61457570766183" x2="153.7812423743285" y1="311.50000000000006" y2="311.50000000000006"/>
+  <line stroke="#888888" x1="153.7812423743285" x2="153.7812423743285" y1="311.50000000000006" y2="311.00000000000006"/>
+  <line stroke="#888888" x1="207.36457570766183" x2="207.36457570766183" y1="325.0" y2="318.33333333333326"/>
+  <line stroke="#888888" x1="207.36457570766183" x2="220.69790904099517" y1="318.33333333333326" y2="318.33333333333326"/>
+  <line stroke="#888888" x1="220.69790904099517" x2="220.69790904099517" y1="318.33333333333326" y2="325.0"/>
+  <line stroke="#888888" x1="56.03533758590186" x2="56.03533758590186" y1="159.00307140868009" y2="163.0010238028934"/>
+  <line stroke="#888888" x1="56.03533758590186" x2="48.03943279747528" y1="163.0010238028934" y2="163.0010238028934"/>
+  <line stroke="#888888" x1="48.03943279747528" x2="48.039432797475264" y1="163.0010238028934" y2="159.00307140868009"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="113.19790904099513" y1="57.727272727272734" y2="52.727272727272734"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="118.19790904099513" y1="52.727272727272734" y2="57.727272727272734"/>
+  <line stroke="#888888" x1="118.19790904099513" x2="118.19790904099513" y1="57.727272727272734" y2="70.45454545454547"/>
+  <line stroke="#888888" x1="118.19790904099513" x2="113.19790904099513" y1="70.45454545454547" y2="75.45454545454547"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="113.19790904099513" y1="75.45454545454547" y2="70.45454545454547"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="113.19790904099513" y1="89.54545454545456" y2="84.54545454545455"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="118.19790904099513" y1="84.54545454545455" y2="89.54545454545456"/>
+  <line stroke="#888888" x1="118.19790904099513" x2="118.19790904099513" y1="89.54545454545456" y2="102.27272727272728"/>
+  <line stroke="#888888" x1="118.19790904099513" x2="113.19790904099513" y1="102.27272727272728" y2="107.27272727272728"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="113.19790904099513" y1="107.27272727272728" y2="102.27272727272728"/>
 </svg>
diff --git a/rocolib/output/BoatBaseFlat/graph-autofold-default.dxf b/rocolib/output/BoatBaseFlat/graph-autofold-default.dxf
index d63891be9b2571f19a5a59dd6803cb38f9a34817..4eb12f1c60a6b31c0ead67a3d7bf4ecbafa6661a 100644
--- a/rocolib/output/BoatBaseFlat/graph-autofold-default.dxf
+++ b/rocolib/output/BoatBaseFlat/graph-autofold-default.dxf
@@ -607,7 +607,7 @@ CONTINUOUS
   0
 LAYER
   2
-66.07759212540486
+69.0079083856541
  70
 0
  62
@@ -617,7 +617,7 @@ CONTINUOUS
   0
 LAYER
   2
-45.0
+38.65980825409008
  70
 0
  62
@@ -1033,15 +1033,15 @@ LINE
   8
 cut
  10
-192.71067811865487
+150.6979090409951
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1053,15 +1053,15 @@ DOTTED
   8
 90
  10
-192.71067811865487
+150.6979090409951
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1071,15 +1071,15 @@ LINE
   8
 cut
  10
-162.71067811865487
+120.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1091,15 +1091,15 @@ DOTTED
   8
 90
  10
-162.71067811865487
+120.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1111,15 +1111,15 @@ DOTTED
   8
 90
  10
-200.71067811865487
+160.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1129,13 +1129,13 @@ LINE
   8
 cut
  10
-200.71067811865487
+160.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
 5.000000000000001
  31
@@ -1147,15 +1147,15 @@ LINE
   8
 cut
  10
-192.71067811865487
+150.6979090409951
  20
 5.000000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1165,13 +1165,13 @@ LINE
   8
 cut
  10
-192.71067811865487
+150.6979090409951
  20
 0.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
 5.000000000000001
  31
@@ -1183,13 +1183,13 @@ LINE
   8
 cut
  10
-200.71067811865487
+160.69790904099514
  20
 0.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
 0.0
  31
@@ -1201,13 +1201,13 @@ LINE
   8
 cut
  10
-200.71067811865487
+160.69790904099514
  20
 5.000000000000001
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
 0.0
  31
@@ -1219,15 +1219,15 @@ LINE
   8
 cut
  10
-230.71067811865487
+190.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1239,15 +1239,15 @@ DOTTED
   8
 90
  10
-230.71067811865487
+190.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1257,15 +1257,15 @@ LINE
   8
 cut
  10
-200.71067811865487
+160.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1275,15 +1275,15 @@ LINE
   8
 cut
  10
-238.71067811865487
+200.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1293,15 +1293,15 @@ LINE
   8
 cut
  10
-238.71067811865487
+200.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-238.71067811865487
+200.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1311,15 +1311,15 @@ LINE
   8
 cut
  10
-230.71067811865487
+190.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-238.71067811865487
+200.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1329,15 +1329,15 @@ LINE
   8
 cut
  10
-192.71067811865487
+150.6979090409951
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1347,15 +1347,15 @@ LINE
   8
 cut
  10
-200.71067811865487
+160.69790904099514
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1367,15 +1367,15 @@ DOTTED
   8
 -180
  10
-200.71067811865487
+160.69790904099514
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1385,15 +1385,15 @@ LINE
   8
 cut
  10
-106.04401145198817
+150.6979090409951
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1403,15 +1403,15 @@ LINE
   8
 cut
  10
-192.71067811865484
+194.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-106.04401145198817
+160.69790904099514
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1421,15 +1421,15 @@ LINE
   8
 cut
  10
-200.71067811865487
+194.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-200.71067811865487
+194.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1439,15 +1439,15 @@ LINE
   8
 cut
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1459,15 +1459,15 @@ DOTTED
   8
 90
  10
-70.71067811865484
+64.03124237432846
  20
-225.00000000000003
+205.00000000000003
  30
 0.0
  11
-200.71067811865487
+194.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1479,15 +1479,15 @@ DOTTED
   8
 34.99202019855866
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1499,15 +1499,15 @@ DOTTED
   8
 -180
  10
-38.45101131870072
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1519,15 +1519,15 @@ DOTTED
   8
 -174
  10
-38.45101131870072
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1537,15 +1537,15 @@ LINE
   8
 cut
  10
-38.4510113187007
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-25.155006321979045
+28.745631649622073
  21
-204.3922158601766
+186.16052878171774
  31
 0.0
   0
@@ -1557,15 +1557,15 @@ DOTTED
   8
 180
  10
-25.155006321979045
+28.745631649622073
  20
-204.3922158601766
+186.16052878171774
  30
 0.0
  11
-70.71067811865483
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1575,17 +1575,17 @@ DOTTED
  62
 1
   8
-66.07759212540486
+69.0079083856541
  10
-8.526512829121203e-14
+0.0
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1595,15 +1595,15 @@ LINE
   8
 cut
  10
-11.859001325257395
+17.447735290195485
  20
-233.78443172035318
+207.32105756343552
  30
 0.0
  11
-8.526512829121203e-14
+0.0
  21
-260.0
+240.00000000000003
  31
 0.0
   0
@@ -1613,15 +1613,15 @@ LINE
   8
 cut
  10
-25.155006321979076
+28.745631649622084
  20
-204.3922158601766
+186.16052878171774
  30
 0.0
  11
-11.859001325257395
+17.447735290195485
  21
-233.78443172035318
+207.32105756343552
  31
 0.0
   0
@@ -1631,17 +1631,17 @@ DOTTED
  62
 1
   8
-45.0
+38.65980825409008
  10
-70.71067811865484
+64.03124237432846
  20
-225.00000000000003
+205.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-260.0
+240.00000000000003
  31
 0.0
   0
@@ -1651,17 +1651,17 @@ DOTTED
  62
 1
   8
-45.0
+38.65980825409008
  10
-70.71067811865484
+64.03124237432847
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.0312423743285
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1671,17 +1671,17 @@ DOTTED
  62
 1
   8
-66.07759212540486
+69.0079083856541
  10
-8.526512829121203e-14
+0.0
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.0312423743285
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1693,15 +1693,15 @@ DOTTED
   8
 90
  10
-70.71067811865484
+64.03124237432847
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-295.0
+275.0
  31
 0.0
   0
@@ -1713,15 +1713,15 @@ DOTTED
   8
 90.0
  10
-200.7106781186548
+194.03124237432846
  20
-260.0
+240.0
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-225.00000000000003
+204.99999999999997
  31
 0.0
   0
@@ -1733,15 +1733,15 @@ DOTTED
   8
 90.0
  10
-200.7106781186548
+194.03124237432846
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-260.0
+240.0
  31
 0.0
   0
@@ -1751,15 +1751,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.03124237432846
  20
-275.00000000000006
+244.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-225.00000000000003
+204.99999999999994
  31
 0.0
   0
@@ -1769,15 +1769,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.03124237432846
  20
-260.0
+239.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-275.00000000000006
+244.99999999999997
  31
 0.0
   0
@@ -1789,15 +1789,15 @@ DOTTED
   8
 180
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-225.00000000000003
+204.99999999999994
  31
 0.0
   0
@@ -1809,15 +1809,15 @@ DOTTED
   8
 -180
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.00000000000003
+165.00000000000003
  31
 0.0
   0
@@ -1827,15 +1827,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.03124237432846
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.00000000000003
+165.00000000000003
  31
 0.0
   0
@@ -1847,15 +1847,15 @@ DOTTED
   8
 -174
  10
-200.7106781186548
+194.03124237432843
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1867,15 +1867,15 @@ DOTTED
   8
 90.0
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1885,15 +1885,15 @@ LINE
   8
 cut
  10
-200.7106781186548
+194.03124237432843
  20
-158.33333333333337
+151.66666666666666
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-175.0
+165.0
  31
 0.0
   0
@@ -1903,15 +1903,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.03124237432846
  20
-158.33333333333337
+151.66666666666666
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-158.33333333333337
+151.66666666666666
  31
 0.0
   0
@@ -1921,15 +1921,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.03124237432846
  20
-175.0
+165.0
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-158.33333333333337
+151.66666666666666
  31
 0.0
   0
@@ -1941,15 +1941,15 @@ DOTTED
   8
 180
  10
-250.71067811865484
+234.03124237432846
  20
-295.0
+274.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-295.0
+275.0
  31
 0.0
   0
@@ -1959,15 +1959,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.03124237432846
  20
-245.00000000000003
+234.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-260.0
+239.99999999999997
  31
 0.0
   0
@@ -1977,15 +1977,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.03124237432846
  20
-295.0
+274.99999999999994
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-245.00000000000003
+234.99999999999997
  31
 0.0
   0
@@ -1995,15 +1995,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.0312423743285
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-250.71067811865484
+234.03124237432849
  21
-295.0
+275.0
  31
 0.0
   0
@@ -2015,15 +2015,15 @@ DOTTED
   8
 -180
  10
-250.71067811865484
+234.0312423743285
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -2035,15 +2035,15 @@ DOTTED
   8
 90.0
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-200.71067811865478
+194.03124237432846
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -2055,15 +2055,15 @@ DOTTED
   8
 -174
  10
-250.71067811865484
+234.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2075,15 +2075,15 @@ DOTTED
   8
 34.99202019855866
  10
-70.71067811865481
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-70.71067811865481
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2095,15 +2095,15 @@ DOTTED
   8
 -174
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2115,15 +2115,15 @@ DOTTED
   8
 -180
  10
-70.7106781186548
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2133,15 +2133,15 @@ LINE
   8
 cut
  10
-70.7106781186548
+64.03124237432856
  20
-355.75322226665145
+322.9959047884266
  30
 0.0
  11
-70.7106781186548
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2151,15 +2151,15 @@ LINE
   8
 cut
  10
-38.45101131870067
+40.04352800904878
  20
-355.75322226665145
+322.9959047884267
  30
 0.0
  11
-70.7106781186548
+64.03124237432856
  21
-355.75322226665145
+322.9959047884266
  31
 0.0
   0
@@ -2169,15 +2169,15 @@ LINE
   8
 cut
  10
-38.45101131870067
+40.04352800904878
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-355.75322226665145
+322.9959047884267
  31
 0.0
   0
@@ -2189,15 +2189,15 @@ DOTTED
   8
 180
  10
-70.71067811865478
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-25.15500632197899
+28.745631649622172
  21
-315.6077841398234
+293.8394712182823
  31
 0.0
   0
@@ -2207,15 +2207,15 @@ LINE
   8
 cut
  10
-25.15500632197899
+28.745631649622172
  20
-315.6077841398234
+293.8394712182823
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2225,15 +2225,15 @@ LINE
   8
 cut
  10
-11.859001325257312
+17.447735290195567
  20
-286.21556827964685
+272.6789424365645
  30
 0.0
  11
-25.15500632197899
+28.745631649622172
  21
-315.6077841398234
+293.8394712182823
  31
 0.0
   0
@@ -2243,15 +2243,15 @@ LINE
   8
 cut
  10
-0.0
+8.526512829121203e-14
  20
-260.0
+240.00000000000009
  30
 0.0
  11
-11.859001325257312
+17.447735290195567
  21
-286.21556827964685
+272.6789424365645
  31
 0.0
   0
@@ -2261,15 +2261,15 @@ LINE
   8
 cut
  10
-114.04401145198815
+160.6979090409952
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2279,15 +2279,15 @@ LINE
   8
 cut
  10
-106.04401145198815
+150.69790904099517
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-114.04401145198815
+160.6979090409952
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2297,15 +2297,15 @@ LINE
   8
 cut
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-106.04401145198815
+150.69790904099517
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2315,15 +2315,15 @@ LINE
   8
 cut
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-70.71067811865481
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2333,15 +2333,15 @@ LINE
   8
 cut
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2351,15 +2351,15 @@ LINE
   8
 cut
  10
-250.71067811865484
+234.0312423743285
  20
-361.66666666666674
+328.33333333333326
  30
 0.0
  11
-250.71067811865484
+234.0312423743285
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2369,15 +2369,15 @@ LINE
   8
 cut
  10
-200.7106781186548
+194.03124237432849
  20
-361.66666666666674
+328.33333333333326
  30
 0.0
  11
-250.71067811865484
+234.0312423743285
  21
-361.66666666666674
+328.33333333333326
  31
 0.0
   0
@@ -2387,15 +2387,15 @@ LINE
   8
 cut
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-361.66666666666674
+328.33333333333326
  31
 0.0
   0
@@ -2405,15 +2405,15 @@ LINE
   8
 cut
  10
-38.45101131870072
+40.04352800904868
  20
-164.2467777333486
+157.00409521157343
  30
 0.0
  11
-38.45101131870072
+40.04352800904868
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -2423,15 +2423,15 @@ LINE
   8
 cut
  10
-70.71067811865484
+64.03124237432846
  20
-164.2467777333486
+157.00409521157343
  30
 0.0
  11
-38.45101131870072
+40.04352800904868
  21
-164.2467777333486
+157.00409521157343
  31
 0.0
   0
@@ -2441,15 +2441,15 @@ LINE
   8
 cut
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-164.2467777333486
+157.00409521157343
  31
 0.0
   0
@@ -2459,15 +2459,15 @@ LINE
   8
 cut
  10
-154.71067811865484
+110.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -2477,15 +2477,15 @@ LINE
   8
 cut
  10
-154.71067811865484
+110.69790904099513
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-154.71067811865484
+110.69790904099513
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -2495,15 +2495,15 @@ LINE
   8
 cut
  10
-162.71067811865487
+120.69790904099513
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-154.71067811865484
+110.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -2513,15 +2513,15 @@ LINE
   8
 cut
  10
-163.71067811865484
+121.69790904099513
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-171.71067811865487
+129.6979090409951
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2531,15 +2531,15 @@ LINE
   8
 cut
  10
-171.71067811865487
+129.6979090409951
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-171.71067811865487
+129.6979090409951
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2549,15 +2549,15 @@ LINE
   8
 cut
  10
-171.71067811865487
+129.6979090409951
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-163.71067811865484
+121.69790904099513
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2567,15 +2567,15 @@ LINE
   8
 cut
  10
-163.71067811865484
+121.69790904099513
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-163.71067811865484
+121.69790904099513
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2585,13 +2585,13 @@ LINE
   8
 cut
  10
-198.04401145198818
+157.3645757076618
  20
 1.2500000000000002
  30
 0.0
  11
-198.04401145198818
+157.3645757076618
  21
 3.7500000000000004
  31
@@ -2603,13 +2603,13 @@ LINE
   8
 cut
  10
-198.04401145198818
+157.3645757076618
  20
 3.7500000000000004
  30
 0.0
  11
-195.37734478532153
+154.03124237432849
  21
 3.7500000000000004
  31
@@ -2621,13 +2621,13 @@ LINE
   8
 cut
  10
-195.37734478532153
+154.03124237432849
  20
 3.7500000000000004
  30
 0.0
  11
-195.37734478532153
+154.03124237432849
  21
 1.2500000000000002
  31
@@ -2639,15 +2639,15 @@ LINE
   8
 cut
  10
-221.71067811865487
+181.69790904099514
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-229.71067811865487
+189.6979090409951
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2657,15 +2657,15 @@ LINE
   8
 cut
  10
-229.71067811865487
+189.6979090409951
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-229.71067811865487
+189.6979090409951
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2675,15 +2675,15 @@ LINE
   8
 cut
  10
-229.71067811865487
+189.6979090409951
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-221.71067811865487
+181.69790904099514
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2693,15 +2693,15 @@ LINE
   8
 cut
  10
-221.71067811865487
+181.69790904099514
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-221.71067811865487
+181.69790904099514
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2711,15 +2711,15 @@ LINE
   8
 cut
  10
-232.46067811865487
+192.94790904099514
  20
-80.70454545454547
+70.70454545454547
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-67.47727272727273
+57.477272727272734
  31
 0.0
   0
@@ -2729,15 +2729,15 @@ LINE
   8
 cut
  10
-232.46067811865487
+192.94790904099514
  20
-67.47727272727273
+57.477272727272734
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-67.47727272727273
+57.477272727272734
  31
 0.0
   0
@@ -2747,15 +2747,15 @@ LINE
   8
 cut
  10
-232.96067811865487
+193.44790904099514
  20
-67.47727272727273
+57.477272727272734
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-80.70454545454547
+70.70454545454547
  31
 0.0
   0
@@ -2765,15 +2765,15 @@ LINE
   8
 cut
  10
-232.96067811865487
+193.44790904099514
  20
-80.70454545454547
+70.70454545454547
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-80.70454545454547
+70.70454545454547
  31
 0.0
   0
@@ -2783,15 +2783,15 @@ LINE
   8
 cut
  10
-232.46067811865487
+192.94790904099514
  20
-112.52272727272728
+102.52272727272728
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-99.29545454545456
+89.29545454545455
  31
 0.0
   0
@@ -2801,15 +2801,15 @@ LINE
   8
 cut
  10
-232.46067811865487
+192.94790904099514
  20
-99.29545454545456
+89.29545454545455
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-99.29545454545456
+89.29545454545455
  31
 0.0
   0
@@ -2819,15 +2819,15 @@ LINE
   8
 cut
  10
-232.96067811865487
+193.44790904099514
  20
-99.29545454545456
+89.29545454545455
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-112.52272727272728
+102.52272727272728
  31
 0.0
   0
@@ -2837,15 +2837,15 @@ LINE
   8
 cut
  10
-232.96067811865487
+193.44790904099514
  20
-112.52272727272728
+102.52272727272728
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-112.52272727272728
+102.52272727272728
  31
 0.0
   0
@@ -2855,15 +2855,15 @@ LINE
   8
 cut
  10
-28.401875901131806
+30.60808015405299
  20
-217.3888829577983
+195.9357240935652
  30
 0.0
  11
-23.7637963941597
+26.606621310682257
  21
-227.64184496249058
+203.43030382152995
  31
 0.0
   0
@@ -2873,15 +2873,15 @@ LINE
   8
 cut
  10
-23.7637963941597
+26.606621310682257
  20
-227.64184496249058
+203.43030382152995
  30
 0.0
  11
-23.30823967619293
+26.165551176623442
  21
-227.43576712109234
+203.19481043130142
  31
 0.0
   0
@@ -2891,15 +2891,15 @@ LINE
   8
 cut
  10
-23.30823967619293
+26.165551176623442
  20
-227.43576712109234
+203.19481043130142
  30
 0.0
  11
-27.946319183165034
+30.16701001999417
  21
-217.18280511640006
+195.70023070333667
  31
 0.0
   0
@@ -2909,15 +2909,15 @@ LINE
   8
 cut
  10
-27.946319183165034
+30.16701001999417
  20
-217.18280511640006
+195.70023070333667
  30
 0.0
  11
-28.401875901131806
+30.60808015405299
  21
-217.3888829577983
+195.9357240935652
  31
 0.0
   0
@@ -2927,15 +2927,15 @@ LINE
   8
 cut
  10
-237.96067811865484
+223.78124237432843
  20
-258.58333333333337
+231.91666666666666
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-241.41666666666669
+218.08333333333331
  31
 0.0
   0
@@ -2945,15 +2945,15 @@ LINE
   8
 cut
  10
-237.96067811865484
+223.78124237432843
  20
-241.41666666666669
+218.08333333333331
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-241.41666666666669
+218.08333333333331
  31
 0.0
   0
@@ -2963,15 +2963,15 @@ LINE
   8
 cut
  10
-238.46067811865484
+224.28124237432846
  20
-241.41666666666669
+218.08333333333331
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-258.58333333333337
+231.91666666666666
  31
 0.0
   0
@@ -2981,15 +2981,15 @@ LINE
   8
 cut
  10
-238.46067811865484
+224.28124237432846
  20
-258.58333333333337
+231.91666666666666
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-258.58333333333337
+231.91666666666666
  31
 0.0
   0
@@ -2999,15 +2999,15 @@ LINE
   8
 cut
  10
-234.04401145198815
+220.69790904099514
  20
-162.50000000000003
+154.99999999999997
  30
 0.0
  11
-234.04401145198815
+220.69790904099514
  21
-170.83333333333334
+161.66666666666663
  31
 0.0
   0
@@ -3017,15 +3017,15 @@ LINE
   8
 cut
  10
-234.04401145198815
+220.69790904099514
  20
-170.83333333333334
+161.66666666666663
  30
 0.0
  11
-217.3773447853215
+207.3645757076618
  21
-170.83333333333334
+161.66666666666663
  31
 0.0
   0
@@ -3035,15 +3035,15 @@ LINE
   8
 cut
  10
-217.3773447853215
+207.3645757076618
  20
-170.83333333333334
+161.66666666666663
  30
 0.0
  11
-217.3773447853215
+207.3645757076618
  21
-162.50000000000003
+154.99999999999997
  31
 0.0
   0
@@ -3053,15 +3053,15 @@ LINE
   8
 cut
  10
-237.96067811865484
+223.78124237432843
  20
-278.5833333333333
+261.91666666666663
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-261.4166666666667
+248.0833333333333
  31
 0.0
   0
@@ -3071,15 +3071,15 @@ LINE
   8
 cut
  10
-237.96067811865484
+223.78124237432843
  20
-261.4166666666667
+248.0833333333333
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-261.4166666666667
+248.0833333333333
  31
 0.0
   0
@@ -3089,15 +3089,15 @@ LINE
   8
 cut
  10
-238.46067811865484
+224.28124237432846
  20
-261.4166666666667
+248.0833333333333
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-278.5833333333333
+261.91666666666663
  31
 0.0
   0
@@ -3107,15 +3107,15 @@ LINE
   8
 cut
  10
-238.46067811865484
+224.28124237432846
  20
-278.5833333333333
+261.91666666666663
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-278.5833333333333
+261.91666666666663
  31
 0.0
   0
@@ -3125,15 +3125,15 @@ LINE
   8
 cut
  10
-49.20423358535203
+48.03943279747538
  20
-353.06491669998854
+320.99692859131994
  30
 0.0
  11
-49.20423358535203
+48.03943279747538
  21
-347.6883055666629
+316.9989761971067
  31
 0.0
   0
@@ -3143,15 +3143,15 @@ LINE
   8
 cut
  10
-49.20423358535203
+48.03943279747538
  20
-347.6883055666629
+316.9989761971067
  30
 0.0
  11
-59.95745585200341
+56.035337585901964
  21
-347.6883055666629
+316.9989761971067
  31
 0.0
   0
@@ -3161,15 +3161,15 @@ LINE
   8
 cut
  10
-59.95745585200341
+56.035337585901964
  20
-347.6883055666629
+316.9989761971067
  30
 0.0
  11
-59.95745585200341
+56.035337585901964
  21
-353.06491669998854
+320.99692859131994
  31
 0.0
   0
@@ -3179,15 +3179,15 @@ LINE
   8
 cut
  10
-23.763796394159613
+26.606621310682346
  20
-292.3581550375095
+276.56969617847017
  30
 0.0
  11
-28.40187590113172
+30.608080154053088
  21
-302.6111170422017
+284.0642759064349
  31
 0.0
   0
@@ -3197,15 +3197,15 @@ LINE
   8
 cut
  10
-28.40187590113172
+30.608080154053088
  20
-302.6111170422017
+284.0642759064349
  30
 0.0
  11
-27.94631918316495
+30.167010019994255
  21
-302.81719488360005
+284.29976929666344
  31
 0.0
   0
@@ -3215,15 +3215,15 @@ LINE
   8
 cut
  10
-27.94631918316495
+30.167010019994255
  20
-302.81719488360005
+284.29976929666344
  30
 0.0
  11
-23.308239676192844
+26.165551176623527
  21
-292.5642328789077
+276.80518956869867
  31
 0.0
   0
@@ -3233,15 +3233,15 @@ LINE
   8
 cut
  10
-23.308239676192844
+26.165551176623527
  20
-292.5642328789077
+276.80518956869867
  30
 0.0
  11
-23.763796394159613
+26.606621310682346
  21
-292.3581550375095
+276.56969617847017
  31
 0.0
   0
@@ -3251,15 +3251,15 @@ LINE
   8
 cut
  10
-108.46067811865481
+153.7812423743285
  20
-341.0
+311.00000000000006
  30
 0.0
  11
-111.62734478532148
+157.61457570766183
  21
-341.0
+311.00000000000006
  31
 0.0
   0
@@ -3269,15 +3269,15 @@ LINE
   8
 cut
  10
-111.62734478532148
+157.61457570766183
  20
-341.0
+311.00000000000006
  30
 0.0
  11
-111.62734478532148
+157.61457570766183
  21
-341.5
+311.50000000000006
  31
 0.0
   0
@@ -3287,15 +3287,15 @@ LINE
   8
 cut
  10
-111.62734478532148
+157.61457570766183
  20
-341.5
+311.50000000000006
  30
 0.0
  11
-108.46067811865481
+153.7812423743285
  21
-341.5
+311.50000000000006
  31
 0.0
   0
@@ -3305,15 +3305,15 @@ LINE
   8
 cut
  10
-108.46067811865481
+153.7812423743285
  20
-341.5
+311.50000000000006
  30
 0.0
  11
-108.46067811865481
+153.7812423743285
  21
-341.0
+311.00000000000006
  31
 0.0
   0
@@ -3323,15 +3323,15 @@ LINE
   8
 cut
  10
-217.3773447853215
+207.36457570766183
  20
-357.50000000000006
+325.0
  30
 0.0
  11
-217.3773447853215
+207.36457570766183
  21
-349.16666666666674
+318.33333333333326
  31
 0.0
   0
@@ -3341,15 +3341,15 @@ LINE
   8
 cut
  10
-217.3773447853215
+207.36457570766183
  20
-349.16666666666674
+318.33333333333326
  30
 0.0
  11
-234.04401145198815
+220.69790904099517
  21
-349.16666666666674
+318.33333333333326
  31
 0.0
   0
@@ -3359,15 +3359,15 @@ LINE
   8
 cut
  10
-234.04401145198815
+220.69790904099517
  20
-349.16666666666674
+318.33333333333326
  30
 0.0
  11
-234.04401145198815
+220.69790904099517
  21
-357.50000000000006
+325.0
  31
 0.0
   0
@@ -3377,15 +3377,15 @@ LINE
   8
 cut
  10
-59.957455852003484
+56.03533758590186
  20
-166.93508330001148
+159.00307140868009
  30
 0.0
  11
-59.957455852003484
+56.03533758590186
  21
-172.31169443333718
+163.0010238028934
  31
 0.0
   0
@@ -3395,15 +3395,15 @@ LINE
   8
 cut
  10
-59.957455852003484
+56.03533758590186
  20
-172.31169443333718
+163.0010238028934
  30
 0.0
  11
-49.20423358535209
+48.03943279747528
  21
-172.31169443333718
+163.0010238028934
  31
 0.0
   0
@@ -3413,15 +3413,15 @@ LINE
   8
 cut
  10
-49.20423358535209
+48.03943279747528
  20
-172.31169443333718
+163.0010238028934
  30
 0.0
  11
-49.20423358535209
+48.039432797475264
  21
-166.93508330001148
+159.00307140868009
  31
 0.0
   0
@@ -3431,15 +3431,15 @@ LINE
   8
 cut
  10
-156.71067811865487
+113.19790904099513
  20
-67.72727272727273
+57.727272727272734
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-63.727272727272734
+52.727272727272734
  31
 0.0
   0
@@ -3449,15 +3449,15 @@ LINE
   8
 cut
  10
-156.71067811865487
+113.19790904099513
  20
-63.727272727272734
+52.727272727272734
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-67.72727272727273
+57.727272727272734
  31
 0.0
   0
@@ -3467,15 +3467,15 @@ LINE
   8
 cut
  10
-160.71067811865487
+118.19790904099513
  20
-67.72727272727273
+57.727272727272734
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-80.45454545454547
+70.45454545454547
  31
 0.0
   0
@@ -3485,15 +3485,15 @@ LINE
   8
 cut
  10
-160.71067811865487
+118.19790904099513
  20
-80.45454545454547
+70.45454545454547
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-84.45454545454547
+75.45454545454547
  31
 0.0
   0
@@ -3503,15 +3503,15 @@ LINE
   8
 cut
  10
-156.71067811865487
+113.19790904099513
  20
-84.45454545454547
+75.45454545454547
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-80.45454545454547
+70.45454545454547
  31
 0.0
   0
@@ -3521,15 +3521,15 @@ LINE
   8
 cut
  10
-156.71067811865487
+113.19790904099513
  20
-99.54545454545455
+89.54545454545456
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-95.54545454545456
+84.54545454545455
  31
 0.0
   0
@@ -3539,15 +3539,15 @@ LINE
   8
 cut
  10
-156.71067811865487
+113.19790904099513
  20
-95.54545454545456
+84.54545454545455
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-99.54545454545455
+89.54545454545456
  31
 0.0
   0
@@ -3557,15 +3557,15 @@ LINE
   8
 cut
  10
-160.71067811865487
+118.19790904099513
  20
-99.54545454545455
+89.54545454545456
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-112.27272727272728
+102.27272727272728
  31
 0.0
   0
@@ -3575,15 +3575,15 @@ LINE
   8
 cut
  10
-160.71067811865487
+118.19790904099513
  20
-112.27272727272728
+102.27272727272728
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-116.27272727272728
+107.27272727272728
  31
 0.0
   0
@@ -3593,15 +3593,15 @@ LINE
   8
 cut
  10
-156.71067811865487
+113.19790904099513
  20
-116.27272727272728
+107.27272727272728
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-112.27272727272728
+102.27272727272728
  31
 0.0
   0
diff --git a/rocolib/output/BoatBaseFlat/graph-autofold-graph.dxf b/rocolib/output/BoatBaseFlat/graph-autofold-graph.dxf
index 797e0a8cac71a3a99ca87ec43667123ddee4dd26..a33b251a8df6141f311523de2c7874d9088db99e 100644
--- a/rocolib/output/BoatBaseFlat/graph-autofold-graph.dxf
+++ b/rocolib/output/BoatBaseFlat/graph-autofold-graph.dxf
@@ -943,15 +943,15 @@ LINE
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -963,15 +963,15 @@ DOTTED
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -981,15 +981,15 @@ LINE
   8
 0
  10
-162.71067811865487
+120.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1001,15 +1001,15 @@ DOTTED
   8
 0
  10
-162.71067811865487
+120.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1021,15 +1021,15 @@ DOTTED
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1039,13 +1039,13 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
 5.000000000000001
  31
@@ -1057,15 +1057,15 @@ LINE
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
 5.000000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1075,13 +1075,13 @@ LINE
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
 0.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
 5.000000000000001
  31
@@ -1093,13 +1093,13 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
 0.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
 0.0
  31
@@ -1111,13 +1111,13 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
 5.000000000000001
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
 0.0
  31
@@ -1129,15 +1129,15 @@ LINE
   8
 0
  10
-230.71067811865487
+190.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1149,15 +1149,15 @@ DOTTED
   8
 0
  10
-230.71067811865487
+190.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1167,15 +1167,15 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1185,15 +1185,15 @@ LINE
   8
 0
  10
-238.71067811865487
+200.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1203,15 +1203,15 @@ LINE
   8
 0
  10
-238.71067811865487
+200.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-238.71067811865487
+200.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1221,15 +1221,15 @@ LINE
   8
 0
  10
-230.71067811865487
+190.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-238.71067811865487
+200.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1239,15 +1239,15 @@ LINE
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1257,15 +1257,15 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1277,15 +1277,15 @@ DOTTED
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1295,15 +1295,15 @@ LINE
   8
 0
  10
-106.04401145198817
+150.6979090409951
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1313,15 +1313,15 @@ LINE
   8
 0
  10
-192.71067811865484
+194.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-106.04401145198817
+160.69790904099514
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1331,15 +1331,15 @@ LINE
   8
 0
  10
-200.71067811865487
+194.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-200.71067811865487
+194.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1349,15 +1349,15 @@ LINE
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1369,15 +1369,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-225.00000000000003
+205.00000000000003
  30
 0.0
  11
-200.71067811865487
+194.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1389,15 +1389,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1409,15 +1409,15 @@ DOTTED
   8
 0
  10
-38.45101131870072
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1429,15 +1429,15 @@ DOTTED
   8
 0
  10
-38.45101131870072
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1447,15 +1447,15 @@ LINE
   8
 0
  10
-38.4510113187007
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-25.155006321979045
+28.745631649622073
  21
-204.3922158601766
+186.16052878171774
  31
 0.0
   0
@@ -1467,15 +1467,15 @@ DOTTED
   8
 0
  10
-25.155006321979045
+28.745631649622073
  20
-204.3922158601766
+186.16052878171774
  30
 0.0
  11
-70.71067811865483
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1487,15 +1487,15 @@ DOTTED
   8
 0
  10
-8.526512829121203e-14
+0.0
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1505,15 +1505,15 @@ LINE
   8
 0
  10
-11.859001325257395
+17.447735290195485
  20
-233.78443172035318
+207.32105756343552
  30
 0.0
  11
-8.526512829121203e-14
+0.0
  21
-260.0
+240.00000000000003
  31
 0.0
   0
@@ -1523,15 +1523,15 @@ LINE
   8
 0
  10
-25.155006321979076
+28.745631649622084
  20
-204.3922158601766
+186.16052878171774
  30
 0.0
  11
-11.859001325257395
+17.447735290195485
  21
-233.78443172035318
+207.32105756343552
  31
 0.0
   0
@@ -1543,15 +1543,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-225.00000000000003
+205.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-260.0
+240.00000000000003
  31
 0.0
   0
@@ -1563,15 +1563,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432847
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.0312423743285
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1583,15 +1583,15 @@ DOTTED
   8
 0
  10
-8.526512829121203e-14
+0.0
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.0312423743285
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1603,15 +1603,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432847
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-295.0
+275.0
  31
 0.0
   0
@@ -1623,15 +1623,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432846
  20
-260.0
+240.0
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-225.00000000000003
+204.99999999999997
  31
 0.0
   0
@@ -1643,15 +1643,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432846
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-260.0
+240.0
  31
 0.0
   0
@@ -1661,15 +1661,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-275.00000000000006
+244.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-225.00000000000003
+204.99999999999994
  31
 0.0
   0
@@ -1679,15 +1679,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-260.0
+239.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-275.00000000000006
+244.99999999999997
  31
 0.0
   0
@@ -1699,15 +1699,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-225.00000000000003
+204.99999999999994
  31
 0.0
   0
@@ -1719,15 +1719,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.00000000000003
+165.00000000000003
  31
 0.0
   0
@@ -1737,15 +1737,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.00000000000003
+165.00000000000003
  31
 0.0
   0
@@ -1757,15 +1757,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1777,15 +1777,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1795,15 +1795,15 @@ LINE
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-158.33333333333337
+151.66666666666666
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-175.0
+165.0
  31
 0.0
   0
@@ -1813,15 +1813,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-158.33333333333337
+151.66666666666666
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-158.33333333333337
+151.66666666666666
  31
 0.0
   0
@@ -1831,15 +1831,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-175.0
+165.0
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-158.33333333333337
+151.66666666666666
  31
 0.0
   0
@@ -1851,15 +1851,15 @@ DOTTED
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-295.0
+274.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-295.0
+275.0
  31
 0.0
   0
@@ -1869,15 +1869,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-245.00000000000003
+234.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-260.0
+239.99999999999997
  31
 0.0
   0
@@ -1887,15 +1887,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-295.0
+274.99999999999994
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-245.00000000000003
+234.99999999999997
  31
 0.0
   0
@@ -1905,15 +1905,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.0312423743285
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-250.71067811865484
+234.03124237432849
  21
-295.0
+275.0
  31
 0.0
   0
@@ -1925,15 +1925,15 @@ DOTTED
   8
 0
  10
-250.71067811865484
+234.0312423743285
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1945,15 +1945,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-200.71067811865478
+194.03124237432846
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1965,15 +1965,15 @@ DOTTED
   8
 0
  10
-250.71067811865484
+234.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -1985,15 +1985,15 @@ DOTTED
   8
 0
  10
-70.71067811865481
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-70.71067811865481
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2005,15 +2005,15 @@ DOTTED
   8
 0
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2025,15 +2025,15 @@ DOTTED
   8
 0
  10
-70.7106781186548
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2043,15 +2043,15 @@ LINE
   8
 0
  10
-70.7106781186548
+64.03124237432856
  20
-355.75322226665145
+322.9959047884266
  30
 0.0
  11
-70.7106781186548
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2061,15 +2061,15 @@ LINE
   8
 0
  10
-38.45101131870067
+40.04352800904878
  20
-355.75322226665145
+322.9959047884267
  30
 0.0
  11
-70.7106781186548
+64.03124237432856
  21
-355.75322226665145
+322.9959047884266
  31
 0.0
   0
@@ -2079,15 +2079,15 @@ LINE
   8
 0
  10
-38.45101131870067
+40.04352800904878
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-355.75322226665145
+322.9959047884267
  31
 0.0
   0
@@ -2099,15 +2099,15 @@ DOTTED
   8
 0
  10
-70.71067811865478
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-25.15500632197899
+28.745631649622172
  21
-315.6077841398234
+293.8394712182823
  31
 0.0
   0
@@ -2117,15 +2117,15 @@ LINE
   8
 0
  10
-25.15500632197899
+28.745631649622172
  20
-315.6077841398234
+293.8394712182823
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2135,15 +2135,15 @@ LINE
   8
 0
  10
-11.859001325257312
+17.447735290195567
  20
-286.21556827964685
+272.6789424365645
  30
 0.0
  11
-25.15500632197899
+28.745631649622172
  21
-315.6077841398234
+293.8394712182823
  31
 0.0
   0
@@ -2153,15 +2153,15 @@ LINE
   8
 0
  10
-0.0
+8.526512829121203e-14
  20
-260.0
+240.00000000000009
  30
 0.0
  11
-11.859001325257312
+17.447735290195567
  21
-286.21556827964685
+272.6789424365645
  31
 0.0
   0
@@ -2171,15 +2171,15 @@ LINE
   8
 0
  10
-114.04401145198815
+160.6979090409952
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2189,15 +2189,15 @@ LINE
   8
 0
  10
-106.04401145198815
+150.69790904099517
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-114.04401145198815
+160.6979090409952
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2207,15 +2207,15 @@ LINE
   8
 0
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-106.04401145198815
+150.69790904099517
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2225,15 +2225,15 @@ LINE
   8
 0
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-70.71067811865481
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2243,15 +2243,15 @@ LINE
   8
 0
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2261,15 +2261,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.0312423743285
  20
-361.66666666666674
+328.33333333333326
  30
 0.0
  11
-250.71067811865484
+234.0312423743285
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2279,15 +2279,15 @@ LINE
   8
 0
  10
-200.7106781186548
+194.03124237432849
  20
-361.66666666666674
+328.33333333333326
  30
 0.0
  11
-250.71067811865484
+234.0312423743285
  21
-361.66666666666674
+328.33333333333326
  31
 0.0
   0
@@ -2297,15 +2297,15 @@ LINE
   8
 0
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-361.66666666666674
+328.33333333333326
  31
 0.0
   0
@@ -2315,15 +2315,15 @@ LINE
   8
 0
  10
-38.45101131870072
+40.04352800904868
  20
-164.2467777333486
+157.00409521157343
  30
 0.0
  11
-38.45101131870072
+40.04352800904868
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -2333,15 +2333,15 @@ LINE
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-164.2467777333486
+157.00409521157343
  30
 0.0
  11
-38.45101131870072
+40.04352800904868
  21
-164.2467777333486
+157.00409521157343
  31
 0.0
   0
@@ -2351,15 +2351,15 @@ LINE
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-164.2467777333486
+157.00409521157343
  31
 0.0
   0
@@ -2369,15 +2369,15 @@ LINE
   8
 0
  10
-154.71067811865484
+110.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -2387,15 +2387,15 @@ LINE
   8
 0
  10
-154.71067811865484
+110.69790904099513
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-154.71067811865484
+110.69790904099513
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -2405,15 +2405,15 @@ LINE
   8
 0
  10
-162.71067811865487
+120.69790904099513
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-154.71067811865484
+110.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -2423,15 +2423,15 @@ LINE
   8
 0
  10
-163.71067811865484
+121.69790904099513
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-171.71067811865487
+129.6979090409951
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2441,15 +2441,15 @@ LINE
   8
 0
  10
-171.71067811865487
+129.6979090409951
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-171.71067811865487
+129.6979090409951
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2459,15 +2459,15 @@ LINE
   8
 0
  10
-171.71067811865487
+129.6979090409951
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-163.71067811865484
+121.69790904099513
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2477,15 +2477,15 @@ LINE
   8
 0
  10
-163.71067811865484
+121.69790904099513
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-163.71067811865484
+121.69790904099513
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2495,13 +2495,13 @@ LINE
   8
 0
  10
-198.04401145198818
+157.3645757076618
  20
 1.2500000000000002
  30
 0.0
  11
-198.04401145198818
+157.3645757076618
  21
 3.7500000000000004
  31
@@ -2513,13 +2513,13 @@ LINE
   8
 0
  10
-198.04401145198818
+157.3645757076618
  20
 3.7500000000000004
  30
 0.0
  11
-195.37734478532153
+154.03124237432849
  21
 3.7500000000000004
  31
@@ -2531,13 +2531,13 @@ LINE
   8
 0
  10
-195.37734478532153
+154.03124237432849
  20
 3.7500000000000004
  30
 0.0
  11
-195.37734478532153
+154.03124237432849
  21
 1.2500000000000002
  31
@@ -2549,15 +2549,15 @@ LINE
   8
 0
  10
-221.71067811865487
+181.69790904099514
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-229.71067811865487
+189.6979090409951
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2567,15 +2567,15 @@ LINE
   8
 0
  10
-229.71067811865487
+189.6979090409951
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-229.71067811865487
+189.6979090409951
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2585,15 +2585,15 @@ LINE
   8
 0
  10
-229.71067811865487
+189.6979090409951
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-221.71067811865487
+181.69790904099514
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2603,15 +2603,15 @@ LINE
   8
 0
  10
-221.71067811865487
+181.69790904099514
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-221.71067811865487
+181.69790904099514
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2621,15 +2621,15 @@ LINE
   8
 0
  10
-232.46067811865487
+192.94790904099514
  20
-80.70454545454547
+70.70454545454547
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-67.47727272727273
+57.477272727272734
  31
 0.0
   0
@@ -2639,15 +2639,15 @@ LINE
   8
 0
  10
-232.46067811865487
+192.94790904099514
  20
-67.47727272727273
+57.477272727272734
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-67.47727272727273
+57.477272727272734
  31
 0.0
   0
@@ -2657,15 +2657,15 @@ LINE
   8
 0
  10
-232.96067811865487
+193.44790904099514
  20
-67.47727272727273
+57.477272727272734
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-80.70454545454547
+70.70454545454547
  31
 0.0
   0
@@ -2675,15 +2675,15 @@ LINE
   8
 0
  10
-232.96067811865487
+193.44790904099514
  20
-80.70454545454547
+70.70454545454547
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-80.70454545454547
+70.70454545454547
  31
 0.0
   0
@@ -2693,15 +2693,15 @@ LINE
   8
 0
  10
-232.46067811865487
+192.94790904099514
  20
-112.52272727272728
+102.52272727272728
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-99.29545454545456
+89.29545454545455
  31
 0.0
   0
@@ -2711,15 +2711,15 @@ LINE
   8
 0
  10
-232.46067811865487
+192.94790904099514
  20
-99.29545454545456
+89.29545454545455
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-99.29545454545456
+89.29545454545455
  31
 0.0
   0
@@ -2729,15 +2729,15 @@ LINE
   8
 0
  10
-232.96067811865487
+193.44790904099514
  20
-99.29545454545456
+89.29545454545455
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-112.52272727272728
+102.52272727272728
  31
 0.0
   0
@@ -2747,15 +2747,15 @@ LINE
   8
 0
  10
-232.96067811865487
+193.44790904099514
  20
-112.52272727272728
+102.52272727272728
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-112.52272727272728
+102.52272727272728
  31
 0.0
   0
@@ -2765,15 +2765,15 @@ LINE
   8
 0
  10
-28.401875901131806
+30.60808015405299
  20
-217.3888829577983
+195.9357240935652
  30
 0.0
  11
-23.7637963941597
+26.606621310682257
  21
-227.64184496249058
+203.43030382152995
  31
 0.0
   0
@@ -2783,15 +2783,15 @@ LINE
   8
 0
  10
-23.7637963941597
+26.606621310682257
  20
-227.64184496249058
+203.43030382152995
  30
 0.0
  11
-23.30823967619293
+26.165551176623442
  21
-227.43576712109234
+203.19481043130142
  31
 0.0
   0
@@ -2801,15 +2801,15 @@ LINE
   8
 0
  10
-23.30823967619293
+26.165551176623442
  20
-227.43576712109234
+203.19481043130142
  30
 0.0
  11
-27.946319183165034
+30.16701001999417
  21
-217.18280511640006
+195.70023070333667
  31
 0.0
   0
@@ -2819,15 +2819,15 @@ LINE
   8
 0
  10
-27.946319183165034
+30.16701001999417
  20
-217.18280511640006
+195.70023070333667
  30
 0.0
  11
-28.401875901131806
+30.60808015405299
  21
-217.3888829577983
+195.9357240935652
  31
 0.0
   0
@@ -2837,15 +2837,15 @@ LINE
   8
 0
  10
-237.96067811865484
+223.78124237432843
  20
-258.58333333333337
+231.91666666666666
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-241.41666666666669
+218.08333333333331
  31
 0.0
   0
@@ -2855,15 +2855,15 @@ LINE
   8
 0
  10
-237.96067811865484
+223.78124237432843
  20
-241.41666666666669
+218.08333333333331
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-241.41666666666669
+218.08333333333331
  31
 0.0
   0
@@ -2873,15 +2873,15 @@ LINE
   8
 0
  10
-238.46067811865484
+224.28124237432846
  20
-241.41666666666669
+218.08333333333331
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-258.58333333333337
+231.91666666666666
  31
 0.0
   0
@@ -2891,15 +2891,15 @@ LINE
   8
 0
  10
-238.46067811865484
+224.28124237432846
  20
-258.58333333333337
+231.91666666666666
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-258.58333333333337
+231.91666666666666
  31
 0.0
   0
@@ -2909,15 +2909,15 @@ LINE
   8
 0
  10
-234.04401145198815
+220.69790904099514
  20
-162.50000000000003
+154.99999999999997
  30
 0.0
  11
-234.04401145198815
+220.69790904099514
  21
-170.83333333333334
+161.66666666666663
  31
 0.0
   0
@@ -2927,15 +2927,15 @@ LINE
   8
 0
  10
-234.04401145198815
+220.69790904099514
  20
-170.83333333333334
+161.66666666666663
  30
 0.0
  11
-217.3773447853215
+207.3645757076618
  21
-170.83333333333334
+161.66666666666663
  31
 0.0
   0
@@ -2945,15 +2945,15 @@ LINE
   8
 0
  10
-217.3773447853215
+207.3645757076618
  20
-170.83333333333334
+161.66666666666663
  30
 0.0
  11
-217.3773447853215
+207.3645757076618
  21
-162.50000000000003
+154.99999999999997
  31
 0.0
   0
@@ -2963,15 +2963,15 @@ LINE
   8
 0
  10
-237.96067811865484
+223.78124237432843
  20
-278.5833333333333
+261.91666666666663
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-261.4166666666667
+248.0833333333333
  31
 0.0
   0
@@ -2981,15 +2981,15 @@ LINE
   8
 0
  10
-237.96067811865484
+223.78124237432843
  20
-261.4166666666667
+248.0833333333333
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-261.4166666666667
+248.0833333333333
  31
 0.0
   0
@@ -2999,15 +2999,15 @@ LINE
   8
 0
  10
-238.46067811865484
+224.28124237432846
  20
-261.4166666666667
+248.0833333333333
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-278.5833333333333
+261.91666666666663
  31
 0.0
   0
@@ -3017,15 +3017,15 @@ LINE
   8
 0
  10
-238.46067811865484
+224.28124237432846
  20
-278.5833333333333
+261.91666666666663
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-278.5833333333333
+261.91666666666663
  31
 0.0
   0
@@ -3035,15 +3035,15 @@ LINE
   8
 0
  10
-49.20423358535203
+48.03943279747538
  20
-353.06491669998854
+320.99692859131994
  30
 0.0
  11
-49.20423358535203
+48.03943279747538
  21
-347.6883055666629
+316.9989761971067
  31
 0.0
   0
@@ -3053,15 +3053,15 @@ LINE
   8
 0
  10
-49.20423358535203
+48.03943279747538
  20
-347.6883055666629
+316.9989761971067
  30
 0.0
  11
-59.95745585200341
+56.035337585901964
  21
-347.6883055666629
+316.9989761971067
  31
 0.0
   0
@@ -3071,15 +3071,15 @@ LINE
   8
 0
  10
-59.95745585200341
+56.035337585901964
  20
-347.6883055666629
+316.9989761971067
  30
 0.0
  11
-59.95745585200341
+56.035337585901964
  21
-353.06491669998854
+320.99692859131994
  31
 0.0
   0
@@ -3089,15 +3089,15 @@ LINE
   8
 0
  10
-23.763796394159613
+26.606621310682346
  20
-292.3581550375095
+276.56969617847017
  30
 0.0
  11
-28.40187590113172
+30.608080154053088
  21
-302.6111170422017
+284.0642759064349
  31
 0.0
   0
@@ -3107,15 +3107,15 @@ LINE
   8
 0
  10
-28.40187590113172
+30.608080154053088
  20
-302.6111170422017
+284.0642759064349
  30
 0.0
  11
-27.94631918316495
+30.167010019994255
  21
-302.81719488360005
+284.29976929666344
  31
 0.0
   0
@@ -3125,15 +3125,15 @@ LINE
   8
 0
  10
-27.94631918316495
+30.167010019994255
  20
-302.81719488360005
+284.29976929666344
  30
 0.0
  11
-23.308239676192844
+26.165551176623527
  21
-292.5642328789077
+276.80518956869867
  31
 0.0
   0
@@ -3143,15 +3143,15 @@ LINE
   8
 0
  10
-23.308239676192844
+26.165551176623527
  20
-292.5642328789077
+276.80518956869867
  30
 0.0
  11
-23.763796394159613
+26.606621310682346
  21
-292.3581550375095
+276.56969617847017
  31
 0.0
   0
@@ -3161,15 +3161,15 @@ LINE
   8
 0
  10
-108.46067811865481
+153.7812423743285
  20
-341.0
+311.00000000000006
  30
 0.0
  11
-111.62734478532148
+157.61457570766183
  21
-341.0
+311.00000000000006
  31
 0.0
   0
@@ -3179,15 +3179,15 @@ LINE
   8
 0
  10
-111.62734478532148
+157.61457570766183
  20
-341.0
+311.00000000000006
  30
 0.0
  11
-111.62734478532148
+157.61457570766183
  21
-341.5
+311.50000000000006
  31
 0.0
   0
@@ -3197,15 +3197,15 @@ LINE
   8
 0
  10
-111.62734478532148
+157.61457570766183
  20
-341.5
+311.50000000000006
  30
 0.0
  11
-108.46067811865481
+153.7812423743285
  21
-341.5
+311.50000000000006
  31
 0.0
   0
@@ -3215,15 +3215,15 @@ LINE
   8
 0
  10
-108.46067811865481
+153.7812423743285
  20
-341.5
+311.50000000000006
  30
 0.0
  11
-108.46067811865481
+153.7812423743285
  21
-341.0
+311.00000000000006
  31
 0.0
   0
@@ -3233,15 +3233,15 @@ LINE
   8
 0
  10
-217.3773447853215
+207.36457570766183
  20
-357.50000000000006
+325.0
  30
 0.0
  11
-217.3773447853215
+207.36457570766183
  21
-349.16666666666674
+318.33333333333326
  31
 0.0
   0
@@ -3251,15 +3251,15 @@ LINE
   8
 0
  10
-217.3773447853215
+207.36457570766183
  20
-349.16666666666674
+318.33333333333326
  30
 0.0
  11
-234.04401145198815
+220.69790904099517
  21
-349.16666666666674
+318.33333333333326
  31
 0.0
   0
@@ -3269,15 +3269,15 @@ LINE
   8
 0
  10
-234.04401145198815
+220.69790904099517
  20
-349.16666666666674
+318.33333333333326
  30
 0.0
  11
-234.04401145198815
+220.69790904099517
  21
-357.50000000000006
+325.0
  31
 0.0
   0
@@ -3287,15 +3287,15 @@ LINE
   8
 0
  10
-59.957455852003484
+56.03533758590186
  20
-166.93508330001148
+159.00307140868009
  30
 0.0
  11
-59.957455852003484
+56.03533758590186
  21
-172.31169443333718
+163.0010238028934
  31
 0.0
   0
@@ -3305,15 +3305,15 @@ LINE
   8
 0
  10
-59.957455852003484
+56.03533758590186
  20
-172.31169443333718
+163.0010238028934
  30
 0.0
  11
-49.20423358535209
+48.03943279747528
  21
-172.31169443333718
+163.0010238028934
  31
 0.0
   0
@@ -3323,15 +3323,15 @@ LINE
   8
 0
  10
-49.20423358535209
+48.03943279747528
  20
-172.31169443333718
+163.0010238028934
  30
 0.0
  11
-49.20423358535209
+48.039432797475264
  21
-166.93508330001148
+159.00307140868009
  31
 0.0
   0
@@ -3341,15 +3341,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-67.72727272727273
+57.727272727272734
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-63.727272727272734
+52.727272727272734
  31
 0.0
   0
@@ -3359,15 +3359,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-63.727272727272734
+52.727272727272734
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-67.72727272727273
+57.727272727272734
  31
 0.0
   0
@@ -3377,15 +3377,15 @@ LINE
   8
 0
  10
-160.71067811865487
+118.19790904099513
  20
-67.72727272727273
+57.727272727272734
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-80.45454545454547
+70.45454545454547
  31
 0.0
   0
@@ -3395,15 +3395,15 @@ LINE
   8
 0
  10
-160.71067811865487
+118.19790904099513
  20
-80.45454545454547
+70.45454545454547
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-84.45454545454547
+75.45454545454547
  31
 0.0
   0
@@ -3413,15 +3413,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-84.45454545454547
+75.45454545454547
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-80.45454545454547
+70.45454545454547
  31
 0.0
   0
@@ -3431,15 +3431,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-99.54545454545455
+89.54545454545456
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-95.54545454545456
+84.54545454545455
  31
 0.0
   0
@@ -3449,15 +3449,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-95.54545454545456
+84.54545454545455
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-99.54545454545455
+89.54545454545456
  31
 0.0
   0
@@ -3467,15 +3467,15 @@ LINE
   8
 0
  10
-160.71067811865487
+118.19790904099513
  20
-99.54545454545455
+89.54545454545456
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-112.27272727272728
+102.27272727272728
  31
 0.0
   0
@@ -3485,15 +3485,15 @@ LINE
   8
 0
  10
-160.71067811865487
+118.19790904099513
  20
-112.27272727272728
+102.27272727272728
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-116.27272727272728
+107.27272727272728
  31
 0.0
   0
@@ -3503,15 +3503,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-116.27272727272728
+107.27272727272728
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-112.27272727272728
+102.27272727272728
  31
 0.0
   0
diff --git a/rocolib/output/BoatBaseFlat/graph-lasercutter.svg b/rocolib/output/BoatBaseFlat/graph-lasercutter.svg
index 1cb9845705e7361ccd783463a1eab4045f4d5a7b..ce615e1a6d225f0d37f9f574944274ba6ce37346 100644
--- a/rocolib/output/BoatBaseFlat/graph-lasercutter.svg
+++ b/rocolib/output/BoatBaseFlat/graph-lasercutter.svg
@@ -1,144 +1,144 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="361.666667mm" version="1.1" viewBox="0.000000 0.000000 250.710678 361.666667" width="250.710678mm">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="328.333333mm" version="1.1" viewBox="0.000000 0.000000 234.031242 328.333333" width="234.031242mm">
   <defs/>
-  <line stroke="#000000" x1="192.71067811865487" x2="162.71067811865487" y1="55.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="192.71067811865487" x2="192.71067811865487" y1="55.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="162.71067811865487" x2="192.71067811865487" y1="125.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="162.71067811865487" x2="162.71067811865487" y1="125.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.71067811865487" x2="200.71067811865487" y1="55.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="200.71067811865487" y1="55.00000000000001" y2="5.000000000000001"/>
-  <line stroke="#000000" x1="192.71067811865487" x2="192.71067811865487" y1="5.000000000000001" y2="55.00000000000001"/>
-  <line stroke="#000000" x1="192.71067811865487" x2="192.71067811865487" y1="0.0" y2="5.000000000000001"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="192.71067811865487" y1="0.0" y2="0.0"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="200.71067811865487" y1="5.000000000000001" y2="0.0"/>
-  <line stroke="#000000" x1="230.71067811865487" x2="200.71067811865487" y1="55.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="230.71067811865487" x2="230.71067811865487" y1="55.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="230.71067811865487" y1="125.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="238.71067811865487" x2="230.71067811865487" y1="55.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#000000" x1="238.71067811865487" x2="238.71067811865487" y1="125.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#000000" x1="230.71067811865487" x2="238.71067811865487" y1="125.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="192.71067811865487" x2="192.71067811865487" y1="125.00000000000001" y2="175.0"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="200.71067811865487" y1="175.0" y2="125.00000000000001"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.71067811865487" x2="192.71067811865487" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="106.04401145198817" x2="70.71067811865484" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="192.71067811865484" x2="106.04401145198817" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="200.71067811865487" x2="200.71067811865487" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="70.71067811865484" x2="70.71067811865484" y1="175.0" y2="175.0"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.71067811865484" x2="200.71067811865487" y1="225.00000000000003" y2="225.00000000000003"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.71067811865484" x2="70.71067811865484" y1="175.0" y2="225.00000000000003"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="38.45101131870072" x2="70.71067811865484" y1="175.0" y2="225.00000000000003"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="38.45101131870072" x2="70.71067811865484" y1="175.0" y2="175.0"/>
-  <line stroke="#000000" x1="38.4510113187007" x2="25.155006321979045" y1="175.0" y2="204.3922158601766"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="25.155006321979045" x2="70.71067811865483" y1="204.3922158601766" y2="225.00000000000003"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="8.526512829121203e-14" x2="70.71067811865484" y1="260.0" y2="225.00000000000003"/>
-  <line stroke="#000000" x1="11.859001325257395" x2="8.526512829121203e-14" y1="233.78443172035318" y2="260.0"/>
-  <line stroke="#000000" x1="25.155006321979076" x2="11.859001325257395" y1="204.3922158601766" y2="233.78443172035318"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.71067811865484" x2="70.71067811865484" y1="225.00000000000003" y2="260.0"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.71067811865484" x2="70.71067811865484" y1="260.0" y2="295.0"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="8.526512829121203e-14" x2="70.71067811865484" y1="260.0" y2="295.0"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.71067811865484" x2="200.7106781186548" y1="295.0" y2="295.0"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.7106781186548" x2="200.7106781186548" y1="260.0" y2="225.00000000000003"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.7106781186548" x2="200.7106781186548" y1="295.0" y2="260.0"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="275.00000000000006" y2="225.00000000000003"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="260.0" y2="275.00000000000006"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.7106781186548" x2="250.71067811865484" y1="225.00000000000003" y2="225.00000000000003"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.7106781186548" x2="250.71067811865484" y1="225.00000000000003" y2="175.00000000000003"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="225.00000000000003" y2="175.00000000000003"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.7106781186548" x2="250.71067811865484" y1="175.0" y2="175.0"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.7106781186548" x2="200.7106781186548" y1="225.00000000000003" y2="175.0"/>
-  <line stroke="#000000" x1="200.7106781186548" x2="200.7106781186548" y1="158.33333333333337" y2="175.0"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="200.7106781186548" y1="158.33333333333337" y2="158.33333333333337"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="175.0" y2="158.33333333333337"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="250.71067811865484" x2="200.7106781186548" y1="295.0" y2="295.0"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="245.00000000000003" y2="260.0"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="295.0" y2="245.00000000000003"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="345.00000000000006" y2="295.0"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="250.71067811865484" x2="200.7106781186548" y1="345.00000000000006" y2="295.0"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="200.7106781186548" x2="200.71067811865478" y1="345.00000000000006" y2="295.0"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="250.71067811865484" x2="200.7106781186548" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.71067811865481" x2="70.71067811865481" y1="295.0" y2="345.00000000000006"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.71067811865481" x2="38.45101131870067" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.7106781186548" x2="38.45101131870067" y1="295.0" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="70.7106781186548" x2="70.7106781186548" y1="355.75322226665145" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="38.45101131870067" x2="70.7106781186548" y1="355.75322226665145" y2="355.75322226665145"/>
-  <line stroke="#000000" x1="38.45101131870067" x2="38.45101131870067" y1="345.00000000000006" y2="355.75322226665145"/>
-  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="70.71067811865478" x2="25.15500632197899" y1="295.0" y2="315.6077841398234"/>
-  <line stroke="#000000" x1="25.15500632197899" x2="38.45101131870067" y1="315.6077841398234" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="11.859001325257312" x2="25.15500632197899" y1="286.21556827964685" y2="315.6077841398234"/>
-  <line stroke="#000000" x1="0.0" x2="11.859001325257312" y1="260.0" y2="286.21556827964685"/>
-  <line stroke="#000000" x1="114.04401145198815" x2="200.7106781186548" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="106.04401145198815" x2="114.04401145198815" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="70.71067811865481" x2="106.04401145198815" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="70.71067811865481" x2="70.71067811865481" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="200.7106781186548" x2="200.7106781186548" y1="345.00000000000006" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="250.71067811865484" x2="250.71067811865484" y1="361.66666666666674" y2="345.00000000000006"/>
-  <line stroke="#000000" x1="200.7106781186548" x2="250.71067811865484" y1="361.66666666666674" y2="361.66666666666674"/>
-  <line stroke="#000000" x1="200.7106781186548" x2="200.7106781186548" y1="345.00000000000006" y2="361.66666666666674"/>
-  <line stroke="#000000" x1="38.45101131870072" x2="38.45101131870072" y1="164.2467777333486" y2="175.0"/>
-  <line stroke="#000000" x1="70.71067811865484" x2="38.45101131870072" y1="164.2467777333486" y2="164.2467777333486"/>
-  <line stroke="#000000" x1="70.71067811865484" x2="70.71067811865484" y1="175.0" y2="164.2467777333486"/>
-  <line stroke="#000000" x1="154.71067811865484" x2="162.71067811865487" y1="125.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="154.71067811865484" x2="154.71067811865484" y1="55.00000000000001" y2="125.00000000000001"/>
-  <line stroke="#000000" x1="162.71067811865487" x2="154.71067811865484" y1="55.00000000000001" y2="55.00000000000001"/>
-  <line stroke="#888888" x1="163.71067811865484" x2="171.71067811865487" y1="86.00000000000001" y2="86.00000000000001"/>
-  <line stroke="#888888" x1="171.71067811865487" x2="171.71067811865487" y1="86.00000000000001" y2="94.00000000000001"/>
-  <line stroke="#888888" x1="171.71067811865487" x2="163.71067811865484" y1="94.00000000000001" y2="94.00000000000001"/>
-  <line stroke="#888888" x1="163.71067811865484" x2="163.71067811865484" y1="94.00000000000001" y2="86.00000000000001"/>
-  <line stroke="#888888" x1="198.04401145198818" x2="198.04401145198818" y1="1.2500000000000002" y2="3.7500000000000004"/>
-  <line stroke="#888888" x1="198.04401145198818" x2="195.37734478532153" y1="3.7500000000000004" y2="3.7500000000000004"/>
-  <line stroke="#888888" x1="195.37734478532153" x2="195.37734478532153" y1="3.7500000000000004" y2="1.2500000000000002"/>
-  <line stroke="#888888" x1="221.71067811865487" x2="229.71067811865487" y1="86.00000000000001" y2="86.00000000000001"/>
-  <line stroke="#888888" x1="229.71067811865487" x2="229.71067811865487" y1="86.00000000000001" y2="94.00000000000001"/>
-  <line stroke="#888888" x1="229.71067811865487" x2="221.71067811865487" y1="94.00000000000001" y2="94.00000000000001"/>
-  <line stroke="#888888" x1="221.71067811865487" x2="221.71067811865487" y1="94.00000000000001" y2="86.00000000000001"/>
-  <line stroke="#888888" x1="232.46067811865487" x2="232.46067811865487" y1="80.70454545454547" y2="67.47727272727273"/>
-  <line stroke="#888888" x1="232.46067811865487" x2="232.96067811865487" y1="67.47727272727273" y2="67.47727272727273"/>
-  <line stroke="#888888" x1="232.96067811865487" x2="232.96067811865487" y1="67.47727272727273" y2="80.70454545454547"/>
-  <line stroke="#888888" x1="232.96067811865487" x2="232.46067811865487" y1="80.70454545454547" y2="80.70454545454547"/>
-  <line stroke="#888888" x1="232.46067811865487" x2="232.46067811865487" y1="112.52272727272728" y2="99.29545454545456"/>
-  <line stroke="#888888" x1="232.46067811865487" x2="232.96067811865487" y1="99.29545454545456" y2="99.29545454545456"/>
-  <line stroke="#888888" x1="232.96067811865487" x2="232.96067811865487" y1="99.29545454545456" y2="112.52272727272728"/>
-  <line stroke="#888888" x1="232.96067811865487" x2="232.46067811865487" y1="112.52272727272728" y2="112.52272727272728"/>
-  <line stroke="#888888" x1="28.401875901131806" x2="23.7637963941597" y1="217.3888829577983" y2="227.64184496249058"/>
-  <line stroke="#888888" x1="23.7637963941597" x2="23.30823967619293" y1="227.64184496249058" y2="227.43576712109234"/>
-  <line stroke="#888888" x1="23.30823967619293" x2="27.946319183165034" y1="227.43576712109234" y2="217.18280511640006"/>
-  <line stroke="#888888" x1="27.946319183165034" x2="28.401875901131806" y1="217.18280511640006" y2="217.3888829577983"/>
-  <line stroke="#888888" x1="237.96067811865484" x2="237.96067811865484" y1="258.58333333333337" y2="241.41666666666669"/>
-  <line stroke="#888888" x1="237.96067811865484" x2="238.46067811865484" y1="241.41666666666669" y2="241.41666666666669"/>
-  <line stroke="#888888" x1="238.46067811865484" x2="238.46067811865484" y1="241.41666666666669" y2="258.58333333333337"/>
-  <line stroke="#888888" x1="238.46067811865484" x2="237.96067811865484" y1="258.58333333333337" y2="258.58333333333337"/>
-  <line stroke="#888888" x1="234.04401145198815" x2="234.04401145198815" y1="162.50000000000003" y2="170.83333333333334"/>
-  <line stroke="#888888" x1="234.04401145198815" x2="217.3773447853215" y1="170.83333333333334" y2="170.83333333333334"/>
-  <line stroke="#888888" x1="217.3773447853215" x2="217.3773447853215" y1="170.83333333333334" y2="162.50000000000003"/>
-  <line stroke="#888888" x1="237.96067811865484" x2="237.96067811865484" y1="278.5833333333333" y2="261.4166666666667"/>
-  <line stroke="#888888" x1="237.96067811865484" x2="238.46067811865484" y1="261.4166666666667" y2="261.4166666666667"/>
-  <line stroke="#888888" x1="238.46067811865484" x2="238.46067811865484" y1="261.4166666666667" y2="278.5833333333333"/>
-  <line stroke="#888888" x1="238.46067811865484" x2="237.96067811865484" y1="278.5833333333333" y2="278.5833333333333"/>
-  <line stroke="#888888" x1="49.20423358535203" x2="49.20423358535203" y1="353.06491669998854" y2="347.6883055666629"/>
-  <line stroke="#888888" x1="49.20423358535203" x2="59.95745585200341" y1="347.6883055666629" y2="347.6883055666629"/>
-  <line stroke="#888888" x1="59.95745585200341" x2="59.95745585200341" y1="347.6883055666629" y2="353.06491669998854"/>
-  <line stroke="#888888" x1="23.763796394159613" x2="28.40187590113172" y1="292.3581550375095" y2="302.6111170422017"/>
-  <line stroke="#888888" x1="28.40187590113172" x2="27.94631918316495" y1="302.6111170422017" y2="302.81719488360005"/>
-  <line stroke="#888888" x1="27.94631918316495" x2="23.308239676192844" y1="302.81719488360005" y2="292.5642328789077"/>
-  <line stroke="#888888" x1="23.308239676192844" x2="23.763796394159613" y1="292.5642328789077" y2="292.3581550375095"/>
-  <line stroke="#888888" x1="108.46067811865481" x2="111.62734478532148" y1="341.0" y2="341.0"/>
-  <line stroke="#888888" x1="111.62734478532148" x2="111.62734478532148" y1="341.0" y2="341.5"/>
-  <line stroke="#888888" x1="111.62734478532148" x2="108.46067811865481" y1="341.5" y2="341.5"/>
-  <line stroke="#888888" x1="108.46067811865481" x2="108.46067811865481" y1="341.5" y2="341.0"/>
-  <line stroke="#888888" x1="217.3773447853215" x2="217.3773447853215" y1="357.50000000000006" y2="349.16666666666674"/>
-  <line stroke="#888888" x1="217.3773447853215" x2="234.04401145198815" y1="349.16666666666674" y2="349.16666666666674"/>
-  <line stroke="#888888" x1="234.04401145198815" x2="234.04401145198815" y1="349.16666666666674" y2="357.50000000000006"/>
-  <line stroke="#888888" x1="59.957455852003484" x2="59.957455852003484" y1="166.93508330001148" y2="172.31169443333718"/>
-  <line stroke="#888888" x1="59.957455852003484" x2="49.20423358535209" y1="172.31169443333718" y2="172.31169443333718"/>
-  <line stroke="#888888" x1="49.20423358535209" x2="49.20423358535209" y1="172.31169443333718" y2="166.93508330001148"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="156.71067811865487" y1="67.72727272727273" y2="63.727272727272734"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="160.71067811865487" y1="63.727272727272734" y2="67.72727272727273"/>
-  <line stroke="#888888" x1="160.71067811865487" x2="160.71067811865487" y1="67.72727272727273" y2="80.45454545454547"/>
-  <line stroke="#888888" x1="160.71067811865487" x2="156.71067811865487" y1="80.45454545454547" y2="84.45454545454547"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="156.71067811865487" y1="84.45454545454547" y2="80.45454545454547"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="156.71067811865487" y1="99.54545454545455" y2="95.54545454545456"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="160.71067811865487" y1="95.54545454545456" y2="99.54545454545455"/>
-  <line stroke="#888888" x1="160.71067811865487" x2="160.71067811865487" y1="99.54545454545455" y2="112.27272727272728"/>
-  <line stroke="#888888" x1="160.71067811865487" x2="156.71067811865487" y1="112.27272727272728" y2="116.27272727272728"/>
-  <line stroke="#888888" x1="156.71067811865487" x2="156.71067811865487" y1="116.27272727272728" y2="112.27272727272728"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="120.69790904099513" y1="45.0" y2="45.0"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="150.6979090409951" x2="150.6979090409951" y1="45.0" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="120.69790904099513" x2="150.6979090409951" y1="115.00000000000001" y2="115.00000000000001"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="120.69790904099513" x2="120.69790904099513" y1="115.00000000000001" y2="45.0"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="160.69790904099514" x2="160.69790904099514" y1="45.0" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="160.69790904099514" y1="45.0" y2="5.000000000000001"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="150.6979090409951" y1="5.000000000000001" y2="45.0"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="150.6979090409951" y1="0.0" y2="5.000000000000001"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="150.6979090409951" y1="0.0" y2="0.0"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="160.69790904099514" y1="5.000000000000001" y2="0.0"/>
+  <line stroke="#000000" x1="190.69790904099514" x2="160.69790904099514" y1="45.0" y2="45.0"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="190.69790904099514" x2="190.69790904099514" y1="45.0" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="190.69790904099514" y1="115.00000000000001" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="200.69790904099514" x2="190.69790904099514" y1="45.0" y2="45.0"/>
+  <line stroke="#000000" x1="200.69790904099514" x2="200.69790904099514" y1="115.00000000000001" y2="45.0"/>
+  <line stroke="#000000" x1="190.69790904099514" x2="200.69790904099514" y1="115.00000000000001" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="150.6979090409951" y1="115.00000000000001" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="160.69790904099514" x2="160.69790904099514" y1="165.00000000000003" y2="115.00000000000001"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="160.69790904099514" x2="150.6979090409951" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="150.6979090409951" x2="64.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="194.03124237432846" x2="160.69790904099514" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="194.03124237432846" x2="194.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="64.03124237432846" x2="64.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432846" x2="194.03124237432846" y1="205.00000000000003" y2="205.00000000000003"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432846" x2="64.03124237432846" y1="165.00000000000003" y2="205.00000000000003"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="40.04352800904868" x2="64.03124237432846" y1="165.00000000000003" y2="205.00000000000003"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="40.04352800904868" x2="64.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="40.04352800904868" x2="28.745631649622073" y1="165.00000000000003" y2="186.16052878171774"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="28.745631649622073" x2="64.03124237432846" y1="186.16052878171774" y2="205.00000000000003"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="0.0" x2="64.03124237432846" y1="240.00000000000003" y2="205.00000000000003"/>
+  <line stroke="#000000" x1="17.447735290195485" x2="0.0" y1="207.32105756343552" y2="240.00000000000003"/>
+  <line stroke="#000000" x1="28.745631649622084" x2="17.447735290195485" y1="186.16052878171774" y2="207.32105756343552"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432846" x2="64.03124237432846" y1="205.00000000000003" y2="240.00000000000003"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432847" x2="64.0312423743285" y1="240.00000000000003" y2="275.00000000000006"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="0.0" x2="64.0312423743285" y1="240.00000000000003" y2="275.00000000000006"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432847" x2="194.03124237432843" y1="275.00000000000006" y2="275.0"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="194.03124237432843" y1="240.0" y2="204.99999999999997"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="194.03124237432846" y1="275.00000000000006" y2="240.0"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="244.99999999999997" y2="204.99999999999994"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="239.99999999999997" y2="244.99999999999997"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432843" x2="234.03124237432846" y1="204.99999999999997" y2="204.99999999999994"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432843" x2="234.03124237432846" y1="204.99999999999997" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="204.99999999999997" y2="165.00000000000003"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432843" x2="234.03124237432846" y1="165.00000000000003" y2="165.00000000000003"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432843" x2="194.03124237432843" y1="204.99999999999997" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="194.03124237432843" x2="194.03124237432843" y1="151.66666666666666" y2="165.0"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="194.03124237432843" y1="151.66666666666666" y2="151.66666666666666"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="165.0" y2="151.66666666666666"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="234.03124237432846" x2="194.03124237432846" y1="274.99999999999994" y2="275.0"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="234.99999999999997" y2="239.99999999999997"/>
+  <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="274.99999999999994" y2="234.99999999999997"/>
+  <line stroke="#000000" x1="234.0312423743285" x2="234.03124237432849" y1="314.99999999999994" y2="275.0"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="234.0312423743285" x2="194.03124237432846" y1="314.99999999999994" y2="275.00000000000006"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432849" x2="194.03124237432846" y1="315.00000000000006" y2="275.00000000000006"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="234.03124237432849" x2="194.03124237432849" y1="314.99999999999994" y2="315.00000000000006"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432854" x2="64.03124237432856" y1="275.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432856" x2="40.04352800904878" y1="315.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432854" x2="40.04352800904878" y1="275.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="64.03124237432856" x2="64.03124237432856" y1="322.9959047884266" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="40.04352800904878" x2="64.03124237432856" y1="322.9959047884267" y2="322.9959047884266"/>
+  <line stroke="#000000" x1="40.04352800904878" x2="40.04352800904878" y1="315.00000000000006" y2="322.9959047884267"/>
+  <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432854" x2="28.745631649622172" y1="275.00000000000006" y2="293.8394712182823"/>
+  <line stroke="#000000" x1="28.745631649622172" x2="40.04352800904878" y1="293.8394712182823" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="17.447735290195567" x2="28.745631649622172" y1="272.6789424365645" y2="293.8394712182823"/>
+  <line stroke="#000000" x1="8.526512829121203e-14" x2="17.447735290195567" y1="240.00000000000009" y2="272.6789424365645"/>
+  <line stroke="#000000" x1="160.6979090409952" x2="194.03124237432849" y1="315.00000000000006" y2="314.99999999999994"/>
+  <line stroke="#000000" x1="150.69790904099517" x2="160.6979090409952" y1="315.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="64.03124237432856" x2="150.69790904099517" y1="315.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="64.03124237432856" x2="64.03124237432856" y1="315.00000000000006" y2="315.00000000000006"/>
+  <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="314.99999999999994" y2="314.99999999999994"/>
+  <line stroke="#000000" x1="234.0312423743285" x2="234.0312423743285" y1="328.33333333333326" y2="314.99999999999994"/>
+  <line stroke="#000000" x1="194.03124237432849" x2="234.0312423743285" y1="328.33333333333326" y2="328.33333333333326"/>
+  <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="314.99999999999994" y2="328.33333333333326"/>
+  <line stroke="#000000" x1="40.04352800904868" x2="40.04352800904868" y1="157.00409521157343" y2="165.00000000000003"/>
+  <line stroke="#000000" x1="64.03124237432846" x2="40.04352800904868" y1="157.00409521157343" y2="157.00409521157343"/>
+  <line stroke="#000000" x1="64.03124237432846" x2="64.03124237432846" y1="165.00000000000003" y2="157.00409521157343"/>
+  <line stroke="#000000" x1="110.69790904099513" x2="120.69790904099513" y1="115.00000000000001" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="110.69790904099513" x2="110.69790904099513" y1="45.0" y2="115.00000000000001"/>
+  <line stroke="#000000" x1="120.69790904099513" x2="110.69790904099513" y1="45.0" y2="45.0"/>
+  <line stroke="#888888" x1="121.69790904099513" x2="129.6979090409951" y1="76.00000000000001" y2="76.00000000000001"/>
+  <line stroke="#888888" x1="129.6979090409951" x2="129.6979090409951" y1="76.00000000000001" y2="84.0"/>
+  <line stroke="#888888" x1="129.6979090409951" x2="121.69790904099513" y1="84.0" y2="84.0"/>
+  <line stroke="#888888" x1="121.69790904099513" x2="121.69790904099513" y1="84.0" y2="76.00000000000001"/>
+  <line stroke="#888888" x1="157.3645757076618" x2="157.3645757076618" y1="1.2500000000000002" y2="3.7500000000000004"/>
+  <line stroke="#888888" x1="157.3645757076618" x2="154.03124237432849" y1="3.7500000000000004" y2="3.7500000000000004"/>
+  <line stroke="#888888" x1="154.03124237432849" x2="154.03124237432849" y1="3.7500000000000004" y2="1.2500000000000002"/>
+  <line stroke="#888888" x1="181.69790904099514" x2="189.6979090409951" y1="76.00000000000001" y2="76.00000000000001"/>
+  <line stroke="#888888" x1="189.6979090409951" x2="189.6979090409951" y1="76.00000000000001" y2="84.0"/>
+  <line stroke="#888888" x1="189.6979090409951" x2="181.69790904099514" y1="84.0" y2="84.0"/>
+  <line stroke="#888888" x1="181.69790904099514" x2="181.69790904099514" y1="84.0" y2="76.00000000000001"/>
+  <line stroke="#888888" x1="192.94790904099514" x2="192.94790904099514" y1="70.70454545454547" y2="57.477272727272734"/>
+  <line stroke="#888888" x1="192.94790904099514" x2="193.44790904099514" y1="57.477272727272734" y2="57.477272727272734"/>
+  <line stroke="#888888" x1="193.44790904099514" x2="193.44790904099514" y1="57.477272727272734" y2="70.70454545454547"/>
+  <line stroke="#888888" x1="193.44790904099514" x2="192.94790904099514" y1="70.70454545454547" y2="70.70454545454547"/>
+  <line stroke="#888888" x1="192.94790904099514" x2="192.94790904099514" y1="102.52272727272728" y2="89.29545454545455"/>
+  <line stroke="#888888" x1="192.94790904099514" x2="193.44790904099514" y1="89.29545454545455" y2="89.29545454545455"/>
+  <line stroke="#888888" x1="193.44790904099514" x2="193.44790904099514" y1="89.29545454545455" y2="102.52272727272728"/>
+  <line stroke="#888888" x1="193.44790904099514" x2="192.94790904099514" y1="102.52272727272728" y2="102.52272727272728"/>
+  <line stroke="#888888" x1="30.60808015405299" x2="26.606621310682257" y1="195.9357240935652" y2="203.43030382152995"/>
+  <line stroke="#888888" x1="26.606621310682257" x2="26.165551176623442" y1="203.43030382152995" y2="203.19481043130142"/>
+  <line stroke="#888888" x1="26.165551176623442" x2="30.16701001999417" y1="203.19481043130142" y2="195.70023070333667"/>
+  <line stroke="#888888" x1="30.16701001999417" x2="30.60808015405299" y1="195.70023070333667" y2="195.9357240935652"/>
+  <line stroke="#888888" x1="223.78124237432843" x2="223.78124237432843" y1="231.91666666666666" y2="218.08333333333331"/>
+  <line stroke="#888888" x1="223.78124237432843" x2="224.28124237432846" y1="218.08333333333331" y2="218.08333333333331"/>
+  <line stroke="#888888" x1="224.28124237432846" x2="224.28124237432846" y1="218.08333333333331" y2="231.91666666666666"/>
+  <line stroke="#888888" x1="224.28124237432846" x2="223.78124237432843" y1="231.91666666666666" y2="231.91666666666666"/>
+  <line stroke="#888888" x1="220.69790904099514" x2="220.69790904099514" y1="154.99999999999997" y2="161.66666666666663"/>
+  <line stroke="#888888" x1="220.69790904099514" x2="207.3645757076618" y1="161.66666666666663" y2="161.66666666666663"/>
+  <line stroke="#888888" x1="207.3645757076618" x2="207.3645757076618" y1="161.66666666666663" y2="154.99999999999997"/>
+  <line stroke="#888888" x1="223.78124237432843" x2="223.78124237432843" y1="261.91666666666663" y2="248.0833333333333"/>
+  <line stroke="#888888" x1="223.78124237432843" x2="224.28124237432846" y1="248.0833333333333" y2="248.0833333333333"/>
+  <line stroke="#888888" x1="224.28124237432846" x2="224.28124237432846" y1="248.0833333333333" y2="261.91666666666663"/>
+  <line stroke="#888888" x1="224.28124237432846" x2="223.78124237432843" y1="261.91666666666663" y2="261.91666666666663"/>
+  <line stroke="#888888" x1="48.03943279747538" x2="48.03943279747538" y1="320.99692859131994" y2="316.9989761971067"/>
+  <line stroke="#888888" x1="48.03943279747538" x2="56.035337585901964" y1="316.9989761971067" y2="316.9989761971067"/>
+  <line stroke="#888888" x1="56.035337585901964" x2="56.035337585901964" y1="316.9989761971067" y2="320.99692859131994"/>
+  <line stroke="#888888" x1="26.606621310682346" x2="30.608080154053088" y1="276.56969617847017" y2="284.0642759064349"/>
+  <line stroke="#888888" x1="30.608080154053088" x2="30.167010019994255" y1="284.0642759064349" y2="284.29976929666344"/>
+  <line stroke="#888888" x1="30.167010019994255" x2="26.165551176623527" y1="284.29976929666344" y2="276.80518956869867"/>
+  <line stroke="#888888" x1="26.165551176623527" x2="26.606621310682346" y1="276.80518956869867" y2="276.56969617847017"/>
+  <line stroke="#888888" x1="153.7812423743285" x2="157.61457570766183" y1="311.00000000000006" y2="311.00000000000006"/>
+  <line stroke="#888888" x1="157.61457570766183" x2="157.61457570766183" y1="311.00000000000006" y2="311.50000000000006"/>
+  <line stroke="#888888" x1="157.61457570766183" x2="153.7812423743285" y1="311.50000000000006" y2="311.50000000000006"/>
+  <line stroke="#888888" x1="153.7812423743285" x2="153.7812423743285" y1="311.50000000000006" y2="311.00000000000006"/>
+  <line stroke="#888888" x1="207.36457570766183" x2="207.36457570766183" y1="325.0" y2="318.33333333333326"/>
+  <line stroke="#888888" x1="207.36457570766183" x2="220.69790904099517" y1="318.33333333333326" y2="318.33333333333326"/>
+  <line stroke="#888888" x1="220.69790904099517" x2="220.69790904099517" y1="318.33333333333326" y2="325.0"/>
+  <line stroke="#888888" x1="56.03533758590186" x2="56.03533758590186" y1="159.00307140868009" y2="163.0010238028934"/>
+  <line stroke="#888888" x1="56.03533758590186" x2="48.03943279747528" y1="163.0010238028934" y2="163.0010238028934"/>
+  <line stroke="#888888" x1="48.03943279747528" x2="48.039432797475264" y1="163.0010238028934" y2="159.00307140868009"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="113.19790904099513" y1="57.727272727272734" y2="52.727272727272734"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="118.19790904099513" y1="52.727272727272734" y2="57.727272727272734"/>
+  <line stroke="#888888" x1="118.19790904099513" x2="118.19790904099513" y1="57.727272727272734" y2="70.45454545454547"/>
+  <line stroke="#888888" x1="118.19790904099513" x2="113.19790904099513" y1="70.45454545454547" y2="75.45454545454547"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="113.19790904099513" y1="75.45454545454547" y2="70.45454545454547"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="113.19790904099513" y1="89.54545454545456" y2="84.54545454545455"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="118.19790904099513" y1="84.54545454545455" y2="89.54545454545456"/>
+  <line stroke="#888888" x1="118.19790904099513" x2="118.19790904099513" y1="89.54545454545456" y2="102.27272727272728"/>
+  <line stroke="#888888" x1="118.19790904099513" x2="113.19790904099513" y1="102.27272727272728" y2="107.27272727272728"/>
+  <line stroke="#888888" x1="113.19790904099513" x2="113.19790904099513" y1="107.27272727272728" y2="102.27272727272728"/>
 </svg>
diff --git a/rocolib/output/BoatBaseFlat/graph-model.png b/rocolib/output/BoatBaseFlat/graph-model.png
index 5b4a92f7dfa8ef892ade0eb3e6acbd98e462b2ac..a9f9691eb9c8a573762d9cfb3808dcd10f68625f 100644
Binary files a/rocolib/output/BoatBaseFlat/graph-model.png and b/rocolib/output/BoatBaseFlat/graph-model.png differ
diff --git a/rocolib/output/BoatBaseFlat/graph-model.stl b/rocolib/output/BoatBaseFlat/graph-model.stl
index aadc04c3189fdd756ab47709296253516e52c3df..eaf5bf9e03b3cd1bba3bc7fde0326f4e8bdf0ffd 100644
--- a/rocolib/output/BoatBaseFlat/graph-model.stl
+++ b/rocolib/output/BoatBaseFlat/graph-model.stl
@@ -59,76 +59,76 @@ facet normal 0 0 0
 outer loop
 vertex 0.0150 0.0350 0.0000
 vertex 0.0150 -0.0350 0.0000
-vertex 0.0150 -0.0350 -0.0080
+vertex 0.0150 -0.0350 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 -0.0350 -0.0080
-vertex 0.0150 0.0350 -0.0080
+vertex 0.0150 -0.0350 -0.0100
+vertex 0.0150 0.0350 -0.0100
 vertex 0.0150 0.0350 0.0000
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 -0.0350 -0.0080
-vertex -0.0060 -0.0040 -0.0080
-vertex -0.0060 0.0040 -0.0080
+vertex 0.0150 -0.0350 -0.0100
+vertex -0.0060 -0.0040 -0.0100
+vertex -0.0060 0.0040 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex -0.0060 -0.0040 -0.0080
-vertex 0.0150 -0.0350 -0.0080
-vertex -0.0150 -0.0350 -0.0080
+vertex -0.0060 -0.0040 -0.0100
+vertex 0.0150 -0.0350 -0.0100
+vertex -0.0150 -0.0350 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0350 -0.0080
-vertex -0.0060 0.0040 -0.0080
-vertex -0.0150 0.0350 -0.0080
+vertex 0.0150 0.0350 -0.0100
+vertex -0.0060 0.0040 -0.0100
+vertex -0.0150 0.0350 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex -0.0060 0.0040 -0.0080
-vertex 0.0150 0.0350 -0.0080
-vertex 0.0150 -0.0350 -0.0080
+vertex -0.0060 0.0040 -0.0100
+vertex 0.0150 0.0350 -0.0100
+vertex 0.0150 -0.0350 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex -0.0140 -0.0040 -0.0080
-vertex -0.0150 -0.0350 -0.0080
-vertex -0.0150 0.0350 -0.0080
+vertex -0.0140 -0.0040 -0.0100
+vertex -0.0150 -0.0350 -0.0100
+vertex -0.0150 0.0350 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex -0.0150 -0.0350 -0.0080
-vertex -0.0140 -0.0040 -0.0080
-vertex -0.0060 -0.0040 -0.0080
+vertex -0.0150 -0.0350 -0.0100
+vertex -0.0140 -0.0040 -0.0100
+vertex -0.0060 -0.0040 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex -0.0140 0.0040 -0.0080
-vertex -0.0150 0.0350 -0.0080
-vertex -0.0060 0.0040 -0.0080
+vertex -0.0140 0.0040 -0.0100
+vertex -0.0150 0.0350 -0.0100
+vertex -0.0060 0.0040 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex -0.0150 0.0350 -0.0080
-vertex -0.0140 0.0040 -0.0080
-vertex -0.0140 -0.0040 -0.0080
+vertex -0.0150 0.0350 -0.0100
+vertex -0.0140 0.0040 -0.0100
+vertex -0.0140 -0.0040 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex -0.0150 0.0350 -0.0080
-vertex -0.0150 -0.0350 -0.0080
+vertex -0.0150 0.0350 -0.0100
+vertex -0.0150 -0.0350 -0.0100
 vertex -0.0150 -0.0350 -0.0000
 endloop
 endfacet
@@ -136,68 +136,68 @@ facet normal 0 0 0
 outer loop
 vertex -0.0150 -0.0350 -0.0000
 vertex -0.0150 0.0350 -0.0000
-vertex -0.0150 0.0350 -0.0080
+vertex -0.0150 0.0350 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0350 -0.0080
-vertex 0.0850 0.0350 0.1220
-vertex 0.0150 0.0350 0.1220
+vertex 0.0850 0.0450 -0.0433
+vertex 0.0850 0.0450 0.0867
+vertex 0.0150 0.0450 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0350 0.1220
-vertex 0.0150 0.0350 -0.0080
-vertex 0.0850 0.0350 -0.0080
+vertex 0.0150 0.0450 0.0867
+vertex 0.0150 0.0450 -0.0433
+vertex 0.0850 0.0450 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0850 -0.0080
-vertex 0.0850 0.0850 0.1220
-vertex 0.0850 0.0350 0.1220
+vertex 0.0850 0.0850 -0.0433
+vertex 0.0850 0.0850 0.0867
+vertex 0.0850 0.0450 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0350 0.1220
-vertex 0.0850 0.0350 -0.0080
-vertex 0.0850 0.0850 -0.0080
+vertex 0.0850 0.0450 0.0867
+vertex 0.0850 0.0450 -0.0433
+vertex 0.0850 0.0850 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0350 -0.0080
-vertex 0.0150 0.0350 0.1220
-vertex 0.0150 0.0850 0.1220
+vertex 0.0150 0.0450 -0.0433
+vertex 0.0150 0.0450 0.0867
+vertex 0.0150 0.0850 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0850 0.1220
-vertex 0.0150 0.0850 -0.0080
-vertex 0.0150 0.0350 -0.0080
+vertex 0.0150 0.0850 0.0867
+vertex 0.0150 0.0850 -0.0433
+vertex 0.0150 0.0450 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 -0.0850 0.0000
-vertex 0.0150 -0.0850 -0.0080
-vertex 0.0150 -0.0350 -0.0080
+vertex 0.0150 -0.0750 0.0000
+vertex 0.0150 -0.0750 -0.0100
+vertex 0.0150 -0.0350 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 -0.0350 -0.0080
+vertex 0.0150 -0.0350 -0.0100
 vertex 0.0150 -0.0350 0.0000
-vertex 0.0150 -0.0850 0.0000
+vertex 0.0150 -0.0750 0.0000
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0850 -0.0080
+vertex 0.0150 0.0850 -0.0100
 vertex 0.0150 0.0850 0.0000
 vertex 0.0150 0.0350 0.0000
 endloop
@@ -205,139 +205,139 @@ endfacet
 facet normal 0 0 0
 outer loop
 vertex 0.0150 0.0350 0.0000
-vertex 0.0150 0.0350 -0.0080
-vertex 0.0150 0.0850 -0.0080
+vertex 0.0150 0.0350 -0.0100
+vertex 0.0150 0.0850 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0350 0.1220
-vertex 0.0850 0.0850 0.1220
-vertex 0.0665 0.0850 0.1484
+vertex 0.0850 0.0450 0.0867
+vertex 0.0850 0.0850 0.0867
+vertex 0.0712 0.0850 0.1063
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0665 0.0850 0.1484
-vertex 0.0500 0.0850 0.1720
-vertex 0.0850 0.0350 0.1220
+vertex 0.0712 0.0850 0.1063
+vertex 0.0500 0.0850 0.1367
+vertex 0.0850 0.0450 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0500 0.0350 0.1220
-vertex 0.0850 0.0350 0.1220
-vertex 0.0500 0.0850 0.1720
+vertex 0.0500 0.0450 0.0867
+vertex 0.0850 0.0450 0.0867
+vertex 0.0500 0.0850 0.1367
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0500 0.0350 0.1220
-vertex 0.0500 0.0850 0.1720
-vertex 0.0150 0.0350 0.1220
+vertex 0.0500 0.0450 0.0867
+vertex 0.0500 0.0850 0.1367
+vertex 0.0150 0.0450 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0335 0.0850 0.1484
-vertex 0.0150 0.0850 0.1220
-vertex 0.0150 0.0350 0.1220
+vertex 0.0288 0.0850 0.1063
+vertex 0.0150 0.0850 0.0867
+vertex 0.0150 0.0450 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0350 0.1220
-vertex 0.0500 0.0850 0.1720
-vertex 0.0335 0.0850 0.1484
+vertex 0.0150 0.0450 0.0867
+vertex 0.0500 0.0850 0.1367
+vertex 0.0288 0.0850 0.1063
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0850 0.1220
-vertex 0.0850 0.0350 0.1220
-vertex 0.0665 0.0850 0.1484
+vertex 0.0850 0.0850 0.0867
+vertex 0.0850 0.0450 0.0867
+vertex 0.0712 0.0850 0.1063
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0850 0.1220
-vertex 0.0665 0.0850 0.1484
-vertex 0.0850 0.0350 0.1220
+vertex 0.0850 0.0850 0.0867
+vertex 0.0712 0.0850 0.1063
+vertex 0.0850 0.0450 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0850 0.1220
-vertex 0.0335 0.0850 0.1484
-vertex 0.0150 0.0350 0.1220
+vertex 0.0150 0.0850 0.0867
+vertex 0.0288 0.0850 0.1063
+vertex 0.0150 0.0450 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0850 0.1220
-vertex 0.0150 0.0350 0.1220
-vertex 0.0335 0.0850 0.1484
+vertex 0.0150 0.0850 0.0867
+vertex 0.0150 0.0450 0.0867
+vertex 0.0288 0.0850 0.1063
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0350 -0.0080
-vertex 0.0150 0.0850 -0.0080
-vertex 0.0500 0.0850 -0.0080
+vertex 0.0150 0.0450 -0.0433
+vertex 0.0150 0.0850 -0.0433
+vertex 0.0500 0.0850 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0500 0.0350 -0.0080
-vertex 0.0150 0.0350 -0.0080
-vertex 0.0500 0.0850 -0.0080
+vertex 0.0500 0.0450 -0.0433
+vertex 0.0150 0.0450 -0.0433
+vertex 0.0500 0.0850 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0500 0.0350 -0.0080
-vertex 0.0500 0.0850 -0.0080
-vertex 0.0850 0.0350 -0.0080
+vertex 0.0500 0.0450 -0.0433
+vertex 0.0500 0.0850 -0.0433
+vertex 0.0850 0.0450 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0500 0.0850 -0.0080
-vertex 0.0850 0.0850 -0.0080
-vertex 0.0850 0.0350 -0.0080
+vertex 0.0500 0.0850 -0.0433
+vertex 0.0850 0.0850 -0.0433
+vertex 0.0850 0.0450 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0850 -0.0080
-vertex 0.0150 0.0350 -0.0080
-vertex 0.0650 0.0850 -0.0080
+vertex 0.0150 0.0850 -0.0433
+vertex 0.0150 0.0450 -0.0433
+vertex 0.0550 0.0850 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0850 -0.0080
-vertex 0.0650 0.0850 -0.0080
-vertex 0.0150 0.0350 -0.0080
+vertex 0.0150 0.0850 -0.0433
+vertex 0.0550 0.0850 -0.0433
+vertex 0.0150 0.0450 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0850 -0.0080
-vertex 0.0350 0.0850 -0.0080
-vertex 0.0850 0.0350 -0.0080
+vertex 0.0850 0.0850 -0.0433
+vertex 0.0450 0.0850 -0.0433
+vertex 0.0850 0.0450 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0850 -0.0080
-vertex 0.0850 0.0350 -0.0080
-vertex 0.0350 0.0850 -0.0080
+vertex 0.0850 0.0850 -0.0433
+vertex 0.0850 0.0450 -0.0433
+vertex 0.0450 0.0850 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex -0.0150 -0.0350 -0.0080
+vertex -0.0150 -0.0350 -0.0100
 vertex -0.0150 -0.0350 0.0000
 vertex -0.0150 0.0350 0.0000
 endloop
@@ -345,78 +345,78 @@ endfacet
 facet normal 0 0 0
 outer loop
 vertex -0.0150 0.0350 0.0000
-vertex -0.0150 0.0350 -0.0080
-vertex -0.0150 -0.0350 -0.0080
+vertex -0.0150 0.0350 -0.0100
+vertex -0.0150 -0.0350 -0.0100
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0674 0.0743 0.1491
-vertex 0.0665 0.0850 0.1484
-vertex 0.0850 0.0850 0.1220
+vertex 0.0719 0.0770 0.1068
+vertex 0.0712 0.0850 0.1063
+vertex 0.0850 0.0850 0.0867
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0850 0.1220
-vertex 0.0859 0.0743 0.1226
-vertex 0.0674 0.0743 0.1491
+vertex 0.0850 0.0850 0.0867
+vertex 0.0857 0.0770 0.0871
+vertex 0.0719 0.0770 0.1068
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0141 0.0743 0.1226
-vertex 0.0150 0.0850 0.1220
-vertex 0.0335 0.0850 0.1484
+vertex 0.0143 0.0770 0.0871
+vertex 0.0150 0.0850 0.0867
+vertex 0.0288 0.0850 0.1063
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0335 0.0850 0.1484
-vertex 0.0326 0.0743 0.1491
-vertex 0.0141 0.0743 0.1226
+vertex 0.0288 0.0850 0.1063
+vertex 0.0281 0.0770 0.1068
+vertex 0.0143 0.0770 0.0871
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0650 0.0684 -0.0097
-vertex 0.0650 0.0850 -0.0080
-vertex 0.0150 0.0850 -0.0080
+vertex 0.0550 0.0717 -0.0447
+vertex 0.0550 0.0850 -0.0433
+vertex 0.0150 0.0850 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 0.0850 -0.0080
-vertex 0.0150 0.0684 -0.0097
-vertex 0.0650 0.0684 -0.0097
+vertex 0.0150 0.0850 -0.0433
+vertex 0.0150 0.0717 -0.0447
+vertex 0.0550 0.0717 -0.0447
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0850 0.0684 -0.0097
-vertex 0.0850 0.0850 -0.0080
-vertex 0.0350 0.0850 -0.0080
+vertex 0.0850 0.0717 -0.0447
+vertex 0.0850 0.0850 -0.0433
+vertex 0.0450 0.0850 -0.0433
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0350 0.0850 -0.0080
-vertex 0.0350 0.0684 -0.0097
-vertex 0.0850 0.0684 -0.0097
+vertex 0.0450 0.0850 -0.0433
+vertex 0.0450 0.0717 -0.0447
+vertex 0.0850 0.0717 -0.0447
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 -0.0900 -0.0080
-vertex 0.0150 -0.0850 -0.0080
-vertex 0.0150 -0.0850 0.0000
+vertex 0.0150 -0.0800 -0.0100
+vertex 0.0150 -0.0750 -0.0100
+vertex 0.0150 -0.0750 0.0000
 endloop
 endfacet
 facet normal 0 0 0
 outer loop
-vertex 0.0150 -0.0850 0.0000
-vertex 0.0150 -0.0900 0.0000
-vertex 0.0150 -0.0900 -0.0080
+vertex 0.0150 -0.0750 0.0000
+vertex 0.0150 -0.0800 0.0000
+vertex 0.0150 -0.0800 -0.0100
 endloop
 endfacet
 endsolid python
diff --git a/rocolib/output/BoatBaseFlat/graph-silhouette.dxf b/rocolib/output/BoatBaseFlat/graph-silhouette.dxf
index 058adc6d3a3f283321bfac759df9beb8c1d83c86..002d73d1bb94261b0f15d7f52c0505dbe4d37ae9 100644
--- a/rocolib/output/BoatBaseFlat/graph-silhouette.dxf
+++ b/rocolib/output/BoatBaseFlat/graph-silhouette.dxf
@@ -943,15 +943,15 @@ LINE
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -963,15 +963,15 @@ DOTTED
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -981,15 +981,15 @@ LINE
   8
 0
  10
-162.71067811865487
+120.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1001,15 +1001,15 @@ DOTTED
   8
 0
  10
-162.71067811865487
+120.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1021,15 +1021,15 @@ DOTTED
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1039,13 +1039,13 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
 5.000000000000001
  31
@@ -1057,15 +1057,15 @@ LINE
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
 5.000000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1075,13 +1075,13 @@ LINE
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
 0.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
 5.000000000000001
  31
@@ -1093,13 +1093,13 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
 0.0
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
 0.0
  31
@@ -1111,13 +1111,13 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
 5.000000000000001
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
 0.0
  31
@@ -1129,15 +1129,15 @@ LINE
   8
 0
  10
-230.71067811865487
+190.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1149,15 +1149,15 @@ DOTTED
   8
 0
  10
-230.71067811865487
+190.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1167,15 +1167,15 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1185,15 +1185,15 @@ LINE
   8
 0
  10
-238.71067811865487
+200.69790904099514
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-230.71067811865487
+190.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1203,15 +1203,15 @@ LINE
   8
 0
  10
-238.71067811865487
+200.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-238.71067811865487
+200.69790904099514
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -1221,15 +1221,15 @@ LINE
   8
 0
  10
-230.71067811865487
+190.69790904099514
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-238.71067811865487
+200.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1239,15 +1239,15 @@ LINE
   8
 0
  10
-192.71067811865487
+150.6979090409951
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1257,15 +1257,15 @@ LINE
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-200.71067811865487
+160.69790904099514
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -1277,15 +1277,15 @@ DOTTED
   8
 0
  10
-200.71067811865487
+160.69790904099514
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-192.71067811865487
+150.6979090409951
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1295,15 +1295,15 @@ LINE
   8
 0
  10
-106.04401145198817
+150.6979090409951
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1313,15 +1313,15 @@ LINE
   8
 0
  10
-192.71067811865484
+194.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-106.04401145198817
+160.69790904099514
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1331,15 +1331,15 @@ LINE
   8
 0
  10
-200.71067811865487
+194.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-200.71067811865487
+194.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1349,15 +1349,15 @@ LINE
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1369,15 +1369,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-225.00000000000003
+205.00000000000003
  30
 0.0
  11
-200.71067811865487
+194.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1389,15 +1389,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1409,15 +1409,15 @@ DOTTED
   8
 0
  10
-38.45101131870072
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1429,15 +1429,15 @@ DOTTED
   8
 0
  10
-38.45101131870072
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1447,15 +1447,15 @@ LINE
   8
 0
  10
-38.4510113187007
+40.04352800904868
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-25.155006321979045
+28.745631649622073
  21
-204.3922158601766
+186.16052878171774
  31
 0.0
   0
@@ -1467,15 +1467,15 @@ DOTTED
   8
 0
  10
-25.155006321979045
+28.745631649622073
  20
-204.3922158601766
+186.16052878171774
  30
 0.0
  11
-70.71067811865483
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1487,15 +1487,15 @@ DOTTED
   8
 0
  10
-8.526512829121203e-14
+0.0
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-225.00000000000003
+205.00000000000003
  31
 0.0
   0
@@ -1505,15 +1505,15 @@ LINE
   8
 0
  10
-11.859001325257395
+17.447735290195485
  20
-233.78443172035318
+207.32105756343552
  30
 0.0
  11
-8.526512829121203e-14
+0.0
  21
-260.0
+240.00000000000003
  31
 0.0
   0
@@ -1523,15 +1523,15 @@ LINE
   8
 0
  10
-25.155006321979076
+28.745631649622084
  20
-204.3922158601766
+186.16052878171774
  30
 0.0
  11
-11.859001325257395
+17.447735290195485
  21
-233.78443172035318
+207.32105756343552
  31
 0.0
   0
@@ -1543,15 +1543,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-225.00000000000003
+205.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-260.0
+240.00000000000003
  31
 0.0
   0
@@ -1563,15 +1563,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432847
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.0312423743285
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1583,15 +1583,15 @@ DOTTED
   8
 0
  10
-8.526512829121203e-14
+0.0
  20
-260.0
+240.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.0312423743285
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1603,15 +1603,15 @@ DOTTED
   8
 0
  10
-70.71067811865484
+64.03124237432847
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-295.0
+275.0
  31
 0.0
   0
@@ -1623,15 +1623,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432846
  20
-260.0
+240.0
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-225.00000000000003
+204.99999999999997
  31
 0.0
   0
@@ -1643,15 +1643,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432846
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-260.0
+240.0
  31
 0.0
   0
@@ -1661,15 +1661,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-275.00000000000006
+244.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-225.00000000000003
+204.99999999999994
  31
 0.0
   0
@@ -1679,15 +1679,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-260.0
+239.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-275.00000000000006
+244.99999999999997
  31
 0.0
   0
@@ -1699,15 +1699,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-225.00000000000003
+204.99999999999994
  31
 0.0
   0
@@ -1719,15 +1719,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.00000000000003
+165.00000000000003
  31
 0.0
   0
@@ -1737,15 +1737,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.00000000000003
+165.00000000000003
  31
 0.0
   0
@@ -1757,15 +1757,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1777,15 +1777,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-225.00000000000003
+204.99999999999997
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -1795,15 +1795,15 @@ LINE
   8
 0
  10
-200.7106781186548
+194.03124237432843
  20
-158.33333333333337
+151.66666666666666
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-175.0
+165.0
  31
 0.0
   0
@@ -1813,15 +1813,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-158.33333333333337
+151.66666666666666
  30
 0.0
  11
-200.7106781186548
+194.03124237432843
  21
-158.33333333333337
+151.66666666666666
  31
 0.0
   0
@@ -1831,15 +1831,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-175.0
+165.0
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-158.33333333333337
+151.66666666666666
  31
 0.0
   0
@@ -1851,15 +1851,15 @@ DOTTED
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-295.0
+274.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-295.0
+275.0
  31
 0.0
   0
@@ -1869,15 +1869,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-245.00000000000003
+234.99999999999997
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-260.0
+239.99999999999997
  31
 0.0
   0
@@ -1887,15 +1887,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.03124237432846
  20
-295.0
+274.99999999999994
  30
 0.0
  11
-250.71067811865484
+234.03124237432846
  21
-245.00000000000003
+234.99999999999997
  31
 0.0
   0
@@ -1905,15 +1905,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.0312423743285
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-250.71067811865484
+234.03124237432849
  21
-295.0
+275.0
  31
 0.0
   0
@@ -1925,15 +1925,15 @@ DOTTED
   8
 0
  10
-250.71067811865484
+234.0312423743285
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432846
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1945,15 +1945,15 @@ DOTTED
   8
 0
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-200.71067811865478
+194.03124237432846
  21
-295.0
+275.00000000000006
  31
 0.0
   0
@@ -1965,15 +1965,15 @@ DOTTED
   8
 0
  10
-250.71067811865484
+234.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -1985,15 +1985,15 @@ DOTTED
   8
 0
  10
-70.71067811865481
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-70.71067811865481
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2005,15 +2005,15 @@ DOTTED
   8
 0
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2025,15 +2025,15 @@ DOTTED
   8
 0
  10
-70.7106781186548
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2043,15 +2043,15 @@ LINE
   8
 0
  10
-70.7106781186548
+64.03124237432856
  20
-355.75322226665145
+322.9959047884266
  30
 0.0
  11
-70.7106781186548
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2061,15 +2061,15 @@ LINE
   8
 0
  10
-38.45101131870067
+40.04352800904878
  20
-355.75322226665145
+322.9959047884267
  30
 0.0
  11
-70.7106781186548
+64.03124237432856
  21
-355.75322226665145
+322.9959047884266
  31
 0.0
   0
@@ -2079,15 +2079,15 @@ LINE
   8
 0
  10
-38.45101131870067
+40.04352800904878
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-355.75322226665145
+322.9959047884267
  31
 0.0
   0
@@ -2099,15 +2099,15 @@ DOTTED
   8
 0
  10
-70.71067811865478
+64.03124237432854
  20
-295.0
+275.00000000000006
  30
 0.0
  11
-25.15500632197899
+28.745631649622172
  21
-315.6077841398234
+293.8394712182823
  31
 0.0
   0
@@ -2117,15 +2117,15 @@ LINE
   8
 0
  10
-25.15500632197899
+28.745631649622172
  20
-315.6077841398234
+293.8394712182823
  30
 0.0
  11
-38.45101131870067
+40.04352800904878
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2135,15 +2135,15 @@ LINE
   8
 0
  10
-11.859001325257312
+17.447735290195567
  20
-286.21556827964685
+272.6789424365645
  30
 0.0
  11
-25.15500632197899
+28.745631649622172
  21
-315.6077841398234
+293.8394712182823
  31
 0.0
   0
@@ -2153,15 +2153,15 @@ LINE
   8
 0
  10
-0.0
+8.526512829121203e-14
  20
-260.0
+240.00000000000009
  30
 0.0
  11
-11.859001325257312
+17.447735290195567
  21
-286.21556827964685
+272.6789424365645
  31
 0.0
   0
@@ -2171,15 +2171,15 @@ LINE
   8
 0
  10
-114.04401145198815
+160.6979090409952
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2189,15 +2189,15 @@ LINE
   8
 0
  10
-106.04401145198815
+150.69790904099517
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-114.04401145198815
+160.6979090409952
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2207,15 +2207,15 @@ LINE
   8
 0
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-106.04401145198815
+150.69790904099517
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2225,15 +2225,15 @@ LINE
   8
 0
  10
-70.71067811865481
+64.03124237432856
  20
-345.00000000000006
+315.00000000000006
  30
 0.0
  11
-70.71067811865481
+64.03124237432856
  21
-345.00000000000006
+315.00000000000006
  31
 0.0
   0
@@ -2243,15 +2243,15 @@ LINE
   8
 0
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2261,15 +2261,15 @@ LINE
   8
 0
  10
-250.71067811865484
+234.0312423743285
  20
-361.66666666666674
+328.33333333333326
  30
 0.0
  11
-250.71067811865484
+234.0312423743285
  21
-345.00000000000006
+314.99999999999994
  31
 0.0
   0
@@ -2279,15 +2279,15 @@ LINE
   8
 0
  10
-200.7106781186548
+194.03124237432849
  20
-361.66666666666674
+328.33333333333326
  30
 0.0
  11
-250.71067811865484
+234.0312423743285
  21
-361.66666666666674
+328.33333333333326
  31
 0.0
   0
@@ -2297,15 +2297,15 @@ LINE
   8
 0
  10
-200.7106781186548
+194.03124237432849
  20
-345.00000000000006
+314.99999999999994
  30
 0.0
  11
-200.7106781186548
+194.03124237432849
  21
-361.66666666666674
+328.33333333333326
  31
 0.0
   0
@@ -2315,15 +2315,15 @@ LINE
   8
 0
  10
-38.45101131870072
+40.04352800904868
  20
-164.2467777333486
+157.00409521157343
  30
 0.0
  11
-38.45101131870072
+40.04352800904868
  21
-175.0
+165.00000000000003
  31
 0.0
   0
@@ -2333,15 +2333,15 @@ LINE
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-164.2467777333486
+157.00409521157343
  30
 0.0
  11
-38.45101131870072
+40.04352800904868
  21
-164.2467777333486
+157.00409521157343
  31
 0.0
   0
@@ -2351,15 +2351,15 @@ LINE
   8
 0
  10
-70.71067811865484
+64.03124237432846
  20
-175.0
+165.00000000000003
  30
 0.0
  11
-70.71067811865484
+64.03124237432846
  21
-164.2467777333486
+157.00409521157343
  31
 0.0
   0
@@ -2369,15 +2369,15 @@ LINE
   8
 0
  10
-154.71067811865484
+110.69790904099513
  20
-125.00000000000001
+115.00000000000001
  30
 0.0
  11
-162.71067811865487
+120.69790904099513
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -2387,15 +2387,15 @@ LINE
   8
 0
  10
-154.71067811865484
+110.69790904099513
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-154.71067811865484
+110.69790904099513
  21
-125.00000000000001
+115.00000000000001
  31
 0.0
   0
@@ -2405,15 +2405,15 @@ LINE
   8
 0
  10
-162.71067811865487
+120.69790904099513
  20
-55.00000000000001
+45.0
  30
 0.0
  11
-154.71067811865484
+110.69790904099513
  21
-55.00000000000001
+45.0
  31
 0.0
   0
@@ -2423,15 +2423,15 @@ LINE
   8
 0
  10
-163.71067811865484
+121.69790904099513
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-171.71067811865487
+129.6979090409951
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2441,15 +2441,15 @@ LINE
   8
 0
  10
-171.71067811865487
+129.6979090409951
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-171.71067811865487
+129.6979090409951
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2459,15 +2459,15 @@ LINE
   8
 0
  10
-171.71067811865487
+129.6979090409951
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-163.71067811865484
+121.69790904099513
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2477,15 +2477,15 @@ LINE
   8
 0
  10
-163.71067811865484
+121.69790904099513
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-163.71067811865484
+121.69790904099513
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2495,13 +2495,13 @@ LINE
   8
 0
  10
-198.04401145198818
+157.3645757076618
  20
 1.2500000000000002
  30
 0.0
  11
-198.04401145198818
+157.3645757076618
  21
 3.7500000000000004
  31
@@ -2513,13 +2513,13 @@ LINE
   8
 0
  10
-198.04401145198818
+157.3645757076618
  20
 3.7500000000000004
  30
 0.0
  11
-195.37734478532153
+154.03124237432849
  21
 3.7500000000000004
  31
@@ -2531,13 +2531,13 @@ LINE
   8
 0
  10
-195.37734478532153
+154.03124237432849
  20
 3.7500000000000004
  30
 0.0
  11
-195.37734478532153
+154.03124237432849
  21
 1.2500000000000002
  31
@@ -2549,15 +2549,15 @@ LINE
   8
 0
  10
-221.71067811865487
+181.69790904099514
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-229.71067811865487
+189.6979090409951
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2567,15 +2567,15 @@ LINE
   8
 0
  10
-229.71067811865487
+189.6979090409951
  20
-86.00000000000001
+76.00000000000001
  30
 0.0
  11
-229.71067811865487
+189.6979090409951
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2585,15 +2585,15 @@ LINE
   8
 0
  10
-229.71067811865487
+189.6979090409951
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-221.71067811865487
+181.69790904099514
  21
-94.00000000000001
+84.0
  31
 0.0
   0
@@ -2603,15 +2603,15 @@ LINE
   8
 0
  10
-221.71067811865487
+181.69790904099514
  20
-94.00000000000001
+84.0
  30
 0.0
  11
-221.71067811865487
+181.69790904099514
  21
-86.00000000000001
+76.00000000000001
  31
 0.0
   0
@@ -2621,15 +2621,15 @@ LINE
   8
 0
  10
-232.46067811865487
+192.94790904099514
  20
-80.70454545454547
+70.70454545454547
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-67.47727272727273
+57.477272727272734
  31
 0.0
   0
@@ -2639,15 +2639,15 @@ LINE
   8
 0
  10
-232.46067811865487
+192.94790904099514
  20
-67.47727272727273
+57.477272727272734
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-67.47727272727273
+57.477272727272734
  31
 0.0
   0
@@ -2657,15 +2657,15 @@ LINE
   8
 0
  10
-232.96067811865487
+193.44790904099514
  20
-67.47727272727273
+57.477272727272734
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-80.70454545454547
+70.70454545454547
  31
 0.0
   0
@@ -2675,15 +2675,15 @@ LINE
   8
 0
  10
-232.96067811865487
+193.44790904099514
  20
-80.70454545454547
+70.70454545454547
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-80.70454545454547
+70.70454545454547
  31
 0.0
   0
@@ -2693,15 +2693,15 @@ LINE
   8
 0
  10
-232.46067811865487
+192.94790904099514
  20
-112.52272727272728
+102.52272727272728
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-99.29545454545456
+89.29545454545455
  31
 0.0
   0
@@ -2711,15 +2711,15 @@ LINE
   8
 0
  10
-232.46067811865487
+192.94790904099514
  20
-99.29545454545456
+89.29545454545455
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-99.29545454545456
+89.29545454545455
  31
 0.0
   0
@@ -2729,15 +2729,15 @@ LINE
   8
 0
  10
-232.96067811865487
+193.44790904099514
  20
-99.29545454545456
+89.29545454545455
  30
 0.0
  11
-232.96067811865487
+193.44790904099514
  21
-112.52272727272728
+102.52272727272728
  31
 0.0
   0
@@ -2747,15 +2747,15 @@ LINE
   8
 0
  10
-232.96067811865487
+193.44790904099514
  20
-112.52272727272728
+102.52272727272728
  30
 0.0
  11
-232.46067811865487
+192.94790904099514
  21
-112.52272727272728
+102.52272727272728
  31
 0.0
   0
@@ -2765,15 +2765,15 @@ LINE
   8
 0
  10
-28.401875901131806
+30.60808015405299
  20
-217.3888829577983
+195.9357240935652
  30
 0.0
  11
-23.7637963941597
+26.606621310682257
  21
-227.64184496249058
+203.43030382152995
  31
 0.0
   0
@@ -2783,15 +2783,15 @@ LINE
   8
 0
  10
-23.7637963941597
+26.606621310682257
  20
-227.64184496249058
+203.43030382152995
  30
 0.0
  11
-23.30823967619293
+26.165551176623442
  21
-227.43576712109234
+203.19481043130142
  31
 0.0
   0
@@ -2801,15 +2801,15 @@ LINE
   8
 0
  10
-23.30823967619293
+26.165551176623442
  20
-227.43576712109234
+203.19481043130142
  30
 0.0
  11
-27.946319183165034
+30.16701001999417
  21
-217.18280511640006
+195.70023070333667
  31
 0.0
   0
@@ -2819,15 +2819,15 @@ LINE
   8
 0
  10
-27.946319183165034
+30.16701001999417
  20
-217.18280511640006
+195.70023070333667
  30
 0.0
  11
-28.401875901131806
+30.60808015405299
  21
-217.3888829577983
+195.9357240935652
  31
 0.0
   0
@@ -2837,15 +2837,15 @@ LINE
   8
 0
  10
-237.96067811865484
+223.78124237432843
  20
-258.58333333333337
+231.91666666666666
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-241.41666666666669
+218.08333333333331
  31
 0.0
   0
@@ -2855,15 +2855,15 @@ LINE
   8
 0
  10
-237.96067811865484
+223.78124237432843
  20
-241.41666666666669
+218.08333333333331
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-241.41666666666669
+218.08333333333331
  31
 0.0
   0
@@ -2873,15 +2873,15 @@ LINE
   8
 0
  10
-238.46067811865484
+224.28124237432846
  20
-241.41666666666669
+218.08333333333331
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-258.58333333333337
+231.91666666666666
  31
 0.0
   0
@@ -2891,15 +2891,15 @@ LINE
   8
 0
  10
-238.46067811865484
+224.28124237432846
  20
-258.58333333333337
+231.91666666666666
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-258.58333333333337
+231.91666666666666
  31
 0.0
   0
@@ -2909,15 +2909,15 @@ LINE
   8
 0
  10
-234.04401145198815
+220.69790904099514
  20
-162.50000000000003
+154.99999999999997
  30
 0.0
  11
-234.04401145198815
+220.69790904099514
  21
-170.83333333333334
+161.66666666666663
  31
 0.0
   0
@@ -2927,15 +2927,15 @@ LINE
   8
 0
  10
-234.04401145198815
+220.69790904099514
  20
-170.83333333333334
+161.66666666666663
  30
 0.0
  11
-217.3773447853215
+207.3645757076618
  21
-170.83333333333334
+161.66666666666663
  31
 0.0
   0
@@ -2945,15 +2945,15 @@ LINE
   8
 0
  10
-217.3773447853215
+207.3645757076618
  20
-170.83333333333334
+161.66666666666663
  30
 0.0
  11
-217.3773447853215
+207.3645757076618
  21
-162.50000000000003
+154.99999999999997
  31
 0.0
   0
@@ -2963,15 +2963,15 @@ LINE
   8
 0
  10
-237.96067811865484
+223.78124237432843
  20
-278.5833333333333
+261.91666666666663
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-261.4166666666667
+248.0833333333333
  31
 0.0
   0
@@ -2981,15 +2981,15 @@ LINE
   8
 0
  10
-237.96067811865484
+223.78124237432843
  20
-261.4166666666667
+248.0833333333333
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-261.4166666666667
+248.0833333333333
  31
 0.0
   0
@@ -2999,15 +2999,15 @@ LINE
   8
 0
  10
-238.46067811865484
+224.28124237432846
  20
-261.4166666666667
+248.0833333333333
  30
 0.0
  11
-238.46067811865484
+224.28124237432846
  21
-278.5833333333333
+261.91666666666663
  31
 0.0
   0
@@ -3017,15 +3017,15 @@ LINE
   8
 0
  10
-238.46067811865484
+224.28124237432846
  20
-278.5833333333333
+261.91666666666663
  30
 0.0
  11
-237.96067811865484
+223.78124237432843
  21
-278.5833333333333
+261.91666666666663
  31
 0.0
   0
@@ -3035,15 +3035,15 @@ LINE
   8
 0
  10
-49.20423358535203
+48.03943279747538
  20
-353.06491669998854
+320.99692859131994
  30
 0.0
  11
-49.20423358535203
+48.03943279747538
  21
-347.6883055666629
+316.9989761971067
  31
 0.0
   0
@@ -3053,15 +3053,15 @@ LINE
   8
 0
  10
-49.20423358535203
+48.03943279747538
  20
-347.6883055666629
+316.9989761971067
  30
 0.0
  11
-59.95745585200341
+56.035337585901964
  21
-347.6883055666629
+316.9989761971067
  31
 0.0
   0
@@ -3071,15 +3071,15 @@ LINE
   8
 0
  10
-59.95745585200341
+56.035337585901964
  20
-347.6883055666629
+316.9989761971067
  30
 0.0
  11
-59.95745585200341
+56.035337585901964
  21
-353.06491669998854
+320.99692859131994
  31
 0.0
   0
@@ -3089,15 +3089,15 @@ LINE
   8
 0
  10
-23.763796394159613
+26.606621310682346
  20
-292.3581550375095
+276.56969617847017
  30
 0.0
  11
-28.40187590113172
+30.608080154053088
  21
-302.6111170422017
+284.0642759064349
  31
 0.0
   0
@@ -3107,15 +3107,15 @@ LINE
   8
 0
  10
-28.40187590113172
+30.608080154053088
  20
-302.6111170422017
+284.0642759064349
  30
 0.0
  11
-27.94631918316495
+30.167010019994255
  21
-302.81719488360005
+284.29976929666344
  31
 0.0
   0
@@ -3125,15 +3125,15 @@ LINE
   8
 0
  10
-27.94631918316495
+30.167010019994255
  20
-302.81719488360005
+284.29976929666344
  30
 0.0
  11
-23.308239676192844
+26.165551176623527
  21
-292.5642328789077
+276.80518956869867
  31
 0.0
   0
@@ -3143,15 +3143,15 @@ LINE
   8
 0
  10
-23.308239676192844
+26.165551176623527
  20
-292.5642328789077
+276.80518956869867
  30
 0.0
  11
-23.763796394159613
+26.606621310682346
  21
-292.3581550375095
+276.56969617847017
  31
 0.0
   0
@@ -3161,15 +3161,15 @@ LINE
   8
 0
  10
-108.46067811865481
+153.7812423743285
  20
-341.0
+311.00000000000006
  30
 0.0
  11
-111.62734478532148
+157.61457570766183
  21
-341.0
+311.00000000000006
  31
 0.0
   0
@@ -3179,15 +3179,15 @@ LINE
   8
 0
  10
-111.62734478532148
+157.61457570766183
  20
-341.0
+311.00000000000006
  30
 0.0
  11
-111.62734478532148
+157.61457570766183
  21
-341.5
+311.50000000000006
  31
 0.0
   0
@@ -3197,15 +3197,15 @@ LINE
   8
 0
  10
-111.62734478532148
+157.61457570766183
  20
-341.5
+311.50000000000006
  30
 0.0
  11
-108.46067811865481
+153.7812423743285
  21
-341.5
+311.50000000000006
  31
 0.0
   0
@@ -3215,15 +3215,15 @@ LINE
   8
 0
  10
-108.46067811865481
+153.7812423743285
  20
-341.5
+311.50000000000006
  30
 0.0
  11
-108.46067811865481
+153.7812423743285
  21
-341.0
+311.00000000000006
  31
 0.0
   0
@@ -3233,15 +3233,15 @@ LINE
   8
 0
  10
-217.3773447853215
+207.36457570766183
  20
-357.50000000000006
+325.0
  30
 0.0
  11
-217.3773447853215
+207.36457570766183
  21
-349.16666666666674
+318.33333333333326
  31
 0.0
   0
@@ -3251,15 +3251,15 @@ LINE
   8
 0
  10
-217.3773447853215
+207.36457570766183
  20
-349.16666666666674
+318.33333333333326
  30
 0.0
  11
-234.04401145198815
+220.69790904099517
  21
-349.16666666666674
+318.33333333333326
  31
 0.0
   0
@@ -3269,15 +3269,15 @@ LINE
   8
 0
  10
-234.04401145198815
+220.69790904099517
  20
-349.16666666666674
+318.33333333333326
  30
 0.0
  11
-234.04401145198815
+220.69790904099517
  21
-357.50000000000006
+325.0
  31
 0.0
   0
@@ -3287,15 +3287,15 @@ LINE
   8
 0
  10
-59.957455852003484
+56.03533758590186
  20
-166.93508330001148
+159.00307140868009
  30
 0.0
  11
-59.957455852003484
+56.03533758590186
  21
-172.31169443333718
+163.0010238028934
  31
 0.0
   0
@@ -3305,15 +3305,15 @@ LINE
   8
 0
  10
-59.957455852003484
+56.03533758590186
  20
-172.31169443333718
+163.0010238028934
  30
 0.0
  11
-49.20423358535209
+48.03943279747528
  21
-172.31169443333718
+163.0010238028934
  31
 0.0
   0
@@ -3323,15 +3323,15 @@ LINE
   8
 0
  10
-49.20423358535209
+48.03943279747528
  20
-172.31169443333718
+163.0010238028934
  30
 0.0
  11
-49.20423358535209
+48.039432797475264
  21
-166.93508330001148
+159.00307140868009
  31
 0.0
   0
@@ -3341,15 +3341,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-67.72727272727273
+57.727272727272734
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-63.727272727272734
+52.727272727272734
  31
 0.0
   0
@@ -3359,15 +3359,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-63.727272727272734
+52.727272727272734
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-67.72727272727273
+57.727272727272734
  31
 0.0
   0
@@ -3377,15 +3377,15 @@ LINE
   8
 0
  10
-160.71067811865487
+118.19790904099513
  20
-67.72727272727273
+57.727272727272734
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-80.45454545454547
+70.45454545454547
  31
 0.0
   0
@@ -3395,15 +3395,15 @@ LINE
   8
 0
  10
-160.71067811865487
+118.19790904099513
  20
-80.45454545454547
+70.45454545454547
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-84.45454545454547
+75.45454545454547
  31
 0.0
   0
@@ -3413,15 +3413,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-84.45454545454547
+75.45454545454547
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-80.45454545454547
+70.45454545454547
  31
 0.0
   0
@@ -3431,15 +3431,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-99.54545454545455
+89.54545454545456
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-95.54545454545456
+84.54545454545455
  31
 0.0
   0
@@ -3449,15 +3449,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-95.54545454545456
+84.54545454545455
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-99.54545454545455
+89.54545454545456
  31
 0.0
   0
@@ -3467,15 +3467,15 @@ LINE
   8
 0
  10
-160.71067811865487
+118.19790904099513
  20
-99.54545454545455
+89.54545454545456
  30
 0.0
  11
-160.71067811865487
+118.19790904099513
  21
-112.27272727272728
+102.27272727272728
  31
 0.0
   0
@@ -3485,15 +3485,15 @@ LINE
   8
 0
  10
-160.71067811865487
+118.19790904099513
  20
-112.27272727272728
+102.27272727272728
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-116.27272727272728
+107.27272727272728
  31
 0.0
   0
@@ -3503,15 +3503,15 @@ LINE
   8
 0
  10
-156.71067811865487
+113.19790904099513
  20
-116.27272727272728
+107.27272727272728
  30
 0.0
  11
-156.71067811865487
+113.19790904099513
  21
-112.27272727272728
+102.27272727272728
  31
 0.0
   0