diff --git a/rocolib/builders/BoatPointFlatBuilder.py b/rocolib/builders/BoatPointFlatBuilder.py index e8b832a03f906fcf9a080dcdd13bbd758ed73445..de9f16529d0353dd793230f98554090171708440 100644 --- a/rocolib/builders/BoatPointFlatBuilder.py +++ b/rocolib/builders/BoatPointFlatBuilder.py @@ -2,10 +2,18 @@ from rocolib.api.components.Component import Component c = Component() +c.addParameter("length", 130, paramType="length") +c.addParameter("width", 50, paramType="length") +c.addParameter("depth", 40, paramType="length") + c.addSubcomponent("boat","SimpleUChannel", inherit=True, prefix=None) c.addSubcomponent("bow","BoatPoint") c.addSubcomponent("stern","BoatPoint") +c.addConstraint(("boat", "length"), "length") +c.addConstraint(("boat", "width"), "width") +c.addConstraint(("boat", "depth"), "depth") + c.addSubcomponent("leftArm", "Rectangle") c.addSubcomponent("rightArm", "Rectangle") c.addSubcomponent("dcMount", "SimpleRectBeam") @@ -35,7 +43,7 @@ c.addConstraint(("leftArm", "l"), "length", "30") c.addConstraint(("rightArm", "w"), "width", "10") c.addConstraint(("rightArm", "l"), "length", "30") -c.addConstraint(("dcMount", "length"), "length", "30") +c.addConstraint(("dcMount", "length"), "width") #boat width c.addConstraint(("dcMount", "width"), "width", "10") c.addConstraint(("dcMount", "depth"), "depth", "10") diff --git a/rocolib/library/BoatBaseFlat.yaml b/rocolib/library/BoatBaseFlat.yaml index 2149dcd0a71312d472be873fd5f2d5fa1c9e6f23..49e0d9aa7d9010e3029281360b8bfbabb3f3b479 100644 --- a/rocolib/library/BoatBaseFlat.yaml +++ b/rocolib/library/BoatBaseFlat.yaml @@ -110,7 +110,7 @@ parameters: minValue: -1 valueType: (int, float) depth: - defaultValue: 20 + defaultValue: 40 spec: minValue: 0 units: mm @@ -124,7 +124,7 @@ parameters: spec: parameterType: length length: - defaultValue: 100 + defaultValue: 130 spec: minValue: 0 units: mm @@ -195,8 +195,7 @@ subcomponents: function: '10' parameter: depth length: - function: '30' - parameter: length + parameter: width width: function: '10' parameter: width diff --git a/rocolib/output/.DS_Store b/rocolib/output/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..88ee4cfec894fa55a72f28990f04a1d5192fc6a8 Binary files /dev/null and b/rocolib/output/.DS_Store differ diff --git a/rocolib/output/BoatBaseFlat/graph-anim.svg b/rocolib/output/BoatBaseFlat/graph-anim.svg index ff1100d6e2f5780fced66f2a52ea24e1ddbb8783..8eb182c2ae30ef3049f9ebc4176eb1d2ee82fd4a 100644 --- a/rocolib/output/BoatBaseFlat/graph-anim.svg +++ b/rocolib/output/BoatBaseFlat/graph-anim.svg @@ -1,131 +1,133 @@ <?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="191.666667mm" version="1.1" viewBox="0.000000 0.000000 173.851648 191.666667" width="173.851648mm"> +<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="258.333333mm" version="1.1" viewBox="0.000000 0.000000 234.031242 258.333333" width="234.031242mm"> <defs/> - <line stroke="#000000" x1="143.85164807134507" x2="133.85164807134504" y1="35.00000000000001" y2="35.00000000000001"/> - <line opacity="0.5" stroke="#0000ff" x1="143.85164807134507" x2="143.85164807134507" y1="35.00000000000001" y2="65.0"/> - <line stroke="#000000" x1="133.85164807134504" x2="143.85164807134507" y1="65.0" y2="65.0"/> - <line opacity="0.5" stroke="#0000ff" x1="133.85164807134504" x2="133.85164807134504" y1="65.0" y2="35.00000000000001"/> - <line opacity="0.5" stroke="#0000ff" x1="153.85164807134504" x2="153.85164807134504" y1="35.00000000000001" y2="65.0"/> - <line stroke="#000000" x1="153.85164807134504" x2="153.85164807134504" y1="35.00000000000001" y2="5.000000000000001"/> - <line stroke="#000000" x1="143.85164807134507" x2="143.85164807134507" y1="5.000000000000001" y2="35.00000000000001"/> - <line stroke="#000000" x1="143.85164807134507" x2="143.85164807134507" y1="0.0" y2="5.000000000000001"/> - <line stroke="#000000" x1="153.85164807134504" x2="143.85164807134507" y1="0.0" y2="0.0"/> - <line stroke="#000000" x1="153.85164807134504" x2="153.85164807134504" y1="5.000000000000001" y2="0.0"/> - <line stroke="#000000" x1="163.85164807134507" x2="153.85164807134504" y1="35.00000000000001" y2="35.00000000000001"/> - <line opacity="0.5" stroke="#0000ff" x1="163.85164807134507" x2="163.85164807134507" y1="35.00000000000001" y2="65.0"/> - <line stroke="#000000" x1="153.85164807134504" x2="163.85164807134507" y1="65.0" y2="65.0"/> - <line stroke="#000000" x1="173.85164807134507" x2="163.85164807134507" y1="35.00000000000001" y2="35.00000000000001"/> - <line stroke="#000000" x1="173.85164807134507" x2="173.85164807134507" y1="65.0" y2="35.00000000000001"/> - <line stroke="#000000" x1="163.85164807134507" x2="173.85164807134507" y1="65.0" y2="65.0"/> - <line stroke="#000000" x1="143.85164807134507" x2="143.85164807134507" y1="65.0" y2="95.00000000000001"/> - <line stroke="#000000" x1="153.85164807134504" x2="153.85164807134504" y1="95.00000000000001" y2="65.0"/> - <line opacity="1.0" stroke="#ff0000" x1="153.85164807134504" x2="143.85164807134507" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#000000" x1="143.85164807134507" x2="53.85164807134504" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#000000" x1="153.85164807134504" x2="153.85164807134504" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#000000" x1="53.85164807134504" x2="53.85164807134504" y1="95.00000000000001" y2="95.00000000000001"/> - <line opacity="0.5" stroke="#0000ff" x1="53.85164807134504" x2="153.85164807134504" y1="115.00000000000001" y2="115.00000000000001"/> - <line opacity="0.1475836176504332" stroke="#0000ff" x1="53.85164807134504" x2="53.85164807134504" y1="95.00000000000001" y2="115.00000000000001"/> - <line opacity="1.0" stroke="#ff0000" x1="45.65144260674624" x2="53.85164807134504" y1="95.00000000000001" y2="115.00000000000001"/> - <line opacity="0.9666666666666667" stroke="#ff0000" x1="45.65144260674624" x2="53.85164807134504" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#000000" x1="45.65144260674624" x2="39.811503689136416" y1="95.00000000000001" y2="100.75660343433718"/> - <line opacity="1.0" stroke="#0000ff" x1="39.811503689136416" x2="53.85164807134504" y1="100.75660343433718" y2="115.00000000000001"/> - <line opacity="0.4468854644851019" stroke="#0000ff" x1="0.0" x2="53.85164807134504" y1="140.00000000000003" y2="115.00000000000001"/> - <line stroke="#000000" x1="33.97156477152662" x2="0.0" y1="106.51320686867436" y2="140.00000000000003"/> - <line stroke="#000000" x1="39.81150368913643" x2="33.97156477152662" y1="100.75660343433718" y2="106.51320686867436"/> - <line opacity="0.12111894159084342" stroke="#0000ff" x1="53.85164807134504" x2="53.85164807134504" y1="115.00000000000001" y2="140.00000000000003"/> - <line opacity="0.12111894159084342" stroke="#0000ff" x1="53.85164807134504" x2="53.85164807134504" y1="140.00000000000003" y2="165.00000000000003"/> - <line opacity="0.4468854644851019" stroke="#0000ff" x1="0.0" x2="53.85164807134504" y1="140.00000000000003" y2="165.00000000000003"/> - <line opacity="0.5" stroke="#0000ff" x1="53.85164807134504" x2="153.85164807134504" y1="165.00000000000003" y2="165.00000000000003"/> - <line opacity="0.5" stroke="#0000ff" x1="153.851648071345" x2="153.851648071345" y1="140.00000000000003" y2="114.99999999999999"/> - <line opacity="0.5" stroke="#0000ff" x1="153.851648071345" x2="153.851648071345" y1="165.00000000000003" y2="140.00000000000003"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="135.0" y2="114.99999999999997"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="140.0" y2="135.0"/> - <line opacity="1.0" stroke="#0000ff" x1="153.851648071345" x2="173.85164807134504" y1="114.99999999999999" y2="114.99999999999997"/> - <line opacity="1.0" stroke="#ff0000" x1="153.851648071345" x2="173.85164807134504" y1="114.99999999999999" y2="94.99999999999999"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="114.99999999999997" y2="94.99999999999999"/> - <line opacity="0.9666666666666667" stroke="#ff0000" x1="153.851648071345" x2="173.851648071345" y1="95.0" y2="94.99999999999999"/> - <line opacity="0.5" stroke="#0000ff" x1="153.851648071345" x2="153.851648071345" y1="114.99999999999999" y2="95.0"/> - <line stroke="#000000" x1="153.851648071345" x2="153.851648071345" y1="88.33333333333333" y2="95.0"/> - <line stroke="#000000" x1="173.85164807134504" x2="153.851648071345" y1="88.33333333333333" y2="88.33333333333333"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="94.99999999999999" y2="88.33333333333333"/> - <line opacity="1.0" stroke="#0000ff" x1="173.85164807134504" x2="153.851648071345" y1="165.00000000000003" y2="165.00000000000003"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="145.00000000000003" y2="140.00000000000003"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="165.00000000000003" y2="145.00000000000003"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="185.00000000000003" y2="165.00000000000003"/> - <line opacity="1.0" stroke="#ff0000" x1="173.85164807134504" x2="153.851648071345" y1="185.00000000000003" y2="165.00000000000003"/> - <line opacity="0.5" stroke="#0000ff" x1="153.851648071345" x2="153.851648071345" y1="185.0" y2="165.00000000000003"/> - <line opacity="0.9666666666666667" stroke="#ff0000" x1="173.85164807134504" x2="153.851648071345" y1="185.0" y2="185.0"/> - <line opacity="0.1475836176504332" stroke="#0000ff" x1="53.85164807134504" x2="53.85164807134504" y1="165.00000000000003" y2="185.00000000000003"/> - <line opacity="0.9666666666666667" stroke="#ff0000" x1="53.85164807134504" x2="45.65144260674624" y1="185.00000000000003" y2="185.00000000000003"/> - <line opacity="1.0" stroke="#ff0000" x1="53.85164807134504" x2="45.65144260674624" y1="165.00000000000003" y2="185.00000000000003"/> - <line stroke="#000000" x1="53.85164807134504" x2="53.85164807134504" y1="187.73340182153296" y2="185.00000000000003"/> - <line stroke="#000000" x1="45.65144260674624" x2="53.85164807134504" y1="187.73340182153296" y2="187.73340182153296"/> - <line stroke="#000000" x1="45.65144260674624" x2="45.65144260674624" y1="185.00000000000003" y2="187.73340182153296"/> - <line opacity="1.0" stroke="#0000ff" x1="53.85164807134504" x2="39.81150368913643" y1="165.00000000000003" y2="179.24339656566286"/> - <line stroke="#000000" x1="39.81150368913643" x2="45.65144260674624" y1="179.24339656566286" y2="185.00000000000003"/> - <line stroke="#000000" x1="33.97156477152661" x2="39.811503689136416" y1="173.48679313132567" y2="179.24339656566286"/> - <line stroke="#000000" x1="0.0" x2="33.97156477152661" y1="140.00000000000003" y2="173.48679313132567"/> - <line stroke="#000000" x1="143.85164807134504" x2="153.851648071345" y1="185.0" y2="185.0"/> - <line stroke="#000000" x1="53.85164807134504" x2="143.85164807134504" y1="185.00000000000003" y2="185.0"/> - <line stroke="#000000" x1="53.85164807134504" x2="53.85164807134504" y1="185.00000000000003" y2="185.00000000000003"/> - <line stroke="#000000" x1="153.851648071345" x2="153.851648071345" y1="185.0" y2="185.0"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="191.66666666666666" y2="185.0"/> - <line stroke="#000000" x1="153.851648071345" x2="173.85164807134504" y1="191.66666666666666" y2="191.66666666666666"/> - <line stroke="#000000" x1="153.851648071345" x2="153.851648071345" y1="185.0" y2="191.66666666666666"/> - <line stroke="#000000" x1="45.65144260674624" x2="45.65144260674624" y1="92.26659817846708" y2="95.00000000000001"/> - <line stroke="#000000" x1="53.85164807134504" x2="45.65144260674624" y1="92.26659817846708" y2="92.26659817846708"/> - <line stroke="#000000" x1="53.85164807134504" x2="53.85164807134504" y1="95.00000000000001" y2="92.26659817846708"/> - <line stroke="#000000" x1="123.85164807134505" x2="133.85164807134504" y1="65.0" y2="65.0"/> - <line stroke="#000000" x1="123.85164807134505" x2="123.85164807134505" y1="35.00000000000001" y2="65.0"/> - <line stroke="#000000" x1="133.85164807134504" x2="123.85164807134505" y1="35.00000000000001" y2="35.00000000000001"/> - <line stroke="#888888" x1="133.85164807134504" x2="143.85164807134507" y1="45.0" y2="45.0"/> - <line stroke="#888888" x1="143.85164807134507" x2="143.85164807134507" y1="45.0" y2="55.00000000000001"/> - <line stroke="#888888" x1="143.85164807134507" x2="133.85164807134504" y1="55.00000000000001" y2="55.00000000000001"/> - <line stroke="#888888" x1="133.85164807134504" x2="133.85164807134504" y1="55.00000000000001" y2="45.0"/> - <line stroke="#888888" x1="150.51831473801172" x2="150.51831473801172" y1="1.2500000000000002" y2="3.7500000000000004"/> - <line stroke="#888888" x1="150.51831473801172" x2="147.18498140467838" y1="3.7500000000000004" y2="3.7500000000000004"/> - <line stroke="#888888" x1="147.18498140467838" x2="147.18498140467838" y1="3.7500000000000004" y2="1.2500000000000002"/> - <line stroke="#888888" x1="153.85164807134504" x2="163.85164807134507" y1="45.0" y2="45.0"/> - <line stroke="#888888" x1="163.85164807134507" x2="163.85164807134507" y1="45.0" y2="55.00000000000001"/> - <line stroke="#888888" x1="163.85164807134507" x2="153.85164807134504" y1="55.00000000000001" y2="55.00000000000001"/> - <line stroke="#888888" x1="153.85164807134504" x2="153.85164807134504" y1="55.00000000000001" y2="45.0"/> - <line stroke="#888888" x1="166.10164807134507" x2="166.10164807134507" y1="55.25000000000001" y2="44.75000000000001"/> - <line stroke="#888888" x1="166.10164807134507" x2="166.60164807134507" y1="44.75000000000001" y2="44.75000000000001"/> - <line stroke="#888888" x1="166.60164807134507" x2="166.60164807134507" y1="44.75000000000001" y2="55.25000000000001"/> - <line stroke="#888888" x1="166.60164807134507" x2="166.10164807134507" y1="55.25000000000001" y2="55.25000000000001"/> - <line stroke="#888888" x1="39.65755250369917" x2="37.35482128368766" y1="104.13799662747851" y2="106.40786804847947"/> - <line stroke="#888888" x1="37.35482128368766" x2="37.00381767413245" y1="106.40786804847947" y2="106.0517831343379"/> - <line stroke="#888888" x1="37.00381767413245" x2="39.306548894143965" y1="106.0517831343379" y2="103.78191171333697"/> - <line stroke="#888888" x1="39.306548894143965" x2="39.65755250369917" y1="103.78191171333697" y2="104.13799662747851"/> - <line stroke="#888888" x1="168.60164807134504" x2="168.60164807134504" y1="128.58333333333334" y2="121.41666666666666"/> - <line stroke="#888888" x1="168.60164807134504" x2="169.10164807134504" y1="121.41666666666666" y2="121.41666666666666"/> - <line stroke="#888888" x1="169.10164807134504" x2="169.10164807134504" y1="121.41666666666666" y2="128.58333333333334"/> - <line stroke="#888888" x1="169.10164807134504" x2="168.60164807134504" y1="128.58333333333334" y2="128.58333333333334"/> - <line stroke="#888888" x1="167.18498140467838" x2="167.18498140467838" y1="89.99999999999997" y2="93.33333333333331"/> - <line stroke="#888888" x1="167.18498140467838" x2="160.5183147380117" y1="93.33333333333331" y2="93.33333333333331"/> - <line stroke="#888888" x1="160.5183147380117" x2="160.5183147380117" y1="93.33333333333331" y2="89.99999999999999"/> - <line stroke="#888888" x1="168.60164807134504" x2="168.60164807134504" y1="158.58333333333334" y2="151.41666666666669"/> - <line stroke="#888888" x1="168.60164807134504" x2="169.10164807134504" y1="151.41666666666669" y2="151.41666666666669"/> - <line stroke="#888888" x1="169.10164807134504" x2="169.10164807134504" y1="151.41666666666669" y2="158.58333333333334"/> - <line stroke="#888888" x1="169.10164807134504" x2="168.60164807134504" y1="158.58333333333334" y2="158.58333333333334"/> - <line stroke="#888888" x1="48.38484442827917" x2="48.38484442827917" y1="187.05005136614972" y2="185.68335045538328"/> - <line stroke="#888888" x1="48.38484442827917" x2="51.11824624981211" y1="185.68335045538328" y2="185.68335045538325"/> - <line stroke="#888888" x1="51.11824624981211" x2="51.11824624981211" y1="185.68335045538325" y2="187.05005136614972"/> - <line stroke="#888888" x1="37.35482128368764" x2="39.65755250369916" y1="173.59213195152057" y2="175.86200337252149"/> - <line stroke="#888888" x1="39.65755250369916" x2="39.30654889414395" y1="175.86200337252149" y2="176.21808828666306"/> - <line stroke="#888888" x1="39.30654889414395" x2="37.003817674132435" y1="176.21808828666306" y2="173.94821686566212"/> - <line stroke="#888888" x1="37.003817674132435" x2="37.35482128368764" y1="173.94821686566212" y2="173.59213195152057"/> - <line stroke="#888888" x1="146.93498140467835" x2="150.7683147380117" y1="181.0" y2="181.0"/> - <line stroke="#888888" x1="150.7683147380117" x2="150.76831473801172" y1="181.0" y2="181.5"/> - <line stroke="#888888" x1="150.76831473801172" x2="146.93498140467835" y1="181.5" y2="181.5"/> - <line stroke="#888888" x1="146.93498140467835" x2="146.93498140467835" y1="181.5" y2="181.0"/> - <line stroke="#888888" x1="160.5183147380117" x2="160.5183147380117" y1="190.0" y2="186.66666666666663"/> - <line stroke="#888888" x1="160.5183147380117" x2="167.18498140467838" y1="186.66666666666663" y2="186.66666666666663"/> - <line stroke="#888888" x1="167.18498140467838" x2="167.18498140467838" y1="186.66666666666663" y2="190.0"/> - <line stroke="#888888" x1="51.11824624981211" x2="51.11824624981211" y1="92.94994863385031" y2="94.31664954461677"/> - <line stroke="#888888" x1="51.11824624981211" x2="48.38484442827917" y1="94.31664954461677" y2="94.31664954461677"/> - <line stroke="#888888" x1="48.38484442827917" x2="48.38484442827917" y1="94.31664954461677" y2="92.94994863385031"/> - <line stroke="#888888" x1="126.35164807134505" x2="131.35164807134504" y1="45.0" y2="45.0"/> - <line stroke="#888888" x1="131.35164807134504" x2="131.35164807134504" y1="45.0" y2="55.00000000000001"/> - <line stroke="#888888" x1="131.35164807134504" x2="126.35164807134505" y1="55.00000000000001" y2="55.00000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="174.0312423743285" y1="35.00000000000001" y2="35.00000000000001"/> + <line opacity="0.5" stroke="#0000ff" x1="184.0312423743285" x2="184.0312423743285" y1="35.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="174.0312423743285" x2="184.0312423743285" y1="85.00000000000001" y2="85.00000000000001"/> + <line opacity="0.5" stroke="#0000ff" x1="174.0312423743285" x2="174.0312423743285" y1="85.00000000000001" y2="35.00000000000001"/> + <line opacity="0.5" stroke="#0000ff" x1="194.03124237432849" x2="194.03124237432849" y1="35.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="35.00000000000001" y2="5.000000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="184.0312423743285" y1="5.000000000000001" y2="35.00000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="184.0312423743285" y1="0.0" y2="5.000000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="184.0312423743285" y1="0.0" y2="0.0"/> + <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="5.000000000000001" y2="0.0"/> + <line stroke="#000000" x1="204.0312423743285" x2="194.03124237432849" y1="35.00000000000001" y2="35.00000000000001"/> + <line opacity="0.5" stroke="#0000ff" x1="204.0312423743285" x2="204.0312423743285" y1="35.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="204.0312423743285" y1="85.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="214.0312423743285" x2="204.0312423743285" y1="35.00000000000001" y2="35.00000000000001"/> + <line stroke="#000000" x1="214.0312423743285" x2="214.0312423743285" y1="85.00000000000001" y2="35.00000000000001"/> + <line stroke="#000000" x1="204.0312423743285" x2="214.0312423743285" y1="85.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="184.0312423743285" y1="85.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="115.00000000000001" y2="85.00000000000001"/> + <line opacity="1.0" stroke="#ff0000" x1="194.03124237432849" x2="184.0312423743285" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="64.0312423743285" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="64.0312423743285" x2="64.0312423743285" y1="115.00000000000001" y2="115.00000000000001"/> + <line opacity="0.5" stroke="#0000ff" x1="64.0312423743285" x2="194.03124237432849" y1="155.0" y2="155.0"/> + <line opacity="0.1475836176504332" stroke="#0000ff" x1="64.0312423743285" x2="64.0312423743285" y1="115.00000000000001" y2="155.0"/> + <line opacity="1.0" stroke="#ff0000" x1="42.35246120943851" x2="64.0312423743285" y1="115.00000000000001" y2="155.0"/> + <line opacity="0.9666666666666667" stroke="#ff0000" x1="42.35246120943851" x2="64.0312423743285" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="42.35246120943851" x2="30.5176577740279" y1="115.00000000000001" y2="133.1633416650236"/> + <line opacity="1.0" stroke="#0000ff" x1="30.5176577740279" x2="64.0312423743285" y1="133.1633416650236" y2="155.0"/> + <line opacity="0.4098736980491481" stroke="#0000ff" x1="0.0" x2="64.0312423743285" y1="180.0" y2="155.0"/> + <line stroke="#000000" x1="18.682854338617293" x2="0.0" y1="151.3266833300472" y2="180.0"/> + <line stroke="#000000" x1="30.5176577740279" x2="18.682854338617293" y1="133.16334166502358" y2="151.3266833300472"/> + <line opacity="0.21477671252272268" stroke="#0000ff" x1="64.03124237432847" x2="64.03124237432847" y1="155.0" y2="180.0"/> + <line opacity="0.21477671252272268" stroke="#0000ff" x1="64.03124237432851" x2="64.03124237432851" y1="180.0" y2="205.00000000000003"/> + <line opacity="0.4098736980491481" stroke="#0000ff" x1="2.8421709430404014e-14" x2="64.03124237432851" y1="180.0" y2="205.00000000000003"/> + <line opacity="0.5" stroke="#0000ff" x1="64.0312423743285" x2="194.03124237432846" y1="205.00000000000003" y2="205.00000000000003"/> + <line opacity="0.5" stroke="#0000ff" x1="194.03124237432846" x2="194.03124237432846" y1="180.0" y2="155.0"/> + <line opacity="0.5" stroke="#0000ff" x1="194.03124237432846" x2="194.03124237432846" y1="205.00000000000003" y2="180.0"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="195.0" y2="155.0"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="180.0" y2="195.0"/> + <line opacity="1.0" stroke="#0000ff" x1="194.03124237432846" x2="234.03124237432846" y1="155.0" y2="155.0"/> + <line opacity="1.0" stroke="#ff0000" x1="194.03124237432846" x2="234.03124237432846" y1="155.0" y2="115.00000000000003"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="155.0" y2="115.00000000000003"/> + <line opacity="0.9666666666666667" stroke="#ff0000" x1="194.03124237432846" x2="234.03124237432846" y1="115.00000000000003" y2="115.00000000000004"/> + <line opacity="0.5" stroke="#0000ff" x1="194.03124237432846" x2="194.03124237432846" y1="155.0" y2="115.00000000000003"/> + <line stroke="#000000" x1="194.03124237432846" x2="194.03124237432846" y1="101.6666666666667" y2="115.00000000000004"/> + <line stroke="#000000" x1="234.03124237432846" x2="194.03124237432846" y1="101.66666666666671" y2="101.6666666666667"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="115.00000000000004" y2="101.66666666666671"/> + <line opacity="1.0" stroke="#0000ff" x1="234.03124237432849" x2="194.03124237432849" y1="205.00000000000003" y2="205.00000000000003"/> + <line stroke="#000000" x1="234.03124237432849" x2="234.03124237432849" y1="165.00000000000003" y2="180.0"/> + <line stroke="#000000" x1="234.03124237432849" x2="234.03124237432849" y1="205.00000000000003" y2="165.00000000000003"/> + <line stroke="#000000" x1="234.03124237432849" x2="234.03124237432849" y1="245.0" y2="205.00000000000003"/> + <line opacity="1.0" stroke="#ff0000" x1="234.03124237432849" x2="194.03124237432846" y1="245.0" y2="205.00000000000003"/> + <line opacity="0.5" stroke="#0000ff" x1="194.03124237432846" x2="194.03124237432846" y1="245.00000000000006" y2="205.00000000000006"/> + <line opacity="0.9666666666666667" stroke="#ff0000" x1="234.03124237432846" x2="194.03124237432846" y1="245.00000000000003" y2="245.00000000000006"/> + <line opacity="0.1475836176504332" stroke="#0000ff" x1="64.03124237432853" x2="64.03124237432853" y1="205.00000000000009" y2="245.00000000000009"/> + <line opacity="0.9666666666666667" stroke="#ff0000" x1="64.03124237432853" x2="42.35246120943856" y1="245.00000000000006" y2="245.00000000000009"/> + <line opacity="1.0" stroke="#ff0000" x1="64.03124237432853" x2="42.35246120943856" y1="205.00000000000009" y2="245.00000000000009"/> + <line stroke="#000000" x1="64.03124237432851" x2="64.03124237432851" y1="252.2262603882967" y2="245.00000000000006"/> + <line stroke="#000000" x1="42.35246120943854" x2="64.03124237432851" y1="252.2262603882967" y2="252.2262603882967"/> + <line stroke="#000000" x1="42.35246120943854" x2="42.35246120943854" y1="245.00000000000006" y2="252.2262603882967"/> + <line opacity="1.0" stroke="#0000ff" x1="64.03124237432851" x2="30.517657774027928" y1="205.00000000000009" y2="226.83665833497648"/> + <line stroke="#000000" x1="30.517657774027928" x2="42.35246120943854" y1="226.83665833497648" y2="245.00000000000006"/> + <line stroke="#000000" x1="18.68285433861732" x2="30.517657774027928" y1="208.6733166699529" y2="226.83665833497648"/> + <line stroke="#000000" x1="2.8421709430404014e-14" x2="18.68285433861732" y1="180.00000000000009" y2="208.6733166699529"/> + <line stroke="#000000" x1="184.03124237432849" x2="194.03124237432846" y1="245.00000000000003" y2="245.00000000000003"/> + <line stroke="#000000" x1="64.03124237432853" x2="184.03124237432849" y1="245.00000000000006" y2="245.00000000000003"/> + <line stroke="#000000" x1="64.03124237432853" x2="64.03124237432853" y1="245.00000000000006" y2="245.00000000000006"/> + <line stroke="#000000" x1="194.03124237432846" x2="194.03124237432846" y1="245.00000000000003" y2="245.00000000000003"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="258.33333333333337" y2="245.00000000000003"/> + <line stroke="#000000" x1="194.03124237432846" x2="234.03124237432846" y1="258.33333333333337" y2="258.33333333333337"/> + <line stroke="#000000" x1="194.03124237432846" x2="194.03124237432846" y1="245.00000000000003" y2="258.33333333333337"/> + <line stroke="#000000" x1="42.35246120943851" x2="42.35246120943851" y1="107.77373961170336" y2="115.00000000000001"/> + <line stroke="#000000" x1="64.0312423743285" x2="42.35246120943851" y1="107.77373961170336" y2="107.77373961170336"/> + <line stroke="#000000" x1="64.0312423743285" x2="64.0312423743285" y1="115.00000000000001" y2="107.77373961170336"/> + <line stroke="#000000" x1="164.0312423743285" x2="174.0312423743285" y1="85.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="164.0312423743285" x2="164.0312423743285" y1="35.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="174.0312423743285" x2="164.0312423743285" y1="35.00000000000001" y2="35.00000000000001"/> + <line stroke="#888888" x1="174.0312423743285" x2="184.0312423743285" y1="55.00000000000001" y2="55.00000000000001"/> + <line stroke="#888888" x1="184.0312423743285" x2="184.0312423743285" y1="55.00000000000001" y2="65.0"/> + <line stroke="#888888" x1="184.0312423743285" x2="174.0312423743285" y1="65.0" y2="65.0"/> + <line stroke="#888888" x1="174.0312423743285" x2="174.0312423743285" y1="65.0" y2="55.00000000000001"/> + <line stroke="#888888" x1="190.69790904099517" x2="190.69790904099517" y1="1.2500000000000002" y2="3.7500000000000004"/> + <line stroke="#888888" x1="190.69790904099517" x2="187.36457570766183" y1="3.7500000000000004" y2="3.7500000000000004"/> + <line stroke="#888888" x1="187.36457570766183" x2="187.36457570766183" y1="3.7500000000000004" y2="1.2500000000000002"/> + <line stroke="#888888" x1="194.03124237432849" x2="204.0312423743285" y1="55.00000000000001" y2="55.00000000000001"/> + <line stroke="#888888" x1="204.0312423743285" x2="204.0312423743285" y1="55.00000000000001" y2="65.0"/> + <line stroke="#888888" x1="204.0312423743285" x2="194.03124237432849" y1="65.0" y2="65.0"/> + <line stroke="#888888" x1="194.03124237432849" x2="194.03124237432849" y1="65.0" y2="55.00000000000001"/> + <line stroke="#888888" x1="206.2812423743285" x2="206.2812423743285" y1="68.58333333333336" y2="51.41666666666668"/> + <line stroke="#888888" x1="206.2812423743285" x2="206.7812423743285" y1="51.41666666666668" y2="51.41666666666668"/> + <line stroke="#888888" x1="206.7812423743285" x2="206.7812423743285" y1="51.41666666666668" y2="68.58333333333336"/> + <line stroke="#888888" x1="206.7812423743285" x2="206.2812423743285" y1="68.58333333333336" y2="68.58333333333336"/> + <line stroke="#888888" x1="31.45949773015906" x2="27.241605022501663" y1="142.10350895639252" y2="148.57687598557078"/> + <line stroke="#888888" x1="27.241605022501663" x2="26.822685214997907" y1="148.57687598557078" y2="148.30391775638358"/> + <line stroke="#888888" x1="26.822685214997907" x2="31.040577922655306" y1="148.30391775638358" y2="141.8305507272053"/> + <line stroke="#888888" x1="31.040577922655306" x2="31.45949773015906" y1="141.8305507272053" y2="142.10350895639252"/> + <line stroke="#888888" x1="223.78124237432846" x2="223.78124237432846" y1="181.91666666666666" y2="168.08333333333334"/> + <line stroke="#888888" x1="223.78124237432846" x2="224.28124237432849" y1="168.08333333333334" y2="168.08333333333334"/> + <line stroke="#888888" x1="224.28124237432849" x2="224.28124237432849" y1="168.08333333333334" y2="181.91666666666666"/> + <line stroke="#888888" x1="224.28124237432849" x2="223.78124237432846" y1="181.91666666666666" y2="181.91666666666666"/> + <line stroke="#888888" x1="220.69790904099514" x2="220.69790904099514" y1="105.00000000000004" y2="111.6666666666667"/> + <line stroke="#888888" x1="220.69790904099514" x2="207.36457570766183" y1="111.6666666666667" y2="111.6666666666667"/> + <line stroke="#888888" x1="207.36457570766183" x2="207.36457570766183" y1="111.6666666666667" y2="105.00000000000004"/> + <line stroke="#888888" x1="223.78124237432846" x2="223.78124237432846" y1="191.91666666666669" y2="178.08333333333337"/> + <line stroke="#888888" x1="223.78124237432846" x2="224.28124237432849" y1="178.08333333333337" y2="178.08333333333337"/> + <line stroke="#888888" x1="224.28124237432849" x2="224.28124237432849" y1="178.08333333333337" y2="191.91666666666669"/> + <line stroke="#888888" x1="224.28124237432849" x2="223.78124237432846" y1="191.91666666666669" y2="191.91666666666669"/> + <line stroke="#888888" x1="49.57872159773519" x2="49.57872159773519" y1="250.41969529122255" y2="246.8065650970742"/> + <line stroke="#888888" x1="49.57872159773519" x2="56.804981986031855" y1="246.8065650970742" y2="246.8065650970742"/> + <line stroke="#888888" x1="56.804981986031855" x2="56.804981986031855" y1="246.8065650970742" y2="250.41969529122255"/> + <line stroke="#888888" x1="27.24160502250169" x2="31.459497730159118" y1="211.4231240144293" y2="217.8964910436076"/> + <line stroke="#888888" x1="31.459497730159118" x2="31.040577922655363" y1="217.8964910436076" y2="218.1694492727948"/> + <line stroke="#888888" x1="31.040577922655363" x2="26.822685214997907" y1="218.1694492727948" y2="211.69608224361647"/> + <line stroke="#888888" x1="26.822685214997907" x2="27.24160502250169" y1="211.69608224361647" y2="211.4231240144293"/> + <line stroke="#888888" x1="187.1145757076618" x2="190.94790904099517" y1="241.00000000000003" y2="241.00000000000003"/> + <line stroke="#888888" x1="190.94790904099517" x2="190.94790904099517" y1="241.00000000000003" y2="241.50000000000003"/> + <line stroke="#888888" x1="190.94790904099517" x2="187.1145757076618" y1="241.50000000000003" y2="241.50000000000003"/> + <line stroke="#888888" x1="187.1145757076618" x2="187.1145757076618" y1="241.50000000000003" y2="241.00000000000003"/> + <line stroke="#888888" x1="207.36457570766183" x2="207.36457570766183" y1="255.00000000000003" y2="248.33333333333337"/> + <line stroke="#888888" x1="207.36457570766183" x2="220.69790904099514" y1="248.33333333333337" y2="248.33333333333337"/> + <line stroke="#888888" x1="220.69790904099514" x2="220.69790904099514" y1="248.33333333333337" y2="255.00000000000003"/> + <line stroke="#888888" x1="56.80498198603183" x2="56.80498198603183" y1="109.58030470877752" y2="113.19343490292586"/> + <line stroke="#888888" x1="56.80498198603183" x2="49.57872159773516" y1="113.19343490292586" y2="113.19343490292586"/> + <line stroke="#888888" x1="49.57872159773516" x2="49.57872159773516" y1="113.19343490292586" y2="109.58030470877752"/> + <line stroke="#888888" x1="166.53124237432849" x2="166.53124237432849" y1="51.66666666666668" y2="46.66666666666667"/> + <line stroke="#888888" x1="166.53124237432849" x2="171.53124237432849" y1="46.66666666666667" y2="51.66666666666668"/> + <line stroke="#888888" x1="171.53124237432849" x2="171.53124237432849" y1="51.66666666666668" y2="68.33333333333334"/> + <line stroke="#888888" x1="171.53124237432849" x2="166.53124237432849" y1="68.33333333333334" y2="73.33333333333336"/> + <line stroke="#888888" x1="166.53124237432849" x2="166.53124237432849" y1="73.33333333333336" y2="68.33333333333334"/> </svg> diff --git a/rocolib/output/BoatBaseFlat/graph-autofold-default.dxf b/rocolib/output/BoatBaseFlat/graph-autofold-default.dxf index c94ba0df690260caf88f6736e59d66b2244e78d2..e4b5741e0df7b05b059a9ddd0385f1fea5160e43 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 -80.43938360731835 +73.77726564884665 70 0 62 @@ -617,7 +617,7 @@ CONTINUOUS 0 LAYER 2 -21.801409486351815 +38.65980825409008 70 0 62 @@ -1033,13 +1033,13 @@ LINE 8 cut 10 -143.85164807134507 +184.0312423743285 20 35.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 35.00000000000001 31 @@ -1053,15 +1053,15 @@ DOTTED 8 90 10 -143.85164807134507 +184.0312423743285 20 35.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1071,15 +1071,15 @@ LINE 8 cut 10 -133.85164807134504 +174.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1091,13 +1091,13 @@ DOTTED 8 90 10 -133.85164807134504 +174.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 35.00000000000001 31 @@ -1111,15 +1111,15 @@ DOTTED 8 90 10 -153.85164807134504 +194.03124237432849 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1129,13 +1129,13 @@ LINE 8 cut 10 -153.85164807134504 +194.03124237432849 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 5.000000000000001 31 @@ -1147,13 +1147,13 @@ LINE 8 cut 10 -143.85164807134507 +184.0312423743285 20 5.000000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 35.00000000000001 31 @@ -1165,13 +1165,13 @@ LINE 8 cut 10 -143.85164807134507 +184.0312423743285 20 0.0 30 0.0 11 -143.85164807134507 +184.0312423743285 21 5.000000000000001 31 @@ -1183,13 +1183,13 @@ LINE 8 cut 10 -153.85164807134504 +194.03124237432849 20 0.0 30 0.0 11 -143.85164807134507 +184.0312423743285 21 0.0 31 @@ -1201,13 +1201,13 @@ LINE 8 cut 10 -153.85164807134504 +194.03124237432849 20 5.000000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 0.0 31 @@ -1219,13 +1219,13 @@ LINE 8 cut 10 -163.85164807134507 +204.0312423743285 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 35.00000000000001 31 @@ -1239,15 +1239,15 @@ DOTTED 8 90 10 -163.85164807134507 +204.0312423743285 20 35.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1257,15 +1257,15 @@ LINE 8 cut 10 -153.85164807134504 +194.03124237432849 20 -65.0 +85.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1275,13 +1275,13 @@ LINE 8 cut 10 -173.85164807134507 +214.0312423743285 20 35.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 35.00000000000001 31 @@ -1293,13 +1293,13 @@ LINE 8 cut 10 -173.85164807134507 +214.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -173.85164807134507 +214.0312423743285 21 35.00000000000001 31 @@ -1311,15 +1311,15 @@ LINE 8 cut 10 -163.85164807134507 +204.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -173.85164807134507 +214.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1329,15 +1329,15 @@ LINE 8 cut 10 -143.85164807134507 +184.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1347,15 +1347,15 @@ LINE 8 cut 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1367,15 +1367,15 @@ DOTTED 8 -180 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1385,15 +1385,15 @@ LINE 8 cut 10 -143.85164807134507 +184.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1403,15 +1403,15 @@ LINE 8 cut 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1421,15 +1421,15 @@ LINE 8 cut 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1441,15 +1441,15 @@ DOTTED 8 90 10 -53.85164807134504 +64.0312423743285 20 -115.00000000000001 +155.0 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1461,15 +1461,15 @@ DOTTED 8 26.565051177077976 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1481,15 +1481,15 @@ DOTTED 8 -180 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1501,15 +1501,15 @@ DOTTED 8 -174 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1519,15 +1519,15 @@ LINE 8 cut 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -39.811503689136416 +30.5176577740279 21 -100.75660343433718 +133.1633416650236 31 0.0 0 @@ -1539,15 +1539,15 @@ DOTTED 8 180 10 -39.811503689136416 +30.5176577740279 20 -100.75660343433718 +133.1633416650236 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1557,17 +1557,17 @@ DOTTED 62 1 8 -80.43938360731835 +73.77726564884665 10 0.0 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1577,15 +1577,15 @@ LINE 8 cut 10 -33.97156477152662 +18.682854338617293 20 -106.51320686867436 +151.3266833300472 30 0.0 11 0.0 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1595,15 +1595,15 @@ LINE 8 cut 10 -39.81150368913643 +30.5176577740279 20 -100.75660343433718 +133.16334166502358 30 0.0 11 -33.97156477152662 +18.682854338617293 21 -106.51320686867436 +151.3266833300472 31 0.0 0 @@ -1613,17 +1613,17 @@ DOTTED 62 1 8 -21.801409486351815 +38.65980825409008 10 -53.85164807134504 +64.03124237432847 20 -115.00000000000001 +155.0 30 0.0 11 -53.85164807134504 +64.03124237432847 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1633,17 +1633,17 @@ DOTTED 62 1 8 -21.801409486351815 +38.65980825409008 10 -53.85164807134504 +64.03124237432851 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1653,17 +1653,17 @@ DOTTED 62 1 8 -80.43938360731835 +73.77726564884665 10 -0.0 +2.8421709430404014e-14 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1675,15 +1675,15 @@ DOTTED 8 90 10 -53.85164807134504 +64.0312423743285 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.85164807134504 +194.03124237432846 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1695,15 +1695,15 @@ DOTTED 8 90.0 10 -153.851648071345 +194.03124237432846 20 -140.00000000000003 +180.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -114.99999999999999 +155.0 31 0.0 0 @@ -1715,15 +1715,15 @@ DOTTED 8 90.0 10 -153.851648071345 +194.03124237432846 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1733,15 +1733,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432846 20 -135.0 +195.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -114.99999999999997 +155.0 31 0.0 0 @@ -1751,15 +1751,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432846 20 -140.0 +180.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -135.0 +195.0 31 0.0 0 @@ -1771,15 +1771,15 @@ DOTTED 8 180 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -114.99999999999997 +155.0 31 0.0 0 @@ -1791,15 +1791,15 @@ DOTTED 8 -180 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -94.99999999999999 +115.00000000000003 31 0.0 0 @@ -1809,15 +1809,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432846 20 -114.99999999999997 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -94.99999999999999 +115.00000000000003 31 0.0 0 @@ -1829,15 +1829,15 @@ DOTTED 8 -174 10 -153.851648071345 +194.03124237432846 20 -95.0 +115.00000000000003 30 0.0 11 -173.851648071345 +234.03124237432846 21 -94.99999999999999 +115.00000000000004 31 0.0 0 @@ -1849,15 +1849,15 @@ DOTTED 8 90.0 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -95.0 +115.00000000000003 31 0.0 0 @@ -1867,15 +1867,15 @@ LINE 8 cut 10 -153.851648071345 +194.03124237432846 20 -88.33333333333333 +101.6666666666667 30 0.0 11 -153.851648071345 +194.03124237432846 21 -95.0 +115.00000000000004 31 0.0 0 @@ -1885,15 +1885,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432846 20 -88.33333333333333 +101.66666666666671 30 0.0 11 -153.851648071345 +194.03124237432846 21 -88.33333333333333 +101.6666666666667 31 0.0 0 @@ -1903,15 +1903,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432846 20 -94.99999999999999 +115.00000000000004 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -88.33333333333333 +101.66666666666671 31 0.0 0 @@ -1923,15 +1923,15 @@ DOTTED 8 180 10 -173.85164807134504 +234.03124237432849 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432849 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1941,15 +1941,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432849 20 -145.00000000000003 +165.00000000000003 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1959,15 +1959,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432849 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -145.00000000000003 +165.00000000000003 31 0.0 0 @@ -1977,15 +1977,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432849 20 -185.00000000000003 +245.0 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1997,15 +1997,15 @@ DOTTED 8 -180 10 -173.85164807134504 +234.03124237432849 20 -185.00000000000003 +245.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -2017,15 +2017,15 @@ DOTTED 8 90.0 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000006 30 0.0 11 -153.851648071345 +194.03124237432846 21 -165.00000000000003 +205.00000000000006 31 0.0 0 @@ -2037,15 +2037,15 @@ DOTTED 8 -174 10 -173.85164807134504 +234.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000006 31 0.0 0 @@ -2057,15 +2057,15 @@ DOTTED 8 26.565051177077976 10 -53.85164807134504 +64.03124237432853 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -53.85164807134504 +64.03124237432853 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -2077,15 +2077,15 @@ DOTTED 8 -174 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -45.65144260674624 +42.35246120943856 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -2097,15 +2097,15 @@ DOTTED 8 -180 10 -53.85164807134504 +64.03124237432853 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -45.65144260674624 +42.35246120943856 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -2115,15 +2115,15 @@ LINE 8 cut 10 -53.85164807134504 +64.03124237432851 20 -187.73340182153296 +252.2262603882967 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2133,15 +2133,15 @@ LINE 8 cut 10 -45.65144260674624 +42.35246120943854 20 -187.73340182153296 +252.2262603882967 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -187.73340182153296 +252.2262603882967 31 0.0 0 @@ -2151,15 +2151,15 @@ LINE 8 cut 10 -45.65144260674624 +42.35246120943854 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -45.65144260674624 +42.35246120943854 21 -187.73340182153296 +252.2262603882967 31 0.0 0 @@ -2171,15 +2171,15 @@ DOTTED 8 180 10 -53.85164807134504 +64.03124237432851 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -39.81150368913643 +30.517657774027928 21 -179.24339656566286 +226.83665833497648 31 0.0 0 @@ -2189,15 +2189,15 @@ LINE 8 cut 10 -39.81150368913643 +30.517657774027928 20 -179.24339656566286 +226.83665833497648 30 0.0 11 -45.65144260674624 +42.35246120943854 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2207,15 +2207,15 @@ LINE 8 cut 10 -33.97156477152661 +18.68285433861732 20 -173.48679313132567 +208.6733166699529 30 0.0 11 -39.811503689136416 +30.517657774027928 21 -179.24339656566286 +226.83665833497648 31 0.0 0 @@ -2225,15 +2225,15 @@ LINE 8 cut 10 -0.0 +2.8421709430404014e-14 20 -140.00000000000003 +180.00000000000009 30 0.0 11 -33.97156477152661 +18.68285433861732 21 -173.48679313132567 +208.6733166699529 31 0.0 0 @@ -2243,15 +2243,15 @@ LINE 8 cut 10 -143.85164807134504 +184.03124237432849 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2261,15 +2261,15 @@ LINE 8 cut 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -143.85164807134504 +184.03124237432849 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2279,15 +2279,15 @@ LINE 8 cut 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -53.85164807134504 +64.03124237432853 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2297,15 +2297,15 @@ LINE 8 cut 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2315,15 +2315,15 @@ LINE 8 cut 10 -173.85164807134504 +234.03124237432846 20 -191.66666666666666 +258.33333333333337 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2333,15 +2333,15 @@ LINE 8 cut 10 -153.851648071345 +194.03124237432846 20 -191.66666666666666 +258.33333333333337 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -191.66666666666666 +258.33333333333337 31 0.0 0 @@ -2351,15 +2351,15 @@ LINE 8 cut 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -191.66666666666666 +258.33333333333337 31 0.0 0 @@ -2369,15 +2369,15 @@ LINE 8 cut 10 -45.65144260674624 +42.35246120943851 20 -92.26659817846708 +107.77373961170336 30 0.0 11 -45.65144260674624 +42.35246120943851 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -2387,15 +2387,15 @@ LINE 8 cut 10 -53.85164807134504 +64.0312423743285 20 -92.26659817846708 +107.77373961170336 30 0.0 11 -45.65144260674624 +42.35246120943851 21 -92.26659817846708 +107.77373961170336 31 0.0 0 @@ -2405,15 +2405,15 @@ LINE 8 cut 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -92.26659817846708 +107.77373961170336 31 0.0 0 @@ -2423,15 +2423,15 @@ LINE 8 cut 10 -123.85164807134505 +164.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -2441,15 +2441,15 @@ LINE 8 cut 10 -123.85164807134505 +164.0312423743285 20 35.00000000000001 30 0.0 11 -123.85164807134505 +164.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -2459,13 +2459,13 @@ LINE 8 cut 10 -133.85164807134504 +174.0312423743285 20 35.00000000000001 30 0.0 11 -123.85164807134505 +164.0312423743285 21 35.00000000000001 31 @@ -2477,15 +2477,15 @@ LINE 8 cut 10 -133.85164807134504 +174.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2495,15 +2495,15 @@ LINE 8 cut 10 -143.85164807134507 +184.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2513,15 +2513,15 @@ LINE 8 cut 10 -143.85164807134507 +184.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2531,15 +2531,15 @@ LINE 8 cut 10 -133.85164807134504 +174.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2549,13 +2549,13 @@ LINE 8 cut 10 -150.51831473801172 +190.69790904099517 20 1.2500000000000002 30 0.0 11 -150.51831473801172 +190.69790904099517 21 3.7500000000000004 31 @@ -2567,13 +2567,13 @@ LINE 8 cut 10 -150.51831473801172 +190.69790904099517 20 3.7500000000000004 30 0.0 11 -147.18498140467838 +187.36457570766183 21 3.7500000000000004 31 @@ -2585,13 +2585,13 @@ LINE 8 cut 10 -147.18498140467838 +187.36457570766183 20 3.7500000000000004 30 0.0 11 -147.18498140467838 +187.36457570766183 21 1.2500000000000002 31 @@ -2603,15 +2603,15 @@ LINE 8 cut 10 -153.85164807134504 +194.03124237432849 20 -45.0 +55.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2621,15 +2621,15 @@ LINE 8 cut 10 -163.85164807134507 +204.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2639,15 +2639,15 @@ LINE 8 cut 10 -163.85164807134507 +204.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2657,15 +2657,33 @@ LINE 8 cut 10 -153.85164807134504 +194.03124237432849 20 +65.0 + 30 +0.0 + 11 +194.03124237432849 + 21 55.00000000000001 + 31 +0.0 + 0 +LINE + 62 +5 + 8 +cut + 10 +206.2812423743285 + 20 +68.58333333333336 30 0.0 11 -153.85164807134504 +206.2812423743285 21 -45.0 +51.41666666666668 31 0.0 0 @@ -2675,15 +2693,15 @@ LINE 8 cut 10 -166.10164807134507 +206.2812423743285 20 -55.25000000000001 +51.41666666666668 30 0.0 11 -166.10164807134507 +206.7812423743285 21 -44.75000000000001 +51.41666666666668 31 0.0 0 @@ -2693,15 +2711,15 @@ LINE 8 cut 10 -166.10164807134507 +206.7812423743285 20 -44.75000000000001 +51.41666666666668 30 0.0 11 -166.60164807134507 +206.7812423743285 21 -44.75000000000001 +68.58333333333336 31 0.0 0 @@ -2711,15 +2729,15 @@ LINE 8 cut 10 -166.60164807134507 +206.7812423743285 20 -44.75000000000001 +68.58333333333336 30 0.0 11 -166.60164807134507 +206.2812423743285 21 -55.25000000000001 +68.58333333333336 31 0.0 0 @@ -2729,15 +2747,15 @@ LINE 8 cut 10 -166.60164807134507 +31.45949773015906 20 -55.25000000000001 +142.10350895639252 30 0.0 11 -166.10164807134507 +27.241605022501663 21 -55.25000000000001 +148.57687598557078 31 0.0 0 @@ -2747,15 +2765,15 @@ LINE 8 cut 10 -39.65755250369917 +27.241605022501663 20 -104.13799662747851 +148.57687598557078 30 0.0 11 -37.35482128368766 +26.822685214997907 21 -106.40786804847947 +148.30391775638358 31 0.0 0 @@ -2765,15 +2783,15 @@ LINE 8 cut 10 -37.35482128368766 +26.822685214997907 20 -106.40786804847947 +148.30391775638358 30 0.0 11 -37.00381767413245 +31.040577922655306 21 -106.0517831343379 +141.8305507272053 31 0.0 0 @@ -2783,15 +2801,15 @@ LINE 8 cut 10 -37.00381767413245 +31.040577922655306 20 -106.0517831343379 +141.8305507272053 30 0.0 11 -39.306548894143965 +31.45949773015906 21 -103.78191171333697 +142.10350895639252 31 0.0 0 @@ -2801,15 +2819,15 @@ LINE 8 cut 10 -39.306548894143965 +223.78124237432846 20 -103.78191171333697 +181.91666666666666 30 0.0 11 -39.65755250369917 +223.78124237432846 21 -104.13799662747851 +168.08333333333334 31 0.0 0 @@ -2819,15 +2837,15 @@ LINE 8 cut 10 -168.60164807134504 +223.78124237432846 20 -128.58333333333334 +168.08333333333334 30 0.0 11 -168.60164807134504 +224.28124237432849 21 -121.41666666666666 +168.08333333333334 31 0.0 0 @@ -2837,15 +2855,15 @@ LINE 8 cut 10 -168.60164807134504 +224.28124237432849 20 -121.41666666666666 +168.08333333333334 30 0.0 11 -169.10164807134504 +224.28124237432849 21 -121.41666666666666 +181.91666666666666 31 0.0 0 @@ -2855,15 +2873,15 @@ LINE 8 cut 10 -169.10164807134504 +224.28124237432849 20 -121.41666666666666 +181.91666666666666 30 0.0 11 -169.10164807134504 +223.78124237432846 21 -128.58333333333334 +181.91666666666666 31 0.0 0 @@ -2873,15 +2891,15 @@ LINE 8 cut 10 -169.10164807134504 +220.69790904099514 20 -128.58333333333334 +105.00000000000004 30 0.0 11 -168.60164807134504 +220.69790904099514 21 -128.58333333333334 +111.6666666666667 31 0.0 0 @@ -2891,15 +2909,15 @@ LINE 8 cut 10 -167.18498140467838 +220.69790904099514 20 -89.99999999999997 +111.6666666666667 30 0.0 11 -167.18498140467838 +207.36457570766183 21 -93.33333333333331 +111.6666666666667 31 0.0 0 @@ -2909,15 +2927,15 @@ LINE 8 cut 10 -167.18498140467838 +207.36457570766183 20 -93.33333333333331 +111.6666666666667 30 0.0 11 -160.5183147380117 +207.36457570766183 21 -93.33333333333331 +105.00000000000004 31 0.0 0 @@ -2927,15 +2945,15 @@ LINE 8 cut 10 -160.5183147380117 +223.78124237432846 20 -93.33333333333331 +191.91666666666669 30 0.0 11 -160.5183147380117 +223.78124237432846 21 -89.99999999999999 +178.08333333333337 31 0.0 0 @@ -2945,15 +2963,15 @@ LINE 8 cut 10 -168.60164807134504 +223.78124237432846 20 -158.58333333333334 +178.08333333333337 30 0.0 11 -168.60164807134504 +224.28124237432849 21 -151.41666666666669 +178.08333333333337 31 0.0 0 @@ -2963,15 +2981,15 @@ LINE 8 cut 10 -168.60164807134504 +224.28124237432849 20 -151.41666666666669 +178.08333333333337 30 0.0 11 -169.10164807134504 +224.28124237432849 21 -151.41666666666669 +191.91666666666669 31 0.0 0 @@ -2981,15 +2999,15 @@ LINE 8 cut 10 -169.10164807134504 +224.28124237432849 20 -151.41666666666669 +191.91666666666669 30 0.0 11 -169.10164807134504 +223.78124237432846 21 -158.58333333333334 +191.91666666666669 31 0.0 0 @@ -2999,15 +3017,15 @@ LINE 8 cut 10 -169.10164807134504 +49.57872159773519 20 -158.58333333333334 +250.41969529122255 30 0.0 11 -168.60164807134504 +49.57872159773519 21 -158.58333333333334 +246.8065650970742 31 0.0 0 @@ -3017,15 +3035,15 @@ LINE 8 cut 10 -48.38484442827917 +49.57872159773519 20 -187.05005136614972 +246.8065650970742 30 0.0 11 -48.38484442827917 +56.804981986031855 21 -185.68335045538328 +246.8065650970742 31 0.0 0 @@ -3035,15 +3053,15 @@ LINE 8 cut 10 -48.38484442827917 +56.804981986031855 20 -185.68335045538328 +246.8065650970742 30 0.0 11 -51.11824624981211 +56.804981986031855 21 -185.68335045538325 +250.41969529122255 31 0.0 0 @@ -3053,15 +3071,15 @@ LINE 8 cut 10 -51.11824624981211 +27.24160502250169 20 -185.68335045538325 +211.4231240144293 30 0.0 11 -51.11824624981211 +31.459497730159118 21 -187.05005136614972 +217.8964910436076 31 0.0 0 @@ -3071,15 +3089,15 @@ LINE 8 cut 10 -37.35482128368764 +31.459497730159118 20 -173.59213195152057 +217.8964910436076 30 0.0 11 -39.65755250369916 +31.040577922655363 21 -175.86200337252149 +218.1694492727948 31 0.0 0 @@ -3089,15 +3107,15 @@ LINE 8 cut 10 -39.65755250369916 +31.040577922655363 20 -175.86200337252149 +218.1694492727948 30 0.0 11 -39.30654889414395 +26.822685214997907 21 -176.21808828666306 +211.69608224361647 31 0.0 0 @@ -3107,15 +3125,15 @@ LINE 8 cut 10 -39.30654889414395 +26.822685214997907 20 -176.21808828666306 +211.69608224361647 30 0.0 11 -37.003817674132435 +27.24160502250169 21 -173.94821686566212 +211.4231240144293 31 0.0 0 @@ -3125,15 +3143,15 @@ LINE 8 cut 10 -37.003817674132435 +187.1145757076618 20 -173.94821686566212 +241.00000000000003 30 0.0 11 -37.35482128368764 +190.94790904099517 21 -173.59213195152057 +241.00000000000003 31 0.0 0 @@ -3143,15 +3161,15 @@ LINE 8 cut 10 -146.93498140467835 +190.94790904099517 20 -181.0 +241.00000000000003 30 0.0 11 -150.7683147380117 +190.94790904099517 21 -181.0 +241.50000000000003 31 0.0 0 @@ -3161,15 +3179,15 @@ LINE 8 cut 10 -150.7683147380117 +190.94790904099517 20 -181.0 +241.50000000000003 30 0.0 11 -150.76831473801172 +187.1145757076618 21 -181.5 +241.50000000000003 31 0.0 0 @@ -3179,15 +3197,15 @@ LINE 8 cut 10 -150.76831473801172 +187.1145757076618 20 -181.5 +241.50000000000003 30 0.0 11 -146.93498140467835 +187.1145757076618 21 -181.5 +241.00000000000003 31 0.0 0 @@ -3197,15 +3215,15 @@ LINE 8 cut 10 -146.93498140467835 +207.36457570766183 20 -181.5 +255.00000000000003 30 0.0 11 -146.93498140467835 +207.36457570766183 21 -181.0 +248.33333333333337 31 0.0 0 @@ -3215,15 +3233,15 @@ LINE 8 cut 10 -160.5183147380117 +207.36457570766183 20 -190.0 +248.33333333333337 30 0.0 11 -160.5183147380117 +220.69790904099514 21 -186.66666666666663 +248.33333333333337 31 0.0 0 @@ -3233,15 +3251,15 @@ LINE 8 cut 10 -160.5183147380117 +220.69790904099514 20 -186.66666666666663 +248.33333333333337 30 0.0 11 -167.18498140467838 +220.69790904099514 21 -186.66666666666663 +255.00000000000003 31 0.0 0 @@ -3251,15 +3269,15 @@ LINE 8 cut 10 -167.18498140467838 +56.80498198603183 20 -186.66666666666663 +109.58030470877752 30 0.0 11 -167.18498140467838 +56.80498198603183 21 -190.0 +113.19343490292586 31 0.0 0 @@ -3269,15 +3287,15 @@ LINE 8 cut 10 -51.11824624981211 +56.80498198603183 20 -92.94994863385031 +113.19343490292586 30 0.0 11 -51.11824624981211 +49.57872159773516 21 -94.31664954461677 +113.19343490292586 31 0.0 0 @@ -3287,15 +3305,15 @@ LINE 8 cut 10 -51.11824624981211 +49.57872159773516 20 -94.31664954461677 +113.19343490292586 30 0.0 11 -48.38484442827917 +49.57872159773516 21 -94.31664954461677 +109.58030470877752 31 0.0 0 @@ -3305,15 +3323,15 @@ LINE 8 cut 10 -48.38484442827917 +166.53124237432849 20 -94.31664954461677 +51.66666666666668 30 0.0 11 -48.38484442827917 +166.53124237432849 21 -92.94994863385031 +46.66666666666667 31 0.0 0 @@ -3323,15 +3341,15 @@ LINE 8 cut 10 -126.35164807134505 +166.53124237432849 20 -45.0 +46.66666666666667 30 0.0 11 -131.35164807134504 +171.53124237432849 21 -45.0 +51.66666666666668 31 0.0 0 @@ -3341,15 +3359,15 @@ LINE 8 cut 10 -131.35164807134504 +171.53124237432849 20 -45.0 +51.66666666666668 30 0.0 11 -131.35164807134504 +171.53124237432849 21 -55.00000000000001 +68.33333333333334 31 0.0 0 @@ -3359,15 +3377,33 @@ LINE 8 cut 10 -131.35164807134504 +171.53124237432849 20 -55.00000000000001 +68.33333333333334 30 0.0 11 -126.35164807134505 +166.53124237432849 21 -55.00000000000001 +73.33333333333336 + 31 +0.0 + 0 +LINE + 62 +5 + 8 +cut + 10 +166.53124237432849 + 20 +73.33333333333336 + 30 +0.0 + 11 +166.53124237432849 + 21 +68.33333333333334 31 0.0 0 diff --git a/rocolib/output/BoatBaseFlat/graph-autofold-graph.dxf b/rocolib/output/BoatBaseFlat/graph-autofold-graph.dxf index 888cd5a22a008222f9074a32dc3018aa3d1cc037..32039bb38843a5d1f8dda1ff10a75277fb1ed923 100644 --- a/rocolib/output/BoatBaseFlat/graph-autofold-graph.dxf +++ b/rocolib/output/BoatBaseFlat/graph-autofold-graph.dxf @@ -943,13 +943,13 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 35.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 35.00000000000001 31 @@ -963,15 +963,15 @@ DOTTED 8 0 10 -143.85164807134507 +184.0312423743285 20 35.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -981,15 +981,15 @@ LINE 8 0 10 -133.85164807134504 +174.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1001,13 +1001,13 @@ DOTTED 8 0 10 -133.85164807134504 +174.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 35.00000000000001 31 @@ -1021,15 +1021,15 @@ DOTTED 8 0 10 -153.85164807134504 +194.03124237432849 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1039,13 +1039,13 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 5.000000000000001 31 @@ -1057,13 +1057,13 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 5.000000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 35.00000000000001 31 @@ -1075,13 +1075,13 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 0.0 30 0.0 11 -143.85164807134507 +184.0312423743285 21 5.000000000000001 31 @@ -1093,13 +1093,13 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 0.0 30 0.0 11 -143.85164807134507 +184.0312423743285 21 0.0 31 @@ -1111,13 +1111,13 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 5.000000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 0.0 31 @@ -1129,13 +1129,13 @@ LINE 8 0 10 -163.85164807134507 +204.0312423743285 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 35.00000000000001 31 @@ -1149,15 +1149,15 @@ DOTTED 8 0 10 -163.85164807134507 +204.0312423743285 20 35.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1167,15 +1167,15 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 -65.0 +85.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1185,13 +1185,13 @@ LINE 8 0 10 -173.85164807134507 +214.0312423743285 20 35.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 35.00000000000001 31 @@ -1203,13 +1203,13 @@ LINE 8 0 10 -173.85164807134507 +214.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -173.85164807134507 +214.0312423743285 21 35.00000000000001 31 @@ -1221,15 +1221,15 @@ LINE 8 0 10 -163.85164807134507 +204.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -173.85164807134507 +214.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1239,15 +1239,15 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1257,15 +1257,15 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1277,15 +1277,15 @@ DOTTED 8 0 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1295,15 +1295,15 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1313,15 +1313,15 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1331,15 +1331,15 @@ LINE 8 0 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1351,15 +1351,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.0312423743285 20 -115.00000000000001 +155.0 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1371,15 +1371,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1391,15 +1391,15 @@ DOTTED 8 0 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1411,15 +1411,15 @@ DOTTED 8 0 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1429,15 +1429,15 @@ LINE 8 0 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -39.811503689136416 +30.5176577740279 21 -100.75660343433718 +133.1633416650236 31 0.0 0 @@ -1449,15 +1449,15 @@ DOTTED 8 0 10 -39.811503689136416 +30.5176577740279 20 -100.75660343433718 +133.1633416650236 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1471,13 +1471,13 @@ DOTTED 10 0.0 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1487,15 +1487,15 @@ LINE 8 0 10 -33.97156477152662 +18.682854338617293 20 -106.51320686867436 +151.3266833300472 30 0.0 11 0.0 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1505,15 +1505,15 @@ LINE 8 0 10 -39.81150368913643 +30.5176577740279 20 -100.75660343433718 +133.16334166502358 30 0.0 11 -33.97156477152662 +18.682854338617293 21 -106.51320686867436 +151.3266833300472 31 0.0 0 @@ -1525,15 +1525,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432847 20 -115.00000000000001 +155.0 30 0.0 11 -53.85164807134504 +64.03124237432847 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1545,15 +1545,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432851 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1565,15 +1565,15 @@ DOTTED 8 0 10 -0.0 +2.8421709430404014e-14 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1585,15 +1585,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.0312423743285 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.85164807134504 +194.03124237432846 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1605,15 +1605,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -140.00000000000003 +180.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -114.99999999999999 +155.0 31 0.0 0 @@ -1625,15 +1625,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1643,15 +1643,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -135.0 +195.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -114.99999999999997 +155.0 31 0.0 0 @@ -1661,15 +1661,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -140.0 +180.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -135.0 +195.0 31 0.0 0 @@ -1681,15 +1681,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -114.99999999999997 +155.0 31 0.0 0 @@ -1701,15 +1701,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -94.99999999999999 +115.00000000000003 31 0.0 0 @@ -1719,15 +1719,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -114.99999999999997 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -94.99999999999999 +115.00000000000003 31 0.0 0 @@ -1739,15 +1739,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -95.0 +115.00000000000003 30 0.0 11 -173.851648071345 +234.03124237432846 21 -94.99999999999999 +115.00000000000004 31 0.0 0 @@ -1759,15 +1759,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -95.0 +115.00000000000003 31 0.0 0 @@ -1777,15 +1777,15 @@ LINE 8 0 10 -153.851648071345 +194.03124237432846 20 -88.33333333333333 +101.6666666666667 30 0.0 11 -153.851648071345 +194.03124237432846 21 -95.0 +115.00000000000004 31 0.0 0 @@ -1795,15 +1795,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -88.33333333333333 +101.66666666666671 30 0.0 11 -153.851648071345 +194.03124237432846 21 -88.33333333333333 +101.6666666666667 31 0.0 0 @@ -1813,15 +1813,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -94.99999999999999 +115.00000000000004 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -88.33333333333333 +101.66666666666671 31 0.0 0 @@ -1833,15 +1833,15 @@ DOTTED 8 0 10 -173.85164807134504 +234.03124237432849 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432849 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1851,15 +1851,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432849 20 -145.00000000000003 +165.00000000000003 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1869,15 +1869,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432849 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -145.00000000000003 +165.00000000000003 31 0.0 0 @@ -1887,15 +1887,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432849 20 -185.00000000000003 +245.0 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1907,15 +1907,15 @@ DOTTED 8 0 10 -173.85164807134504 +234.03124237432849 20 -185.00000000000003 +245.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1927,15 +1927,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000006 30 0.0 11 -153.851648071345 +194.03124237432846 21 -165.00000000000003 +205.00000000000006 31 0.0 0 @@ -1947,15 +1947,15 @@ DOTTED 8 0 10 -173.85164807134504 +234.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000006 31 0.0 0 @@ -1967,15 +1967,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432853 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -53.85164807134504 +64.03124237432853 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -1987,15 +1987,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -45.65144260674624 +42.35246120943856 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -2007,15 +2007,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432853 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -45.65144260674624 +42.35246120943856 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -2025,15 +2025,15 @@ LINE 8 0 10 -53.85164807134504 +64.03124237432851 20 -187.73340182153296 +252.2262603882967 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2043,15 +2043,15 @@ LINE 8 0 10 -45.65144260674624 +42.35246120943854 20 -187.73340182153296 +252.2262603882967 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -187.73340182153296 +252.2262603882967 31 0.0 0 @@ -2061,15 +2061,15 @@ LINE 8 0 10 -45.65144260674624 +42.35246120943854 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -45.65144260674624 +42.35246120943854 21 -187.73340182153296 +252.2262603882967 31 0.0 0 @@ -2081,15 +2081,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432851 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -39.81150368913643 +30.517657774027928 21 -179.24339656566286 +226.83665833497648 31 0.0 0 @@ -2099,15 +2099,15 @@ LINE 8 0 10 -39.81150368913643 +30.517657774027928 20 -179.24339656566286 +226.83665833497648 30 0.0 11 -45.65144260674624 +42.35246120943854 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2117,15 +2117,15 @@ LINE 8 0 10 -33.97156477152661 +18.68285433861732 20 -173.48679313132567 +208.6733166699529 30 0.0 11 -39.811503689136416 +30.517657774027928 21 -179.24339656566286 +226.83665833497648 31 0.0 0 @@ -2135,15 +2135,15 @@ LINE 8 0 10 -0.0 +2.8421709430404014e-14 20 -140.00000000000003 +180.00000000000009 30 0.0 11 -33.97156477152661 +18.68285433861732 21 -173.48679313132567 +208.6733166699529 31 0.0 0 @@ -2153,15 +2153,15 @@ LINE 8 0 10 -143.85164807134504 +184.03124237432849 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2171,15 +2171,15 @@ LINE 8 0 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -143.85164807134504 +184.03124237432849 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2189,15 +2189,15 @@ LINE 8 0 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -53.85164807134504 +64.03124237432853 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2207,15 +2207,15 @@ LINE 8 0 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2225,15 +2225,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -191.66666666666666 +258.33333333333337 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2243,15 +2243,15 @@ LINE 8 0 10 -153.851648071345 +194.03124237432846 20 -191.66666666666666 +258.33333333333337 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -191.66666666666666 +258.33333333333337 31 0.0 0 @@ -2261,15 +2261,15 @@ LINE 8 0 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -191.66666666666666 +258.33333333333337 31 0.0 0 @@ -2279,15 +2279,15 @@ LINE 8 0 10 -45.65144260674624 +42.35246120943851 20 -92.26659817846708 +107.77373961170336 30 0.0 11 -45.65144260674624 +42.35246120943851 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -2297,15 +2297,15 @@ LINE 8 0 10 -53.85164807134504 +64.0312423743285 20 -92.26659817846708 +107.77373961170336 30 0.0 11 -45.65144260674624 +42.35246120943851 21 -92.26659817846708 +107.77373961170336 31 0.0 0 @@ -2315,15 +2315,15 @@ LINE 8 0 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -92.26659817846708 +107.77373961170336 31 0.0 0 @@ -2333,15 +2333,15 @@ LINE 8 0 10 -123.85164807134505 +164.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -2351,15 +2351,15 @@ LINE 8 0 10 -123.85164807134505 +164.0312423743285 20 35.00000000000001 30 0.0 11 -123.85164807134505 +164.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -2369,13 +2369,13 @@ LINE 8 0 10 -133.85164807134504 +174.0312423743285 20 35.00000000000001 30 0.0 11 -123.85164807134505 +164.0312423743285 21 35.00000000000001 31 @@ -2387,15 +2387,15 @@ LINE 8 0 10 -133.85164807134504 +174.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2405,15 +2405,15 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2423,15 +2423,15 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2441,15 +2441,15 @@ LINE 8 0 10 -133.85164807134504 +174.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2459,13 +2459,13 @@ LINE 8 0 10 -150.51831473801172 +190.69790904099517 20 1.2500000000000002 30 0.0 11 -150.51831473801172 +190.69790904099517 21 3.7500000000000004 31 @@ -2477,13 +2477,13 @@ LINE 8 0 10 -150.51831473801172 +190.69790904099517 20 3.7500000000000004 30 0.0 11 -147.18498140467838 +187.36457570766183 21 3.7500000000000004 31 @@ -2495,13 +2495,13 @@ LINE 8 0 10 -147.18498140467838 +187.36457570766183 20 3.7500000000000004 30 0.0 11 -147.18498140467838 +187.36457570766183 21 1.2500000000000002 31 @@ -2513,15 +2513,15 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 -45.0 +55.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2531,15 +2531,15 @@ LINE 8 0 10 -163.85164807134507 +204.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2549,15 +2549,15 @@ LINE 8 0 10 -163.85164807134507 +204.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2567,15 +2567,33 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 +65.0 + 30 +0.0 + 11 +194.03124237432849 + 21 55.00000000000001 + 31 +0.0 + 0 +LINE + 62 +5 + 8 +0 + 10 +206.2812423743285 + 20 +68.58333333333336 30 0.0 11 -153.85164807134504 +206.2812423743285 21 -45.0 +51.41666666666668 31 0.0 0 @@ -2585,15 +2603,15 @@ LINE 8 0 10 -166.10164807134507 +206.2812423743285 20 -55.25000000000001 +51.41666666666668 30 0.0 11 -166.10164807134507 +206.7812423743285 21 -44.75000000000001 +51.41666666666668 31 0.0 0 @@ -2603,15 +2621,15 @@ LINE 8 0 10 -166.10164807134507 +206.7812423743285 20 -44.75000000000001 +51.41666666666668 30 0.0 11 -166.60164807134507 +206.7812423743285 21 -44.75000000000001 +68.58333333333336 31 0.0 0 @@ -2621,15 +2639,15 @@ LINE 8 0 10 -166.60164807134507 +206.7812423743285 20 -44.75000000000001 +68.58333333333336 30 0.0 11 -166.60164807134507 +206.2812423743285 21 -55.25000000000001 +68.58333333333336 31 0.0 0 @@ -2639,15 +2657,15 @@ LINE 8 0 10 -166.60164807134507 +31.45949773015906 20 -55.25000000000001 +142.10350895639252 30 0.0 11 -166.10164807134507 +27.241605022501663 21 -55.25000000000001 +148.57687598557078 31 0.0 0 @@ -2657,15 +2675,15 @@ LINE 8 0 10 -39.65755250369917 +27.241605022501663 20 -104.13799662747851 +148.57687598557078 30 0.0 11 -37.35482128368766 +26.822685214997907 21 -106.40786804847947 +148.30391775638358 31 0.0 0 @@ -2675,15 +2693,15 @@ LINE 8 0 10 -37.35482128368766 +26.822685214997907 20 -106.40786804847947 +148.30391775638358 30 0.0 11 -37.00381767413245 +31.040577922655306 21 -106.0517831343379 +141.8305507272053 31 0.0 0 @@ -2693,15 +2711,15 @@ LINE 8 0 10 -37.00381767413245 +31.040577922655306 20 -106.0517831343379 +141.8305507272053 30 0.0 11 -39.306548894143965 +31.45949773015906 21 -103.78191171333697 +142.10350895639252 31 0.0 0 @@ -2711,15 +2729,15 @@ LINE 8 0 10 -39.306548894143965 +223.78124237432846 20 -103.78191171333697 +181.91666666666666 30 0.0 11 -39.65755250369917 +223.78124237432846 21 -104.13799662747851 +168.08333333333334 31 0.0 0 @@ -2729,15 +2747,15 @@ LINE 8 0 10 -168.60164807134504 +223.78124237432846 20 -128.58333333333334 +168.08333333333334 30 0.0 11 -168.60164807134504 +224.28124237432849 21 -121.41666666666666 +168.08333333333334 31 0.0 0 @@ -2747,15 +2765,15 @@ LINE 8 0 10 -168.60164807134504 +224.28124237432849 20 -121.41666666666666 +168.08333333333334 30 0.0 11 -169.10164807134504 +224.28124237432849 21 -121.41666666666666 +181.91666666666666 31 0.0 0 @@ -2765,15 +2783,15 @@ LINE 8 0 10 -169.10164807134504 +224.28124237432849 20 -121.41666666666666 +181.91666666666666 30 0.0 11 -169.10164807134504 +223.78124237432846 21 -128.58333333333334 +181.91666666666666 31 0.0 0 @@ -2783,15 +2801,15 @@ LINE 8 0 10 -169.10164807134504 +220.69790904099514 20 -128.58333333333334 +105.00000000000004 30 0.0 11 -168.60164807134504 +220.69790904099514 21 -128.58333333333334 +111.6666666666667 31 0.0 0 @@ -2801,15 +2819,15 @@ LINE 8 0 10 -167.18498140467838 +220.69790904099514 20 -89.99999999999997 +111.6666666666667 30 0.0 11 -167.18498140467838 +207.36457570766183 21 -93.33333333333331 +111.6666666666667 31 0.0 0 @@ -2819,15 +2837,15 @@ LINE 8 0 10 -167.18498140467838 +207.36457570766183 20 -93.33333333333331 +111.6666666666667 30 0.0 11 -160.5183147380117 +207.36457570766183 21 -93.33333333333331 +105.00000000000004 31 0.0 0 @@ -2837,15 +2855,15 @@ LINE 8 0 10 -160.5183147380117 +223.78124237432846 20 -93.33333333333331 +191.91666666666669 30 0.0 11 -160.5183147380117 +223.78124237432846 21 -89.99999999999999 +178.08333333333337 31 0.0 0 @@ -2855,15 +2873,15 @@ LINE 8 0 10 -168.60164807134504 +223.78124237432846 20 -158.58333333333334 +178.08333333333337 30 0.0 11 -168.60164807134504 +224.28124237432849 21 -151.41666666666669 +178.08333333333337 31 0.0 0 @@ -2873,15 +2891,15 @@ LINE 8 0 10 -168.60164807134504 +224.28124237432849 20 -151.41666666666669 +178.08333333333337 30 0.0 11 -169.10164807134504 +224.28124237432849 21 -151.41666666666669 +191.91666666666669 31 0.0 0 @@ -2891,15 +2909,15 @@ LINE 8 0 10 -169.10164807134504 +224.28124237432849 20 -151.41666666666669 +191.91666666666669 30 0.0 11 -169.10164807134504 +223.78124237432846 21 -158.58333333333334 +191.91666666666669 31 0.0 0 @@ -2909,15 +2927,15 @@ LINE 8 0 10 -169.10164807134504 +49.57872159773519 20 -158.58333333333334 +250.41969529122255 30 0.0 11 -168.60164807134504 +49.57872159773519 21 -158.58333333333334 +246.8065650970742 31 0.0 0 @@ -2927,15 +2945,15 @@ LINE 8 0 10 -48.38484442827917 +49.57872159773519 20 -187.05005136614972 +246.8065650970742 30 0.0 11 -48.38484442827917 +56.804981986031855 21 -185.68335045538328 +246.8065650970742 31 0.0 0 @@ -2945,15 +2963,15 @@ LINE 8 0 10 -48.38484442827917 +56.804981986031855 20 -185.68335045538328 +246.8065650970742 30 0.0 11 -51.11824624981211 +56.804981986031855 21 -185.68335045538325 +250.41969529122255 31 0.0 0 @@ -2963,15 +2981,15 @@ LINE 8 0 10 -51.11824624981211 +27.24160502250169 20 -185.68335045538325 +211.4231240144293 30 0.0 11 -51.11824624981211 +31.459497730159118 21 -187.05005136614972 +217.8964910436076 31 0.0 0 @@ -2981,15 +2999,15 @@ LINE 8 0 10 -37.35482128368764 +31.459497730159118 20 -173.59213195152057 +217.8964910436076 30 0.0 11 -39.65755250369916 +31.040577922655363 21 -175.86200337252149 +218.1694492727948 31 0.0 0 @@ -2999,15 +3017,15 @@ LINE 8 0 10 -39.65755250369916 +31.040577922655363 20 -175.86200337252149 +218.1694492727948 30 0.0 11 -39.30654889414395 +26.822685214997907 21 -176.21808828666306 +211.69608224361647 31 0.0 0 @@ -3017,15 +3035,15 @@ LINE 8 0 10 -39.30654889414395 +26.822685214997907 20 -176.21808828666306 +211.69608224361647 30 0.0 11 -37.003817674132435 +27.24160502250169 21 -173.94821686566212 +211.4231240144293 31 0.0 0 @@ -3035,15 +3053,15 @@ LINE 8 0 10 -37.003817674132435 +187.1145757076618 20 -173.94821686566212 +241.00000000000003 30 0.0 11 -37.35482128368764 +190.94790904099517 21 -173.59213195152057 +241.00000000000003 31 0.0 0 @@ -3053,15 +3071,15 @@ LINE 8 0 10 -146.93498140467835 +190.94790904099517 20 -181.0 +241.00000000000003 30 0.0 11 -150.7683147380117 +190.94790904099517 21 -181.0 +241.50000000000003 31 0.0 0 @@ -3071,15 +3089,15 @@ LINE 8 0 10 -150.7683147380117 +190.94790904099517 20 -181.0 +241.50000000000003 30 0.0 11 -150.76831473801172 +187.1145757076618 21 -181.5 +241.50000000000003 31 0.0 0 @@ -3089,15 +3107,15 @@ LINE 8 0 10 -150.76831473801172 +187.1145757076618 20 -181.5 +241.50000000000003 30 0.0 11 -146.93498140467835 +187.1145757076618 21 -181.5 +241.00000000000003 31 0.0 0 @@ -3107,15 +3125,15 @@ LINE 8 0 10 -146.93498140467835 +207.36457570766183 20 -181.5 +255.00000000000003 30 0.0 11 -146.93498140467835 +207.36457570766183 21 -181.0 +248.33333333333337 31 0.0 0 @@ -3125,15 +3143,15 @@ LINE 8 0 10 -160.5183147380117 +207.36457570766183 20 -190.0 +248.33333333333337 30 0.0 11 -160.5183147380117 +220.69790904099514 21 -186.66666666666663 +248.33333333333337 31 0.0 0 @@ -3143,15 +3161,15 @@ LINE 8 0 10 -160.5183147380117 +220.69790904099514 20 -186.66666666666663 +248.33333333333337 30 0.0 11 -167.18498140467838 +220.69790904099514 21 -186.66666666666663 +255.00000000000003 31 0.0 0 @@ -3161,15 +3179,15 @@ LINE 8 0 10 -167.18498140467838 +56.80498198603183 20 -186.66666666666663 +109.58030470877752 30 0.0 11 -167.18498140467838 +56.80498198603183 21 -190.0 +113.19343490292586 31 0.0 0 @@ -3179,15 +3197,15 @@ LINE 8 0 10 -51.11824624981211 +56.80498198603183 20 -92.94994863385031 +113.19343490292586 30 0.0 11 -51.11824624981211 +49.57872159773516 21 -94.31664954461677 +113.19343490292586 31 0.0 0 @@ -3197,15 +3215,15 @@ LINE 8 0 10 -51.11824624981211 +49.57872159773516 20 -94.31664954461677 +113.19343490292586 30 0.0 11 -48.38484442827917 +49.57872159773516 21 -94.31664954461677 +109.58030470877752 31 0.0 0 @@ -3215,15 +3233,15 @@ LINE 8 0 10 -48.38484442827917 +166.53124237432849 20 -94.31664954461677 +51.66666666666668 30 0.0 11 -48.38484442827917 +166.53124237432849 21 -92.94994863385031 +46.66666666666667 31 0.0 0 @@ -3233,15 +3251,15 @@ LINE 8 0 10 -126.35164807134505 +166.53124237432849 20 -45.0 +46.66666666666667 30 0.0 11 -131.35164807134504 +171.53124237432849 21 -45.0 +51.66666666666668 31 0.0 0 @@ -3251,15 +3269,15 @@ LINE 8 0 10 -131.35164807134504 +171.53124237432849 20 -45.0 +51.66666666666668 30 0.0 11 -131.35164807134504 +171.53124237432849 21 -55.00000000000001 +68.33333333333334 31 0.0 0 @@ -3269,15 +3287,33 @@ LINE 8 0 10 -131.35164807134504 +171.53124237432849 20 -55.00000000000001 +68.33333333333334 30 0.0 11 -126.35164807134505 +166.53124237432849 21 -55.00000000000001 +73.33333333333336 + 31 +0.0 + 0 +LINE + 62 +5 + 8 +0 + 10 +166.53124237432849 + 20 +73.33333333333336 + 30 +0.0 + 11 +166.53124237432849 + 21 +68.33333333333334 31 0.0 0 diff --git a/rocolib/output/BoatBaseFlat/graph-lasercutter.svg b/rocolib/output/BoatBaseFlat/graph-lasercutter.svg index c1322f85a6fe5cb663aa7e54f31f159605cc3103..c6e5dcf82955bf9513e8bc4bc4f86e91302376dd 100644 --- a/rocolib/output/BoatBaseFlat/graph-lasercutter.svg +++ b/rocolib/output/BoatBaseFlat/graph-lasercutter.svg @@ -1,131 +1,133 @@ <?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="191.666667mm" version="1.1" viewBox="0.000000 0.000000 173.851648 191.666667" width="173.851648mm"> +<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="258.333333mm" version="1.1" viewBox="0.000000 0.000000 234.031242 258.333333" width="234.031242mm"> <defs/> - <line stroke="#000000" x1="143.85164807134507" x2="133.85164807134504" y1="35.00000000000001" y2="35.00000000000001"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="143.85164807134507" x2="143.85164807134507" y1="35.00000000000001" y2="65.0"/> - <line stroke="#000000" x1="133.85164807134504" x2="143.85164807134507" y1="65.0" y2="65.0"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="133.85164807134504" x2="133.85164807134504" y1="65.0" y2="35.00000000000001"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.85164807134504" x2="153.85164807134504" y1="35.00000000000001" y2="65.0"/> - <line stroke="#000000" x1="153.85164807134504" x2="153.85164807134504" y1="35.00000000000001" y2="5.000000000000001"/> - <line stroke="#000000" x1="143.85164807134507" x2="143.85164807134507" y1="5.000000000000001" y2="35.00000000000001"/> - <line stroke="#000000" x1="143.85164807134507" x2="143.85164807134507" y1="0.0" y2="5.000000000000001"/> - <line stroke="#000000" x1="153.85164807134504" x2="143.85164807134507" y1="0.0" y2="0.0"/> - <line stroke="#000000" x1="153.85164807134504" x2="153.85164807134504" y1="5.000000000000001" y2="0.0"/> - <line stroke="#000000" x1="163.85164807134507" x2="153.85164807134504" y1="35.00000000000001" y2="35.00000000000001"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="163.85164807134507" x2="163.85164807134507" y1="35.00000000000001" y2="65.0"/> - <line stroke="#000000" x1="153.85164807134504" x2="163.85164807134507" y1="65.0" y2="65.0"/> - <line stroke="#000000" x1="173.85164807134507" x2="163.85164807134507" y1="35.00000000000001" y2="35.00000000000001"/> - <line stroke="#000000" x1="173.85164807134507" x2="173.85164807134507" y1="65.0" y2="35.00000000000001"/> - <line stroke="#000000" x1="163.85164807134507" x2="173.85164807134507" y1="65.0" y2="65.0"/> - <line stroke="#000000" x1="143.85164807134507" x2="143.85164807134507" y1="65.0" y2="95.00000000000001"/> - <line stroke="#000000" x1="153.85164807134504" x2="153.85164807134504" y1="95.00000000000001" y2="65.0"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.85164807134504" x2="143.85164807134507" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#000000" x1="143.85164807134507" x2="53.85164807134504" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#000000" x1="153.85164807134504" x2="153.85164807134504" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#000000" x1="53.85164807134504" x2="53.85164807134504" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="153.85164807134504" y1="115.00000000000001" y2="115.00000000000001"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="53.85164807134504" y1="95.00000000000001" y2="115.00000000000001"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="45.65144260674624" x2="53.85164807134504" y1="95.00000000000001" y2="115.00000000000001"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="45.65144260674624" x2="53.85164807134504" y1="95.00000000000001" y2="95.00000000000001"/> - <line stroke="#000000" x1="45.65144260674624" x2="39.811503689136416" y1="95.00000000000001" y2="100.75660343433718"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="39.811503689136416" x2="53.85164807134504" y1="100.75660343433718" y2="115.00000000000001"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="0.0" x2="53.85164807134504" y1="140.00000000000003" y2="115.00000000000001"/> - <line stroke="#000000" x1="33.97156477152662" x2="0.0" y1="106.51320686867436" y2="140.00000000000003"/> - <line stroke="#000000" x1="39.81150368913643" x2="33.97156477152662" y1="100.75660343433718" y2="106.51320686867436"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="53.85164807134504" y1="115.00000000000001" y2="140.00000000000003"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="53.85164807134504" y1="140.00000000000003" y2="165.00000000000003"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="0.0" x2="53.85164807134504" y1="140.00000000000003" y2="165.00000000000003"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="153.85164807134504" y1="165.00000000000003" y2="165.00000000000003"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.851648071345" x2="153.851648071345" y1="140.00000000000003" y2="114.99999999999999"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.851648071345" x2="153.851648071345" y1="165.00000000000003" y2="140.00000000000003"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="135.0" y2="114.99999999999997"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="140.0" y2="135.0"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.851648071345" x2="173.85164807134504" y1="114.99999999999999" y2="114.99999999999997"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.851648071345" x2="173.85164807134504" y1="114.99999999999999" y2="94.99999999999999"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="114.99999999999997" y2="94.99999999999999"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.851648071345" x2="173.851648071345" y1="95.0" y2="94.99999999999999"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.851648071345" x2="153.851648071345" y1="114.99999999999999" y2="95.0"/> - <line stroke="#000000" x1="153.851648071345" x2="153.851648071345" y1="88.33333333333333" y2="95.0"/> - <line stroke="#000000" x1="173.85164807134504" x2="153.851648071345" y1="88.33333333333333" y2="88.33333333333333"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="94.99999999999999" y2="88.33333333333333"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="173.85164807134504" x2="153.851648071345" y1="165.00000000000003" y2="165.00000000000003"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="145.00000000000003" y2="140.00000000000003"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="165.00000000000003" y2="145.00000000000003"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="185.00000000000003" y2="165.00000000000003"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="173.85164807134504" x2="153.851648071345" y1="185.00000000000003" y2="165.00000000000003"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="153.851648071345" x2="153.851648071345" y1="185.0" y2="165.00000000000003"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="173.85164807134504" x2="153.851648071345" y1="185.0" y2="185.0"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="53.85164807134504" y1="165.00000000000003" y2="185.00000000000003"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="45.65144260674624" y1="185.00000000000003" y2="185.00000000000003"/> - <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="45.65144260674624" y1="165.00000000000003" y2="185.00000000000003"/> - <line stroke="#000000" x1="53.85164807134504" x2="53.85164807134504" y1="187.73340182153296" y2="185.00000000000003"/> - <line stroke="#000000" x1="45.65144260674624" x2="53.85164807134504" y1="187.73340182153296" y2="187.73340182153296"/> - <line stroke="#000000" x1="45.65144260674624" x2="45.65144260674624" y1="185.00000000000003" y2="187.73340182153296"/> - <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="53.85164807134504" x2="39.81150368913643" y1="165.00000000000003" y2="179.24339656566286"/> - <line stroke="#000000" x1="39.81150368913643" x2="45.65144260674624" y1="179.24339656566286" y2="185.00000000000003"/> - <line stroke="#000000" x1="33.97156477152661" x2="39.811503689136416" y1="173.48679313132567" y2="179.24339656566286"/> - <line stroke="#000000" x1="0.0" x2="33.97156477152661" y1="140.00000000000003" y2="173.48679313132567"/> - <line stroke="#000000" x1="143.85164807134504" x2="153.851648071345" y1="185.0" y2="185.0"/> - <line stroke="#000000" x1="53.85164807134504" x2="143.85164807134504" y1="185.00000000000003" y2="185.0"/> - <line stroke="#000000" x1="53.85164807134504" x2="53.85164807134504" y1="185.00000000000003" y2="185.00000000000003"/> - <line stroke="#000000" x1="153.851648071345" x2="153.851648071345" y1="185.0" y2="185.0"/> - <line stroke="#000000" x1="173.85164807134504" x2="173.85164807134504" y1="191.66666666666666" y2="185.0"/> - <line stroke="#000000" x1="153.851648071345" x2="173.85164807134504" y1="191.66666666666666" y2="191.66666666666666"/> - <line stroke="#000000" x1="153.851648071345" x2="153.851648071345" y1="185.0" y2="191.66666666666666"/> - <line stroke="#000000" x1="45.65144260674624" x2="45.65144260674624" y1="92.26659817846708" y2="95.00000000000001"/> - <line stroke="#000000" x1="53.85164807134504" x2="45.65144260674624" y1="92.26659817846708" y2="92.26659817846708"/> - <line stroke="#000000" x1="53.85164807134504" x2="53.85164807134504" y1="95.00000000000001" y2="92.26659817846708"/> - <line stroke="#000000" x1="123.85164807134505" x2="133.85164807134504" y1="65.0" y2="65.0"/> - <line stroke="#000000" x1="123.85164807134505" x2="123.85164807134505" y1="35.00000000000001" y2="65.0"/> - <line stroke="#000000" x1="133.85164807134504" x2="123.85164807134505" y1="35.00000000000001" y2="35.00000000000001"/> - <line stroke="#888888" x1="133.85164807134504" x2="143.85164807134507" y1="45.0" y2="45.0"/> - <line stroke="#888888" x1="143.85164807134507" x2="143.85164807134507" y1="45.0" y2="55.00000000000001"/> - <line stroke="#888888" x1="143.85164807134507" x2="133.85164807134504" y1="55.00000000000001" y2="55.00000000000001"/> - <line stroke="#888888" x1="133.85164807134504" x2="133.85164807134504" y1="55.00000000000001" y2="45.0"/> - <line stroke="#888888" x1="150.51831473801172" x2="150.51831473801172" y1="1.2500000000000002" y2="3.7500000000000004"/> - <line stroke="#888888" x1="150.51831473801172" x2="147.18498140467838" y1="3.7500000000000004" y2="3.7500000000000004"/> - <line stroke="#888888" x1="147.18498140467838" x2="147.18498140467838" y1="3.7500000000000004" y2="1.2500000000000002"/> - <line stroke="#888888" x1="153.85164807134504" x2="163.85164807134507" y1="45.0" y2="45.0"/> - <line stroke="#888888" x1="163.85164807134507" x2="163.85164807134507" y1="45.0" y2="55.00000000000001"/> - <line stroke="#888888" x1="163.85164807134507" x2="153.85164807134504" y1="55.00000000000001" y2="55.00000000000001"/> - <line stroke="#888888" x1="153.85164807134504" x2="153.85164807134504" y1="55.00000000000001" y2="45.0"/> - <line stroke="#888888" x1="166.10164807134507" x2="166.10164807134507" y1="55.25000000000001" y2="44.75000000000001"/> - <line stroke="#888888" x1="166.10164807134507" x2="166.60164807134507" y1="44.75000000000001" y2="44.75000000000001"/> - <line stroke="#888888" x1="166.60164807134507" x2="166.60164807134507" y1="44.75000000000001" y2="55.25000000000001"/> - <line stroke="#888888" x1="166.60164807134507" x2="166.10164807134507" y1="55.25000000000001" y2="55.25000000000001"/> - <line stroke="#888888" x1="39.65755250369917" x2="37.35482128368766" y1="104.13799662747851" y2="106.40786804847947"/> - <line stroke="#888888" x1="37.35482128368766" x2="37.00381767413245" y1="106.40786804847947" y2="106.0517831343379"/> - <line stroke="#888888" x1="37.00381767413245" x2="39.306548894143965" y1="106.0517831343379" y2="103.78191171333697"/> - <line stroke="#888888" x1="39.306548894143965" x2="39.65755250369917" y1="103.78191171333697" y2="104.13799662747851"/> - <line stroke="#888888" x1="168.60164807134504" x2="168.60164807134504" y1="128.58333333333334" y2="121.41666666666666"/> - <line stroke="#888888" x1="168.60164807134504" x2="169.10164807134504" y1="121.41666666666666" y2="121.41666666666666"/> - <line stroke="#888888" x1="169.10164807134504" x2="169.10164807134504" y1="121.41666666666666" y2="128.58333333333334"/> - <line stroke="#888888" x1="169.10164807134504" x2="168.60164807134504" y1="128.58333333333334" y2="128.58333333333334"/> - <line stroke="#888888" x1="167.18498140467838" x2="167.18498140467838" y1="89.99999999999997" y2="93.33333333333331"/> - <line stroke="#888888" x1="167.18498140467838" x2="160.5183147380117" y1="93.33333333333331" y2="93.33333333333331"/> - <line stroke="#888888" x1="160.5183147380117" x2="160.5183147380117" y1="93.33333333333331" y2="89.99999999999999"/> - <line stroke="#888888" x1="168.60164807134504" x2="168.60164807134504" y1="158.58333333333334" y2="151.41666666666669"/> - <line stroke="#888888" x1="168.60164807134504" x2="169.10164807134504" y1="151.41666666666669" y2="151.41666666666669"/> - <line stroke="#888888" x1="169.10164807134504" x2="169.10164807134504" y1="151.41666666666669" y2="158.58333333333334"/> - <line stroke="#888888" x1="169.10164807134504" x2="168.60164807134504" y1="158.58333333333334" y2="158.58333333333334"/> - <line stroke="#888888" x1="48.38484442827917" x2="48.38484442827917" y1="187.05005136614972" y2="185.68335045538328"/> - <line stroke="#888888" x1="48.38484442827917" x2="51.11824624981211" y1="185.68335045538328" y2="185.68335045538325"/> - <line stroke="#888888" x1="51.11824624981211" x2="51.11824624981211" y1="185.68335045538325" y2="187.05005136614972"/> - <line stroke="#888888" x1="37.35482128368764" x2="39.65755250369916" y1="173.59213195152057" y2="175.86200337252149"/> - <line stroke="#888888" x1="39.65755250369916" x2="39.30654889414395" y1="175.86200337252149" y2="176.21808828666306"/> - <line stroke="#888888" x1="39.30654889414395" x2="37.003817674132435" y1="176.21808828666306" y2="173.94821686566212"/> - <line stroke="#888888" x1="37.003817674132435" x2="37.35482128368764" y1="173.94821686566212" y2="173.59213195152057"/> - <line stroke="#888888" x1="146.93498140467835" x2="150.7683147380117" y1="181.0" y2="181.0"/> - <line stroke="#888888" x1="150.7683147380117" x2="150.76831473801172" y1="181.0" y2="181.5"/> - <line stroke="#888888" x1="150.76831473801172" x2="146.93498140467835" y1="181.5" y2="181.5"/> - <line stroke="#888888" x1="146.93498140467835" x2="146.93498140467835" y1="181.5" y2="181.0"/> - <line stroke="#888888" x1="160.5183147380117" x2="160.5183147380117" y1="190.0" y2="186.66666666666663"/> - <line stroke="#888888" x1="160.5183147380117" x2="167.18498140467838" y1="186.66666666666663" y2="186.66666666666663"/> - <line stroke="#888888" x1="167.18498140467838" x2="167.18498140467838" y1="186.66666666666663" y2="190.0"/> - <line stroke="#888888" x1="51.11824624981211" x2="51.11824624981211" y1="92.94994863385031" y2="94.31664954461677"/> - <line stroke="#888888" x1="51.11824624981211" x2="48.38484442827917" y1="94.31664954461677" y2="94.31664954461677"/> - <line stroke="#888888" x1="48.38484442827917" x2="48.38484442827917" y1="94.31664954461677" y2="92.94994863385031"/> - <line stroke="#888888" x1="126.35164807134505" x2="131.35164807134504" y1="45.0" y2="45.0"/> - <line stroke="#888888" x1="131.35164807134504" x2="131.35164807134504" y1="45.0" y2="55.00000000000001"/> - <line stroke="#888888" x1="131.35164807134504" x2="126.35164807134505" y1="55.00000000000001" y2="55.00000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="174.0312423743285" y1="35.00000000000001" y2="35.00000000000001"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="184.0312423743285" x2="184.0312423743285" y1="35.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="174.0312423743285" x2="184.0312423743285" y1="85.00000000000001" y2="85.00000000000001"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="174.0312423743285" x2="174.0312423743285" y1="85.00000000000001" y2="35.00000000000001"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432849" x2="194.03124237432849" y1="35.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="35.00000000000001" y2="5.000000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="184.0312423743285" y1="5.000000000000001" y2="35.00000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="184.0312423743285" y1="0.0" y2="5.000000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="184.0312423743285" y1="0.0" y2="0.0"/> + <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="5.000000000000001" y2="0.0"/> + <line stroke="#000000" x1="204.0312423743285" x2="194.03124237432849" y1="35.00000000000001" y2="35.00000000000001"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="204.0312423743285" x2="204.0312423743285" y1="35.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="204.0312423743285" y1="85.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="214.0312423743285" x2="204.0312423743285" y1="35.00000000000001" y2="35.00000000000001"/> + <line stroke="#000000" x1="214.0312423743285" x2="214.0312423743285" y1="85.00000000000001" y2="35.00000000000001"/> + <line stroke="#000000" x1="204.0312423743285" x2="214.0312423743285" y1="85.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="184.0312423743285" y1="85.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="115.00000000000001" y2="85.00000000000001"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432849" x2="184.0312423743285" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="184.0312423743285" x2="64.0312423743285" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="194.03124237432849" x2="194.03124237432849" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="64.0312423743285" x2="64.0312423743285" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.0312423743285" x2="194.03124237432849" y1="155.0" y2="155.0"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.0312423743285" x2="64.0312423743285" y1="115.00000000000001" y2="155.0"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="42.35246120943851" x2="64.0312423743285" y1="115.00000000000001" y2="155.0"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="42.35246120943851" x2="64.0312423743285" y1="115.00000000000001" y2="115.00000000000001"/> + <line stroke="#000000" x1="42.35246120943851" x2="30.5176577740279" y1="115.00000000000001" y2="133.1633416650236"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="30.5176577740279" x2="64.0312423743285" y1="133.1633416650236" y2="155.0"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="0.0" x2="64.0312423743285" y1="180.0" y2="155.0"/> + <line stroke="#000000" x1="18.682854338617293" x2="0.0" y1="151.3266833300472" y2="180.0"/> + <line stroke="#000000" x1="30.5176577740279" x2="18.682854338617293" y1="133.16334166502358" y2="151.3266833300472"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432847" x2="64.03124237432847" y1="155.0" y2="180.0"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432851" x2="64.03124237432851" y1="180.0" y2="205.00000000000003"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="2.8421709430404014e-14" x2="64.03124237432851" y1="180.0" y2="205.00000000000003"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.0312423743285" x2="194.03124237432846" y1="205.00000000000003" y2="205.00000000000003"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="194.03124237432846" y1="180.0" y2="155.0"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="194.03124237432846" y1="205.00000000000003" y2="180.0"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="195.0" y2="155.0"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="180.0" y2="195.0"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="234.03124237432846" y1="155.0" y2="155.0"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="234.03124237432846" y1="155.0" y2="115.00000000000003"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="155.0" y2="115.00000000000003"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="234.03124237432846" y1="115.00000000000003" y2="115.00000000000004"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="194.03124237432846" y1="155.0" y2="115.00000000000003"/> + <line stroke="#000000" x1="194.03124237432846" x2="194.03124237432846" y1="101.6666666666667" y2="115.00000000000004"/> + <line stroke="#000000" x1="234.03124237432846" x2="194.03124237432846" y1="101.66666666666671" y2="101.6666666666667"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="115.00000000000004" y2="101.66666666666671"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="234.03124237432849" x2="194.03124237432849" y1="205.00000000000003" y2="205.00000000000003"/> + <line stroke="#000000" x1="234.03124237432849" x2="234.03124237432849" y1="165.00000000000003" y2="180.0"/> + <line stroke="#000000" x1="234.03124237432849" x2="234.03124237432849" y1="205.00000000000003" y2="165.00000000000003"/> + <line stroke="#000000" x1="234.03124237432849" x2="234.03124237432849" y1="245.0" y2="205.00000000000003"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="234.03124237432849" x2="194.03124237432846" y1="245.0" y2="205.00000000000003"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="194.03124237432846" x2="194.03124237432846" y1="245.00000000000006" y2="205.00000000000006"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="234.03124237432846" x2="194.03124237432846" y1="245.00000000000003" y2="245.00000000000006"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432853" x2="64.03124237432853" y1="205.00000000000009" y2="245.00000000000009"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432853" x2="42.35246120943856" y1="245.00000000000006" y2="245.00000000000009"/> + <line stroke="#ff0000" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432853" x2="42.35246120943856" y1="205.00000000000009" y2="245.00000000000009"/> + <line stroke="#000000" x1="64.03124237432851" x2="64.03124237432851" y1="252.2262603882967" y2="245.00000000000006"/> + <line stroke="#000000" x1="42.35246120943854" x2="64.03124237432851" y1="252.2262603882967" y2="252.2262603882967"/> + <line stroke="#000000" x1="42.35246120943854" x2="42.35246120943854" y1="245.00000000000006" y2="252.2262603882967"/> + <line stroke="#0000ff" stroke-dasharray="2 6" stroke-dashoffset="5" x1="64.03124237432851" x2="30.517657774027928" y1="205.00000000000009" y2="226.83665833497648"/> + <line stroke="#000000" x1="30.517657774027928" x2="42.35246120943854" y1="226.83665833497648" y2="245.00000000000006"/> + <line stroke="#000000" x1="18.68285433861732" x2="30.517657774027928" y1="208.6733166699529" y2="226.83665833497648"/> + <line stroke="#000000" x1="2.8421709430404014e-14" x2="18.68285433861732" y1="180.00000000000009" y2="208.6733166699529"/> + <line stroke="#000000" x1="184.03124237432849" x2="194.03124237432846" y1="245.00000000000003" y2="245.00000000000003"/> + <line stroke="#000000" x1="64.03124237432853" x2="184.03124237432849" y1="245.00000000000006" y2="245.00000000000003"/> + <line stroke="#000000" x1="64.03124237432853" x2="64.03124237432853" y1="245.00000000000006" y2="245.00000000000006"/> + <line stroke="#000000" x1="194.03124237432846" x2="194.03124237432846" y1="245.00000000000003" y2="245.00000000000003"/> + <line stroke="#000000" x1="234.03124237432846" x2="234.03124237432846" y1="258.33333333333337" y2="245.00000000000003"/> + <line stroke="#000000" x1="194.03124237432846" x2="234.03124237432846" y1="258.33333333333337" y2="258.33333333333337"/> + <line stroke="#000000" x1="194.03124237432846" x2="194.03124237432846" y1="245.00000000000003" y2="258.33333333333337"/> + <line stroke="#000000" x1="42.35246120943851" x2="42.35246120943851" y1="107.77373961170336" y2="115.00000000000001"/> + <line stroke="#000000" x1="64.0312423743285" x2="42.35246120943851" y1="107.77373961170336" y2="107.77373961170336"/> + <line stroke="#000000" x1="64.0312423743285" x2="64.0312423743285" y1="115.00000000000001" y2="107.77373961170336"/> + <line stroke="#000000" x1="164.0312423743285" x2="174.0312423743285" y1="85.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="164.0312423743285" x2="164.0312423743285" y1="35.00000000000001" y2="85.00000000000001"/> + <line stroke="#000000" x1="174.0312423743285" x2="164.0312423743285" y1="35.00000000000001" y2="35.00000000000001"/> + <line stroke="#888888" x1="174.0312423743285" x2="184.0312423743285" y1="55.00000000000001" y2="55.00000000000001"/> + <line stroke="#888888" x1="184.0312423743285" x2="184.0312423743285" y1="55.00000000000001" y2="65.0"/> + <line stroke="#888888" x1="184.0312423743285" x2="174.0312423743285" y1="65.0" y2="65.0"/> + <line stroke="#888888" x1="174.0312423743285" x2="174.0312423743285" y1="65.0" y2="55.00000000000001"/> + <line stroke="#888888" x1="190.69790904099517" x2="190.69790904099517" y1="1.2500000000000002" y2="3.7500000000000004"/> + <line stroke="#888888" x1="190.69790904099517" x2="187.36457570766183" y1="3.7500000000000004" y2="3.7500000000000004"/> + <line stroke="#888888" x1="187.36457570766183" x2="187.36457570766183" y1="3.7500000000000004" y2="1.2500000000000002"/> + <line stroke="#888888" x1="194.03124237432849" x2="204.0312423743285" y1="55.00000000000001" y2="55.00000000000001"/> + <line stroke="#888888" x1="204.0312423743285" x2="204.0312423743285" y1="55.00000000000001" y2="65.0"/> + <line stroke="#888888" x1="204.0312423743285" x2="194.03124237432849" y1="65.0" y2="65.0"/> + <line stroke="#888888" x1="194.03124237432849" x2="194.03124237432849" y1="65.0" y2="55.00000000000001"/> + <line stroke="#888888" x1="206.2812423743285" x2="206.2812423743285" y1="68.58333333333336" y2="51.41666666666668"/> + <line stroke="#888888" x1="206.2812423743285" x2="206.7812423743285" y1="51.41666666666668" y2="51.41666666666668"/> + <line stroke="#888888" x1="206.7812423743285" x2="206.7812423743285" y1="51.41666666666668" y2="68.58333333333336"/> + <line stroke="#888888" x1="206.7812423743285" x2="206.2812423743285" y1="68.58333333333336" y2="68.58333333333336"/> + <line stroke="#888888" x1="31.45949773015906" x2="27.241605022501663" y1="142.10350895639252" y2="148.57687598557078"/> + <line stroke="#888888" x1="27.241605022501663" x2="26.822685214997907" y1="148.57687598557078" y2="148.30391775638358"/> + <line stroke="#888888" x1="26.822685214997907" x2="31.040577922655306" y1="148.30391775638358" y2="141.8305507272053"/> + <line stroke="#888888" x1="31.040577922655306" x2="31.45949773015906" y1="141.8305507272053" y2="142.10350895639252"/> + <line stroke="#888888" x1="223.78124237432846" x2="223.78124237432846" y1="181.91666666666666" y2="168.08333333333334"/> + <line stroke="#888888" x1="223.78124237432846" x2="224.28124237432849" y1="168.08333333333334" y2="168.08333333333334"/> + <line stroke="#888888" x1="224.28124237432849" x2="224.28124237432849" y1="168.08333333333334" y2="181.91666666666666"/> + <line stroke="#888888" x1="224.28124237432849" x2="223.78124237432846" y1="181.91666666666666" y2="181.91666666666666"/> + <line stroke="#888888" x1="220.69790904099514" x2="220.69790904099514" y1="105.00000000000004" y2="111.6666666666667"/> + <line stroke="#888888" x1="220.69790904099514" x2="207.36457570766183" y1="111.6666666666667" y2="111.6666666666667"/> + <line stroke="#888888" x1="207.36457570766183" x2="207.36457570766183" y1="111.6666666666667" y2="105.00000000000004"/> + <line stroke="#888888" x1="223.78124237432846" x2="223.78124237432846" y1="191.91666666666669" y2="178.08333333333337"/> + <line stroke="#888888" x1="223.78124237432846" x2="224.28124237432849" y1="178.08333333333337" y2="178.08333333333337"/> + <line stroke="#888888" x1="224.28124237432849" x2="224.28124237432849" y1="178.08333333333337" y2="191.91666666666669"/> + <line stroke="#888888" x1="224.28124237432849" x2="223.78124237432846" y1="191.91666666666669" y2="191.91666666666669"/> + <line stroke="#888888" x1="49.57872159773519" x2="49.57872159773519" y1="250.41969529122255" y2="246.8065650970742"/> + <line stroke="#888888" x1="49.57872159773519" x2="56.804981986031855" y1="246.8065650970742" y2="246.8065650970742"/> + <line stroke="#888888" x1="56.804981986031855" x2="56.804981986031855" y1="246.8065650970742" y2="250.41969529122255"/> + <line stroke="#888888" x1="27.24160502250169" x2="31.459497730159118" y1="211.4231240144293" y2="217.8964910436076"/> + <line stroke="#888888" x1="31.459497730159118" x2="31.040577922655363" y1="217.8964910436076" y2="218.1694492727948"/> + <line stroke="#888888" x1="31.040577922655363" x2="26.822685214997907" y1="218.1694492727948" y2="211.69608224361647"/> + <line stroke="#888888" x1="26.822685214997907" x2="27.24160502250169" y1="211.69608224361647" y2="211.4231240144293"/> + <line stroke="#888888" x1="187.1145757076618" x2="190.94790904099517" y1="241.00000000000003" y2="241.00000000000003"/> + <line stroke="#888888" x1="190.94790904099517" x2="190.94790904099517" y1="241.00000000000003" y2="241.50000000000003"/> + <line stroke="#888888" x1="190.94790904099517" x2="187.1145757076618" y1="241.50000000000003" y2="241.50000000000003"/> + <line stroke="#888888" x1="187.1145757076618" x2="187.1145757076618" y1="241.50000000000003" y2="241.00000000000003"/> + <line stroke="#888888" x1="207.36457570766183" x2="207.36457570766183" y1="255.00000000000003" y2="248.33333333333337"/> + <line stroke="#888888" x1="207.36457570766183" x2="220.69790904099514" y1="248.33333333333337" y2="248.33333333333337"/> + <line stroke="#888888" x1="220.69790904099514" x2="220.69790904099514" y1="248.33333333333337" y2="255.00000000000003"/> + <line stroke="#888888" x1="56.80498198603183" x2="56.80498198603183" y1="109.58030470877752" y2="113.19343490292586"/> + <line stroke="#888888" x1="56.80498198603183" x2="49.57872159773516" y1="113.19343490292586" y2="113.19343490292586"/> + <line stroke="#888888" x1="49.57872159773516" x2="49.57872159773516" y1="113.19343490292586" y2="109.58030470877752"/> + <line stroke="#888888" x1="166.53124237432849" x2="166.53124237432849" y1="51.66666666666668" y2="46.66666666666667"/> + <line stroke="#888888" x1="166.53124237432849" x2="171.53124237432849" y1="46.66666666666667" y2="51.66666666666668"/> + <line stroke="#888888" x1="171.53124237432849" x2="171.53124237432849" y1="51.66666666666668" y2="68.33333333333334"/> + <line stroke="#888888" x1="171.53124237432849" x2="166.53124237432849" y1="68.33333333333334" y2="73.33333333333336"/> + <line stroke="#888888" x1="166.53124237432849" x2="166.53124237432849" y1="73.33333333333336" y2="68.33333333333334"/> </svg> diff --git a/rocolib/output/BoatBaseFlat/graph-model.png b/rocolib/output/BoatBaseFlat/graph-model.png index e6ebf0eef93e8dbc12bd5eb36a2a2cc7467b8b63..e3bd2e727649778bde347f7c123a42ef6710ac41 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 e5b12474b0f5717ae878605925eb6f9287c5db78..06cb4ecf03aa36231704c42f6a55f91c11bcab2f 100644 --- a/rocolib/output/BoatBaseFlat/graph-model.stl +++ b/rocolib/output/BoatBaseFlat/graph-model.stl @@ -2,20 +2,20 @@ solid python facet normal 0 0 0 outer loop vertex -0.0050 -0.0050 0.0000 -vertex -0.0050 -0.0150 0.0000 -vertex 0.0050 -0.0150 0.0000 +vertex -0.0050 -0.0250 0.0000 +vertex 0.0050 -0.0250 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0050 0.0150 0.0000 +vertex -0.0050 0.0250 0.0000 vertex -0.0050 0.0050 0.0000 vertex 0.0050 0.0050 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 -0.0150 0.0000 +vertex 0.0050 -0.0250 0.0000 vertex 0.0050 -0.0050 0.0000 vertex -0.0050 -0.0050 0.0000 endloop @@ -23,41 +23,41 @@ endfacet facet normal 0 0 0 outer loop vertex 0.0050 0.0050 0.0000 -vertex 0.0050 0.0150 0.0000 -vertex -0.0050 0.0150 0.0000 +vertex 0.0050 0.0250 0.0000 +vertex -0.0050 0.0250 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0150 0.0000 -vertex 0.0050 -0.0150 0.0000 -vertex 0.0050 -0.0150 -0.0100 +vertex 0.0050 0.0250 0.0000 +vertex 0.0050 -0.0250 0.0000 +vertex 0.0050 -0.0250 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 -0.0150 -0.0100 -vertex 0.0050 0.0150 -0.0100 -vertex 0.0050 0.0150 0.0000 +vertex 0.0050 -0.0250 -0.0100 +vertex 0.0050 0.0250 -0.0100 +vertex 0.0050 0.0250 0.0000 endloop endfacet facet normal 0 0 0 outer loop vertex 0.0050 -0.0050 -0.0100 -vertex 0.0050 -0.0150 -0.0100 -vertex -0.0050 -0.0150 -0.0100 +vertex 0.0050 -0.0250 -0.0100 +vertex -0.0050 -0.0250 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0150 -0.0100 +vertex 0.0050 0.0250 -0.0100 vertex 0.0050 0.0050 -0.0100 vertex -0.0050 0.0050 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0050 -0.0150 -0.0100 +vertex -0.0050 -0.0250 -0.0100 vertex -0.0050 -0.0050 -0.0100 vertex 0.0050 -0.0050 -0.0100 endloop @@ -65,316 +65,302 @@ endfacet facet normal 0 0 0 outer loop vertex -0.0050 0.0050 -0.0100 -vertex -0.0050 0.0150 -0.0100 -vertex 0.0050 0.0150 -0.0100 -endloop -endfacet -facet normal 0 0 0 -outer loop -vertex -0.0050 0.0150 -0.0100 -vertex -0.0050 -0.0150 -0.0100 -vertex -0.0050 -0.0150 -0.0000 +vertex -0.0050 0.0250 -0.0100 +vertex 0.0050 0.0250 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0050 -0.0150 -0.0000 -vertex -0.0050 0.0150 -0.0000 -vertex -0.0050 0.0150 -0.0100 +vertex -0.0050 0.0250 -0.0100 +vertex -0.0050 -0.0250 -0.0100 +vertex -0.0050 -0.0250 -0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0250 -0.0100 -vertex 0.0550 0.0250 0.0900 -vertex 0.0050 0.0250 0.0900 +vertex -0.0050 -0.0250 -0.0000 +vertex -0.0050 0.0250 -0.0000 +vertex -0.0050 0.0250 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0250 0.0900 -vertex 0.0050 0.0250 -0.0100 -vertex 0.0550 0.0250 -0.0100 +vertex 0.0550 0.0150 -0.0100 +vertex 0.0550 0.0150 0.1200 +vertex 0.0050 0.0150 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0450 -0.0100 -vertex 0.0550 0.0450 0.0900 -vertex 0.0550 0.0250 0.0900 +vertex 0.0050 0.0150 0.1200 +vertex 0.0050 0.0150 -0.0100 +vertex 0.0550 0.0150 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0250 0.0900 -vertex 0.0550 0.0250 -0.0100 -vertex 0.0550 0.0450 -0.0100 +vertex 0.0550 0.0550 -0.0100 +vertex 0.0550 0.0550 0.1200 +vertex 0.0550 0.0150 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0250 -0.0100 -vertex 0.0050 0.0250 0.0900 -vertex 0.0050 0.0450 0.0900 +vertex 0.0550 0.0150 0.1200 +vertex 0.0550 0.0150 -0.0100 +vertex 0.0550 0.0550 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0450 0.0900 -vertex 0.0050 0.0450 -0.0100 -vertex 0.0050 0.0250 -0.0100 -endloop -endfacet -facet normal 0 0 0 -outer loop -vertex 0.0050 -0.0450 0.0000 -vertex 0.0050 -0.0450 -0.0100 -vertex 0.0050 -0.0150 -0.0100 +vertex 0.0050 0.0150 -0.0100 +vertex 0.0050 0.0150 0.1200 +vertex 0.0050 0.0550 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 -0.0150 -0.0100 -vertex 0.0050 -0.0150 0.0000 -vertex 0.0050 -0.0450 0.0000 +vertex 0.0050 0.0550 0.1200 +vertex 0.0050 0.0550 -0.0100 +vertex 0.0050 0.0150 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0450 -0.0100 -vertex 0.0050 0.0450 0.0000 -vertex 0.0050 0.0150 0.0000 +vertex 0.0050 -0.0550 0.0000 +vertex 0.0050 -0.0550 -0.0100 +vertex 0.0050 -0.0250 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0150 0.0000 -vertex 0.0050 0.0150 -0.0100 -vertex 0.0050 0.0450 -0.0100 +vertex 0.0050 -0.0250 -0.0100 +vertex 0.0050 -0.0250 0.0000 +vertex 0.0050 -0.0550 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0250 0.0900 -vertex 0.0550 0.0450 0.0900 -vertex 0.0513 0.0450 0.0973 +vertex 0.0050 0.0550 -0.0100 +vertex 0.0050 0.0550 0.0000 +vertex 0.0050 0.0250 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0513 0.0450 0.0973 -vertex 0.0300 0.0450 0.1400 -vertex 0.0550 0.0250 0.0900 +vertex 0.0050 0.0250 0.0000 +vertex 0.0050 0.0250 -0.0100 +vertex 0.0050 0.0550 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0300 0.0250 0.0900 -vertex 0.0550 0.0250 0.0900 -vertex 0.0300 0.0450 0.1400 +vertex 0.0550 0.0150 0.1200 +vertex 0.0550 0.0550 0.1200 +vertex 0.0453 0.0550 0.1394 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0300 0.0250 0.0900 -vertex 0.0300 0.0450 0.1400 -vertex 0.0050 0.0250 0.0900 +vertex 0.0453 0.0550 0.1394 +vertex 0.0300 0.0550 0.1700 +vertex 0.0550 0.0150 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0087 0.0450 0.0973 -vertex 0.0050 0.0450 0.0900 -vertex 0.0050 0.0250 0.0900 +vertex 0.0300 0.0150 0.1200 +vertex 0.0550 0.0150 0.1200 +vertex 0.0300 0.0550 0.1700 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0250 0.0900 -vertex 0.0300 0.0450 0.1400 -vertex 0.0087 0.0450 0.0973 +vertex 0.0300 0.0150 0.1200 +vertex 0.0300 0.0550 0.1700 +vertex 0.0050 0.0150 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0450 0.0900 -vertex 0.0550 0.0250 0.0900 -vertex 0.0513 0.0450 0.0973 +vertex 0.0147 0.0550 0.1394 +vertex 0.0050 0.0550 0.1200 +vertex 0.0050 0.0150 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0450 0.0900 -vertex 0.0513 0.0450 0.0973 -vertex 0.0550 0.0250 0.0900 +vertex 0.0050 0.0150 0.1200 +vertex 0.0300 0.0550 0.1700 +vertex 0.0147 0.0550 0.1394 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0450 0.0900 -vertex 0.0087 0.0450 0.0973 -vertex 0.0050 0.0250 0.0900 +vertex 0.0550 0.0550 0.1200 +vertex 0.0550 0.0150 0.1200 +vertex 0.0453 0.0550 0.1394 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0450 0.0900 -vertex 0.0050 0.0250 0.0900 -vertex 0.0087 0.0450 0.0973 +vertex 0.0550 0.0550 0.1200 +vertex 0.0453 0.0550 0.1394 +vertex 0.0550 0.0150 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0250 -0.0100 -vertex 0.0050 0.0450 -0.0100 -vertex 0.0250 0.0450 -0.0100 +vertex 0.0050 0.0550 0.1200 +vertex 0.0147 0.0550 0.1394 +vertex 0.0050 0.0150 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0250 0.0450 -0.0100 -vertex 0.0300 0.0450 -0.0100 -vertex 0.0050 0.0250 -0.0100 +vertex 0.0050 0.0550 0.1200 +vertex 0.0050 0.0150 0.1200 +vertex 0.0147 0.0550 0.1394 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0300 0.0250 -0.0100 -vertex 0.0050 0.0250 -0.0100 -vertex 0.0300 0.0450 -0.0100 +vertex 0.0050 0.0150 -0.0100 +vertex 0.0050 0.0550 -0.0100 +vertex 0.0300 0.0550 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0300 0.0250 -0.0100 -vertex 0.0300 0.0450 -0.0100 -vertex 0.0550 0.0250 -0.0100 +vertex 0.0300 0.0150 -0.0100 +vertex 0.0050 0.0150 -0.0100 +vertex 0.0300 0.0550 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0350 0.0450 -0.0100 -vertex 0.0550 0.0450 -0.0100 -vertex 0.0550 0.0250 -0.0100 +vertex 0.0300 0.0150 -0.0100 +vertex 0.0300 0.0550 -0.0100 +vertex 0.0550 0.0150 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0250 -0.0100 -vertex 0.0300 0.0450 -0.0100 -vertex 0.0350 0.0450 -0.0100 +vertex 0.0300 0.0550 -0.0100 +vertex 0.0550 0.0550 -0.0100 +vertex 0.0550 0.0150 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0450 -0.0100 -vertex 0.0050 0.0250 -0.0100 -vertex 0.0250 0.0450 -0.0100 +vertex 0.0050 0.0550 -0.0100 +vertex 0.0050 0.0150 -0.0100 +vertex 0.0450 0.0550 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0450 -0.0100 -vertex 0.0250 0.0450 -0.0100 -vertex 0.0050 0.0250 -0.0100 +vertex 0.0050 0.0550 -0.0100 +vertex 0.0450 0.0550 -0.0100 +vertex 0.0050 0.0150 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0450 -0.0100 -vertex 0.0350 0.0450 -0.0100 -vertex 0.0550 0.0250 -0.0100 +vertex 0.0550 0.0550 -0.0100 +vertex 0.0150 0.0550 -0.0100 +vertex 0.0550 0.0150 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0450 -0.0100 -vertex 0.0550 0.0250 -0.0100 -vertex 0.0350 0.0450 -0.0100 +vertex 0.0550 0.0550 -0.0100 +vertex 0.0550 0.0150 -0.0100 +vertex 0.0150 0.0550 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0050 -0.0150 -0.0100 -vertex -0.0050 -0.0150 0.0000 -vertex -0.0050 0.0150 0.0000 +vertex -0.0050 -0.0250 -0.0100 +vertex -0.0050 -0.0250 0.0000 +vertex -0.0050 0.0250 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex -0.0050 0.0150 0.0000 -vertex -0.0050 0.0150 -0.0100 -vertex -0.0050 -0.0150 -0.0100 +vertex -0.0050 0.0250 0.0000 +vertex -0.0050 0.0250 -0.0100 +vertex -0.0050 -0.0250 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0516 0.0423 0.0975 -vertex 0.0513 0.0450 0.0973 -vertex 0.0550 0.0450 0.0900 +vertex 0.0460 0.0478 0.1397 +vertex 0.0453 0.0550 0.1394 +vertex 0.0550 0.0550 0.1200 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0450 0.0900 -vertex 0.0553 0.0423 0.0901 -vertex 0.0516 0.0423 0.0975 +vertex 0.0550 0.0550 0.1200 +vertex 0.0557 0.0478 0.1203 +vertex 0.0460 0.0478 0.1397 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0047 0.0423 0.0901 -vertex 0.0050 0.0450 0.0900 -vertex 0.0087 0.0450 0.0973 +vertex 0.0043 0.0478 0.1203 +vertex 0.0050 0.0550 0.1200 +vertex 0.0147 0.0550 0.1394 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0087 0.0450 0.0973 -vertex 0.0084 0.0423 0.0975 -vertex 0.0047 0.0423 0.0901 +vertex 0.0147 0.0550 0.1394 +vertex 0.0140 0.0478 0.1397 +vertex 0.0043 0.0478 0.1203 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0250 0.0384 -0.0107 -vertex 0.0250 0.0450 -0.0100 -vertex 0.0050 0.0450 -0.0100 +vertex 0.0450 0.0417 -0.0114 +vertex 0.0450 0.0550 -0.0100 +vertex 0.0050 0.0550 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 0.0450 -0.0100 -vertex 0.0050 0.0384 -0.0107 -vertex 0.0250 0.0384 -0.0107 +vertex 0.0050 0.0550 -0.0100 +vertex 0.0050 0.0417 -0.0114 +vertex 0.0450 0.0417 -0.0114 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0550 0.0384 -0.0107 -vertex 0.0550 0.0450 -0.0100 -vertex 0.0350 0.0450 -0.0100 +vertex 0.0550 0.0417 -0.0114 +vertex 0.0550 0.0550 -0.0100 +vertex 0.0150 0.0550 -0.0100 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0350 0.0450 -0.0100 -vertex 0.0350 0.0384 -0.0107 -vertex 0.0550 0.0384 -0.0107 +vertex 0.0150 0.0550 -0.0100 +vertex 0.0150 0.0417 -0.0114 +vertex 0.0550 0.0417 -0.0114 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 -0.0500 -0.0100 -vertex 0.0050 -0.0450 -0.0100 -vertex 0.0050 -0.0450 0.0000 +vertex 0.0050 -0.0600 -0.0100 +vertex 0.0050 -0.0550 -0.0100 +vertex 0.0050 -0.0550 0.0000 endloop endfacet facet normal 0 0 0 outer loop -vertex 0.0050 -0.0450 0.0000 -vertex 0.0050 -0.0500 0.0000 -vertex 0.0050 -0.0500 -0.0100 +vertex 0.0050 -0.0550 0.0000 +vertex 0.0050 -0.0600 0.0000 +vertex 0.0050 -0.0600 -0.0100 endloop endfacet endsolid python diff --git a/rocolib/output/BoatBaseFlat/graph-silhouette.dxf b/rocolib/output/BoatBaseFlat/graph-silhouette.dxf index 32c8db009c5d40da59b777c446042edf4cd4e2af..548a2196055ab7bab5e0e82b1b3a596bbf36b316 100644 --- a/rocolib/output/BoatBaseFlat/graph-silhouette.dxf +++ b/rocolib/output/BoatBaseFlat/graph-silhouette.dxf @@ -943,13 +943,13 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 35.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 35.00000000000001 31 @@ -963,15 +963,15 @@ DOTTED 8 0 10 -143.85164807134507 +184.0312423743285 20 35.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -981,15 +981,15 @@ LINE 8 0 10 -133.85164807134504 +174.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1001,13 +1001,13 @@ DOTTED 8 0 10 -133.85164807134504 +174.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 35.00000000000001 31 @@ -1021,15 +1021,15 @@ DOTTED 8 0 10 -153.85164807134504 +194.03124237432849 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1039,13 +1039,13 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 5.000000000000001 31 @@ -1057,13 +1057,13 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 5.000000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 35.00000000000001 31 @@ -1075,13 +1075,13 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 0.0 30 0.0 11 -143.85164807134507 +184.0312423743285 21 5.000000000000001 31 @@ -1093,13 +1093,13 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 0.0 30 0.0 11 -143.85164807134507 +184.0312423743285 21 0.0 31 @@ -1111,13 +1111,13 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 5.000000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 0.0 31 @@ -1129,13 +1129,13 @@ LINE 8 0 10 -163.85164807134507 +204.0312423743285 20 35.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 35.00000000000001 31 @@ -1149,15 +1149,15 @@ DOTTED 8 0 10 -163.85164807134507 +204.0312423743285 20 35.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1167,15 +1167,15 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 -65.0 +85.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1185,13 +1185,13 @@ LINE 8 0 10 -173.85164807134507 +214.0312423743285 20 35.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 35.00000000000001 31 @@ -1203,13 +1203,13 @@ LINE 8 0 10 -173.85164807134507 +214.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -173.85164807134507 +214.0312423743285 21 35.00000000000001 31 @@ -1221,15 +1221,15 @@ LINE 8 0 10 -163.85164807134507 +204.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -173.85164807134507 +214.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1239,15 +1239,15 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1257,15 +1257,15 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -65.0 +85.00000000000001 31 0.0 0 @@ -1277,15 +1277,15 @@ DOTTED 8 0 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1295,15 +1295,15 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1313,15 +1313,15 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1331,15 +1331,15 @@ LINE 8 0 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1351,15 +1351,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.0312423743285 20 -115.00000000000001 +155.0 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1371,15 +1371,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1391,15 +1391,15 @@ DOTTED 8 0 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1411,15 +1411,15 @@ DOTTED 8 0 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -1429,15 +1429,15 @@ LINE 8 0 10 -45.65144260674624 +42.35246120943851 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -39.811503689136416 +30.5176577740279 21 -100.75660343433718 +133.1633416650236 31 0.0 0 @@ -1449,15 +1449,15 @@ DOTTED 8 0 10 -39.811503689136416 +30.5176577740279 20 -100.75660343433718 +133.1633416650236 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1471,13 +1471,13 @@ DOTTED 10 0.0 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -115.00000000000001 +155.0 31 0.0 0 @@ -1487,15 +1487,15 @@ LINE 8 0 10 -33.97156477152662 +18.682854338617293 20 -106.51320686867436 +151.3266833300472 30 0.0 11 0.0 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1505,15 +1505,15 @@ LINE 8 0 10 -39.81150368913643 +30.5176577740279 20 -100.75660343433718 +133.16334166502358 30 0.0 11 -33.97156477152662 +18.682854338617293 21 -106.51320686867436 +151.3266833300472 31 0.0 0 @@ -1525,15 +1525,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432847 20 -115.00000000000001 +155.0 30 0.0 11 -53.85164807134504 +64.03124237432847 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1545,15 +1545,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432851 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1565,15 +1565,15 @@ DOTTED 8 0 10 -0.0 +2.8421709430404014e-14 20 -140.00000000000003 +180.0 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1585,15 +1585,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.0312423743285 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.85164807134504 +194.03124237432846 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1605,15 +1605,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -140.00000000000003 +180.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -114.99999999999999 +155.0 31 0.0 0 @@ -1625,15 +1625,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1643,15 +1643,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -135.0 +195.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -114.99999999999997 +155.0 31 0.0 0 @@ -1661,15 +1661,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -140.0 +180.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -135.0 +195.0 31 0.0 0 @@ -1681,15 +1681,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -114.99999999999997 +155.0 31 0.0 0 @@ -1701,15 +1701,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -94.99999999999999 +115.00000000000003 31 0.0 0 @@ -1719,15 +1719,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -114.99999999999997 +155.0 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -94.99999999999999 +115.00000000000003 31 0.0 0 @@ -1739,15 +1739,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -95.0 +115.00000000000003 30 0.0 11 -173.851648071345 +234.03124237432846 21 -94.99999999999999 +115.00000000000004 31 0.0 0 @@ -1759,15 +1759,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -114.99999999999999 +155.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -95.0 +115.00000000000003 31 0.0 0 @@ -1777,15 +1777,15 @@ LINE 8 0 10 -153.851648071345 +194.03124237432846 20 -88.33333333333333 +101.6666666666667 30 0.0 11 -153.851648071345 +194.03124237432846 21 -95.0 +115.00000000000004 31 0.0 0 @@ -1795,15 +1795,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -88.33333333333333 +101.66666666666671 30 0.0 11 -153.851648071345 +194.03124237432846 21 -88.33333333333333 +101.6666666666667 31 0.0 0 @@ -1813,15 +1813,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -94.99999999999999 +115.00000000000004 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -88.33333333333333 +101.66666666666671 31 0.0 0 @@ -1833,15 +1833,15 @@ DOTTED 8 0 10 -173.85164807134504 +234.03124237432849 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432849 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1851,15 +1851,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432849 20 -145.00000000000003 +165.00000000000003 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -140.00000000000003 +180.0 31 0.0 0 @@ -1869,15 +1869,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432849 20 -165.00000000000003 +205.00000000000003 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -145.00000000000003 +165.00000000000003 31 0.0 0 @@ -1887,15 +1887,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432849 20 -185.00000000000003 +245.0 30 0.0 11 -173.85164807134504 +234.03124237432849 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1907,15 +1907,15 @@ DOTTED 8 0 10 -173.85164807134504 +234.03124237432849 20 -185.00000000000003 +245.0 30 0.0 11 -153.851648071345 +194.03124237432846 21 -165.00000000000003 +205.00000000000003 31 0.0 0 @@ -1927,15 +1927,15 @@ DOTTED 8 0 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000006 30 0.0 11 -153.851648071345 +194.03124237432846 21 -165.00000000000003 +205.00000000000006 31 0.0 0 @@ -1947,15 +1947,15 @@ DOTTED 8 0 10 -173.85164807134504 +234.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000006 31 0.0 0 @@ -1967,15 +1967,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432853 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -53.85164807134504 +64.03124237432853 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -1987,15 +1987,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -45.65144260674624 +42.35246120943856 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -2007,15 +2007,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432853 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -45.65144260674624 +42.35246120943856 21 -185.00000000000003 +245.00000000000009 31 0.0 0 @@ -2025,15 +2025,15 @@ LINE 8 0 10 -53.85164807134504 +64.03124237432851 20 -187.73340182153296 +252.2262603882967 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2043,15 +2043,15 @@ LINE 8 0 10 -45.65144260674624 +42.35246120943854 20 -187.73340182153296 +252.2262603882967 30 0.0 11 -53.85164807134504 +64.03124237432851 21 -187.73340182153296 +252.2262603882967 31 0.0 0 @@ -2061,15 +2061,15 @@ LINE 8 0 10 -45.65144260674624 +42.35246120943854 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -45.65144260674624 +42.35246120943854 21 -187.73340182153296 +252.2262603882967 31 0.0 0 @@ -2081,15 +2081,15 @@ DOTTED 8 0 10 -53.85164807134504 +64.03124237432851 20 -165.00000000000003 +205.00000000000009 30 0.0 11 -39.81150368913643 +30.517657774027928 21 -179.24339656566286 +226.83665833497648 31 0.0 0 @@ -2099,15 +2099,15 @@ LINE 8 0 10 -39.81150368913643 +30.517657774027928 20 -179.24339656566286 +226.83665833497648 30 0.0 11 -45.65144260674624 +42.35246120943854 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2117,15 +2117,15 @@ LINE 8 0 10 -33.97156477152661 +18.68285433861732 20 -173.48679313132567 +208.6733166699529 30 0.0 11 -39.811503689136416 +30.517657774027928 21 -179.24339656566286 +226.83665833497648 31 0.0 0 @@ -2135,15 +2135,15 @@ LINE 8 0 10 -0.0 +2.8421709430404014e-14 20 -140.00000000000003 +180.00000000000009 30 0.0 11 -33.97156477152661 +18.68285433861732 21 -173.48679313132567 +208.6733166699529 31 0.0 0 @@ -2153,15 +2153,15 @@ LINE 8 0 10 -143.85164807134504 +184.03124237432849 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2171,15 +2171,15 @@ LINE 8 0 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -143.85164807134504 +184.03124237432849 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2189,15 +2189,15 @@ LINE 8 0 10 -53.85164807134504 +64.03124237432853 20 -185.00000000000003 +245.00000000000006 30 0.0 11 -53.85164807134504 +64.03124237432853 21 -185.00000000000003 +245.00000000000006 31 0.0 0 @@ -2207,15 +2207,15 @@ LINE 8 0 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2225,15 +2225,15 @@ LINE 8 0 10 -173.85164807134504 +234.03124237432846 20 -191.66666666666666 +258.33333333333337 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -185.0 +245.00000000000003 31 0.0 0 @@ -2243,15 +2243,15 @@ LINE 8 0 10 -153.851648071345 +194.03124237432846 20 -191.66666666666666 +258.33333333333337 30 0.0 11 -173.85164807134504 +234.03124237432846 21 -191.66666666666666 +258.33333333333337 31 0.0 0 @@ -2261,15 +2261,15 @@ LINE 8 0 10 -153.851648071345 +194.03124237432846 20 -185.0 +245.00000000000003 30 0.0 11 -153.851648071345 +194.03124237432846 21 -191.66666666666666 +258.33333333333337 31 0.0 0 @@ -2279,15 +2279,15 @@ LINE 8 0 10 -45.65144260674624 +42.35246120943851 20 -92.26659817846708 +107.77373961170336 30 0.0 11 -45.65144260674624 +42.35246120943851 21 -95.00000000000001 +115.00000000000001 31 0.0 0 @@ -2297,15 +2297,15 @@ LINE 8 0 10 -53.85164807134504 +64.0312423743285 20 -92.26659817846708 +107.77373961170336 30 0.0 11 -45.65144260674624 +42.35246120943851 21 -92.26659817846708 +107.77373961170336 31 0.0 0 @@ -2315,15 +2315,15 @@ LINE 8 0 10 -53.85164807134504 +64.0312423743285 20 -95.00000000000001 +115.00000000000001 30 0.0 11 -53.85164807134504 +64.0312423743285 21 -92.26659817846708 +107.77373961170336 31 0.0 0 @@ -2333,15 +2333,15 @@ LINE 8 0 10 -123.85164807134505 +164.0312423743285 20 -65.0 +85.00000000000001 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -2351,15 +2351,15 @@ LINE 8 0 10 -123.85164807134505 +164.0312423743285 20 35.00000000000001 30 0.0 11 -123.85164807134505 +164.0312423743285 21 -65.0 +85.00000000000001 31 0.0 0 @@ -2369,13 +2369,13 @@ LINE 8 0 10 -133.85164807134504 +174.0312423743285 20 35.00000000000001 30 0.0 11 -123.85164807134505 +164.0312423743285 21 35.00000000000001 31 @@ -2387,15 +2387,15 @@ LINE 8 0 10 -133.85164807134504 +174.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2405,15 +2405,15 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -143.85164807134507 +184.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2423,15 +2423,15 @@ LINE 8 0 10 -143.85164807134507 +184.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2441,15 +2441,15 @@ LINE 8 0 10 -133.85164807134504 +174.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -133.85164807134504 +174.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2459,13 +2459,13 @@ LINE 8 0 10 -150.51831473801172 +190.69790904099517 20 1.2500000000000002 30 0.0 11 -150.51831473801172 +190.69790904099517 21 3.7500000000000004 31 @@ -2477,13 +2477,13 @@ LINE 8 0 10 -150.51831473801172 +190.69790904099517 20 3.7500000000000004 30 0.0 11 -147.18498140467838 +187.36457570766183 21 3.7500000000000004 31 @@ -2495,13 +2495,13 @@ LINE 8 0 10 -147.18498140467838 +187.36457570766183 20 3.7500000000000004 30 0.0 11 -147.18498140467838 +187.36457570766183 21 1.2500000000000002 31 @@ -2513,15 +2513,15 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 -45.0 +55.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -45.0 +55.00000000000001 31 0.0 0 @@ -2531,15 +2531,15 @@ LINE 8 0 10 -163.85164807134507 +204.0312423743285 20 -45.0 +55.00000000000001 30 0.0 11 -163.85164807134507 +204.0312423743285 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2549,15 +2549,15 @@ LINE 8 0 10 -163.85164807134507 +204.0312423743285 20 -55.00000000000001 +65.0 30 0.0 11 -153.85164807134504 +194.03124237432849 21 -55.00000000000001 +65.0 31 0.0 0 @@ -2567,15 +2567,33 @@ LINE 8 0 10 -153.85164807134504 +194.03124237432849 20 +65.0 + 30 +0.0 + 11 +194.03124237432849 + 21 55.00000000000001 + 31 +0.0 + 0 +LINE + 62 +5 + 8 +0 + 10 +206.2812423743285 + 20 +68.58333333333336 30 0.0 11 -153.85164807134504 +206.2812423743285 21 -45.0 +51.41666666666668 31 0.0 0 @@ -2585,15 +2603,15 @@ LINE 8 0 10 -166.10164807134507 +206.2812423743285 20 -55.25000000000001 +51.41666666666668 30 0.0 11 -166.10164807134507 +206.7812423743285 21 -44.75000000000001 +51.41666666666668 31 0.0 0 @@ -2603,15 +2621,15 @@ LINE 8 0 10 -166.10164807134507 +206.7812423743285 20 -44.75000000000001 +51.41666666666668 30 0.0 11 -166.60164807134507 +206.7812423743285 21 -44.75000000000001 +68.58333333333336 31 0.0 0 @@ -2621,15 +2639,15 @@ LINE 8 0 10 -166.60164807134507 +206.7812423743285 20 -44.75000000000001 +68.58333333333336 30 0.0 11 -166.60164807134507 +206.2812423743285 21 -55.25000000000001 +68.58333333333336 31 0.0 0 @@ -2639,15 +2657,15 @@ LINE 8 0 10 -166.60164807134507 +31.45949773015906 20 -55.25000000000001 +142.10350895639252 30 0.0 11 -166.10164807134507 +27.241605022501663 21 -55.25000000000001 +148.57687598557078 31 0.0 0 @@ -2657,15 +2675,15 @@ LINE 8 0 10 -39.65755250369917 +27.241605022501663 20 -104.13799662747851 +148.57687598557078 30 0.0 11 -37.35482128368766 +26.822685214997907 21 -106.40786804847947 +148.30391775638358 31 0.0 0 @@ -2675,15 +2693,15 @@ LINE 8 0 10 -37.35482128368766 +26.822685214997907 20 -106.40786804847947 +148.30391775638358 30 0.0 11 -37.00381767413245 +31.040577922655306 21 -106.0517831343379 +141.8305507272053 31 0.0 0 @@ -2693,15 +2711,15 @@ LINE 8 0 10 -37.00381767413245 +31.040577922655306 20 -106.0517831343379 +141.8305507272053 30 0.0 11 -39.306548894143965 +31.45949773015906 21 -103.78191171333697 +142.10350895639252 31 0.0 0 @@ -2711,15 +2729,15 @@ LINE 8 0 10 -39.306548894143965 +223.78124237432846 20 -103.78191171333697 +181.91666666666666 30 0.0 11 -39.65755250369917 +223.78124237432846 21 -104.13799662747851 +168.08333333333334 31 0.0 0 @@ -2729,15 +2747,15 @@ LINE 8 0 10 -168.60164807134504 +223.78124237432846 20 -128.58333333333334 +168.08333333333334 30 0.0 11 -168.60164807134504 +224.28124237432849 21 -121.41666666666666 +168.08333333333334 31 0.0 0 @@ -2747,15 +2765,15 @@ LINE 8 0 10 -168.60164807134504 +224.28124237432849 20 -121.41666666666666 +168.08333333333334 30 0.0 11 -169.10164807134504 +224.28124237432849 21 -121.41666666666666 +181.91666666666666 31 0.0 0 @@ -2765,15 +2783,15 @@ LINE 8 0 10 -169.10164807134504 +224.28124237432849 20 -121.41666666666666 +181.91666666666666 30 0.0 11 -169.10164807134504 +223.78124237432846 21 -128.58333333333334 +181.91666666666666 31 0.0 0 @@ -2783,15 +2801,15 @@ LINE 8 0 10 -169.10164807134504 +220.69790904099514 20 -128.58333333333334 +105.00000000000004 30 0.0 11 -168.60164807134504 +220.69790904099514 21 -128.58333333333334 +111.6666666666667 31 0.0 0 @@ -2801,15 +2819,15 @@ LINE 8 0 10 -167.18498140467838 +220.69790904099514 20 -89.99999999999997 +111.6666666666667 30 0.0 11 -167.18498140467838 +207.36457570766183 21 -93.33333333333331 +111.6666666666667 31 0.0 0 @@ -2819,15 +2837,15 @@ LINE 8 0 10 -167.18498140467838 +207.36457570766183 20 -93.33333333333331 +111.6666666666667 30 0.0 11 -160.5183147380117 +207.36457570766183 21 -93.33333333333331 +105.00000000000004 31 0.0 0 @@ -2837,15 +2855,15 @@ LINE 8 0 10 -160.5183147380117 +223.78124237432846 20 -93.33333333333331 +191.91666666666669 30 0.0 11 -160.5183147380117 +223.78124237432846 21 -89.99999999999999 +178.08333333333337 31 0.0 0 @@ -2855,15 +2873,15 @@ LINE 8 0 10 -168.60164807134504 +223.78124237432846 20 -158.58333333333334 +178.08333333333337 30 0.0 11 -168.60164807134504 +224.28124237432849 21 -151.41666666666669 +178.08333333333337 31 0.0 0 @@ -2873,15 +2891,15 @@ LINE 8 0 10 -168.60164807134504 +224.28124237432849 20 -151.41666666666669 +178.08333333333337 30 0.0 11 -169.10164807134504 +224.28124237432849 21 -151.41666666666669 +191.91666666666669 31 0.0 0 @@ -2891,15 +2909,15 @@ LINE 8 0 10 -169.10164807134504 +224.28124237432849 20 -151.41666666666669 +191.91666666666669 30 0.0 11 -169.10164807134504 +223.78124237432846 21 -158.58333333333334 +191.91666666666669 31 0.0 0 @@ -2909,15 +2927,15 @@ LINE 8 0 10 -169.10164807134504 +49.57872159773519 20 -158.58333333333334 +250.41969529122255 30 0.0 11 -168.60164807134504 +49.57872159773519 21 -158.58333333333334 +246.8065650970742 31 0.0 0 @@ -2927,15 +2945,15 @@ LINE 8 0 10 -48.38484442827917 +49.57872159773519 20 -187.05005136614972 +246.8065650970742 30 0.0 11 -48.38484442827917 +56.804981986031855 21 -185.68335045538328 +246.8065650970742 31 0.0 0 @@ -2945,15 +2963,15 @@ LINE 8 0 10 -48.38484442827917 +56.804981986031855 20 -185.68335045538328 +246.8065650970742 30 0.0 11 -51.11824624981211 +56.804981986031855 21 -185.68335045538325 +250.41969529122255 31 0.0 0 @@ -2963,15 +2981,15 @@ LINE 8 0 10 -51.11824624981211 +27.24160502250169 20 -185.68335045538325 +211.4231240144293 30 0.0 11 -51.11824624981211 +31.459497730159118 21 -187.05005136614972 +217.8964910436076 31 0.0 0 @@ -2981,15 +2999,15 @@ LINE 8 0 10 -37.35482128368764 +31.459497730159118 20 -173.59213195152057 +217.8964910436076 30 0.0 11 -39.65755250369916 +31.040577922655363 21 -175.86200337252149 +218.1694492727948 31 0.0 0 @@ -2999,15 +3017,15 @@ LINE 8 0 10 -39.65755250369916 +31.040577922655363 20 -175.86200337252149 +218.1694492727948 30 0.0 11 -39.30654889414395 +26.822685214997907 21 -176.21808828666306 +211.69608224361647 31 0.0 0 @@ -3017,15 +3035,15 @@ LINE 8 0 10 -39.30654889414395 +26.822685214997907 20 -176.21808828666306 +211.69608224361647 30 0.0 11 -37.003817674132435 +27.24160502250169 21 -173.94821686566212 +211.4231240144293 31 0.0 0 @@ -3035,15 +3053,15 @@ LINE 8 0 10 -37.003817674132435 +187.1145757076618 20 -173.94821686566212 +241.00000000000003 30 0.0 11 -37.35482128368764 +190.94790904099517 21 -173.59213195152057 +241.00000000000003 31 0.0 0 @@ -3053,15 +3071,15 @@ LINE 8 0 10 -146.93498140467835 +190.94790904099517 20 -181.0 +241.00000000000003 30 0.0 11 -150.7683147380117 +190.94790904099517 21 -181.0 +241.50000000000003 31 0.0 0 @@ -3071,15 +3089,15 @@ LINE 8 0 10 -150.7683147380117 +190.94790904099517 20 -181.0 +241.50000000000003 30 0.0 11 -150.76831473801172 +187.1145757076618 21 -181.5 +241.50000000000003 31 0.0 0 @@ -3089,15 +3107,15 @@ LINE 8 0 10 -150.76831473801172 +187.1145757076618 20 -181.5 +241.50000000000003 30 0.0 11 -146.93498140467835 +187.1145757076618 21 -181.5 +241.00000000000003 31 0.0 0 @@ -3107,15 +3125,15 @@ LINE 8 0 10 -146.93498140467835 +207.36457570766183 20 -181.5 +255.00000000000003 30 0.0 11 -146.93498140467835 +207.36457570766183 21 -181.0 +248.33333333333337 31 0.0 0 @@ -3125,15 +3143,15 @@ LINE 8 0 10 -160.5183147380117 +207.36457570766183 20 -190.0 +248.33333333333337 30 0.0 11 -160.5183147380117 +220.69790904099514 21 -186.66666666666663 +248.33333333333337 31 0.0 0 @@ -3143,15 +3161,15 @@ LINE 8 0 10 -160.5183147380117 +220.69790904099514 20 -186.66666666666663 +248.33333333333337 30 0.0 11 -167.18498140467838 +220.69790904099514 21 -186.66666666666663 +255.00000000000003 31 0.0 0 @@ -3161,15 +3179,15 @@ LINE 8 0 10 -167.18498140467838 +56.80498198603183 20 -186.66666666666663 +109.58030470877752 30 0.0 11 -167.18498140467838 +56.80498198603183 21 -190.0 +113.19343490292586 31 0.0 0 @@ -3179,15 +3197,15 @@ LINE 8 0 10 -51.11824624981211 +56.80498198603183 20 -92.94994863385031 +113.19343490292586 30 0.0 11 -51.11824624981211 +49.57872159773516 21 -94.31664954461677 +113.19343490292586 31 0.0 0 @@ -3197,15 +3215,15 @@ LINE 8 0 10 -51.11824624981211 +49.57872159773516 20 -94.31664954461677 +113.19343490292586 30 0.0 11 -48.38484442827917 +49.57872159773516 21 -94.31664954461677 +109.58030470877752 31 0.0 0 @@ -3215,15 +3233,15 @@ LINE 8 0 10 -48.38484442827917 +166.53124237432849 20 -94.31664954461677 +51.66666666666668 30 0.0 11 -48.38484442827917 +166.53124237432849 21 -92.94994863385031 +46.66666666666667 31 0.0 0 @@ -3233,15 +3251,15 @@ LINE 8 0 10 -126.35164807134505 +166.53124237432849 20 -45.0 +46.66666666666667 30 0.0 11 -131.35164807134504 +171.53124237432849 21 -45.0 +51.66666666666668 31 0.0 0 @@ -3251,15 +3269,15 @@ LINE 8 0 10 -131.35164807134504 +171.53124237432849 20 -45.0 +51.66666666666668 30 0.0 11 -131.35164807134504 +171.53124237432849 21 -55.00000000000001 +68.33333333333334 31 0.0 0 @@ -3269,15 +3287,33 @@ LINE 8 0 10 -131.35164807134504 +171.53124237432849 20 -55.00000000000001 +68.33333333333334 30 0.0 11 -126.35164807134505 +166.53124237432849 21 -55.00000000000001 +73.33333333333336 + 31 +0.0 + 0 +LINE + 62 +5 + 8 +0 + 10 +166.53124237432849 + 20 +73.33333333333336 + 30 +0.0 + 11 +166.53124237432849 + 21 +68.33333333333334 31 0.0 0