summaryrefslogtreecommitdiffstats
path: root/src/libavoid/tests/finalSegmentNudging1.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
commitab5f8ff5869021958f4ae8b838c3d707a2e85eaa (patch)
tree4907675828a5401d013b7587538cc8541edd2764 /src/libavoid/tests/finalSegmentNudging1.cpp
parentmoved libcroco, libuemf, libdepixelize to 3rdparty folder (diff)
downloadinkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.tar.gz
inkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.zip
Put adaptagrams into its own folder
Diffstat (limited to 'src/libavoid/tests/finalSegmentNudging1.cpp')
-rw-r--r--src/libavoid/tests/finalSegmentNudging1.cpp5227
1 files changed, 0 insertions, 5227 deletions
diff --git a/src/libavoid/tests/finalSegmentNudging1.cpp b/src/libavoid/tests/finalSegmentNudging1.cpp
deleted file mode 100644
index 0408e46a5..000000000
--- a/src/libavoid/tests/finalSegmentNudging1.cpp
+++ /dev/null
@@ -1,5227 +0,0 @@
-// KEGG -> SBGN example #330
-//
-#include "libavoid/libavoid.h"
-using namespace Avoid;
-int main(void) {
- Router *router = new Router(
- PolyLineRouting | OrthogonalRouting);
- router->setRoutingPenalty((PenaltyType)0, 50);
- router->setRoutingPenalty((PenaltyType)1, 0);
- router->setRoutingPenalty((PenaltyType)2, 0);
- router->setRoutingPenalty((PenaltyType)3, 4000);
- router->setRoutingPenalty((PenaltyType)4, 0);
- router->setRoutingPenalty((PenaltyType)5, 100);
- router->setRoutingOption((RoutingOption)0, true);
- router->setRoutingOption((RoutingOption)1, true);
- router->setRoutingOption((RoutingOption)2, false);
-
- /*
- Polygon poly1(4);
- poly1.ps[0] = Point(1337.46, 45);
- poly1.ps[1] = Point(1337.46, 80);
- poly1.ps[2] = Point(1028.46, 80);
- poly1.ps[3] = Point(1028.46, 45);
- new ShapeRef(router, poly1, 1);
-
- Polygon poly2(4);
- poly2.ps[0] = Point(1793.79, 126.5);
- poly2.ps[1] = Point(1793.79, 188.5);
- poly2.ps[2] = Point(1731.79, 188.5);
- poly2.ps[3] = Point(1731.79, 126.5);
- new ShapeRef(router, poly2, 2);
-
- Polygon poly3(4);
- poly3.ps[0] = Point(1416.86, 538.7);
- poly3.ps[1] = Point(1416.86, 600.7);
- poly3.ps[2] = Point(1354.86, 600.7);
- poly3.ps[3] = Point(1354.86, 538.7);
- new ShapeRef(router, poly3, 3);
-
- Polygon poly4(4);
- poly4.ps[0] = Point(2072.79, 538.7);
- poly4.ps[1] = Point(2072.79, 600.7);
- poly4.ps[2] = Point(2010.79, 600.7);
- poly4.ps[3] = Point(2010.79, 538.7);
- new ShapeRef(router, poly4, 4);
-
- Polygon poly5(4);
- poly5.ps[0] = Point(1594.6, 947.5);
- poly5.ps[1] = Point(1594.6, 1009.5);
- poly5.ps[2] = Point(1532.6, 1009.5);
- poly5.ps[3] = Point(1532.6, 947.5);
- new ShapeRef(router, poly5, 5);
-
- Polygon poly6(4);
- poly6.ps[0] = Point(641.333, 802.833);
- poly6.ps[1] = Point(641.333, 864.833);
- poly6.ps[2] = Point(579.333, 864.833);
- poly6.ps[3] = Point(579.333, 802.833);
- new ShapeRef(router, poly6, 6);
-
- Polygon poly7(4);
- poly7.ps[0] = Point(421.333, 2368.05);
- poly7.ps[1] = Point(421.333, 2430.05);
- poly7.ps[2] = Point(359.333, 2430.05);
- poly7.ps[3] = Point(359.333, 2368.05);
- new ShapeRef(router, poly7, 7);
-
- Polygon poly8(4);
- poly8.ps[0] = Point(1594.6, 2368.05);
- poly8.ps[1] = Point(1594.6, 2430.05);
- poly8.ps[2] = Point(1532.6, 2430.05);
- poly8.ps[3] = Point(1532.6, 2368.05);
- new ShapeRef(router, poly8, 8);
-
- Polygon poly9(4);
- poly9.ps[0] = Point(1813.79, 1347.24);
- poly9.ps[1] = Point(1813.79, 1409.24);
- poly9.ps[2] = Point(1751.79, 1409.24);
- poly9.ps[3] = Point(1751.79, 1347.24);
- new ShapeRef(router, poly9, 9);
-
- Polygon poly10(4);
- poly10.ps[0] = Point(1813.79, 1538.64);
- poly10.ps[1] = Point(1813.79, 1600.64);
- poly10.ps[2] = Point(1751.79, 1600.64);
- poly10.ps[3] = Point(1751.79, 1538.64);
- new ShapeRef(router, poly10, 10);
-
- Polygon poly11(4);
- poly11.ps[0] = Point(2072.79, 1538.64);
- poly11.ps[1] = Point(2072.79, 1600.64);
- poly11.ps[2] = Point(2010.79, 1600.64);
- poly11.ps[3] = Point(2010.79, 1538.64);
- new ShapeRef(router, poly11, 11);
- */
-
- Polygon poly12(4);
- poly12.ps[0] = Point(2072.79, 1841.95);
- poly12.ps[1] = Point(2072.79, 1903.95);
- poly12.ps[2] = Point(2010.79, 1903.95);
- poly12.ps[3] = Point(2010.79, 1841.95);
- new ShapeRef(router, poly12, 12);
-
- Polygon poly13(4);
- poly13.ps[0] = Point(2272.79, 1841.95);
- poly13.ps[1] = Point(2272.79, 1903.95);
- poly13.ps[2] = Point(2210.79, 1903.95);
- poly13.ps[3] = Point(2210.79, 1841.95);
- new ShapeRef(router, poly13, 13);
-
- /*
- Polygon poly14(4);
- poly14.ps[0] = Point(2578.71, 1841.95);
- poly14.ps[1] = Point(2578.71, 1903.95);
- poly14.ps[2] = Point(2516.71, 1903.95);
- poly14.ps[3] = Point(2516.71, 1841.95);
- new ShapeRef(router, poly14, 14);
-
- Polygon poly15(4);
- poly15.ps[0] = Point(2818.54, 1841.95);
- poly15.ps[1] = Point(2818.54, 1903.95);
- poly15.ps[2] = Point(2756.54, 1903.95);
- poly15.ps[3] = Point(2756.54, 1841.95);
- new ShapeRef(router, poly15, 15);
-
- Polygon poly16(4);
- poly16.ps[0] = Point(3150.9, 1841.95);
- poly16.ps[1] = Point(3150.9, 1903.95);
- poly16.ps[2] = Point(3088.9, 1903.95);
- poly16.ps[3] = Point(3088.9, 1841.95);
- new ShapeRef(router, poly16, 16);
-
- Polygon poly17(4);
- poly17.ps[0] = Point(1346.96, 281.5);
- poly17.ps[1] = Point(1346.96, 343.5);
- poly17.ps[2] = Point(1284.96, 343.5);
- poly17.ps[3] = Point(1284.96, 281.5);
- new ShapeRef(router, poly17, 17);
-
- Polygon poly18(4);
- poly18.ps[0] = Point(2072.79, 281.5);
- poly18.ps[1] = Point(2072.79, 343.5);
- poly18.ps[2] = Point(2010.79, 343.5);
- poly18.ps[3] = Point(2010.79, 281.5);
- new ShapeRef(router, poly18, 18);
-
- Polygon poly19(4);
- poly19.ps[0] = Point(3247.44, 2154.05);
- poly19.ps[1] = Point(3247.44, 2216.05);
- poly19.ps[2] = Point(3185.44, 2216.05);
- poly19.ps[3] = Point(3185.44, 2154.05);
- new ShapeRef(router, poly19, 19);
-
- Polygon poly20(4);
- poly20.ps[0] = Point(2578.71, 2154.05);
- poly20.ps[1] = Point(2578.71, 2216.05);
- poly20.ps[2] = Point(2516.71, 2216.05);
- poly20.ps[3] = Point(2516.71, 2154.05);
- new ShapeRef(router, poly20, 20);
-
- Polygon poly21(4);
- poly21.ps[0] = Point(1104.18, 2154.05);
- poly21.ps[1] = Point(1104.18, 2216.05);
- poly21.ps[2] = Point(1042.18, 2216.05);
- poly21.ps[3] = Point(1042.18, 2154.05);
- new ShapeRef(router, poly21, 21);
-
- Polygon poly22(4);
- poly22.ps[0] = Point(1104.18, 1409.24);
- poly22.ps[1] = Point(1104.18, 1471.24);
- poly22.ps[2] = Point(1042.18, 1471.24);
- poly22.ps[3] = Point(1042.18, 1409.24);
- new ShapeRef(router, poly22, 22);
-
- Polygon poly23(4);
- poly23.ps[0] = Point(354, 802.833);
- poly23.ps[1] = Point(354, 864.833);
- poly23.ps[2] = Point(292, 864.833);
- poly23.ps[3] = Point(292, 802.833);
- new ShapeRef(router, poly23, 23);
-
- Polygon poly24(4);
- poly24.ps[0] = Point(641.333, 1245.24);
- poly24.ps[1] = Point(641.333, 1307.24);
- poly24.ps[2] = Point(579.333, 1307.24);
- poly24.ps[3] = Point(579.333, 1245.24);
- new ShapeRef(router, poly24, 24);
-
- Polygon poly25(4);
- poly25.ps[0] = Point(907.358, 1245.24);
- poly25.ps[1] = Point(907.358, 1307.24);
- poly25.ps[2] = Point(845.358, 1307.24);
- poly25.ps[3] = Point(845.358, 1245.24);
- new ShapeRef(router, poly25, 25);
-
- Polygon poly26(4);
- poly26.ps[0] = Point(1104.18, 1245.24);
- poly26.ps[1] = Point(1104.18, 1307.24);
- poly26.ps[2] = Point(1042.18, 1307.24);
- poly26.ps[3] = Point(1042.18, 1245.24);
- new ShapeRef(router, poly26, 26);
-
- Polygon poly27(4);
- poly27.ps[0] = Point(1104.18, 947.5);
- poly27.ps[1] = Point(1104.18, 1009.5);
- poly27.ps[2] = Point(1042.18, 1009.5);
- poly27.ps[3] = Point(1042.18, 947.5);
- new ShapeRef(router, poly27, 27);
-
- Polygon poly28(4);
- poly28.ps[0] = Point(354, 344.5);
- poly28.ps[1] = Point(354, 406.5);
- poly28.ps[2] = Point(292, 406.5);
- poly28.ps[3] = Point(292, 344.5);
- new ShapeRef(router, poly28, 28);
-
- Polygon poly29(4);
- poly29.ps[0] = Point(2272.79, 809.75);
- poly29.ps[1] = Point(2272.79, 871.75);
- poly29.ps[2] = Point(2210.79, 871.75);
- poly29.ps[3] = Point(2210.79, 809.75);
- new ShapeRef(router, poly29, 29);
-
- Polygon poly30(4);
- poly30.ps[0] = Point(2578.71, 809.75);
- poly30.ps[1] = Point(2578.71, 871.75);
- poly30.ps[2] = Point(2516.71, 871.75);
- poly30.ps[3] = Point(2516.71, 809.75);
- new ShapeRef(router, poly30, 30);
-
- Polygon poly31(4);
- poly31.ps[0] = Point(2818.54, 809.75);
- poly31.ps[1] = Point(2818.54, 871.75);
- poly31.ps[2] = Point(2756.54, 871.75);
- poly31.ps[3] = Point(2756.54, 809.75);
- new ShapeRef(router, poly31, 31);
-
- Polygon poly32(4);
- poly32.ps[0] = Point(2999.99, 809.75);
- poly32.ps[1] = Point(2999.99, 871.75);
- poly32.ps[2] = Point(2937.99, 871.75);
- poly32.ps[3] = Point(2937.99, 809.75);
- new ShapeRef(router, poly32, 32);
-
- Polygon poly33(4);
- poly33.ps[0] = Point(2272.79, 189.875);
- poly33.ps[1] = Point(2272.79, 251.875);
- poly33.ps[2] = Point(2210.79, 251.875);
- poly33.ps[3] = Point(2210.79, 189.875);
- new ShapeRef(router, poly33, 33);
-
- Polygon poly34(4);
- poly34.ps[0] = Point(2578.71, 189.875);
- poly34.ps[1] = Point(2578.71, 251.875);
- poly34.ps[2] = Point(2516.71, 251.875);
- poly34.ps[3] = Point(2516.71, 189.875);
- new ShapeRef(router, poly34, 34);
-
- Polygon poly35(4);
- poly35.ps[0] = Point(2818.54, 189.875);
- poly35.ps[1] = Point(2818.54, 251.875);
- poly35.ps[2] = Point(2756.54, 251.875);
- poly35.ps[3] = Point(2756.54, 189.875);
- new ShapeRef(router, poly35, 35);
-
- Polygon poly36(4);
- poly36.ps[0] = Point(3145.24, 189.875);
- poly36.ps[1] = Point(3145.24, 251.875);
- poly36.ps[2] = Point(3083.24, 251.875);
- poly36.ps[3] = Point(3083.24, 189.875);
- new ShapeRef(router, poly36, 36);
-
- Polygon poly37(4);
- poly37.ps[0] = Point(2999.99, 1010.64);
- poly37.ps[1] = Point(2999.99, 1072.64);
- poly37.ps[2] = Point(2937.99, 1072.64);
- poly37.ps[3] = Point(2937.99, 1010.64);
- new ShapeRef(router, poly37, 37);
-
- Polygon poly38(4);
- poly38.ps[0] = Point(3145.24, 406.7);
- poly38.ps[1] = Point(3145.24, 468.7);
- poly38.ps[2] = Point(3083.24, 468.7);
- poly38.ps[3] = Point(3083.24, 406.7);
- new ShapeRef(router, poly38, 38);
-
- Polygon poly39(4);
- poly39.ps[0] = Point(2818.54, 406.7);
- poly39.ps[1] = Point(2818.54, 468.7);
- poly39.ps[2] = Point(2756.54, 468.7);
- poly39.ps[3] = Point(2756.54, 406.7);
- new ShapeRef(router, poly39, 39);
-
- Polygon poly40(4);
- poly40.ps[0] = Point(2578.71, 406.7);
- poly40.ps[1] = Point(2578.71, 468.7);
- poly40.ps[2] = Point(2516.71, 468.7);
- poly40.ps[3] = Point(2516.71, 406.7);
- new ShapeRef(router, poly40, 40);
-
- Polygon poly41(4);
- poly41.ps[0] = Point(1989.29, 1010.64);
- poly41.ps[1] = Point(1989.29, 1072.64);
- poly41.ps[2] = Point(1927.29, 1072.64);
- poly41.ps[3] = Point(1927.29, 1010.64);
- new ShapeRef(router, poly41, 41);
-
- Polygon poly42(4);
- poly42.ps[0] = Point(2272.79, 1010.64);
- poly42.ps[1] = Point(2272.79, 1072.64);
- poly42.ps[2] = Point(2210.79, 1072.64);
- poly42.ps[3] = Point(2210.79, 1010.64);
- new ShapeRef(router, poly42, 42);
-
- Polygon poly43(4);
- poly43.ps[0] = Point(2578.71, 1010.64);
- poly43.ps[1] = Point(2578.71, 1072.64);
- poly43.ps[2] = Point(2516.71, 1072.64);
- poly43.ps[3] = Point(2516.71, 1010.64);
- new ShapeRef(router, poly43, 43);
-
- Polygon poly44(4);
- poly44.ps[0] = Point(2272.79, 1538.64);
- poly44.ps[1] = Point(2272.79, 1600.64);
- poly44.ps[2] = Point(2210.79, 1600.64);
- poly44.ps[3] = Point(2210.79, 1538.64);
- new ShapeRef(router, poly44, 44);
-
- Polygon poly45(4);
- poly45.ps[0] = Point(2578.71, 1538.64);
- poly45.ps[1] = Point(2578.71, 1600.64);
- poly45.ps[2] = Point(2516.71, 1600.64);
- poly45.ps[3] = Point(2516.71, 1538.64);
- new ShapeRef(router, poly45, 45);
-
- Polygon poly46(4);
- poly46.ps[0] = Point(2272.79, 1347.24);
- poly46.ps[1] = Point(2272.79, 1409.24);
- poly46.ps[2] = Point(2210.79, 1409.24);
- poly46.ps[3] = Point(2210.79, 1347.24);
- new ShapeRef(router, poly46, 46);
-
- Polygon poly47(4);
- poly47.ps[0] = Point(2072.79, 1992.95);
- poly47.ps[1] = Point(2072.79, 2054.95);
- poly47.ps[2] = Point(2010.79, 2054.95);
- poly47.ps[3] = Point(2010.79, 1992.95);
- new ShapeRef(router, poly47, 47);
-
- Polygon poly48(4);
- poly48.ps[0] = Point(2272.79, 1992.95);
- poly48.ps[1] = Point(2272.79, 2054.95);
- poly48.ps[2] = Point(2210.79, 2054.95);
- poly48.ps[3] = Point(2210.79, 1992.95);
- new ShapeRef(router, poly48, 48);
-
- Polygon poly49(4);
- poly49.ps[0] = Point(2999.99, 1700.64);
- poly49.ps[1] = Point(2999.99, 1762.64);
- poly49.ps[2] = Point(2937.99, 1762.64);
- poly49.ps[3] = Point(2937.99, 1700.64);
- new ShapeRef(router, poly49, 49);
-
- Polygon poly50(4);
- poly50.ps[0] = Point(2766.54, 331.5);
- poly50.ps[1] = Point(2766.54, 393.5);
- poly50.ps[2] = Point(2704.54, 393.5);
- poly50.ps[3] = Point(2704.54, 331.5);
- new ShapeRef(router, poly50, 50);
-
- Polygon poly51(4);
- poly51.ps[0] = Point(1594.6, 2914.3);
- poly51.ps[1] = Point(1594.6, 2976.3);
- poly51.ps[2] = Point(1532.6, 2976.3);
- poly51.ps[3] = Point(1532.6, 2914.3);
- new ShapeRef(router, poly51, 51);
-
- Polygon poly52(4);
- poly52.ps[0] = Point(1594.6, 3382.3);
- poly52.ps[1] = Point(1594.6, 3444.3);
- poly52.ps[2] = Point(1532.6, 3444.3);
- poly52.ps[3] = Point(1532.6, 3382.3);
- new ShapeRef(router, poly52, 52);
-
- Polygon poly53(4);
- poly53.ps[0] = Point(641.333, 2498.3);
- poly53.ps[1] = Point(641.333, 2560.3);
- poly53.ps[2] = Point(579.333, 2560.3);
- poly53.ps[3] = Point(579.333, 2498.3);
- new ShapeRef(router, poly53, 53);
-
- Polygon poly54(4);
- poly54.ps[0] = Point(641.333, 2643.3);
- poly54.ps[1] = Point(641.333, 2705.3);
- poly54.ps[2] = Point(579.333, 2705.3);
- poly54.ps[3] = Point(579.333, 2643.3);
- new ShapeRef(router, poly54, 54);
-
- Polygon poly55(4);
- poly55.ps[0] = Point(641.333, 2914.3);
- poly55.ps[1] = Point(641.333, 2976.3);
- poly55.ps[2] = Point(579.333, 2976.3);
- poly55.ps[3] = Point(579.333, 2914.3);
- new ShapeRef(router, poly55, 55);
-
- Polygon poly56(4);
- poly56.ps[0] = Point(2272.79, 2914.3);
- poly56.ps[1] = Point(2272.79, 2976.3);
- poly56.ps[2] = Point(2210.79, 2976.3);
- poly56.ps[3] = Point(2210.79, 2914.3);
- new ShapeRef(router, poly56, 56);
-
- Polygon poly57(4);
- poly57.ps[0] = Point(2353.71, 2643.3);
- poly57.ps[1] = Point(2353.71, 2705.3);
- poly57.ps[2] = Point(2291.71, 2705.3);
- poly57.ps[3] = Point(2291.71, 2643.3);
- new ShapeRef(router, poly57, 57);
-
- Polygon poly58(4);
- poly58.ps[0] = Point(2578.71, 2914.3);
- poly58.ps[1] = Point(2578.71, 2976.3);
- poly58.ps[2] = Point(2516.71, 2976.3);
- poly58.ps[3] = Point(2516.71, 2914.3);
- new ShapeRef(router, poly58, 58);
-
- Polygon poly59(4);
- poly59.ps[0] = Point(2353.71, 2498.3);
- poly59.ps[1] = Point(2353.71, 2560.3);
- poly59.ps[2] = Point(2291.71, 2560.3);
- poly59.ps[3] = Point(2291.71, 2498.3);
- new ShapeRef(router, poly59, 59);
-
- Polygon poly60(4);
- poly60.ps[0] = Point(907.358, 2498.3);
- poly60.ps[1] = Point(907.358, 2560.3);
- poly60.ps[2] = Point(845.358, 2560.3);
- poly60.ps[3] = Point(845.358, 2498.3);
- new ShapeRef(router, poly60, 60);
-
- Polygon poly61(4);
- poly61.ps[0] = Point(907.358, 2643.3);
- poly61.ps[1] = Point(907.358, 2705.3);
- poly61.ps[2] = Point(845.358, 2705.3);
- poly61.ps[3] = Point(845.358, 2643.3);
- new ShapeRef(router, poly61, 61);
-
- Polygon poly62(4);
- poly62.ps[0] = Point(907.358, 2914.3);
- poly62.ps[1] = Point(907.358, 2976.3);
- poly62.ps[2] = Point(845.358, 2976.3);
- poly62.ps[3] = Point(845.358, 2914.3);
- new ShapeRef(router, poly62, 62);
-
- Polygon poly63(4);
- poly63.ps[0] = Point(3353.24, 2368.05);
- poly63.ps[1] = Point(3353.24, 2430.05);
- poly63.ps[2] = Point(3291.24, 2430.05);
- poly63.ps[3] = Point(3291.24, 2368.05);
- new ShapeRef(router, poly63, 63);
-
- Polygon poly64(4);
- poly64.ps[0] = Point(2999.99, 2266.05);
- poly64.ps[1] = Point(2999.99, 2328.05);
- poly64.ps[2] = Point(2937.99, 2328.05);
- poly64.ps[3] = Point(2937.99, 2266.05);
- new ShapeRef(router, poly64, 64);
-
- Polygon poly65(4);
- poly65.ps[0] = Point(3509.07, 1347.24);
- poly65.ps[1] = Point(3509.07, 1409.24);
- poly65.ps[2] = Point(3447.07, 1409.24);
- poly65.ps[3] = Point(3447.07, 1347.24);
- new ShapeRef(router, poly65, 65);
-
- Polygon poly66(4);
- poly66.ps[0] = Point(3509.07, 3382.3);
- poly66.ps[1] = Point(3509.07, 3444.3);
- poly66.ps[2] = Point(3447.07, 3444.3);
- poly66.ps[3] = Point(3447.07, 3382.3);
- new ShapeRef(router, poly66, 66);
-
- Polygon poly67(4);
- poly67.ps[0] = Point(230, 496.5);
- poly67.ps[1] = Point(230, 528.5);
- poly67.ps[2] = Point(210, 528.5);
- poly67.ps[3] = Point(210, 496.5);
- new ShapeRef(router, poly67, 67);
-
- Polygon poly68(4);
- poly68.ps[0] = Point(141, 632.5);
- poly68.ps[1] = Point(141, 664.5);
- poly68.ps[2] = Point(121, 664.5);
- poly68.ps[3] = Point(121, 632.5);
- new ShapeRef(router, poly68, 68);
-
- Polygon poly69(4);
- poly69.ps[0] = Point(556.333, 698.5);
- poly69.ps[1] = Point(556.333, 718.5);
- poly69.ps[2] = Point(524.333, 718.5);
- poly69.ps[3] = Point(524.333, 698.5);
- new ShapeRef(router, poly69, 69);
-
- Polygon poly70(4);
- poly70.ps[0] = Point(556.333, 823.833);
- poly70.ps[1] = Point(556.333, 843.833);
- poly70.ps[2] = Point(524.333, 843.833);
- poly70.ps[3] = Point(524.333, 823.833);
- new ShapeRef(router, poly70, 70);
-
- Polygon poly71(4);
- poly71.ps[0] = Point(1405.46, 692.5);
- poly71.ps[1] = Point(1405.46, 724.5);
- poly71.ps[2] = Point(1385.46, 724.5);
- poly71.ps[3] = Point(1385.46, 692.5);
- new ShapeRef(router, poly71, 71);
-
- Polygon poly72(4);
- poly72.ps[0] = Point(1558.46, 281.5);
- poly72.ps[1] = Point(1558.46, 301.5);
- poly72.ps[2] = Point(1526.46, 301.5);
- poly72.ps[3] = Point(1526.46, 281.5);
- new ShapeRef(router, poly72, 72);
-
- Polygon poly73(4);
- poly73.ps[0] = Point(1492.46, 57.5);
- poly73.ps[1] = Point(1492.46, 231.5);
- poly73.ps[2] = Point(1359.46, 231.5);
- poly73.ps[3] = Point(1359.46, 57.5);
- new ShapeRef(router, poly73, 73);
-
- Polygon poly74(4);
- poly74.ps[0] = Point(1958.29, 281.5);
- poly74.ps[1] = Point(1958.29, 301.5);
- poly74.ps[2] = Point(1926.29, 301.5);
- poly74.ps[3] = Point(1926.29, 281.5);
- new ShapeRef(router, poly74, 74);
-
- Polygon poly75(4);
- poly75.ps[0] = Point(2042.79, 767.5);
- poly75.ps[1] = Point(2042.79, 787.5);
- poly75.ps[2] = Point(2010.79, 787.5);
- poly75.ps[3] = Point(2010.79, 767.5);
- new ShapeRef(router, poly75, 75);
-
- Polygon poly76(4);
- poly76.ps[0] = Point(556.333, 1266.24);
- poly76.ps[1] = Point(556.333, 1286.24);
- poly76.ps[2] = Point(524.333, 1286.24);
- poly76.ps[3] = Point(524.333, 1266.24);
- new ShapeRef(router, poly76, 76);
-
- Polygon poly77(4);
- poly77.ps[0] = Point(727.958, 1266.24);
- poly77.ps[1] = Point(727.958, 1286.24);
- poly77.ps[2] = Point(695.958, 1286.24);
- poly77.ps[3] = Point(695.958, 1266.24);
- new ShapeRef(router, poly77, 77);
-
- Polygon poly78(4);
- poly78.ps[0] = Point(988.958, 1266.24);
- poly78.ps[1] = Point(988.958, 1286.24);
- poly78.ps[2] = Point(956.958, 1286.24);
- poly78.ps[3] = Point(956.958, 1266.24);
- new ShapeRef(router, poly78, 78);
-
- Polygon poly79(4);
- poly79.ps[0] = Point(1060.96, 1127.64);
- poly79.ps[1] = Point(1060.96, 1159.64);
- poly79.ps[2] = Point(1040.96, 1159.64);
- poly79.ps[3] = Point(1040.96, 1127.64);
- new ShapeRef(router, poly79, 79);
-
- Polygon poly80(4);
- poly80.ps[0] = Point(1401.86, 959.5);
- poly80.ps[1] = Point(1401.86, 979.5);
- poly80.ps[2] = Point(1369.86, 979.5);
- poly80.ps[3] = Point(1369.86, 959.5);
- new ShapeRef(router, poly80, 80);
-
- Polygon poly81(4);
- poly81.ps[0] = Point(1401.86, 1031.64);
- poly81.ps[1] = Point(1401.86, 1051.64);
- poly81.ps[2] = Point(1369.86, 1051.64);
- poly81.ps[3] = Point(1369.86, 1031.64);
- new ShapeRef(router, poly81, 81);
-
- Polygon poly82(4);
- poly82.ps[0] = Point(1401.86, 1133.64);
- poly82.ps[1] = Point(1401.86, 1153.64);
- poly82.ps[2] = Point(1369.86, 1153.64);
- poly82.ps[3] = Point(1369.86, 1133.64);
- new ShapeRef(router, poly82, 82);
-
- Polygon poly83(4);
- poly83.ps[0] = Point(1656.79, 1260.24);
- poly83.ps[1] = Point(1656.79, 1292.24);
- poly83.ps[2] = Point(1636.79, 1292.24);
- poly83.ps[3] = Point(1636.79, 1260.24);
- new ShapeRef(router, poly83, 83);
-
- Polygon poly84(4);
- poly84.ps[0] = Point(1967.87, 1581.64);
- poly84.ps[1] = Point(1967.87, 1621.64);
- poly84.ps[2] = Point(1891.87, 1621.64);
- poly84.ps[3] = Point(1891.87, 1581.64);
- new ShapeRef(router, poly84, 84);
-
- Polygon poly85(4);
- poly85.ps[0] = Point(1942.79, 1643.64);
- poly85.ps[1] = Point(1942.79, 1663.64);
- poly85.ps[2] = Point(1910.79, 1663.64);
- poly85.ps[3] = Point(1910.79, 1643.64);
- new ShapeRef(router, poly85, 85);
-
- Polygon poly86(4);
- poly86.ps[0] = Point(1973.29, 1347.24);
- poly86.ps[1] = Point(1973.29, 1409.24);
- poly86.ps[2] = Point(1911.29, 1409.24);
- poly86.ps[3] = Point(1911.29, 1347.24);
- new ShapeRef(router, poly86, 86);
-
- Polygon poly87(4);
- poly87.ps[0] = Point(1968.29, 1424.24);
- poly87.ps[1] = Point(1968.29, 1456.24);
- poly87.ps[2] = Point(1948.29, 1456.24);
- poly87.ps[3] = Point(1948.29, 1424.24);
- new ShapeRef(router, poly87, 87);
-
- Polygon poly88(4);
- poly88.ps[0] = Point(2004.87, 1914.95);
- poly88.ps[1] = Point(2004.87, 1954.95);
- poly88.ps[2] = Point(1948.87, 1954.95);
- poly88.ps[3] = Point(1948.87, 1914.95);
- new ShapeRef(router, poly88, 88);
-
- Polygon poly89(4);
- poly89.ps[0] = Point(2051.79, 1706.64);
- poly89.ps[1] = Point(2051.79, 1738.64);
- poly89.ps[2] = Point(2031.79, 1738.64);
- poly89.ps[3] = Point(2031.79, 1706.64);
- new ShapeRef(router, poly89, 89);
-
- Polygon poly90(4);
- poly90.ps[0] = Point(2187.79, 1559.64);
- poly90.ps[1] = Point(2187.79, 1579.64);
- poly90.ps[2] = Point(2155.79, 1579.64);
- poly90.ps[3] = Point(2155.79, 1559.64);
- new ShapeRef(router, poly90, 90);
-
- Polygon poly91(4);
- poly91.ps[0] = Point(2056.87, 1487.64);
- poly91.ps[1] = Point(2056.87, 1527.64);
- poly91.ps[2] = Point(2000.87, 1527.64);
- poly91.ps[3] = Point(2000.87, 1487.64);
- new ShapeRef(router, poly91, 91);
-
- Polygon poly92(4);
- poly92.ps[0] = Point(2251.79, 1424.24);
- poly92.ps[1] = Point(2251.79, 1456.24);
- poly92.ps[2] = Point(2231.79, 1456.24);
- poly92.ps[3] = Point(2231.79, 1424.24);
- new ShapeRef(router, poly92, 92);
-
- Polygon poly93(4);
- poly93.ps[0] = Point(2578.71, 1347.24);
- poly93.ps[1] = Point(2578.71, 1409.24);
- poly93.ps[2] = Point(2516.71, 1409.24);
- poly93.ps[3] = Point(2516.71, 1347.24);
- new ShapeRef(router, poly93, 93);
-
- Polygon poly94(4);
- poly94.ps[0] = Point(2493.71, 1499.44);
- poly94.ps[1] = Point(2493.71, 1519.44);
- poly94.ps[2] = Point(2461.71, 1519.44);
- poly94.ps[3] = Point(2461.71, 1499.44);
- new ShapeRef(router, poly94, 94);
-
- Polygon poly95(4);
- poly95.ps[0] = Point(2493.71, 1571.64);
- poly95.ps[1] = Point(2493.71, 1591.64);
- poly95.ps[2] = Point(2461.71, 1591.64);
- poly95.ps[3] = Point(2461.71, 1571.64);
- new ShapeRef(router, poly95, 95);
- */
-
- Polygon poly96(4);
- poly96.ps[0] = Point(2187.79, 1862.95);
- poly96.ps[1] = Point(2187.79, 1882.95);
- poly96.ps[2] = Point(2155.79, 1882.95);
- poly96.ps[3] = Point(2155.79, 1862.95);
- new ShapeRef(router, poly96, 96);
-
- Polygon poly97(4);
- poly97.ps[0] = Point(2139.79, 1864.95);
- poly97.ps[1] = Point(2139.79, 1904.95);
- poly97.ps[2] = Point(2063.79, 1904.95);
- poly97.ps[3] = Point(2063.79, 1864.95);
- new ShapeRef(router, poly97, 97);
-
- /*
- Polygon poly98(4);
- poly98.ps[0] = Point(2237.79, 1713.77);
- poly98.ps[1] = Point(2237.79, 1753.77);
- poly98.ps[2] = Point(2161.79, 1753.77);
- poly98.ps[3] = Point(2161.79, 1713.77);
- new ShapeRef(router, poly98, 98);
-
- Polygon poly99(4);
- poly99.ps[0] = Point(2493.71, 2003.95);
- poly99.ps[1] = Point(2493.71, 2023.95);
- poly99.ps[2] = Point(2461.71, 2023.95);
- poly99.ps[3] = Point(2461.71, 2003.95);
- new ShapeRef(router, poly99, 99);
-
- Polygon poly100(4);
- poly100.ps[0] = Point(2493.71, 2045.95);
- poly100.ps[1] = Point(2493.71, 2065.95);
- poly100.ps[2] = Point(2461.71, 2065.95);
- poly100.ps[3] = Point(2461.71, 2045.95);
- new ShapeRef(router, poly100, 100);
-
- Polygon poly101(4);
- poly101.ps[0] = Point(2676.54, 1802.64);
- poly101.ps[1] = Point(2676.54, 1822.64);
- poly101.ps[2] = Point(2644.54, 1822.64);
- poly101.ps[3] = Point(2644.54, 1802.64);
- new ShapeRef(router, poly101, 101);
-
- Polygon poly102(4);
- poly102.ps[0] = Point(2653.54, 1874.95);
- poly102.ps[1] = Point(2653.54, 1894.95);
- poly102.ps[2] = Point(2621.54, 1894.95);
- poly102.ps[3] = Point(2621.54, 1874.95);
- new ShapeRef(router, poly102, 102);
-
- Polygon poly103(4);
- poly103.ps[0] = Point(2751.54, 1874.95);
- poly103.ps[1] = Point(2751.54, 1894.95);
- poly103.ps[2] = Point(2719.54, 1894.95);
- poly103.ps[3] = Point(2719.54, 1874.95);
- new ShapeRef(router, poly103, 103);
-
- Polygon poly104(4);
- poly104.ps[0] = Point(2914.99, 1802.64);
- poly104.ps[1] = Point(2914.99, 1822.64);
- poly104.ps[2] = Point(2882.99, 1822.64);
- poly104.ps[3] = Point(2882.99, 1802.64);
- new ShapeRef(router, poly104, 104);
-
- Polygon poly105(4);
- poly105.ps[0] = Point(2891.99, 1874.95);
- poly105.ps[1] = Point(2891.99, 1894.95);
- poly105.ps[2] = Point(2859.99, 1894.95);
- poly105.ps[3] = Point(2859.99, 1874.95);
- new ShapeRef(router, poly105, 105);
-
- Polygon poly106(4);
- poly106.ps[0] = Point(2969.99, 1874.95);
- poly106.ps[1] = Point(2969.99, 1894.95);
- poly106.ps[2] = Point(2937.99, 1894.95);
- poly106.ps[3] = Point(2937.99, 1874.95);
- new ShapeRef(router, poly106, 106);
-
- Polygon poly107(4);
- poly107.ps[0] = Point(2251.79, 692.5);
- poly107.ps[1] = Point(2251.79, 724.5);
- poly107.ps[2] = Point(2231.79, 724.5);
- poly107.ps[3] = Point(2231.79, 692.5);
- new ShapeRef(router, poly107, 107);
-
- Polygon poly108(4);
- poly108.ps[0] = Point(2557.71, 692.5);
- poly108.ps[1] = Point(2557.71, 724.5);
- poly108.ps[2] = Point(2537.71, 724.5);
- poly108.ps[3] = Point(2537.71, 692.5);
- new ShapeRef(router, poly108, 108);
-
- Polygon poly109(4);
- poly109.ps[0] = Point(2797.54, 692.5);
- poly109.ps[1] = Point(2797.54, 724.5);
- poly109.ps[2] = Point(2777.54, 724.5);
- poly109.ps[3] = Point(2777.54, 692.5);
- new ShapeRef(router, poly109, 109);
-
- Polygon poly110(4);
- poly110.ps[0] = Point(2978.99, 692.5);
- poly110.ps[1] = Point(2978.99, 724.5);
- poly110.ps[2] = Point(2958.99, 724.5);
- poly110.ps[3] = Point(2958.99, 692.5);
- new ShapeRef(router, poly110, 110);
-
- Polygon poly111(4);
- poly111.ps[0] = Point(2978.99, 898.5);
- poly111.ps[1] = Point(2978.99, 930.5);
- poly111.ps[2] = Point(2958.99, 930.5);
- poly111.ps[3] = Point(2958.99, 898.5);
- new ShapeRef(router, poly111, 111);
-
- Polygon poly112(4);
- poly112.ps[0] = Point(2251.79, 285.75);
- poly112.ps[1] = Point(2251.79, 317.75);
- poly112.ps[2] = Point(2231.79, 317.75);
- poly112.ps[3] = Point(2231.79, 285.75);
- new ShapeRef(router, poly112, 112);
-
- Polygon poly113(4);
- poly113.ps[0] = Point(2493.71, 210.875);
- poly113.ps[1] = Point(2493.71, 230.875);
- poly113.ps[2] = Point(2461.71, 230.875);
- poly113.ps[3] = Point(2461.71, 210.875);
- new ShapeRef(router, poly113, 113);
-
- Polygon poly114(4);
- poly114.ps[0] = Point(2557.71, 285.75);
- poly114.ps[1] = Point(2557.71, 317.75);
- poly114.ps[2] = Point(2537.71, 317.75);
- poly114.ps[3] = Point(2537.71, 285.75);
- new ShapeRef(router, poly114, 114);
-
- Polygon poly115(4);
- poly115.ps[0] = Point(2681.54, 210.875);
- poly115.ps[1] = Point(2681.54, 230.875);
- poly115.ps[2] = Point(2649.54, 230.875);
- poly115.ps[3] = Point(2649.54, 210.875);
- new ShapeRef(router, poly115, 115);
-
- Polygon poly116(4);
- poly116.ps[0] = Point(2681.54, 427.7);
- poly116.ps[1] = Point(2681.54, 447.7);
- poly116.ps[2] = Point(2649.54, 447.7);
- poly116.ps[3] = Point(2649.54, 427.7);
- new ShapeRef(router, poly116, 116);
-
- Polygon poly117(4);
- poly117.ps[0] = Point(2935.99, 427.7);
- poly117.ps[1] = Point(2935.99, 447.7);
- poly117.ps[2] = Point(2903.99, 447.7);
- poly117.ps[3] = Point(2903.99, 427.7);
- new ShapeRef(router, poly117, 117);
-
- Polygon poly118(4);
- poly118.ps[0] = Point(3149.24, 285.75);
- poly118.ps[1] = Point(3149.24, 317.75);
- poly118.ps[2] = Point(3129.24, 317.75);
- poly118.ps[3] = Point(3129.24, 285.75);
- new ShapeRef(router, poly118, 118);
-
- Polygon poly119(4);
- poly119.ps[0] = Point(3494.07, 904.5);
- poly119.ps[1] = Point(3494.07, 924.5);
- poly119.ps[2] = Point(3462.07, 924.5);
- poly119.ps[3] = Point(3462.07, 904.5);
- new ShapeRef(router, poly119, 119);
-
- Polygon poly120(4);
- poly120.ps[0] = Point(3488.07, 1856.95);
- poly120.ps[1] = Point(3488.07, 1888.95);
- poly120.ps[2] = Point(3468.07, 1888.95);
- poly120.ps[3] = Point(3468.07, 1856.95);
- new ShapeRef(router, poly120, 120);
-
- Polygon poly121(4);
- poly121.ps[0] = Point(3488.07, 2596.3);
- poly121.ps[1] = Point(3488.07, 2628.3);
- poly121.ps[2] = Point(3468.07, 2628.3);
- poly121.ps[3] = Point(3468.07, 2596.3);
- new ShapeRef(router, poly121, 121);
-
- Polygon poly122(4);
- poly122.ps[0] = Point(2803.54, 3407.3);
- poly122.ps[1] = Point(2803.54, 3427.3);
- poly122.ps[2] = Point(2771.54, 3427.3);
- poly122.ps[3] = Point(2771.54, 3407.3);
- new ShapeRef(router, poly122, 122);
-
- Polygon poly123(4);
- poly123.ps[0] = Point(2803.54, 3509.3);
- poly123.ps[1] = Point(2803.54, 3529.3);
- poly123.ps[2] = Point(2771.54, 3529.3);
- poly123.ps[3] = Point(2771.54, 3509.3);
- new ShapeRef(router, poly123, 123);
-
- Polygon poly124(4);
- poly124.ps[0] = Point(3606.07, 2596.3);
- poly124.ps[1] = Point(3606.07, 2628.3);
- poly124.ps[2] = Point(3586.07, 2628.3);
- poly124.ps[3] = Point(3586.07, 2596.3);
- new ShapeRef(router, poly124, 124);
-
- Polygon poly125(4);
- poly125.ps[0] = Point(3606.07, 898.5);
- poly125.ps[1] = Point(3606.07, 930.5);
- poly125.ps[2] = Point(3586.07, 930.5);
- poly125.ps[3] = Point(3586.07, 898.5);
- new ShapeRef(router, poly125, 125);
-
- Polygon poly126(4);
- poly126.ps[0] = Point(3336.74, 898.5);
- poly126.ps[1] = Point(3336.74, 930.5);
- poly126.ps[2] = Point(3316.74, 930.5);
- poly126.ps[3] = Point(3316.74, 898.5);
- new ShapeRef(router, poly126, 126);
-
- Polygon poly127(4);
- poly127.ps[0] = Point(3232.44, 2389.05);
- poly127.ps[1] = Point(3232.44, 2409.05);
- poly127.ps[2] = Point(3200.44, 2409.05);
- poly127.ps[3] = Point(3200.44, 2389.05);
- new ShapeRef(router, poly127, 127);
-
- Polygon poly128(4);
- poly128.ps[0] = Point(3232.44, 2287.05);
- poly128.ps[1] = Point(3232.44, 2307.05);
- poly128.ps[2] = Point(3200.44, 2307.05);
- poly128.ps[3] = Point(3200.44, 2287.05);
- new ShapeRef(router, poly128, 128);
-
- Polygon poly129(4);
- poly129.ps[0] = Point(2803.54, 2287.05);
- poly129.ps[1] = Point(2803.54, 2307.05);
- poly129.ps[2] = Point(2771.54, 2307.05);
- poly129.ps[3] = Point(2771.54, 2287.05);
- new ShapeRef(router, poly129, 129);
-
- Polygon poly130(4);
- poly130.ps[0] = Point(3232.44, 904.5);
- poly130.ps[1] = Point(3232.44, 924.5);
- poly130.ps[2] = Point(3200.44, 924.5);
- poly130.ps[3] = Point(3200.44, 904.5);
- new ShapeRef(router, poly130, 130);
-
- Polygon poly131(4);
- poly131.ps[0] = Point(2803.54, 2175.05);
- poly131.ps[1] = Point(2803.54, 2195.05);
- poly131.ps[2] = Point(2771.54, 2195.05);
- poly131.ps[3] = Point(2771.54, 2175.05);
- new ShapeRef(router, poly131, 131);
-
- Polygon poly132(4);
- poly132.ps[0] = Point(2415.71, 2175.05);
- poly132.ps[1] = Point(2415.71, 2195.05);
- poly132.ps[2] = Point(2383.71, 2195.05);
- poly132.ps[3] = Point(2383.71, 2175.05);
- new ShapeRef(router, poly132, 132);
-
- Polygon poly133(4);
- poly133.ps[0] = Point(1942.79, 2175.05);
- poly133.ps[1] = Point(1942.79, 2195.05);
- poly133.ps[2] = Point(1910.79, 2195.05);
- poly133.ps[3] = Point(1910.79, 2175.05);
- new ShapeRef(router, poly133, 133);
-
- Polygon poly134(4);
- poly134.ps[0] = Point(727.958, 2175.05);
- poly134.ps[1] = Point(727.958, 2195.05);
- poly134.ps[2] = Point(695.958, 2195.05);
- poly134.ps[3] = Point(695.958, 2175.05);
- new ShapeRef(router, poly134, 134);
-
- Polygon poly135(4);
- poly135.ps[0] = Point(1573.6, 2007.95);
- poly135.ps[1] = Point(1573.6, 2039.95);
- poly135.ps[2] = Point(1553.6, 2039.95);
- poly135.ps[3] = Point(1553.6, 2007.95);
- new ShapeRef(router, poly135, 135);
-
- Polygon poly136(4);
- poly136.ps[0] = Point(727.958, 1368.24);
- poly136.ps[1] = Point(727.958, 1388.24);
- poly136.ps[2] = Point(695.958, 1388.24);
- poly136.ps[3] = Point(695.958, 1368.24);
- new ShapeRef(router, poly136, 136);
-
- Polygon poly137(4);
- poly137.ps[0] = Point(721.958, 1424.24);
- poly137.ps[1] = Point(721.958, 1456.24);
- poly137.ps[2] = Point(701.958, 1456.24);
- poly137.ps[3] = Point(701.958, 1424.24);
- new ShapeRef(router, poly137, 137);
-
- Polygon poly138(4);
- poly138.ps[0] = Point(1395.86, 1424.24);
- poly138.ps[1] = Point(1395.86, 1456.24);
- poly138.ps[2] = Point(1375.86, 1456.24);
- poly138.ps[3] = Point(1375.86, 1424.24);
- new ShapeRef(router, poly138, 138);
-
- Polygon poly139(4);
- poly139.ps[0] = Point(626.333, 2467.3);
- poly139.ps[1] = Point(626.333, 2487.3);
- poly139.ps[2] = Point(594.333, 2487.3);
- poly139.ps[3] = Point(594.333, 2467.3);
- new ShapeRef(router, poly139, 139);
-
- Polygon poly140(4);
- poly140.ps[0] = Point(620.333, 2596.3);
- poly140.ps[1] = Point(620.333, 2628.3);
- poly140.ps[2] = Point(600.333, 2628.3);
- poly140.ps[3] = Point(600.333, 2596.3);
- new ShapeRef(router, poly140, 140);
-
- Polygon poly141(4);
- poly141.ps[0] = Point(1508.87, 2033.77);
- poly141.ps[1] = Point(1508.87, 2073.77);
- poly141.ps[2] = Point(1452.87, 2073.77);
- poly141.ps[3] = Point(1452.87, 2033.77);
- new ShapeRef(router, poly141, 141);
-
- Polygon poly142(4);
- poly142.ps[0] = Point(626.333, 3061.3);
- poly142.ps[1] = Point(626.333, 3081.3);
- poly142.ps[2] = Point(594.333, 3081.3);
- poly142.ps[3] = Point(594.333, 3061.3);
- new ShapeRef(router, poly142, 142);
-
- Polygon poly143(4);
- poly143.ps[0] = Point(1207.96, 2596.3);
- poly143.ps[1] = Point(1207.96, 2628.3);
- poly143.ps[2] = Point(1187.96, 2628.3);
- poly143.ps[3] = Point(1187.96, 2596.3);
- new ShapeRef(router, poly143, 143);
-
- Polygon poly144(4);
- poly144.ps[0] = Point(1325.96, 2596.3);
- poly144.ps[1] = Point(1325.96, 2628.3);
- poly144.ps[2] = Point(1305.96, 2628.3);
- poly144.ps[3] = Point(1305.96, 2596.3);
- new ShapeRef(router, poly144, 144);
-
- Polygon poly145(4);
- poly145.ps[0] = Point(1656.79, 2741.3);
- poly145.ps[1] = Point(1656.79, 2773.3);
- poly145.ps[2] = Point(1636.79, 2773.3);
- poly145.ps[3] = Point(1636.79, 2741.3);
- new ShapeRef(router, poly145, 145);
-
- Polygon poly146(4);
- poly146.ps[0] = Point(1573.6, 2672.3);
- poly146.ps[1] = Point(1573.6, 2704.3);
- poly146.ps[2] = Point(1553.6, 2704.3);
- poly146.ps[3] = Point(1553.6, 2672.3);
- new ShapeRef(router, poly146, 146);
-
- Polygon poly147(4);
- poly147.ps[0] = Point(1548.46, 2741.3);
- poly147.ps[1] = Point(1548.46, 2773.3);
- poly147.ps[2] = Point(1528.46, 2773.3);
- poly147.ps[3] = Point(1528.46, 2741.3);
- new ShapeRef(router, poly147, 147);
-
- Polygon poly148(4);
- poly148.ps[0] = Point(1656.79, 3124.3);
- poly148.ps[1] = Point(1656.79, 3156.3);
- poly148.ps[2] = Point(1636.79, 3156.3);
- poly148.ps[3] = Point(1636.79, 3124.3);
- new ShapeRef(router, poly148, 148);
-
- Polygon poly149(4);
- poly149.ps[0] = Point(1548.46, 3124.3);
- poly149.ps[1] = Point(1548.46, 3156.3);
- poly149.ps[2] = Point(1528.46, 3156.3);
- poly149.ps[3] = Point(1528.46, 3124.3);
- new ShapeRef(router, poly149, 149);
-
- Polygon poly150(4);
- poly150.ps[0] = Point(1573.6, 3055.3);
- poly150.ps[1] = Point(1573.6, 3087.3);
- poly150.ps[2] = Point(1553.6, 3087.3);
- poly150.ps[3] = Point(1553.6, 3055.3);
- new ShapeRef(router, poly150, 150);
-
- Polygon poly151(4);
- poly151.ps[0] = Point(2245.79, 2739.3);
- poly151.ps[1] = Point(2245.79, 2759.3);
- poly151.ps[2] = Point(2213.79, 2759.3);
- poly151.ps[3] = Point(2213.79, 2739.3);
- new ShapeRef(router, poly151, 151);
-
- Polygon poly152(4);
- poly152.ps[0] = Point(2344.71, 2596.3);
- poly152.ps[1] = Point(2344.71, 2628.3);
- poly152.ps[2] = Point(2324.71, 2628.3);
- poly152.ps[3] = Point(2324.71, 2596.3);
- new ShapeRef(router, poly152, 152);
-
- Polygon poly153(4);
- poly153.ps[0] = Point(2493.71, 2945.3);
- poly153.ps[1] = Point(2493.71, 2965.3);
- poly153.ps[2] = Point(2461.71, 2965.3);
- poly153.ps[3] = Point(2461.71, 2945.3);
- new ShapeRef(router, poly153, 153);
-
- Polygon poly154(4);
- poly154.ps[0] = Point(860.958, 2461.3);
- poly154.ps[1] = Point(860.958, 2493.3);
- poly154.ps[2] = Point(840.958, 2493.3);
- poly154.ps[3] = Point(840.958, 2461.3);
- new ShapeRef(router, poly154, 154);
-
- Polygon poly155(4);
- poly155.ps[0] = Point(974.958, 2467.3);
- poly155.ps[1] = Point(974.958, 2487.3);
- poly155.ps[2] = Point(942.958, 2487.3);
- poly155.ps[3] = Point(942.958, 2467.3);
- new ShapeRef(router, poly155, 155);
-
- Polygon poly156(4);
- poly156.ps[0] = Point(886.358, 2596.3);
- poly156.ps[1] = Point(886.358, 2628.3);
- poly156.ps[2] = Point(866.358, 2628.3);
- poly156.ps[3] = Point(866.358, 2596.3);
- new ShapeRef(router, poly156, 156);
-
- Polygon poly157(4);
- poly157.ps[0] = Point(886.358, 2741.3);
- poly157.ps[1] = Point(886.358, 2773.3);
- poly157.ps[2] = Point(866.358, 2773.3);
- poly157.ps[3] = Point(866.358, 2741.3);
- new ShapeRef(router, poly157, 157);
-
- Polygon poly158(4);
- poly158.ps[0] = Point(892.358, 3061.3);
- poly158.ps[1] = Point(892.358, 3081.3);
- poly158.ps[2] = Point(860.358, 3081.3);
- poly158.ps[3] = Point(860.358, 3061.3);
- new ShapeRef(router, poly158, 158);
-
- Polygon poly159(4);
- poly159.ps[0] = Point(2187.79, 1031.64);
- poly159.ps[1] = Point(2187.79, 1051.64);
- poly159.ps[2] = Point(2155.79, 1051.64);
- poly159.ps[3] = Point(2155.79, 1031.64);
- new ShapeRef(router, poly159, 159);
-
- Polygon poly160(4);
- poly160.ps[0] = Point(2493.71, 1031.64);
- poly160.ps[1] = Point(2493.71, 1051.64);
- poly160.ps[2] = Point(2461.71, 1051.64);
- poly160.ps[3] = Point(2461.71, 1031.64);
- new ShapeRef(router, poly160, 160);
-
- Polygon poly161(4);
- poly161.ps[0] = Point(2257.79, 1133.64);
- poly161.ps[1] = Point(2257.79, 1153.64);
- poly161.ps[2] = Point(2225.79, 1153.64);
- poly161.ps[3] = Point(2225.79, 1133.64);
- new ShapeRef(router, poly161, 161);
-
- Polygon poly162(4);
- poly162.ps[0] = Point(1785.79, 496.5);
- poly162.ps[1] = Point(1785.79, 516.5);
- poly162.ps[2] = Point(1753.79, 516.5);
- poly162.ps[3] = Point(1753.79, 496.5);
- new ShapeRef(router, poly162, 162);
-
- Polygon poly163(4);
- poly163.ps[0] = Point(1785.79, 567.5);
- poly163.ps[1] = Point(1785.79, 587.5);
- poly163.ps[2] = Point(1753.79, 587.5);
- poly163.ps[3] = Point(1753.79, 567.5);
- new ShapeRef(router, poly163, 163);
-
- Polygon poly164(4);
- poly164.ps[0] = Point(3509.07, 2154.05);
- poly164.ps[1] = Point(3509.07, 2216.05);
- poly164.ps[2] = Point(3447.07, 2216.05);
- poly164.ps[3] = Point(3447.07, 2154.05);
- new ShapeRef(router, poly164, 164);
-
- Polygon poly165(4);
- poly165.ps[0] = Point(3627.07, 2154.05);
- poly165.ps[1] = Point(3627.07, 2216.05);
- poly165.ps[2] = Point(3565.07, 2216.05);
- poly165.ps[3] = Point(3565.07, 2154.05);
- new ShapeRef(router, poly165, 165);
-
- Polygon poly166(4);
- poly166.ps[0] = Point(2051.79, 1260.24);
- poly166.ps[1] = Point(2051.79, 1292.24);
- poly166.ps[2] = Point(2031.79, 1292.24);
- poly166.ps[3] = Point(2031.79, 1260.24);
- new ShapeRef(router, poly166, 166);
-
- Polygon poly167(4);
- poly167.ps[0] = Point(333, 1109.24);
- poly167.ps[1] = Point(333, 1141.24);
- poly167.ps[2] = Point(313, 1141.24);
- poly167.ps[3] = Point(313, 1109.24);
- new ShapeRef(router, poly167, 167);
-
- Polygon poly168(4);
- poly168.ps[0] = Point(291, 1127.64);
- poly168.ps[1] = Point(291, 1159.64);
- poly168.ps[2] = Point(271, 1159.64);
- poly168.ps[3] = Point(271, 1127.64);
- new ShapeRef(router, poly168, 168);
-
- Polygon poly169(4);
- poly169.ps[0] = Point(475.333, 1127.64);
- poly169.ps[1] = Point(475.333, 1159.64);
- poly169.ps[2] = Point(455.333, 1159.64);
- poly169.ps[3] = Point(455.333, 1127.64);
- new ShapeRef(router, poly169, 169);
-
- Polygon poly170(4);
- poly170.ps[0] = Point(3151.24, 1436.94);
- poly170.ps[1] = Point(3151.24, 1601.94);
- poly170.ps[2] = Point(3051.24, 1601.94);
- poly170.ps[3] = Point(3051.24, 1436.94);
- new ShapeRef(router, poly170, 170);
-
- Polygon poly171(4);
- poly171.ps[0] = Point(2153.8, 354.5);
- poly171.ps[1] = Point(2153.8, 414.5);
- poly171.ps[2] = Point(1901.8, 414.5);
- poly171.ps[3] = Point(1901.8, 354.5);
- new ShapeRef(router, poly171, 171);
-
- Polygon poly172(4);
- poly172.ps[0] = Point(1923.29, 1174.24);
- poly172.ps[1] = Point(1923.29, 1234.24);
- poly172.ps[2] = Point(1666.29, 1234.24);
- poly172.ps[3] = Point(1666.29, 1174.24);
- new ShapeRef(router, poly172, 172);
-
- Polygon poly173(4);
- poly173.ps[0] = Point(1521.6, 2799.3);
- poly173.ps[1] = Point(1521.6, 2973.3);
- poly173.ps[2] = Point(1228.6, 2973.3);
- poly173.ps[3] = Point(1228.6, 2799.3);
- new ShapeRef(router, poly173, 173);
-
- Polygon poly174(4);
- poly174.ps[0] = Point(1273.96, 211.5);
- poly174.ps[1] = Point(1273.96, 385.5);
- poly174.ps[2] = Point(1191.96, 385.5);
- poly174.ps[3] = Point(1191.96, 211.5);
- new ShapeRef(router, poly174, 174);
-
- Polygon poly175(4);
- poly175.ps[0] = Point(1335.86, 902.5);
- poly175.ps[1] = Point(1335.86, 1076.5);
- poly175.ps[2] = Point(1253.86, 1076.5);
- poly175.ps[3] = Point(1253.86, 902.5);
- new ShapeRef(router, poly175, 175);
-
- Polygon poly176(4);
- poly176.ps[0] = Point(2984.99, 1489.44);
- poly176.ps[1] = Point(2984.99, 1549.44);
- poly176.ps[2] = Point(2706.99, 1549.44);
- poly176.ps[3] = Point(2706.99, 1489.44);
- new ShapeRef(router, poly176, 176);
-
- Polygon poly177(4);
- poly177.ps[0] = Point(2646.54, 3113.3);
- poly177.ps[1] = Point(2646.54, 3287.3);
- poly177.ps[2] = Point(2566.54, 3287.3);
- poly177.ps[3] = Point(2566.54, 3113.3);
- new ShapeRef(router, poly177, 177);
-
- Polygon poly178(4);
- poly178.ps[0] = Point(1892.79, 3178.3);
- poly178.ps[1] = Point(1892.79, 3240.3);
- poly178.ps[2] = Point(1830.79, 3240.3);
- poly178.ps[3] = Point(1830.79, 3178.3);
- new ShapeRef(router, poly178, 178);
-
- Polygon poly179(4);
- poly179.ps[0] = Point(1798.79, 3391.3);
- poly179.ps[1] = Point(1798.79, 3411.3);
- poly179.ps[2] = Point(1766.79, 3411.3);
- poly179.ps[3] = Point(1766.79, 3391.3);
- new ShapeRef(router, poly179, 179);
-
- Polygon poly180(4);
- poly180.ps[0] = Point(1798.79, 3187.3);
- poly180.ps[1] = Point(1798.79, 3207.3);
- poly180.ps[2] = Point(1766.79, 3207.3);
- poly180.ps[3] = Point(1766.79, 3187.3);
- new ShapeRef(router, poly180, 180);
-
- Polygon poly181(4);
- poly181.ps[0] = Point(2791.54, 113.5);
- poly181.ps[1] = Point(2791.54, 133.5);
- poly181.ps[2] = Point(2759.54, 133.5);
- poly181.ps[3] = Point(2759.54, 113.5);
- new ShapeRef(router, poly181, 181);
-
- Polygon poly182(4);
- poly182.ps[0] = Point(2858.54, 2843.3);
- poly182.ps[1] = Point(2858.54, 2903.3);
- poly182.ps[2] = Point(2624.54, 2903.3);
- poly182.ps[3] = Point(2624.54, 2843.3);
- new ShapeRef(router, poly182, 182);
-
- Polygon poly183(4);
- poly183.ps[0] = Point(1969.79, 2935.3);
- poly183.ps[1] = Point(1969.79, 2955.3);
- poly183.ps[2] = Point(1937.79, 2955.3);
- poly183.ps[3] = Point(1937.79, 2935.3);
- new ShapeRef(router, poly183, 183);
-
- Polygon poly184(4);
- poly184.ps[0] = Point(2187.79, 210.875);
- poly184.ps[1] = Point(2187.79, 230.875);
- poly184.ps[2] = Point(2155.79, 230.875);
- poly184.ps[3] = Point(2155.79, 210.875);
- new ShapeRef(router, poly184, 184);
-
- Polygon poly185(4);
- poly185.ps[0] = Point(2072.79, 189.875);
- poly185.ps[1] = Point(2072.79, 251.875);
- poly185.ps[2] = Point(2010.79, 251.875);
- poly185.ps[3] = Point(2010.79, 189.875);
- new ShapeRef(router, poly185, 185);
-
- Polygon poly186(4);
- poly186.ps[0] = Point(2072.79, 2154.05);
- poly186.ps[1] = Point(2072.79, 2216.05);
- poly186.ps[2] = Point(2010.79, 2216.05);
- poly186.ps[3] = Point(2010.79, 2154.05);
- new ShapeRef(router, poly186, 186);
-
- Polygon poly187(4);
- poly187.ps[0] = Point(1806.79, 1841.95);
- poly187.ps[1] = Point(1806.79, 1903.95);
- poly187.ps[2] = Point(1744.79, 1903.95);
- poly187.ps[3] = Point(1744.79, 1841.95);
- new ShapeRef(router, poly187, 187);
-
- Polygon poly188(4);
- poly188.ps[0] = Point(1942.79, 1862.95);
- poly188.ps[1] = Point(1942.79, 1882.95);
- poly188.ps[2] = Point(1910.79, 1882.95);
- poly188.ps[3] = Point(1910.79, 1862.95);
- new ShapeRef(router, poly188, 188);
-
- Polygon poly189(4);
- poly189.ps[0] = Point(1104.18, 1841.95);
- poly189.ps[1] = Point(1104.18, 1903.95);
- poly189.ps[2] = Point(1042.18, 1903.95);
- poly189.ps[3] = Point(1042.18, 1841.95);
- new ShapeRef(router, poly189, 189);
-
- Polygon poly190(4);
- poly190.ps[0] = Point(1480.46, 1862.95);
- poly190.ps[1] = Point(1480.46, 1882.95);
- poly190.ps[2] = Point(1448.46, 1882.95);
- poly190.ps[3] = Point(1448.46, 1862.95);
- new ShapeRef(router, poly190, 190);
-
- Polygon poly191(4);
- poly191.ps[0] = Point(907.358, 1841.95);
- poly191.ps[1] = Point(907.358, 1903.95);
- poly191.ps[2] = Point(845.358, 1903.95);
- poly191.ps[3] = Point(845.358, 1841.95);
- new ShapeRef(router, poly191, 191);
-
- Polygon poly192(4);
- poly192.ps[0] = Point(988.958, 1862.95);
- poly192.ps[1] = Point(988.958, 1882.95);
- poly192.ps[2] = Point(956.958, 1882.95);
- poly192.ps[3] = Point(956.958, 1862.95);
- new ShapeRef(router, poly192, 192);
-
- Polygon poly193(4);
- poly193.ps[0] = Point(1104.18, 1700.64);
- poly193.ps[1] = Point(1104.18, 1762.64);
- poly193.ps[2] = Point(1042.18, 1762.64);
- poly193.ps[3] = Point(1042.18, 1700.64);
- new ShapeRef(router, poly193, 193);
-
- Polygon poly194(4);
- poly194.ps[0] = Point(1104.18, 1992.95);
- poly194.ps[1] = Point(1104.18, 2054.95);
- poly194.ps[2] = Point(1042.18, 2054.95);
- poly194.ps[3] = Point(1042.18, 1992.95);
- new ShapeRef(router, poly194, 194);
-
- Polygon poly195(4);
- poly195.ps[0] = Point(1551.87, 1611.77);
- poly195.ps[1] = Point(1551.87, 1651.77);
- poly195.ps[2] = Point(1475.87, 1651.77);
- poly195.ps[3] = Point(1475.87, 1611.77);
- new ShapeRef(router, poly195, 195);
-
- Polygon poly196(4);
- poly196.ps[0] = Point(2578.71, 1617.64);
- poly196.ps[1] = Point(2578.71, 1679.64);
- poly196.ps[2] = Point(2516.71, 1679.64);
- poly196.ps[3] = Point(2516.71, 1617.64);
- new ShapeRef(router, poly196, 196);
-
- Polygon poly197(4);
- poly197.ps[0] = Point(3099.24, 285.75);
- poly197.ps[1] = Point(3099.24, 317.75);
- poly197.ps[2] = Point(3079.24, 317.75);
- poly197.ps[3] = Point(3079.24, 285.75);
- new ShapeRef(router, poly197, 197);
-
- Polygon poly198(4);
- poly198.ps[0] = Point(2732.54, 2489.3);
- poly198.ps[1] = Point(2732.54, 2533.3);
- poly198.ps[2] = Point(2592.54, 2533.3);
- poly198.ps[3] = Point(2592.54, 2489.3);
- new ShapeRef(router, poly198, 198);
-
- Polygon poly199(4);
- poly199.ps[0] = Point(1822.83, 2270.38);
- poly199.ps[1] = Point(1822.83, 2330.38);
- poly199.ps[2] = Point(1504.83, 2330.38);
- poly199.ps[3] = Point(1504.83, 2270.38);
- new ShapeRef(router, poly199, 199);
-
- Polygon poly200(4);
- poly200.ps[0] = Point(2072.79, 2643.3);
- poly200.ps[1] = Point(2072.79, 2705.3);
- poly200.ps[2] = Point(2010.79, 2705.3);
- poly200.ps[3] = Point(2010.79, 2643.3);
- new ShapeRef(router, poly200, 200);
-
- Polygon poly201(4);
- poly201.ps[0] = Point(2051.79, 2733.3);
- poly201.ps[1] = Point(2051.79, 2765.3);
- poly201.ps[2] = Point(2031.79, 2765.3);
- poly201.ps[3] = Point(2031.79, 2733.3);
- new ShapeRef(router, poly201, 201);
-
- Polygon poly202(4);
- poly202.ps[0] = Point(1892.79, 2460.3);
- poly202.ps[1] = Point(1892.79, 2522.3);
- poly202.ps[2] = Point(1830.79, 2522.3);
- poly202.ps[3] = Point(1830.79, 2460.3);
- new ShapeRef(router, poly202, 202);
-
- Polygon poly203(4);
- poly203.ps[0] = Point(1892.79, 2643.3);
- poly203.ps[1] = Point(1892.79, 2705.3);
- poly203.ps[2] = Point(1830.79, 2705.3);
- poly203.ps[3] = Point(1830.79, 2643.3);
- new ShapeRef(router, poly203, 203);
-
- Polygon poly204(4);
- poly204.ps[0] = Point(1871.79, 2733.3);
- poly204.ps[1] = Point(1871.79, 2765.3);
- poly204.ps[2] = Point(1851.79, 2765.3);
- poly204.ps[3] = Point(1851.79, 2733.3);
- new ShapeRef(router, poly204, 204);
-
- Polygon poly205(4);
- poly205.ps[0] = Point(1892.79, 2780.3);
- poly205.ps[1] = Point(1892.79, 2842.3);
- poly205.ps[2] = Point(1830.79, 2842.3);
- poly205.ps[3] = Point(1830.79, 2780.3);
- new ShapeRef(router, poly205, 205);
-
- Polygon poly206(4);
- poly206.ps[0] = Point(1830.79, 2498.3);
- poly206.ps[1] = Point(1830.79, 2560.3);
- poly206.ps[2] = Point(1768.79, 2560.3);
- poly206.ps[3] = Point(1768.79, 2498.3);
- new ShapeRef(router, poly206, 206);
-
- Polygon poly207(4);
- poly207.ps[0] = Point(1793.79, 1914.95);
- poly207.ps[1] = Point(1793.79, 1958.95);
- poly207.ps[2] = Point(1713.79, 1958.95);
- poly207.ps[3] = Point(1713.79, 1914.95);
- new ShapeRef(router, poly207, 207);
-
- Polygon poly208(4);
- poly208.ps[0] = Point(1104.18, 538.7);
- poly208.ps[1] = Point(1104.18, 600.7);
- poly208.ps[2] = Point(1042.18, 600.7);
- poly208.ps[3] = Point(1042.18, 538.7);
- new ShapeRef(router, poly208, 208);
-
- Polygon poly209(4);
- poly209.ps[0] = Point(1083.18, 692.5);
- poly209.ps[1] = Point(1083.18, 724.5);
- poly209.ps[2] = Point(1063.18, 724.5);
- poly209.ps[3] = Point(1063.18, 692.5);
- new ShapeRef(router, poly209, 209);
-
- Polygon poly210(4);
- poly210.ps[0] = Point(1245.46, 559.7);
- poly210.ps[1] = Point(1245.46, 579.7);
- poly210.ps[2] = Point(1213.46, 579.7);
- poly210.ps[3] = Point(1213.46, 559.7);
- new ShapeRef(router, poly210, 210);
-
- Polygon poly211(4);
- poly211.ps[0] = Point(907.358, 344.5);
- poly211.ps[1] = Point(907.358, 406.5);
- poly211.ps[2] = Point(845.358, 406.5);
- poly211.ps[3] = Point(845.358, 344.5);
- new ShapeRef(router, poly211, 211);
-
- Polygon poly212(4);
- poly212.ps[0] = Point(886.358, 553.7);
- poly212.ps[1] = Point(886.358, 585.7);
- poly212.ps[2] = Point(866.358, 585.7);
- poly212.ps[3] = Point(866.358, 553.7);
- new ShapeRef(router, poly212, 212);
-
- Polygon poly213(4);
- poly213.ps[0] = Point(812.958, 684.5);
- poly213.ps[1] = Point(812.958, 746.5);
- poly213.ps[2] = Point(750.958, 746.5);
- poly213.ps[3] = Point(750.958, 684.5);
- new ShapeRef(router, poly213, 213);
-
- Polygon poly214(4);
- poly214.ps[0] = Point(414.333, 496.5);
- poly214.ps[1] = Point(414.333, 528.5);
- poly214.ps[2] = Point(394.333, 528.5);
- poly214.ps[3] = Point(394.333, 496.5);
- new ShapeRef(router, poly214, 214);
-
- Polygon poly215(4);
- poly215.ps[0] = Point(2493.71, 2854.3);
- poly215.ps[1] = Point(2493.71, 2874.3);
- poly215.ps[2] = Point(2461.71, 2874.3);
- poly215.ps[3] = Point(2461.71, 2854.3);
- new ShapeRef(router, poly215, 215);
-
- Polygon poly216(4);
- poly216.ps[0] = Point(3150.9, 2498.3);
- poly216.ps[1] = Point(3150.9, 2560.3);
- poly216.ps[2] = Point(3088.9, 2560.3);
- poly216.ps[3] = Point(3088.9, 2498.3);
- new ShapeRef(router, poly216, 216);
-
- Polygon poly217(4);
- poly217.ps[0] = Point(2999.99, 2643.3);
- poly217.ps[1] = Point(2999.99, 2705.3);
- poly217.ps[2] = Point(2937.99, 2705.3);
- poly217.ps[3] = Point(2937.99, 2643.3);
- new ShapeRef(router, poly217, 217);
-
- Polygon poly218(4);
- poly218.ps[0] = Point(2926.99, 2602.3);
- poly218.ps[1] = Point(2926.99, 2622.3);
- poly218.ps[2] = Point(2894.99, 2622.3);
- poly218.ps[3] = Point(2894.99, 2602.3);
- new ShapeRef(router, poly218, 218);
-
- Polygon poly219(4);
- poly219.ps[0] = Point(3150.9, 2841.3);
- poly219.ps[1] = Point(3150.9, 2903.3);
- poly219.ps[2] = Point(3088.9, 2903.3);
- poly219.ps[3] = Point(3088.9, 2841.3);
- new ShapeRef(router, poly219, 219);
-
- Polygon poly220(4);
- poly220.ps[0] = Point(2999.99, 3178.3);
- poly220.ps[1] = Point(2999.99, 3240.3);
- poly220.ps[2] = Point(2937.99, 3240.3);
- poly220.ps[3] = Point(2937.99, 3178.3);
- new ShapeRef(router, poly220, 220);
-
- Polygon poly221(4);
- poly221.ps[0] = Point(3252.24, 2643.3);
- poly221.ps[1] = Point(3252.24, 2705.3);
- poly221.ps[2] = Point(3190.24, 2705.3);
- poly221.ps[3] = Point(3190.24, 2643.3);
- new ShapeRef(router, poly221, 221);
-
- Polygon poly222(4);
- poly222.ps[0] = Point(3247.44, 3178.3);
- poly222.ps[1] = Point(3247.44, 3240.3);
- poly222.ps[2] = Point(3185.44, 3240.3);
- poly222.ps[3] = Point(3185.44, 3178.3);
- new ShapeRef(router, poly222, 222);
-
- Polygon poly223(4);
- poly223.ps[0] = Point(3252.24, 2596.3);
- poly223.ps[1] = Point(3252.24, 2628.3);
- poly223.ps[2] = Point(3232.24, 2628.3);
- poly223.ps[3] = Point(3232.24, 2596.3);
- new ShapeRef(router, poly223, 223);
-
- Polygon poly224(4);
- poly224.ps[0] = Point(2900.99, 3061.3);
- poly224.ps[1] = Point(2900.99, 3081.3);
- poly224.ps[2] = Point(2868.99, 3081.3);
- poly224.ps[3] = Point(2868.99, 3061.3);
- new ShapeRef(router, poly224, 224);
-
- Polygon poly225(4);
- poly225.ps[0] = Point(3336.74, 3055.3);
- poly225.ps[1] = Point(3336.74, 3087.3);
- poly225.ps[2] = Point(3316.74, 3087.3);
- poly225.ps[3] = Point(3316.74, 3055.3);
- new ShapeRef(router, poly225, 225);
-
- Polygon poly226(4);
- poly226.ps[0] = Point(1798.79, 3289.3);
- poly226.ps[1] = Point(1798.79, 3309.3);
- poly226.ps[2] = Point(1766.79, 3309.3);
- poly226.ps[3] = Point(1766.79, 3289.3);
- new ShapeRef(router, poly226, 226);
-
- Polygon poly227(4);
- poly227.ps[0] = Point(210, 492.5);
- poly227.ps[1] = Point(210, 532.5);
- poly227.ps[2] = Point(134, 532.5);
- poly227.ps[3] = Point(134, 492.5);
- new ShapeRef(router, poly227, 227);
-
- Polygon poly228(4);
- poly228.ps[0] = Point(121, 628.5);
- poly228.ps[1] = Point(121, 668.5);
- poly228.ps[2] = Point(45, 668.5);
- poly228.ps[3] = Point(45, 628.5);
- new ShapeRef(router, poly228, 228);
-
- Polygon poly229(4);
- poly229.ps[0] = Point(568.333, 638.5);
- poly229.ps[1] = Point(568.333, 698.5);
- poly229.ps[2] = Point(512.333, 698.5);
- poly229.ps[3] = Point(512.333, 638.5);
- new ShapeRef(router, poly229, 229);
-
- Polygon poly230(4);
- poly230.ps[0] = Point(568.333, 763.833);
- poly230.ps[1] = Point(568.333, 823.833);
- poly230.ps[2] = Point(512.333, 823.833);
- poly230.ps[3] = Point(512.333, 763.833);
- new ShapeRef(router, poly230, 230);
-
- Polygon poly231(4);
- poly231.ps[0] = Point(1481.46, 688.5);
- poly231.ps[1] = Point(1481.46, 728.5);
- poly231.ps[2] = Point(1405.46, 728.5);
- poly231.ps[3] = Point(1405.46, 688.5);
- new ShapeRef(router, poly231, 231);
-
- Polygon poly232(4);
- poly232.ps[0] = Point(1570.46, 221.5);
- poly232.ps[1] = Point(1570.46, 281.5);
- poly232.ps[2] = Point(1514.46, 281.5);
- poly232.ps[3] = Point(1514.46, 221.5);
- new ShapeRef(router, poly232, 232);
-
- Polygon poly233(4);
- poly233.ps[0] = Point(1970.29, 221.5);
- poly233.ps[1] = Point(1970.29, 281.5);
- poly233.ps[2] = Point(1914.29, 281.5);
- poly233.ps[3] = Point(1914.29, 221.5);
- new ShapeRef(router, poly233, 233);
-
- Polygon poly234(4);
- poly234.ps[0] = Point(2054.79, 707.5);
- poly234.ps[1] = Point(2054.79, 767.5);
- poly234.ps[2] = Point(1998.79, 767.5);
- poly234.ps[3] = Point(1998.79, 707.5);
- new ShapeRef(router, poly234, 234);
-
- Polygon poly235(4);
- poly235.ps[0] = Point(568.333, 1206.24);
- poly235.ps[1] = Point(568.333, 1266.24);
- poly235.ps[2] = Point(512.333, 1266.24);
- poly235.ps[3] = Point(512.333, 1206.24);
- new ShapeRef(router, poly235, 235);
-
- Polygon poly236(4);
- poly236.ps[0] = Point(739.958, 1206.24);
- poly236.ps[1] = Point(739.958, 1266.24);
- poly236.ps[2] = Point(683.958, 1266.24);
- poly236.ps[3] = Point(683.958, 1206.24);
- new ShapeRef(router, poly236, 236);
-
- Polygon poly237(4);
- poly237.ps[0] = Point(1000.96, 1206.24);
- poly237.ps[1] = Point(1000.96, 1266.24);
- poly237.ps[2] = Point(944.958, 1266.24);
- poly237.ps[3] = Point(944.958, 1206.24);
- new ShapeRef(router, poly237, 237);
-
- Polygon poly238(4);
- poly238.ps[0] = Point(1040.96, 1123.64);
- poly238.ps[1] = Point(1040.96, 1163.64);
- poly238.ps[2] = Point(964.958, 1163.64);
- poly238.ps[3] = Point(964.958, 1123.64);
- new ShapeRef(router, poly238, 238);
-
- Polygon poly239(4);
- poly239.ps[0] = Point(1413.86, 899.5);
- poly239.ps[1] = Point(1413.86, 959.5);
- poly239.ps[2] = Point(1357.86, 959.5);
- poly239.ps[3] = Point(1357.86, 899.5);
- new ShapeRef(router, poly239, 239);
-
- Polygon poly240(4);
- poly240.ps[0] = Point(1413.86, 1051.64);
- poly240.ps[1] = Point(1413.86, 1111.64);
- poly240.ps[2] = Point(1357.86, 1111.64);
- poly240.ps[3] = Point(1357.86, 1051.64);
- new ShapeRef(router, poly240, 240);
-
- Polygon poly241(4);
- poly241.ps[0] = Point(1413.86, 1153.64);
- poly241.ps[1] = Point(1413.86, 1213.64);
- poly241.ps[2] = Point(1357.86, 1213.64);
- poly241.ps[3] = Point(1357.86, 1153.64);
- new ShapeRef(router, poly241, 241);
-
- Polygon poly242(4);
- poly242.ps[0] = Point(1732.79, 1256.24);
- poly242.ps[1] = Point(1732.79, 1296.24);
- poly242.ps[2] = Point(1656.79, 1296.24);
- poly242.ps[3] = Point(1656.79, 1256.24);
- new ShapeRef(router, poly242, 242);
-
- Polygon poly243(4);
- poly243.ps[0] = Point(1954.79, 1663.64);
- poly243.ps[1] = Point(1954.79, 1723.64);
- poly243.ps[2] = Point(1898.79, 1723.64);
- poly243.ps[3] = Point(1898.79, 1663.64);
- new ShapeRef(router, poly243, 243);
-
- Polygon poly244(4);
- poly244.ps[0] = Point(2044.29, 1420.24);
- poly244.ps[1] = Point(2044.29, 1460.24);
- poly244.ps[2] = Point(1968.29, 1460.24);
- poly244.ps[3] = Point(1968.29, 1420.24);
- new ShapeRef(router, poly244, 244);
-
- Polygon poly245(4);
- poly245.ps[0] = Point(2127.79, 1702.64);
- poly245.ps[1] = Point(2127.79, 1742.64);
- poly245.ps[2] = Point(2051.79, 1742.64);
- poly245.ps[3] = Point(2051.79, 1702.64);
- new ShapeRef(router, poly245, 245);
-
- Polygon poly246(4);
- poly246.ps[0] = Point(2199.79, 1499.64);
- poly246.ps[1] = Point(2199.79, 1559.64);
- poly246.ps[2] = Point(2143.79, 1559.64);
- poly246.ps[3] = Point(2143.79, 1499.64);
- new ShapeRef(router, poly246, 246);
-
- Polygon poly247(4);
- poly247.ps[0] = Point(2327.79, 1420.24);
- poly247.ps[1] = Point(2327.79, 1460.24);
- poly247.ps[2] = Point(2251.79, 1460.24);
- poly247.ps[3] = Point(2251.79, 1420.24);
- new ShapeRef(router, poly247, 247);
-
- Polygon poly248(4);
- poly248.ps[0] = Point(2505.71, 1439.44);
- poly248.ps[1] = Point(2505.71, 1499.44);
- poly248.ps[2] = Point(2449.71, 1499.44);
- poly248.ps[3] = Point(2449.71, 1439.44);
- new ShapeRef(router, poly248, 248);
-
- Polygon poly249(4);
- poly249.ps[0] = Point(2505.71, 1591.64);
- poly249.ps[1] = Point(2505.71, 1651.64);
- poly249.ps[2] = Point(2449.71, 1651.64);
- poly249.ps[3] = Point(2449.71, 1591.64);
- new ShapeRef(router, poly249, 249);
- */
-
- Polygon poly250(4);
- poly250.ps[0] = Point(2199.79, 1802.95);
- poly250.ps[1] = Point(2199.79, 1862.95);
- poly250.ps[2] = Point(2143.79, 1862.95);
- poly250.ps[3] = Point(2143.79, 1802.95);
- new ShapeRef(router, poly250, 250);
-
- /*
- Polygon poly251(4);
- poly251.ps[0] = Point(2505.71, 1943.95);
- poly251.ps[1] = Point(2505.71, 2003.95);
- poly251.ps[2] = Point(2449.71, 2003.95);
- poly251.ps[3] = Point(2449.71, 1943.95);
- new ShapeRef(router, poly251, 251);
-
- Polygon poly252(4);
- poly252.ps[0] = Point(2505.71, 2065.95);
- poly252.ps[1] = Point(2505.71, 2125.95);
- poly252.ps[2] = Point(2449.71, 2125.95);
- poly252.ps[3] = Point(2449.71, 2065.95);
- new ShapeRef(router, poly252, 252);
-
- Polygon poly253(4);
- poly253.ps[0] = Point(2688.54, 1742.64);
- poly253.ps[1] = Point(2688.54, 1802.64);
- poly253.ps[2] = Point(2632.54, 1802.64);
- poly253.ps[3] = Point(2632.54, 1742.64);
- new ShapeRef(router, poly253, 253);
-
- Polygon poly254(4);
- poly254.ps[0] = Point(2665.54, 1894.95);
- poly254.ps[1] = Point(2665.54, 1954.95);
- poly254.ps[2] = Point(2609.54, 1954.95);
- poly254.ps[3] = Point(2609.54, 1894.95);
- new ShapeRef(router, poly254, 254);
-
- Polygon poly255(4);
- poly255.ps[0] = Point(2763.54, 1894.95);
- poly255.ps[1] = Point(2763.54, 1954.95);
- poly255.ps[2] = Point(2707.54, 1954.95);
- poly255.ps[3] = Point(2707.54, 1894.95);
- new ShapeRef(router, poly255, 255);
-
- Polygon poly256(4);
- poly256.ps[0] = Point(2926.99, 1742.64);
- poly256.ps[1] = Point(2926.99, 1802.64);
- poly256.ps[2] = Point(2870.99, 1802.64);
- poly256.ps[3] = Point(2870.99, 1742.64);
- new ShapeRef(router, poly256, 256);
-
- Polygon poly257(4);
- poly257.ps[0] = Point(2903.99, 1894.95);
- poly257.ps[1] = Point(2903.99, 1954.95);
- poly257.ps[2] = Point(2847.99, 1954.95);
- poly257.ps[3] = Point(2847.99, 1894.95);
- new ShapeRef(router, poly257, 257);
-
- Polygon poly258(4);
- poly258.ps[0] = Point(2981.99, 1894.95);
- poly258.ps[1] = Point(2981.99, 1954.95);
- poly258.ps[2] = Point(2925.99, 1954.95);
- poly258.ps[3] = Point(2925.99, 1894.95);
- new ShapeRef(router, poly258, 258);
-
- Polygon poly259(4);
- poly259.ps[0] = Point(2327.79, 688.5);
- poly259.ps[1] = Point(2327.79, 728.5);
- poly259.ps[2] = Point(2251.79, 728.5);
- poly259.ps[3] = Point(2251.79, 688.5);
- new ShapeRef(router, poly259, 259);
-
- Polygon poly260(4);
- poly260.ps[0] = Point(2633.71, 688.5);
- poly260.ps[1] = Point(2633.71, 728.5);
- poly260.ps[2] = Point(2557.71, 728.5);
- poly260.ps[3] = Point(2557.71, 688.5);
- new ShapeRef(router, poly260, 260);
-
- Polygon poly261(4);
- poly261.ps[0] = Point(2873.54, 688.5);
- poly261.ps[1] = Point(2873.54, 728.5);
- poly261.ps[2] = Point(2797.54, 728.5);
- poly261.ps[3] = Point(2797.54, 688.5);
- new ShapeRef(router, poly261, 261);
-
- Polygon poly262(4);
- poly262.ps[0] = Point(3054.99, 688.5);
- poly262.ps[1] = Point(3054.99, 728.5);
- poly262.ps[2] = Point(2978.99, 728.5);
- poly262.ps[3] = Point(2978.99, 688.5);
- new ShapeRef(router, poly262, 262);
-
- Polygon poly263(4);
- poly263.ps[0] = Point(3054.99, 894.5);
- poly263.ps[1] = Point(3054.99, 934.5);
- poly263.ps[2] = Point(2978.99, 934.5);
- poly263.ps[3] = Point(2978.99, 894.5);
- new ShapeRef(router, poly263, 263);
-
- Polygon poly264(4);
- poly264.ps[0] = Point(2327.79, 281.75);
- poly264.ps[1] = Point(2327.79, 321.75);
- poly264.ps[2] = Point(2251.79, 321.75);
- poly264.ps[3] = Point(2251.79, 281.75);
- new ShapeRef(router, poly264, 264);
-
- Polygon poly265(4);
- poly265.ps[0] = Point(2505.71, 150.875);
- poly265.ps[1] = Point(2505.71, 210.875);
- poly265.ps[2] = Point(2449.71, 210.875);
- poly265.ps[3] = Point(2449.71, 150.875);
- new ShapeRef(router, poly265, 265);
-
- Polygon poly266(4);
- poly266.ps[0] = Point(2633.71, 281.75);
- poly266.ps[1] = Point(2633.71, 321.75);
- poly266.ps[2] = Point(2557.71, 321.75);
- poly266.ps[3] = Point(2557.71, 281.75);
- new ShapeRef(router, poly266, 266);
-
- Polygon poly267(4);
- poly267.ps[0] = Point(2693.54, 150.875);
- poly267.ps[1] = Point(2693.54, 210.875);
- poly267.ps[2] = Point(2637.54, 210.875);
- poly267.ps[3] = Point(2637.54, 150.875);
- new ShapeRef(router, poly267, 267);
-
- Polygon poly268(4);
- poly268.ps[0] = Point(2693.54, 367.7);
- poly268.ps[1] = Point(2693.54, 427.7);
- poly268.ps[2] = Point(2637.54, 427.7);
- poly268.ps[3] = Point(2637.54, 367.7);
- new ShapeRef(router, poly268, 268);
-
- Polygon poly269(4);
- poly269.ps[0] = Point(2947.99, 367.7);
- poly269.ps[1] = Point(2947.99, 427.7);
- poly269.ps[2] = Point(2891.99, 427.7);
- poly269.ps[3] = Point(2891.99, 367.7);
- new ShapeRef(router, poly269, 269);
-
- Polygon poly270(4);
- poly270.ps[0] = Point(3225.24, 281.75);
- poly270.ps[1] = Point(3225.24, 321.75);
- poly270.ps[2] = Point(3149.24, 321.75);
- poly270.ps[3] = Point(3149.24, 281.75);
- new ShapeRef(router, poly270, 270);
-
- Polygon poly271(4);
- poly271.ps[0] = Point(3506.07, 844.5);
- poly271.ps[1] = Point(3506.07, 904.5);
- poly271.ps[2] = Point(3450.07, 904.5);
- poly271.ps[3] = Point(3450.07, 844.5);
- new ShapeRef(router, poly271, 271);
-
- Polygon poly272(4);
- poly272.ps[0] = Point(3564.07, 1852.95);
- poly272.ps[1] = Point(3564.07, 1892.95);
- poly272.ps[2] = Point(3488.07, 1892.95);
- poly272.ps[3] = Point(3488.07, 1852.95);
- new ShapeRef(router, poly272, 272);
-
- Polygon poly273(4);
- poly273.ps[0] = Point(3564.07, 2592.3);
- poly273.ps[1] = Point(3564.07, 2632.3);
- poly273.ps[2] = Point(3488.07, 2632.3);
- poly273.ps[3] = Point(3488.07, 2592.3);
- new ShapeRef(router, poly273, 273);
-
- Polygon poly274(4);
- poly274.ps[0] = Point(2815.54, 3427.3);
- poly274.ps[1] = Point(2815.54, 3487.3);
- poly274.ps[2] = Point(2759.54, 3487.3);
- poly274.ps[3] = Point(2759.54, 3427.3);
- new ShapeRef(router, poly274, 274);
-
- Polygon poly275(4);
- poly275.ps[0] = Point(2815.54, 3529.3);
- poly275.ps[1] = Point(2815.54, 3589.3);
- poly275.ps[2] = Point(2759.54, 3589.3);
- poly275.ps[3] = Point(2759.54, 3529.3);
- new ShapeRef(router, poly275, 275);
-
- Polygon poly276(4);
- poly276.ps[0] = Point(3682.07, 2592.3);
- poly276.ps[1] = Point(3682.07, 2632.3);
- poly276.ps[2] = Point(3606.07, 2632.3);
- poly276.ps[3] = Point(3606.07, 2592.3);
- new ShapeRef(router, poly276, 276);
-
- Polygon poly277(4);
- poly277.ps[0] = Point(3682.07, 894.5);
- poly277.ps[1] = Point(3682.07, 934.5);
- poly277.ps[2] = Point(3606.07, 934.5);
- poly277.ps[3] = Point(3606.07, 894.5);
- new ShapeRef(router, poly277, 277);
-
- Polygon poly278(4);
- poly278.ps[0] = Point(3412.74, 894.5);
- poly278.ps[1] = Point(3412.74, 934.5);
- poly278.ps[2] = Point(3336.74, 934.5);
- poly278.ps[3] = Point(3336.74, 894.5);
- new ShapeRef(router, poly278, 278);
-
- Polygon poly279(4);
- poly279.ps[0] = Point(3244.44, 2329.05);
- poly279.ps[1] = Point(3244.44, 2389.05);
- poly279.ps[2] = Point(3188.44, 2389.05);
- poly279.ps[3] = Point(3188.44, 2329.05);
- new ShapeRef(router, poly279, 279);
-
- Polygon poly280(4);
- poly280.ps[0] = Point(3244.44, 2227.05);
- poly280.ps[1] = Point(3244.44, 2287.05);
- poly280.ps[2] = Point(3188.44, 2287.05);
- poly280.ps[3] = Point(3188.44, 2227.05);
- new ShapeRef(router, poly280, 280);
-
- Polygon poly281(4);
- poly281.ps[0] = Point(2815.54, 2227.05);
- poly281.ps[1] = Point(2815.54, 2287.05);
- poly281.ps[2] = Point(2759.54, 2287.05);
- poly281.ps[3] = Point(2759.54, 2227.05);
- new ShapeRef(router, poly281, 281);
-
- Polygon poly282(4);
- poly282.ps[0] = Point(3244.44, 844.5);
- poly282.ps[1] = Point(3244.44, 904.5);
- poly282.ps[2] = Point(3188.44, 904.5);
- poly282.ps[3] = Point(3188.44, 844.5);
- new ShapeRef(router, poly282, 282);
-
- Polygon poly283(4);
- poly283.ps[0] = Point(2815.54, 2115.05);
- poly283.ps[1] = Point(2815.54, 2175.05);
- poly283.ps[2] = Point(2759.54, 2175.05);
- poly283.ps[3] = Point(2759.54, 2115.05);
- new ShapeRef(router, poly283, 283);
-
- Polygon poly284(4);
- poly284.ps[0] = Point(2427.71, 2115.05);
- poly284.ps[1] = Point(2427.71, 2175.05);
- poly284.ps[2] = Point(2371.71, 2175.05);
- poly284.ps[3] = Point(2371.71, 2115.05);
- new ShapeRef(router, poly284, 284);
-
- Polygon poly285(4);
- poly285.ps[0] = Point(1954.79, 2115.05);
- poly285.ps[1] = Point(1954.79, 2175.05);
- poly285.ps[2] = Point(1898.79, 2175.05);
- poly285.ps[3] = Point(1898.79, 2115.05);
- new ShapeRef(router, poly285, 285);
-
- Polygon poly286(4);
- poly286.ps[0] = Point(739.958, 2115.05);
- poly286.ps[1] = Point(739.958, 2175.05);
- poly286.ps[2] = Point(683.958, 2175.05);
- poly286.ps[3] = Point(683.958, 2115.05);
- new ShapeRef(router, poly286, 286);
-
- Polygon poly287(4);
- poly287.ps[0] = Point(1649.6, 2003.95);
- poly287.ps[1] = Point(1649.6, 2043.95);
- poly287.ps[2] = Point(1573.6, 2043.95);
- poly287.ps[3] = Point(1573.6, 2003.95);
- new ShapeRef(router, poly287, 287);
-
- Polygon poly288(4);
- poly288.ps[0] = Point(739.958, 1308.24);
- poly288.ps[1] = Point(739.958, 1368.24);
- poly288.ps[2] = Point(683.958, 1368.24);
- poly288.ps[3] = Point(683.958, 1308.24);
- new ShapeRef(router, poly288, 288);
-
- Polygon poly289(4);
- poly289.ps[0] = Point(797.958, 1420.24);
- poly289.ps[1] = Point(797.958, 1460.24);
- poly289.ps[2] = Point(721.958, 1460.24);
- poly289.ps[3] = Point(721.958, 1420.24);
- new ShapeRef(router, poly289, 289);
-
- Polygon poly290(4);
- poly290.ps[0] = Point(1375.86, 1420.24);
- poly290.ps[1] = Point(1375.86, 1460.24);
- poly290.ps[2] = Point(1299.86, 1460.24);
- poly290.ps[3] = Point(1299.86, 1420.24);
- new ShapeRef(router, poly290, 290);
-
- Polygon poly291(4);
- poly291.ps[0] = Point(638.333, 2407.3);
- poly291.ps[1] = Point(638.333, 2467.3);
- poly291.ps[2] = Point(582.333, 2467.3);
- poly291.ps[3] = Point(582.333, 2407.3);
- new ShapeRef(router, poly291, 291);
-
- Polygon poly292(4);
- poly292.ps[0] = Point(696.333, 2592.3);
- poly292.ps[1] = Point(696.333, 2632.3);
- poly292.ps[2] = Point(620.333, 2632.3);
- poly292.ps[3] = Point(620.333, 2592.3);
- new ShapeRef(router, poly292, 292);
-
- Polygon poly293(4);
- poly293.ps[0] = Point(638.333, 3081.3);
- poly293.ps[1] = Point(638.333, 3141.3);
- poly293.ps[2] = Point(582.333, 3141.3);
- poly293.ps[3] = Point(582.333, 3081.3);
- new ShapeRef(router, poly293, 293);
-
- Polygon poly294(4);
- poly294.ps[0] = Point(1187.96, 2592.3);
- poly294.ps[1] = Point(1187.96, 2632.3);
- poly294.ps[2] = Point(1111.96, 2632.3);
- poly294.ps[3] = Point(1111.96, 2592.3);
- new ShapeRef(router, poly294, 294);
-
- Polygon poly295(4);
- poly295.ps[0] = Point(1305.96, 2592.3);
- poly295.ps[1] = Point(1305.96, 2632.3);
- poly295.ps[2] = Point(1229.96, 2632.3);
- poly295.ps[3] = Point(1229.96, 2592.3);
- new ShapeRef(router, poly295, 295);
-
- Polygon poly296(4);
- poly296.ps[0] = Point(1732.79, 2737.3);
- poly296.ps[1] = Point(1732.79, 2777.3);
- poly296.ps[2] = Point(1656.79, 2777.3);
- poly296.ps[3] = Point(1656.79, 2737.3);
- new ShapeRef(router, poly296, 296);
-
- Polygon poly297(4);
- poly297.ps[0] = Point(1649.6, 2668.3);
- poly297.ps[1] = Point(1649.6, 2708.3);
- poly297.ps[2] = Point(1573.6, 2708.3);
- poly297.ps[3] = Point(1573.6, 2668.3);
- new ShapeRef(router, poly297, 297);
-
- Polygon poly298(4);
- poly298.ps[0] = Point(1528.46, 2737.3);
- poly298.ps[1] = Point(1528.46, 2777.3);
- poly298.ps[2] = Point(1452.46, 2777.3);
- poly298.ps[3] = Point(1452.46, 2737.3);
- new ShapeRef(router, poly298, 298);
-
- Polygon poly299(4);
- poly299.ps[0] = Point(1732.79, 3120.3);
- poly299.ps[1] = Point(1732.79, 3160.3);
- poly299.ps[2] = Point(1656.79, 3160.3);
- poly299.ps[3] = Point(1656.79, 3120.3);
- new ShapeRef(router, poly299, 299);
-
- Polygon poly300(4);
- poly300.ps[0] = Point(1528.46, 3120.3);
- poly300.ps[1] = Point(1528.46, 3160.3);
- poly300.ps[2] = Point(1452.46, 3160.3);
- poly300.ps[3] = Point(1452.46, 3120.3);
- new ShapeRef(router, poly300, 300);
-
- Polygon poly301(4);
- poly301.ps[0] = Point(1649.6, 3051.3);
- poly301.ps[1] = Point(1649.6, 3091.3);
- poly301.ps[2] = Point(1573.6, 3091.3);
- poly301.ps[3] = Point(1573.6, 3051.3);
- new ShapeRef(router, poly301, 301);
-
- Polygon poly302(4);
- poly302.ps[0] = Point(2257.79, 2679.3);
- poly302.ps[1] = Point(2257.79, 2739.3);
- poly302.ps[2] = Point(2201.79, 2739.3);
- poly302.ps[3] = Point(2201.79, 2679.3);
- new ShapeRef(router, poly302, 302);
-
- Polygon poly303(4);
- poly303.ps[0] = Point(2420.71, 2592.3);
- poly303.ps[1] = Point(2420.71, 2632.3);
- poly303.ps[2] = Point(2344.71, 2632.3);
- poly303.ps[3] = Point(2344.71, 2592.3);
- new ShapeRef(router, poly303, 303);
-
- Polygon poly304(4);
- poly304.ps[0] = Point(2505.71, 2965.3);
- poly304.ps[1] = Point(2505.71, 3025.3);
- poly304.ps[2] = Point(2449.71, 3025.3);
- poly304.ps[3] = Point(2449.71, 2965.3);
- new ShapeRef(router, poly304, 304);
-
- Polygon poly305(4);
- poly305.ps[0] = Point(840.958, 2457.3);
- poly305.ps[1] = Point(840.958, 2497.3);
- poly305.ps[2] = Point(764.958, 2497.3);
- poly305.ps[3] = Point(764.958, 2457.3);
- new ShapeRef(router, poly305, 305);
-
- Polygon poly306(4);
- poly306.ps[0] = Point(986.958, 2407.3);
- poly306.ps[1] = Point(986.958, 2467.3);
- poly306.ps[2] = Point(930.958, 2467.3);
- poly306.ps[3] = Point(930.958, 2407.3);
- new ShapeRef(router, poly306, 306);
-
- Polygon poly307(4);
- poly307.ps[0] = Point(962.358, 2592.3);
- poly307.ps[1] = Point(962.358, 2632.3);
- poly307.ps[2] = Point(886.358, 2632.3);
- poly307.ps[3] = Point(886.358, 2592.3);
- new ShapeRef(router, poly307, 307);
-
- Polygon poly308(4);
- poly308.ps[0] = Point(962.358, 2737.3);
- poly308.ps[1] = Point(962.358, 2777.3);
- poly308.ps[2] = Point(886.358, 2777.3);
- poly308.ps[3] = Point(886.358, 2737.3);
- new ShapeRef(router, poly308, 308);
-
- Polygon poly309(4);
- poly309.ps[0] = Point(904.358, 3001.3);
- poly309.ps[1] = Point(904.358, 3061.3);
- poly309.ps[2] = Point(848.358, 3061.3);
- poly309.ps[3] = Point(848.358, 3001.3);
- new ShapeRef(router, poly309, 309);
-
- Polygon poly310(4);
- poly310.ps[0] = Point(2199.79, 971.643);
- poly310.ps[1] = Point(2199.79, 1031.64);
- poly310.ps[2] = Point(2143.79, 1031.64);
- poly310.ps[3] = Point(2143.79, 971.643);
- new ShapeRef(router, poly310, 310);
-
- Polygon poly311(4);
- poly311.ps[0] = Point(2505.71, 971.643);
- poly311.ps[1] = Point(2505.71, 1031.64);
- poly311.ps[2] = Point(2449.71, 1031.64);
- poly311.ps[3] = Point(2449.71, 971.643);
- new ShapeRef(router, poly311, 311);
-
- Polygon poly312(4);
- poly312.ps[0] = Point(2269.79, 1153.64);
- poly312.ps[1] = Point(2269.79, 1213.64);
- poly312.ps[2] = Point(2213.79, 1213.64);
- poly312.ps[3] = Point(2213.79, 1153.64);
- new ShapeRef(router, poly312, 312);
-
- Polygon poly313(4);
- poly313.ps[0] = Point(1797.79, 436.5);
- poly313.ps[1] = Point(1797.79, 496.5);
- poly313.ps[2] = Point(1741.79, 496.5);
- poly313.ps[3] = Point(1741.79, 436.5);
- new ShapeRef(router, poly313, 313);
-
- Polygon poly314(4);
- poly314.ps[0] = Point(1797.79, 587.5);
- poly314.ps[1] = Point(1797.79, 647.5);
- poly314.ps[2] = Point(1741.79, 647.5);
- poly314.ps[3] = Point(1741.79, 587.5);
- new ShapeRef(router, poly314, 314);
-
- Polygon poly315(4);
- poly315.ps[0] = Point(2127.79, 1256.24);
- poly315.ps[1] = Point(2127.79, 1296.24);
- poly315.ps[2] = Point(2051.79, 1296.24);
- poly315.ps[3] = Point(2051.79, 1256.24);
- new ShapeRef(router, poly315, 315);
-
- Polygon poly316(4);
- poly316.ps[0] = Point(409, 1105.24);
- poly316.ps[1] = Point(409, 1145.24);
- poly316.ps[2] = Point(333, 1145.24);
- poly316.ps[3] = Point(333, 1105.24);
- new ShapeRef(router, poly316, 316);
-
- Polygon poly317(4);
- poly317.ps[0] = Point(271, 1123.64);
- poly317.ps[1] = Point(271, 1163.64);
- poly317.ps[2] = Point(195, 1163.64);
- poly317.ps[3] = Point(195, 1123.64);
- new ShapeRef(router, poly317, 317);
-
- Polygon poly318(4);
- poly318.ps[0] = Point(551.333, 1123.64);
- poly318.ps[1] = Point(551.333, 1163.64);
- poly318.ps[2] = Point(475.333, 1163.64);
- poly318.ps[3] = Point(475.333, 1123.64);
- new ShapeRef(router, poly318, 318);
-
- Polygon poly319(4);
- poly319.ps[0] = Point(1810.79, 3331.3);
- poly319.ps[1] = Point(1810.79, 3391.3);
- poly319.ps[2] = Point(1754.79, 3391.3);
- poly319.ps[3] = Point(1754.79, 3331.3);
- new ShapeRef(router, poly319, 319);
-
- Polygon poly320(4);
- poly320.ps[0] = Point(1810.79, 3127.3);
- poly320.ps[1] = Point(1810.79, 3187.3);
- poly320.ps[2] = Point(1754.79, 3187.3);
- poly320.ps[3] = Point(1754.79, 3127.3);
- new ShapeRef(router, poly320, 320);
-
- Polygon poly321(4);
- poly321.ps[0] = Point(2803.54, 53.5);
- poly321.ps[1] = Point(2803.54, 113.5);
- poly321.ps[2] = Point(2747.54, 113.5);
- poly321.ps[3] = Point(2747.54, 53.5);
- new ShapeRef(router, poly321, 321);
-
- Polygon poly322(4);
- poly322.ps[0] = Point(1981.79, 2875.3);
- poly322.ps[1] = Point(1981.79, 2935.3);
- poly322.ps[2] = Point(1925.79, 2935.3);
- poly322.ps[3] = Point(1925.79, 2875.3);
- new ShapeRef(router, poly322, 322);
-
- Polygon poly323(4);
- poly323.ps[0] = Point(2199.79, 150.875);
- poly323.ps[1] = Point(2199.79, 210.875);
- poly323.ps[2] = Point(2143.79, 210.875);
- poly323.ps[3] = Point(2143.79, 150.875);
- new ShapeRef(router, poly323, 323);
-
- Polygon poly324(4);
- poly324.ps[0] = Point(1954.79, 1802.95);
- poly324.ps[1] = Point(1954.79, 1862.95);
- poly324.ps[2] = Point(1898.79, 1862.95);
- poly324.ps[3] = Point(1898.79, 1802.95);
- new ShapeRef(router, poly324, 324);
-
- Polygon poly325(4);
- poly325.ps[0] = Point(1492.46, 1802.95);
- poly325.ps[1] = Point(1492.46, 1862.95);
- poly325.ps[2] = Point(1436.46, 1862.95);
- poly325.ps[3] = Point(1436.46, 1802.95);
- new ShapeRef(router, poly325, 325);
-
- Polygon poly326(4);
- poly326.ps[0] = Point(1000.96, 1802.95);
- poly326.ps[1] = Point(1000.96, 1862.95);
- poly326.ps[2] = Point(944.958, 1862.95);
- poly326.ps[3] = Point(944.958, 1802.95);
- new ShapeRef(router, poly326, 326);
-
- Polygon poly327(4);
- poly327.ps[0] = Point(3079.24, 281.75);
- poly327.ps[1] = Point(3079.24, 321.75);
- poly327.ps[2] = Point(3003.24, 321.75);
- poly327.ps[3] = Point(3003.24, 281.75);
- new ShapeRef(router, poly327, 327);
-
- Polygon poly328(4);
- poly328.ps[0] = Point(2127.79, 2729.3);
- poly328.ps[1] = Point(2127.79, 2769.3);
- poly328.ps[2] = Point(2051.79, 2769.3);
- poly328.ps[3] = Point(2051.79, 2729.3);
- new ShapeRef(router, poly328, 328);
-
- Polygon poly329(4);
- poly329.ps[0] = Point(1947.79, 2729.3);
- poly329.ps[1] = Point(1947.79, 2769.3);
- poly329.ps[2] = Point(1871.79, 2769.3);
- poly329.ps[3] = Point(1871.79, 2729.3);
- new ShapeRef(router, poly329, 329);
-
- Polygon poly330(4);
- poly330.ps[0] = Point(1159.18, 688.5);
- poly330.ps[1] = Point(1159.18, 728.5);
- poly330.ps[2] = Point(1083.18, 728.5);
- poly330.ps[3] = Point(1083.18, 688.5);
- new ShapeRef(router, poly330, 330);
-
- Polygon poly331(4);
- poly331.ps[0] = Point(1257.46, 499.7);
- poly331.ps[1] = Point(1257.46, 559.7);
- poly331.ps[2] = Point(1201.46, 559.7);
- poly331.ps[3] = Point(1201.46, 499.7);
- new ShapeRef(router, poly331, 331);
-
- Polygon poly332(4);
- poly332.ps[0] = Point(962.358, 549.7);
- poly332.ps[1] = Point(962.358, 589.7);
- poly332.ps[2] = Point(886.358, 589.7);
- poly332.ps[3] = Point(886.358, 549.7);
- new ShapeRef(router, poly332, 332);
-
- Polygon poly333(4);
- poly333.ps[0] = Point(490.333, 492.5);
- poly333.ps[1] = Point(490.333, 532.5);
- poly333.ps[2] = Point(414.333, 532.5);
- poly333.ps[3] = Point(414.333, 492.5);
- new ShapeRef(router, poly333, 333);
-
- Polygon poly334(4);
- poly334.ps[0] = Point(2505.71, 2794.3);
- poly334.ps[1] = Point(2505.71, 2854.3);
- poly334.ps[2] = Point(2449.71, 2854.3);
- poly334.ps[3] = Point(2449.71, 2794.3);
- new ShapeRef(router, poly334, 334);
-
- Polygon poly335(4);
- poly335.ps[0] = Point(2938.99, 2542.3);
- poly335.ps[1] = Point(2938.99, 2602.3);
- poly335.ps[2] = Point(2882.99, 2602.3);
- poly335.ps[3] = Point(2882.99, 2542.3);
- new ShapeRef(router, poly335, 335);
-
- Polygon poly336(4);
- poly336.ps[0] = Point(3328.24, 2592.3);
- poly336.ps[1] = Point(3328.24, 2632.3);
- poly336.ps[2] = Point(3252.24, 2632.3);
- poly336.ps[3] = Point(3252.24, 2592.3);
- new ShapeRef(router, poly336, 336);
-
- Polygon poly337(4);
- poly337.ps[0] = Point(2912.99, 3001.3);
- poly337.ps[1] = Point(2912.99, 3061.3);
- poly337.ps[2] = Point(2856.99, 3061.3);
- poly337.ps[3] = Point(2856.99, 3001.3);
- new ShapeRef(router, poly337, 337);
-
- Polygon poly338(4);
- poly338.ps[0] = Point(3412.74, 3051.3);
- poly338.ps[1] = Point(3412.74, 3091.3);
- poly338.ps[2] = Point(3336.74, 3091.3);
- poly338.ps[3] = Point(3336.74, 3051.3);
- new ShapeRef(router, poly338, 338);
-
- Polygon poly339(4);
- poly339.ps[0] = Point(1810.79, 3229.3);
- poly339.ps[1] = Point(1810.79, 3289.3);
- poly339.ps[2] = Point(1754.79, 3289.3);
- poly339.ps[3] = Point(1754.79, 3229.3);
- new ShapeRef(router, poly339, 339);
-
- Polygon poly340(4);
- poly340.ps[0] = Point(1446.46, 172);
- poly340.ps[1] = Point(1446.46, 232);
- poly340.ps[2] = Point(1406.46, 232);
- poly340.ps[3] = Point(1406.46, 172);
- new ShapeRef(router, poly340, 340);
-
- Polygon poly341(4);
- poly341.ps[0] = Point(3101.74, 1542.44);
- poly341.ps[1] = Point(3101.74, 1602.44);
- poly341.ps[2] = Point(3061.74, 1602.44);
- poly341.ps[3] = Point(3061.74, 1542.44);
- new ShapeRef(router, poly341, 341);
-
- Polygon poly342(4);
- poly342.ps[0] = Point(3141.74, 1542.44);
- poly342.ps[1] = Point(3141.74, 1602.44);
- poly342.ps[2] = Point(3101.74, 1602.44);
- poly342.ps[3] = Point(3101.74, 1542.44);
- new ShapeRef(router, poly342, 342);
-
- Polygon poly343(4);
- poly343.ps[0] = Point(1962.3, 365);
- poly343.ps[1] = Point(1962.3, 405);
- poly343.ps[2] = Point(1902.3, 405);
- poly343.ps[3] = Point(1902.3, 365);
- new ShapeRef(router, poly343, 343);
-
- Polygon poly344(4);
- poly344.ps[0] = Point(1726.79, 1184.74);
- poly344.ps[1] = Point(1726.79, 1224.74);
- poly344.ps[2] = Point(1666.79, 1224.74);
- poly344.ps[3] = Point(1666.79, 1184.74);
- new ShapeRef(router, poly344, 344);
-
- Polygon poly345(4);
- poly345.ps[0] = Point(1923.79, 1184.74);
- poly345.ps[1] = Point(1923.79, 1224.74);
- poly345.ps[2] = Point(1863.79, 1224.74);
- poly345.ps[3] = Point(1863.79, 1184.74);
- new ShapeRef(router, poly345, 345);
-
- Polygon poly346(4);
- poly346.ps[0] = Point(1522.1, 2866.8);
- poly346.ps[1] = Point(1522.1, 2906.8);
- poly346.ps[2] = Point(1462.1, 2906.8);
- poly346.ps[3] = Point(1462.1, 2866.8);
- new ShapeRef(router, poly346, 346);
-
- Polygon poly347(4);
- poly347.ps[0] = Point(1395.6, 2799.8);
- poly347.ps[1] = Point(1395.6, 2859.8);
- poly347.ps[2] = Point(1355.6, 2859.8);
- poly347.ps[3] = Point(1355.6, 2799.8);
- new ShapeRef(router, poly347, 347);
-
- Polygon poly348(4);
- poly348.ps[0] = Point(1253.46, 326);
- poly348.ps[1] = Point(1253.46, 386);
- poly348.ps[2] = Point(1213.46, 386);
- poly348.ps[3] = Point(1213.46, 326);
- new ShapeRef(router, poly348, 348);
-
- Polygon poly349(4);
- poly349.ps[0] = Point(1315.36, 903);
- poly349.ps[1] = Point(1315.36, 963);
- poly349.ps[2] = Point(1275.36, 963);
- poly349.ps[3] = Point(1275.36, 903);
- new ShapeRef(router, poly349, 349);
-
- Polygon poly350(4);
- poly350.ps[0] = Point(2767.49, 1499.94);
- poly350.ps[1] = Point(2767.49, 1539.94);
- poly350.ps[2] = Point(2707.49, 1539.94);
- poly350.ps[3] = Point(2707.49, 1499.94);
- new ShapeRef(router, poly350, 350);
-
- Polygon poly351(4);
- poly351.ps[0] = Point(2627.04, 3113.8);
- poly351.ps[1] = Point(2627.04, 3173.8);
- poly351.ps[2] = Point(2587.04, 3173.8);
- poly351.ps[3] = Point(2587.04, 3113.8);
- new ShapeRef(router, poly351, 351);
-
- Polygon poly352(4);
- poly352.ps[0] = Point(2685.04, 2853.8);
- poly352.ps[1] = Point(2685.04, 2893.8);
- poly352.ps[2] = Point(2625.04, 2893.8);
- poly352.ps[3] = Point(2625.04, 2853.8);
- new ShapeRef(router, poly352, 352);
-
- Polygon poly353(4);
- poly353.ps[0] = Point(1823.33, 2280.88);
- poly353.ps[1] = Point(1823.33, 2320.88);
- poly353.ps[2] = Point(1763.33, 2320.88);
- poly353.ps[3] = Point(1763.33, 2280.88);
- new ShapeRef(router, poly353, 353);
-
- ConnRef *connRef354 = new ConnRef(router, 354);
- ConnEnd srcPt354(Point(1762.79, 157.5), 15);
- connRef354->setSourceEndpoint(srcPt354);
- ConnEnd dstPt354(Point(1927.29, 291.5), 4);
- connRef354->setDestEndpoint(dstPt354);
- connRef354->setRoutingType((ConnType)2);
-
- ConnRef *connRef355 = new ConnRef(router, 355);
- ConnEnd srcPt355(Point(1395.46, 693.5), 1);
- connRef355->setSourceEndpoint(srcPt355);
- ConnEnd dstPt355(Point(1385.86, 569.7), 15);
- connRef355->setDestEndpoint(dstPt355);
- connRef355->setRoutingType((ConnType)2);
-
- ConnRef *connRef356 = new ConnRef(router, 356);
- ConnEnd srcPt356(Point(1385.86, 569.7), 15);
- connRef356->setSourceEndpoint(srcPt356);
- ConnEnd dstPt356(Point(1527.46, 291.5), 4);
- connRef356->setDestEndpoint(dstPt356);
- connRef356->setRoutingType((ConnType)2);
-
- ConnRef *connRef357 = new ConnRef(router, 357);
- ConnEnd srcPt357(Point(1754.79, 506.5), 4);
- connRef357->setSourceEndpoint(srcPt357);
- ConnEnd dstPt357(Point(1385.86, 569.7), 15);
- connRef357->setDestEndpoint(dstPt357);
- connRef357->setRoutingType((ConnType)2);
-
- ConnRef *connRef358 = new ConnRef(router, 358);
- ConnEnd srcPt358(Point(1754.79, 577.5), 4);
- connRef358->setSourceEndpoint(srcPt358);
- ConnEnd dstPt358(Point(1385.86, 569.7), 15);
- connRef358->setDestEndpoint(dstPt358);
- connRef358->setRoutingType((ConnType)2);
-
- ConnRef *connRef359 = new ConnRef(router, 359);
- ConnEnd srcPt359(Point(1244.46, 569.7), 8);
- connRef359->setSourceEndpoint(srcPt359);
- ConnEnd dstPt359(Point(1385.86, 569.7), 15);
- connRef359->setDestEndpoint(dstPt359);
- connRef359->setRoutingType((ConnType)2);
-
- ConnRef *connRef360 = new ConnRef(router, 360);
- ConnEnd srcPt360(Point(1957.29, 291.5), 8);
- connRef360->setSourceEndpoint(srcPt360);
- ConnEnd dstPt360(Point(2041.79, 569.7), 15);
- connRef360->setDestEndpoint(dstPt360);
- connRef360->setRoutingType((ConnType)2);
-
- ConnRef *connRef361 = new ConnRef(router, 361);
- ConnEnd srcPt361(Point(2041.79, 569.7), 15);
- connRef361->setSourceEndpoint(srcPt361);
- ConnEnd dstPt361(Point(2041.79, 777.5), 8);
- connRef361->setDestEndpoint(dstPt361);
- connRef361->setRoutingType((ConnType)2);
-
- ConnRef *connRef362 = new ConnRef(router, 362);
- ConnEnd srcPt362(Point(2241.79, 693.5), 1);
- connRef362->setSourceEndpoint(srcPt362);
- ConnEnd dstPt362(Point(2041.79, 569.7), 15);
- connRef362->setDestEndpoint(dstPt362);
- connRef362->setRoutingType((ConnType)2);
-
- ConnRef *connRef363 = new ConnRef(router, 363);
- ConnEnd srcPt363(Point(2547.71, 693.5), 1);
- connRef363->setSourceEndpoint(srcPt363);
- ConnEnd dstPt363(Point(2041.79, 569.7), 15);
- connRef363->setDestEndpoint(dstPt363);
- connRef363->setRoutingType((ConnType)2);
-
- ConnRef *connRef364 = new ConnRef(router, 364);
- ConnEnd srcPt364(Point(2041.79, 569.7), 15);
- connRef364->setSourceEndpoint(srcPt364);
- ConnEnd dstPt364(Point(2787.54, 693.5), 1);
- connRef364->setDestEndpoint(dstPt364);
- connRef364->setRoutingType((ConnType)2);
-
- ConnRef *connRef365 = new ConnRef(router, 365);
- ConnEnd srcPt365(Point(2041.79, 569.7), 15);
- connRef365->setSourceEndpoint(srcPt365);
- ConnEnd dstPt365(Point(2968.99, 693.5), 1);
- connRef365->setDestEndpoint(dstPt365);
- connRef365->setRoutingType((ConnType)2);
-
- ConnRef *connRef366 = new ConnRef(router, 366);
- ConnEnd srcPt366(Point(2241.79, 316.75), 2);
- connRef366->setSourceEndpoint(srcPt366);
- ConnEnd dstPt366(Point(2041.79, 569.7), 15);
- connRef366->setDestEndpoint(dstPt366);
- connRef366->setRoutingType((ConnType)2);
-
- ConnRef *connRef367 = new ConnRef(router, 367);
- ConnEnd srcPt367(Point(2041.79, 569.7), 15);
- connRef367->setSourceEndpoint(srcPt367);
- ConnEnd dstPt367(Point(3463.07, 914.5), 4);
- connRef367->setDestEndpoint(dstPt367);
- connRef367->setRoutingType((ConnType)2);
-
- ConnRef *connRef368 = new ConnRef(router, 368);
- ConnEnd srcPt368(Point(2041.79, 569.7), 15);
- connRef368->setSourceEndpoint(srcPt368);
- ConnEnd dstPt368(Point(3596.07, 899.5), 1);
- connRef368->setDestEndpoint(dstPt368);
- connRef368->setRoutingType((ConnType)2);
-
- ConnRef *connRef369 = new ConnRef(router, 369);
- ConnEnd srcPt369(Point(2041.79, 569.7), 15);
- connRef369->setSourceEndpoint(srcPt369);
- ConnEnd dstPt369(Point(3326.74, 899.5), 1);
- connRef369->setDestEndpoint(dstPt369);
- connRef369->setRoutingType((ConnType)2);
-
- ConnRef *connRef370 = new ConnRef(router, 370);
- ConnEnd srcPt370(Point(2041.79, 569.7), 15);
- connRef370->setSourceEndpoint(srcPt370);
- ConnEnd dstPt370(Point(3201.44, 914.5), 4);
- connRef370->setDestEndpoint(dstPt370);
- connRef370->setRoutingType((ConnType)2);
-
- ConnRef *connRef371 = new ConnRef(router, 371);
- ConnEnd srcPt371(Point(1784.79, 506.5), 8);
- connRef371->setSourceEndpoint(srcPt371);
- ConnEnd dstPt371(Point(2041.79, 569.7), 15);
- connRef371->setDestEndpoint(dstPt371);
- connRef371->setRoutingType((ConnType)2);
-
- ConnRef *connRef372 = new ConnRef(router, 372);
- ConnEnd srcPt372(Point(1784.79, 577.5), 8);
- connRef372->setSourceEndpoint(srcPt372);
- ConnEnd dstPt372(Point(2041.79, 569.7), 15);
- connRef372->setDestEndpoint(dstPt372);
- connRef372->setRoutingType((ConnType)2);
-
- ConnRef *connRef373 = new ConnRef(router, 373);
- ConnEnd srcPt373(Point(1563.6, 978.5), 15);
- connRef373->setSourceEndpoint(srcPt373);
- ConnEnd dstPt373(Point(1395.46, 723.5), 2);
- connRef373->setDestEndpoint(dstPt373);
- connRef373->setRoutingType((ConnType)2);
-
- ConnRef *connRef374 = new ConnRef(router, 374);
- ConnEnd srcPt374(Point(2011.79, 777.5), 4);
- connRef374->setSourceEndpoint(srcPt374);
- ConnEnd dstPt374(Point(1563.6, 978.5), 15);
- connRef374->setDestEndpoint(dstPt374);
- connRef374->setRoutingType((ConnType)2);
-
- ConnRef *connRef375 = new ConnRef(router, 375);
- ConnEnd srcPt375(Point(1400.86, 969.5), 8);
- connRef375->setSourceEndpoint(srcPt375);
- ConnEnd dstPt375(Point(1563.6, 978.5), 15);
- connRef375->setDestEndpoint(dstPt375);
- connRef375->setRoutingType((ConnType)2);
-
- ConnRef *connRef376 = new ConnRef(router, 376);
- ConnEnd srcPt376(Point(1400.86, 1041.64), 8);
- connRef376->setSourceEndpoint(srcPt376);
- ConnEnd dstPt376(Point(1563.6, 978.5), 15);
- connRef376->setDestEndpoint(dstPt376);
- connRef376->setRoutingType((ConnType)2);
-
- ConnRef *connRef377 = new ConnRef(router, 377);
- ConnEnd srcPt377(Point(1400.86, 1143.64), 8);
- connRef377->setSourceEndpoint(srcPt377);
- ConnEnd dstPt377(Point(1563.6, 978.5), 15);
- connRef377->setDestEndpoint(dstPt377);
- connRef377->setRoutingType((ConnType)2);
-
- ConnRef *connRef378 = new ConnRef(router, 378);
- ConnEnd srcPt378(Point(1646.79, 1261.24), 1);
- connRef378->setSourceEndpoint(srcPt378);
- ConnEnd dstPt378(Point(1563.6, 978.5), 15);
- connRef378->setDestEndpoint(dstPt378);
- connRef378->setRoutingType((ConnType)2);
-
- ConnRef *connRef379 = new ConnRef(router, 379);
- ConnEnd srcPt379(Point(1563.6, 978.5), 15);
- connRef379->setSourceEndpoint(srcPt379);
- ConnEnd dstPt379(Point(1563.6, 2008.95), 1);
- connRef379->setDestEndpoint(dstPt379);
- connRef379->setRoutingType((ConnType)2);
-
- ConnRef *connRef380 = new ConnRef(router, 380);
- ConnEnd srcPt380(Point(2041.79, 1261.24), 1);
- connRef380->setSourceEndpoint(srcPt380);
- ConnEnd dstPt380(Point(1563.6, 978.5), 15);
- connRef380->setDestEndpoint(dstPt380);
- connRef380->setRoutingType((ConnType)2);
-
- ConnRef *connRef381 = new ConnRef(router, 381);
- ConnEnd srcPt381(Point(555.333, 708.5), 8);
- connRef381->setSourceEndpoint(srcPt381);
- ConnEnd dstPt381(Point(610.333, 833.833), 15);
- connRef381->setDestEndpoint(dstPt381);
- connRef381->setRoutingType((ConnType)2);
-
- ConnRef *connRef382 = new ConnRef(router, 382);
- ConnEnd srcPt382(Point(555.333, 833.833), 8);
- connRef382->setSourceEndpoint(srcPt382);
- ConnEnd dstPt382(Point(610.333, 833.833), 15);
- connRef382->setDestEndpoint(dstPt382);
- connRef382->setRoutingType((ConnType)2);
-
- ConnRef *connRef383 = new ConnRef(router, 383);
- ConnEnd srcPt383(Point(610.333, 833.833), 15);
- connRef383->setSourceEndpoint(srcPt383);
- ConnEnd dstPt383(Point(1395.46, 723.5), 2);
- connRef383->setDestEndpoint(dstPt383);
- connRef383->setRoutingType((ConnType)2);
-
- ConnRef *connRef384 = new ConnRef(router, 384);
- ConnEnd srcPt384(Point(610.333, 833.833), 15);
- connRef384->setSourceEndpoint(srcPt384);
- ConnEnd dstPt384(Point(1073.18, 723.5), 2);
- connRef384->setDestEndpoint(dstPt384);
- connRef384->setRoutingType((ConnType)2);
-
- ConnRef *connRef385 = new ConnRef(router, 385);
- ConnEnd srcPt385(Point(610.333, 833.833), 15);
- connRef385->setSourceEndpoint(srcPt385);
- ConnEnd dstPt385(Point(876.358, 584.7), 2);
- connRef385->setDestEndpoint(dstPt385);
- connRef385->setRoutingType((ConnType)2);
-
- ConnRef *connRef386 = new ConnRef(router, 386);
- ConnEnd srcPt386(Point(390.333, 2399.05), 15);
- connRef386->setSourceEndpoint(srcPt386);
- ConnEnd dstPt386(Point(525.333, 1276.24), 4);
- connRef386->setDestEndpoint(dstPt386);
- connRef386->setRoutingType((ConnType)2);
-
- ConnRef *connRef387 = new ConnRef(router, 387);
- ConnEnd srcPt387(Point(696.958, 2185.05), 4);
- connRef387->setSourceEndpoint(srcPt387);
- ConnEnd dstPt387(Point(390.333, 2399.05), 15);
- connRef387->setDestEndpoint(dstPt387);
- connRef387->setRoutingType((ConnType)2);
-
- ConnRef *connRef388 = new ConnRef(router, 388);
- ConnEnd srcPt388(Point(696.958, 1378.24), 4);
- connRef388->setSourceEndpoint(srcPt388);
- ConnEnd dstPt388(Point(390.333, 2399.05), 15);
- connRef388->setDestEndpoint(dstPt388);
- connRef388->setRoutingType((ConnType)2);
-
- ConnRef *connRef389 = new ConnRef(router, 389);
- ConnEnd srcPt389(Point(390.333, 2399.05), 15);
- connRef389->setSourceEndpoint(srcPt389);
- ConnEnd dstPt389(Point(711.958, 1455.24), 2);
- connRef389->setDestEndpoint(dstPt389);
- connRef389->setRoutingType((ConnType)2);
-
- ConnRef *connRef390 = new ConnRef(router, 390);
- ConnEnd srcPt390(Point(390.333, 2399.05), 15);
- connRef390->setSourceEndpoint(srcPt390);
- ConnEnd dstPt390(Point(625.333, 2477.3), 8);
- connRef390->setDestEndpoint(dstPt390);
- connRef390->setRoutingType((ConnType)2);
-
- ConnRef *connRef391 = new ConnRef(router, 391);
- ConnEnd srcPt391(Point(625.333, 3071.3), 8);
- connRef391->setSourceEndpoint(srcPt391);
- ConnEnd dstPt391(Point(390.333, 2399.05), 15);
- connRef391->setDestEndpoint(dstPt391);
- connRef391->setRoutingType((ConnType)2);
-
- ConnRef *connRef392 = new ConnRef(router, 392);
- ConnEnd srcPt392(Point(323, 1140.24), 2);
- connRef392->setSourceEndpoint(srcPt392);
- ConnEnd dstPt392(Point(390.333, 2399.05), 15);
- connRef392->setDestEndpoint(dstPt392);
- connRef392->setRoutingType((ConnType)2);
-
- ConnRef *connRef393 = new ConnRef(router, 393);
- ConnEnd srcPt393(Point(281, 1158.64), 2);
- connRef393->setSourceEndpoint(srcPt393);
- ConnEnd dstPt393(Point(390.333, 2399.05), 15);
- connRef393->setDestEndpoint(dstPt393);
- connRef393->setRoutingType((ConnType)2);
-
- ConnRef *connRef394 = new ConnRef(router, 394);
- ConnEnd srcPt394(Point(465.333, 1158.64), 2);
- connRef394->setSourceEndpoint(srcPt394);
- ConnEnd dstPt394(Point(390.333, 2399.05), 15);
- connRef394->setDestEndpoint(dstPt394);
- connRef394->setRoutingType((ConnType)2);
-
- ConnRef *connRef395 = new ConnRef(router, 395);
- ConnEnd srcPt395(Point(1523.87, 1631.77), 15);
- connRef395->setSourceEndpoint(srcPt395);
- ConnEnd dstPt395(Point(390.333, 2399.05), 15);
- connRef395->setDestEndpoint(dstPt395);
- connRef395->setRoutingType((ConnType)2);
-
- ConnRef *connRef396 = new ConnRef(router, 396);
- ConnEnd srcPt396(Point(3201.44, 2399.05), 4);
- connRef396->setSourceEndpoint(srcPt396);
- ConnEnd dstPt396(Point(1563.6, 2399.05), 15);
- connRef396->setDestEndpoint(dstPt396);
- connRef396->setRoutingType((ConnType)2);
-
- ConnRef *connRef397 = new ConnRef(router, 397);
- ConnEnd srcPt397(Point(2772.54, 2297.05), 4);
- connRef397->setSourceEndpoint(srcPt397);
- ConnEnd dstPt397(Point(1563.6, 2399.05), 15);
- connRef397->setDestEndpoint(dstPt397);
- connRef397->setRoutingType((ConnType)2);
-
- ConnRef *connRef398 = new ConnRef(router, 398);
- ConnEnd srcPt398(Point(1563.6, 2038.95), 2);
- connRef398->setSourceEndpoint(srcPt398);
- ConnEnd dstPt398(Point(1563.6, 2399.05), 15);
- connRef398->setDestEndpoint(dstPt398);
- connRef398->setRoutingType((ConnType)2);
-
- ConnRef *connRef399 = new ConnRef(router, 399);
- ConnEnd srcPt399(Point(1563.6, 2399.05), 15);
- connRef399->setSourceEndpoint(srcPt399);
- ConnEnd dstPt399(Point(625.333, 2477.3), 8);
- connRef399->setDestEndpoint(dstPt399);
- connRef399->setRoutingType((ConnType)2);
-
- ConnRef *connRef400 = new ConnRef(router, 400);
- ConnEnd srcPt400(Point(1563.6, 2399.05), 15);
- connRef400->setSourceEndpoint(srcPt400);
- ConnEnd dstPt400(Point(1646.79, 2742.3), 1);
- connRef400->setDestEndpoint(dstPt400);
- connRef400->setRoutingType((ConnType)2);
-
- ConnRef *connRef401 = new ConnRef(router, 401);
- ConnEnd srcPt401(Point(1563.6, 2399.05), 15);
- connRef401->setSourceEndpoint(srcPt401);
- ConnEnd dstPt401(Point(2214.79, 2749.3), 4);
- connRef401->setDestEndpoint(dstPt401);
- connRef401->setRoutingType((ConnType)2);
-
- ConnRef *connRef402 = new ConnRef(router, 402);
- ConnEnd srcPt402(Point(1563.6, 2399.05), 15);
- connRef402->setSourceEndpoint(srcPt402);
- ConnEnd dstPt402(Point(850.958, 2462.3), 1);
- connRef402->setDestEndpoint(dstPt402);
- connRef402->setRoutingType((ConnType)2);
-
- ConnRef *connRef403 = new ConnRef(router, 403);
- ConnEnd srcPt403(Point(1563.6, 2399.05), 15);
- connRef403->setSourceEndpoint(srcPt403);
- ConnEnd dstPt403(Point(973.958, 2477.3), 8);
- connRef403->setDestEndpoint(dstPt403);
- connRef403->setRoutingType((ConnType)2);
-
- ConnRef *connRef404 = new ConnRef(router, 404);
- ConnEnd srcPt404(Point(1563.6, 2399.05), 15);
- connRef404->setSourceEndpoint(srcPt404);
- ConnEnd dstPt404(Point(2895.99, 2612.3), 4);
- connRef404->setDestEndpoint(dstPt404);
- connRef404->setRoutingType((ConnType)2);
-
- ConnRef *connRef405 = new ConnRef(router, 405);
- ConnEnd srcPt405(Point(1563.6, 2399.05), 15);
- connRef405->setSourceEndpoint(srcPt405);
- ConnEnd dstPt405(Point(2869.99, 3071.3), 4);
- connRef405->setDestEndpoint(dstPt405);
- connRef405->setRoutingType((ConnType)2);
-
- ConnRef *connRef406 = new ConnRef(router, 406);
- ConnEnd srcPt406(Point(726.958, 1378.24), 8);
- connRef406->setSourceEndpoint(srcPt406);
- ConnEnd dstPt406(Point(1782.79, 1378.24), 15);
- connRef406->setDestEndpoint(dstPt406);
- connRef406->setRoutingType((ConnType)2);
-
- ConnRef *connRef407 = new ConnRef(router, 407);
- ConnEnd srcPt407(Point(1782.79, 1569.64), 15);
- connRef407->setSourceEndpoint(srcPt407);
- ConnEnd dstPt407(Point(1385.86, 1455.24), 2);
- connRef407->setDestEndpoint(dstPt407);
- connRef407->setRoutingType((ConnType)2);
-
- ConnRef *connRef408 = new ConnRef(router, 408);
- ConnEnd srcPt408(Point(1919.87, 1601.64), 15);
- connRef408->setSourceEndpoint(srcPt408);
- ConnEnd dstPt408(Point(2041.79, 1569.64), 15);
- connRef408->setDestEndpoint(dstPt408);
- connRef408->setRoutingType((ConnType)2);
-
- ConnRef *connRef409 = new ConnRef(router, 409);
- ConnEnd srcPt409(Point(2041.79, 1569.64), 15);
- connRef409->setSourceEndpoint(srcPt409);
- ConnEnd dstPt409(Point(1941.79, 1653.64), 8);
- connRef409->setDestEndpoint(dstPt409);
- connRef409->setRoutingType((ConnType)2);
-
- ConnRef *connRef410 = new ConnRef(router, 410);
- ConnEnd srcPt410(Point(1958.29, 1455.24), 2);
- connRef410->setSourceEndpoint(srcPt410);
- ConnEnd dstPt410(Point(2041.79, 1569.64), 15);
- connRef410->setDestEndpoint(dstPt410);
- connRef410->setRoutingType((ConnType)2);
-
- ConnRef *connRef411 = new ConnRef(router, 411);
- ConnEnd srcPt411(Point(2041.79, 1569.64), 15);
- connRef411->setSourceEndpoint(srcPt411);
- ConnEnd dstPt411(Point(2041.79, 1707.64), 1);
- connRef411->setDestEndpoint(dstPt411);
- connRef411->setRoutingType((ConnType)2);
-
- ConnRef *connRef412 = new ConnRef(router, 412);
- ConnEnd srcPt412(Point(2041.79, 1569.64), 15);
- connRef412->setSourceEndpoint(srcPt412);
- ConnEnd dstPt412(Point(2156.79, 1569.64), 4);
- connRef412->setDestEndpoint(dstPt412);
- connRef412->setRoutingType((ConnType)2);
-
- ConnRef *connRef413 = new ConnRef(router, 413);
- ConnEnd srcPt413(Point(2041.79, 1569.64), 15);
- connRef413->setSourceEndpoint(srcPt413);
- ConnEnd dstPt413(Point(2028.87, 1507.64), 15);
- connRef413->setDestEndpoint(dstPt413);
- connRef413->setRoutingType((ConnType)2);
-
- ConnRef *connRef414 = new ConnRef(router, 414);
- ConnEnd srcPt414(Point(1976.87, 1934.95), 15);
- connRef414->setSourceEndpoint(srcPt414);
- ConnEnd dstPt414(Point(2041.79, 1872.95), 15);
- connRef414->setDestEndpoint(dstPt414);
- connRef414->setRoutingType((ConnType)2);
-
- ConnRef *connRef415 = new ConnRef(router, 415);
- ConnEnd srcPt415(Point(2041.79, 1737.64), 2);
- connRef415->setSourceEndpoint(srcPt415);
- ConnEnd dstPt415(Point(2041.79, 1872.95), 15);
- connRef415->setDestEndpoint(dstPt415);
- connRef415->setRoutingType((ConnType)2);
- */
-
- ConnRef *connRef416 = new ConnRef(router, 416);
- ConnEnd srcPt416(Point(2041.79, 1872.95), 15);
- connRef416->setSourceEndpoint(srcPt416);
- ConnEnd dstPt416(Point(2156.79, 1872.95), 4);
- connRef416->setDestEndpoint(dstPt416);
- connRef416->setRoutingType((ConnType)2);
-
- /*
- ConnRef *connRef417 = new ConnRef(router, 417);
- ConnEnd srcPt417(Point(2111.79, 1884.95), 15);
- connRef417->setSourceEndpoint(srcPt417);
- ConnEnd dstPt417(Point(2041.79, 1872.95), 15);
- connRef417->setDestEndpoint(dstPt417);
- connRef417->setRoutingType((ConnType)2);
-
- ConnRef *connRef418 = new ConnRef(router, 418);
- ConnEnd srcPt418(Point(1941.79, 1872.95), 8);
- connRef418->setSourceEndpoint(srcPt418);
- ConnEnd dstPt418(Point(2041.79, 1872.95), 15);
- connRef418->setDestEndpoint(dstPt418);
- connRef418->setRoutingType((ConnType)2);
-
- ConnRef *connRef419 = new ConnRef(router, 419);
- ConnEnd srcPt419(Point(2189.79, 1733.77), 15);
- connRef419->setSourceEndpoint(srcPt419);
- ConnEnd dstPt419(Point(2547.71, 1872.95), 15);
- connRef419->setDestEndpoint(dstPt419);
- connRef419->setRoutingType((ConnType)2);
-
- ConnRef *connRef420 = new ConnRef(router, 420);
- ConnEnd srcPt420(Point(2492.71, 2013.95), 8);
- connRef420->setSourceEndpoint(srcPt420);
- ConnEnd dstPt420(Point(2547.71, 1872.95), 15);
- connRef420->setDestEndpoint(dstPt420);
- connRef420->setRoutingType((ConnType)2);
-
- ConnRef *connRef421 = new ConnRef(router, 421);
- ConnEnd srcPt421(Point(2492.71, 2055.95), 8);
- connRef421->setSourceEndpoint(srcPt421);
- ConnEnd dstPt421(Point(2547.71, 1872.95), 15);
- connRef421->setDestEndpoint(dstPt421);
- connRef421->setRoutingType((ConnType)2);
-
- ConnRef *connRef422 = new ConnRef(router, 422);
- ConnEnd srcPt422(Point(2547.71, 1872.95), 15);
- connRef422->setSourceEndpoint(srcPt422);
- ConnEnd dstPt422(Point(2645.54, 1812.64), 4);
- connRef422->setDestEndpoint(dstPt422);
- connRef422->setRoutingType((ConnType)2);
-
- ConnRef *connRef423 = new ConnRef(router, 423);
- ConnEnd srcPt423(Point(2547.71, 1872.95), 15);
- connRef423->setSourceEndpoint(srcPt423);
- ConnEnd dstPt423(Point(2622.54, 1884.95), 4);
- connRef423->setDestEndpoint(dstPt423);
- connRef423->setRoutingType((ConnType)2);
-
- ConnRef *connRef424 = new ConnRef(router, 424);
- ConnEnd srcPt424(Point(2547.71, 1872.95), 15);
- connRef424->setSourceEndpoint(srcPt424);
- ConnEnd dstPt424(Point(2720.54, 1884.95), 4);
- connRef424->setDestEndpoint(dstPt424);
- connRef424->setRoutingType((ConnType)2);
-
- ConnRef *connRef425 = new ConnRef(router, 425);
- ConnEnd srcPt425(Point(2787.54, 1872.95), 15);
- connRef425->setSourceEndpoint(srcPt425);
- ConnEnd dstPt425(Point(2883.99, 1812.64), 4);
- connRef425->setDestEndpoint(dstPt425);
- connRef425->setRoutingType((ConnType)2);
-
- ConnRef *connRef426 = new ConnRef(router, 426);
- ConnEnd srcPt426(Point(2787.54, 1872.95), 15);
- connRef426->setSourceEndpoint(srcPt426);
- ConnEnd dstPt426(Point(2860.99, 1884.95), 4);
- connRef426->setDestEndpoint(dstPt426);
- connRef426->setRoutingType((ConnType)2);
-
- ConnRef *connRef427 = new ConnRef(router, 427);
- ConnEnd srcPt427(Point(2787.54, 1872.95), 15);
- connRef427->setSourceEndpoint(srcPt427);
- ConnEnd dstPt427(Point(2938.99, 1884.95), 4);
- connRef427->setDestEndpoint(dstPt427);
- connRef427->setRoutingType((ConnType)2);
-
- ConnRef *connRef428 = new ConnRef(router, 428);
- ConnEnd srcPt428(Point(1315.96, 312.5), 15);
- connRef428->setSourceEndpoint(srcPt428);
- ConnEnd dstPt428(Point(1527.46, 291.5), 4);
- connRef428->setDestEndpoint(dstPt428);
- connRef428->setRoutingType((ConnType)2);
-
- ConnRef *connRef429 = new ConnRef(router, 429);
- ConnEnd srcPt429(Point(3216.44, 2185.05), 15);
- connRef429->setSourceEndpoint(srcPt429);
- ConnEnd dstPt429(Point(2802.54, 2185.05), 8);
- connRef429->setDestEndpoint(dstPt429);
- connRef429->setRoutingType((ConnType)2);
-
- ConnRef *connRef430 = new ConnRef(router, 430);
- ConnEnd srcPt430(Point(2772.54, 2185.05), 4);
- connRef430->setSourceEndpoint(srcPt430);
- ConnEnd dstPt430(Point(2547.71, 2185.05), 15);
- connRef430->setDestEndpoint(dstPt430);
- connRef430->setRoutingType((ConnType)2);
-
- ConnRef *connRef431 = new ConnRef(router, 431);
- ConnEnd srcPt431(Point(2547.71, 2185.05), 15);
- connRef431->setSourceEndpoint(srcPt431);
- ConnEnd dstPt431(Point(2414.71, 2185.05), 8);
- connRef431->setDestEndpoint(dstPt431);
- connRef431->setRoutingType((ConnType)2);
-
- ConnRef *connRef432 = new ConnRef(router, 432);
- ConnEnd srcPt432(Point(1911.79, 2185.05), 4);
- connRef432->setSourceEndpoint(srcPt432);
- ConnEnd dstPt432(Point(1073.18, 2185.05), 15);
- connRef432->setDestEndpoint(dstPt432);
- connRef432->setRoutingType((ConnType)2);
-
- ConnRef *connRef433 = new ConnRef(router, 433);
- ConnEnd srcPt433(Point(1073.18, 2185.05), 15);
- connRef433->setSourceEndpoint(srcPt433);
- ConnEnd dstPt433(Point(726.958, 2185.05), 8);
- connRef433->setDestEndpoint(dstPt433);
- connRef433->setRoutingType((ConnType)2);
-
- ConnRef *connRef434 = new ConnRef(router, 434);
- ConnEnd srcPt434(Point(1073.18, 1440.24), 15);
- connRef434->setSourceEndpoint(srcPt434);
- ConnEnd dstPt434(Point(1385.86, 1455.24), 2);
- connRef434->setDestEndpoint(dstPt434);
- connRef434->setRoutingType((ConnType)2);
-
- ConnRef *connRef435 = new ConnRef(router, 435);
- ConnEnd srcPt435(Point(323, 833.833), 15);
- connRef435->setSourceEndpoint(srcPt435);
- ConnEnd dstPt435(Point(131, 663.5), 2);
- connRef435->setDestEndpoint(dstPt435);
- connRef435->setRoutingType((ConnType)2);
-
- ConnRef *connRef436 = new ConnRef(router, 436);
- ConnEnd srcPt436(Point(525.333, 708.5), 4);
- connRef436->setSourceEndpoint(srcPt436);
- ConnEnd dstPt436(Point(323, 833.833), 15);
- connRef436->setDestEndpoint(dstPt436);
- connRef436->setRoutingType((ConnType)2);
-
- ConnRef *connRef437 = new ConnRef(router, 437);
- ConnEnd srcPt437(Point(323, 833.833), 15);
- connRef437->setSourceEndpoint(srcPt437);
- ConnEnd dstPt437(Point(525.333, 833.833), 4);
- connRef437->setDestEndpoint(dstPt437);
- connRef437->setRoutingType((ConnType)2);
-
- ConnRef *connRef438 = new ConnRef(router, 438);
- ConnEnd srcPt438(Point(323, 1110.24), 1);
- connRef438->setSourceEndpoint(srcPt438);
- ConnEnd dstPt438(Point(323, 833.833), 15);
- connRef438->setDestEndpoint(dstPt438);
- connRef438->setRoutingType((ConnType)2);
-
- ConnRef *connRef439 = new ConnRef(router, 439);
- ConnEnd srcPt439(Point(281, 1128.64), 1);
- connRef439->setSourceEndpoint(srcPt439);
- ConnEnd dstPt439(Point(323, 833.833), 15);
- connRef439->setDestEndpoint(dstPt439);
- connRef439->setRoutingType((ConnType)2);
-
- ConnRef *connRef440 = new ConnRef(router, 440);
- ConnEnd srcPt440(Point(465.333, 1128.64), 1);
- connRef440->setSourceEndpoint(srcPt440);
- ConnEnd dstPt440(Point(323, 833.833), 15);
- connRef440->setDestEndpoint(dstPt440);
- connRef440->setRoutingType((ConnType)2);
-
- ConnRef *connRef441 = new ConnRef(router, 441);
- ConnEnd srcPt441(Point(610.333, 1276.24), 15);
- connRef441->setSourceEndpoint(srcPt441);
- ConnEnd dstPt441(Point(696.958, 1276.24), 4);
- connRef441->setDestEndpoint(dstPt441);
- connRef441->setRoutingType((ConnType)2);
-
- ConnRef *connRef442 = new ConnRef(router, 442);
- ConnEnd srcPt442(Point(876.358, 1276.24), 15);
- connRef442->setSourceEndpoint(srcPt442);
- ConnEnd dstPt442(Point(957.958, 1276.24), 4);
- connRef442->setDestEndpoint(dstPt442);
- connRef442->setRoutingType((ConnType)2);
-
- ConnRef *connRef443 = new ConnRef(router, 443);
- ConnEnd srcPt443(Point(1073.18, 1276.24), 15);
- connRef443->setSourceEndpoint(srcPt443);
- ConnEnd dstPt443(Point(1050.96, 1158.64), 2);
- connRef443->setDestEndpoint(dstPt443);
- connRef443->setRoutingType((ConnType)2);
-
- ConnRef *connRef444 = new ConnRef(router, 444);
- ConnEnd srcPt444(Point(1073.18, 978.5), 15);
- connRef444->setSourceEndpoint(srcPt444);
- ConnEnd dstPt444(Point(1370.86, 969.5), 4);
- connRef444->setDestEndpoint(dstPt444);
- connRef444->setRoutingType((ConnType)2);
-
- ConnRef *connRef445 = new ConnRef(router, 445);
- ConnEnd srcPt445(Point(1073.18, 978.5), 15);
- connRef445->setSourceEndpoint(srcPt445);
- ConnEnd dstPt445(Point(1370.86, 1041.64), 4);
- connRef445->setDestEndpoint(dstPt445);
- connRef445->setRoutingType((ConnType)2);
-
- ConnRef *connRef446 = new ConnRef(router, 446);
- ConnEnd srcPt446(Point(1370.86, 1143.64), 4);
- connRef446->setSourceEndpoint(srcPt446);
- ConnEnd dstPt446(Point(1073.18, 978.5), 15);
- connRef446->setDestEndpoint(dstPt446);
- connRef446->setRoutingType((ConnType)2);
-
- ConnRef *connRef447 = new ConnRef(router, 447);
- ConnEnd srcPt447(Point(1073.18, 978.5), 15);
- connRef447->setSourceEndpoint(srcPt447);
- ConnEnd dstPt447(Point(1073.18, 723.5), 2);
- connRef447->setDestEndpoint(dstPt447);
- connRef447->setRoutingType((ConnType)2);
-
- ConnRef *connRef448 = new ConnRef(router, 448);
- ConnEnd srcPt448(Point(220, 497.5), 1);
- connRef448->setSourceEndpoint(srcPt448);
- ConnEnd dstPt448(Point(323, 375.5), 15);
- connRef448->setDestEndpoint(dstPt448);
- connRef448->setRoutingType((ConnType)2);
-
- ConnRef *connRef449 = new ConnRef(router, 449);
- ConnEnd srcPt449(Point(404.333, 497.5), 1);
- connRef449->setSourceEndpoint(srcPt449);
- ConnEnd dstPt449(Point(323, 375.5), 15);
- connRef449->setDestEndpoint(dstPt449);
- connRef449->setRoutingType((ConnType)2);
-
- ConnRef *connRef450 = new ConnRef(router, 450);
- ConnEnd srcPt450(Point(2241.79, 723.5), 2);
- connRef450->setSourceEndpoint(srcPt450);
- ConnEnd dstPt450(Point(2241.79, 840.75), 15);
- connRef450->setDestEndpoint(dstPt450);
- connRef450->setRoutingType((ConnType)2);
-
- ConnRef *connRef451 = new ConnRef(router, 451);
- ConnEnd srcPt451(Point(2968.99, 840.75), 15);
- connRef451->setSourceEndpoint(srcPt451);
- ConnEnd dstPt451(Point(2968.99, 899.5), 1);
- connRef451->setDestEndpoint(dstPt451);
- connRef451->setRoutingType((ConnType)2);
-
- ConnRef *connRef452 = new ConnRef(router, 452);
- ConnEnd srcPt452(Point(2241.79, 286.75), 1);
- connRef452->setSourceEndpoint(srcPt452);
- ConnEnd dstPt452(Point(2241.79, 220.875), 15);
- connRef452->setDestEndpoint(dstPt452);
- connRef452->setRoutingType((ConnType)2);
-
- ConnRef *connRef453 = new ConnRef(router, 453);
- ConnEnd srcPt453(Point(2241.79, 220.875), 15);
- connRef453->setSourceEndpoint(srcPt453);
- ConnEnd dstPt453(Point(2462.71, 220.875), 4);
- connRef453->setDestEndpoint(dstPt453);
- connRef453->setRoutingType((ConnType)2);
-
- ConnRef *connRef454 = new ConnRef(router, 454);
- ConnEnd srcPt454(Point(2186.79, 220.875), 8);
- connRef454->setSourceEndpoint(srcPt454);
- ConnEnd dstPt454(Point(2241.79, 220.875), 15);
- connRef454->setDestEndpoint(dstPt454);
- connRef454->setRoutingType((ConnType)2);
-
- ConnRef *connRef455 = new ConnRef(router, 455);
- ConnEnd srcPt455(Point(2547.71, 220.875), 15);
- connRef455->setSourceEndpoint(srcPt455);
- ConnEnd dstPt455(Point(2547.71, 286.75), 1);
- connRef455->setDestEndpoint(dstPt455);
- connRef455->setRoutingType((ConnType)2);
-
- ConnRef *connRef456 = new ConnRef(router, 456);
- ConnEnd srcPt456(Point(2547.71, 220.875), 15);
- connRef456->setSourceEndpoint(srcPt456);
- ConnEnd dstPt456(Point(2650.54, 220.875), 4);
- connRef456->setDestEndpoint(dstPt456);
- connRef456->setRoutingType((ConnType)2);
-
- ConnRef *connRef457 = new ConnRef(router, 457);
- ConnEnd srcPt457(Point(3114.24, 220.875), 15);
- connRef457->setSourceEndpoint(srcPt457);
- ConnEnd dstPt457(Point(3139.24, 286.75), 1);
- connRef457->setDestEndpoint(dstPt457);
- connRef457->setRoutingType((ConnType)2);
-
- ConnRef *connRef458 = new ConnRef(router, 458);
- ConnEnd srcPt458(Point(2790.54, 123.5), 8);
- connRef458->setSourceEndpoint(srcPt458);
- ConnEnd dstPt458(Point(3114.24, 220.875), 15);
- connRef458->setDestEndpoint(dstPt458);
- connRef458->setRoutingType((ConnType)2);
-
- ConnRef *connRef459 = new ConnRef(router, 459);
- ConnEnd srcPt459(Point(3114.24, 220.875), 15);
- connRef459->setSourceEndpoint(srcPt459);
- ConnEnd dstPt459(Point(3089.24, 286.75), 1);
- connRef459->setDestEndpoint(dstPt459);
- connRef459->setRoutingType((ConnType)2);
-
- ConnRef *connRef460 = new ConnRef(router, 460);
- ConnEnd srcPt460(Point(2934.99, 437.7), 8);
- connRef460->setSourceEndpoint(srcPt460);
- ConnEnd dstPt460(Point(3114.24, 437.7), 15);
- connRef460->setDestEndpoint(dstPt460);
- connRef460->setRoutingType((ConnType)2);
-
- ConnRef *connRef461 = new ConnRef(router, 461);
- ConnEnd srcPt461(Point(3139.24, 316.75), 2);
- connRef461->setSourceEndpoint(srcPt461);
- ConnEnd dstPt461(Point(3114.24, 437.7), 15);
- connRef461->setDestEndpoint(dstPt461);
- connRef461->setRoutingType((ConnType)2);
-
- ConnRef *connRef462 = new ConnRef(router, 462);
- ConnEnd srcPt462(Point(2787.54, 437.7), 15);
- connRef462->setSourceEndpoint(srcPt462);
- ConnEnd dstPt462(Point(2680.54, 437.7), 8);
- connRef462->setDestEndpoint(dstPt462);
- connRef462->setRoutingType((ConnType)2);
-
- ConnRef *connRef463 = new ConnRef(router, 463);
- ConnEnd srcPt463(Point(2904.99, 437.7), 4);
- connRef463->setSourceEndpoint(srcPt463);
- ConnEnd dstPt463(Point(2787.54, 437.7), 15);
- connRef463->setDestEndpoint(dstPt463);
- connRef463->setRoutingType((ConnType)2);
-
- ConnRef *connRef464 = new ConnRef(router, 464);
- ConnEnd srcPt464(Point(2650.54, 437.7), 4);
- connRef464->setSourceEndpoint(srcPt464);
- ConnEnd dstPt464(Point(2547.71, 437.7), 15);
- connRef464->setDestEndpoint(dstPt464);
- connRef464->setRoutingType((ConnType)2);
-
- ConnRef *connRef465 = new ConnRef(router, 465);
- ConnEnd srcPt465(Point(2156.79, 1041.64), 4);
- connRef465->setSourceEndpoint(srcPt465);
- ConnEnd dstPt465(Point(1958.29, 1041.64), 15);
- connRef465->setDestEndpoint(dstPt465);
- connRef465->setRoutingType((ConnType)2);
-
- ConnRef *connRef466 = new ConnRef(router, 466);
- ConnEnd srcPt466(Point(1958.29, 1041.64), 15);
- connRef466->setSourceEndpoint(srcPt466);
- ConnEnd dstPt466(Point(2226.79, 1143.64), 4);
- connRef466->setDestEndpoint(dstPt466);
- connRef466->setRoutingType((ConnType)2);
-
- ConnRef *connRef467 = new ConnRef(router, 467);
- ConnEnd srcPt467(Point(2241.79, 1041.64), 15);
- connRef467->setSourceEndpoint(srcPt467);
- ConnEnd dstPt467(Point(2462.71, 1041.64), 4);
- connRef467->setDestEndpoint(dstPt467);
- connRef467->setRoutingType((ConnType)2);
-
- ConnRef *connRef468 = new ConnRef(router, 468);
- ConnEnd srcPt468(Point(2256.79, 1143.64), 8);
- connRef468->setSourceEndpoint(srcPt468);
- ConnEnd dstPt468(Point(2547.71, 1041.64), 15);
- connRef468->setDestEndpoint(dstPt468);
- connRef468->setRoutingType((ConnType)2);
-
- ConnRef *connRef469 = new ConnRef(router, 469);
- ConnEnd srcPt469(Point(2186.79, 1569.64), 8);
- connRef469->setSourceEndpoint(srcPt469);
- ConnEnd dstPt469(Point(2241.79, 1569.64), 15);
- connRef469->setDestEndpoint(dstPt469);
- connRef469->setRoutingType((ConnType)2);
-
- ConnRef *connRef470 = new ConnRef(router, 470);
- ConnEnd srcPt470(Point(2241.79, 1569.64), 15);
- connRef470->setSourceEndpoint(srcPt470);
- ConnEnd dstPt470(Point(2241.79, 1455.24), 2);
- connRef470->setDestEndpoint(dstPt470);
- connRef470->setRoutingType((ConnType)2);
-
- ConnRef *connRef471 = new ConnRef(router, 471);
- ConnEnd srcPt471(Point(2241.79, 1569.64), 15);
- connRef471->setSourceEndpoint(srcPt471);
- ConnEnd dstPt471(Point(2462.71, 1509.44), 4);
- connRef471->setDestEndpoint(dstPt471);
- connRef471->setRoutingType((ConnType)2);
-
- ConnRef *connRef472 = new ConnRef(router, 472);
- ConnEnd srcPt472(Point(2241.79, 1569.64), 15);
- connRef472->setSourceEndpoint(srcPt472);
- ConnEnd dstPt472(Point(2462.71, 1581.64), 4);
- connRef472->setDestEndpoint(dstPt472);
- connRef472->setRoutingType((ConnType)2);
-
- ConnRef *connRef473 = new ConnRef(router, 473);
- ConnEnd srcPt473(Point(2241.79, 1425.24), 1);
- connRef473->setSourceEndpoint(srcPt473);
- ConnEnd dstPt473(Point(2241.79, 1378.24), 15);
- connRef473->setDestEndpoint(dstPt473);
- connRef473->setRoutingType((ConnType)2);
-
- ConnRef *connRef474 = new ConnRef(router, 474);
- ConnEnd srcPt474(Point(2041.79, 2023.95), 15);
- connRef474->setSourceEndpoint(srcPt474);
- ConnEnd dstPt474(Point(1976.87, 1934.95), 15);
- connRef474->setDestEndpoint(dstPt474);
- connRef474->setRoutingType((ConnType)2);
-
- ConnRef *connRef475 = new ConnRef(router, 475);
- ConnEnd srcPt475(Point(2241.79, 2023.95), 15);
- connRef475->setSourceEndpoint(srcPt475);
- ConnEnd dstPt475(Point(2462.71, 2013.95), 4);
- connRef475->setDestEndpoint(dstPt475);
- connRef475->setRoutingType((ConnType)2);
-
- ConnRef *connRef476 = new ConnRef(router, 476);
- ConnEnd srcPt476(Point(2241.79, 2023.95), 15);
- connRef476->setSourceEndpoint(srcPt476);
- ConnEnd dstPt476(Point(2462.71, 2055.95), 4);
- connRef476->setDestEndpoint(dstPt476);
- connRef476->setRoutingType((ConnType)2);
-
- ConnRef *connRef477 = new ConnRef(router, 477);
- ConnEnd srcPt477(Point(1563.6, 2945.3), 15);
- connRef477->setSourceEndpoint(srcPt477);
- ConnEnd dstPt477(Point(1646.79, 3125.3), 1);
- connRef477->setDestEndpoint(dstPt477);
- connRef477->setRoutingType((ConnType)2);
-
- ConnRef *connRef478 = new ConnRef(router, 478);
- ConnEnd srcPt478(Point(1563.6, 2945.3), 15);
- connRef478->setSourceEndpoint(srcPt478);
- ConnEnd dstPt478(Point(1538.46, 3125.3), 1);
- connRef478->setDestEndpoint(dstPt478);
- connRef478->setRoutingType((ConnType)2);
-
- ConnRef *connRef479 = new ConnRef(router, 479);
- ConnEnd srcPt479(Point(1563.6, 2945.3), 15);
- connRef479->setSourceEndpoint(srcPt479);
- ConnEnd dstPt479(Point(1563.6, 3056.3), 1);
- connRef479->setDestEndpoint(dstPt479);
- connRef479->setRoutingType((ConnType)2);
-
- ConnRef *connRef480 = new ConnRef(router, 480);
- ConnEnd srcPt480(Point(1938.79, 2945.3), 4);
- connRef480->setSourceEndpoint(srcPt480);
- ConnEnd dstPt480(Point(1563.6, 2945.3), 15);
- connRef480->setDestEndpoint(dstPt480);
- connRef480->setRoutingType((ConnType)2);
-
- ConnRef *connRef481 = new ConnRef(router, 481);
- ConnEnd srcPt481(Point(2772.54, 3417.3), 4);
- connRef481->setSourceEndpoint(srcPt481);
- ConnEnd dstPt481(Point(1563.6, 3413.3), 15);
- connRef481->setDestEndpoint(dstPt481);
- connRef481->setRoutingType((ConnType)2);
-
- ConnRef *connRef482 = new ConnRef(router, 482);
- ConnEnd srcPt482(Point(1563.6, 3413.3), 15);
- connRef482->setSourceEndpoint(srcPt482);
- ConnEnd dstPt482(Point(2772.54, 3519.3), 4);
- connRef482->setDestEndpoint(dstPt482);
- connRef482->setRoutingType((ConnType)2);
-
- ConnRef *connRef483 = new ConnRef(router, 483);
- ConnEnd srcPt483(Point(625.333, 3071.3), 8);
- connRef483->setSourceEndpoint(srcPt483);
- ConnEnd dstPt483(Point(1563.6, 3413.3), 15);
- connRef483->setDestEndpoint(dstPt483);
- connRef483->setRoutingType((ConnType)2);
-
- ConnRef *connRef484 = new ConnRef(router, 484);
- ConnEnd srcPt484(Point(1646.79, 3155.3), 2);
- connRef484->setSourceEndpoint(srcPt484);
- ConnEnd dstPt484(Point(1563.6, 3413.3), 15);
- connRef484->setDestEndpoint(dstPt484);
- connRef484->setRoutingType((ConnType)2);
-
- ConnRef *connRef485 = new ConnRef(router, 485);
- ConnEnd srcPt485(Point(1538.46, 3155.3), 2);
- connRef485->setSourceEndpoint(srcPt485);
- ConnEnd dstPt485(Point(1563.6, 3413.3), 15);
- connRef485->setDestEndpoint(dstPt485);
- connRef485->setRoutingType((ConnType)2);
-
- ConnRef *connRef486 = new ConnRef(router, 486);
- ConnEnd srcPt486(Point(1563.6, 3086.3), 2);
- connRef486->setSourceEndpoint(srcPt486);
- ConnEnd dstPt486(Point(1563.6, 3413.3), 15);
- connRef486->setDestEndpoint(dstPt486);
- connRef486->setRoutingType((ConnType)2);
-
- ConnRef *connRef487 = new ConnRef(router, 487);
- ConnEnd srcPt487(Point(891.358, 3071.3), 8);
- connRef487->setSourceEndpoint(srcPt487);
- ConnEnd dstPt487(Point(1563.6, 3413.3), 15);
- connRef487->setDestEndpoint(dstPt487);
- connRef487->setRoutingType((ConnType)2);
-
- ConnRef *connRef488 = new ConnRef(router, 488);
- ConnEnd srcPt488(Point(1767.79, 3401.3), 4);
- connRef488->setSourceEndpoint(srcPt488);
- ConnEnd dstPt488(Point(1563.6, 3413.3), 15);
- connRef488->setDestEndpoint(dstPt488);
- connRef488->setRoutingType((ConnType)2);
-
- ConnRef *connRef489 = new ConnRef(router, 489);
- ConnEnd srcPt489(Point(1563.6, 3413.3), 15);
- connRef489->setSourceEndpoint(srcPt489);
- ConnEnd dstPt489(Point(1767.79, 3197.3), 4);
- connRef489->setDestEndpoint(dstPt489);
- connRef489->setRoutingType((ConnType)2);
-
- ConnRef *connRef490 = new ConnRef(router, 490);
- ConnEnd srcPt490(Point(1563.6, 3413.3), 15);
- connRef490->setSourceEndpoint(srcPt490);
- ConnEnd dstPt490(Point(1767.79, 3299.3), 4);
- connRef490->setDestEndpoint(dstPt490);
- connRef490->setRoutingType((ConnType)2);
-
- ConnRef *connRef491 = new ConnRef(router, 491);
- ConnEnd srcPt491(Point(610.333, 2529.3), 15);
- connRef491->setSourceEndpoint(srcPt491);
- ConnEnd dstPt491(Point(610.333, 2597.3), 1);
- connRef491->setDestEndpoint(dstPt491);
- connRef491->setRoutingType((ConnType)2);
-
- ConnRef *connRef492 = new ConnRef(router, 492);
- ConnEnd srcPt492(Point(610.333, 2674.3), 15);
- connRef492->setSourceEndpoint(srcPt492);
- ConnEnd dstPt492(Point(1480.87, 2053.77), 15);
- connRef492->setDestEndpoint(dstPt492);
- connRef492->setRoutingType((ConnType)2);
-
- ConnRef *connRef493 = new ConnRef(router, 493);
- ConnEnd srcPt493(Point(610.333, 2945.3), 15);
- connRef493->setSourceEndpoint(srcPt493);
- ConnEnd dstPt493(Point(595.333, 3071.3), 4);
- connRef493->setDestEndpoint(dstPt493);
- connRef493->setRoutingType((ConnType)2);
-
- ConnRef *connRef494 = new ConnRef(router, 494);
- ConnEnd srcPt494(Point(2244.79, 2749.3), 8);
- connRef494->setSourceEndpoint(srcPt494);
- ConnEnd dstPt494(Point(2241.79, 2945.3), 15);
- connRef494->setDestEndpoint(dstPt494);
- connRef494->setRoutingType((ConnType)2);
-
- ConnRef *connRef495 = new ConnRef(router, 495);
- ConnEnd srcPt495(Point(2241.79, 2945.3), 15);
- connRef495->setSourceEndpoint(srcPt495);
- ConnEnd dstPt495(Point(2462.71, 2955.3), 4);
- connRef495->setDestEndpoint(dstPt495);
- connRef495->setRoutingType((ConnType)2);
-
- ConnRef *connRef496 = new ConnRef(router, 496);
- ConnEnd srcPt496(Point(2241.79, 2945.3), 15);
- connRef496->setSourceEndpoint(srcPt496);
- ConnEnd dstPt496(Point(1968.79, 2945.3), 8);
- connRef496->setDestEndpoint(dstPt496);
- connRef496->setRoutingType((ConnType)2);
-
- ConnRef *connRef497 = new ConnRef(router, 497);
- ConnEnd srcPt497(Point(2241.79, 2945.3), 15);
- connRef497->setSourceEndpoint(srcPt497);
- ConnEnd dstPt497(Point(2462.71, 2864.3), 4);
- connRef497->setDestEndpoint(dstPt497);
- connRef497->setRoutingType((ConnType)2);
-
- ConnRef *connRef498 = new ConnRef(router, 498);
- ConnEnd srcPt498(Point(2322.71, 2674.3), 15);
- connRef498->setSourceEndpoint(srcPt498);
- ConnEnd dstPt498(Point(2214.79, 2749.3), 4);
- connRef498->setDestEndpoint(dstPt498);
- connRef498->setRoutingType((ConnType)2);
-
- ConnRef *connRef499 = new ConnRef(router, 499);
- ConnEnd srcPt499(Point(2334.71, 2627.3), 2);
- connRef499->setSourceEndpoint(srcPt499);
- ConnEnd dstPt499(Point(2322.71, 2674.3), 15);
- connRef499->setDestEndpoint(dstPt499);
- connRef499->setRoutingType((ConnType)2);
-
- ConnRef *connRef500 = new ConnRef(router, 500);
- ConnEnd srcPt500(Point(2322.71, 2674.3), 15);
- connRef500->setSourceEndpoint(srcPt500);
- ConnEnd dstPt500(Point(2462.71, 2955.3), 4);
- connRef500->setDestEndpoint(dstPt500);
- connRef500->setRoutingType((ConnType)2);
-
- ConnRef *connRef501 = new ConnRef(router, 501);
- ConnEnd srcPt501(Point(2322.71, 2674.3), 15);
- connRef501->setSourceEndpoint(srcPt501);
- ConnEnd dstPt501(Point(2462.71, 2864.3), 4);
- connRef501->setDestEndpoint(dstPt501);
- connRef501->setRoutingType((ConnType)2);
-
- ConnRef *connRef502 = new ConnRef(router, 502);
- ConnEnd srcPt502(Point(2322.71, 2529.3), 15);
- connRef502->setSourceEndpoint(srcPt502);
- ConnEnd dstPt502(Point(2334.71, 2597.3), 1);
- connRef502->setDestEndpoint(dstPt502);
- connRef502->setRoutingType((ConnType)2);
-
- ConnRef *connRef503 = new ConnRef(router, 503);
- ConnEnd srcPt503(Point(876.358, 2529.3), 15);
- connRef503->setSourceEndpoint(srcPt503);
- ConnEnd dstPt503(Point(876.358, 2597.3), 1);
- connRef503->setDestEndpoint(dstPt503);
- connRef503->setRoutingType((ConnType)2);
-
- ConnRef *connRef504 = new ConnRef(router, 504);
- ConnEnd srcPt504(Point(876.358, 2674.3), 15);
- connRef504->setSourceEndpoint(srcPt504);
- ConnEnd dstPt504(Point(876.358, 2742.3), 1);
- connRef504->setDestEndpoint(dstPt504);
- connRef504->setRoutingType((ConnType)2);
-
- ConnRef *connRef505 = new ConnRef(router, 505);
- ConnEnd srcPt505(Point(876.358, 2945.3), 15);
- connRef505->setSourceEndpoint(srcPt505);
- ConnEnd dstPt505(Point(861.358, 3071.3), 4);
- connRef505->setDestEndpoint(dstPt505);
- connRef505->setRoutingType((ConnType)2);
-
- ConnRef *connRef506 = new ConnRef(router, 506);
- ConnEnd srcPt506(Point(3322.24, 2399.05), 15);
- connRef506->setSourceEndpoint(srcPt506);
- ConnEnd dstPt506(Point(3231.44, 2399.05), 8);
- connRef506->setDestEndpoint(dstPt506);
- connRef506->setRoutingType((ConnType)2);
-
- ConnRef *connRef507 = new ConnRef(router, 507);
- ConnEnd srcPt507(Point(3322.24, 2399.05), 15);
- connRef507->setSourceEndpoint(srcPt507);
- ConnEnd dstPt507(Point(3231.44, 2297.05), 8);
- connRef507->setDestEndpoint(dstPt507);
- connRef507->setRoutingType((ConnType)2);
-
- ConnRef *connRef508 = new ConnRef(router, 508);
- ConnEnd srcPt508(Point(3322.24, 2399.05), 15);
- connRef508->setSourceEndpoint(srcPt508);
- ConnEnd dstPt508(Point(3242.24, 2597.3), 1);
- connRef508->setDestEndpoint(dstPt508);
- connRef508->setRoutingType((ConnType)2);
-
- ConnRef *connRef509 = new ConnRef(router, 509);
- ConnEnd srcPt509(Point(3322.24, 2399.05), 15);
- connRef509->setSourceEndpoint(srcPt509);
- ConnEnd dstPt509(Point(3326.74, 3056.3), 1);
- connRef509->setDestEndpoint(dstPt509);
- connRef509->setRoutingType((ConnType)2);
-
- ConnRef *connRef510 = new ConnRef(router, 510);
- ConnEnd srcPt510(Point(2968.99, 2297.05), 15);
- connRef510->setSourceEndpoint(srcPt510);
- ConnEnd dstPt510(Point(2802.54, 2297.05), 8);
- connRef510->setDestEndpoint(dstPt510);
- connRef510->setRoutingType((ConnType)2);
-
- ConnRef *connRef511 = new ConnRef(router, 511);
- ConnEnd srcPt511(Point(3478.07, 1378.24), 15);
- connRef511->setSourceEndpoint(srcPt511);
- ConnEnd dstPt511(Point(3478.07, 1857.95), 1);
- connRef511->setDestEndpoint(dstPt511);
- connRef511->setRoutingType((ConnType)2);
-
- ConnRef *connRef512 = new ConnRef(router, 512);
- ConnEnd srcPt512(Point(3478.07, 2627.3), 2);
- connRef512->setSourceEndpoint(srcPt512);
- ConnEnd dstPt512(Point(3478.07, 3413.3), 15);
- connRef512->setDestEndpoint(dstPt512);
- connRef512->setRoutingType((ConnType)2);
-
- ConnRef *connRef513 = new ConnRef(router, 513);
- ConnEnd srcPt513(Point(2802.54, 3417.3), 8);
- connRef513->setSourceEndpoint(srcPt513);
- ConnEnd dstPt513(Point(3478.07, 3413.3), 15);
- connRef513->setDestEndpoint(dstPt513);
- connRef513->setRoutingType((ConnType)2);
-
- ConnRef *connRef514 = new ConnRef(router, 514);
- ConnEnd srcPt514(Point(3596.07, 2627.3), 2);
- connRef514->setSourceEndpoint(srcPt514);
- ConnEnd dstPt514(Point(3478.07, 3413.3), 15);
- connRef514->setDestEndpoint(dstPt514);
- connRef514->setRoutingType((ConnType)2);
-
- ConnRef *connRef515 = new ConnRef(router, 515);
- ConnEnd srcPt515(Point(220, 527.5), 2);
- connRef515->setSourceEndpoint(srcPt515);
- ConnEnd dstPt515(Point(323, 833.833), 15);
- connRef515->setDestEndpoint(dstPt515);
- connRef515->setRoutingType((ConnType)2);
-
- ConnRef *connRef516 = new ConnRef(router, 516);
- ConnEnd srcPt516(Point(131, 633.5), 1);
- connRef516->setSourceEndpoint(srcPt516);
- ConnEnd dstPt516(Point(323, 375.5), 15);
- connRef516->setDestEndpoint(dstPt516);
- connRef516->setRoutingType((ConnType)2);
-
- ConnRef *connRef517 = new ConnRef(router, 517);
- ConnEnd srcPt517(Point(1557.46, 291.5), 8);
- connRef517->setSourceEndpoint(srcPt517);
- ConnEnd dstPt517(Point(1762.79, 157.5), 15);
- connRef517->setDestEndpoint(dstPt517);
- connRef517->setRoutingType((ConnType)2);
-
- ConnRef *connRef518 = new ConnRef(router, 518);
- ConnEnd srcPt518(Point(1957.29, 291.5), 8);
- connRef518->setSourceEndpoint(srcPt518);
- ConnEnd dstPt518(Point(2041.79, 312.5), 15);
- connRef518->setDestEndpoint(dstPt518);
- connRef518->setRoutingType((ConnType)2);
-
- ConnRef *connRef519 = new ConnRef(router, 519);
- ConnEnd srcPt519(Point(2011.79, 777.5), 4);
- connRef519->setSourceEndpoint(srcPt519);
- ConnEnd dstPt519(Point(1958.29, 1041.64), 15);
- connRef519->setDestEndpoint(dstPt519);
- connRef519->setRoutingType((ConnType)2);
-
- ConnRef *connRef520 = new ConnRef(router, 520);
- ConnEnd srcPt520(Point(555.333, 1276.24), 8);
- connRef520->setSourceEndpoint(srcPt520);
- ConnEnd dstPt520(Point(610.333, 1276.24), 15);
- connRef520->setDestEndpoint(dstPt520);
- connRef520->setRoutingType((ConnType)2);
-
- ConnRef *connRef521 = new ConnRef(router, 521);
- ConnEnd srcPt521(Point(726.958, 1276.24), 8);
- connRef521->setSourceEndpoint(srcPt521);
- ConnEnd dstPt521(Point(876.358, 1276.24), 15);
- connRef521->setDestEndpoint(dstPt521);
- connRef521->setRoutingType((ConnType)2);
-
- ConnRef *connRef522 = new ConnRef(router, 522);
- ConnEnd srcPt522(Point(987.958, 1276.24), 8);
- connRef522->setSourceEndpoint(srcPt522);
- ConnEnd dstPt522(Point(1073.18, 1276.24), 15);
- connRef522->setDestEndpoint(dstPt522);
- connRef522->setRoutingType((ConnType)2);
-
- ConnRef *connRef523 = new ConnRef(router, 523);
- ConnEnd srcPt523(Point(1050.96, 1128.64), 1);
- connRef523->setSourceEndpoint(srcPt523);
- ConnEnd dstPt523(Point(1073.18, 978.5), 15);
- connRef523->setDestEndpoint(dstPt523);
- connRef523->setRoutingType((ConnType)2);
-
- ConnRef *connRef524 = new ConnRef(router, 524);
- ConnEnd srcPt524(Point(1646.79, 1291.24), 2);
- connRef524->setSourceEndpoint(srcPt524);
- ConnEnd dstPt524(Point(1782.79, 1378.24), 15);
- connRef524->setDestEndpoint(dstPt524);
- connRef524->setRoutingType((ConnType)2);
-
- ConnRef *connRef525 = new ConnRef(router, 525);
- ConnEnd srcPt525(Point(1919.87, 1601.64), 15);
- connRef525->setSourceEndpoint(srcPt525);
- ConnEnd dstPt525(Point(1782.79, 1569.64), 15);
- connRef525->setDestEndpoint(dstPt525);
- connRef525->setRoutingType((ConnType)2);
-
- ConnRef *connRef526 = new ConnRef(router, 526);
- ConnEnd srcPt526(Point(1911.79, 1653.64), 4);
- connRef526->setSourceEndpoint(srcPt526);
- ConnEnd dstPt526(Point(1782.79, 1569.64), 15);
- connRef526->setDestEndpoint(dstPt526);
- connRef526->setRoutingType((ConnType)2);
-
- ConnRef *connRef527 = new ConnRef(router, 527);
- ConnEnd srcPt527(Point(1942.29, 1378.24), 15);
- connRef527->setSourceEndpoint(srcPt527);
- ConnEnd dstPt527(Point(1958.29, 1425.24), 1);
- connRef527->setDestEndpoint(dstPt527);
- connRef527->setRoutingType((ConnType)2);
-
- ConnRef *connRef528 = new ConnRef(router, 528);
- ConnEnd srcPt528(Point(2028.87, 1507.64), 15);
- connRef528->setSourceEndpoint(srcPt528);
- ConnEnd dstPt528(Point(2241.79, 1378.24), 15);
- connRef528->setDestEndpoint(dstPt528);
- connRef528->setRoutingType((ConnType)2);
-
- ConnRef *connRef529 = new ConnRef(router, 529);
- ConnEnd srcPt529(Point(2492.71, 1509.44), 8);
- connRef529->setSourceEndpoint(srcPt529);
- ConnEnd dstPt529(Point(2547.71, 1569.64), 15);
- connRef529->setDestEndpoint(dstPt529);
- connRef529->setRoutingType((ConnType)2);
-
- ConnRef *connRef530 = new ConnRef(router, 530);
- ConnEnd srcPt530(Point(2492.71, 1581.64), 8);
- connRef530->setSourceEndpoint(srcPt530);
- ConnEnd dstPt530(Point(2547.71, 1569.64), 15);
- connRef530->setDestEndpoint(dstPt530);
- connRef530->setRoutingType((ConnType)2);
- */
-
- ConnRef *connRef531 = new ConnRef(router, 531);
- ConnEnd srcPt531(Point(2186.79, 1872.95), 8);
- connRef531->setSourceEndpoint(srcPt531);
- ConnEnd dstPt531(Point(2241.79, 1872.95), 15);
- connRef531->setDestEndpoint(dstPt531);
- connRef531->setRoutingType((ConnType)2);
-
- /*
- ConnRef *connRef532 = new ConnRef(router, 532);
- ConnEnd srcPt532(Point(2675.54, 1812.64), 8);
- connRef532->setSourceEndpoint(srcPt532);
- ConnEnd dstPt532(Point(2787.54, 1872.95), 15);
- connRef532->setDestEndpoint(dstPt532);
- connRef532->setRoutingType((ConnType)2);
-
- ConnRef *connRef533 = new ConnRef(router, 533);
- ConnEnd srcPt533(Point(2652.54, 1884.95), 8);
- connRef533->setSourceEndpoint(srcPt533);
- ConnEnd dstPt533(Point(2787.54, 1872.95), 15);
- connRef533->setDestEndpoint(dstPt533);
- connRef533->setRoutingType((ConnType)2);
-
- ConnRef *connRef534 = new ConnRef(router, 534);
- ConnEnd srcPt534(Point(2750.54, 1884.95), 8);
- connRef534->setSourceEndpoint(srcPt534);
- ConnEnd dstPt534(Point(2787.54, 1872.95), 15);
- connRef534->setDestEndpoint(dstPt534);
- connRef534->setRoutingType((ConnType)2);
-
- ConnRef *connRef535 = new ConnRef(router, 535);
- ConnEnd srcPt535(Point(2913.99, 1812.64), 8);
- connRef535->setSourceEndpoint(srcPt535);
- ConnEnd dstPt535(Point(3119.9, 1872.95), 15);
- connRef535->setDestEndpoint(dstPt535);
- connRef535->setRoutingType((ConnType)2);
-
- ConnRef *connRef536 = new ConnRef(router, 536);
- ConnEnd srcPt536(Point(2913.99, 1812.64), 8);
- connRef536->setSourceEndpoint(srcPt536);
- ConnEnd dstPt536(Point(2968.99, 1731.64), 15);
- connRef536->setDestEndpoint(dstPt536);
- connRef536->setRoutingType((ConnType)2);
-
- ConnRef *connRef537 = new ConnRef(router, 537);
- ConnEnd srcPt537(Point(2890.99, 1884.95), 8);
- connRef537->setSourceEndpoint(srcPt537);
- ConnEnd dstPt537(Point(3119.9, 1872.95), 15);
- connRef537->setDestEndpoint(dstPt537);
- connRef537->setRoutingType((ConnType)2);
-
- ConnRef *connRef538 = new ConnRef(router, 538);
- ConnEnd srcPt538(Point(2890.99, 1884.95), 8);
- connRef538->setSourceEndpoint(srcPt538);
- ConnEnd dstPt538(Point(2968.99, 1731.64), 15);
- connRef538->setDestEndpoint(dstPt538);
- connRef538->setRoutingType((ConnType)2);
-
- ConnRef *connRef539 = new ConnRef(router, 539);
- ConnEnd srcPt539(Point(2968.99, 1884.95), 8);
- connRef539->setSourceEndpoint(srcPt539);
- ConnEnd dstPt539(Point(3119.9, 1872.95), 15);
- connRef539->setDestEndpoint(dstPt539);
- connRef539->setRoutingType((ConnType)2);
-
- ConnRef *connRef540 = new ConnRef(router, 540);
- ConnEnd srcPt540(Point(2968.99, 1884.95), 8);
- connRef540->setSourceEndpoint(srcPt540);
- ConnEnd dstPt540(Point(2968.99, 1731.64), 15);
- connRef540->setDestEndpoint(dstPt540);
- connRef540->setRoutingType((ConnType)2);
-
- ConnRef *connRef541 = new ConnRef(router, 541);
- ConnEnd srcPt541(Point(2547.71, 723.5), 2);
- connRef541->setSourceEndpoint(srcPt541);
- ConnEnd dstPt541(Point(2547.71, 840.75), 15);
- connRef541->setDestEndpoint(dstPt541);
- connRef541->setRoutingType((ConnType)2);
-
- ConnRef *connRef542 = new ConnRef(router, 542);
- ConnEnd srcPt542(Point(2787.54, 723.5), 2);
- connRef542->setSourceEndpoint(srcPt542);
- ConnEnd dstPt542(Point(2787.54, 840.75), 15);
- connRef542->setDestEndpoint(dstPt542);
- connRef542->setRoutingType((ConnType)2);
-
- ConnRef *connRef543 = new ConnRef(router, 543);
- ConnEnd srcPt543(Point(2968.99, 723.5), 2);
- connRef543->setSourceEndpoint(srcPt543);
- ConnEnd dstPt543(Point(2968.99, 840.75), 15);
- connRef543->setDestEndpoint(dstPt543);
- connRef543->setRoutingType((ConnType)2);
-
- ConnRef *connRef544 = new ConnRef(router, 544);
- ConnEnd srcPt544(Point(2968.99, 929.5), 2);
- connRef544->setSourceEndpoint(srcPt544);
- ConnEnd dstPt544(Point(2968.99, 1041.64), 15);
- connRef544->setDestEndpoint(dstPt544);
- connRef544->setRoutingType((ConnType)2);
-
- ConnRef *connRef545 = new ConnRef(router, 545);
- ConnEnd srcPt545(Point(2492.71, 220.875), 8);
- connRef545->setSourceEndpoint(srcPt545);
- ConnEnd dstPt545(Point(2547.71, 220.875), 15);
- connRef545->setDestEndpoint(dstPt545);
- connRef545->setRoutingType((ConnType)2);
-
- ConnRef *connRef546 = new ConnRef(router, 546);
- ConnEnd srcPt546(Point(2547.71, 316.75), 2);
- connRef546->setSourceEndpoint(srcPt546);
- ConnEnd dstPt546(Point(2547.71, 437.7), 15);
- connRef546->setDestEndpoint(dstPt546);
- connRef546->setRoutingType((ConnType)2);
-
- ConnRef *connRef547 = new ConnRef(router, 547);
- ConnEnd srcPt547(Point(2547.71, 316.75), 2);
- connRef547->setSourceEndpoint(srcPt547);
- ConnEnd dstPt547(Point(2735.54, 362.5), 15);
- connRef547->setDestEndpoint(dstPt547);
- connRef547->setRoutingType((ConnType)2);
-
- ConnRef *connRef548 = new ConnRef(router, 548);
- ConnEnd srcPt548(Point(2680.54, 220.875), 8);
- connRef548->setSourceEndpoint(srcPt548);
- ConnEnd dstPt548(Point(2787.54, 220.875), 15);
- connRef548->setDestEndpoint(dstPt548);
- connRef548->setRoutingType((ConnType)2);
-
- ConnRef *connRef549 = new ConnRef(router, 549);
- ConnEnd srcPt549(Point(3493.07, 914.5), 8);
- connRef549->setSourceEndpoint(srcPt549);
- ConnEnd dstPt549(Point(3478.07, 1378.24), 15);
- connRef549->setDestEndpoint(dstPt549);
- connRef549->setRoutingType((ConnType)2);
-
- ConnRef *connRef550 = new ConnRef(router, 550);
- ConnEnd srcPt550(Point(3478.07, 1887.95), 2);
- connRef550->setSourceEndpoint(srcPt550);
- ConnEnd dstPt550(Point(3478.07, 2185.05), 15);
- connRef550->setDestEndpoint(dstPt550);
- connRef550->setRoutingType((ConnType)2);
-
- ConnRef *connRef551 = new ConnRef(router, 551);
- ConnEnd srcPt551(Point(2802.54, 3519.3), 8);
- connRef551->setSourceEndpoint(srcPt551);
- ConnEnd dstPt551(Point(3478.07, 3413.3), 15);
- connRef551->setDestEndpoint(dstPt551);
- connRef551->setRoutingType((ConnType)2);
-
- ConnRef *connRef552 = new ConnRef(router, 552);
- ConnEnd srcPt552(Point(3596.07, 929.5), 2);
- connRef552->setSourceEndpoint(srcPt552);
- ConnEnd dstPt552(Point(3596.07, 2185.05), 15);
- connRef552->setDestEndpoint(dstPt552);
- connRef552->setRoutingType((ConnType)2);
-
- ConnRef *connRef553 = new ConnRef(router, 553);
- ConnEnd srcPt553(Point(3326.74, 929.5), 2);
- connRef553->setSourceEndpoint(srcPt553);
- ConnEnd dstPt553(Point(3322.24, 2399.05), 15);
- connRef553->setDestEndpoint(dstPt553);
- connRef553->setRoutingType((ConnType)2);
-
- ConnRef *connRef554 = new ConnRef(router, 554);
- ConnEnd srcPt554(Point(3201.44, 2297.05), 4);
- connRef554->setSourceEndpoint(srcPt554);
- ConnEnd dstPt554(Point(2968.99, 2297.05), 15);
- connRef554->setDestEndpoint(dstPt554);
- connRef554->setRoutingType((ConnType)2);
-
- ConnRef *connRef555 = new ConnRef(router, 555);
- ConnEnd srcPt555(Point(3231.44, 914.5), 8);
- connRef555->setSourceEndpoint(srcPt555);
- ConnEnd dstPt555(Point(3216.44, 2185.05), 15);
- connRef555->setDestEndpoint(dstPt555);
- connRef555->setRoutingType((ConnType)2);
-
- ConnRef *connRef556 = new ConnRef(router, 556);
- ConnEnd srcPt556(Point(2384.71, 2185.05), 4);
- connRef556->setSourceEndpoint(srcPt556);
- ConnEnd dstPt556(Point(2041.79, 2185.05), 15);
- connRef556->setDestEndpoint(dstPt556);
- connRef556->setRoutingType((ConnType)2);
-
- ConnRef *connRef557 = new ConnRef(router, 557);
- ConnEnd srcPt557(Point(711.958, 1425.24), 1);
- connRef557->setSourceEndpoint(srcPt557);
- ConnEnd dstPt557(Point(1073.18, 1440.24), 15);
- connRef557->setDestEndpoint(dstPt557);
- connRef557->setRoutingType((ConnType)2);
-
- ConnRef *connRef558 = new ConnRef(router, 558);
- ConnEnd srcPt558(Point(1385.86, 1425.24), 1);
- connRef558->setSourceEndpoint(srcPt558);
- ConnEnd dstPt558(Point(1782.79, 1378.24), 15);
- connRef558->setDestEndpoint(dstPt558);
- connRef558->setRoutingType((ConnType)2);
-
- ConnRef *connRef559 = new ConnRef(router, 559);
- ConnEnd srcPt559(Point(595.333, 2477.3), 4);
- connRef559->setSourceEndpoint(srcPt559);
- ConnEnd dstPt559(Point(610.333, 2529.3), 15);
- connRef559->setDestEndpoint(dstPt559);
- connRef559->setRoutingType((ConnType)2);
-
- ConnRef *connRef560 = new ConnRef(router, 560);
- ConnEnd srcPt560(Point(610.333, 2627.3), 2);
- connRef560->setSourceEndpoint(srcPt560);
- ConnEnd dstPt560(Point(610.333, 2674.3), 15);
- connRef560->setDestEndpoint(dstPt560);
- connRef560->setRoutingType((ConnType)2);
-
- ConnRef *connRef561 = new ConnRef(router, 561);
- ConnEnd srcPt561(Point(1480.87, 2053.77), 15);
- connRef561->setSourceEndpoint(srcPt561);
- ConnEnd dstPt561(Point(610.333, 2945.3), 15);
- connRef561->setDestEndpoint(dstPt561);
- connRef561->setRoutingType((ConnType)2);
-
- ConnRef *connRef562 = new ConnRef(router, 562);
- ConnEnd srcPt562(Point(1197.96, 2627.3), 2);
- connRef562->setSourceEndpoint(srcPt562);
- ConnEnd dstPt562(Point(1563.6, 2945.3), 15);
- connRef562->setDestEndpoint(dstPt562);
- connRef562->setRoutingType((ConnType)2);
-
- ConnRef *connRef563 = new ConnRef(router, 563);
- ConnEnd srcPt563(Point(1315.96, 2627.3), 2);
- connRef563->setSourceEndpoint(srcPt563);
- ConnEnd dstPt563(Point(1563.6, 2945.3), 15);
- connRef563->setDestEndpoint(dstPt563);
- connRef563->setRoutingType((ConnType)2);
-
- ConnRef *connRef564 = new ConnRef(router, 564);
- ConnEnd srcPt564(Point(1646.79, 2772.3), 2);
- connRef564->setSourceEndpoint(srcPt564);
- ConnEnd dstPt564(Point(1563.6, 2945.3), 15);
- connRef564->setDestEndpoint(dstPt564);
- connRef564->setRoutingType((ConnType)2);
-
- ConnRef *connRef565 = new ConnRef(router, 565);
- ConnEnd srcPt565(Point(1563.6, 2703.3), 2);
- connRef565->setSourceEndpoint(srcPt565);
- ConnEnd dstPt565(Point(1563.6, 2945.3), 15);
- connRef565->setDestEndpoint(dstPt565);
- connRef565->setRoutingType((ConnType)2);
-
- ConnRef *connRef566 = new ConnRef(router, 566);
- ConnEnd srcPt566(Point(1538.46, 2772.3), 2);
- connRef566->setSourceEndpoint(srcPt566);
- ConnEnd dstPt566(Point(1563.6, 2945.3), 15);
- connRef566->setDestEndpoint(dstPt566);
- connRef566->setRoutingType((ConnType)2);
-
- ConnRef *connRef567 = new ConnRef(router, 567);
- ConnEnd srcPt567(Point(2492.71, 2955.3), 8);
- connRef567->setSourceEndpoint(srcPt567);
- ConnEnd dstPt567(Point(2547.71, 2945.3), 15);
- connRef567->setDestEndpoint(dstPt567);
- connRef567->setRoutingType((ConnType)2);
-
- ConnRef *connRef568 = new ConnRef(router, 568);
- ConnEnd srcPt568(Point(850.958, 2492.3), 2);
- connRef568->setSourceEndpoint(srcPt568);
- ConnEnd dstPt568(Point(876.358, 2529.3), 15);
- connRef568->setDestEndpoint(dstPt568);
- connRef568->setRoutingType((ConnType)2);
-
- ConnRef *connRef569 = new ConnRef(router, 569);
- ConnEnd srcPt569(Point(943.958, 2477.3), 4);
- connRef569->setSourceEndpoint(srcPt569);
- ConnEnd dstPt569(Point(876.358, 2529.3), 15);
- connRef569->setDestEndpoint(dstPt569);
- connRef569->setRoutingType((ConnType)2);
-
- ConnRef *connRef570 = new ConnRef(router, 570);
- ConnEnd srcPt570(Point(876.358, 2627.3), 2);
- connRef570->setSourceEndpoint(srcPt570);
- ConnEnd dstPt570(Point(876.358, 2674.3), 15);
- connRef570->setDestEndpoint(dstPt570);
- connRef570->setRoutingType((ConnType)2);
-
- ConnRef *connRef571 = new ConnRef(router, 571);
- ConnEnd srcPt571(Point(876.358, 2772.3), 2);
- connRef571->setSourceEndpoint(srcPt571);
- ConnEnd dstPt571(Point(876.358, 2945.3), 15);
- connRef571->setDestEndpoint(dstPt571);
- connRef571->setRoutingType((ConnType)2);
-
- ConnRef *connRef572 = new ConnRef(router, 572);
- ConnEnd srcPt572(Point(2186.79, 1041.64), 8);
- connRef572->setSourceEndpoint(srcPt572);
- ConnEnd dstPt572(Point(2241.79, 1041.64), 15);
- connRef572->setDestEndpoint(dstPt572);
- connRef572->setRoutingType((ConnType)2);
-
- ConnRef *connRef573 = new ConnRef(router, 573);
- ConnEnd srcPt573(Point(2492.71, 1041.64), 8);
- connRef573->setSourceEndpoint(srcPt573);
- ConnEnd dstPt573(Point(2547.71, 1041.64), 15);
- connRef573->setDestEndpoint(dstPt573);
- connRef573->setRoutingType((ConnType)2);
-
- ConnRef *connRef574 = new ConnRef(router, 574);
- ConnEnd srcPt574(Point(3478.07, 2185.05), 15);
- connRef574->setSourceEndpoint(srcPt574);
- ConnEnd dstPt574(Point(3478.07, 2597.3), 1);
- connRef574->setDestEndpoint(dstPt574);
- connRef574->setRoutingType((ConnType)2);
-
- ConnRef *connRef575 = new ConnRef(router, 575);
- ConnEnd srcPt575(Point(3596.07, 2185.05), 15);
- connRef575->setSourceEndpoint(srcPt575);
- ConnEnd dstPt575(Point(3596.07, 2597.3), 1);
- connRef575->setDestEndpoint(dstPt575);
- connRef575->setRoutingType((ConnType)2);
-
- ConnRef *connRef576 = new ConnRef(router, 576);
- ConnEnd srcPt576(Point(2041.79, 1291.24), 2);
- connRef576->setSourceEndpoint(srcPt576);
- ConnEnd dstPt576(Point(2041.79, 1569.64), 15);
- connRef576->setDestEndpoint(dstPt576);
- connRef576->setRoutingType((ConnType)2);
-
- ConnRef *connRef577 = new ConnRef(router, 577);
- ConnEnd srcPt577(Point(1797.79, 3401.3), 8);
- connRef577->setSourceEndpoint(srcPt577);
- ConnEnd dstPt577(Point(1861.79, 3209.3), 15);
- connRef577->setDestEndpoint(dstPt577);
- connRef577->setRoutingType((ConnType)2);
-
- ConnRef *connRef578 = new ConnRef(router, 578);
- ConnEnd srcPt578(Point(1797.79, 3197.3), 8);
- connRef578->setSourceEndpoint(srcPt578);
- ConnEnd dstPt578(Point(1861.79, 3209.3), 15);
- connRef578->setDestEndpoint(dstPt578);
- connRef578->setRoutingType((ConnType)2);
-
- ConnRef *connRef579 = new ConnRef(router, 579);
- ConnEnd srcPt579(Point(2760.54, 123.5), 4);
- connRef579->setSourceEndpoint(srcPt579);
- ConnEnd dstPt579(Point(2241.79, 220.875), 15);
- connRef579->setDestEndpoint(dstPt579);
- connRef579->setRoutingType((ConnType)2);
-
- ConnRef *connRef580 = new ConnRef(router, 580);
- ConnEnd srcPt580(Point(2760.54, 123.5), 4);
- connRef580->setSourceEndpoint(srcPt580);
- ConnEnd dstPt580(Point(2547.71, 220.875), 15);
- connRef580->setDestEndpoint(dstPt580);
- connRef580->setRoutingType((ConnType)2);
-
- ConnRef *connRef581 = new ConnRef(router, 581);
- ConnEnd srcPt581(Point(2156.79, 220.875), 4);
- connRef581->setSourceEndpoint(srcPt581);
- ConnEnd dstPt581(Point(2041.79, 220.875), 15);
- connRef581->setDestEndpoint(dstPt581);
- connRef581->setRoutingType((ConnType)2);
-
- ConnRef *connRef582 = new ConnRef(router, 582);
- ConnEnd srcPt582(Point(2041.79, 2185.05), 15);
- connRef582->setSourceEndpoint(srcPt582);
- ConnEnd dstPt582(Point(1941.79, 2185.05), 8);
- connRef582->setDestEndpoint(dstPt582);
- connRef582->setRoutingType((ConnType)2);
-
- ConnRef *connRef583 = new ConnRef(router, 583);
- ConnEnd srcPt583(Point(1775.79, 1872.95), 15);
- connRef583->setSourceEndpoint(srcPt583);
- ConnEnd dstPt583(Point(1479.46, 1872.95), 8);
- connRef583->setDestEndpoint(dstPt583);
- connRef583->setRoutingType((ConnType)2);
-
- ConnRef *connRef584 = new ConnRef(router, 584);
- ConnEnd srcPt584(Point(1911.79, 1872.95), 4);
- connRef584->setSourceEndpoint(srcPt584);
- ConnEnd dstPt584(Point(1775.79, 1872.95), 15);
- connRef584->setDestEndpoint(dstPt584);
- connRef584->setRoutingType((ConnType)2);
-
- ConnRef *connRef585 = new ConnRef(router, 585);
- ConnEnd srcPt585(Point(1449.46, 1872.95), 4);
- connRef585->setSourceEndpoint(srcPt585);
- ConnEnd dstPt585(Point(1073.18, 1872.95), 15);
- connRef585->setDestEndpoint(dstPt585);
- connRef585->setRoutingType((ConnType)2);
-
- ConnRef *connRef586 = new ConnRef(router, 586);
- ConnEnd srcPt586(Point(1073.18, 1872.95), 15);
- connRef586->setSourceEndpoint(srcPt586);
- ConnEnd dstPt586(Point(987.958, 1872.95), 8);
- connRef586->setDestEndpoint(dstPt586);
- connRef586->setRoutingType((ConnType)2);
-
- ConnRef *connRef587 = new ConnRef(router, 587);
- ConnEnd srcPt587(Point(957.958, 1872.95), 4);
- connRef587->setSourceEndpoint(srcPt587);
- ConnEnd dstPt587(Point(876.358, 1872.95), 15);
- connRef587->setDestEndpoint(dstPt587);
- connRef587->setRoutingType((ConnType)2);
-
- ConnRef *connRef588 = new ConnRef(router, 588);
- ConnEnd srcPt588(Point(3089.24, 316.75), 2);
- connRef588->setSourceEndpoint(srcPt588);
- ConnEnd dstPt588(Point(3114.24, 437.7), 15);
- connRef588->setDestEndpoint(dstPt588);
- connRef588->setRoutingType((ConnType)2);
-
- ConnRef *connRef589 = new ConnRef(router, 589);
- ConnEnd srcPt589(Point(2041.79, 2674.3), 15);
- connRef589->setSourceEndpoint(srcPt589);
- ConnEnd dstPt589(Point(2041.79, 2734.3), 1);
- connRef589->setDestEndpoint(dstPt589);
- connRef589->setRoutingType((ConnType)2);
-
- ConnRef *connRef590 = new ConnRef(router, 590);
- ConnEnd srcPt590(Point(2041.79, 2764.3), 2);
- connRef590->setSourceEndpoint(srcPt590);
- ConnEnd dstPt590(Point(2241.79, 2945.3), 15);
- connRef590->setDestEndpoint(dstPt590);
- connRef590->setRoutingType((ConnType)2);
-
- ConnRef *connRef591 = new ConnRef(router, 591);
- ConnEnd srcPt591(Point(1861.79, 2674.3), 15);
- connRef591->setSourceEndpoint(srcPt591);
- ConnEnd dstPt591(Point(1861.79, 2734.3), 1);
- connRef591->setDestEndpoint(dstPt591);
- connRef591->setRoutingType((ConnType)2);
-
- ConnRef *connRef592 = new ConnRef(router, 592);
- ConnEnd srcPt592(Point(1861.79, 2764.3), 2);
- connRef592->setSourceEndpoint(srcPt592);
- ConnEnd dstPt592(Point(1861.79, 2811.3), 15);
- connRef592->setDestEndpoint(dstPt592);
- connRef592->setRoutingType((ConnType)2);
-
- ConnRef *connRef593 = new ConnRef(router, 593);
- ConnEnd srcPt593(Point(1073.18, 569.7), 15);
- connRef593->setSourceEndpoint(srcPt593);
- ConnEnd dstPt593(Point(1214.46, 569.7), 4);
- connRef593->setDestEndpoint(dstPt593);
- connRef593->setRoutingType((ConnType)2);
-
- ConnRef *connRef594 = new ConnRef(router, 594);
- ConnEnd srcPt594(Point(1073.18, 693.5), 1);
- connRef594->setSourceEndpoint(srcPt594);
- ConnEnd dstPt594(Point(1073.18, 569.7), 15);
- connRef594->setDestEndpoint(dstPt594);
- connRef594->setRoutingType((ConnType)2);
-
- ConnRef *connRef595 = new ConnRef(router, 595);
- ConnEnd srcPt595(Point(876.358, 554.7), 1);
- connRef595->setSourceEndpoint(srcPt595);
- ConnEnd dstPt595(Point(876.358, 375.5), 15);
- connRef595->setDestEndpoint(dstPt595);
- connRef595->setRoutingType((ConnType)2);
-
- ConnRef *connRef596 = new ConnRef(router, 596);
- ConnEnd srcPt596(Point(781.958, 715.5), 15);
- connRef596->setSourceEndpoint(srcPt596);
- ConnEnd dstPt596(Point(876.358, 584.7), 2);
- connRef596->setDestEndpoint(dstPt596);
- connRef596->setRoutingType((ConnType)2);
-
- ConnRef *connRef597 = new ConnRef(router, 597);
- ConnEnd srcPt597(Point(404.333, 527.5), 2);
- connRef597->setSourceEndpoint(srcPt597);
- ConnEnd dstPt597(Point(323, 833.833), 15);
- connRef597->setDestEndpoint(dstPt597);
- connRef597->setRoutingType((ConnType)2);
-
- ConnRef *connRef598 = new ConnRef(router, 598);
- ConnEnd srcPt598(Point(2492.71, 2864.3), 8);
- connRef598->setSourceEndpoint(srcPt598);
- ConnEnd dstPt598(Point(2547.71, 2945.3), 15);
- connRef598->setDestEndpoint(dstPt598);
- connRef598->setRoutingType((ConnType)2);
-
- ConnRef *connRef599 = new ConnRef(router, 599);
- ConnEnd srcPt599(Point(3119.9, 2529.3), 15);
- connRef599->setSourceEndpoint(srcPt599);
- ConnEnd dstPt599(Point(2895.99, 2612.3), 4);
- connRef599->setDestEndpoint(dstPt599);
- connRef599->setRoutingType((ConnType)2);
-
- ConnRef *connRef600 = new ConnRef(router, 600);
- ConnEnd srcPt600(Point(3119.9, 2529.3), 15);
- connRef600->setSourceEndpoint(srcPt600);
- ConnEnd dstPt600(Point(3242.24, 2597.3), 1);
- connRef600->setDestEndpoint(dstPt600);
- connRef600->setRoutingType((ConnType)2);
-
- ConnRef *connRef601 = new ConnRef(router, 601);
- ConnEnd srcPt601(Point(2925.99, 2612.3), 8);
- connRef601->setSourceEndpoint(srcPt601);
- ConnEnd dstPt601(Point(2968.99, 2674.3), 15);
- connRef601->setDestEndpoint(dstPt601);
- connRef601->setRoutingType((ConnType)2);
-
- ConnRef *connRef602 = new ConnRef(router, 602);
- ConnEnd srcPt602(Point(3119.9, 2872.3), 15);
- connRef602->setSourceEndpoint(srcPt602);
- ConnEnd dstPt602(Point(2869.99, 3071.3), 4);
- connRef602->setDestEndpoint(dstPt602);
- connRef602->setRoutingType((ConnType)2);
-
- ConnRef *connRef603 = new ConnRef(router, 603);
- ConnEnd srcPt603(Point(3119.9, 2872.3), 15);
- connRef603->setSourceEndpoint(srcPt603);
- ConnEnd dstPt603(Point(3326.74, 3056.3), 1);
- connRef603->setDestEndpoint(dstPt603);
- connRef603->setRoutingType((ConnType)2);
-
- ConnRef *connRef604 = new ConnRef(router, 604);
- ConnEnd srcPt604(Point(3242.24, 2627.3), 2);
- connRef604->setSourceEndpoint(srcPt604);
- ConnEnd dstPt604(Point(3221.24, 2674.3), 15);
- connRef604->setDestEndpoint(dstPt604);
- connRef604->setRoutingType((ConnType)2);
-
- ConnRef *connRef605 = new ConnRef(router, 605);
- ConnEnd srcPt605(Point(2899.99, 3071.3), 8);
- connRef605->setSourceEndpoint(srcPt605);
- ConnEnd dstPt605(Point(2968.99, 3209.3), 15);
- connRef605->setDestEndpoint(dstPt605);
- connRef605->setRoutingType((ConnType)2);
-
- ConnRef *connRef606 = new ConnRef(router, 606);
- ConnEnd srcPt606(Point(3326.74, 3086.3), 2);
- connRef606->setSourceEndpoint(srcPt606);
- ConnEnd dstPt606(Point(3216.44, 3209.3), 15);
- connRef606->setDestEndpoint(dstPt606);
- connRef606->setRoutingType((ConnType)2);
-
- ConnRef *connRef607 = new ConnRef(router, 607);
- ConnEnd srcPt607(Point(1797.79, 3299.3), 8);
- connRef607->setSourceEndpoint(srcPt607);
- ConnEnd dstPt607(Point(1861.79, 3209.3), 15);
- connRef607->setDestEndpoint(dstPt607);
- connRef607->setRoutingType((ConnType)2);
-
- ConnRef *connRef608 = new ConnRef(router, 608);
- ConnEnd srcPt608(Point(162, 512.5), 8);
- connRef608->setSourceEndpoint(srcPt608);
- ConnEnd dstPt608(Point(220, 512.5), 4);
- connRef608->setDestEndpoint(dstPt608);
- connRef608->setRoutingType((ConnType)2);
-
- ConnRef *connRef609 = new ConnRef(router, 609);
- ConnEnd srcPt609(Point(73, 648.5), 8);
- connRef609->setSourceEndpoint(srcPt609);
- ConnEnd dstPt609(Point(131, 648.5), 4);
- connRef609->setDestEndpoint(dstPt609);
- connRef609->setRoutingType((ConnType)2);
-
- ConnRef *connRef610 = new ConnRef(router, 610);
- ConnEnd srcPt610(Point(540.333, 658.5), 2);
- connRef610->setSourceEndpoint(srcPt610);
- ConnEnd dstPt610(Point(540.333, 708.5), 1);
- connRef610->setDestEndpoint(dstPt610);
- connRef610->setRoutingType((ConnType)2);
-
- ConnRef *connRef611 = new ConnRef(router, 611);
- ConnEnd srcPt611(Point(540.333, 783.833), 2);
- connRef611->setSourceEndpoint(srcPt611);
- ConnEnd dstPt611(Point(540.333, 833.833), 1);
- connRef611->setDestEndpoint(dstPt611);
- connRef611->setRoutingType((ConnType)2);
-
- ConnRef *connRef612 = new ConnRef(router, 612);
- ConnEnd srcPt612(Point(1453.46, 708.5), 4);
- connRef612->setSourceEndpoint(srcPt612);
- ConnEnd dstPt612(Point(1395.46, 708.5), 8);
- connRef612->setDestEndpoint(dstPt612);
- connRef612->setRoutingType((ConnType)2);
-
- ConnRef *connRef613 = new ConnRef(router, 613);
- ConnEnd srcPt613(Point(1542.46, 241.5), 2);
- connRef613->setSourceEndpoint(srcPt613);
- ConnEnd dstPt613(Point(1542.46, 291.5), 1);
- connRef613->setDestEndpoint(dstPt613);
- connRef613->setRoutingType((ConnType)2);
-
- ConnRef *connRef614 = new ConnRef(router, 614);
- ConnEnd srcPt614(Point(1942.29, 241.5), 2);
- connRef614->setSourceEndpoint(srcPt614);
- ConnEnd dstPt614(Point(1942.29, 291.5), 1);
- connRef614->setDestEndpoint(dstPt614);
- connRef614->setRoutingType((ConnType)2);
-
- ConnRef *connRef615 = new ConnRef(router, 615);
- ConnEnd srcPt615(Point(2026.79, 727.5), 2);
- connRef615->setSourceEndpoint(srcPt615);
- ConnEnd dstPt615(Point(2026.79, 777.5), 1);
- connRef615->setDestEndpoint(dstPt615);
- connRef615->setRoutingType((ConnType)2);
-
- ConnRef *connRef616 = new ConnRef(router, 616);
- ConnEnd srcPt616(Point(540.333, 1226.24), 2);
- connRef616->setSourceEndpoint(srcPt616);
- ConnEnd dstPt616(Point(540.333, 1276.24), 1);
- connRef616->setDestEndpoint(dstPt616);
- connRef616->setRoutingType((ConnType)2);
-
- ConnRef *connRef617 = new ConnRef(router, 617);
- ConnEnd srcPt617(Point(711.958, 1226.24), 2);
- connRef617->setSourceEndpoint(srcPt617);
- ConnEnd dstPt617(Point(711.958, 1276.24), 1);
- connRef617->setDestEndpoint(dstPt617);
- connRef617->setRoutingType((ConnType)2);
-
- ConnRef *connRef618 = new ConnRef(router, 618);
- ConnEnd srcPt618(Point(972.958, 1226.24), 2);
- connRef618->setSourceEndpoint(srcPt618);
- ConnEnd dstPt618(Point(972.958, 1276.24), 1);
- connRef618->setDestEndpoint(dstPt618);
- connRef618->setRoutingType((ConnType)2);
-
- ConnRef *connRef619 = new ConnRef(router, 619);
- ConnEnd srcPt619(Point(992.958, 1143.64), 8);
- connRef619->setSourceEndpoint(srcPt619);
- ConnEnd dstPt619(Point(1050.96, 1143.64), 4);
- connRef619->setDestEndpoint(dstPt619);
- connRef619->setRoutingType((ConnType)2);
-
- ConnRef *connRef620 = new ConnRef(router, 620);
- ConnEnd srcPt620(Point(1385.86, 919.5), 2);
- connRef620->setSourceEndpoint(srcPt620);
- ConnEnd dstPt620(Point(1385.86, 969.5), 1);
- connRef620->setDestEndpoint(dstPt620);
- connRef620->setRoutingType((ConnType)2);
-
- ConnRef *connRef621 = new ConnRef(router, 621);
- ConnEnd srcPt621(Point(1385.86, 1091.64), 1);
- connRef621->setSourceEndpoint(srcPt621);
- ConnEnd dstPt621(Point(1385.86, 1041.64), 2);
- connRef621->setDestEndpoint(dstPt621);
- connRef621->setRoutingType((ConnType)2);
-
- ConnRef *connRef622 = new ConnRef(router, 622);
- ConnEnd srcPt622(Point(1385.86, 1193.64), 1);
- connRef622->setSourceEndpoint(srcPt622);
- ConnEnd dstPt622(Point(1385.86, 1143.64), 2);
- connRef622->setDestEndpoint(dstPt622);
- connRef622->setRoutingType((ConnType)2);
-
- ConnRef *connRef623 = new ConnRef(router, 623);
- ConnEnd srcPt623(Point(1704.79, 1276.24), 4);
- connRef623->setSourceEndpoint(srcPt623);
- ConnEnd dstPt623(Point(1646.79, 1276.24), 8);
- connRef623->setDestEndpoint(dstPt623);
- connRef623->setRoutingType((ConnType)2);
-
- ConnRef *connRef624 = new ConnRef(router, 624);
- ConnEnd srcPt624(Point(1926.79, 1703.64), 1);
- connRef624->setSourceEndpoint(srcPt624);
- ConnEnd dstPt624(Point(1926.79, 1653.64), 2);
- connRef624->setDestEndpoint(dstPt624);
- connRef624->setRoutingType((ConnType)2);
-
- ConnRef *connRef625 = new ConnRef(router, 625);
- ConnEnd srcPt625(Point(2016.29, 1440.24), 4);
- connRef625->setSourceEndpoint(srcPt625);
- ConnEnd dstPt625(Point(1958.29, 1440.24), 8);
- connRef625->setDestEndpoint(dstPt625);
- connRef625->setRoutingType((ConnType)2);
-
- ConnRef *connRef626 = new ConnRef(router, 626);
- ConnEnd srcPt626(Point(2099.79, 1722.64), 4);
- connRef626->setSourceEndpoint(srcPt626);
- ConnEnd dstPt626(Point(2041.79, 1722.64), 8);
- connRef626->setDestEndpoint(dstPt626);
- connRef626->setRoutingType((ConnType)2);
-
- ConnRef *connRef627 = new ConnRef(router, 627);
- ConnEnd srcPt627(Point(2171.79, 1519.64), 2);
- connRef627->setSourceEndpoint(srcPt627);
- ConnEnd dstPt627(Point(2171.79, 1569.64), 1);
- connRef627->setDestEndpoint(dstPt627);
- connRef627->setRoutingType((ConnType)2);
-
- ConnRef *connRef628 = new ConnRef(router, 628);
- ConnEnd srcPt628(Point(2299.79, 1440.24), 4);
- connRef628->setSourceEndpoint(srcPt628);
- ConnEnd dstPt628(Point(2241.79, 1440.24), 8);
- connRef628->setDestEndpoint(dstPt628);
- connRef628->setRoutingType((ConnType)2);
-
- ConnRef *connRef629 = new ConnRef(router, 629);
- ConnEnd srcPt629(Point(2477.71, 1459.44), 2);
- connRef629->setSourceEndpoint(srcPt629);
- ConnEnd dstPt629(Point(2477.71, 1509.44), 1);
- connRef629->setDestEndpoint(dstPt629);
- connRef629->setRoutingType((ConnType)2);
-
- ConnRef *connRef630 = new ConnRef(router, 630);
- ConnEnd srcPt630(Point(2477.71, 1631.64), 1);
- connRef630->setSourceEndpoint(srcPt630);
- ConnEnd dstPt630(Point(2477.71, 1581.64), 2);
- connRef630->setDestEndpoint(dstPt630);
- connRef630->setRoutingType((ConnType)2);
-
- ConnRef *connRef631 = new ConnRef(router, 631);
- ConnEnd srcPt631(Point(2171.79, 1822.95), 2);
- connRef631->setSourceEndpoint(srcPt631);
- ConnEnd dstPt631(Point(2171.79, 1872.95), 1);
- connRef631->setDestEndpoint(dstPt631);
- connRef631->setRoutingType((ConnType)2);
-
- ConnRef *connRef632 = new ConnRef(router, 632);
- ConnEnd srcPt632(Point(2477.71, 1963.95), 2);
- connRef632->setSourceEndpoint(srcPt632);
- ConnEnd dstPt632(Point(2477.71, 2013.95), 1);
- connRef632->setDestEndpoint(dstPt632);
- connRef632->setRoutingType((ConnType)2);
-
- ConnRef *connRef633 = new ConnRef(router, 633);
- ConnEnd srcPt633(Point(2477.71, 2105.95), 1);
- connRef633->setSourceEndpoint(srcPt633);
- ConnEnd dstPt633(Point(2477.71, 2055.95), 2);
- connRef633->setDestEndpoint(dstPt633);
- connRef633->setRoutingType((ConnType)2);
-
- ConnRef *connRef634 = new ConnRef(router, 634);
- ConnEnd srcPt634(Point(2660.54, 1762.64), 2);
- connRef634->setSourceEndpoint(srcPt634);
- ConnEnd dstPt634(Point(2660.54, 1812.64), 1);
- connRef634->setDestEndpoint(dstPt634);
- connRef634->setRoutingType((ConnType)2);
-
- ConnRef *connRef635 = new ConnRef(router, 635);
- ConnEnd srcPt635(Point(2637.54, 1934.95), 1);
- connRef635->setSourceEndpoint(srcPt635);
- ConnEnd dstPt635(Point(2637.54, 1884.95), 2);
- connRef635->setDestEndpoint(dstPt635);
- connRef635->setRoutingType((ConnType)2);
-
- ConnRef *connRef636 = new ConnRef(router, 636);
- ConnEnd srcPt636(Point(2735.54, 1934.95), 1);
- connRef636->setSourceEndpoint(srcPt636);
- ConnEnd dstPt636(Point(2735.54, 1884.95), 2);
- connRef636->setDestEndpoint(dstPt636);
- connRef636->setRoutingType((ConnType)2);
-
- ConnRef *connRef637 = new ConnRef(router, 637);
- ConnEnd srcPt637(Point(2898.99, 1762.64), 2);
- connRef637->setSourceEndpoint(srcPt637);
- ConnEnd dstPt637(Point(2898.99, 1812.64), 1);
- connRef637->setDestEndpoint(dstPt637);
- connRef637->setRoutingType((ConnType)2);
-
- ConnRef *connRef638 = new ConnRef(router, 638);
- ConnEnd srcPt638(Point(2875.99, 1934.95), 1);
- connRef638->setSourceEndpoint(srcPt638);
- ConnEnd dstPt638(Point(2875.99, 1884.95), 2);
- connRef638->setDestEndpoint(dstPt638);
- connRef638->setRoutingType((ConnType)2);
-
- ConnRef *connRef639 = new ConnRef(router, 639);
- ConnEnd srcPt639(Point(2953.99, 1934.95), 1);
- connRef639->setSourceEndpoint(srcPt639);
- ConnEnd dstPt639(Point(2953.99, 1884.95), 2);
- connRef639->setDestEndpoint(dstPt639);
- connRef639->setRoutingType((ConnType)2);
-
- ConnRef *connRef640 = new ConnRef(router, 640);
- ConnEnd srcPt640(Point(2299.79, 708.5), 4);
- connRef640->setSourceEndpoint(srcPt640);
- ConnEnd dstPt640(Point(2241.79, 708.5), 8);
- connRef640->setDestEndpoint(dstPt640);
- connRef640->setRoutingType((ConnType)2);
-
- ConnRef *connRef641 = new ConnRef(router, 641);
- ConnEnd srcPt641(Point(2605.71, 708.5), 4);
- connRef641->setSourceEndpoint(srcPt641);
- ConnEnd dstPt641(Point(2547.71, 708.5), 8);
- connRef641->setDestEndpoint(dstPt641);
- connRef641->setRoutingType((ConnType)2);
-
- ConnRef *connRef642 = new ConnRef(router, 642);
- ConnEnd srcPt642(Point(2845.54, 708.5), 4);
- connRef642->setSourceEndpoint(srcPt642);
- ConnEnd dstPt642(Point(2787.54, 708.5), 8);
- connRef642->setDestEndpoint(dstPt642);
- connRef642->setRoutingType((ConnType)2);
-
- ConnRef *connRef643 = new ConnRef(router, 643);
- ConnEnd srcPt643(Point(3026.99, 708.5), 4);
- connRef643->setSourceEndpoint(srcPt643);
- ConnEnd dstPt643(Point(2968.99, 708.5), 8);
- connRef643->setDestEndpoint(dstPt643);
- connRef643->setRoutingType((ConnType)2);
-
- ConnRef *connRef644 = new ConnRef(router, 644);
- ConnEnd srcPt644(Point(3026.99, 914.5), 4);
- connRef644->setSourceEndpoint(srcPt644);
- ConnEnd dstPt644(Point(2968.99, 914.5), 8);
- connRef644->setDestEndpoint(dstPt644);
- connRef644->setRoutingType((ConnType)2);
-
- ConnRef *connRef645 = new ConnRef(router, 645);
- ConnEnd srcPt645(Point(2299.79, 301.75), 4);
- connRef645->setSourceEndpoint(srcPt645);
- ConnEnd dstPt645(Point(2241.79, 301.75), 8);
- connRef645->setDestEndpoint(dstPt645);
- connRef645->setRoutingType((ConnType)2);
-
- ConnRef *connRef646 = new ConnRef(router, 646);
- ConnEnd srcPt646(Point(2477.71, 170.875), 2);
- connRef646->setSourceEndpoint(srcPt646);
- ConnEnd dstPt646(Point(2477.71, 220.875), 1);
- connRef646->setDestEndpoint(dstPt646);
- connRef646->setRoutingType((ConnType)2);
-
- ConnRef *connRef647 = new ConnRef(router, 647);
- ConnEnd srcPt647(Point(2605.71, 301.75), 4);
- connRef647->setSourceEndpoint(srcPt647);
- ConnEnd dstPt647(Point(2547.71, 301.75), 8);
- connRef647->setDestEndpoint(dstPt647);
- connRef647->setRoutingType((ConnType)2);
-
- ConnRef *connRef648 = new ConnRef(router, 648);
- ConnEnd srcPt648(Point(2665.54, 170.875), 2);
- connRef648->setSourceEndpoint(srcPt648);
- ConnEnd dstPt648(Point(2665.54, 220.875), 1);
- connRef648->setDestEndpoint(dstPt648);
- connRef648->setRoutingType((ConnType)2);
-
- ConnRef *connRef649 = new ConnRef(router, 649);
- ConnEnd srcPt649(Point(2665.54, 387.7), 2);
- connRef649->setSourceEndpoint(srcPt649);
- ConnEnd dstPt649(Point(2665.54, 437.7), 1);
- connRef649->setDestEndpoint(dstPt649);
- connRef649->setRoutingType((ConnType)2);
-
- ConnRef *connRef650 = new ConnRef(router, 650);
- ConnEnd srcPt650(Point(2919.99, 387.7), 2);
- connRef650->setSourceEndpoint(srcPt650);
- ConnEnd dstPt650(Point(2919.99, 437.7), 1);
- connRef650->setDestEndpoint(dstPt650);
- connRef650->setRoutingType((ConnType)2);
-
- ConnRef *connRef651 = new ConnRef(router, 651);
- ConnEnd srcPt651(Point(3197.24, 301.75), 4);
- connRef651->setSourceEndpoint(srcPt651);
- ConnEnd dstPt651(Point(3139.24, 301.75), 8);
- connRef651->setDestEndpoint(dstPt651);
- connRef651->setRoutingType((ConnType)2);
-
- ConnRef *connRef652 = new ConnRef(router, 652);
- ConnEnd srcPt652(Point(3478.07, 864.5), 2);
- connRef652->setSourceEndpoint(srcPt652);
- ConnEnd dstPt652(Point(3478.07, 914.5), 1);
- connRef652->setDestEndpoint(dstPt652);
- connRef652->setRoutingType((ConnType)2);
-
- ConnRef *connRef653 = new ConnRef(router, 653);
- ConnEnd srcPt653(Point(3536.07, 1872.95), 4);
- connRef653->setSourceEndpoint(srcPt653);
- ConnEnd dstPt653(Point(3478.07, 1872.95), 8);
- connRef653->setDestEndpoint(dstPt653);
- connRef653->setRoutingType((ConnType)2);
-
- ConnRef *connRef654 = new ConnRef(router, 654);
- ConnEnd srcPt654(Point(3536.07, 2612.3), 4);
- connRef654->setSourceEndpoint(srcPt654);
- ConnEnd dstPt654(Point(3478.07, 2612.3), 8);
- connRef654->setDestEndpoint(dstPt654);
- connRef654->setRoutingType((ConnType)2);
-
- ConnRef *connRef655 = new ConnRef(router, 655);
- ConnEnd srcPt655(Point(2787.54, 3467.3), 1);
- connRef655->setSourceEndpoint(srcPt655);
- ConnEnd dstPt655(Point(2787.54, 3417.3), 2);
- connRef655->setDestEndpoint(dstPt655);
- connRef655->setRoutingType((ConnType)2);
-
- ConnRef *connRef656 = new ConnRef(router, 656);
- ConnEnd srcPt656(Point(2787.54, 3569.3), 1);
- connRef656->setSourceEndpoint(srcPt656);
- ConnEnd dstPt656(Point(2787.54, 3519.3), 2);
- connRef656->setDestEndpoint(dstPt656);
- connRef656->setRoutingType((ConnType)2);
-
- ConnRef *connRef657 = new ConnRef(router, 657);
- ConnEnd srcPt657(Point(3654.07, 2612.3), 4);
- connRef657->setSourceEndpoint(srcPt657);
- ConnEnd dstPt657(Point(3596.07, 2612.3), 8);
- connRef657->setDestEndpoint(dstPt657);
- connRef657->setRoutingType((ConnType)2);
-
- ConnRef *connRef658 = new ConnRef(router, 658);
- ConnEnd srcPt658(Point(3654.07, 914.5), 4);
- connRef658->setSourceEndpoint(srcPt658);
- ConnEnd dstPt658(Point(3596.07, 914.5), 8);
- connRef658->setDestEndpoint(dstPt658);
- connRef658->setRoutingType((ConnType)2);
-
- ConnRef *connRef659 = new ConnRef(router, 659);
- ConnEnd srcPt659(Point(3384.74, 914.5), 4);
- connRef659->setSourceEndpoint(srcPt659);
- ConnEnd dstPt659(Point(3326.74, 914.5), 8);
- connRef659->setDestEndpoint(dstPt659);
- connRef659->setRoutingType((ConnType)2);
-
- ConnRef *connRef660 = new ConnRef(router, 660);
- ConnEnd srcPt660(Point(3216.44, 2349.05), 2);
- connRef660->setSourceEndpoint(srcPt660);
- ConnEnd dstPt660(Point(3216.44, 2399.05), 1);
- connRef660->setDestEndpoint(dstPt660);
- connRef660->setRoutingType((ConnType)2);
-
- ConnRef *connRef661 = new ConnRef(router, 661);
- ConnEnd srcPt661(Point(3216.44, 2247.05), 2);
- connRef661->setSourceEndpoint(srcPt661);
- ConnEnd dstPt661(Point(3216.44, 2297.05), 1);
- connRef661->setDestEndpoint(dstPt661);
- connRef661->setRoutingType((ConnType)2);
-
- ConnRef *connRef662 = new ConnRef(router, 662);
- ConnEnd srcPt662(Point(2787.54, 2247.05), 2);
- connRef662->setSourceEndpoint(srcPt662);
- ConnEnd dstPt662(Point(2787.54, 2297.05), 1);
- connRef662->setDestEndpoint(dstPt662);
- connRef662->setRoutingType((ConnType)2);
-
- ConnRef *connRef663 = new ConnRef(router, 663);
- ConnEnd srcPt663(Point(3216.44, 864.5), 2);
- connRef663->setSourceEndpoint(srcPt663);
- ConnEnd dstPt663(Point(3216.44, 914.5), 1);
- connRef663->setDestEndpoint(dstPt663);
- connRef663->setRoutingType((ConnType)2);
-
- ConnRef *connRef664 = new ConnRef(router, 664);
- ConnEnd srcPt664(Point(2787.54, 2135.05), 2);
- connRef664->setSourceEndpoint(srcPt664);
- ConnEnd dstPt664(Point(2787.54, 2185.05), 1);
- connRef664->setDestEndpoint(dstPt664);
- connRef664->setRoutingType((ConnType)2);
-
- ConnRef *connRef665 = new ConnRef(router, 665);
- ConnEnd srcPt665(Point(2399.71, 2135.05), 2);
- connRef665->setSourceEndpoint(srcPt665);
- ConnEnd dstPt665(Point(2399.71, 2185.05), 1);
- connRef665->setDestEndpoint(dstPt665);
- connRef665->setRoutingType((ConnType)2);
-
- ConnRef *connRef666 = new ConnRef(router, 666);
- ConnEnd srcPt666(Point(1926.79, 2135.05), 2);
- connRef666->setSourceEndpoint(srcPt666);
- ConnEnd dstPt666(Point(1926.79, 2185.05), 1);
- connRef666->setDestEndpoint(dstPt666);
- connRef666->setRoutingType((ConnType)2);
-
- ConnRef *connRef667 = new ConnRef(router, 667);
- ConnEnd srcPt667(Point(711.958, 2135.05), 2);
- connRef667->setSourceEndpoint(srcPt667);
- ConnEnd dstPt667(Point(711.958, 2185.05), 1);
- connRef667->setDestEndpoint(dstPt667);
- connRef667->setRoutingType((ConnType)2);
-
- ConnRef *connRef668 = new ConnRef(router, 668);
- ConnEnd srcPt668(Point(1621.6, 2023.95), 4);
- connRef668->setSourceEndpoint(srcPt668);
- ConnEnd dstPt668(Point(1563.6, 2023.95), 8);
- connRef668->setDestEndpoint(dstPt668);
- connRef668->setRoutingType((ConnType)2);
-
- ConnRef *connRef669 = new ConnRef(router, 669);
- ConnEnd srcPt669(Point(711.958, 1328.24), 2);
- connRef669->setSourceEndpoint(srcPt669);
- ConnEnd dstPt669(Point(711.958, 1378.24), 1);
- connRef669->setDestEndpoint(dstPt669);
- connRef669->setRoutingType((ConnType)2);
-
- ConnRef *connRef670 = new ConnRef(router, 670);
- ConnEnd srcPt670(Point(769.958, 1440.24), 4);
- connRef670->setSourceEndpoint(srcPt670);
- ConnEnd dstPt670(Point(711.958, 1440.24), 8);
- connRef670->setDestEndpoint(dstPt670);
- connRef670->setRoutingType((ConnType)2);
-
- ConnRef *connRef671 = new ConnRef(router, 671);
- ConnEnd srcPt671(Point(1327.86, 1440.24), 8);
- connRef671->setSourceEndpoint(srcPt671);
- ConnEnd dstPt671(Point(1385.86, 1440.24), 4);
- connRef671->setDestEndpoint(dstPt671);
- connRef671->setRoutingType((ConnType)2);
-
- ConnRef *connRef672 = new ConnRef(router, 672);
- ConnEnd srcPt672(Point(610.333, 2427.3), 2);
- connRef672->setSourceEndpoint(srcPt672);
- ConnEnd dstPt672(Point(610.333, 2477.3), 1);
- connRef672->setDestEndpoint(dstPt672);
- connRef672->setRoutingType((ConnType)2);
-
- ConnRef *connRef673 = new ConnRef(router, 673);
- ConnEnd srcPt673(Point(668.333, 2612.3), 4);
- connRef673->setSourceEndpoint(srcPt673);
- ConnEnd dstPt673(Point(610.333, 2612.3), 8);
- connRef673->setDestEndpoint(dstPt673);
- connRef673->setRoutingType((ConnType)2);
-
- ConnRef *connRef674 = new ConnRef(router, 674);
- ConnEnd srcPt674(Point(610.333, 3121.3), 1);
- connRef674->setSourceEndpoint(srcPt674);
- ConnEnd dstPt674(Point(610.333, 3071.3), 2);
- connRef674->setDestEndpoint(dstPt674);
- connRef674->setRoutingType((ConnType)2);
-
- ConnRef *connRef675 = new ConnRef(router, 675);
- ConnEnd srcPt675(Point(1139.96, 2612.3), 8);
- connRef675->setSourceEndpoint(srcPt675);
- ConnEnd dstPt675(Point(1197.96, 2612.3), 4);
- connRef675->setDestEndpoint(dstPt675);
- connRef675->setRoutingType((ConnType)2);
-
- ConnRef *connRef676 = new ConnRef(router, 676);
- ConnEnd srcPt676(Point(1257.96, 2612.3), 8);
- connRef676->setSourceEndpoint(srcPt676);
- ConnEnd dstPt676(Point(1315.96, 2612.3), 4);
- connRef676->setDestEndpoint(dstPt676);
- connRef676->setRoutingType((ConnType)2);
-
- ConnRef *connRef677 = new ConnRef(router, 677);
- ConnEnd srcPt677(Point(1704.79, 2757.3), 4);
- connRef677->setSourceEndpoint(srcPt677);
- ConnEnd dstPt677(Point(1646.79, 2757.3), 8);
- connRef677->setDestEndpoint(dstPt677);
- connRef677->setRoutingType((ConnType)2);
-
- ConnRef *connRef678 = new ConnRef(router, 678);
- ConnEnd srcPt678(Point(1621.6, 2688.3), 4);
- connRef678->setSourceEndpoint(srcPt678);
- ConnEnd dstPt678(Point(1563.6, 2688.3), 8);
- connRef678->setDestEndpoint(dstPt678);
- connRef678->setRoutingType((ConnType)2);
-
- ConnRef *connRef679 = new ConnRef(router, 679);
- ConnEnd srcPt679(Point(1480.46, 2757.3), 8);
- connRef679->setSourceEndpoint(srcPt679);
- ConnEnd dstPt679(Point(1538.46, 2757.3), 4);
- connRef679->setDestEndpoint(dstPt679);
- connRef679->setRoutingType((ConnType)2);
-
- ConnRef *connRef680 = new ConnRef(router, 680);
- ConnEnd srcPt680(Point(1704.79, 3140.3), 4);
- connRef680->setSourceEndpoint(srcPt680);
- ConnEnd dstPt680(Point(1646.79, 3140.3), 8);
- connRef680->setDestEndpoint(dstPt680);
- connRef680->setRoutingType((ConnType)2);
-
- ConnRef *connRef681 = new ConnRef(router, 681);
- ConnEnd srcPt681(Point(1480.46, 3140.3), 8);
- connRef681->setSourceEndpoint(srcPt681);
- ConnEnd dstPt681(Point(1538.46, 3140.3), 4);
- connRef681->setDestEndpoint(dstPt681);
- connRef681->setRoutingType((ConnType)2);
-
- ConnRef *connRef682 = new ConnRef(router, 682);
- ConnEnd srcPt682(Point(1621.6, 3071.3), 4);
- connRef682->setSourceEndpoint(srcPt682);
- ConnEnd dstPt682(Point(1563.6, 3071.3), 8);
- connRef682->setDestEndpoint(dstPt682);
- connRef682->setRoutingType((ConnType)2);
-
- ConnRef *connRef683 = new ConnRef(router, 683);
- ConnEnd srcPt683(Point(2229.79, 2699.3), 2);
- connRef683->setSourceEndpoint(srcPt683);
- ConnEnd dstPt683(Point(2229.79, 2749.3), 1);
- connRef683->setDestEndpoint(dstPt683);
- connRef683->setRoutingType((ConnType)2);
-
- ConnRef *connRef684 = new ConnRef(router, 684);
- ConnEnd srcPt684(Point(2392.71, 2612.3), 4);
- connRef684->setSourceEndpoint(srcPt684);
- ConnEnd dstPt684(Point(2334.71, 2612.3), 8);
- connRef684->setDestEndpoint(dstPt684);
- connRef684->setRoutingType((ConnType)2);
-
- ConnRef *connRef685 = new ConnRef(router, 685);
- ConnEnd srcPt685(Point(2477.71, 3005.3), 1);
- connRef685->setSourceEndpoint(srcPt685);
- ConnEnd dstPt685(Point(2477.71, 2955.3), 2);
- connRef685->setDestEndpoint(dstPt685);
- connRef685->setRoutingType((ConnType)2);
-
- ConnRef *connRef686 = new ConnRef(router, 686);
- ConnEnd srcPt686(Point(792.958, 2477.3), 8);
- connRef686->setSourceEndpoint(srcPt686);
- ConnEnd dstPt686(Point(850.958, 2477.3), 4);
- connRef686->setDestEndpoint(dstPt686);
- connRef686->setRoutingType((ConnType)2);
-
- ConnRef *connRef687 = new ConnRef(router, 687);
- ConnEnd srcPt687(Point(958.958, 2427.3), 2);
- connRef687->setSourceEndpoint(srcPt687);
- ConnEnd dstPt687(Point(958.958, 2477.3), 1);
- connRef687->setDestEndpoint(dstPt687);
- connRef687->setRoutingType((ConnType)2);
-
- ConnRef *connRef688 = new ConnRef(router, 688);
- ConnEnd srcPt688(Point(934.358, 2612.3), 4);
- connRef688->setSourceEndpoint(srcPt688);
- ConnEnd dstPt688(Point(876.358, 2612.3), 8);
- connRef688->setDestEndpoint(dstPt688);
- connRef688->setRoutingType((ConnType)2);
-
- ConnRef *connRef689 = new ConnRef(router, 689);
- ConnEnd srcPt689(Point(934.358, 2757.3), 4);
- connRef689->setSourceEndpoint(srcPt689);
- ConnEnd dstPt689(Point(876.358, 2757.3), 8);
- connRef689->setDestEndpoint(dstPt689);
- connRef689->setRoutingType((ConnType)2);
-
- ConnRef *connRef690 = new ConnRef(router, 690);
- ConnEnd srcPt690(Point(876.358, 3021.3), 2);
- connRef690->setSourceEndpoint(srcPt690);
- ConnEnd dstPt690(Point(876.358, 3071.3), 1);
- connRef690->setDestEndpoint(dstPt690);
- connRef690->setRoutingType((ConnType)2);
-
- ConnRef *connRef691 = new ConnRef(router, 691);
- ConnEnd srcPt691(Point(2171.79, 991.643), 2);
- connRef691->setSourceEndpoint(srcPt691);
- ConnEnd dstPt691(Point(2171.79, 1041.64), 1);
- connRef691->setDestEndpoint(dstPt691);
- connRef691->setRoutingType((ConnType)2);
-
- ConnRef *connRef692 = new ConnRef(router, 692);
- ConnEnd srcPt692(Point(2477.71, 991.643), 2);
- connRef692->setSourceEndpoint(srcPt692);
- ConnEnd dstPt692(Point(2477.71, 1041.64), 1);
- connRef692->setDestEndpoint(dstPt692);
- connRef692->setRoutingType((ConnType)2);
-
- ConnRef *connRef693 = new ConnRef(router, 693);
- ConnEnd srcPt693(Point(2241.79, 1193.64), 1);
- connRef693->setSourceEndpoint(srcPt693);
- ConnEnd dstPt693(Point(2241.79, 1143.64), 2);
- connRef693->setDestEndpoint(dstPt693);
- connRef693->setRoutingType((ConnType)2);
-
- ConnRef *connRef694 = new ConnRef(router, 694);
- ConnEnd srcPt694(Point(1769.79, 456.5), 2);
- connRef694->setSourceEndpoint(srcPt694);
- ConnEnd dstPt694(Point(1769.79, 506.5), 1);
- connRef694->setDestEndpoint(dstPt694);
- connRef694->setRoutingType((ConnType)2);
-
- ConnRef *connRef695 = new ConnRef(router, 695);
- ConnEnd srcPt695(Point(1769.79, 627.5), 1);
- connRef695->setSourceEndpoint(srcPt695);
- ConnEnd dstPt695(Point(1769.79, 577.5), 2);
- connRef695->setDestEndpoint(dstPt695);
- connRef695->setRoutingType((ConnType)2);
-
- ConnRef *connRef696 = new ConnRef(router, 696);
- ConnEnd srcPt696(Point(2099.79, 1276.24), 4);
- connRef696->setSourceEndpoint(srcPt696);
- ConnEnd dstPt696(Point(2041.79, 1276.24), 8);
- connRef696->setDestEndpoint(dstPt696);
- connRef696->setRoutingType((ConnType)2);
-
- ConnRef *connRef697 = new ConnRef(router, 697);
- ConnEnd srcPt697(Point(381, 1125.24), 4);
- connRef697->setSourceEndpoint(srcPt697);
- ConnEnd dstPt697(Point(323, 1125.24), 8);
- connRef697->setDestEndpoint(dstPt697);
- connRef697->setRoutingType((ConnType)2);
-
- ConnRef *connRef698 = new ConnRef(router, 698);
- ConnEnd srcPt698(Point(223, 1143.64), 8);
- connRef698->setSourceEndpoint(srcPt698);
- ConnEnd dstPt698(Point(281, 1143.64), 4);
- connRef698->setDestEndpoint(dstPt698);
- connRef698->setRoutingType((ConnType)2);
-
- ConnRef *connRef699 = new ConnRef(router, 699);
- ConnEnd srcPt699(Point(523.333, 1143.64), 4);
- connRef699->setSourceEndpoint(srcPt699);
- ConnEnd dstPt699(Point(465.333, 1143.64), 8);
- connRef699->setDestEndpoint(dstPt699);
- connRef699->setRoutingType((ConnType)2);
-
- ConnRef *connRef700 = new ConnRef(router, 700);
- ConnEnd srcPt700(Point(1782.79, 3351.3), 2);
- connRef700->setSourceEndpoint(srcPt700);
- ConnEnd dstPt700(Point(1782.79, 3401.3), 1);
- connRef700->setDestEndpoint(dstPt700);
- connRef700->setRoutingType((ConnType)2);
-
- ConnRef *connRef701 = new ConnRef(router, 701);
- ConnEnd srcPt701(Point(1782.79, 3147.3), 2);
- connRef701->setSourceEndpoint(srcPt701);
- ConnEnd dstPt701(Point(1782.79, 3197.3), 1);
- connRef701->setDestEndpoint(dstPt701);
- connRef701->setRoutingType((ConnType)2);
-
- ConnRef *connRef702 = new ConnRef(router, 702);
- ConnEnd srcPt702(Point(2775.54, 73.5), 2);
- connRef702->setSourceEndpoint(srcPt702);
- ConnEnd dstPt702(Point(2775.54, 123.5), 1);
- connRef702->setDestEndpoint(dstPt702);
- connRef702->setRoutingType((ConnType)2);
-
- ConnRef *connRef703 = new ConnRef(router, 703);
- ConnEnd srcPt703(Point(1953.79, 2895.3), 2);
- connRef703->setSourceEndpoint(srcPt703);
- ConnEnd dstPt703(Point(1953.79, 2945.3), 1);
- connRef703->setDestEndpoint(dstPt703);
- connRef703->setRoutingType((ConnType)2);
-
- ConnRef *connRef704 = new ConnRef(router, 704);
- ConnEnd srcPt704(Point(2171.79, 170.875), 2);
- connRef704->setSourceEndpoint(srcPt704);
- ConnEnd dstPt704(Point(2171.79, 220.875), 1);
- connRef704->setDestEndpoint(dstPt704);
- connRef704->setRoutingType((ConnType)2);
-
- ConnRef *connRef705 = new ConnRef(router, 705);
- ConnEnd srcPt705(Point(1926.79, 1822.95), 2);
- connRef705->setSourceEndpoint(srcPt705);
- ConnEnd dstPt705(Point(1926.79, 1872.95), 1);
- connRef705->setDestEndpoint(dstPt705);
- connRef705->setRoutingType((ConnType)2);
-
- ConnRef *connRef706 = new ConnRef(router, 706);
- ConnEnd srcPt706(Point(1464.46, 1822.95), 2);
- connRef706->setSourceEndpoint(srcPt706);
- ConnEnd dstPt706(Point(1464.46, 1872.95), 1);
- connRef706->setDestEndpoint(dstPt706);
- connRef706->setRoutingType((ConnType)2);
-
- ConnRef *connRef707 = new ConnRef(router, 707);
- ConnEnd srcPt707(Point(972.958, 1822.95), 2);
- connRef707->setSourceEndpoint(srcPt707);
- ConnEnd dstPt707(Point(972.958, 1872.95), 1);
- connRef707->setDestEndpoint(dstPt707);
- connRef707->setRoutingType((ConnType)2);
-
- ConnRef *connRef708 = new ConnRef(router, 708);
- ConnEnd srcPt708(Point(3031.24, 301.75), 8);
- connRef708->setSourceEndpoint(srcPt708);
- ConnEnd dstPt708(Point(3089.24, 301.75), 4);
- connRef708->setDestEndpoint(dstPt708);
- connRef708->setRoutingType((ConnType)2);
-
- ConnRef *connRef709 = new ConnRef(router, 709);
- ConnEnd srcPt709(Point(2099.79, 2749.3), 4);
- connRef709->setSourceEndpoint(srcPt709);
- ConnEnd dstPt709(Point(2041.79, 2749.3), 8);
- connRef709->setDestEndpoint(dstPt709);
- connRef709->setRoutingType((ConnType)2);
-
- ConnRef *connRef710 = new ConnRef(router, 710);
- ConnEnd srcPt710(Point(1919.79, 2749.3), 4);
- connRef710->setSourceEndpoint(srcPt710);
- ConnEnd dstPt710(Point(1861.79, 2749.3), 8);
- connRef710->setDestEndpoint(dstPt710);
- connRef710->setRoutingType((ConnType)2);
-
- ConnRef *connRef711 = new ConnRef(router, 711);
- ConnEnd srcPt711(Point(1131.18, 708.5), 4);
- connRef711->setSourceEndpoint(srcPt711);
- ConnEnd dstPt711(Point(1073.18, 708.5), 8);
- connRef711->setDestEndpoint(dstPt711);
- connRef711->setRoutingType((ConnType)2);
-
- ConnRef *connRef712 = new ConnRef(router, 712);
- ConnEnd srcPt712(Point(1229.46, 519.7), 2);
- connRef712->setSourceEndpoint(srcPt712);
- ConnEnd dstPt712(Point(1229.46, 569.7), 1);
- connRef712->setDestEndpoint(dstPt712);
- connRef712->setRoutingType((ConnType)2);
-
- ConnRef *connRef713 = new ConnRef(router, 713);
- ConnEnd srcPt713(Point(934.358, 569.7), 4);
- connRef713->setSourceEndpoint(srcPt713);
- ConnEnd dstPt713(Point(876.358, 569.7), 8);
- connRef713->setDestEndpoint(dstPt713);
- connRef713->setRoutingType((ConnType)2);
-
- ConnRef *connRef714 = new ConnRef(router, 714);
- ConnEnd srcPt714(Point(462.333, 512.5), 4);
- connRef714->setSourceEndpoint(srcPt714);
- ConnEnd dstPt714(Point(404.333, 512.5), 8);
- connRef714->setDestEndpoint(dstPt714);
- connRef714->setRoutingType((ConnType)2);
-
- ConnRef *connRef715 = new ConnRef(router, 715);
- ConnEnd srcPt715(Point(2477.71, 2814.3), 2);
- connRef715->setSourceEndpoint(srcPt715);
- ConnEnd dstPt715(Point(2477.71, 2864.3), 1);
- connRef715->setDestEndpoint(dstPt715);
- connRef715->setRoutingType((ConnType)2);
-
- ConnRef *connRef716 = new ConnRef(router, 716);
- ConnEnd srcPt716(Point(2910.99, 2562.3), 2);
- connRef716->setSourceEndpoint(srcPt716);
- ConnEnd dstPt716(Point(2910.99, 2612.3), 1);
- connRef716->setDestEndpoint(dstPt716);
- connRef716->setRoutingType((ConnType)2);
-
- ConnRef *connRef717 = new ConnRef(router, 717);
- ConnEnd srcPt717(Point(3300.24, 2612.3), 4);
- connRef717->setSourceEndpoint(srcPt717);
- ConnEnd dstPt717(Point(3242.24, 2612.3), 8);
- connRef717->setDestEndpoint(dstPt717);
- connRef717->setRoutingType((ConnType)2);
-
- ConnRef *connRef718 = new ConnRef(router, 718);
- ConnEnd srcPt718(Point(2884.99, 3021.3), 2);
- connRef718->setSourceEndpoint(srcPt718);
- ConnEnd dstPt718(Point(2884.99, 3071.3), 1);
- connRef718->setDestEndpoint(dstPt718);
- connRef718->setRoutingType((ConnType)2);
-
- ConnRef *connRef719 = new ConnRef(router, 719);
- ConnEnd srcPt719(Point(3384.74, 3071.3), 4);
- connRef719->setSourceEndpoint(srcPt719);
- ConnEnd dstPt719(Point(3326.74, 3071.3), 8);
- connRef719->setDestEndpoint(dstPt719);
- connRef719->setRoutingType((ConnType)2);
-
- ConnRef *connRef720 = new ConnRef(router, 720);
- ConnEnd srcPt720(Point(1782.79, 3249.3), 2);
- connRef720->setSourceEndpoint(srcPt720);
- ConnEnd dstPt720(Point(1782.79, 3299.3), 1);
- connRef720->setDestEndpoint(dstPt720);
- connRef720->setRoutingType((ConnType)2);
-
- ConnRef *connRef721 = new ConnRef(router, 721);
- ConnEnd srcPt721(Point(1563.6, 2399.05), 15);
- connRef721->setSourceEndpoint(srcPt721);
- ConnEnd dstPt721(Point(1197.96, 2597.3), 1);
- connRef721->setDestEndpoint(dstPt721);
- connRef721->setRoutingType((ConnType)2);
-
- ConnRef *connRef722 = new ConnRef(router, 722);
- ConnEnd srcPt722(Point(1563.6, 2399.05), 15);
- connRef722->setSourceEndpoint(srcPt722);
- ConnEnd dstPt722(Point(1315.96, 2597.3), 1);
- connRef722->setDestEndpoint(dstPt722);
- connRef722->setRoutingType((ConnType)2);
-
- ConnRef *connRef723 = new ConnRef(router, 723);
- ConnEnd srcPt723(Point(1563.6, 2399.05), 15);
- connRef723->setSourceEndpoint(srcPt723);
- ConnEnd dstPt723(Point(1563.6, 2673.3), 1);
- connRef723->setDestEndpoint(dstPt723);
- connRef723->setRoutingType((ConnType)2);
-
- ConnRef *connRef724 = new ConnRef(router, 724);
- ConnEnd srcPt724(Point(1563.6, 2399.05), 15);
- connRef724->setSourceEndpoint(srcPt724);
- ConnEnd dstPt724(Point(1538.46, 2742.3), 1);
- connRef724->setDestEndpoint(dstPt724);
- connRef724->setRoutingType((ConnType)2);
-
- ConnRef *connRef725 = new ConnRef(router, 725);
- ConnEnd srcPt725(Point(1523.87, 1631.77), 15);
- connRef725->setSourceEndpoint(srcPt725);
- ConnEnd dstPt725(Point(1782.79, 1569.64), 15);
- connRef725->setDestEndpoint(dstPt725);
- connRef725->setRoutingType((ConnType)2);
- */
-
- ConnRef *connRef726 = new ConnRef(router, 726);
- ConnEnd srcPt726(Point(2111.79, 1884.95), 15);
- connRef726->setSourceEndpoint(srcPt726);
- ConnEnd dstPt726(Point(2241.79, 1872.95), 15);
- connRef726->setDestEndpoint(dstPt726);
- connRef726->setRoutingType((ConnType)2);
-
- /*
- ConnRef *connRef727 = new ConnRef(router, 727);
- ConnEnd srcPt727(Point(2189.79, 1733.77), 15);
- connRef727->setSourceEndpoint(srcPt727);
- ConnEnd dstPt727(Point(2241.79, 1872.95), 15);
- connRef727->setDestEndpoint(dstPt727);
- connRef727->setRoutingType((ConnType)2);
-
- ConnRef *connRef728 = new ConnRef(router, 728);
- ConnEnd srcPt728(Point(1315.96, 312.5), 15);
- connRef728->setSourceEndpoint(srcPt728);
- ConnEnd dstPt728(Point(1426.46, 227), 2);
- connRef728->setDestEndpoint(dstPt728);
- connRef728->setRoutingType((ConnType)2);
-
- ConnRef *connRef729 = new ConnRef(router, 729);
- ConnEnd srcPt729(Point(2968.99, 1731.64), 15);
- connRef729->setSourceEndpoint(srcPt729);
- ConnEnd dstPt729(Point(3081.74, 1597.44), 2);
- connRef729->setDestEndpoint(dstPt729);
- connRef729->setRoutingType((ConnType)2);
-
- ConnRef *connRef730 = new ConnRef(router, 730);
- ConnEnd srcPt730(Point(3119.9, 1872.95), 15);
- connRef730->setSourceEndpoint(srcPt730);
- ConnEnd dstPt730(Point(3121.74, 1597.44), 2);
- connRef730->setDestEndpoint(dstPt730);
- connRef730->setRoutingType((ConnType)2);
-
- ConnRef *connRef731 = new ConnRef(router, 731);
- ConnEnd srcPt731(Point(2041.79, 312.5), 15);
- connRef731->setSourceEndpoint(srcPt731);
- ConnEnd dstPt731(Point(1907.3, 385), 4);
- connRef731->setDestEndpoint(dstPt731);
- connRef731->setRoutingType((ConnType)2);
-
- ConnRef *connRef732 = new ConnRef(router, 732);
- ConnEnd srcPt732(Point(1563.6, 978.5), 15);
- connRef732->setSourceEndpoint(srcPt732);
- ConnEnd dstPt732(Point(1671.79, 1204.74), 4);
- connRef732->setDestEndpoint(dstPt732);
- connRef732->setRoutingType((ConnType)2);
-
- ConnRef *connRef733 = new ConnRef(router, 733);
- ConnEnd srcPt733(Point(2041.79, 569.7), 15);
- connRef733->setSourceEndpoint(srcPt733);
- ConnEnd dstPt733(Point(1918.79, 1204.74), 8);
- connRef733->setDestEndpoint(dstPt733);
- connRef733->setRoutingType((ConnType)2);
-
- ConnRef *connRef734 = new ConnRef(router, 734);
- ConnEnd srcPt734(Point(1563.6, 3413.3), 15);
- connRef734->setSourceEndpoint(srcPt734);
- ConnEnd dstPt734(Point(1517.1, 2886.8), 8);
- connRef734->setDestEndpoint(dstPt734);
- connRef734->setRoutingType((ConnType)2);
-
- ConnRef *connRef735 = new ConnRef(router, 735);
- ConnEnd srcPt735(Point(390.333, 2399.05), 15);
- connRef735->setSourceEndpoint(srcPt735);
- ConnEnd dstPt735(Point(1375.6, 2804.8), 1);
- connRef735->setDestEndpoint(dstPt735);
- connRef735->setRoutingType((ConnType)2);
-
- ConnRef *connRef736 = new ConnRef(router, 736);
- ConnEnd srcPt736(Point(610.333, 833.833), 15);
- connRef736->setSourceEndpoint(srcPt736);
- ConnEnd dstPt736(Point(1233.46, 381), 2);
- connRef736->setDestEndpoint(dstPt736);
- connRef736->setRoutingType((ConnType)2);
-
- ConnRef *connRef737 = new ConnRef(router, 737);
- ConnEnd srcPt737(Point(610.333, 833.833), 15);
- connRef737->setSourceEndpoint(srcPt737);
- ConnEnd dstPt737(Point(1295.36, 908), 1);
- connRef737->setDestEndpoint(dstPt737);
- connRef737->setRoutingType((ConnType)2);
-
- ConnRef *connRef738 = new ConnRef(router, 738);
- ConnEnd srcPt738(Point(2547.71, 1569.64), 15);
- connRef738->setSourceEndpoint(srcPt738);
- ConnEnd dstPt738(Point(2712.49, 1519.94), 4);
- connRef738->setDestEndpoint(dstPt738);
- connRef738->setRoutingType((ConnType)2);
-
- ConnRef *connRef739 = new ConnRef(router, 739);
- ConnEnd srcPt739(Point(2547.71, 2945.3), 15);
- connRef739->setSourceEndpoint(srcPt739);
- ConnEnd dstPt739(Point(2607.04, 3118.8), 1);
- connRef739->setDestEndpoint(dstPt739);
- connRef739->setRoutingType((ConnType)2);
-
- ConnRef *connRef740 = new ConnRef(router, 740);
- ConnEnd srcPt740(Point(2547.71, 2945.3), 15);
- connRef740->setSourceEndpoint(srcPt740);
- ConnEnd dstPt740(Point(2630.04, 2873.8), 4);
- connRef740->setDestEndpoint(dstPt740);
- connRef740->setRoutingType((ConnType)2);
-
- ConnRef *connRef741 = new ConnRef(router, 741);
- ConnEnd srcPt741(Point(1563.6, 2399.05), 15);
- connRef741->setSourceEndpoint(srcPt741);
- ConnEnd dstPt741(Point(1818.33, 2300.88), 8);
- connRef741->setDestEndpoint(dstPt741);
- connRef741->setRoutingType((ConnType)2);
- */
-
- router->processTransaction();
- router->outputDiagram("output/finalSegmentNudging1");
-
- bool optimisedForConnectorType = true;
- int crossings = router->existsCrossings(optimisedForConnectorType);
-
- delete router;
- return (crossings > 0) ? 1 : 0;
-};