From 3f7fc1405d95cbf279efe7f8d61eef0c82e66d93 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 8 Jun 2014 08:02:42 +0000 Subject: [PATCH] cleanup --- benchmarks/2d/ReplaceDuplicatePoints_Bug.geo | 676 + benchmarks/2d/Square-01.geo | 22 +- benchmarks/2d/bad_ruled_example.geo | 68 + benchmarks/2d/disk_sym.geo | 20 + benchmarks/2d/embedded_points.geo | 145 + benchmarks/2d/field_nico.geo | 35 + .../machine/{Functions.geo => Functions.inc} | 0 benchmarks/2d/machine/Machine.geo | 16 +- .../2d/machine/{PhysNum.geo => PhysNum.inc} | 0 .../2d/machine/{Rotor.geo => Rotor.inc} | 0 .../2d/machine/{Rotor3kW.geo => Rotor3kW.inc} | 0 .../2d/machine/{Stator.geo => Stator.inc} | 0 .../machine/{Stator3kW.geo => Stator3kW.inc} | 0 benchmarks/2d/machine2/Machine.geo | 6 +- .../2d/machine2/{Rotor1.geo => Rotor1.inc} | 0 .../2d/machine2/{Stator1.geo => Stator1.inc} | 0 benchmarks/2d/machine3/Machine.geo | 10 +- .../2d/machine3/{Rotor.geo => Rotor.inc} | 0 .../2d/machine3/{Stator.geo => Stator.inc} | 0 benchmarks/2d/periodic_rotation_on_axis.geo | 42 + benchmarks/2d/sphere_transfinite.geo | 74 + benchmarks/{2d => 2d_large}/guido_new.geo | 0 .../poisson_very_fine_mesh.geo | 0 benchmarks/{2d => 2d_large}/wing-splines.geo | 0 benchmarks/3d/2spheres.geo | 77 + benchmarks/3d/Torus2.geo | 4 +- .../{KDS70-2z1.geo => KDS70-2z1.inc} | 0 benchmarks/3d/coil_crack/Piece1_4z1b.geo | 14 +- benchmarks/3d/extrude_translate.geo | 56 + benchmarks/3d/perforated1.geo | 47 +- benchmarks/3d/perforated_dat.pro | 16 +- benchmarks/3d/spline_gmsh.geo | 46 + benchmarks/3d/stator1910.geo | 15851 ++++++++++++++++ benchmarks/3d/twin_ap_3D_X5.geo | 1288 ++ benchmarks/{3d => 3d_large}/CubeAniso.geo | 0 .../Falcon/CreateFullInitialMesh.geo | 0 .../CreateVolumeAroundFalcon_FrontalISO.geo | 0 .../Falcon/FullSurfaceMeshUniform.geo | 0 .../Falcon/InitialMeshFalcon.msh | 0 benchmarks/{3d => 3d_large}/Falcon/README.txt | 0 .../Falcon/SurfaceMeshAnisoCurvature.geo | 0 .../Falcon/SurfaceMeshAnisoCurvature.stl | 0 .../Falcon/SurfaceMeshUniform.geo | 0 .../Falcon/falcon_surface.script | 0 .../Falcon/falcon_volume.script | 0 .../Falcon/fullfalcon_surface.script | 0 .../Falcon/fullfalcon_volume.script | 0 .../{3d => 3d_large}/Falcon/fullsplit.script | 0 benchmarks/{3d => 3d_large}/Falcon/param.geo | 0 .../{3d => 3d_large}/Falcon/partition.script | 0 .../{3d => 3d_large}/Falcon/split.script | 0 benchmarks/{3d => 3d_large}/PTE.geo | 0 benchmarks/{3d => 3d_large}/Senzor.geo | 0 benchmarks/{3d => 3d_large}/choi.geo | 0 benchmarks/{3d => 3d_large}/gasdis.geo | 0 .../{3d => 3d_large}/magnetron/box-old.geo | 0 benchmarks/{3d => 3d_large}/magnetron/box.geo | 0 .../{3d => 3d_large}/magnetron/cylindric.geo | Bin .../{3d => 3d_large}/magnetron/forme1-old.geo | 0 .../{3d => 3d_large}/magnetron/forme1.geo | 0 .../{3d => 3d_large}/magnetron/forme2.geo | 0 .../{3d => 3d_large}/magnetron/magnetron0.geo | 0 .../magnetron/magnetron1-full.geo | 0 .../{3d => 3d_large}/magnetron/magnetron1.geo | 0 .../magnetron/magnetron2-full.geo | 0 .../{3d => 3d_large}/magnetron/magnetron2.geo | 0 .../{3d => 3d_large}/magnetron/quacylin.geo | Bin .../{3d => 3d_large}/magnetron/traphedre1.geo | 0 .../{3d => 3d_large}/magnetron/traphedre2.geo | 0 benchmarks/{3d => 3d_large}/many_surfaces.geo | 0 benchmarks/{3d => 3d_large}/plate_extrude.geo | 0 .../{3d => 3d_large}/plate_notextrude.geo | 0 benchmarks/{3d => 3d_large}/spheremodel.geo | 0 .../submarine/partition.script | 0 .../{3d => 3d_large}/submarine/split.script | 0 .../{3d => 3d_large}/submarine/submarine.stp | 0 .../submarine/submarine_simple.geo | 0 .../thomas_jung_fraunhofer.geo | 0 benchmarks/{3d => bugs}/gui.geo | 0 benchmarks/{3d => bugs}/thai.geo | 0 benchmarks/extrude/Ring_Extrude.geo | 32 + benchmarks/extrude/Ring_Transfinite.geo | 48 + benchmarks/extrude/Test_Extrude.geo | 54 + benchmarks/extrude/biconv9-4-30-dat.geo | 230 + benchmarks/extrude/flexible_transfinite.geo | 194 + benchmarks/extrude/full_hex_simple.geo | 47 + benchmarks/extrude/rail.geo | 215 + .../sphere_boundary_layer_from_view.pos | 1669 ++ 88 files changed, 20932 insertions(+), 70 deletions(-) create mode 100644 benchmarks/2d/ReplaceDuplicatePoints_Bug.geo create mode 100644 benchmarks/2d/bad_ruled_example.geo create mode 100644 benchmarks/2d/disk_sym.geo create mode 100644 benchmarks/2d/embedded_points.geo create mode 100644 benchmarks/2d/field_nico.geo rename benchmarks/2d/machine/{Functions.geo => Functions.inc} (100%) rename benchmarks/2d/machine/{PhysNum.geo => PhysNum.inc} (100%) rename benchmarks/2d/machine/{Rotor.geo => Rotor.inc} (100%) rename benchmarks/2d/machine/{Rotor3kW.geo => Rotor3kW.inc} (100%) rename benchmarks/2d/machine/{Stator.geo => Stator.inc} (100%) rename benchmarks/2d/machine/{Stator3kW.geo => Stator3kW.inc} (100%) rename benchmarks/2d/machine2/{Rotor1.geo => Rotor1.inc} (100%) rename benchmarks/2d/machine2/{Stator1.geo => Stator1.inc} (100%) rename benchmarks/2d/machine3/{Rotor.geo => Rotor.inc} (100%) rename benchmarks/2d/machine3/{Stator.geo => Stator.inc} (100%) create mode 100644 benchmarks/2d/periodic_rotation_on_axis.geo create mode 100644 benchmarks/2d/sphere_transfinite.geo rename benchmarks/{2d => 2d_large}/guido_new.geo (100%) rename benchmarks/{2d => 2d_large}/poisson_very_fine_mesh.geo (100%) rename benchmarks/{2d => 2d_large}/wing-splines.geo (100%) create mode 100644 benchmarks/3d/2spheres.geo rename benchmarks/3d/coil_crack/{KDS70-2z1.geo => KDS70-2z1.inc} (100%) create mode 100644 benchmarks/3d/extrude_translate.geo create mode 100644 benchmarks/3d/spline_gmsh.geo create mode 100644 benchmarks/3d/stator1910.geo create mode 100644 benchmarks/3d/twin_ap_3D_X5.geo rename benchmarks/{3d => 3d_large}/CubeAniso.geo (100%) rename benchmarks/{3d => 3d_large}/Falcon/CreateFullInitialMesh.geo (100%) rename benchmarks/{3d => 3d_large}/Falcon/CreateVolumeAroundFalcon_FrontalISO.geo (100%) rename benchmarks/{3d => 3d_large}/Falcon/FullSurfaceMeshUniform.geo (100%) rename benchmarks/{3d => 3d_large}/Falcon/InitialMeshFalcon.msh (100%) rename benchmarks/{3d => 3d_large}/Falcon/README.txt (100%) rename benchmarks/{3d => 3d_large}/Falcon/SurfaceMeshAnisoCurvature.geo (100%) rename benchmarks/{3d => 3d_large}/Falcon/SurfaceMeshAnisoCurvature.stl (100%) rename benchmarks/{3d => 3d_large}/Falcon/SurfaceMeshUniform.geo (100%) rename benchmarks/{3d => 3d_large}/Falcon/falcon_surface.script (100%) rename benchmarks/{3d => 3d_large}/Falcon/falcon_volume.script (100%) rename benchmarks/{3d => 3d_large}/Falcon/fullfalcon_surface.script (100%) rename benchmarks/{3d => 3d_large}/Falcon/fullfalcon_volume.script (100%) rename benchmarks/{3d => 3d_large}/Falcon/fullsplit.script (100%) rename benchmarks/{3d => 3d_large}/Falcon/param.geo (100%) rename benchmarks/{3d => 3d_large}/Falcon/partition.script (100%) rename benchmarks/{3d => 3d_large}/Falcon/split.script (100%) rename benchmarks/{3d => 3d_large}/PTE.geo (100%) rename benchmarks/{3d => 3d_large}/Senzor.geo (100%) rename benchmarks/{3d => 3d_large}/choi.geo (100%) rename benchmarks/{3d => 3d_large}/gasdis.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/box-old.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/box.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/cylindric.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/forme1-old.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/forme1.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/forme2.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/magnetron0.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/magnetron1-full.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/magnetron1.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/magnetron2-full.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/magnetron2.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/quacylin.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/traphedre1.geo (100%) rename benchmarks/{3d => 3d_large}/magnetron/traphedre2.geo (100%) rename benchmarks/{3d => 3d_large}/many_surfaces.geo (100%) rename benchmarks/{3d => 3d_large}/plate_extrude.geo (100%) rename benchmarks/{3d => 3d_large}/plate_notextrude.geo (100%) rename benchmarks/{3d => 3d_large}/spheremodel.geo (100%) rename benchmarks/{3d => 3d_large}/submarine/partition.script (100%) rename benchmarks/{3d => 3d_large}/submarine/split.script (100%) rename benchmarks/{3d => 3d_large}/submarine/submarine.stp (100%) rename benchmarks/{3d => 3d_large}/submarine/submarine_simple.geo (100%) rename benchmarks/{3d => 3d_large}/thomas_jung_fraunhofer.geo (100%) rename benchmarks/{3d => bugs}/gui.geo (100%) rename benchmarks/{3d => bugs}/thai.geo (100%) create mode 100644 benchmarks/extrude/Ring_Extrude.geo create mode 100644 benchmarks/extrude/Ring_Transfinite.geo create mode 100644 benchmarks/extrude/Test_Extrude.geo create mode 100644 benchmarks/extrude/biconv9-4-30-dat.geo create mode 100644 benchmarks/extrude/flexible_transfinite.geo create mode 100644 benchmarks/extrude/full_hex_simple.geo create mode 100644 benchmarks/extrude/rail.geo create mode 100644 benchmarks/extrude/sphere_boundary_layer_from_view.pos diff --git a/benchmarks/2d/ReplaceDuplicatePoints_Bug.geo b/benchmarks/2d/ReplaceDuplicatePoints_Bug.geo new file mode 100644 index 0000000000..0cd1edad2c --- /dev/null +++ b/benchmarks/2d/ReplaceDuplicatePoints_Bug.geo @@ -0,0 +1,676 @@ +Geometry.AutoCoherence = 0; +Geometry.CopyMeshingMethod=1; + +lc = 0.409091; +pO = newp; +Point(pO) = {0.000000, 0.000000, 0.000000, 0.000000}; +pA = newp; +Point(pA) = {7.681971, 156.370251, 0.000000, lc}; +Point(newp) = {7.620265, 156.373270, 0.000000, lc}; +Point(newp) = {7.558557, 156.376265, 0.000000, lc}; +Point(newp) = {7.495859, 156.358600, 0.000000, lc}; +Point(newp) = {7.495859, 156.358600, 0.000000, lc}; +Point(newp) = {7.405152, 156.342240, 0.000000, lc}; +Point(newp) = {7.405152, 156.342240, 0.000000, lc}; +Point(newp) = {7.335998, 156.324818, 0.000000, lc}; +Point(newp) = {7.335998, 156.324818, 0.000000, lc}; +Point(newp) = {7.278273, 156.306835, 0.000000, lc}; +Point(newp) = {7.278273, 156.306835, 0.000000, lc}; +Point(newp) = {7.227641, 156.288504, 0.000000, lc}; +Point(newp) = {7.227641, 156.288504, 0.000000, lc}; +Point(newp) = {7.182390, 156.269909, 0.000000, lc}; +Point(newp) = {7.182390, 156.269909, 0.000000, lc}; +Point(newp) = {7.141086, 156.251121, 0.000000, lc}; +Point(newp) = {7.141086, 156.251121, 0.000000, lc}; +Point(newp) = {7.102902, 156.232181, 0.000000, lc}; +Point(newp) = {7.102902, 156.232181, 0.000000, lc}; +Point(newp) = {7.067383, 156.213112, 0.000000, lc}; +Point(newp) = {7.067383, 156.213112, 0.000000, lc}; +Point(newp) = {7.034094, 156.193935, 0.000000, lc}; +Point(newp) = {7.034094, 156.193935, 0.000000, lc}; +Point(newp) = {7.002714, 156.174665, 0.000000, lc}; +Point(newp) = {7.002714, 156.174665, 0.000000, lc}; +Point(newp) = {6.972992, 156.155315, 0.000000, lc}; +Point(newp) = {6.972992, 156.155315, 0.000000, lc}; +Point(newp) = {6.944732, 156.135895, 0.000000, lc}; +Point(newp) = {6.944732, 156.135895, 0.000000, lc}; +Point(newp) = {6.917772, 156.116413, 0.000000, lc}; +Point(newp) = {6.917772, 156.116413, 0.000000, lc}; +Point(newp) = {6.891981, 156.096874, 0.000000, lc}; +Point(newp) = {6.891981, 156.096874, 0.000000, lc}; +Point(newp) = {6.867248, 156.077285, 0.000000, lc}; +Point(newp) = {6.867248, 156.077285, 0.000000, lc}; +Point(newp) = {6.843479, 156.057651, 0.000000, lc}; +Point(newp) = {6.843479, 156.057651, 0.000000, lc}; +Point(newp) = {6.820592, 156.037974, 0.000000, lc}; +Point(newp) = {6.820592, 156.037974, 0.000000, lc}; +Point(newp) = {6.798518, 156.018259, 0.000000, lc}; +Point(newp) = {6.798518, 156.018259, 0.000000, lc}; +Point(newp) = {6.777196, 155.998508, 0.000000, lc}; +Point(newp) = {6.777196, 155.998508, 0.000000, lc}; +Point(newp) = {6.756571, 155.978724, 0.000000, lc}; +Point(newp) = {6.756571, 155.978724, 0.000000, lc}; +Point(newp) = {6.736595, 155.958910, 0.000000, lc}; +Point(newp) = {6.736595, 155.958910, 0.000000, lc}; +Point(newp) = {6.717225, 155.939067, 0.000000, lc}; +Point(newp) = {6.717225, 155.939067, 0.000000, lc}; +Point(newp) = {6.698424, 155.919198, 0.000000, lc}; +Point(newp) = {6.698424, 155.919198, 0.000000, lc}; +Point(newp) = {6.680155, 155.899304, 0.000000, lc}; +Point(newp) = {6.680155, 155.899304, 0.000000, lc}; +Point(newp) = {6.662389, 155.879386, 0.000000, lc}; +Point(newp) = {6.662389, 155.879386, 0.000000, lc}; +Point(newp) = {6.645095, 155.859447, 0.000000, lc}; +Point(newp) = {6.645095, 155.859447, 0.000000, lc}; +Point(newp) = {6.628249, 155.839486, 0.000000, lc}; +Point(newp) = {6.628249, 155.839486, 0.000000, lc}; +Point(newp) = {6.611827, 155.819506, 0.000000, lc}; +Point(newp) = {6.611827, 155.819506, 0.000000, lc}; +Point(newp) = {6.595806, 155.799508, 0.000000, lc}; +Point(newp) = {6.595806, 155.799508, 0.000000, lc}; +Point(newp) = {6.580167, 155.779492, 0.000000, lc}; +Point(newp) = {6.580167, 155.779492, 0.000000, lc}; +Point(newp) = {6.564892, 155.759459, 0.000000, lc}; +Point(newp) = {6.564892, 155.759459, 0.000000, lc}; +Point(newp) = {6.549964, 155.739410, 0.000000, lc}; +Point(newp) = {6.549964, 155.739410, 0.000000, lc}; +Point(newp) = {6.535367, 155.719346, 0.000000, lc}; +Point(newp) = {6.535367, 155.719346, 0.000000, lc}; +Point(newp) = {6.521065, 155.699269, 0.000000, lc}; +Point(newp) = {6.521065, 155.699269, 0.000000, lc}; +Point(newp) = {6.507029, 155.679179, 0.000000, lc}; +Point(newp) = {6.507029, 155.679179, 0.000000, lc}; +Point(newp) = {6.493280, 155.659076, 0.000000, lc}; +Point(newp) = {6.493280, 155.659076, 0.000000, lc}; +Point(newp) = {6.479808, 155.638960, 0.000000, lc}; +Point(newp) = {6.479808, 155.638960, 0.000000, lc}; +Point(newp) = {6.466601, 155.618833, 0.000000, lc}; +Point(newp) = {6.466601, 155.618833, 0.000000, lc}; +Point(newp) = {6.453651, 155.598694, 0.000000, lc}; +Point(newp) = {6.453651, 155.598694, 0.000000, lc}; +Point(newp) = {6.440948, 155.578543, 0.000000, lc}; +Point(newp) = {6.440948, 155.578543, 0.000000, lc}; +Point(newp) = {6.428484, 155.558382, 0.000000, lc}; +Point(newp) = {6.428484, 155.558382, 0.000000, lc}; +Point(newp) = {6.416253, 155.538211, 0.000000, lc}; +Point(newp) = {6.416253, 155.538211, 0.000000, lc}; +Point(newp) = {6.404189, 155.518031, 0.000000, lc}; +pC = newp; +Point(pC) = {6.404189, 155.518031, 0.000000, lc}; +Point(newp) = {6.392199, 155.497848, 0.000000, lc}; +Point(newp) = {6.380294, 155.477661, 0.000000, lc}; +Point(newp) = {6.368390, 155.457473, 0.000000, lc}; +Point(newp) = {6.356487, 155.437284, 0.000000, lc}; +Point(newp) = {6.344600, 155.417093, 0.000000, lc}; +Point(newp) = {6.332723, 155.396901, 0.000000, lc}; +Point(newp) = {6.320846, 155.376709, 0.000000, lc}; +Point(newp) = {6.308977, 155.356515, 0.000000, lc}; +Point(newp) = {6.297127, 155.336320, 0.000000, lc}; +Point(newp) = {6.285276, 155.316124, 0.000000, lc}; +Point(newp) = {6.273426, 155.295927, 0.000000, lc}; +Point(newp) = {6.261603, 155.275729, 0.000000, lc}; +Point(newp) = {6.249778, 155.255529, 0.000000, lc}; +Point(newp) = {6.237954, 155.235329, 0.000000, lc}; +Point(newp) = {6.226150, 155.215128, 0.000000, lc}; +Point(newp) = {6.214352, 155.194925, 0.000000, lc}; +Point(newp) = {6.202554, 155.174721, 0.000000, lc}; +Point(newp) = {6.190769, 155.154516, 0.000000, lc}; +Point(newp) = {6.178998, 155.134310, 0.000000, lc}; +Point(newp) = {6.167226, 155.114103, 0.000000, lc}; +Point(newp) = {6.155461, 155.093896, 0.000000, lc}; +Point(newp) = {6.143716, 155.073686, 0.000000, lc}; +Point(newp) = {6.131971, 155.053476, 0.000000, lc}; +Point(newp) = {6.120225, 155.033265, 0.000000, lc}; +Point(newp) = {6.108506, 155.013052, 0.000000, lc}; +Point(newp) = {6.096787, 154.992838, 0.000000, lc}; +Point(newp) = {6.085067, 154.972624, 0.000000, lc}; +Point(newp) = {6.073368, 154.952408, 0.000000, lc}; +Point(newp) = {6.061675, 154.932191, 0.000000, lc}; +Point(newp) = {6.049982, 154.911974, 0.000000, lc}; +Point(newp) = {6.038302, 154.891755, 0.000000, lc}; +Point(newp) = {6.026636, 154.871534, 0.000000, lc}; +Point(newp) = {6.014969, 154.851313, 0.000000, lc}; +Point(newp) = {6.003309, 154.831091, 0.000000, lc}; +Point(newp) = {5.991669, 154.810868, 0.000000, lc}; +Point(newp) = {5.980028, 154.790643, 0.000000, lc}; +Point(newp) = {5.968388, 154.770418, 0.000000, lc}; +Point(newp) = {5.956774, 154.750191, 0.000000, lc}; +Point(newp) = {5.945160, 154.729964, 0.000000, lc}; +Point(newp) = {5.933546, 154.709736, 0.000000, lc}; +Point(newp) = {5.921952, 154.689506, 0.000000, lc}; +Point(newp) = {5.910365, 154.669275, 0.000000, lc}; +Point(newp) = {5.898776, 154.649043, 0.000000, lc}; +Point(newp) = {5.887203, 154.628810, 0.000000, lc}; +Point(newp) = {5.875642, 154.608576, 0.000000, lc}; +Point(newp) = {5.864080, 154.588341, 0.000000, lc}; +Point(newp) = {5.852526, 154.568105, 0.000000, lc}; +Point(newp) = {5.840991, 154.547868, 0.000000, lc}; +Point(newp) = {5.829456, 154.527630, 0.000000, lc}; +Point(newp) = {5.817923, 154.507391, 0.000000, lc}; +Point(newp) = {5.806414, 154.487150, 0.000000, lc}; +Point(newp) = {5.794905, 154.466909, 0.000000, lc}; +Point(newp) = {5.783395, 154.446667, 0.000000, lc}; +Point(newp) = {5.771909, 154.426423, 0.000000, lc}; +Point(newp) = {5.760426, 154.406178, 0.000000, lc}; +Point(newp) = {5.748943, 154.385933, 0.000000, lc}; +Point(newp) = {5.737478, 154.365686, 0.000000, lc}; +Point(newp) = {5.726021, 154.345439, 0.000000, lc}; +Point(newp) = {5.714564, 154.325190, 0.000000, lc}; +Point(newp) = {5.703120, 154.304940, 0.000000, lc}; +Point(newp) = {5.691689, 154.284689, 0.000000, lc}; +Point(newp) = {5.680258, 154.264438, 0.000000, lc}; +Point(newp) = {5.668835, 154.244185, 0.000000, lc}; +Point(newp) = {5.657430, 154.223931, 0.000000, lc}; +Point(newp) = {5.646025, 154.203676, 0.000000, lc}; +Point(newp) = {5.634623, 154.183420, 0.000000, lc}; +Point(newp) = {5.623245, 154.163163, 0.000000, lc}; +Point(newp) = {5.611866, 154.142905, 0.000000, lc}; +Point(newp) = {5.600487, 154.122646, 0.000000, lc}; +Point(newp) = {5.589133, 154.102385, 0.000000, lc}; +Point(newp) = {5.577780, 154.082124, 0.000000, lc}; +Point(newp) = {5.566427, 154.061862, 0.000000, lc}; +Point(newp) = {5.555094, 154.041599, 0.000000, lc}; +Point(newp) = {5.543768, 154.021335, 0.000000, lc}; +Point(newp) = {5.532441, 154.001070, 0.000000, lc}; +Point(newp) = {5.521129, 153.980803, 0.000000, lc}; +Point(newp) = {5.509829, 153.960536, 0.000000, lc}; +Point(newp) = {5.498528, 153.940268, 0.000000, lc}; +Point(newp) = {5.487238, 153.919999, 0.000000, lc}; +Point(newp) = {5.475964, 153.899728, 0.000000, lc}; +Point(newp) = {5.464690, 153.879457, 0.000000, lc}; +Point(newp) = {5.453421, 153.859185, 0.000000, lc}; +Point(newp) = {5.442173, 153.838911, 0.000000, lc}; +Point(newp) = {5.430924, 153.818637, 0.000000, lc}; +Point(newp) = {5.419678, 153.798361, 0.000000, lc}; +Point(newp) = {5.408456, 153.778085, 0.000000, lc}; +Point(newp) = {5.397233, 153.757807, 0.000000, lc}; +Point(newp) = {5.386010, 153.737529, 0.000000, lc}; +Point(newp) = {5.374812, 153.717250, 0.000000, lc}; +Point(newp) = {5.363616, 153.696969, 0.000000, lc}; +Point(newp) = {5.352419, 153.676688, 0.000000, lc}; +Point(newp) = {5.341243, 153.656405, 0.000000, lc}; +Point(newp) = {5.330073, 153.636122, 0.000000, lc}; +Point(newp) = {5.318902, 153.615837, 0.000000, lc}; +Point(newp) = {5.307748, 153.595552, 0.000000, lc}; +Point(newp) = {5.296604, 153.575266, 0.000000, lc}; +Point(newp) = {5.285459, 153.554978, 0.000000, lc}; +Point(newp) = {5.274328, 153.534690, 0.000000, lc}; +Point(newp) = {5.263210, 153.514400, 0.000000, lc}; +Point(newp) = {5.252091, 153.494110, 0.000000, lc}; +Point(newp) = {5.240982, 153.473819, 0.000000, lc}; +Point(newp) = {5.229889, 153.453526, 0.000000, lc}; +Point(newp) = {5.218797, 153.433233, 0.000000, lc}; +Point(newp) = {5.207710, 153.412939, 0.000000, lc}; +Point(newp) = {5.196644, 153.392643, 0.000000, lc}; +Point(newp) = {5.185577, 153.372347, 0.000000, lc}; +Point(newp) = {5.174513, 153.352050, 0.000000, lc}; +Point(newp) = {5.163473, 153.331751, 0.000000, lc}; +Point(newp) = {5.152432, 153.311452, 0.000000, lc}; +Point(newp) = {5.141391, 153.291152, 0.000000, lc}; +Point(newp) = {5.130376, 153.270850, 0.000000, lc}; +Point(newp) = {5.119361, 153.250548, 0.000000, lc}; +Point(newp) = {5.108346, 153.230245, 0.000000, lc}; +Point(newp) = {5.097354, 153.209941, 0.000000, lc}; +Point(newp) = {5.086366, 153.189636, 0.000000, lc}; +Point(newp) = {5.075376, 153.169330, 0.000000, lc}; +Point(newp) = {5.064408, 153.149023, 0.000000, lc}; +Point(newp) = {5.053445, 153.128715, 0.000000, lc}; +Point(newp) = {5.042482, 153.108406, 0.000000, lc}; +Point(newp) = {5.031536, 153.088096, 0.000000, lc}; +Point(newp) = {5.020599, 153.067785, 0.000000, lc}; +Point(newp) = {5.009662, 153.047473, 0.000000, lc}; +Point(newp) = {4.998739, 153.027160, 0.000000, lc}; +Point(newp) = {4.987828, 153.006846, 0.000000, lc}; +Point(newp) = {4.976917, 152.986532, 0.000000, lc}; +Point(newp) = {4.966018, 152.966216, 0.000000, lc}; +Point(newp) = {4.955133, 152.945899, 0.000000, lc}; +Point(newp) = {4.944247, 152.925582, 0.000000, lc}; +Point(newp) = {4.933372, 152.905263, 0.000000, lc}; +Point(newp) = {4.922512, 152.884943, 0.000000, lc}; +Point(newp) = {4.911652, 152.864623, 0.000000, lc}; +Point(newp) = {4.900801, 152.844302, 0.000000, lc}; +Point(newp) = {4.889967, 152.823979, 0.000000, lc}; +Point(newp) = {4.879133, 152.803656, 0.000000, lc}; +Point(newp) = {4.868306, 152.783332, 0.000000, lc}; +Point(newp) = {4.857498, 152.763006, 0.000000, lc}; +Point(newp) = {4.846690, 152.742680, 0.000000, lc}; +Point(newp) = {4.835886, 152.722353, 0.000000, lc}; +Point(newp) = {4.825104, 152.702025, 0.000000, lc}; +Point(newp) = {4.814322, 152.681696, 0.000000, lc}; +Point(newp) = {4.803542, 152.661367, 0.000000, lc}; +Point(newp) = {4.792786, 152.641035, 0.000000, lc}; +Point(newp) = {4.782029, 152.620704, 0.000000, lc}; +Point(newp) = {4.771274, 152.600371, 0.000000, lc}; +Point(newp) = {4.760543, 152.580037, 0.000000, lc}; +Point(newp) = {4.749812, 152.559703, 0.000000, lc}; +Point(newp) = {4.739081, 152.539368, 0.000000, lc}; +Point(newp) = {4.728377, 152.519031, 0.000000, lc}; +Point(newp) = {4.717672, 152.498694, 0.000000, lc}; +Point(newp) = {4.706966, 152.478355, 0.000000, lc}; +Point(newp) = {4.696286, 152.458016, 0.000000, lc}; +Point(newp) = {4.685607, 152.437676, 0.000000, lc}; +Point(newp) = {4.674927, 152.417335, 0.000000, lc}; +Point(newp) = {4.664271, 152.396993, 0.000000, lc}; +Point(newp) = {4.653618, 152.376650, 0.000000, lc}; +Point(newp) = {4.642964, 152.356306, 0.000000, lc}; +Point(newp) = {4.632333, 152.335961, 0.000000, lc}; +Point(newp) = {4.621705, 152.315616, 0.000000, lc}; +Point(newp) = {4.611077, 152.295269, 0.000000, lc}; +Point(newp) = {4.600471, 152.274922, 0.000000, lc}; +Point(newp) = {4.589868, 152.254573, 0.000000, lc}; +Point(newp) = {4.579266, 152.234224, 0.000000, lc}; +Point(newp) = {4.568685, 152.213874, 0.000000, lc}; +Point(newp) = {4.558108, 152.193523, 0.000000, lc}; +Point(newp) = {4.547531, 152.173171, 0.000000, lc}; +Point(newp) = {4.536975, 152.152818, 0.000000, lc}; +Point(newp) = {4.526424, 152.132464, 0.000000, lc}; +Point(newp) = {4.515873, 152.112110, 0.000000, lc}; +Point(newp) = {4.505342, 152.091754, 0.000000, lc}; +Point(newp) = {4.494817, 152.071397, 0.000000, lc}; +Point(newp) = {4.484292, 152.051040, 0.000000, lc}; +Point(newp) = {4.473786, 152.030681, 0.000000, lc}; +Point(newp) = {4.463286, 152.010322, 0.000000, lc}; +Point(newp) = {4.452787, 151.989962, 0.000000, lc}; +Point(newp) = {4.442306, 151.969601, 0.000000, lc}; +Point(newp) = {4.431832, 151.949239, 0.000000, lc}; +Point(newp) = {4.421358, 151.928877, 0.000000, lc}; +Point(newp) = {4.410903, 151.908513, 0.000000, lc}; +Point(newp) = {4.400455, 151.888148, 0.000000, lc}; +Point(newp) = {4.390007, 151.867783, 0.000000, lc}; +Point(newp) = {4.379578, 151.847417, 0.000000, lc}; +Point(newp) = {4.369155, 151.827049, 0.000000, lc}; +Point(newp) = {4.358732, 151.806681, 0.000000, lc}; +Point(newp) = {4.348329, 151.786312, 0.000000, lc}; +Point(newp) = {4.337932, 151.765942, 0.000000, lc}; +Point(newp) = {4.327534, 151.745572, 0.000000, lc}; +Point(newp) = {4.317157, 151.725200, 0.000000, lc}; +Point(newp) = {4.306786, 151.704827, 0.000000, lc}; +Point(newp) = {4.296414, 151.684454, 0.000000, lc}; +Point(newp) = {4.286063, 151.664080, 0.000000, lc}; +Point(newp) = {4.275717, 151.643705, 0.000000, lc}; +Point(newp) = {4.265371, 151.623329, 0.000000, lc}; +Point(newp) = {4.255045, 151.602952, 0.000000, lc}; +Point(newp) = {4.244725, 151.582574, 0.000000, lc}; +Point(newp) = {4.234404, 151.562196, 0.000000, lc}; +Point(newp) = {4.224106, 151.541816, 0.000000, lc}; +Point(newp) = {4.213811, 151.521436, 0.000000, lc}; +Point(newp) = {4.203516, 151.501055, 0.000000, lc}; +Point(newp) = {4.193243, 151.480673, 0.000000, lc}; +Point(newp) = {4.182974, 151.460290, 0.000000, lc}; +Point(newp) = {4.172704, 151.439906, 0.000000, lc}; +Point(newp) = {4.162459, 151.419521, 0.000000, lc}; +Point(newp) = {4.152215, 151.399136, 0.000000, lc}; +Point(newp) = {4.141971, 151.378750, 0.000000, lc}; +Point(newp) = {4.131752, 151.358362, 0.000000, lc}; +Point(newp) = {4.121533, 151.337974, 0.000000, lc}; +Point(newp) = {4.111315, 151.317586, 0.000000, lc}; +Point(newp) = {4.101123, 151.297195, 0.000000, lc}; +Point(newp) = {4.090930, 151.276805, 0.000000, lc}; +Point(newp) = {4.080738, 151.256414, 0.000000, lc}; +Point(newp) = {4.070571, 151.236021, 0.000000, lc}; +Point(newp) = {4.060404, 151.215628, 0.000000, lc}; +Point(newp) = {4.050240, 151.195234, 0.000000, lc}; +Point(newp) = {4.040098, 151.174839, 0.000000, lc}; +Point(newp) = {4.029956, 151.154444, 0.000000, lc}; +Point(newp) = {4.019819, 151.134047, 0.000000, lc}; +Point(newp) = {4.009703, 151.113650, 0.000000, lc}; +Point(newp) = {3.999586, 151.093252, 0.000000, lc}; +Point(newp) = {3.989477, 151.072853, 0.000000, lc}; +Point(newp) = {3.979386, 151.052453, 0.000000, lc}; +Point(newp) = {3.969294, 151.032052, 0.000000, lc}; +Point(newp) = {3.959212, 151.011651, 0.000000, lc}; +Point(newp) = {3.949147, 150.991248, 0.000000, lc}; +Point(newp) = {3.939081, 150.970845, 0.000000, lc}; +Point(newp) = {3.929027, 150.950441, 0.000000, lc}; +Point(newp) = {3.918986, 150.930036, 0.000000, lc}; +Point(newp) = {3.908946, 150.909631, 0.000000, lc}; +Point(newp) = {3.898919, 150.889224, 0.000000, lc}; +Point(newp) = {3.888904, 150.868817, 0.000000, lc}; +Point(newp) = {3.878889, 150.848409, 0.000000, lc}; +Point(newp) = {3.868890, 150.828000, 0.000000, lc}; +Point(newp) = {3.858901, 150.807590, 0.000000, lc}; +Point(newp) = {3.848911, 150.787180, 0.000000, lc}; +Point(newp) = {3.838940, 150.766768, 0.000000, lc}; +Point(newp) = {3.828976, 150.746356, 0.000000, lc}; +Point(newp) = {3.819012, 150.725943, 0.000000, lc}; +Point(newp) = {3.809069, 150.705529, 0.000000, lc}; +Point(newp) = {3.799130, 150.685114, 0.000000, lc}; +Point(newp) = {3.789191, 150.664699, 0.000000, lc}; +Point(newp) = {3.779276, 150.644283, 0.000000, lc}; +Point(newp) = {3.769363, 150.623865, 0.000000, lc}; +Point(newp) = {3.759451, 150.603448, 0.000000, lc}; +Point(newp) = {3.749563, 150.583029, 0.000000, lc}; +Point(newp) = {3.739675, 150.562609, 0.000000, lc}; +Point(newp) = {3.729791, 150.542189, 0.000000, lc}; +Point(newp) = {3.719928, 150.521768, 0.000000, lc}; +Point(newp) = {3.710065, 150.501346, 0.000000, lc}; +Point(newp) = {3.700211, 150.480924, 0.000000, lc}; +Point(newp) = {3.690373, 150.460500, 0.000000, lc}; +Point(newp) = {3.680535, 150.440076, 0.000000, lc}; +Point(newp) = {3.670709, 150.419651, 0.000000, lc}; +Point(newp) = {3.660897, 150.399225, 0.000000, lc}; +Point(newp) = {3.651084, 150.378798, 0.000000, lc}; +Point(newp) = {3.641287, 150.358371, 0.000000, lc}; +Point(newp) = {3.631500, 150.337942, 0.000000, lc}; +Point(newp) = {3.621713, 150.317513, 0.000000, lc}; +Point(newp) = {3.611945, 150.297084, 0.000000, lc}; +Point(newp) = {3.602183, 150.276653, 0.000000, lc}; +Point(newp) = {3.592421, 150.256222, 0.000000, lc}; +Point(newp) = {3.582682, 150.235789, 0.000000, lc}; +Point(newp) = {3.572945, 150.215357, 0.000000, lc}; +Point(newp) = {3.563209, 150.194923, 0.000000, lc}; +Point(newp) = {3.553498, 150.174488, 0.000000, lc}; +Point(newp) = {3.543787, 150.154053, 0.000000, lc}; +Point(newp) = {3.534081, 150.133617, 0.000000, lc}; +Point(newp) = {3.524395, 150.113180, 0.000000, lc}; +Point(newp) = {3.514708, 150.092743, 0.000000, lc}; +Point(newp) = {3.505032, 150.072304, 0.000000, lc}; +Point(newp) = {3.495371, 150.051865, 0.000000, lc}; +Point(newp) = {3.485709, 150.031425, 0.000000, lc}; +Point(newp) = {3.476062, 150.010984, 0.000000, lc}; +Point(newp) = {3.466427, 149.990543, 0.000000, lc}; +Point(newp) = {3.456790, 149.970101, 0.000000, lc}; +Point(newp) = {3.447173, 149.949658, 0.000000, lc}; +Point(newp) = {3.437563, 149.929214, 0.000000, lc}; +Point(newp) = {3.427952, 149.908770, 0.000000, lc}; +Point(newp) = {3.418364, 149.888324, 0.000000, lc}; +Point(newp) = {3.408779, 149.867878, 0.000000, lc}; +Point(newp) = {3.399196, 149.847431, 0.000000, lc}; +Point(newp) = {3.389636, 149.826984, 0.000000, lc}; +Point(newp) = {3.380075, 149.806536, 0.000000, lc}; +Point(newp) = {3.370522, 149.786087, 0.000000, lc}; +Point(newp) = {3.360987, 149.765637, 0.000000, lc}; +Point(newp) = {3.351452, 149.745186, 0.000000, lc}; +Point(newp) = {3.341929, 149.724735, 0.000000, lc}; +Point(newp) = {3.332419, 149.704283, 0.000000, lc}; +Point(newp) = {3.322909, 149.683830, 0.000000, lc}; +Point(newp) = {3.313417, 149.663376, 0.000000, lc}; +Point(newp) = {3.303932, 149.642922, 0.000000, lc}; +Point(newp) = {3.294446, 149.622467, 0.000000, lc}; +Point(newp) = {3.284985, 149.602011, 0.000000, lc}; +Point(newp) = {3.275525, 149.581555, 0.000000, lc}; +Point(newp) = {3.266068, 149.561098, 0.000000, lc}; +Point(newp) = {3.256633, 149.540640, 0.000000, lc}; +Point(newp) = {3.247198, 149.520181, 0.000000, lc}; +Point(newp) = {3.237773, 149.499721, 0.000000, lc}; +Point(newp) = {3.228363, 149.479261, 0.000000, lc}; +Point(newp) = {3.218953, 149.458800, 0.000000, lc}; +Point(newp) = {3.209558, 149.438339, 0.000000, lc}; +Point(newp) = {3.200173, 149.417876, 0.000000, lc}; +Point(newp) = {3.190788, 149.397413, 0.000000, lc}; +Point(newp) = {3.181424, 149.376949, 0.000000, lc}; +Point(newp) = {3.172065, 149.356485, 0.000000, lc}; +Point(newp) = {3.162707, 149.336019, 0.000000, lc}; +Point(newp) = {3.153372, 149.315553, 0.000000, lc}; +Point(newp) = {3.144037, 149.295087, 0.000000, lc}; +Point(newp) = {3.134710, 149.274619, 0.000000, lc}; +Point(newp) = {3.125401, 149.254151, 0.000000, lc}; +Point(newp) = {3.116091, 149.233682, 0.000000, lc}; +Point(newp) = {3.106795, 149.213212, 0.000000, lc}; +Point(newp) = {3.097510, 149.192742, 0.000000, lc}; +Point(newp) = {3.088226, 149.172271, 0.000000, lc}; +Point(newp) = {3.078962, 149.151799, 0.000000, lc}; +Point(newp) = {3.069702, 149.131327, 0.000000, lc}; +Point(newp) = {3.060444, 149.110854, 0.000000, lc}; +Point(newp) = {3.051210, 149.090380, 0.000000, lc}; +Point(newp) = {3.041974, 149.069905, 0.000000, lc}; +Point(newp) = {3.032749, 149.049430, 0.000000, lc}; +Point(newp) = {3.023539, 149.028954, 0.000000, lc}; +Point(newp) = {3.014329, 149.008477, 0.000000, lc}; +Point(newp) = {3.005135, 148.988000, 0.000000, lc}; +Point(newp) = {2.995950, 148.967521, 0.000000, lc}; +Point(newp) = {2.986765, 148.947043, 0.000000, lc}; +Point(newp) = {2.977603, 148.926563, 0.000000, lc}; +Point(newp) = {2.968443, 148.906083, 0.000000, lc}; +Point(newp) = {2.959288, 148.885602, 0.000000, lc}; +Point(newp) = {2.950153, 148.865120, 0.000000, lc}; +Point(newp) = {2.941018, 148.844638, 0.000000, lc}; +Point(newp) = {2.931895, 148.824155, 0.000000, lc}; +Point(newp) = {2.922785, 148.803671, 0.000000, lc}; +Point(newp) = {2.913674, 148.783187, 0.000000, lc}; +Point(newp) = {2.904584, 148.762702, 0.000000, lc}; +Point(newp) = {2.895498, 148.742216, 0.000000, lc}; +Point(newp) = {2.886415, 148.721730, 0.000000, lc}; +Point(newp) = {2.877355, 148.701242, 0.000000, lc}; +Point(newp) = {2.868294, 148.680754, 0.000000, lc}; +Point(newp) = {2.859244, 148.660266, 0.000000, lc}; +Point(newp) = {2.850208, 148.639777, 0.000000, lc}; +Point(newp) = {2.841173, 148.619287, 0.000000, lc}; +Point(newp) = {2.832155, 148.598796, 0.000000, lc}; +Point(newp) = {2.823144, 148.578305, 0.000000, lc}; +Point(newp) = {2.814134, 148.557813, 0.000000, lc}; +Point(newp) = {2.805148, 148.537321, 0.000000, lc}; +Point(newp) = {2.796162, 148.516827, 0.000000, lc}; +Point(newp) = {2.787186, 148.496333, 0.000000, lc}; +Point(newp) = {2.778224, 148.475839, 0.000000, lc}; +Point(newp) = {2.769263, 148.455344, 0.000000, lc}; +Point(newp) = {2.760319, 148.434848, 0.000000, lc}; +Point(newp) = {2.751383, 148.414351, 0.000000, lc}; +Point(newp) = {2.742447, 148.393854, 0.000000, lc}; +Point(newp) = {2.733536, 148.373356, 0.000000, lc}; +Point(newp) = {2.724624, 148.352857, 0.000000, lc}; +Point(newp) = {2.715722, 148.332358, 0.000000, lc}; +Point(newp) = {2.706835, 148.311858, 0.000000, lc}; +Point(newp) = {2.697949, 148.291358, 0.000000, lc}; +Point(newp) = {2.689080, 148.270856, 0.000000, lc}; +Point(newp) = {2.680218, 148.250354, 0.000000, lc}; +Point(newp) = {2.671358, 148.229852, 0.000000, lc}; +Point(newp) = {2.662521, 148.209349, 0.000000, lc}; +Point(newp) = {2.653683, 148.188845, 0.000000, lc}; +Point(newp) = {2.644857, 148.168340, 0.000000, lc}; +Point(newp) = {2.636045, 148.147835, 0.000000, lc}; +Point(newp) = {2.627232, 148.127330, 0.000000, lc}; +Point(newp) = {2.618440, 148.106823, 0.000000, lc}; +Point(newp) = {2.609652, 148.086316, 0.000000, lc}; +Point(newp) = {2.600868, 148.065808, 0.000000, lc}; +Point(newp) = {2.592105, 148.045300, 0.000000, lc}; +Point(newp) = {2.583342, 148.024791, 0.000000, lc}; +Point(newp) = {2.574593, 148.004281, 0.000000, lc}; +Point(newp) = {2.565855, 147.983771, 0.000000, lc}; +Point(newp) = {2.557116, 147.963260, 0.000000, lc}; +Point(newp) = {2.548401, 147.942748, 0.000000, lc}; +Point(newp) = {2.539687, 147.922236, 0.000000, lc}; +Point(newp) = {2.530982, 147.901723, 0.000000, lc}; +Point(newp) = {2.522293, 147.881210, 0.000000, lc}; +Point(newp) = {2.513604, 147.860696, 0.000000, lc}; +Point(newp) = {2.504933, 147.840181, 0.000000, lc}; +Point(newp) = {2.496268, 147.819666, 0.000000, lc}; +Point(newp) = {2.487607, 147.799150, 0.000000, lc}; +Point(newp) = {2.478967, 147.778633, 0.000000, lc}; +Point(newp) = {2.470328, 147.758116, 0.000000, lc}; +Point(newp) = {2.461701, 147.737598, 0.000000, lc}; +Point(newp) = {2.453086, 147.717079, 0.000000, lc}; +Point(newp) = {2.444471, 147.696560, 0.000000, lc}; +Point(newp) = {2.435879, 147.676040, 0.000000, lc}; +Point(newp) = {2.427289, 147.655520, 0.000000, lc}; +Point(newp) = {2.418707, 147.634999, 0.000000, lc}; +Point(newp) = {2.410141, 147.614478, 0.000000, lc}; +Point(newp) = {2.401575, 147.593955, 0.000000, lc}; +Point(newp) = {2.393029, 147.573433, 0.000000, lc}; +Point(newp) = {2.384488, 147.552909, 0.000000, lc}; +Point(newp) = {2.375952, 147.532385, 0.000000, lc}; +Point(newp) = {2.367435, 147.511861, 0.000000, lc}; +Point(newp) = {2.358919, 147.491335, 0.000000, lc}; +Point(newp) = {2.350418, 147.470809, 0.000000, lc}; +Point(newp) = {2.341926, 147.450283, 0.000000, lc}; +Point(newp) = {2.333436, 147.429756, 0.000000, lc}; +Point(newp) = {2.324969, 147.409228, 0.000000, lc}; +Point(newp) = {2.316501, 147.388700, 0.000000, lc}; +Point(newp) = {2.308047, 147.368171, 0.000000, lc}; +Point(newp) = {2.299604, 147.347642, 0.000000, lc}; +Point(newp) = {2.291161, 147.327112, 0.000000, lc}; +Point(newp) = {2.282743, 147.306581, 0.000000, lc}; +Point(newp) = {2.274324, 147.286050, 0.000000, lc}; +Point(newp) = {2.265917, 147.265518, 0.000000, lc}; +Point(newp) = {2.257523, 147.244985, 0.000000, lc}; +Point(newp) = {2.249129, 147.224452, 0.000000, lc}; +Point(newp) = {2.240758, 147.203919, 0.000000, lc}; +Point(newp) = {2.232388, 147.183384, 0.000000, lc}; +Point(newp) = {2.224028, 147.162850, 0.000000, lc}; +Point(newp) = {2.215683, 147.142314, 0.000000, lc}; +Point(newp) = {2.207338, 147.121778, 0.000000, lc}; +Point(newp) = {2.199015, 147.101242, 0.000000, lc}; +Point(newp) = {2.190694, 147.080704, 0.000000, lc}; +Point(newp) = {2.182383, 147.060167, 0.000000, lc}; +Point(newp) = {2.174087, 147.039628, 0.000000, lc}; +Point(newp) = {2.165790, 147.019090, 0.000000, lc}; +Point(newp) = {2.157515, 146.998550, 0.000000, lc}; +Point(newp) = {2.149243, 146.978010, 0.000000, lc}; +Point(newp) = {2.140980, 146.957470, 0.000000, lc}; +Point(newp) = {2.132733, 146.936928, 0.000000, lc}; +Point(newp) = {2.124486, 146.916387, 0.000000, lc}; +Point(newp) = {2.116259, 146.895844, 0.000000, lc}; +Point(newp) = {2.108037, 146.875301, 0.000000, lc}; +Point(newp) = {2.099823, 146.854758, 0.000000, lc}; +Point(newp) = {2.091624, 146.834214, 0.000000, lc}; +Point(newp) = {2.083426, 146.813669, 0.000000, lc}; +Point(newp) = {2.075249, 146.793124, 0.000000, lc}; +Point(newp) = {2.067075, 146.772578, 0.000000, lc}; +Point(newp) = {2.058910, 146.752032, 0.000000, lc}; +Point(newp) = {2.050760, 146.731485, 0.000000, lc}; +Point(newp) = {2.042611, 146.710938, 0.000000, lc}; +Point(newp) = {2.034484, 146.690390, 0.000000, lc}; +Point(newp) = {2.026358, 146.669841, 0.000000, lc}; +Point(newp) = {2.018244, 146.649292, 0.000000, lc}; +Point(newp) = {2.010143, 146.628743, 0.000000, lc}; +Point(newp) = {2.002042, 146.608193, 0.000000, lc}; +Point(newp) = {1.993965, 146.587642, 0.000000, lc}; +Point(newp) = {1.985889, 146.567091, 0.000000, lc}; +Point(newp) = {1.977825, 146.546539, 0.000000, lc}; +Point(newp) = {1.969773, 146.525986, 0.000000, lc}; +Point(newp) = {1.961722, 146.505434, 0.000000, lc}; +Point(newp) = {1.953694, 146.484880, 0.000000, lc}; +Point(newp) = {1.945666, 146.464326, 0.000000, lc}; +Point(newp) = {1.937654, 146.443771, 0.000000, lc}; +Point(newp) = {1.929650, 146.423216, 0.000000, lc}; +Point(newp) = {1.921651, 146.402661, 0.000000, lc}; +Point(newp) = {1.913672, 146.382105, 0.000000, lc}; +Point(newp) = {1.905693, 146.361548, 0.000000, lc}; +Point(newp) = {1.897732, 146.340991, 0.000000, lc}; +Point(newp) = {1.889777, 146.320433, 0.000000, lc}; +Point(newp) = {1.881830, 146.299875, 0.000000, lc}; +Point(newp) = {1.873899, 146.279316, 0.000000, lc}; +Point(newp) = {1.865968, 146.258757, 0.000000, lc}; +pD = newp; +Point(pD) = {1.858060, 146.238196, 0.000000, lc}; +Point(newp) = {1.592633, 146.241328, 0.000000, lc}; +Point(newp) = {1.327201, 146.243978, 0.000000, lc}; +Point(newp) = {1.061765, 146.246146, 0.000000, lc}; +Point(newp) = {0.796325, 146.247832, 0.000000, lc}; +Point(newp) = {0.530883, 146.249036, 0.000000, lc}; +Point(newp) = {0.265439, 146.249759, 0.000000, lc}; +pE = newp; +Point(pE) = {-0.000006, 146.250000, 0.000000, lc}; +pKFC = newp; +Point(pKFC) = {-268.382914, -305.578057, 0.000000, lc}; +pF = newp; +Point(pF) = {0.000000, 159.274787, 0.000000, lc}; +pH = newp; +Point(pH) = {0.000000, 170.000000, 0.000000, lc}; +pI = newp; +Point(pI) = {8.341505, 169.795228, 0.000000, lc}; +pKFJ = newp; +Point(pKFJ) = {7.211077, 146.784836, 0.000000, lc}; +pJ = newp; +Point(pJ) = {7.918738, 161.189617, 0.000000, lc}; + +lAC = newl; +Spline(lAC) = {pA:pC}; +lCD = newl; +Spline(lCD) = {pC:pD}; +lDE = newl; +Spline(lDE) = {pD:pE}; +lEF = newl; +Line(lEF) = {pE,pF}; +lFH = newl; +Line(lFH) = {pF,pH}; +lHI = newl; +Circle(lHI) = {pH,pO,pI}; +lFC = newl; +Circle(lFC) = {pF,pKFC,pC}; +lFJ = newl; +Circle(lFJ) = {pF,pKFJ,pJ}; +lIJ = newl; +Line(lIJ) = {pI,pJ}; +lJA = newl; +Line(lJA) = {pJ,pA}; + +sFCDE[] = news; +Line Loop(sFCDE) = {lFC, lCD, lDE, lEF}; +Plane Surface(sFCDE) = {sFCDE}; +sJACF[] = news; +Line Loop(sJACF) = {lJA, lAC, -lFC, lFJ}; +Plane Surface(sJACF) = {sJACF}; +sHIJF[] = news; +Line Loop(sHIJF) = {lHI, lIJ, -lFJ, lFH}; +Plane Surface(sHIJF) = {sHIJF}; + +x_offset = 0.000000; +y_offset = 0.000000; +z_offset = -35.000000; +angular_pos = 0.042857; +a = Cos(angular_pos); +b = Sin(angular_pos); +c = 0; +d = - a * x_offset - b * y_offset; +Translate {x_offset,y_offset,z_offset} + { Line{lAC,lCD,lDE,lEF,lFH,lHI,lFC,lFJ,lIJ,lJA}; } +Rotate {{0,0,1}, {x_offset,y_offset,z_offset}, angular_pos} + { Line{lAC,lCD,lDE,lEF,lFH,lHI,lFC,lFJ,lIJ,lJA}; } +Transfinite Surface{sFCDE[0]} = {}; +Transfinite Surface{sJACF[0]} = {}; +Transfinite Surface{sHIJF[0]} = {}; + +Recombine Surface{sFCDE[0],sJACF[0],sHIJF[0]}; + +nAC[] = {5,5,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5,5,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5,5,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}; +nCD[] = {12,9,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,9,12,12,9,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,9,12,12,9,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,9,12}; +nDE[] = {5,5,5,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5,5,5,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5,5,5,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5,5}; +nIJ = 3; +For i In {0:28} + For j In {0:1} + Transfinite Line{lCD,-lEF} = nCD[i]; + Transfinite Line{lAC,-lFJ,-lHI} = nAC[i]; + Transfinite Line{lDE,-lFC,-lJA} = nDE[i+j]; + Transfinite Line{lIJ,-lFH} = nIJ; + + If (i != 0 || j != 0) + tmp[] = Duplicata{ Surface{sFCDE[0],sJACF[0],sHIJF[0]}; }; + sFCDE[2*i+j] = tmp[0]; + sJACF[2*i+j] = tmp[1]; + sHIJF[2*i+j] = tmp[2]; + EndIf + + If (j == 1) + Symmetry {a, b, c, d} + { Surface{sFCDE[2*i+j],sJACF[2*i+j],sHIJF[2*i+j]}; } + EndIf + + If (i != 0) + Rotate { {0,0,1},{x_offset,y_offset,z_offset},2*i*Pi/64 } + { Surface{sFCDE[2*i+j],sJACF[2*i+j],sHIJF[2*i+j]}; } + EndIf + + out[] = + Extrude {{0, 0, 70.000000}, {0,0,-1}, {x_offset,y_offset,z_offset}, 0.085715} { + Surface{sFCDE[2*i+j], sJACF[2*i+j], sHIJF[2*i+j]}; + Layers{10}; + Recombine; + }; + + Physical Volume(200100+100*i+40*j+11) = out[1]; + Physical Volume(200100+100*i+40*j+31) = out[7]; + Physical Volume(200100+100*i+40*j+41) = out[13]; + + Physical Surface(200100+100*i+40*j+13) = out[3]; + Physical Surface(200100+100*i+40*j+33) = out[8]; + Physical Surface(200100+100*i+40*j+42) = out[15]; + Physical Surface(200100+100*i+40*j+43) = out[14]; + + EndFor +EndFor + +Transfinite Line{lCD,-lEF} = nCD[0]; +Transfinite Line{lAC,-lFJ,-lHI} = nAC[0]; +Transfinite Line{lDE,-lFC,-lJA} = nDE[0]; +Coherence; diff --git a/benchmarks/2d/Square-01.geo b/benchmarks/2d/Square-01.geo index 6a8d0aee8c..0f920b6239 100644 --- a/benchmarks/2d/Square-01.geo +++ b/benchmarks/2d/Square-01.geo @@ -1,13 +1,13 @@ fact = 100; -lc = .1 * fact; -Point(1) = {0.0,0.0,0,lc*2.5e-10}; -Point(2) = {1* fact,0.0,0,lc*1}; -Point(3) = {1* fact,1* fact,0,lc}; -Point(4) = {0,1* fact,0,lc*1}; -Line(1) = {3,2}; -Line(2) = {2,1}; -Line(3) = {1,4}; -Line(4) = {4,3}; -Line Loop(5) = {1,2,3,4}; -Plane Surface(6) = {5}; +lc = .1 * fact; +Point(1) = {0.0,0.0,0,lc*2.5e-5}; +Point(2) = {1* fact,0.0,0,lc*1}; +Point(3) = {1* fact,1* fact,0,lc}; +Point(4) = {0,1* fact,0,lc*1}; +Line(1) = {3,2}; +Line(2) = {2,1}; +Line(3) = {1,4}; +Line(4) = {4,3}; +Line Loop(5) = {1,2,3,4}; +Plane Surface(6) = {5}; //Recombine Surface {6}; diff --git a/benchmarks/2d/bad_ruled_example.geo b/benchmarks/2d/bad_ruled_example.geo new file mode 100644 index 0000000000..700b82a5df --- /dev/null +++ b/benchmarks/2d/bad_ruled_example.geo @@ -0,0 +1,68 @@ + +Geometry.OldRuledSurface = 1; // old-style OK +// Geometry.OldRuledSurface = 0; // new-style + +// example of a bad ruled surface interpolation + +//set options +Geometry.Surfaces=1; +Mesh.SurfaceFaces=1; +Mesh.RecombinationAlgorithm = 0; +Mesh.RemeshAlgorithm = 1; +Mesh.Algorithm=6; // mesh algorithm +Mesh.Algorithm3D=4; // mesh algorithm +Geometry.AutoCoherence = 1; + + +Point (newp) = {0, 0.042, 0.0}; +center = newp-1; + +Point (newp) = {0, 0.072, 0.0}; +top = newp-1; + +Point (newp) = {0.0308972, 0.042, 0.008279}; +bot1 = newp-1; + +Point (newp) = {0.0315, 0.042, 0.0037}; +bot2 = newp-1; + +Point (newp) = {0.0315, 0.042, 0.0}; +bot3 = newp-1; + +Point (newp) = {0.0278075, 0.042, 0.00745098}; +ax1 = newp-1; + +Point (newp) = {0.02835, 0.042, 0.00333}; +ax2 = newp-1; + +Point (newp) = {0.02835, 0.042, 0.0}; +ax3 = newp-1; + +Ellipse (newl) = {top, center, ax1, bot1}; +ellip1 = newl-1; + +Ellipse (newl) = {top, center, ax2, bot2}; +ellip2 = newl-1; + +Ellipse (newl) = {top, center, ax3, bot3}; +ellip3 = newl-1; + +Line (newl) = {bot1, bot2}; +botline1 = newl-1; + +Line (newl) = {bot2, bot3}; +botline2 = newl-1; + + +Transfinite Line {ellip1, ellip2, ellip3} = 70; +Transfinite Line {botline1, botline2} = 8; + + + +Line Loop (newll) = {ellip1, botline1, -ellip2}; +Line Loop (newll) = {ellip2, botline2, -ellip3}; +loops[] += {newll-2, newll-1}; +Ruled Surface (news) = loops[0]; +Ruled Surface (news) = loops[1]; + + diff --git a/benchmarks/2d/disk_sym.geo b/benchmarks/2d/disk_sym.geo new file mode 100644 index 0000000000..2aa3e24e47 --- /dev/null +++ b/benchmarks/2d/disk_sym.geo @@ -0,0 +1,20 @@ +a = 0; +b = 0; +R = 1; +lc = R/10; + +Point(1) = {a,b,0,lc}; +Point(2) = {a+R,b,0,lc}; +Line(1) = {1,2}; +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Line{1}; Layers {R/lc}; Recombine; +} +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Line{2}; Layers {R/lc}; Recombine; +} +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Line{5}; Layers {R/lc}; Recombine; +} +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Line{8}; Layers {R/lc}; Recombine; +} diff --git a/benchmarks/2d/embedded_points.geo b/benchmarks/2d/embedded_points.geo new file mode 100644 index 0000000000..026c83d6a8 --- /dev/null +++ b/benchmarks/2d/embedded_points.geo @@ -0,0 +1,145 @@ +/********************************************************************* + * + * Open Pit Model + * + *********************************************************************/ + +// The simplest construction in Gmsh's scripting language is the +// `affectation'. The following command defines a new variable `lc': + +lc = 10; +lcfine = 10; +lctransition = 1; +lcfinetransition = 1; + +// This variable can then be used in the definition of Gmsh's simplest +// `elementary entity', a `Point'. A Point is defined by a list of +// four numbers: three coordinates (X, Y and Z), and a characteristic +// length (lc) that sets the target element size at the point: +// The distribution of the mesh element sizes is then obtained by +// interpolation of these characteristic lengths throughout the +// geometry. Another method to specify characteristic lengths is to +// use a background mesh (see `t7.geo' and `bgmesh.pos'). + +// We can then define some additional points as well as our first +// curve. Curves are Gmsh's second type of elementery entities, and, +// amongst curves, straight lines are the simplest. A straight line is +// defined by a list of point numbers. In the commands below, for +// example, the line 1 starts at point 1 and ends at point 2: + +Point(1) = {0, 190, 0, lc}; + +Point(2) = {157, 190, 0, lcfine}; +Point(3) = {164.3, 170, 0, lcfine}; +Point(4) = {172.8, 170, 0, lcfine}; +Point(5) = {180.1, 150, 0, lcfine}; +Point(6) = {188.6, 150, 0, lcfine}; +Point(7) = {195.9, 130, 0, lcfine}; +Point(8) = {204.4, 130, 0, lcfine}; +Point(9) = {211.7, 110, 0, lcfine}; +Point(10) = {220.2, 110, 0, lcfine}; +Point(11) = {227.5, 90, 0, lcfine}; +Point(12) = {236, 90, 0, lcfine}; +Point(13) = {243.3, 70, 0, lcfine}; + +Point(14) = {350, 70, 0, lc}; +Point(15) = {350, 0, 0, lc}; +Point(16) = {0, 0, 0, lc}; + +// Dummy points used for higher control on element sizes +// created using For loops +// First sets of points with smaller characteristic lengths +x = 105 ; y = 185 ; + +For t In {17:30} + Point(t) = {x, y, 0, lcfinetransition} ; + y -= 10.0; +EndFor + +y=45; +For t In {31:48} + Point(t) = {x, y, 0, lcfinetransition} ; + x += 10.0; +EndFor + +x=275; +For t In {49:50} + y += 10.0; + Point(t) = {x, y, 0, lcfinetransition} ; + +EndFor + +// Second sets of points with larger characteristic lengths +For t In {17:31} + Translate {-20, 0, 0} { Duplicata{ Point{t}; } } +EndFor +For t In {31:48} + Translate {0, -20, 0} { Duplicata{ Point{t}; } } +EndFor +For t In {48:51} + Translate {+20, 0, 0} { Duplicata{ Point{t}; } } +EndFor + +// The following command permits to manually assign a characteristic +// length to some of the new points: +For t In {52:87} + Characteristic Length {t} = lctransition; +EndFor + +// Model Boundaries +Line(1) = {1,2} ; +Line(2) = {2,3} ; +Line(3) = {3,4} ; +Line(4) = {4,5} ; +Line(5) = {5,6} ; +Line(6) = {6,7} ; +Line(7) = {7,8} ; +Line(8) = {8,9} ; +Line(9) = {9,10} ; +Line(10) = {10,11} ; +Line(11) = {11,12} ; +Line(12) = {12,13} ; +Line(13) = {13,14} ; +Line(14) = {14,15} ; +Line(15) = {15,16} ; +Line(16) = {16,1} ; + +// The third elementary entity is the surface. In order to define a +// simple rectangular surface from the four lines defined above, a +// line loop has first to be defined. A line loop is a list of +// connected lines, a sign being associated with each line (depending +// on the orientation of the line): + +Line Loop(17) = {-1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16} ; + +// We can then define the surface as a list of line loops (only one +// here, since there are no holes--see `t4.geo'): + +Plane Surface(1) = {17} ; + +// Define a physical entity, otherwise Gmsh may export +// a lot of different element types in the exported .inp file +// (Y-GUI can't open the .inp file) +Physical Surface("surface 1") = {1} ; + +// Adding dummy nodes to the surface for more control over element sizes +For t In {17:86} + Point{t} In Surface{1} ; +EndFor + +// Mesh smoothing +//Mesh.Smoothing = 10; + +// Flag to save Node Sets (NSETs) in the inp file +Mesh.SaveGroupsOfNodes = 1; + +//Mesh.Algorithm = 1; + + +// Get total number of Lines and Surfaces +// ll[] = Line "*"; +// ss[] = Surface "*" ; +// pp[] = Point "*"; +// Printf("Number of Lines in the geometry: %g", #ll[]) ; +// Printf("Number of Surfaces in the geometry : %g", #ss[]) ; +// Printf("Number of Points in the geometry : %g", #pp[]) ; diff --git a/benchmarks/2d/field_nico.geo b/benchmarks/2d/field_nico.geo new file mode 100644 index 0000000000..d1460a0c03 --- /dev/null +++ b/benchmarks/2d/field_nico.geo @@ -0,0 +1,35 @@ +h=0.05; +Point(1) = {0, 0, 0,h}; +Point(2) = {0, 0.01, 0,h}; +Point(3) = {1, 0.01, 0,h}; +Point(4) = {1, 0.3, 0,h}; +Point(5) = {-1, 0.3, 0,h}; +Point(6) = {-1, 0, 0,h}; +Point(7) = {-0.01, 0, 0,h}; + +Circle(1) = {7, 1, 2}; +Line(2) = {6, 5}; +Line(3) = {5, 4}; +Line(4) = {4, 3}; +Line(5) = {3, 2}; +Line(6) = {7, 6}; +Line Loop(7) = {3, 4, 5, -1, 6, 2}; +Plane Surface(8) = {7}; +Physical Surface(9) = {8}; + +// rayon du raffinement +// R =0.02 +R=0.001; +// facteur de raffinement +fact=0.01; + +Field[1] = Attractor; +Field[1].NNodesByEdge = 100; +Field[1].EdgesList = {1}; + + +Field[2] = MathEval; +Field[2].F = Sprintf("%g*(Exp(-%g/(F1*F1))+%g)", h, R, fact); +// + +Background Field =2; diff --git a/benchmarks/2d/machine/Functions.geo b/benchmarks/2d/machine/Functions.inc similarity index 100% rename from benchmarks/2d/machine/Functions.geo rename to benchmarks/2d/machine/Functions.inc diff --git a/benchmarks/2d/machine/Machine.geo b/benchmarks/2d/machine/Machine.geo index c436851863..c5a6281f5a 100644 --- a/benchmarks/2d/machine/Machine.geo +++ b/benchmarks/2d/machine/Machine.geo @@ -1,8 +1,8 @@ -Include "Functions.geo"; +Include "Functions.inc"; /* physical numbers */ -Include "PhysNum.geo"; +Include "PhysNum.inc"; Geometry.LineWidth = 2; @@ -13,9 +13,9 @@ Geometry.AutoCoherence = 0; Printf("****************************************** Stator *********************************************"); -//Include "StatorSector.geo"; -Include "Stator3kW.geo"; -Include "Stator.geo"; +//Include "StatorSector.inc"; +Include "Stator3kW.inc"; +Include "Stator.inc"; @@ -24,9 +24,9 @@ Include "Stator.geo"; Printf("******************************************* Rotor *********************************************"); -//Include "RotorSector.geo"; -Include "Rotor3kW.geo"; -Include "Rotor.geo"; +//Include "RotorSector.inc"; +Include "Rotor3kW.inc"; +Include "Rotor.inc"; diff --git a/benchmarks/2d/machine/PhysNum.geo b/benchmarks/2d/machine/PhysNum.inc similarity index 100% rename from benchmarks/2d/machine/PhysNum.geo rename to benchmarks/2d/machine/PhysNum.inc diff --git a/benchmarks/2d/machine/Rotor.geo b/benchmarks/2d/machine/Rotor.inc similarity index 100% rename from benchmarks/2d/machine/Rotor.geo rename to benchmarks/2d/machine/Rotor.inc diff --git a/benchmarks/2d/machine/Rotor3kW.geo b/benchmarks/2d/machine/Rotor3kW.inc similarity index 100% rename from benchmarks/2d/machine/Rotor3kW.geo rename to benchmarks/2d/machine/Rotor3kW.inc diff --git a/benchmarks/2d/machine/Stator.geo b/benchmarks/2d/machine/Stator.inc similarity index 100% rename from benchmarks/2d/machine/Stator.geo rename to benchmarks/2d/machine/Stator.inc diff --git a/benchmarks/2d/machine/Stator3kW.geo b/benchmarks/2d/machine/Stator3kW.inc similarity index 100% rename from benchmarks/2d/machine/Stator3kW.geo rename to benchmarks/2d/machine/Stator3kW.inc diff --git a/benchmarks/2d/machine2/Machine.geo b/benchmarks/2d/machine2/Machine.geo index b920423d88..9e6b948cc4 100644 --- a/benchmarks/2d/machine2/Machine.geo +++ b/benchmarks/2d/machine2/Machine.geo @@ -1,10 +1,10 @@ -Include "Rotor1.geo" ; -Include "Stator1.geo" ; +Include "Rotor1.inc" ; +Include "Stator1.inc" ; MB = 9999; If (MB) - dH=newreg; + dH=newreg; Line Loop(dH) = {OuterMB_[]}; Line Loop(dH+1) = {InnerMB_[]}; Plane Surface(dH) = {dH,dH+1}; diff --git a/benchmarks/2d/machine2/Rotor1.geo b/benchmarks/2d/machine2/Rotor1.inc similarity index 100% rename from benchmarks/2d/machine2/Rotor1.geo rename to benchmarks/2d/machine2/Rotor1.inc diff --git a/benchmarks/2d/machine2/Stator1.geo b/benchmarks/2d/machine2/Stator1.inc similarity index 100% rename from benchmarks/2d/machine2/Stator1.geo rename to benchmarks/2d/machine2/Stator1.inc diff --git a/benchmarks/2d/machine3/Machine.geo b/benchmarks/2d/machine3/Machine.geo index a2bf788a5e..819fe229a5 100644 --- a/benchmarks/2d/machine3/Machine.geo +++ b/benchmarks/2d/machine3/Machine.geo @@ -1,10 +1,10 @@ -Include "Rotor.geo" ; -Include "Stator.geo" ; +Include "Rotor.inc" ; +Include "Stator.inc" ; MB = 9999; If (MB) - dH=newreg; + dH=newreg; Line Loop(dH) = {OuterMB_[]}; Line Loop(dH+1) = {InnerMB_[]}; Plane Surface(dH) = {dH,dH+1}; @@ -25,8 +25,8 @@ Coherence; dP=newp-1; Point(dP+1) = {0.0258, 0.0045, 0, p*2}; //stator -//Point(dP+2) = {0.0248, 0.0043, 0, p*2}; -Point(dP+2) = {0.0242, 0.007, 0, p*2}; +//Point(dP+2) = {0.0248, 0.0043, 0, p*2}; +Point(dP+2) = {0.0242, 0.007, 0, p*2}; diff --git a/benchmarks/2d/machine3/Rotor.geo b/benchmarks/2d/machine3/Rotor.inc similarity index 100% rename from benchmarks/2d/machine3/Rotor.geo rename to benchmarks/2d/machine3/Rotor.inc diff --git a/benchmarks/2d/machine3/Stator.geo b/benchmarks/2d/machine3/Stator.inc similarity index 100% rename from benchmarks/2d/machine3/Stator.geo rename to benchmarks/2d/machine3/Stator.inc diff --git a/benchmarks/2d/periodic_rotation_on_axis.geo b/benchmarks/2d/periodic_rotation_on_axis.geo new file mode 100644 index 0000000000..337da076fc --- /dev/null +++ b/benchmarks/2d/periodic_rotation_on_axis.geo @@ -0,0 +1,42 @@ +p01=newp; Point(p01) = {0, 0, 0}; +p1=newp; Point(p1) = {0.0005, 0, 0}; +p1b=newp; Point(p1b) = {0.0005*Cos(2*Pi/3), 0.0005*Sin(2*Pi/3), 0}; +p02=newp; Point(p02) = {0, 0, 0.0008}; +p2=newp; Point(p2) = {0.0005, 0, 0.0008}; +p2b=newp; Point(p2b) = {0.0005*Cos(2*Pi/3), 0.0005*Sin(2*Pi/3), 0.0008}; + + +l1=newl; Line(l1) = {p1, p2}; +l1b=newl; Line(l1b) = {p1b, p2b}; +l2=newl; Circle(l2)= {p1, p01, p1b}; +l2b=newl; Circle(l2b)= {p2, p02, p2b}; + +s1=newll; +s1=news; +Line Loop(s1)= {l1, l2b, -l1b, -l2}; +Ruled Surface(s1)= {s1}; + +l0=newl; Line(l0) = {p01, p02}; + +l011=newl; Line(l011) = {p01, p1}; +l011b=newl; Line(l011b) = {p01, p1b}; + +l022=newl; Line(l022) = {p02, p2}; +l022b=newl; Line(l022b) = {p02, p2b}; + +s2=newll; +s2=news; +Line Loop(s2)= {l0, l022, -l1, -l011}; +Ruled Surface(s2)= {s2}; +//Plane Surface(s2)= {s2}; + +s2b=newll; +s2b=news; +Line Loop(s2b)= {l0, l022b, -l1b, -l011b}; +Ruled Surface(s2b)= {s2b}; +//Plane Surface(s2b)= {s2b}; + +Periodic Line {l1b, l011b, l022b} = {l1, l011, l022}; + +// Periodic Surface seems to work properly only with Ruled Surfaces (meshing problem with Plane Surface) +Periodic Surface s2b {Boundary{Surface{s2b};}} = s2 {Boundary{Surface{s2};}}; diff --git a/benchmarks/2d/sphere_transfinite.geo b/benchmarks/2d/sphere_transfinite.geo new file mode 100644 index 0000000000..7021390290 --- /dev/null +++ b/benchmarks/2d/sphere_transfinite.geo @@ -0,0 +1,74 @@ + x = 0; + y = 0; + z = 0; + r = 1; + + aufl = 5; + + p1 = newp; Point(p1) = {x, y, z, 0.2} ; + p2 = newp; Point(p2) = {x+r,y, z, 0.2} ; + p3 = newp; Point(p3) = {x, y+r,z, 0.2} ; + p4 = newp; Point(p4) = {x, y, z+r, 0.2} ; + p5 = newp; Point(p5) = {x-r,y, z, 0.2} ; + p6 = newp; Point(p6) = {x, y-r,z, 0.2} ; + p7 = newp; Point(p7) = {x, y, z-r, 0.2} ; + + c1 = newreg; Circle(c1) = {p2,p1,p7}; + c2 = newreg; Circle(c2) = {p7,p1,p5}; + c3 = newreg; Circle(c3) = {p5,p1,p4}; + c4 = newreg; Circle(c4) = {p4,p1,p2}; + c5 = newreg; Circle(c5) = {p2,p1,p3}; + c6 = newreg; Circle(c6) = {p3,p1,p5}; + c7 = newreg; Circle(c7) = {p5,p1,p6}; + c8 = newreg; Circle(c8) = {p6,p1,p2}; + c9 = newreg; Circle(c9) = {p7,p1,p3}; + c10 = newreg; Circle(c10) = {p3,p1,p4}; + c11 = newreg; Circle(c11) = {p4,p1,p6}; + c12 = newreg; Circle(c12) = {p6,p1,p7}; + + l1 = newreg; Line Loop(l1) = {c5,c10,c4}; + l2 = newreg; Line Loop(l2) = {c9,-c5,c1}; + l3 = newreg; Line Loop(l3) = {c12,-c8,-c1}; + l4 = newreg; Line Loop(l4) = {c8,-c4,c11}; + l5 = newreg; Line Loop(l5) = {-c10,c6,c3}; + l6 = newreg; Line Loop(l6) = {-c11,-c3,c7}; + l7 = newreg; Line Loop(l7) = {-c2,-c7,-c12}; + l8 = newreg; Line Loop(l8) = {-c6,-c9,c2}; + + s1 = newreg; Ruled Surface(newreg) = {-l1}; + s2 = newreg; Ruled Surface(newreg) = {-l2}; + s3 = newreg; Ruled Surface(newreg) = {-l3}; + s4 = newreg; Ruled Surface(newreg) = {-l4}; + s5 = newreg; Ruled Surface(newreg) = {-l5}; + s6 = newreg; Ruled Surface(newreg) = {-l6}; + s7 = newreg; Ruled Surface(newreg) = {-l7}; + s8 = newreg; Ruled Surface(newreg) = {-l8}; + + Transfinite Line {c5,c10,c4} = aufl Using Progression 1.0; + Transfinite Line {c9,-c5,c1} = aufl Using Progression 1.0; + Transfinite Line {c12,-c8,-c1} = aufl Using Progression 1.0; + Transfinite Line {c8,-c4,c11} = aufl Using Progression 1.0; + Transfinite Line {-c10,c6,c3} = aufl Using Progression 1.0; + Transfinite Line {-c11,-c3,c7} = aufl Using Progression 1.0; + Transfinite Line {-c2,-c7,-c12} = aufl Using Progression 1.0; + Transfinite Line {-c6,-c9,c2} = aufl Using Progression 1.0; + + Transfinite Surface {s1} = {p4,p3,p2}; + Transfinite Surface {s2} = {p7,p3,p2}; + Transfinite Surface {s3} = {p7,p6,p2}; + Transfinite Surface {s4} = {p4,p6,p2}; + Transfinite Surface {s5} = {p4,p5,p3}; + Transfinite Surface {s6} = {p4,p6,p5}; + Transfinite Surface {s7} = {p7,p6,p5}; + Transfinite Surface {s8} = {p7,p3,p5}; + + Recombine Surface {s1}; + Recombine Surface {s2}; + Recombine Surface {s3}; + Recombine Surface {s4}; + Recombine Surface {s5}; + Recombine Surface {s6}; + Recombine Surface {s7}; + Recombine Surface {s8}; + + Physical Surface(100) = {s1,s2,s3,s4,s5,s6,s7,s8}; \ No newline at end of file diff --git a/benchmarks/2d/guido_new.geo b/benchmarks/2d_large/guido_new.geo similarity index 100% rename from benchmarks/2d/guido_new.geo rename to benchmarks/2d_large/guido_new.geo diff --git a/benchmarks/2d/poisson_very_fine_mesh.geo b/benchmarks/2d_large/poisson_very_fine_mesh.geo similarity index 100% rename from benchmarks/2d/poisson_very_fine_mesh.geo rename to benchmarks/2d_large/poisson_very_fine_mesh.geo diff --git a/benchmarks/2d/wing-splines.geo b/benchmarks/2d_large/wing-splines.geo similarity index 100% rename from benchmarks/2d/wing-splines.geo rename to benchmarks/2d_large/wing-splines.geo diff --git a/benchmarks/3d/2spheres.geo b/benchmarks/3d/2spheres.geo new file mode 100644 index 0000000000..3b9a1c8c16 --- /dev/null +++ b/benchmarks/3d/2spheres.geo @@ -0,0 +1,77 @@ +lc = .4; +Point(1) = {0,0,0,lc}; +Point(2) = {1,0.0,0.0,lc}; +Point(3) = {0,1,0.0,lc}; +Circle(1) = {2,1,3}; +Point(4) = {-1,0,0.0,lc}; +Point(5) = {0,-1,0.0,lc}; +Circle(2) = {3,1,4}; +Circle(3) = {4,1,5}; +Circle(4) = {5,1,2}; +Point(6) = {0,0,-1,lc}; +Point(7) = {0,0,1,lc}; +Circle(5) = {3,1,6}; +Circle(6) = {6,1,5}; +Circle(7) = {5,1,7}; +Circle(8) = {7,1,3}; +Circle(9) = {2,1,7}; +Circle(10) = {7,1,4}; +Circle(11) = {4,1,6}; +Circle(12) = {6,1,2}; +Line Loop(13) = {2,8,-10}; +Ruled Surface(14) = {13}; +Line Loop(15) = {10,3,7}; +Ruled Surface(16) = {15}; +Line Loop(17) = {-8,-9,1}; +Ruled Surface(18) = {17}; +Line Loop(19) = {-11,-2,5}; +Ruled Surface(20) = {19}; +Line Loop(21) = {-5,-12,-1}; +Ruled Surface(22) = {21}; +Line Loop(23) = {-3,11,6}; +Ruled Surface(24) = {23}; +Line Loop(25) = {-7,4,9}; +Ruled Surface(26) = {25}; +Line Loop(27) = {-4,12,-6}; +Ruled Surface(28) = {27}; +Surface Loop(29) = {28,26,16,14,20,24,22,18}; + +o = 200; +Point(o+2) = {2,0,0,lc}; +Point(o+3) = {0,2,0.0,lc}; +Circle(o+1) = {o+2,1,o+3}; +Point(o+4) = {-2,0,0,lc}; +Point(o+5) = {0,-2,0,lc}; +Circle(o+2) = {o+3,1,o+4}; +Circle(o+3) = {o+4,1,o+5}; +Circle(o+4) = {o+5,1,o+2}; +Point(o+6) = {0,0,-2,lc}; +Point(o+7) = {0,0,2,lc}; +Circle(o+5) = {o+3,1,o+6}; +Circle(o+6) = {o+6,1,o+5}; +Circle(o+7) = {o+5,1,o+7}; +Circle(o+8) = {o+7,1,o+3}; +Circle(o+9) = {o+2,1,o+7}; +Circle(o+10) = {o+7,1,o+4}; +Circle(o+11) = {o+4,1,o+6}; +Circle(o+12) = {o+6,1,o+2}; +Line Loop(o+13) = {o+2,o+8,-(o+10)}; +Ruled Surface(o+14) = {o+13}; +Line Loop(o+15) = {o+10,o+3,o+7}; +Ruled Surface(o+16) = {o+15}; +Line Loop(o+17) = {-(o+8),-(o+9),o+1}; +Ruled Surface(o+18) = {o+17}; +Line Loop(o+19) = {-(o+11),-(o+2),o+5}; +Ruled Surface(o+20) = {o+19}; +Line Loop(o+21) = {-(o+5),-(o+12),-(o+1)}; +Ruled Surface(o+22) = {o+21}; +Line Loop(o+23) = {-(o+3),o+11,o+6}; +Ruled Surface(o+24) = {o+23}; +Line Loop(o+25) = {-(o+7),o+4,o+9}; +Ruled Surface(o+26) = {o+25}; +Line Loop(o+27) = {-(o+4),o+12,-(o+6)}; +Ruled Surface(o+28) = {o+27}; +Surface Loop(o+29) = {o+28,o+26,o+16,o+14,o+20,o+24,o+22,o+18}; + +Volume(1) = {29}; +Volume(2) = {o+29, 29}; diff --git a/benchmarks/3d/Torus2.geo b/benchmarks/3d/Torus2.geo index 667eb7e656..c5e3b27a0d 100644 --- a/benchmarks/3d/Torus2.geo +++ b/benchmarks/3d/Torus2.geo @@ -1,6 +1,4 @@ -Mesh.CharacteristicLengthFactor = 0.05; - lc = 0.7; Point(1) = {0,0,0,lc}; Point(2) = {1,0,0,lc}; @@ -21,4 +19,4 @@ Surface Loop(72) = {45,23,67,71,49,27,15,59,37,41,19,63}; //Compound Surface(100)={45,23,67,71,49,27,15,59,37,41,19,63}; -Recombine Surface {50, 71, 67, 63, 59, 6, 45, 41, 23, 19, 37, 49, 28, 15, 27}; +//Recombine Surface {50, 71, 67, 63, 59, 6, 45, 41, 23, 19, 37, 49, 28, 15, 27}; diff --git a/benchmarks/3d/coil_crack/KDS70-2z1.geo b/benchmarks/3d/coil_crack/KDS70-2z1.inc similarity index 100% rename from benchmarks/3d/coil_crack/KDS70-2z1.geo rename to benchmarks/3d/coil_crack/KDS70-2z1.inc diff --git a/benchmarks/3d/coil_crack/Piece1_4z1b.geo b/benchmarks/3d/coil_crack/Piece1_4z1b.geo index 28ce2061d1..142ebb19c7 100644 --- a/benchmarks/3d/coil_crack/Piece1_4z1b.geo +++ b/benchmarks/3d/coil_crack/Piece1_4z1b.geo @@ -94,12 +94,12 @@ lp[5] = newl ; Line(lp[5])={p[4],p[5]}; lp[6] = newl ; Line(lp[6])={p[5],p[6]}; lp[7] = newl ; Line(lp[7])={p[7],p[0]}; -surf0 = news ; +surf0 = news ; Line Loop(surf0) = {lp[1],lp[2],lp[3],lp[4],lp[5],lp[6],lp[0],lp[7]}; Plane Surface(surf0) = {surf0}; surf[]= Rotate {{0.0,1.0,0.0},{0.0,0.0,0.0},aa/2} {Surface{surf0};}; -sRight =surf[0]; +sRight =surf[0]; surf[]= Rotate {{0.0,1.0,0.0},{0.0,0.0,0.0},-aa} { Duplicata{Surface{sRight};} }; sLeft = surf[0]; @@ -127,7 +127,7 @@ Line Loop(sDefect) = {cd[2],-cd[1],-cd[0]}; Plane Surface(sDefect) = {sDefect}; If (LAYERS) -vol[]=Extrude Surface{sDefect, {0,length,0}} +vol[]=Extrude Surface{sDefect, {0,length,0}} //;; {Layers {{nDefect},{1}};};; vDefect = vol[1]; @@ -186,7 +186,7 @@ Volume(145) = {144}; vPieceC=145; //Include "Probe.geo"; -Include "KDS70-2z1.geo"; +Include "KDS70-2z1.inc"; For k In {0:1} Point(newp)={ xBox2, yBox2, zB[k], pBox}; @@ -219,8 +219,8 @@ sbox4 = news ; Line Loop(news) = {lbox[3],lbv1,-lbox[7],-lbv4}; Plane Surface(sbox4) = {sbox4}; Surface Loop(news) = {sbox2,-sbox[0],sbox1,sbox[1],sbox3,sbox4}; -Surface Loop(news) = -{52,-131,141,80,81,56,-139,-133,60,64,-135,30,-110,-114,143,137,76,72,68,-118,-122,-94,-98,-102,-106,-123,39}; +Surface Loop(news) = +{52,-131,141,80,81,56,-139,-133,60,64,-135,30,-110,-114,143,137,76,72,68,-118,-122,-94,-98,-102,-106,-123,39}; vAir= newv; Volume(vAir) = {news-2,news-1,surftotprobe};//Rest Air @@ -238,7 +238,7 @@ Physical Volume(PIECE)={vPieceR,vPieceL,vPieceC}; Physical Surface(SKINPIECE) = {72,143,-114,-118,137,141,-131,52,56,-139,-133,60,64,-135,22,-34,-38,68,81,76,80,-110,-123,-94,-98,-102,-106,-122}; Physical Surface(SKINPIECEWCRACK) = -{52,-131,141,80,81,56,-139,-133,60,64,-135,30,-110,-114,143,137,76,72,68,-118,-122,-94,-98,-102,-106,-123,39}; +{52,-131,141,80,81,56,-139,-133,60,64,-135,30,-110,-114,143,137,76,72,68,-118,-122,-94,-98,-102,-106,-123,39}; Physical Volume(AIR) = {vAir}; Physical Surface(SURFACEGH0) = {sbox[0],-sbox1,-sbox2,-sbox3,-sbox4,-sbox[1]}; diff --git a/benchmarks/3d/extrude_translate.geo b/benchmarks/3d/extrude_translate.geo new file mode 100644 index 0000000000..8560f9dd5e --- /dev/null +++ b/benchmarks/3d/extrude_translate.geo @@ -0,0 +1,56 @@ +// Gmsh project created on Tue Jul 10 15:01:07 2012 +// HVPS4.geo + +// z.B. Widerstand in Vergussbeh�lter + +m1=1; // am Bauteil +m2=1; // Rest Beh�lter +m3=1; // in der Oberfl�che + +// Zylinderf�rmiges Bauteil auf HV-Potential +R1=3; +L1=22; +WidZ=10; + +// HV-Beh�lter mit geerdeten W�nden und offener Oberfl�che +BoxX=100; +BoxY=85; +BoxZ=32; + +// Oberfl�chenwiderstand +SurfZ=1; // Dicke der Leitschicht + +Point(1) = {0, 0, 0, m1}; + +Translate {0, -R1, 0} { + Duplicata { Point{1}; } +} +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Point{2}; +} +Extrude {{0, 1, 0}, {0, 0, 0}, -Pi/2} { + Line{1}; +} + +Extrude {0, L1, 0} { + Line{3}; +} +Translate {0, -L1, 0} { + Surface{8, 4}; +} +Symmetry {1, 0, 0, 0} { + Duplicata { Surface{8, 4}; } +} +Symmetry {0, 0, 1, 0} { + Duplicata { Surface{8, 9, 4, 14}; } +} +Symmetry {0, 1, 0, 0} { + Duplicata { Surface{9, 14, 8, 4, 30, 26, 21, 16}; } +} + +Surface Loop(63) = {40, 45, 53, 62, 57, 49, 36, 31, 9, 14, 30, 21, 16, 26, 4, 8}; +Volume(64) = {63}; + +Geometry.ExactExtrusion=0; // necessary if we transform the extruded surface... + +Translate {0, 0, WidZ} { Volume{64}; } diff --git a/benchmarks/3d/perforated1.geo b/benchmarks/3d/perforated1.geo index a618cd7570..d9ce684b09 100644 --- a/benchmarks/3d/perforated1.geo +++ b/benchmarks/3d/perforated1.geo @@ -18,14 +18,14 @@ Phi = (dhole+bhole)/x_ps; // Characteristic lengths -s = 1.; +s = 1.; // Workpiece lcwp = r/30*s ; // transfinite -p_circ = Ceil[2*Pi*r/lcwp/20] ; //12 ; -p_cut = Ceil[r/lcwp/2] ; //20 ; +p_circ = Ceil[2*Pi*r/lcwp/20] ; //12 ; +p_cut = Ceil[r/lcwp/2] ; //20 ; nl = Ceil[(h/2)/lcwp] + 1 ; //2 width divisions // Passive shield @@ -65,26 +65,26 @@ If(TRANS) Transfinite Line {l1} = p_cut Using Progression 0.85 ; EndIf -sur[] = Extrude {{0,0,1} , {0,0,0} , Phi } { - Line{l1}; Layers {p_circ,1} ; +sur[] = Extrude {{0,0,1} , {0,0,0} , Phi } { + Line{l1}; Layers {p_circ,1} ; }; -z0wp = sur[1]; +z0wp = sur[1]; -vol[] = Extrude {0,0,h/2} { - Surface{z0wp}; Layers {nl,1} ; +vol[] = Extrude {0,0,h/2} { + Surface{z0wp}; Layers {nl,1} ; }; vWP[0] =vol[1]; topwp = vol[0]; -phi0wp = vol[2]; -sidewp = vol[3]; -phi1wp = vol[4]; +phi0wp = vol[2]; +sidewp = vol[3]; +phi1wp = vol[4]; l2 = 11 ; l2_ = 15 ; l3 = 6 ; l3_ = 8 ; -//For n In {0:(#vol[]-1)} +//For n In {0:(#vol[]-1)} //Printf("n %g out of %g", vol[n],#vol[]); EndFor @@ -119,16 +119,16 @@ For n In {0:0} vol[]=Extrude Surface { news-1, {0,0,1} , {0,0,0} , Phi } { Layers { nl_ec, 1 } ; };; vEC[n]=vol[1]; EndFor - -phi1ec = vol[0]; + +phi1ec = vol[0]; z0ec = vol[2]; -sideextec = vol[3]; +sideextec = vol[3]; topec = vol[4]; -sideinec = vol[5]; +sideinec = vol[5]; le_[] = {29,30,31,32}; -//For n In {0:(#vol[]-1)} +//For n In {0:(#vol[]-1)} //Printf("n %g out of %g", vol[n],#vol[]); EndFor @@ -142,7 +142,7 @@ lps = newl; Line(lps) = {ps1,ps2}; sur[] = Extrude Line { lps, {0,0,1} , {0,0,0}, Phi };; sPSin[0] = sur[1]; -lps_ = sur[0]; +lps_ = sur[0]; loopin = newl ; Line Loop(loopin) = {lps,sur[2],-sur[0],sur[3]}; lpsin = sur[3]; @@ -154,7 +154,7 @@ x1 = x_ps + 2 * w_ps ; loopshin[] = {}; For ih In {1:nbrHoles/2} - auxlin[]={}; + auxlin[]={}; auxpnt[]={}; For i In {1:N} @@ -191,7 +191,7 @@ vPS[0] = vol[1]; extPS = vol[0];//top phi0PS = vol[2];//side phi0 -topPS = vol[3];//side h=h_ps/2 +topPS = vol[3];//side h=h_ps/2 phi1PS = vol[4];//side phi1 z0PS = vol[5];//side h=0 @@ -202,7 +202,7 @@ EndFor bndextPS[]= Boundary{Surface{extPS};}; -//For n In {0:(#bndextPS[]-1)} +//For n In {0:(#bndextPS[]-1)} //Printf("n %g out of %g", bndextPS[n],#bndextPS[]); EndFor @@ -284,7 +284,7 @@ Line Loop(newl) = {la4,-lacir3,-la3_,-lblayer1_,-lblayer2_,-lps_,-la2_,le_[{1:3} surairphi1=news ; Plane Surface(surairphi1) = {news-1}; -Surface Loop(news) = +Surface Loop(news) = {z0air2,surairphi0,surairphi1,z0air1,z0air0,extPS,topPS,sPSin[0], holes[],surair,sideextec,topec,sideinec,topwp,sidewp}; volair = newv ; Volume(volair) = {news-1}; @@ -334,6 +334,3 @@ Physical Surface(SURAIRINF) = {surairinf}; Physical Surface(Z0AIRINF) = {z0airinf}; Physical Surface(PHI0AIRINF) = {surairphi0inf}; Physical Surface(PHI1AIRINF) = {surairphi1inf}; - - - diff --git a/benchmarks/3d/perforated_dat.pro b/benchmarks/3d/perforated_dat.pro index 938375baef..d89e20437b 100644 --- a/benchmarks/3d/perforated_dat.pro +++ b/benchmarks/3d/perforated_dat.pro @@ -11,7 +11,7 @@ rh = dhole/2; h_ps = 2*nbrHoles*dhole+dhole ; // Workpiece: Al disk at (0,0) -r = 191 * u ; +r = 191 * u ; h = 10 * u ; mu0 = 4.e-7 * Pi ; @@ -24,14 +24,14 @@ h_ec = 16 * u ; //cross section height x_ec = 201.2 * u ; //inner radius //Passive shield at (300.3, 0) -w_ps = 0.65 * u;//*40 ; +w_ps = 1.65 * u;//*40 ; //h_ps = 190 * u ; x_ps = 300 * u;//inner radius //Target area (500,0) (1500,800) -rta = 0.50 ; +rta = 0.50 ; wta = 1. ; hta = .8 ; @@ -67,15 +67,15 @@ SKINPASSIVESHIELDINT = 2223 ; SKINPASSIVESHIELDEXT = 2224 ; //Coils -EC = 3000 ; -SKINEC = 3333 ; -SKINEC2 = 3334 ; +EC = 3000 ; +SKINEC = 3333 ; +SKINEC2 = 3334 ; CUTEC = 3335 ; Z0EC = 3336; PHI0EC = 3337; PHI1EC = 3338; -AIR = 5000 ; +AIR = 5000 ; SURAIR = 5010 ; Z0AIR0 = 5001 ; Z0AIR1 = 5002 ; @@ -85,7 +85,7 @@ PHI1AIR = 5005; AIRINF = 6000 ; SURAIRINF = 6010 ; -Z0AIRINF = 6001 ; +Z0AIRINF = 6001 ; PHI0AIRINF = 6002 ; PHI1AIRINF = 6003 ; diff --git a/benchmarks/3d/spline_gmsh.geo b/benchmarks/3d/spline_gmsh.geo new file mode 100644 index 0000000000..a49519e999 --- /dev/null +++ b/benchmarks/3d/spline_gmsh.geo @@ -0,0 +1,46 @@ +DefineConstant[ lc = { 0.5, Name "Gmsh/Parameters/lc"}]; +DefineConstant[ r1 = { 2, Name "Gmsh/Parameters/r1"}]; +DefineConstant[ r2 = { 3, Name "Gmsh/Parameters/r2"}]; +DefineConstant[ hole1x = { -2-r1, Name "Gmsh/Parameters/hole1 x"}]; +DefineConstant[ hole2x = { 10+r2, Name "Gmsh/Parameters/hole2 x"}]; +Point(1) = {hole1x, 0, 0, lc}; +Point(2) = {hole2x, 0, 0, lc}; +Point(3) = {hole1x-r1, 0, 0, lc}; +Point(4) = {hole1x, r1, 0, lc}; +Point(5) = {hole1x+r1, 0, 0, lc}; +Point(6) = {hole2x+r2, 0, 0, lc}; +Point(7) = {hole2x, r2, 0, lc}; +Point(8) = {hole2x-r2, 0, 0, lc}; +Point(9) = {0, 0, 0, lc}; +Point(10) = {0, 1, 0, lc}; +Point(11) = {1, 2.5 , 0, lc}; +Point(12) = {4, 3, 0, lc}; +Point(13) = {7, 3.5, 0, lc}; +Point(14) = {8, 1, 0, lc}; +Point(15) = {8, 0, 0, lc}; +Point(16) = {hole1x-1.5*r1, 0, 0, lc}; +Point(17) = {hole1x-1.5*r1, 1.5*r1, 0, lc}; +Point(18) = {2, 1.8*r2, 0, lc}; +Point(19) = {5, 2*r2, 0, lc}; +Point(20) = {8, 2.2*r2, 0, lc}; +Point(21) = {hole2x+1.5*r2, 1.5*r2, 0, lc}; +Point(22) = {hole2x+1.5*r2, 0, 0, lc}; +Circle(1) = {3, 1, 4}; +Circle(2) = {4, 1, 5}; +Line(3) = {8, 7}; +Line(4) = {7, 6}; +Spline(5) = {9, 10, 11, 12}; +Spline(6) = {12, 13, 14, 15}; +Spline(7) = {16, 17, 18, 19}; +Spline(8) = {19, 20, 21, 22}; +Symmetry {0, 1, 0, 0} { + Duplicata { Line{7, 8, 4, 3, 6, 5, 2, 1}; } +} +Line Loop(17) = {7, 8, -10, -9}; +Line Loop(18) = {1, 2, -15, -16}; +Line Loop(19) = {5, 6, -13, -14}; +Line Loop(20) = {3, 4, -11, -12}; +Plane Surface(21) = {17, 18, 19, 20}; +Extrude {0, 0, 3} { + Surface{21}; +} diff --git a/benchmarks/3d/stator1910.geo b/benchmarks/3d/stator1910.geo new file mode 100644 index 0000000000..857f44596c --- /dev/null +++ b/benchmarks/3d/stator1910.geo @@ -0,0 +1,15851 @@ +cl__1 = 0.004; +cl__2 = 0.002666666666666667; +cl__3 = 0.001; +Point(1) = {0, 0, 0, 0.004}; +Point(2) = {0.0095, 0, 0, 0.002666666666666667}; +Point(3) = {0.0125, 0, 0, 0.004}; +Point(4) = {0.0175, 0, -0.001, 0.004}; +Point(5) = {0.035, 0, -0.001, 0.004}; +Point(6) = {0.037, 0, -0.004, 0.001}; +Point(7) = {0.038, 0, -0.004, 0.001}; +Point(8) = {0.0125, 0, 0.001, 0.004}; +Point(9) = {0.0175, 0, 0.001, 0.004}; +Point(10) = {0.035, 0, 0.001, 0.004}; +Point(11) = {0.04, 0, 0.001, 0.004}; +Point(12) = {0.0095, 0, 0.004, 0.002666666666666667}; +Point(13) = {0.0125, 0, 0.004, 0.004}; +Point(14) = {0.0125, 0, 0.003, 0.004}; +Point(15) = {0.0175, 0, 0.003, 0.004}; +Point(16) = {0.035, 0, 0.003, 0.004}; +Point(17) = {0.04, 0, 0.003, 0.004}; +Point(18) = {0.0175, 0, 0.005, 0.004}; +Point(19) = {0.035, 0, 0.005, 0.004}; +Point(20) = {0.037, 0, 0.008, 0.001}; +Point(21) = {0.038, 0, 0.008, 0.001}; +Point(22) = {0.01749965820423762, 0.0001093742879245679, 0.003, 0.004}; +Point(23) = {0.01249975586016973, 7.812449137469133e-05, 0.003, 0.004}; +Point(27) = {0.01249975586016973, 7.812449137469133e-05, 0.004, 0.004}; +Point(31) = {0.009499814453728992, 5.937461344476541e-05, 0.004, 0.002666666666666667}; +Point(35) = {0.009499814453728992, 5.937461344476541e-05, 0, 0.002666666666666667}; +Point(39) = {0.01249975586016973, 7.812449137469133e-05, 0, 0.004}; +Point(43) = {0.01249975586016973, 7.812449137469133e-05, 0.001, 0.004}; +Point(47) = {0.01749965820423762, 0.0001093742879245679, 0.001, 0.004}; +Point(51) = {0.03499931640847524, 0.0002187485758491357, 0.001, 0.004}; +Point(55) = {0.03999921875254313, 0.0002499983723990123, 0.001, 0.004}; +Point(59) = {0.03999921875254313, 0.0002499983723990123, 0.003, 0.004}; +Point(63) = {0.03499931640847524, 0.0002187485758491357, 0.003, 0.004}; +Point(75) = {0, 0, 0.003, 0.004}; +Point(85) = {0, 0, 0.004, 0.004}; +Point(117) = {0, 0, 0.001, 0.004}; +Point(167) = {0.03799925781491597, 0.0002374984537790616, -0.004, 0.001}; +Point(171) = {0.03699927734610239, 0.0002312484944690863, -0.004, 0.001}; +Point(189) = {0, 0, -0.004, 0.001}; +Point(219) = {0.03699927734610239, 0.0002312484944690863, 0.008, 0.001}; +Point(223) = {0.03799925781491597, 0.0002374984537790616, 0.008, 0.001}; +Point(245) = {0, 0, 0.008, 0.001}; +Point(263) = {0.03499931640847524, 0.0002187485758491357, -0.001, 0.004}; +Point(267) = {0.01749965820423762, 0.0001093742879245679, -0.001, 0.004}; +Point(285) = {0, 0, -0.001, 0.004}; +Point(315) = {0.01749965820423762, 0.0001093742879245679, 0.005, 0.004}; +Point(319) = {0.03499931640847524, 0.0002187485758491357, 0.005, 0.004}; +Point(341) = {0, 0, 0.005, 0.004}; +Point(358) = {0.01749863283030183, 0.0002187443034299213, 0.003, 0.004}; +Point(359) = {0.01249902345021559, 0.0001562459310213724, 0.003, 0.004}; +Point(363) = {0.01249902345021559, 0.0001562459310213724, 0.004, 0.004}; +Point(367) = {0.009499257822163848, 0.000118746907576243, 0.004, 0.002666666666666667}; +Point(371) = {0.009499257822163848, 0.000118746907576243, 0, 0.002666666666666667}; +Point(375) = {0.01249902345021559, 0.0001562459310213724, 0, 0.004}; +Point(379) = {0.01249902345021559, 0.0001562459310213724, 0.001, 0.004}; +Point(383) = {0.01749863283030183, 0.0002187443034299213, 0.001, 0.004}; +Point(387) = {0.03499726566060365, 0.0004374886068598426, 0.001, 0.004}; +Point(391) = {0.03999687504068989, 0.0004999869792683915, 0.001, 0.004}; +Point(395) = {0.03999687504068989, 0.0004999869792683915, 0.003, 0.004}; +Point(399) = {0.03499726566060365, 0.0004374886068598426, 0.003, 0.004}; +Point(503) = {0.03799703128865539, 0.000474987630304972, -0.004, 0.001}; +Point(507) = {0.03699710941263815, 0.0004624879558232622, -0.004, 0.001}; +Point(555) = {0.03699710941263815, 0.0004624879558232622, 0.008, 0.001}; +Point(559) = {0.03799703128865539, 0.000474987630304972, 0.008, 0.001}; +Point(599) = {0.03499726566060365, 0.0004374886068598426, -0.001, 0.004}; +Point(603) = {0.01749863283030183, 0.0002187443034299213, -0.001, 0.004}; +Point(651) = {0.01749863283030183, 0.0002187443034299213, 0.005, 0.004}; +Point(655) = {0.03499726566060365, 0.0004374886068598426, 0.005, 0.004}; +Point(694) = {0.01695899656727366, 0.004317688667701765, 0.003, 0.004}; +Point(695) = {0.01211356897662404, 0.00308406333407269, 0.003, 0.004}; +Point(699) = {0.01211356897662404, 0.00308406333407269, 0.004, 0.004}; +Point(703) = {0.009206312422234271, 0.002343888133895244, 0.004, 0.002666666666666667}; +Point(707) = {0.009206312422234271, 0.002343888133895244, 0, 0.002666666666666667}; +Point(711) = {0.01211356897662404, 0.00308406333407269, 0, 0.004}; +Point(715) = {0.01211356897662404, 0.00308406333407269, 0.001, 0.004}; +Point(719) = {0.01695899656727366, 0.004317688667701765, 0.001, 0.004}; +Point(723) = {0.03391799313454732, 0.008635377335403529, 0.001, 0.004}; +Point(727) = {0.03876342072519693, 0.009869002669032605, 0.001, 0.004}; +Point(731) = {0.03876342072519693, 0.009869002669032605, 0.003, 0.004}; +Point(735) = {0.03391799313454732, 0.008635377335403529, 0.003, 0.004}; +Point(839) = {0.03682524968893709, 0.009375552535580976, -0.004, 0.001}; +Point(843) = {0.03585616417080716, 0.00912882746885516, -0.004, 0.001}; +Point(891) = {0.03585616417080716, 0.00912882746885516, 0.008, 0.001}; +Point(895) = {0.03682524968893709, 0.009375552535580976, 0.008, 0.001}; +Point(935) = {0.03391799313454732, 0.008635377335403529, -0.001, 0.004}; +Point(939) = {0.01695899656727366, 0.004317688667701765, -0.001, 0.004}; +Point(987) = {0.01695899656727366, 0.004317688667701765, 0.005, 0.004}; +Point(991) = {0.03391799313454732, 0.008635377335403529, 0.005, 0.004}; +Point(1030) = {0.0169316799594639, 0.004423597376602955, 0.003, 0.004}; +Point(1031) = {0.01209405711390278, 0.003159712411859254, 0.003, 0.004}; +Point(1035) = {0.01209405711390278, 0.003159712411859254, 0.004, 0.004}; +Point(1039) = {0.009191483406566116, 0.002401381433013034, 0.004, 0.002666666666666667}; +Point(1043) = {0.009191483406566116, 0.002401381433013034, 0, 0.002666666666666667}; +Point(1047) = {0.01209405711390278, 0.003159712411859254, 0, 0.004}; +Point(1051) = {0.01209405711390278, 0.003159712411859254, 0.001, 0.004}; +Point(1055) = {0.0169316799594639, 0.004423597376602955, 0.001, 0.004}; +Point(1059) = {0.0338633599189278, 0.00884719475320591, 0.001, 0.004}; +Point(1063) = {0.0387009827644889, 0.01011107971794961, 0.001, 0.004}; +Point(1067) = {0.0387009827644889, 0.01011107971794961, 0.003, 0.004}; +Point(1071) = {0.0338633599189278, 0.00884719475320591, 0.003, 0.004}; +Point(1175) = {0.03676593362626446, 0.009605525732052134, -0.004, 0.001}; +Point(1179) = {0.03579840905715224, 0.009352748739103392, -0.004, 0.001}; +Point(1227) = {0.03579840905715224, 0.009352748739103392, 0.008, 0.001}; +Point(1231) = {0.03676593362626446, 0.009605525732052134, 0.008, 0.001}; +Point(1271) = {0.0338633599189278, 0.00884719475320591, -0.001, 0.004}; +Point(1275) = {0.0169316799594639, 0.004423597376602955, -0.001, 0.004}; +Point(1323) = {0.0169316799594639, 0.004423597376602955, 0.005, 0.004}; +Point(1327) = {0.0338633599189278, 0.00884719475320591, 0.005, 0.004}; +Point(1366) = {0.01690370196005869, 0.004529333289294111, 0.003, 0.004}; +Point(1367) = {0.01207407282861335, 0.003235238063781509, 0.003, 0.004}; +Point(1371) = {0.01207407282861335, 0.003235238063781509, 0.004, 0.004}; +Point(1375) = {0.009176295349746148, 0.002458780928473947, 0.004, 0.002666666666666667}; +Point(1379) = {0.009176295349746148, 0.002458780928473947, 0, 0.002666666666666667}; +Point(1383) = {0.01207407282861335, 0.003235238063781509, 0, 0.004}; +Point(1387) = {0.01207407282861335, 0.003235238063781509, 0.001, 0.004}; +Point(1391) = {0.01690370196005869, 0.004529333289294111, 0.001, 0.004}; +Point(1395) = {0.03380740392011738, 0.009058666578588222, 0.001, 0.004}; +Point(1399) = {0.03863703305156272, 0.01035276180410083, 0.001, 0.004}; +Point(1403) = {0.03863703305156272, 0.01035276180410083, 0.003, 0.004}; +Point(1407) = {0.03380740392011738, 0.009058666578588222, 0.003, 0.004}; +Point(1511) = {0.03670518139898459, 0.009835123713895789, -0.004, 0.001}; +Point(1515) = {0.03573925557269551, 0.009576304668793265, -0.004, 0.001}; +Point(1563) = {0.03573925557269551, 0.009576304668793265, 0.008, 0.001}; +Point(1567) = {0.03670518139898459, 0.009835123713895789, 0.008, 0.001}; +Point(1607) = {0.03380740392011738, 0.009058666578588222, -0.001, 0.004}; +Point(1611) = {0.01690370196005869, 0.004529333289294111, -0.001, 0.004}; +Point(1659) = {0.01690370196005869, 0.004529333289294111, 0.005, 0.004}; +Point(1663) = {0.03380740392011738, 0.009058666578588222, 0.005, 0.004}; +Point(1702) = {0.01687506366194508, 0.004634892275479588, 0.003, 0.004}; +Point(1703) = {0.01205361690138935, 0.003310637339628278, 0.003, 0.004}; +Point(1707) = {0.01205361690138935, 0.003310637339628278, 0.004, 0.004}; +Point(1711) = {0.009160748845055905, 0.002516084378117492, 0.004, 0.002666666666666667}; +Point(1715) = {0.009160748845055905, 0.002516084378117492, 0, 0.002666666666666667}; +Point(1719) = {0.01205361690138935, 0.003310637339628278, 0, 0.004}; +Point(1723) = {0.01205361690138935, 0.003310637339628278, 0.001, 0.004}; +Point(1727) = {0.01687506366194508, 0.004634892275479588, 0.001, 0.004}; +Point(1731) = {0.03375012732389017, 0.009269784550959176, 0.001, 0.004}; +Point(1735) = {0.03857157408444591, 0.01059403948681049, 0.001, 0.004}; +Point(1739) = {0.03857157408444591, 0.01059403948681049, 0.003, 0.004}; +Point(1743) = {0.03375012732389017, 0.009269784550959176, 0.003, 0.004}; +Point(1847) = {0.03664299538022362, 0.01006433751246997, -0.004, 0.001}; +Point(1851) = {0.03567870602811246, 0.009799486525299703, -0.004, 0.001}; +Point(1899) = {0.03567870602811246, 0.009799486525299703, 0.008, 0.001}; +Point(1903) = {0.03664299538022362, 0.01006433751246997, 0.008, 0.001}; +Point(1943) = {0.03375012732389017, 0.009269784550959176, -0.001, 0.004}; +Point(1947) = {0.01687506366194508, 0.004634892275479588, -0.001, 0.004}; +Point(1995) = {0.01687506366194508, 0.004634892275479588, 0.005, 0.004}; +Point(1999) = {0.03375012732389017, 0.009269784550959176, 0.005, 0.004}; +Point(2038) = {0.01684576618380295, 0.00474027021177491, 0.003, 0.004}; +Point(2039) = {0.01203269013128783, 0.003385907294124937, 0.003, 0.004}; +Point(2043) = {0.01203269013128783, 0.003385907294124937, 0.004, 0.004}; +Point(2047) = {0.009144844499778751, 0.002573289543534953, 0.004, 0.002666666666666667}; +Point(2051) = {0.009144844499778751, 0.002573289543534953, 0, 0.002666666666666667}; +Point(2055) = {0.01203269013128783, 0.003385907294124937, 0, 0.004}; +Point(2059) = {0.01203269013128783, 0.003385907294124937, 0.001, 0.004}; +Point(2063) = {0.01684576618380295, 0.00474027021177491, 0.001, 0.004}; +Point(2067) = {0.03369153236760591, 0.009480540423549819, 0.001, 0.004}; +Point(2071) = {0.03850460842012104, 0.0108349033411998, 0.001, 0.004}; +Point(2075) = {0.03850460842012104, 0.0108349033411998, 0.003, 0.004}; +Point(2079) = {0.03369153236760591, 0.009480540423549819, 0.003, 0.004}; +Point(2183) = {0.036579377999115, 0.01029315817413981, -0.004, 0.001}; +Point(2187) = {0.03561676278861196, 0.01002228559060981, -0.004, 0.001}; +Point(2235) = {0.03561676278861196, 0.01002228559060981, 0.008, 0.001}; +Point(2239) = {0.036579377999115, 0.01029315817413981, 0.008, 0.001}; +Point(2279) = {0.03369153236760591, 0.009480540423549819, -0.001, 0.004}; +Point(2283) = {0.01684576618380295, 0.00474027021177491, -0.001, 0.004}; +Point(2331) = {0.01684576618380295, 0.00474027021177491, 0.005, 0.004}; +Point(2335) = {0.03369153236760591, 0.009480540423549819, 0.005, 0.004}; +Point(2374) = {0.01526363271425273, 0.008559878291447465, 0.003, 0.004}; +Point(2375) = {0.01090259479589481, 0.006114198779605335, 0.003, 0.004}; +Point(2379) = {0.01090259479589481, 0.006114198779605335, 0.004, 0.004}; +Point(2383) = {0.008285972044880057, 0.004646791072500055, 0.004, 0.002666666666666667}; +Point(2387) = {0.008285972044880057, 0.004646791072500055, 0, 0.002666666666666667}; +Point(2391) = {0.01090259479589481, 0.006114198779605335, 0, 0.004}; +Point(2395) = {0.01090259479589481, 0.006114198779605335, 0.001, 0.004}; +Point(2399) = {0.01526363271425273, 0.008559878291447465, 0.001, 0.004}; +Point(2403) = {0.03052726542850545, 0.01711975658289493, 0.001, 0.004}; +Point(2407) = {0.03488830334686338, 0.01956543609473707, 0.001, 0.004}; +Point(2411) = {0.03488830334686338, 0.01956543609473707, 0.003, 0.004}; +Point(2415) = {0.03052726542850545, 0.01711975658289493, 0.003, 0.004}; +Point(2519) = {0.03314388817952023, 0.01858716429000022, -0.004, 0.001}; +Point(2523) = {0.03227168059584862, 0.01809802838763179, -0.004, 0.001}; +Point(2571) = {0.03227168059584862, 0.01809802838763179, 0.008, 0.001}; +Point(2575) = {0.03314388817952023, 0.01858716429000022, 0.008, 0.001}; +Point(2615) = {0.03052726542850545, 0.01711975658289493, -0.001, 0.004}; +Point(2619) = {0.01526363271425273, 0.008559878291447465, -0.001, 0.004}; +Point(2667) = {0.01526363271425273, 0.008559878291447465, 0.005, 0.004}; +Point(2671) = {0.03052726542850545, 0.01711975658289493, 0.005, 0.004}; +Point(2710) = {0.01520983570637682, 0.008655108190255294, 0.003, 0.004}; +Point(2711) = {0.01086416836169773, 0.006182220135896641, 0.003, 0.004}; +Point(2715) = {0.01086416836169773, 0.006182220135896641, 0.004, 0.004}; +Point(2719) = {0.00825676795489028, 0.004698487303281448, 0.004, 0.002666666666666667}; +Point(2723) = {0.00825676795489028, 0.004698487303281448, 0, 0.002666666666666667}; +Point(2727) = {0.01086416836169773, 0.006182220135896641, 0, 0.004}; +Point(2731) = {0.01086416836169773, 0.006182220135896641, 0.001, 0.004}; +Point(2735) = {0.01520983570637682, 0.008655108190255294, 0.001, 0.004}; +Point(2739) = {0.03041967141275364, 0.01731021638051059, 0.001, 0.004}; +Point(2743) = {0.03476533875743274, 0.01978310443486925, 0.001, 0.004}; +Point(2747) = {0.03476533875743274, 0.01978310443486925, 0.003, 0.004}; +Point(2751) = {0.03041967141275364, 0.01731021638051059, 0.003, 0.004}; +Point(2855) = {0.03302707181956112, 0.01879394921312579, -0.004, 0.001}; +Point(2859) = {0.03215793835062529, 0.01829937160225406, -0.004, 0.001}; +Point(2907) = {0.03215793835062529, 0.01829937160225406, 0.008, 0.001}; +Point(2911) = {0.03302707181956112, 0.01879394921312579, 0.008, 0.001}; +Point(2951) = {0.03041967141275364, 0.01731021638051059, -0.001, 0.004}; +Point(2955) = {0.01520983570637682, 0.008655108190255294, -0.001, 0.004}; +Point(3003) = {0.01520983570637682, 0.008655108190255294, 0.005, 0.004}; +Point(3007) = {0.03041967141275364, 0.01731021638051059, 0.005, 0.004}; +Point(3046) = {0.01515544456622766, 0.008749999999999994, 0.003, 0.004}; +Point(3047) = {0.01082531754730548, 0.006249999999999998, 0.003, 0.004}; +Point(3051) = {0.01082531754730548, 0.006249999999999998, 0.004, 0.004}; +Point(3055) = {0.008227241335952167, 0.00475, 0.004, 0.002666666666666667}; +Point(3059) = {0.008227241335952167, 0.00475, 0, 0.002666666666666667}; +Point(3063) = {0.01082531754730548, 0.006249999999999998, 0, 0.004}; +Point(3067) = {0.01082531754730548, 0.006249999999999998, 0.001, 0.004}; +Point(3071) = {0.01515544456622766, 0.008749999999999994, 0.001, 0.004}; +Point(3075) = {0.03031088913245533, 0.01749999999999999, 0.001, 0.004}; +Point(3079) = {0.03464101615137753, 0.01999999999999999, 0.001, 0.004}; +Point(3083) = {0.03464101615137753, 0.01999999999999999, 0.003, 0.004}; +Point(3087) = {0.03031088913245533, 0.01749999999999999, 0.003, 0.004}; +Point(3191) = {0.03290896534380867, 0.019, -0.004, 0.001}; +Point(3195) = {0.03204293994002422, 0.0185, -0.004, 0.001}; +Point(3243) = {0.03204293994002422, 0.0185, 0.008, 0.001}; +Point(3247) = {0.03290896534380867, 0.019, 0.008, 0.001}; +Point(3287) = {0.03031088913245533, 0.01749999999999999, -0.001, 0.004}; +Point(3291) = {0.01515544456622766, 0.008749999999999994, -0.001, 0.004}; +Point(3339) = {0.01515544456622766, 0.008749999999999994, 0.005, 0.004}; +Point(3343) = {0.03031088913245533, 0.01749999999999999, 0.005, 0.004}; +Point(3382) = {0.01510046141845225, 0.008844550013982313, 0.003, 0.004}; +Point(3383) = {0.01078604387032304, 0.006317535724273082, 0.003, 0.004}; +Point(3387) = {0.01078604387032304, 0.006317535724273082, 0.004, 0.004}; +Point(3391) = {0.008197393341445515, 0.004801327150447544, 0.004, 0.002666666666666667}; +Point(3395) = {0.008197393341445515, 0.004801327150447544, 0, 0.002666666666666667}; +Point(3399) = {0.01078604387032304, 0.006317535724273082, 0, 0.004}; +Point(3403) = {0.01078604387032304, 0.006317535724273082, 0.001, 0.004}; +Point(3407) = {0.01510046141845225, 0.008844550013982313, 0.001, 0.004}; +Point(3411) = {0.0302009228369045, 0.01768910002796463, 0.001, 0.004}; +Point(3415) = {0.03451534038503373, 0.02021611431767386, 0.001, 0.004}; +Point(3419) = {0.03451534038503373, 0.02021611431767386, 0.003, 0.004}; +Point(3423) = {0.0302009228369045, 0.01768910002796463, 0.003, 0.004}; +Point(3527) = {0.03278957336578206, 0.01920530860179018, -0.004, 0.001}; +Point(3531) = {0.0319266898561562, 0.01869990574384832, -0.004, 0.001}; +Point(3579) = {0.0319266898561562, 0.01869990574384832, 0.008, 0.001}; +Point(3583) = {0.03278957336578206, 0.01920530860179018, 0.008, 0.001}; +Point(3623) = {0.0302009228369045, 0.01768910002796463, -0.001, 0.004}; +Point(3627) = {0.01510046141845225, 0.008844550013982313, -0.001, 0.004}; +Point(3675) = {0.01510046141845225, 0.008844550013982313, 0.005, 0.004}; +Point(3679) = {0.0302009228369045, 0.01768910002796463, 0.005, 0.004}; +Point(3718) = {0.0150448884108228, 0.00893875453885435, 0.003, 0.004}; +Point(3719) = {0.01074634886487344, 0.006384824670610253, 0.003, 0.004}; +Point(3723) = {0.01074634886487344, 0.006384824670610253, 0.004, 0.004}; +Point(3727) = {0.008167225137303813, 0.004852466749663793, 0.004, 0.002666666666666667}; +Point(3731) = {0.008167225137303813, 0.004852466749663793, 0, 0.002666666666666667}; +Point(3735) = {0.01074634886487344, 0.006384824670610253, 0, 0.004}; +Point(3739) = {0.01074634886487344, 0.006384824670610253, 0.001, 0.004}; +Point(3743) = {0.0150448884108228, 0.00893875453885435, 0.001, 0.004}; +Point(3747) = {0.0300897768216456, 0.0178775090777087, 0.001, 0.004}; +Point(3751) = {0.03438831636759498, 0.02043143894595281, 0.001, 0.004}; +Point(3755) = {0.03438831636759498, 0.02043143894595281, 0.003, 0.004}; +Point(3759) = {0.0300897768216456, 0.0178775090777087, 0.003, 0.004}; +Point(3863) = {0.03266890054921525, 0.01940986699865517, -0.004, 0.001}; +Point(3867) = {0.03180919264002537, 0.01889908102500635, -0.004, 0.001}; +Point(3915) = {0.03180919264002537, 0.01889908102500635, 0.008, 0.001}; +Point(3919) = {0.03266890054921525, 0.01940986699865517, 0.008, 0.001}; +Point(3959) = {0.0300897768216456, 0.0178775090777087, -0.001, 0.004}; +Point(3963) = {0.0150448884108228, 0.00893875453885435, -0.001, 0.004}; +Point(4011) = {0.0150448884108228, 0.00893875453885435, 0.005, 0.004}; +Point(4015) = {0.0300897768216456, 0.0178775090777087, 0.005, 0.004}; +Point(4054) = {0.01252807751610118, 0.01221872635549874, 0.003, 0.004}; +Point(4055) = {0.008948626797215139, 0.008727661682499102, 0.003, 0.004}; +Point(4059) = {0.008948626797215139, 0.008727661682499102, 0.004, 0.004}; +Point(4063) = {0.006800956365883506, 0.006633022878699319, 0.004, 0.002666666666666667}; +Point(4067) = {0.006800956365883506, 0.006633022878699319, 0, 0.002666666666666667}; +Point(4071) = {0.008948626797215139, 0.008727661682499102, 0, 0.004}; +Point(4075) = {0.008948626797215139, 0.008727661682499102, 0.001, 0.004}; +Point(4079) = {0.01252807751610118, 0.01221872635549874, 0.001, 0.004}; +Point(4083) = {0.02505615503220237, 0.02443745271099747, 0.001, 0.004}; +Point(4087) = {0.02863560575108843, 0.02792851738399712, 0.001, 0.004}; +Point(4091) = {0.02863560575108843, 0.02792851738399712, 0.003, 0.004}; +Point(4095) = {0.02505615503220237, 0.02443745271099747, 0.003, 0.004}; +Point(4199) = {0.02720382546353402, 0.02653209151479727, -0.004, 0.001}; +Point(4203) = {0.02648793531975681, 0.02583387858019734, -0.004, 0.001}; +Point(4251) = {0.02648793531975681, 0.02583387858019734, 0.008, 0.001}; +Point(4255) = {0.02720382546353402, 0.02653209151479727, 0.008, 0.001}; +Point(4295) = {0.02505615503220237, 0.02443745271099747, -0.001, 0.004}; +Point(4299) = {0.01252807751610118, 0.01221872635549874, -0.001, 0.004}; +Point(4347) = {0.01252807751610118, 0.01221872635549874, 0.005, 0.004}; +Point(4351) = {0.02505615503220237, 0.02443745271099747, 0.005, 0.004}; +Point(4390) = {0.01245146628534212, 0.0122967876839843, 0.003, 0.004}; +Point(4391) = {0.008893904489530093, 0.008783419774274505, 0.003, 0.004}; +Point(4395) = {0.008893904489530093, 0.008783419774274505, 0.004, 0.004}; +Point(4399) = {0.006759367412042872, 0.006675399028448624, 0.004, 0.002666666666666667}; +Point(4403) = {0.006759367412042872, 0.006675399028448624, 0, 0.002666666666666667}; +Point(4407) = {0.008893904489530093, 0.008783419774274505, 0, 0.004}; +Point(4411) = {0.008893904489530093, 0.008783419774274505, 0.001, 0.004}; +Point(4415) = {0.01245146628534212, 0.0122967876839843, 0.001, 0.004}; +Point(4419) = {0.02490293257068424, 0.0245935753679686, 0.001, 0.004}; +Point(4423) = {0.02846049436649628, 0.0281069432776784, 0.001, 0.004}; +Point(4427) = {0.02846049436649628, 0.0281069432776784, 0.003, 0.004}; +Point(4431) = {0.02490293257068424, 0.0245935753679686, 0.003, 0.004}; +Point(4535) = {0.02703746964817149, 0.0267015961137945, -0.004, 0.001}; +Point(4539) = {0.02632595728900907, 0.02599892253185252, -0.004, 0.001}; +Point(4587) = {0.02632595728900907, 0.02599892253185252, 0.008, 0.001}; +Point(4591) = {0.02703746964817149, 0.0267015961137945, 0.008, 0.001}; +Point(4631) = {0.02490293257068424, 0.0245935753679686, -0.001, 0.004}; +Point(4635) = {0.01245146628534212, 0.0122967876839843, -0.001, 0.004}; +Point(4683) = {0.01245146628534212, 0.0122967876839843, 0.005, 0.004}; +Point(4687) = {0.02490293257068424, 0.0245935753679686, 0.005, 0.004}; +Point(4726) = {0.01237436867076457, 0.01237436867076457, 0.003, 0.004}; +Point(4727) = {0.008838834764831842, 0.008838834764831842, 0.003, 0.004}; +Point(4731) = {0.008838834764831842, 0.008838834764831842, 0.004, 0.004}; +Point(4735) = {0.0067175144212722, 0.0067175144212722, 0.004, 0.002666666666666667}; +Point(4739) = {0.0067175144212722, 0.0067175144212722, 0, 0.002666666666666667}; +Point(4743) = {0.008838834764831842, 0.008838834764831842, 0, 0.004}; +Point(4747) = {0.008838834764831842, 0.008838834764831842, 0.001, 0.004}; +Point(4751) = {0.01237436867076457, 0.01237436867076457, 0.001, 0.004}; +Point(4755) = {0.02474873734152914, 0.02474873734152914, 0.001, 0.004}; +Point(4759) = {0.02828427124746187, 0.02828427124746188, 0.001, 0.004}; +Point(4763) = {0.02828427124746187, 0.02828427124746188, 0.003, 0.004}; +Point(4767) = {0.02474873734152914, 0.02474873734152914, 0.003, 0.004}; +Point(4871) = {0.0268700576850888, 0.0268700576850888, -0.004, 0.001}; +Point(4875) = {0.02616295090390225, 0.02616295090390224, -0.004, 0.001}; +Point(4923) = {0.02616295090390225, 0.02616295090390224, 0.008, 0.001}; +Point(4927) = {0.0268700576850888, 0.0268700576850888, 0.008, 0.001}; +Point(4967) = {0.02474873734152914, 0.02474873734152914, -0.001, 0.004}; +Point(4971) = {0.01237436867076457, 0.01237436867076457, -0.001, 0.004}; +Point(5019) = {0.01237436867076457, 0.01237436867076457, 0.005, 0.004}; +Point(5023) = {0.02474873734152914, 0.02474873734152914, 0.005, 0.004}; +Point(5062) = {0.0122967876839843, 0.01245146628534212, 0.003, 0.004}; +Point(5063) = {0.008783419774274505, 0.008893904489530093, 0.003, 0.004}; +Point(5067) = {0.008783419774274505, 0.008893904489530093, 0.004, 0.004}; +Point(5071) = {0.006675399028448624, 0.006759367412042871, 0.004, 0.002666666666666667}; +Point(5075) = {0.006675399028448624, 0.006759367412042871, 0, 0.002666666666666667}; +Point(5079) = {0.008783419774274505, 0.008893904489530093, 0, 0.004}; +Point(5083) = {0.008783419774274505, 0.008893904489530093, 0.001, 0.004}; +Point(5087) = {0.0122967876839843, 0.01245146628534212, 0.001, 0.004}; +Point(5091) = {0.02459357536796859, 0.02490293257068424, 0.001, 0.004}; +Point(5095) = {0.02810694327767839, 0.02846049436649628, 0.001, 0.004}; +Point(5099) = {0.02810694327767839, 0.02846049436649628, 0.003, 0.004}; +Point(5103) = {0.02459357536796859, 0.02490293257068424, 0.003, 0.004}; +Point(5207) = {0.0267015961137945, 0.02703746964817148, -0.004, 0.001}; +Point(5211) = {0.02599892253185252, 0.02632595728900906, -0.004, 0.001}; +Point(5259) = {0.02599892253185252, 0.02632595728900906, 0.008, 0.001}; +Point(5263) = {0.0267015961137945, 0.02703746964817148, 0.008, 0.001}; +Point(5303) = {0.02459357536796859, 0.02490293257068424, -0.001, 0.004}; +Point(5307) = {0.0122967876839843, 0.01245146628534212, -0.001, 0.004}; +Point(5355) = {0.0122967876839843, 0.01245146628534212, 0.005, 0.004}; +Point(5359) = {0.02459357536796859, 0.02490293257068424, 0.005, 0.004}; +Point(5398) = {0.01221872635549873, 0.01252807751610118, 0.003, 0.004}; +Point(5399) = {0.008727661682499102, 0.008948626797215137, 0.003, 0.004}; +Point(5403) = {0.008727661682499102, 0.008948626797215137, 0.004, 0.004}; +Point(5407) = {0.006633022878699319, 0.006800956365883505, 0.004, 0.002666666666666667}; +Point(5411) = {0.006633022878699319, 0.006800956365883505, 0, 0.002666666666666667}; +Point(5415) = {0.008727661682499102, 0.008948626797215137, 0, 0.004}; +Point(5419) = {0.008727661682499102, 0.008948626797215137, 0.001, 0.004}; +Point(5423) = {0.01221872635549873, 0.01252807751610118, 0.001, 0.004}; +Point(5427) = {0.02443745271099747, 0.02505615503220237, 0.001, 0.004}; +Point(5431) = {0.0279285173839971, 0.02863560575108843, 0.001, 0.004}; +Point(5435) = {0.0279285173839971, 0.02863560575108843, 0.003, 0.004}; +Point(5439) = {0.02443745271099747, 0.02505615503220237, 0.003, 0.004}; +Point(5543) = {0.02653209151479727, 0.02720382546353402, -0.004, 0.001}; +Point(5547) = {0.02583387858019733, 0.0264879353197568, -0.004, 0.001}; +Point(5595) = {0.02583387858019733, 0.0264879353197568, 0.008, 0.001}; +Point(5599) = {0.02653209151479727, 0.02720382546353402, 0.008, 0.001}; +Point(5639) = {0.02443745271099747, 0.02505615503220237, -0.001, 0.004}; +Point(5643) = {0.01221872635549873, 0.01252807751610118, -0.001, 0.004}; +Point(5691) = {0.01221872635549873, 0.01252807751610118, 0.005, 0.004}; +Point(5695) = {0.02443745271099747, 0.02505615503220237, 0.005, 0.004}; +Point(5734) = {0.008938754538854348, 0.0150448884108228, 0.003, 0.004}; +Point(5735) = {0.006384824670610253, 0.01074634886487343, 0.003, 0.004}; +Point(5739) = {0.006384824670610253, 0.01074634886487343, 0.004, 0.004}; +Point(5743) = {0.004852466749663793, 0.008167225137303811, 0.004, 0.002666666666666667}; +Point(5747) = {0.004852466749663793, 0.008167225137303811, 0, 0.002666666666666667}; +Point(5751) = {0.006384824670610253, 0.01074634886487343, 0, 0.004}; +Point(5755) = {0.006384824670610253, 0.01074634886487343, 0.001, 0.004}; +Point(5759) = {0.008938754538854348, 0.0150448884108228, 0.001, 0.004}; +Point(5763) = {0.0178775090777087, 0.0300897768216456, 0.001, 0.004}; +Point(5767) = {0.02043143894595279, 0.03438831636759497, 0.001, 0.004}; +Point(5771) = {0.02043143894595279, 0.03438831636759497, 0.003, 0.004}; +Point(5775) = {0.0178775090777087, 0.0300897768216456, 0.003, 0.004}; +Point(5879) = {0.01940986699865517, 0.03266890054921524, -0.004, 0.001}; +Point(5883) = {0.01889908102500635, 0.03180919264002536, -0.004, 0.001}; +Point(5931) = {0.01889908102500635, 0.03180919264002536, 0.008, 0.001}; +Point(5935) = {0.01940986699865517, 0.03266890054921524, 0.008, 0.001}; +Point(5975) = {0.0178775090777087, 0.0300897768216456, -0.001, 0.004}; +Point(5979) = {0.008938754538854348, 0.0150448884108228, -0.001, 0.004}; +Point(6027) = {0.008938754538854348, 0.0150448884108228, 0.005, 0.004}; +Point(6031) = {0.0178775090777087, 0.0300897768216456, 0.005, 0.004}; +Point(6070) = {0.00884455001398231, 0.01510046141845225, 0.003, 0.004}; +Point(6071) = {0.006317535724273082, 0.01078604387032304, 0.003, 0.004}; +Point(6075) = {0.006317535724273082, 0.01078604387032304, 0.004, 0.004}; +Point(6079) = {0.004801327150447544, 0.008197393341445511, 0.004, 0.002666666666666667}; +Point(6083) = {0.004801327150447544, 0.008197393341445511, 0, 0.002666666666666667}; +Point(6087) = {0.006317535724273082, 0.01078604387032304, 0, 0.004}; +Point(6091) = {0.006317535724273082, 0.01078604387032304, 0.001, 0.004}; +Point(6095) = {0.00884455001398231, 0.01510046141845225, 0.001, 0.004}; +Point(6099) = {0.01768910002796462, 0.0302009228369045, 0.001, 0.004}; +Point(6103) = {0.02021611431767385, 0.03451534038503371, 0.001, 0.004}; +Point(6107) = {0.02021611431767385, 0.03451534038503371, 0.003, 0.004}; +Point(6111) = {0.01768910002796462, 0.0302009228369045, 0.003, 0.004}; +Point(6215) = {0.01920530860179017, 0.03278957336578205, -0.004, 0.001}; +Point(6219) = {0.01869990574384832, 0.0319266898561562, -0.004, 0.001}; +Point(6267) = {0.01869990574384832, 0.0319266898561562, 0.008, 0.001}; +Point(6271) = {0.01920530860179017, 0.03278957336578205, 0.008, 0.001}; +Point(6311) = {0.01768910002796462, 0.0302009228369045, -0.001, 0.004}; +Point(6315) = {0.00884455001398231, 0.01510046141845225, -0.001, 0.004}; +Point(6363) = {0.00884455001398231, 0.01510046141845225, 0.005, 0.004}; +Point(6367) = {0.01768910002796462, 0.0302009228369045, 0.005, 0.004}; +Point(6406) = {0.00874999999999999, 0.01515544456622766, 0.003, 0.004}; +Point(6407) = {0.006249999999999998, 0.01082531754730548, 0.003, 0.004}; +Point(6411) = {0.006249999999999998, 0.01082531754730548, 0.004, 0.004}; +Point(6415) = {0.004749999999999999, 0.008227241335952163, 0.004, 0.002666666666666667}; +Point(6419) = {0.004749999999999999, 0.008227241335952163, 0, 0.002666666666666667}; +Point(6423) = {0.006249999999999998, 0.01082531754730548, 0, 0.004}; +Point(6427) = {0.006249999999999998, 0.01082531754730548, 0.001, 0.004}; +Point(6431) = {0.00874999999999999, 0.01515544456622766, 0.001, 0.004}; +Point(6435) = {0.01749999999999998, 0.03031088913245531, 0.001, 0.004}; +Point(6439) = {0.01999999999999998, 0.03464101615137751, 0.001, 0.004}; +Point(6443) = {0.01999999999999998, 0.03464101615137751, 0.003, 0.004}; +Point(6447) = {0.01749999999999998, 0.03031088913245531, 0.003, 0.004}; +Point(6551) = {0.019, 0.03290896534380865, -0.004, 0.001}; +Point(6555) = {0.01849999999999999, 0.03204293994002421, -0.004, 0.001}; +Point(6603) = {0.01849999999999999, 0.03204293994002421, 0.008, 0.001}; +Point(6607) = {0.019, 0.03290896534380865, 0.008, 0.001}; +Point(6647) = {0.01749999999999998, 0.03031088913245531, -0.001, 0.004}; +Point(6651) = {0.00874999999999999, 0.01515544456622766, -0.001, 0.004}; +Point(6699) = {0.00874999999999999, 0.01515544456622766, 0.005, 0.004}; +Point(6703) = {0.01749999999999998, 0.03031088913245531, 0.005, 0.004}; +Point(6742) = {0.008655108190255291, 0.01520983570637681, 0.003, 0.004}; +Point(6743) = {0.006182220135896641, 0.01086416836169773, 0.003, 0.004}; +Point(6747) = {0.006182220135896641, 0.01086416836169773, 0.004, 0.004}; +Point(6751) = {0.004698487303281447, 0.008256767954890276, 0.004, 0.002666666666666667}; +Point(6755) = {0.004698487303281447, 0.008256767954890276, 0, 0.002666666666666667}; +Point(6759) = {0.006182220135896641, 0.01086416836169773, 0, 0.004}; +Point(6763) = {0.006182220135896641, 0.01086416836169773, 0.001, 0.004}; +Point(6767) = {0.008655108190255291, 0.01520983570637681, 0.001, 0.004}; +Point(6771) = {0.01731021638051058, 0.03041967141275363, 0.001, 0.004}; +Point(6775) = {0.01978310443486924, 0.03476533875743273, 0.001, 0.004}; +Point(6779) = {0.01978310443486924, 0.03476533875743273, 0.003, 0.004}; +Point(6783) = {0.01731021638051058, 0.03041967141275363, 0.003, 0.004}; +Point(6887) = {0.01879394921312579, 0.0330270718195611, -0.004, 0.001}; +Point(6891) = {0.01829937160225405, 0.03215793835062528, -0.004, 0.001}; +Point(6939) = {0.01829937160225405, 0.03215793835062528, 0.008, 0.001}; +Point(6943) = {0.01879394921312579, 0.0330270718195611, 0.008, 0.001}; +Point(6983) = {0.01731021638051058, 0.03041967141275363, -0.001, 0.004}; +Point(6987) = {0.008655108190255291, 0.01520983570637681, -0.001, 0.004}; +Point(7035) = {0.008655108190255291, 0.01520983570637681, 0.005, 0.004}; +Point(7039) = {0.01731021638051058, 0.03041967141275363, 0.005, 0.004}; +Point(7078) = {0.00855987829144746, 0.01526363271425272, 0.003, 0.004}; +Point(7079) = {0.006114198779605334, 0.0109025947958948, 0.003, 0.004}; +Point(7083) = {0.006114198779605334, 0.0109025947958948, 0.004, 0.004}; +Point(7087) = {0.004646791072500054, 0.008285972044880052, 0.004, 0.002666666666666667}; +Point(7091) = {0.004646791072500054, 0.008285972044880052, 0, 0.002666666666666667}; +Point(7095) = {0.006114198779605334, 0.0109025947958948, 0, 0.004}; +Point(7099) = {0.006114198779605334, 0.0109025947958948, 0.001, 0.004}; +Point(7103) = {0.00855987829144746, 0.01526363271425272, 0.001, 0.004}; +Point(7107) = {0.01711975658289492, 0.03052726542850543, 0.001, 0.004}; +Point(7111) = {0.01956543609473705, 0.03488830334686336, 0.001, 0.004}; +Point(7115) = {0.01956543609473705, 0.03488830334686336, 0.003, 0.004}; +Point(7119) = {0.01711975658289492, 0.03052726542850543, 0.003, 0.004}; +Point(7223) = {0.01858716429000021, 0.03314388817952021, -0.004, 0.001}; +Point(7227) = {0.01809802838763178, 0.03227168059584862, -0.004, 0.001}; +Point(7275) = {0.01809802838763178, 0.03227168059584862, 0.008, 0.001}; +Point(7279) = {0.01858716429000021, 0.03314388817952021, 0.008, 0.001}; +Point(7319) = {0.01711975658289492, 0.03052726542850543, -0.001, 0.004}; +Point(7323) = {0.00855987829144746, 0.01526363271425272, -0.001, 0.004}; +Point(7371) = {0.00855987829144746, 0.01526363271425272, 0.005, 0.004}; +Point(7375) = {0.01711975658289492, 0.03052726542850543, 0.005, 0.004}; +Point(7414) = {0.004740270211774908, 0.01684576618380294, 0.003, 0.004}; +Point(7415) = {0.003385907294124938, 0.01203269013128782, 0.003, 0.004}; +Point(7419) = {0.003385907294124938, 0.01203269013128782, 0.004, 0.004}; +Point(7423) = {0.002573289543534952, 0.009144844499778745, 0.004, 0.002666666666666667}; +Point(7427) = {0.002573289543534952, 0.009144844499778745, 0, 0.002666666666666667}; +Point(7431) = {0.003385907294124938, 0.01203269013128782, 0, 0.004}; +Point(7435) = {0.003385907294124938, 0.01203269013128782, 0.001, 0.004}; +Point(7439) = {0.004740270211774908, 0.01684576618380294, 0.001, 0.004}; +Point(7443) = {0.009480540423549816, 0.03369153236760588, 0.001, 0.004}; +Point(7447) = {0.01083490334119979, 0.03850460842012102, 0.001, 0.004}; +Point(7451) = {0.01083490334119979, 0.03850460842012102, 0.003, 0.004}; +Point(7455) = {0.009480540423549816, 0.03369153236760588, 0.003, 0.004}; +Point(7559) = {0.01029315817413981, 0.03657937799911498, -0.004, 0.001}; +Point(7563) = {0.01002228559060981, 0.03561676278861195, -0.004, 0.001}; +Point(7611) = {0.01002228559060981, 0.03561676278861195, 0.008, 0.001}; +Point(7615) = {0.01029315817413981, 0.03657937799911498, 0.008, 0.001}; +Point(7655) = {0.009480540423549816, 0.03369153236760588, -0.001, 0.004}; +Point(7659) = {0.004740270211774908, 0.01684576618380294, -0.001, 0.004}; +Point(7707) = {0.004740270211774908, 0.01684576618380294, 0.005, 0.004}; +Point(7711) = {0.009480540423549816, 0.03369153236760588, 0.005, 0.004}; +Point(7750) = {0.004634892275479586, 0.01687506366194507, 0.003, 0.004}; +Point(7751) = {0.003310637339628279, 0.01205361690138934, 0.003, 0.004}; +Point(7755) = {0.003310637339628279, 0.01205361690138934, 0.004, 0.004}; +Point(7759) = {0.002516084378117491, 0.0091607488450559, 0.004, 0.002666666666666667}; +Point(7763) = {0.002516084378117491, 0.0091607488450559, 0, 0.002666666666666667}; +Point(7767) = {0.003310637339628279, 0.01205361690138934, 0, 0.004}; +Point(7771) = {0.003310637339628279, 0.01205361690138934, 0.001, 0.004}; +Point(7775) = {0.004634892275479586, 0.01687506366194507, 0.001, 0.004}; +Point(7779) = {0.009269784550959172, 0.03375012732389013, 0.001, 0.004}; +Point(7783) = {0.01059403948681048, 0.03857157408444588, 0.001, 0.004}; +Point(7787) = {0.01059403948681048, 0.03857157408444588, 0.003, 0.004}; +Point(7791) = {0.009269784550959172, 0.03375012732389013, 0.003, 0.004}; +Point(7895) = {0.01006433751246996, 0.0366429953802236, -0.004, 0.001}; +Point(7899) = {0.009799486525299699, 0.03567870602811245, -0.004, 0.001}; +Point(7947) = {0.009799486525299699, 0.03567870602811245, 0.008, 0.001}; +Point(7951) = {0.01006433751246996, 0.0366429953802236, 0.008, 0.001}; +Point(7991) = {0.009269784550959172, 0.03375012732389013, -0.001, 0.004}; +Point(7995) = {0.004634892275479586, 0.01687506366194507, -0.001, 0.004}; +Point(8043) = {0.004634892275479586, 0.01687506366194507, 0.005, 0.004}; +Point(8047) = {0.009269784550959172, 0.03375012732389013, 0.005, 0.004}; +Point(8086) = {0.004529333289294109, 0.01690370196005867, 0.003, 0.004}; +Point(8087) = {0.00323523806378151, 0.01207407282861334, 0.003, 0.004}; +Point(8091) = {0.00323523806378151, 0.01207407282861334, 0.004, 0.004}; +Point(8095) = {0.002458780928473946, 0.009176295349746143, 0.004, 0.002666666666666667}; +Point(8099) = {0.002458780928473946, 0.009176295349746143, 0, 0.002666666666666667}; +Point(8103) = {0.00323523806378151, 0.01207407282861334, 0, 0.004}; +Point(8107) = {0.00323523806378151, 0.01207407282861334, 0.001, 0.004}; +Point(8111) = {0.004529333289294109, 0.01690370196005867, 0.001, 0.004}; +Point(8115) = {0.009058666578588219, 0.03380740392011734, 0.001, 0.004}; +Point(8119) = {0.01035276180410082, 0.03863703305156269, 0.001, 0.004}; +Point(8123) = {0.01035276180410082, 0.03863703305156269, 0.003, 0.004}; +Point(8127) = {0.009058666578588219, 0.03380740392011734, 0.003, 0.004}; +Point(8231) = {0.009835123713895784, 0.03670518139898457, -0.004, 0.001}; +Point(8235) = {0.009576304668793263, 0.0357392555726955, -0.004, 0.001}; +Point(8283) = {0.009576304668793263, 0.0357392555726955, 0.008, 0.001}; +Point(8287) = {0.009835123713895784, 0.03670518139898457, 0.008, 0.001}; +Point(8327) = {0.009058666578588219, 0.03380740392011734, -0.001, 0.004}; +Point(8331) = {0.004529333289294109, 0.01690370196005867, -0.001, 0.004}; +Point(8379) = {0.004529333289294109, 0.01690370196005867, 0.005, 0.004}; +Point(8383) = {0.009058666578588219, 0.03380740392011734, 0.005, 0.004}; +Point(8422) = {0.004423597376602952, 0.01693167995946387, 0.003, 0.004}; +Point(8423) = {0.003159712411859255, 0.01209405711390277, 0.003, 0.004}; +Point(8427) = {0.003159712411859255, 0.01209405711390277, 0.004, 0.004}; +Point(8431) = {0.002401381433013033, 0.009191483406566111, 0.004, 0.002666666666666667}; +Point(8435) = {0.002401381433013033, 0.009191483406566111, 0, 0.002666666666666667}; +Point(8439) = {0.003159712411859255, 0.01209405711390277, 0, 0.004}; +Point(8443) = {0.003159712411859255, 0.01209405711390277, 0.001, 0.004}; +Point(8447) = {0.004423597376602952, 0.01693167995946387, 0.001, 0.004}; +Point(8451) = {0.008847194753205905, 0.03386335991892775, 0.001, 0.004}; +Point(8455) = {0.0101110797179496, 0.03870098276448886, 0.001, 0.004}; +Point(8459) = {0.0101110797179496, 0.03870098276448886, 0.003, 0.004}; +Point(8463) = {0.008847194753205905, 0.03386335991892775, 0.003, 0.004}; +Point(8567) = {0.009605525732052131, 0.03676593362626444, -0.004, 0.001}; +Point(8571) = {0.009352748739103391, 0.03579840905715222, -0.004, 0.001}; +Point(8619) = {0.009352748739103391, 0.03579840905715222, 0.008, 0.001}; +Point(8623) = {0.009605525732052131, 0.03676593362626444, 0.008, 0.001}; +Point(8663) = {0.008847194753205905, 0.03386335991892775, -0.001, 0.004}; +Point(8667) = {0.004423597376602952, 0.01693167995946387, -0.001, 0.004}; +Point(8715) = {0.004423597376602952, 0.01693167995946387, 0.005, 0.004}; +Point(8719) = {0.008847194753205905, 0.03386335991892775, 0.005, 0.004}; +Point(8758) = {0.004317688667701761, 0.01695899656727363, 0.003, 0.004}; +Point(8759) = {0.00308406333407269, 0.01211356897662403, 0.003, 0.004}; +Point(8763) = {0.00308406333407269, 0.01211356897662403, 0.004, 0.004}; +Point(8767) = {0.002343888133895244, 0.009206312422234266, 0.004, 0.002666666666666667}; +Point(8771) = {0.002343888133895244, 0.009206312422234266, 0, 0.002666666666666667}; +Point(8775) = {0.00308406333407269, 0.01211356897662403, 0, 0.004}; +Point(8779) = {0.00308406333407269, 0.01211356897662403, 0.001, 0.004}; +Point(8783) = {0.004317688667701761, 0.01695899656727363, 0.001, 0.004}; +Point(8787) = {0.008635377335403522, 0.03391799313454726, 0.001, 0.004}; +Point(8791) = {0.009869002669032597, 0.03876342072519689, 0.001, 0.004}; +Point(8795) = {0.009869002669032597, 0.03876342072519689, 0.003, 0.004}; +Point(8799) = {0.008635377335403522, 0.03391799313454726, 0.003, 0.004}; +Point(8903) = {0.009375552535580974, 0.03682524968893706, -0.004, 0.001}; +Point(8907) = {0.009128827468855157, 0.03585616417080714, -0.004, 0.001}; +Point(8955) = {0.009128827468855157, 0.03585616417080714, 0.008, 0.001}; +Point(8959) = {0.009375552535580974, 0.03682524968893706, 0.008, 0.001}; +Point(8999) = {0.008635377335403522, 0.03391799313454726, -0.001, 0.004}; +Point(9003) = {0.004317688667701761, 0.01695899656727363, -0.001, 0.004}; +Point(9051) = {0.004317688667701761, 0.01695899656727363, 0.005, 0.004}; +Point(9055) = {0.008635377335403522, 0.03391799313454726, 0.005, 0.004}; +Point(9094) = {0.0002187443034299234, 0.0174986328303018, 0.003, 0.004}; +Point(9095) = {0.0001562459310213752, 0.01249902345021558, 0.003, 0.004}; +Point(9099) = {0.0001562459310213752, 0.01249902345021558, 0.004, 0.004}; +Point(9103) = {0.0001187469075762441, 0.009499257822163844, 0.004, 0.002666666666666667}; +Point(9107) = {0.0001187469075762441, 0.009499257822163844, 0, 0.002666666666666667}; +Point(9111) = {0.0001562459310213752, 0.01249902345021558, 0, 0.004}; +Point(9115) = {0.0001562459310213752, 0.01249902345021558, 0.001, 0.004}; +Point(9119) = {0.0002187443034299234, 0.0174986328303018, 0.001, 0.004}; +Point(9123) = {0.0004374886068598469, 0.0349972656606036, 0.001, 0.004}; +Point(9127) = {0.0004999869792683929, 0.03999687504068984, 0.001, 0.004}; +Point(9131) = {0.0004999869792683929, 0.03999687504068984, 0.003, 0.004}; +Point(9135) = {0.0004374886068598469, 0.0349972656606036, 0.003, 0.004}; +Point(9239) = {0.0004749876303049762, 0.03799703128865538, -0.004, 0.001}; +Point(9243) = {0.0004624879558232653, 0.03699710941263812, -0.004, 0.001}; +Point(9291) = {0.0004624879558232653, 0.03699710941263812, 0.008, 0.001}; +Point(9295) = {0.0004749876303049762, 0.03799703128865538, 0.008, 0.001}; +Point(9335) = {0.0004374886068598469, 0.0349972656606036, -0.001, 0.004}; +Point(9339) = {0.0002187443034299234, 0.0174986328303018, -0.001, 0.004}; +Point(9387) = {0.0002187443034299234, 0.0174986328303018, 0.005, 0.004}; +Point(9391) = {0.0004374886068598469, 0.0349972656606036, 0.005, 0.004}; +Point(9430) = {0.0001093742879245701, 0.01749965820423759, 0.003, 0.004}; +Point(9431) = {7.812449137469422e-05, 0.01249975586016971, 0.003, 0.004}; +Point(9435) = {7.812449137469422e-05, 0.01249975586016971, 0.004, 0.004}; +Point(9439) = {5.937461344476651e-05, 0.009499814453728987, 0.004, 0.002666666666666667}; +Point(9443) = {5.937461344476651e-05, 0.009499814453728987, 0, 0.002666666666666667}; +Point(9447) = {7.812449137469422e-05, 0.01249975586016971, 0, 0.004}; +Point(9451) = {7.812449137469422e-05, 0.01249975586016971, 0.001, 0.004}; +Point(9455) = {0.0001093742879245701, 0.01749965820423759, 0.001, 0.004}; +Point(9459) = {0.0002187485758491403, 0.03499931640847518, 0.001, 0.004}; +Point(9463) = {0.0002499983723990139, 0.03999921875254308, 0.001, 0.004}; +Point(9467) = {0.0002499983723990139, 0.03999921875254308, 0.003, 0.004}; +Point(9471) = {0.0002187485758491403, 0.03499931640847518, 0.003, 0.004}; +Point(9575) = {0.000237498453779066, 0.03799925781491595, -0.004, 0.001}; +Point(9579) = {0.0002312484944690896, 0.03699927734610236, -0.004, 0.001}; +Point(9627) = {0.0002312484944690896, 0.03699927734610236, 0.008, 0.001}; +Point(9631) = {0.000237498453779066, 0.03799925781491595, 0.008, 0.001}; +Point(9671) = {0.0002187485758491403, 0.03499931640847518, -0.001, 0.004}; +Point(9675) = {0.0001093742879245701, 0.01749965820423759, -0.001, 0.004}; +Point(9723) = {0.0001093742879245701, 0.01749965820423759, 0.005, 0.004}; +Point(9727) = {0.0002187485758491403, 0.03499931640847518, 0.005, 0.004}; +Point(9766) = {2.466559942404523e-18, 0.01749999999999997, 0.003, 0.004}; +Point(9767) = {2.968003447179068e-18, 0.01249999999999999, 0.003, 0.004}; +Point(9771) = {2.968003447179068e-18, 0.01249999999999999, 0.004, 0.004}; +Point(9775) = {1.13841228110978e-18, 0.009499999999999993, 0.004, 0.002666666666666667}; +Point(9779) = {1.13841228110978e-18, 0.009499999999999993, 0, 0.002666666666666667}; +Point(9783) = {2.968003447179068e-18, 0.01249999999999999, 0, 0.004}; +Point(9787) = {2.968003447179068e-18, 0.01249999999999999, 0.001, 0.004}; +Point(9791) = {2.466559942404523e-18, 0.01749999999999997, 0.001, 0.004}; +Point(9795) = {4.933119884809045e-18, 0.03499999999999994, 0.001, 0.004}; +Point(9799) = {2.005774019098183e-18, 0.03999999999999995, 0.001, 0.004}; +Point(9803) = {2.005774019098183e-18, 0.03999999999999995, 0.003, 0.004}; +Point(9807) = {4.933119884809045e-18, 0.03499999999999994, 0.003, 0.004}; +Point(9911) = {4.553649124439119e-18, 0.03799999999999997, -0.004, 0.001}; +Point(9915) = {3.496552006265752e-18, 0.03699999999999996, -0.004, 0.001}; +Point(9963) = {3.496552006265752e-18, 0.03699999999999996, 0.008, 0.001}; +Point(9967) = {4.553649124439119e-18, 0.03799999999999997, 0.008, 0.001}; +Point(10007) = {4.933119884809045e-18, 0.03499999999999994, -0.001, 0.004}; +Point(10011) = {2.466559942404523e-18, 0.01749999999999997, -0.001, 0.004}; +Point(10059) = {2.466559942404523e-18, 0.01749999999999997, 0.005, 0.004}; +Point(10063) = {4.933119884809045e-18, 0.03499999999999994, 0.005, 0.004}; +Point(10102) = {-0.0001093742879245652, 0.01749965820423759, 0.003, 0.004}; +Point(10103) = {-7.812449137468828e-05, 0.01249975586016971, 0.003, 0.004}; +Point(10107) = {-7.812449137468828e-05, 0.01249975586016971, 0.004, 0.004}; +Point(10111) = {-5.937461344476422e-05, 0.009499814453728985, 0.004, 0.002666666666666667}; +Point(10115) = {-5.937461344476422e-05, 0.009499814453728985, 0, 0.002666666666666667}; +Point(10119) = {-7.812449137468828e-05, 0.01249975586016971, 0, 0.004}; +Point(10123) = {-7.812449137468828e-05, 0.01249975586016971, 0.001, 0.004}; +Point(10127) = {-0.0001093742879245652, 0.01749965820423759, 0.001, 0.004}; +Point(10131) = {-0.0002187485758491304, 0.03499931640847518, 0.001, 0.004}; +Point(10135) = {-0.0002499983723990099, 0.03999921875254308, 0.001, 0.004}; +Point(10139) = {-0.0002499983723990099, 0.03999921875254308, 0.003, 0.004}; +Point(10143) = {-0.0002187485758491304, 0.03499931640847518, 0.003, 0.004}; +Point(10247) = {-0.0002374984537790569, 0.03799925781491594, -0.004, 0.001}; +Point(10251) = {-0.0002312484944690826, 0.03699927734610235, -0.004, 0.001}; +Point(10299) = {-0.0002312484944690826, 0.03699927734610235, 0.008, 0.001}; +Point(10303) = {-0.0002374984537790569, 0.03799925781491594, 0.008, 0.001}; +Point(10343) = {-0.0002187485758491304, 0.03499931640847518, -0.001, 0.004}; +Point(10347) = {-0.0001093742879245652, 0.01749965820423759, -0.001, 0.004}; +Point(10395) = {-0.0001093742879245652, 0.01749965820423759, 0.005, 0.004}; +Point(10399) = {-0.0002187485758491304, 0.03499931640847518, 0.005, 0.004}; +Point(10438) = {-0.0002187443034299184, 0.0174986328303018, 0.003, 0.004}; +Point(10439) = {-0.0001562459310213692, 0.01249902345021558, 0.003, 0.004}; +Point(10443) = {-0.0001562459310213692, 0.01249902345021558, 0.004, 0.004}; +Point(10447) = {-0.0001187469075762418, 0.009499257822163841, 0.004, 0.002666666666666667}; +Point(10451) = {-0.0001187469075762418, 0.009499257822163841, 0, 0.002666666666666667}; +Point(10455) = {-0.0001562459310213692, 0.01249902345021558, 0, 0.004}; +Point(10459) = {-0.0001562459310213692, 0.01249902345021558, 0.001, 0.004}; +Point(10463) = {-0.0002187443034299184, 0.0174986328303018, 0.001, 0.004}; +Point(10467) = {-0.0004374886068598369, 0.03499726566060359, 0.001, 0.004}; +Point(10471) = {-0.0004999869792683888, 0.03999687504068984, 0.001, 0.004}; +Point(10475) = {-0.0004999869792683888, 0.03999687504068984, 0.003, 0.004}; +Point(10479) = {-0.0004374886068598369, 0.03499726566060359, 0.003, 0.004}; +Point(10583) = {-0.000474987630304967, 0.03799703128865536, -0.004, 0.001}; +Point(10587) = {-0.0004624879558232582, 0.03699710941263811, -0.004, 0.001}; +Point(10635) = {-0.0004624879558232582, 0.03699710941263811, 0.008, 0.001}; +Point(10639) = {-0.000474987630304967, 0.03799703128865536, 0.008, 0.001}; +Point(10679) = {-0.0004374886068598369, 0.03499726566060359, -0.001, 0.004}; +Point(10683) = {-0.0002187443034299184, 0.0174986328303018, -0.001, 0.004}; +Point(10731) = {-0.0002187443034299184, 0.0174986328303018, 0.005, 0.004}; +Point(10735) = {-0.0004374886068598369, 0.03499726566060359, 0.005, 0.004}; +Point(10774) = {-0.004317688667701755, 0.01695899656727363, 0.003, 0.004}; +Point(10775) = {-0.003084063334072683, 0.01211356897662403, 0.003, 0.004}; +Point(10779) = {-0.003084063334072683, 0.01211356897662403, 0.004, 0.004}; +Point(10783) = {-0.002343888133895241, 0.009206312422234264, 0.004, 0.002666666666666667}; +Point(10787) = {-0.002343888133895241, 0.009206312422234264, 0, 0.002666666666666667}; +Point(10791) = {-0.003084063334072683, 0.01211356897662403, 0, 0.004}; +Point(10795) = {-0.003084063334072683, 0.01211356897662403, 0.001, 0.004}; +Point(10799) = {-0.004317688667701755, 0.01695899656727363, 0.001, 0.004}; +Point(10803) = {-0.00863537733540351, 0.03391799313454726, 0.001, 0.004}; +Point(10807) = {-0.009869002669032593, 0.03876342072519688, 0.001, 0.004}; +Point(10811) = {-0.009869002669032593, 0.03876342072519688, 0.003, 0.004}; +Point(10815) = {-0.00863537733540351, 0.03391799313454726, 0.003, 0.004}; +Point(10919) = {-0.009375552535580964, 0.03682524968893706, -0.004, 0.001}; +Point(10923) = {-0.009128827468855148, 0.03585616417080712, -0.004, 0.001}; +Point(10971) = {-0.009128827468855148, 0.03585616417080712, 0.008, 0.001}; +Point(10975) = {-0.009375552535580964, 0.03682524968893706, 0.008, 0.001}; +Point(11015) = {-0.00863537733540351, 0.03391799313454726, -0.001, 0.004}; +Point(11019) = {-0.004317688667701755, 0.01695899656727363, -0.001, 0.004}; +Point(11067) = {-0.004317688667701755, 0.01695899656727363, 0.005, 0.004}; +Point(11071) = {-0.00863537733540351, 0.03391799313454726, 0.005, 0.004}; +Point(11110) = {-0.004423597376602945, 0.01693167995946387, 0.003, 0.004}; +Point(11111) = {-0.003159712411859248, 0.01209405711390277, 0.003, 0.004}; +Point(11115) = {-0.003159712411859248, 0.01209405711390277, 0.004, 0.004}; +Point(11119) = {-0.00240138143301303, 0.009191483406566109, 0.004, 0.002666666666666667}; +Point(11123) = {-0.00240138143301303, 0.009191483406566109, 0, 0.002666666666666667}; +Point(11127) = {-0.003159712411859248, 0.01209405711390277, 0, 0.004}; +Point(11131) = {-0.003159712411859248, 0.01209405711390277, 0.001, 0.004}; +Point(11135) = {-0.004423597376602945, 0.01693167995946387, 0.001, 0.004}; +Point(11139) = {-0.008847194753205891, 0.03386335991892774, 0.001, 0.004}; +Point(11143) = {-0.0101110797179496, 0.03870098276448886, 0.001, 0.004}; +Point(11147) = {-0.0101110797179496, 0.03870098276448886, 0.003, 0.004}; +Point(11151) = {-0.008847194753205891, 0.03386335991892774, 0.003, 0.004}; +Point(11255) = {-0.00960552573205212, 0.03676593362626444, -0.004, 0.001}; +Point(11259) = {-0.00935274873910338, 0.0357984090571522, -0.004, 0.001}; +Point(11307) = {-0.00935274873910338, 0.0357984090571522, 0.008, 0.001}; +Point(11311) = {-0.00960552573205212, 0.03676593362626444, 0.008, 0.001}; +Point(11351) = {-0.008847194753205891, 0.03386335991892774, -0.001, 0.004}; +Point(11355) = {-0.004423597376602945, 0.01693167995946387, -0.001, 0.004}; +Point(11403) = {-0.004423597376602945, 0.01693167995946387, 0.005, 0.004}; +Point(11407) = {-0.008847194753205891, 0.03386335991892774, 0.005, 0.004}; +Point(11446) = {-0.004529333289294102, 0.01690370196005866, 0.003, 0.004}; +Point(11447) = {-0.003235238063781502, 0.01207407282861334, 0.003, 0.004}; +Point(11451) = {-0.003235238063781502, 0.01207407282861334, 0.004, 0.004}; +Point(11455) = {-0.002458780928473943, 0.009176295349746141, 0.004, 0.002666666666666667}; +Point(11459) = {-0.002458780928473943, 0.009176295349746141, 0, 0.002666666666666667}; +Point(11463) = {-0.003235238063781502, 0.01207407282861334, 0, 0.004}; +Point(11467) = {-0.003235238063781502, 0.01207407282861334, 0.001, 0.004}; +Point(11471) = {-0.004529333289294102, 0.01690370196005866, 0.001, 0.004}; +Point(11475) = {-0.009058666578588203, 0.03380740392011732, 0.001, 0.004}; +Point(11479) = {-0.01035276180410081, 0.03863703305156267, 0.001, 0.004}; +Point(11483) = {-0.01035276180410081, 0.03863703305156267, 0.003, 0.004}; +Point(11487) = {-0.009058666578588203, 0.03380740392011732, 0.003, 0.004}; +Point(11591) = {-0.009835123713895774, 0.03670518139898456, -0.004, 0.001}; +Point(11595) = {-0.009576304668793252, 0.03573925557269548, -0.004, 0.001}; +Point(11643) = {-0.009576304668793252, 0.03573925557269548, 0.008, 0.001}; +Point(11647) = {-0.009835123713895774, 0.03670518139898456, 0.008, 0.001}; +Point(11687) = {-0.009058666578588203, 0.03380740392011732, -0.001, 0.004}; +Point(11691) = {-0.004529333289294102, 0.01690370196005866, -0.001, 0.004}; +Point(11739) = {-0.004529333289294102, 0.01690370196005866, 0.005, 0.004}; +Point(11743) = {-0.009058666578588203, 0.03380740392011732, 0.005, 0.004}; +Point(11782) = {-0.004634892275479578, 0.01687506366194505, 0.003, 0.004}; +Point(11783) = {-0.003310637339628271, 0.01205361690138934, 0.003, 0.004}; +Point(11787) = {-0.003310637339628271, 0.01205361690138934, 0.004, 0.004}; +Point(11791) = {-0.002516084378117488, 0.009160748845055898, 0.004, 0.002666666666666667}; +Point(11795) = {-0.002516084378117488, 0.009160748845055898, 0, 0.002666666666666667}; +Point(11799) = {-0.003310637339628271, 0.01205361690138934, 0, 0.004}; +Point(11803) = {-0.003310637339628271, 0.01205361690138934, 0.001, 0.004}; +Point(11807) = {-0.004634892275479578, 0.01687506366194505, 0.001, 0.004}; +Point(11811) = {-0.009269784550959156, 0.03375012732389011, 0.001, 0.004}; +Point(11815) = {-0.01059403948681048, 0.03857157408444586, 0.001, 0.004}; +Point(11819) = {-0.01059403948681048, 0.03857157408444586, 0.003, 0.004}; +Point(11823) = {-0.009269784550959156, 0.03375012732389011, 0.003, 0.004}; +Point(11927) = {-0.01006433751246995, 0.03664299538022359, -0.004, 0.001}; +Point(11931) = {-0.009799486525299689, 0.03567870602811243, -0.004, 0.001}; +Point(11979) = {-0.009799486525299689, 0.03567870602811243, 0.008, 0.001}; +Point(11983) = {-0.01006433751246995, 0.03664299538022359, 0.008, 0.001}; +Point(12023) = {-0.009269784550959156, 0.03375012732389011, -0.001, 0.004}; +Point(12027) = {-0.004634892275479578, 0.01687506366194505, -0.001, 0.004}; +Point(12075) = {-0.004634892275479578, 0.01687506366194505, 0.005, 0.004}; +Point(12079) = {-0.009269784550959156, 0.03375012732389011, 0.005, 0.004}; +Point(12118) = {-0.0047402702117749, 0.01684576618380292, 0.003, 0.004}; +Point(12119) = {-0.00338590729412493, 0.01203269013128782, 0.003, 0.004}; +Point(12123) = {-0.00338590729412493, 0.01203269013128782, 0.004, 0.004}; +Point(12127) = {-0.002573289543534948, 0.009144844499778744, 0.004, 0.002666666666666667}; +Point(12131) = {-0.002573289543534948, 0.009144844499778744, 0, 0.002666666666666667}; +Point(12135) = {-0.00338590729412493, 0.01203269013128782, 0, 0.004}; +Point(12139) = {-0.00338590729412493, 0.01203269013128782, 0.001, 0.004}; +Point(12143) = {-0.0047402702117749, 0.01684576618380292, 0.001, 0.004}; +Point(12147) = {-0.0094805404235498, 0.03369153236760584, 0.001, 0.004}; +Point(12151) = {-0.01083490334119978, 0.038504608420121, 0.001, 0.004}; +Point(12155) = {-0.01083490334119978, 0.038504608420121, 0.003, 0.004}; +Point(12159) = {-0.0094805404235498, 0.03369153236760584, 0.003, 0.004}; +Point(12263) = {-0.01029315817413979, 0.03657937799911497, -0.004, 0.001}; +Point(12267) = {-0.0100222855906098, 0.03561676278861193, -0.004, 0.001}; +Point(12315) = {-0.0100222855906098, 0.03561676278861193, 0.008, 0.001}; +Point(12319) = {-0.01029315817413979, 0.03657937799911497, 0.008, 0.001}; +Point(12359) = {-0.0094805404235498, 0.03369153236760584, -0.001, 0.004}; +Point(12363) = {-0.0047402702117749, 0.01684576618380292, -0.001, 0.004}; +Point(12411) = {-0.0047402702117749, 0.01684576618380292, 0.005, 0.004}; +Point(12415) = {-0.0094805404235498, 0.03369153236760584, 0.005, 0.004}; +Point(12454) = {-0.008559878291447449, 0.0152636327142527, 0.003, 0.004}; +Point(12455) = {-0.006114198779605325, 0.0109025947958948, 0.003, 0.004}; +Point(12459) = {-0.006114198779605325, 0.0109025947958948, 0.004, 0.004}; +Point(12463) = {-0.004646791072500048, 0.00828597204488005, 0.004, 0.002666666666666667}; +Point(12467) = {-0.004646791072500048, 0.00828597204488005, 0, 0.002666666666666667}; +Point(12471) = {-0.006114198779605325, 0.0109025947958948, 0, 0.004}; +Point(12475) = {-0.006114198779605325, 0.0109025947958948, 0.001, 0.004}; +Point(12479) = {-0.008559878291447449, 0.0152636327142527, 0.001, 0.004}; +Point(12483) = {-0.0171197565828949, 0.0305272654285054, 0.001, 0.004}; +Point(12487) = {-0.01956543609473704, 0.03488830334686335, 0.001, 0.004}; +Point(12491) = {-0.01956543609473704, 0.03488830334686335, 0.003, 0.004}; +Point(12495) = {-0.0171197565828949, 0.0305272654285054, 0.003, 0.004}; +Point(12599) = {-0.01858716429000019, 0.0331438881795202, -0.004, 0.001}; +Point(12603) = {-0.01809802838763177, 0.0322716805958486, -0.004, 0.001}; +Point(12651) = {-0.01809802838763177, 0.0322716805958486, 0.008, 0.001}; +Point(12655) = {-0.01858716429000019, 0.0331438881795202, 0.008, 0.001}; +Point(12695) = {-0.0171197565828949, 0.0305272654285054, -0.001, 0.004}; +Point(12699) = {-0.008559878291447449, 0.0152636327142527, -0.001, 0.004}; +Point(12747) = {-0.008559878291447449, 0.0152636327142527, 0.005, 0.004}; +Point(12751) = {-0.0171197565828949, 0.0305272654285054, 0.005, 0.004}; +Point(12790) = {-0.008655108190255278, 0.0152098357063768, 0.003, 0.004}; +Point(12791) = {-0.006182220135896631, 0.01086416836169772, 0.003, 0.004}; +Point(12795) = {-0.006182220135896631, 0.01086416836169772, 0.004, 0.004}; +Point(12799) = {-0.004698487303281441, 0.008256767954890273, 0.004, 0.002666666666666667}; +Point(12803) = {-0.004698487303281441, 0.008256767954890273, 0, 0.002666666666666667}; +Point(12807) = {-0.006182220135896631, 0.01086416836169772, 0, 0.004}; +Point(12811) = {-0.006182220135896631, 0.01086416836169772, 0.001, 0.004}; +Point(12815) = {-0.008655108190255278, 0.0152098357063768, 0.001, 0.004}; +Point(12819) = {-0.01731021638051056, 0.03041967141275359, 0.001, 0.004}; +Point(12823) = {-0.01978310443486922, 0.03476533875743271, 0.001, 0.004}; +Point(12827) = {-0.01978310443486922, 0.03476533875743271, 0.003, 0.004}; +Point(12831) = {-0.01731021638051056, 0.03041967141275359, 0.003, 0.004}; +Point(12935) = {-0.01879394921312576, 0.03302707181956109, -0.004, 0.001}; +Point(12939) = {-0.01829937160225403, 0.03215793835062526, -0.004, 0.001}; +Point(12987) = {-0.01829937160225403, 0.03215793835062526, 0.008, 0.001}; +Point(12991) = {-0.01879394921312576, 0.03302707181956109, 0.008, 0.001}; +Point(13031) = {-0.01731021638051056, 0.03041967141275359, -0.001, 0.004}; +Point(13035) = {-0.008655108190255278, 0.0152098357063768, -0.001, 0.004}; +Point(13083) = {-0.008655108190255278, 0.0152098357063768, 0.005, 0.004}; +Point(13087) = {-0.01731021638051056, 0.03041967141275359, 0.005, 0.004}; +Point(13126) = {-0.008749999999999978, 0.01515544456622764, 0.003, 0.004}; +Point(13127) = {-0.006249999999999988, 0.01082531754730547, 0.003, 0.004}; +Point(13131) = {-0.006249999999999988, 0.01082531754730547, 0.004, 0.004}; +Point(13135) = {-0.004749999999999992, 0.00822724133595216, 0.004, 0.002666666666666667}; +Point(13139) = {-0.004749999999999992, 0.00822724133595216, 0, 0.002666666666666667}; +Point(13143) = {-0.006249999999999988, 0.01082531754730547, 0, 0.004}; +Point(13147) = {-0.006249999999999988, 0.01082531754730547, 0.001, 0.004}; +Point(13151) = {-0.008749999999999978, 0.01515544456622764, 0.001, 0.004}; +Point(13155) = {-0.01749999999999996, 0.03031088913245528, 0.001, 0.004}; +Point(13159) = {-0.01999999999999997, 0.03464101615137749, 0.001, 0.004}; +Point(13163) = {-0.01999999999999997, 0.03464101615137749, 0.003, 0.004}; +Point(13167) = {-0.01749999999999996, 0.03031088913245528, 0.003, 0.004}; +Point(13271) = {-0.01899999999999997, 0.03290896534380864, -0.004, 0.001}; +Point(13275) = {-0.01849999999999997, 0.03204293994002419, -0.004, 0.001}; +Point(13323) = {-0.01849999999999997, 0.03204293994002419, 0.008, 0.001}; +Point(13327) = {-0.01899999999999997, 0.03290896534380864, 0.008, 0.001}; +Point(13367) = {-0.01749999999999996, 0.03031088913245528, -0.001, 0.004}; +Point(13371) = {-0.008749999999999978, 0.01515544456622764, -0.001, 0.004}; +Point(13419) = {-0.008749999999999978, 0.01515544456622764, 0.005, 0.004}; +Point(13423) = {-0.01749999999999996, 0.03031088913245528, 0.005, 0.004}; +Point(13462) = {-0.008844550013982298, 0.01510046141845223, 0.003, 0.004}; +Point(13463) = {-0.006317535724273073, 0.01078604387032303, 0.003, 0.004}; +Point(13467) = {-0.006317535724273073, 0.01078604387032303, 0.004, 0.004}; +Point(13471) = {-0.004801327150447537, 0.008197393341445508, 0.004, 0.002666666666666667}; +Point(13475) = {-0.004801327150447537, 0.008197393341445508, 0, 0.002666666666666667}; +Point(13479) = {-0.006317535724273073, 0.01078604387032303, 0, 0.004}; +Point(13483) = {-0.006317535724273073, 0.01078604387032303, 0.001, 0.004}; +Point(13487) = {-0.008844550013982298, 0.01510046141845223, 0.001, 0.004}; +Point(13491) = {-0.0176891000279646, 0.03020092283690445, 0.001, 0.004}; +Point(13495) = {-0.02021611431767384, 0.03451534038503369, 0.001, 0.004}; +Point(13499) = {-0.02021611431767384, 0.03451534038503369, 0.003, 0.004}; +Point(13503) = {-0.0176891000279646, 0.03020092283690445, 0.003, 0.004}; +Point(13607) = {-0.01920530860179015, 0.03278957336578203, -0.004, 0.001}; +Point(13611) = {-0.0186999057438483, 0.03192668985615617, -0.004, 0.001}; +Point(13659) = {-0.0186999057438483, 0.03192668985615617, 0.008, 0.001}; +Point(13663) = {-0.01920530860179015, 0.03278957336578203, 0.008, 0.001}; +Point(13703) = {-0.0176891000279646, 0.03020092283690445, -0.001, 0.004}; +Point(13707) = {-0.008844550013982298, 0.01510046141845223, -0.001, 0.004}; +Point(13755) = {-0.008844550013982298, 0.01510046141845223, 0.005, 0.004}; +Point(13759) = {-0.0176891000279646, 0.03020092283690445, 0.005, 0.004}; +Point(13798) = {-0.008938754538854335, 0.01504488841082278, 0.003, 0.004}; +Point(13799) = {-0.006384824670610243, 0.01074634886487343, 0.003, 0.004}; +Point(13803) = {-0.006384824670610243, 0.01074634886487343, 0.004, 0.004}; +Point(13807) = {-0.004852466749663786, 0.008167225137303806, 0.004, 0.002666666666666667}; +Point(13811) = {-0.004852466749663786, 0.008167225137303806, 0, 0.002666666666666667}; +Point(13815) = {-0.006384824670610243, 0.01074634886487343, 0, 0.004}; +Point(13819) = {-0.006384824670610243, 0.01074634886487343, 0.001, 0.004}; +Point(13823) = {-0.008938754538854335, 0.01504488841082278, 0.001, 0.004}; +Point(13827) = {-0.01787750907770867, 0.03008977682164555, 0.001, 0.004}; +Point(13831) = {-0.02043143894595278, 0.03438831636759494, 0.001, 0.004}; +Point(13835) = {-0.02043143894595278, 0.03438831636759494, 0.003, 0.004}; +Point(13839) = {-0.01787750907770867, 0.03008977682164555, 0.003, 0.004}; +Point(13943) = {-0.01940986699865514, 0.03266890054921522, -0.004, 0.001}; +Point(13947) = {-0.01889908102500632, 0.03180919264002534, -0.004, 0.001}; +Point(13995) = {-0.01889908102500632, 0.03180919264002534, 0.008, 0.001}; +Point(13999) = {-0.01940986699865514, 0.03266890054921522, 0.008, 0.001}; +Point(14039) = {-0.01787750907770867, 0.03008977682164555, -0.001, 0.004}; +Point(14043) = {-0.008938754538854335, 0.01504488841082278, -0.001, 0.004}; +Point(14091) = {-0.008938754538854335, 0.01504488841082278, 0.005, 0.004}; +Point(14095) = {-0.01787750907770867, 0.03008977682164555, 0.005, 0.004}; +Point(14134) = {-0.01221872635549871, 0.01252807751610117, 0.003, 0.004}; +Point(14135) = {-0.00872766168249909, 0.00894862679721513, 0.003, 0.004}; +Point(14139) = {-0.00872766168249909, 0.00894862679721513, 0.004, 0.004}; +Point(14143) = {-0.006633022878699309, 0.006800956365883501, 0.004, 0.002666666666666667}; +Point(14147) = {-0.006633022878699309, 0.006800956365883501, 0, 0.002666666666666667}; +Point(14151) = {-0.00872766168249909, 0.00894862679721513, 0, 0.004}; +Point(14155) = {-0.00872766168249909, 0.00894862679721513, 0.001, 0.004}; +Point(14159) = {-0.01221872635549871, 0.01252807751610117, 0.001, 0.004}; +Point(14163) = {-0.02443745271099743, 0.02505615503220233, 0.001, 0.004}; +Point(14167) = {-0.02792851738399708, 0.0286356057510884, 0.001, 0.004}; +Point(14171) = {-0.02792851738399708, 0.0286356057510884, 0.003, 0.004}; +Point(14175) = {-0.02443745271099743, 0.02505615503220233, 0.003, 0.004}; +Point(14279) = {-0.02653209151479724, 0.027203825463534, -0.004, 0.001}; +Point(14283) = {-0.0258338785801973, 0.02648793531975678, -0.004, 0.001}; +Point(14331) = {-0.0258338785801973, 0.02648793531975678, 0.008, 0.001}; +Point(14335) = {-0.02653209151479724, 0.027203825463534, 0.008, 0.001}; +Point(14375) = {-0.02443745271099743, 0.02505615503220233, -0.001, 0.004}; +Point(14379) = {-0.01221872635549871, 0.01252807751610117, -0.001, 0.004}; +Point(14427) = {-0.01221872635549871, 0.01252807751610117, 0.005, 0.004}; +Point(14431) = {-0.02443745271099743, 0.02505615503220233, 0.005, 0.004}; +Point(14470) = {-0.01229678768398428, 0.0124514662853421, 0.003, 0.004}; +Point(14471) = {-0.008783419774274492, 0.008893904489530084, 0.003, 0.004}; +Point(14475) = {-0.008783419774274492, 0.008893904489530084, 0.004, 0.004}; +Point(14479) = {-0.006675399028448614, 0.006759367412042866, 0.004, 0.002666666666666667}; +Point(14483) = {-0.006675399028448614, 0.006759367412042866, 0, 0.002666666666666667}; +Point(14487) = {-0.008783419774274492, 0.008893904489530084, 0, 0.004}; +Point(14491) = {-0.008783419774274492, 0.008893904489530084, 0.001, 0.004}; +Point(14495) = {-0.01229678768398428, 0.0124514662853421, 0.001, 0.004}; +Point(14499) = {-0.02459357536796855, 0.0249029325706842, 0.001, 0.004}; +Point(14503) = {-0.02810694327767837, 0.02846049436649625, 0.001, 0.004}; +Point(14507) = {-0.02810694327767837, 0.02846049436649625, 0.003, 0.004}; +Point(14511) = {-0.02459357536796855, 0.0249029325706842, 0.003, 0.004}; +Point(14615) = {-0.02670159611379446, 0.02703746964817147, -0.004, 0.001}; +Point(14619) = {-0.02599892253185249, 0.02632595728900905, -0.004, 0.001}; +Point(14667) = {-0.02599892253185249, 0.02632595728900905, 0.008, 0.001}; +Point(14671) = {-0.02670159611379446, 0.02703746964817147, 0.008, 0.001}; +Point(14711) = {-0.02459357536796855, 0.0249029325706842, -0.001, 0.004}; +Point(14715) = {-0.01229678768398428, 0.0124514662853421, -0.001, 0.004}; +Point(14763) = {-0.01229678768398428, 0.0124514662853421, 0.005, 0.004}; +Point(14767) = {-0.02459357536796855, 0.0249029325706842, 0.005, 0.004}; +Point(14806) = {-0.01237436867076455, 0.01237436867076455, 0.003, 0.004}; +Point(14807) = {-0.00883883476483183, 0.008838834764831834, 0.003, 0.004}; +Point(14811) = {-0.00883883476483183, 0.008838834764831834, 0.004, 0.004}; +Point(14815) = {-0.006717514421272191, 0.006717514421272195, 0.004, 0.002666666666666667}; +Point(14819) = {-0.006717514421272191, 0.006717514421272195, 0, 0.002666666666666667}; +Point(14823) = {-0.00883883476483183, 0.008838834764831834, 0, 0.004}; +Point(14827) = {-0.00883883476483183, 0.008838834764831834, 0.001, 0.004}; +Point(14831) = {-0.01237436867076455, 0.01237436867076455, 0.001, 0.004}; +Point(14835) = {-0.0247487373415291, 0.0247487373415291, 0.001, 0.004}; +Point(14839) = {-0.02828427124746185, 0.02828427124746185, 0.001, 0.004}; +Point(14843) = {-0.02828427124746185, 0.02828427124746185, 0.003, 0.004}; +Point(14847) = {-0.0247487373415291, 0.0247487373415291, 0.003, 0.004}; +Point(14951) = {-0.02687005768508876, 0.02687005768508878, -0.004, 0.001}; +Point(14955) = {-0.02616295090390221, 0.02616295090390222, -0.004, 0.001}; +Point(15003) = {-0.02616295090390221, 0.02616295090390222, 0.008, 0.001}; +Point(15007) = {-0.02687005768508876, 0.02687005768508878, 0.008, 0.001}; +Point(15047) = {-0.0247487373415291, 0.0247487373415291, -0.001, 0.004}; +Point(15051) = {-0.01237436867076455, 0.01237436867076455, -0.001, 0.004}; +Point(15099) = {-0.01237436867076455, 0.01237436867076455, 0.005, 0.004}; +Point(15103) = {-0.0247487373415291, 0.0247487373415291, 0.005, 0.004}; +Point(15142) = {-0.0124514662853421, 0.01229678768398428, 0.003, 0.004}; +Point(15143) = {-0.008893904489530081, 0.008783419774274496, 0.003, 0.004}; +Point(15147) = {-0.008893904489530081, 0.008783419774274496, 0.004, 0.004}; +Point(15151) = {-0.006759367412042861, 0.006675399028448619, 0.004, 0.002666666666666667}; +Point(15155) = {-0.006759367412042861, 0.006675399028448619, 0, 0.002666666666666667}; +Point(15159) = {-0.008893904489530081, 0.008783419774274496, 0, 0.004}; +Point(15163) = {-0.008893904489530081, 0.008783419774274496, 0.001, 0.004}; +Point(15167) = {-0.0124514662853421, 0.01229678768398428, 0.001, 0.004}; +Point(15171) = {-0.0249029325706842, 0.02459357536796855, 0.001, 0.004}; +Point(15175) = {-0.02846049436649625, 0.02810694327767837, 0.001, 0.004}; +Point(15179) = {-0.02846049436649625, 0.02810694327767837, 0.003, 0.004}; +Point(15183) = {-0.0249029325706842, 0.02459357536796855, 0.003, 0.004}; +Point(15287) = {-0.02703746964817145, 0.02670159611379447, -0.004, 0.001}; +Point(15291) = {-0.02632595728900903, 0.0259989225318525, -0.004, 0.001}; +Point(15339) = {-0.02632595728900903, 0.0259989225318525, 0.008, 0.001}; +Point(15343) = {-0.02703746964817145, 0.02670159611379447, 0.008, 0.001}; +Point(15383) = {-0.0249029325706842, 0.02459357536796855, -0.001, 0.004}; +Point(15387) = {-0.0124514662853421, 0.01229678768398428, -0.001, 0.004}; +Point(15435) = {-0.0124514662853421, 0.01229678768398428, 0.005, 0.004}; +Point(15439) = {-0.0249029325706842, 0.02459357536796855, 0.005, 0.004}; +Point(15478) = {-0.01252807751610116, 0.01221872635549871, 0.003, 0.004}; +Point(15479) = {-0.008948626797215125, 0.008727661682499093, 0.003, 0.004}; +Point(15483) = {-0.008948626797215125, 0.008727661682499093, 0.004, 0.004}; +Point(15487) = {-0.006800956365883496, 0.006633022878699314, 0.004, 0.002666666666666667}; +Point(15491) = {-0.006800956365883496, 0.006633022878699314, 0, 0.002666666666666667}; +Point(15495) = {-0.008948626797215125, 0.008727661682499093, 0, 0.004}; +Point(15499) = {-0.008948626797215125, 0.008727661682499093, 0.001, 0.004}; +Point(15503) = {-0.01252807751610116, 0.01221872635549871, 0.001, 0.004}; +Point(15507) = {-0.02505615503220233, 0.02443745271099743, 0.001, 0.004}; +Point(15511) = {-0.02863560575108839, 0.02792851738399708, 0.001, 0.004}; +Point(15515) = {-0.02863560575108839, 0.02792851738399708, 0.003, 0.004}; +Point(15519) = {-0.02505615503220233, 0.02443745271099743, 0.003, 0.004}; +Point(15623) = {-0.02720382546353398, 0.02653209151479725, -0.004, 0.001}; +Point(15627) = {-0.02648793531975677, 0.02583387858019731, -0.004, 0.001}; +Point(15675) = {-0.02648793531975677, 0.02583387858019731, 0.008, 0.001}; +Point(15679) = {-0.02720382546353398, 0.02653209151479725, 0.008, 0.001}; +Point(15719) = {-0.02505615503220233, 0.02443745271099743, -0.001, 0.004}; +Point(15723) = {-0.01252807751610116, 0.01221872635549871, -0.001, 0.004}; +Point(15771) = {-0.01252807751610116, 0.01221872635549871, 0.005, 0.004}; +Point(15775) = {-0.02505615503220233, 0.02443745271099743, 0.005, 0.004}; +Point(15814) = {-0.01504488841082277, 0.008938754538854335, 0.003, 0.004}; +Point(15815) = {-0.01074634886487342, 0.006384824670610247, 0.003, 0.004}; +Point(15819) = {-0.01074634886487342, 0.006384824670610247, 0.004, 0.004}; +Point(15823) = {-0.008167225137303802, 0.004852466749663791, 0.004, 0.002666666666666667}; +Point(15827) = {-0.008167225137303802, 0.004852466749663791, 0, 0.002666666666666667}; +Point(15831) = {-0.01074634886487342, 0.006384824670610247, 0, 0.004}; +Point(15835) = {-0.01074634886487342, 0.006384824670610247, 0.001, 0.004}; +Point(15839) = {-0.01504488841082277, 0.008938754538854335, 0.001, 0.004}; +Point(15843) = {-0.03008977682164555, 0.01787750907770867, 0.001, 0.004}; +Point(15847) = {-0.03438831636759493, 0.02043143894595277, 0.001, 0.004}; +Point(15851) = {-0.03438831636759493, 0.02043143894595277, 0.003, 0.004}; +Point(15855) = {-0.03008977682164555, 0.01787750907770867, 0.003, 0.004}; +Point(15959) = {-0.03266890054921521, 0.01940986699865516, -0.004, 0.001}; +Point(15963) = {-0.03180919264002532, 0.01889908102500633, -0.004, 0.001}; +Point(16011) = {-0.03180919264002532, 0.01889908102500633, 0.008, 0.001}; +Point(16015) = {-0.03266890054921521, 0.01940986699865516, 0.008, 0.001}; +Point(16055) = {-0.03008977682164555, 0.01787750907770867, -0.001, 0.004}; +Point(16059) = {-0.01504488841082277, 0.008938754538854335, -0.001, 0.004}; +Point(16107) = {-0.01504488841082277, 0.008938754538854335, 0.005, 0.004}; +Point(16111) = {-0.03008977682164555, 0.01787750907770867, 0.005, 0.004}; +Point(16150) = {-0.01510046141845222, 0.008844550013982296, 0.003, 0.004}; +Point(16151) = {-0.01078604387032303, 0.006317535724273076, 0.003, 0.004}; +Point(16155) = {-0.01078604387032303, 0.006317535724273076, 0.004, 0.004}; +Point(16159) = {-0.008197393341445503, 0.004801327150447541, 0.004, 0.002666666666666667}; +Point(16163) = {-0.008197393341445503, 0.004801327150447541, 0, 0.002666666666666667}; +Point(16167) = {-0.01078604387032303, 0.006317535724273076, 0, 0.004}; +Point(16171) = {-0.01078604387032303, 0.006317535724273076, 0.001, 0.004}; +Point(16175) = {-0.01510046141845222, 0.008844550013982296, 0.001, 0.004}; +Point(16179) = {-0.03020092283690445, 0.01768910002796459, 0.001, 0.004}; +Point(16183) = {-0.03451534038503367, 0.02021611431767383, 0.001, 0.004}; +Point(16187) = {-0.03451534038503367, 0.02021611431767383, 0.003, 0.004}; +Point(16191) = {-0.03020092283690445, 0.01768910002796459, 0.003, 0.004}; +Point(16295) = {-0.03278957336578201, 0.01920530860179016, -0.004, 0.001}; +Point(16299) = {-0.03192668985615615, 0.01869990574384831, -0.004, 0.001}; +Point(16347) = {-0.03192668985615615, 0.01869990574384831, 0.008, 0.001}; +Point(16351) = {-0.03278957336578201, 0.01920530860179016, 0.008, 0.001}; +Point(16391) = {-0.03020092283690445, 0.01768910002796459, -0.001, 0.004}; +Point(16395) = {-0.01510046141845222, 0.008844550013982296, -0.001, 0.004}; +Point(16443) = {-0.01510046141845222, 0.008844550013982296, 0.005, 0.004}; +Point(16447) = {-0.03020092283690445, 0.01768910002796459, 0.005, 0.004}; +Point(16486) = {-0.01515544456622763, 0.008749999999999977, 0.003, 0.004}; +Point(16487) = {-0.01082531754730546, 0.006249999999999992, 0.003, 0.004}; +Point(16491) = {-0.01082531754730546, 0.006249999999999992, 0.004, 0.004}; +Point(16495) = {-0.008227241335952155, 0.004749999999999996, 0.004, 0.002666666666666667}; +Point(16499) = {-0.008227241335952155, 0.004749999999999996, 0, 0.002666666666666667}; +Point(16503) = {-0.01082531754730546, 0.006249999999999992, 0, 0.004}; +Point(16507) = {-0.01082531754730546, 0.006249999999999992, 0.001, 0.004}; +Point(16511) = {-0.01515544456622763, 0.008749999999999977, 0.001, 0.004}; +Point(16515) = {-0.03031088913245527, 0.01749999999999995, 0.001, 0.004}; +Point(16519) = {-0.03464101615137747, 0.01999999999999996, 0.001, 0.004}; +Point(16523) = {-0.03464101615137747, 0.01999999999999996, 0.003, 0.004}; +Point(16527) = {-0.03031088913245527, 0.01749999999999995, 0.003, 0.004}; +Point(16631) = {-0.03290896534380862, 0.01899999999999999, -0.004, 0.001}; +Point(16635) = {-0.03204293994002417, 0.01849999999999997, -0.004, 0.001}; +Point(16683) = {-0.03204293994002417, 0.01849999999999997, 0.008, 0.001}; +Point(16687) = {-0.03290896534380862, 0.01899999999999999, 0.008, 0.001}; +Point(16727) = {-0.03031088913245527, 0.01749999999999995, -0.001, 0.004}; +Point(16731) = {-0.01515544456622763, 0.008749999999999977, -0.001, 0.004}; +Point(16779) = {-0.01515544456622763, 0.008749999999999977, 0.005, 0.004}; +Point(16783) = {-0.03031088913245527, 0.01749999999999995, 0.005, 0.004}; +Point(16822) = {-0.01520983570637679, 0.008655108190255277, 0.003, 0.004}; +Point(16823) = {-0.01086416836169772, 0.006182220135896635, 0.003, 0.004}; +Point(16827) = {-0.01086416836169772, 0.006182220135896635, 0.004, 0.004}; +Point(16831) = {-0.008256767954890267, 0.004698487303281445, 0.004, 0.002666666666666667}; +Point(16835) = {-0.008256767954890267, 0.004698487303281445, 0, 0.002666666666666667}; +Point(16839) = {-0.01086416836169772, 0.006182220135896635, 0, 0.004}; +Point(16843) = {-0.01086416836169772, 0.006182220135896635, 0.001, 0.004}; +Point(16847) = {-0.01520983570637679, 0.008655108190255277, 0.001, 0.004}; +Point(16851) = {-0.03041967141275358, 0.01731021638051055, 0.001, 0.004}; +Point(16855) = {-0.03476533875743269, 0.01978310443486922, 0.001, 0.004}; +Point(16859) = {-0.03476533875743269, 0.01978310443486922, 0.003, 0.004}; +Point(16863) = {-0.03041967141275358, 0.01731021638051055, 0.003, 0.004}; +Point(16967) = {-0.03302707181956107, 0.01879394921312578, -0.004, 0.001}; +Point(16971) = {-0.03215793835062523, 0.01829937160225404, -0.004, 0.001}; +Point(17019) = {-0.03215793835062523, 0.01829937160225404, 0.008, 0.001}; +Point(17023) = {-0.03302707181956107, 0.01879394921312578, 0.008, 0.001}; +Point(17063) = {-0.03041967141275358, 0.01731021638051055, -0.001, 0.004}; +Point(17067) = {-0.01520983570637679, 0.008655108190255277, -0.001, 0.004}; +Point(17115) = {-0.01520983570637679, 0.008655108190255277, 0.005, 0.004}; +Point(17119) = {-0.03041967141275358, 0.01731021638051055, 0.005, 0.004}; +Point(17158) = {-0.01526363271425269, 0.008559878291447446, 0.003, 0.004}; +Point(17159) = {-0.01090259479589479, 0.006114198779605328, 0.003, 0.004}; +Point(17163) = {-0.01090259479589479, 0.006114198779605328, 0.004, 0.004}; +Point(17167) = {-0.008285972044880043, 0.004646791072500052, 0.004, 0.002666666666666667}; +Point(17171) = {-0.008285972044880043, 0.004646791072500052, 0, 0.002666666666666667}; +Point(17175) = {-0.01090259479589479, 0.006114198779605328, 0, 0.004}; +Point(17179) = {-0.01090259479589479, 0.006114198779605328, 0.001, 0.004}; +Point(17183) = {-0.01526363271425269, 0.008559878291447446, 0.001, 0.004}; +Point(17187) = {-0.03052726542850538, 0.01711975658289489, 0.001, 0.004}; +Point(17191) = {-0.03488830334686332, 0.01956543609473703, 0.001, 0.004}; +Point(17195) = {-0.03488830334686332, 0.01956543609473703, 0.003, 0.004}; +Point(17199) = {-0.03052726542850538, 0.01711975658289489, 0.003, 0.004}; +Point(17303) = {-0.03314388817952017, 0.01858716429000021, -0.004, 0.001}; +Point(17307) = {-0.03227168059584858, 0.01809802838763177, -0.004, 0.001}; +Point(17355) = {-0.03227168059584858, 0.01809802838763177, 0.008, 0.001}; +Point(17359) = {-0.03314388817952017, 0.01858716429000021, 0.008, 0.001}; +Point(17399) = {-0.03052726542850538, 0.01711975658289489, -0.001, 0.004}; +Point(17403) = {-0.01526363271425269, 0.008559878291447446, -0.001, 0.004}; +Point(17451) = {-0.01526363271425269, 0.008559878291447446, 0.005, 0.004}; +Point(17455) = {-0.03052726542850538, 0.01711975658289489, 0.005, 0.004}; +Point(17494) = {-0.01684576618380291, 0.0047402702117749, 0.003, 0.004}; +Point(17495) = {-0.01203269013128781, 0.003385907294124935, 0.003, 0.004}; +Point(17499) = {-0.01203269013128781, 0.003385907294124935, 0.004, 0.004}; +Point(17503) = {-0.009144844499778737, 0.002573289543534952, 0.004, 0.002666666666666667}; +Point(17507) = {-0.009144844499778737, 0.002573289543534952, 0, 0.002666666666666667}; +Point(17511) = {-0.01203269013128781, 0.003385907294124935, 0, 0.004}; +Point(17515) = {-0.01203269013128781, 0.003385907294124935, 0.001, 0.004}; +Point(17519) = {-0.01684576618380291, 0.0047402702117749, 0.001, 0.004}; +Point(17523) = {-0.03369153236760582, 0.0094805404235498, 0.001, 0.004}; +Point(17527) = {-0.03850460842012098, 0.01083490334119978, 0.001, 0.004}; +Point(17531) = {-0.03850460842012098, 0.01083490334119978, 0.003, 0.004}; +Point(17535) = {-0.03369153236760582, 0.0094805404235498, 0.003, 0.004}; +Point(17639) = {-0.03657937799911495, 0.01029315817413981, -0.004, 0.001}; +Point(17643) = {-0.03561676278861191, 0.01002228559060981, -0.004, 0.001}; +Point(17691) = {-0.03561676278861191, 0.01002228559060981, 0.008, 0.001}; +Point(17695) = {-0.03657937799911495, 0.01029315817413981, 0.008, 0.001}; +Point(17735) = {-0.03369153236760582, 0.0094805404235498, -0.001, 0.004}; +Point(17739) = {-0.01684576618380291, 0.0047402702117749, -0.001, 0.004}; +Point(17787) = {-0.01684576618380291, 0.0047402702117749, 0.005, 0.004}; +Point(17791) = {-0.03369153236760582, 0.0094805404235498, 0.005, 0.004}; +Point(17830) = {-0.01687506366194504, 0.004634892275479578, 0.003, 0.004}; +Point(17831) = {-0.01205361690138932, 0.003310637339628276, 0.003, 0.004}; +Point(17835) = {-0.01205361690138932, 0.003310637339628276, 0.004, 0.004}; +Point(17839) = {-0.009160748845055891, 0.002516084378117492, 0.004, 0.002666666666666667}; +Point(17843) = {-0.009160748845055891, 0.002516084378117492, 0, 0.002666666666666667}; +Point(17847) = {-0.01205361690138932, 0.003310637339628276, 0, 0.004}; +Point(17851) = {-0.01205361690138932, 0.003310637339628276, 0.001, 0.004}; +Point(17855) = {-0.01687506366194504, 0.004634892275479578, 0.001, 0.004}; +Point(17859) = {-0.03375012732389008, 0.009269784550959156, 0.001, 0.004}; +Point(17863) = {-0.03857157408444584, 0.01059403948681047, 0.001, 0.004}; +Point(17867) = {-0.03857157408444584, 0.01059403948681047, 0.003, 0.004}; +Point(17871) = {-0.03375012732389008, 0.009269784550959156, 0.003, 0.004}; +Point(17975) = {-0.03664299538022357, 0.01006433751246997, -0.004, 0.001}; +Point(17979) = {-0.03567870602811241, 0.009799486525299697, -0.004, 0.001}; +Point(18027) = {-0.03567870602811241, 0.009799486525299697, 0.008, 0.001}; +Point(18031) = {-0.03664299538022357, 0.01006433751246997, 0.008, 0.001}; +Point(18071) = {-0.03375012732389008, 0.009269784550959156, -0.001, 0.004}; +Point(18075) = {-0.01687506366194504, 0.004634892275479578, -0.001, 0.004}; +Point(18123) = {-0.01687506366194504, 0.004634892275479578, 0.005, 0.004}; +Point(18127) = {-0.03375012732389008, 0.009269784550959156, 0.005, 0.004}; +Point(18166) = {-0.01690370196005864, 0.004529333289294102, 0.003, 0.004}; +Point(18167) = {-0.01207407282861333, 0.003235238063781507, 0.003, 0.004}; +Point(18171) = {-0.01207407282861333, 0.003235238063781507, 0.004, 0.004}; +Point(18175) = {-0.009176295349746134, 0.002458780928473947, 0.004, 0.002666666666666667}; +Point(18179) = {-0.009176295349746134, 0.002458780928473947, 0, 0.002666666666666667}; +Point(18183) = {-0.01207407282861333, 0.003235238063781507, 0, 0.004}; +Point(18187) = {-0.01207407282861333, 0.003235238063781507, 0.001, 0.004}; +Point(18191) = {-0.01690370196005864, 0.004529333289294102, 0.001, 0.004}; +Point(18195) = {-0.03380740392011729, 0.009058666578588203, 0.001, 0.004}; +Point(18199) = {-0.03863703305156264, 0.01035276180410081, 0.001, 0.004}; +Point(18203) = {-0.03863703305156264, 0.01035276180410081, 0.003, 0.004}; +Point(18207) = {-0.03380740392011729, 0.009058666578588203, 0.003, 0.004}; +Point(18311) = {-0.03670518139898454, 0.009835123713895789, -0.004, 0.001}; +Point(18315) = {-0.03573925557269546, 0.009576304668793261, -0.004, 0.001}; +Point(18363) = {-0.03573925557269546, 0.009576304668793261, 0.008, 0.001}; +Point(18367) = {-0.03670518139898454, 0.009835123713895789, 0.008, 0.001}; +Point(18407) = {-0.03380740392011729, 0.009058666578588203, -0.001, 0.004}; +Point(18411) = {-0.01690370196005864, 0.004529333289294102, -0.001, 0.004}; +Point(18459) = {-0.01690370196005864, 0.004529333289294102, 0.005, 0.004}; +Point(18463) = {-0.03380740392011729, 0.009058666578588203, 0.005, 0.004}; +Point(18502) = {-0.01693167995946385, 0.004423597376602945, 0.003, 0.004}; +Point(18503) = {-0.01209405711390276, 0.003159712411859253, 0.003, 0.004}; +Point(18507) = {-0.01209405711390276, 0.003159712411859253, 0.004, 0.004}; +Point(18511) = {-0.009191483406566102, 0.002401381433013034, 0.004, 0.002666666666666667}; +Point(18515) = {-0.009191483406566102, 0.002401381433013034, 0, 0.002666666666666667}; +Point(18519) = {-0.01209405711390276, 0.003159712411859253, 0, 0.004}; +Point(18523) = {-0.01209405711390276, 0.003159712411859253, 0.001, 0.004}; +Point(18527) = {-0.01693167995946385, 0.004423597376602945, 0.001, 0.004}; +Point(18531) = {-0.03386335991892769, 0.008847194753205891, 0.001, 0.004}; +Point(18535) = {-0.03870098276448882, 0.01011107971794959, 0.001, 0.004}; +Point(18539) = {-0.03870098276448882, 0.01011107971794959, 0.003, 0.004}; +Point(18543) = {-0.03386335991892769, 0.008847194753205891, 0.003, 0.004}; +Point(18647) = {-0.03676593362626441, 0.009605525732052136, -0.004, 0.001}; +Point(18651) = {-0.03579840905715218, 0.009352748739103389, -0.004, 0.001}; +Point(18699) = {-0.03579840905715218, 0.009352748739103389, 0.008, 0.001}; +Point(18703) = {-0.03676593362626441, 0.009605525732052136, 0.008, 0.001}; +Point(18743) = {-0.03386335991892769, 0.008847194753205891, -0.001, 0.004}; +Point(18747) = {-0.01693167995946385, 0.004423597376602945, -0.001, 0.004}; +Point(18795) = {-0.01693167995946385, 0.004423597376602945, 0.005, 0.004}; +Point(18799) = {-0.03386335991892769, 0.008847194753205891, 0.005, 0.004}; +Point(18838) = {-0.0169589965672736, 0.004317688667701754, 0.003, 0.004}; +Point(18839) = {-0.01211356897662401, 0.003084063334072688, 0.003, 0.004}; +Point(18843) = {-0.01211356897662401, 0.003084063334072688, 0.004, 0.004}; +Point(18847) = {-0.009206312422234257, 0.002343888133895245, 0.004, 0.002666666666666667}; +Point(18851) = {-0.009206312422234257, 0.002343888133895245, 0, 0.002666666666666667}; +Point(18855) = {-0.01211356897662401, 0.003084063334072688, 0, 0.004}; +Point(18859) = {-0.01211356897662401, 0.003084063334072688, 0.001, 0.004}; +Point(18863) = {-0.0169589965672736, 0.004317688667701754, 0.001, 0.004}; +Point(18867) = {-0.03391799313454721, 0.008635377335403508, 0.001, 0.004}; +Point(18871) = {-0.03876342072519685, 0.009869002669032586, 0.001, 0.004}; +Point(18875) = {-0.03876342072519685, 0.009869002669032586, 0.003, 0.004}; +Point(18879) = {-0.03391799313454721, 0.008635377335403508, 0.003, 0.004}; +Point(18983) = {-0.03682524968893703, 0.009375552535580979, -0.004, 0.001}; +Point(18987) = {-0.03585616417080709, 0.009128827468855155, -0.004, 0.001}; +Point(19035) = {-0.03585616417080709, 0.009128827468855155, 0.008, 0.001}; +Point(19039) = {-0.03682524968893703, 0.009375552535580979, 0.008, 0.001}; +Point(19079) = {-0.03391799313454721, 0.008635377335403508, -0.001, 0.004}; +Point(19083) = {-0.0169589965672736, 0.004317688667701754, -0.001, 0.004}; +Point(19131) = {-0.0169589965672736, 0.004317688667701754, 0.005, 0.004}; +Point(19135) = {-0.03391799313454721, 0.008635377335403508, 0.005, 0.004}; +Point(19174) = {-0.01749863283030177, 0.0002187443034299234, 0.003, 0.004}; +Point(19175) = {-0.01249902345021556, 0.0001562459310213773, 0.003, 0.004}; +Point(19179) = {-0.01249902345021556, 0.0001562459310213773, 0.004, 0.004}; +Point(19183) = {-0.009499257822163836, 0.0001187469075762471, 0.004, 0.002666666666666667}; +Point(19187) = {-0.009499257822163836, 0.0001187469075762471, 0, 0.002666666666666667}; +Point(19191) = {-0.01249902345021556, 0.0001562459310213773, 0, 0.004}; +Point(19195) = {-0.01249902345021556, 0.0001562459310213773, 0.001, 0.004}; +Point(19199) = {-0.01749863283030177, 0.0002187443034299234, 0.001, 0.004}; +Point(19203) = {-0.03499726566060354, 0.0004374886068598469, 0.001, 0.004}; +Point(19207) = {-0.0399968750406898, 0.0004999869792683912, 0.001, 0.004}; +Point(19211) = {-0.0399968750406898, 0.0004999869792683912, 0.003, 0.004}; +Point(19215) = {-0.03499726566060354, 0.0004374886068598469, 0.003, 0.004}; +Point(19319) = {-0.03799703128865534, 0.0004749876303049884, -0.004, 0.001}; +Point(19323) = {-0.03699710941263808, 0.000462487955823274, -0.004, 0.001}; +Point(19371) = {-0.03699710941263808, 0.000462487955823274, 0.008, 0.001}; +Point(19375) = {-0.03799703128865534, 0.0004749876303049884, 0.008, 0.001}; +Point(19415) = {-0.03499726566060354, 0.0004374886068598469, -0.001, 0.004}; +Point(19419) = {-0.01749863283030177, 0.0002187443034299234, -0.001, 0.004}; +Point(19467) = {-0.01749863283030177, 0.0002187443034299234, 0.005, 0.004}; +Point(19471) = {-0.03499726566060354, 0.0004374886068598469, 0.005, 0.004}; +Point(19510) = {-0.01749965820423756, 0.0001093742879245703, 0.003, 0.004}; +Point(19511) = {-0.0124997558601697, 7.812449137469647e-05, 0.003, 0.004}; +Point(19515) = {-0.0124997558601697, 7.812449137469647e-05, 0.004, 0.004}; +Point(19519) = {-0.009499814453728979, 5.937461344476959e-05, 0.004, 0.002666666666666667}; +Point(19523) = {-0.009499814453728979, 5.937461344476959e-05, 0, 0.002666666666666667}; +Point(19527) = {-0.0124997558601697, 7.812449137469647e-05, 0, 0.004}; +Point(19531) = {-0.0124997558601697, 7.812449137469647e-05, 0.001, 0.004}; +Point(19535) = {-0.01749965820423756, 0.0001093742879245703, 0.001, 0.004}; +Point(19539) = {-0.03499931640847512, 0.0002187485758491406, 0.001, 0.004}; +Point(19543) = {-0.03999921875254304, 0.0002499983723990125, 0.001, 0.004}; +Point(19547) = {-0.03999921875254304, 0.0002499983723990125, 0.003, 0.004}; +Point(19551) = {-0.03499931640847512, 0.0002187485758491406, 0.003, 0.004}; +Point(19655) = {-0.03799925781491591, 0.0002374984537790784, -0.004, 0.001}; +Point(19659) = {-0.03699927734610232, 0.0002312484944690986, -0.004, 0.001}; +Point(19707) = {-0.03699927734610232, 0.0002312484944690986, 0.008, 0.001}; +Point(19711) = {-0.03799925781491591, 0.0002374984537790784, 0.008, 0.001}; +Point(19751) = {-0.03499931640847512, 0.0002187485758491406, -0.001, 0.004}; +Point(19755) = {-0.01749965820423756, 0.0001093742879245703, -0.001, 0.004}; +Point(19803) = {-0.01749965820423756, 0.0001093742879245703, 0.005, 0.004}; +Point(19807) = {-0.03499931640847512, 0.0002187485758491406, 0.005, 0.004}; +Point(19846) = {-0.01749999999999994, 2.818925648462312e-18, 0.003, 0.004}; +Point(19847) = {-0.01249999999999997, 5.312590645178972e-18, 0.003, 0.004}; +Point(19851) = {-0.01249999999999997, 5.312590645178972e-18, 0.004, 0.004}; +Point(19855) = {-0.009499999999999984, 4.269046054161674e-18, 0.004, 0.002666666666666667}; +Point(19859) = {-0.009499999999999984, 4.269046054161674e-18, 0, 0.002666666666666667}; +Point(19863) = {-0.01249999999999997, 5.312590645178972e-18, 0, 0.004}; +Point(19867) = {-0.01249999999999997, 5.312590645178972e-18, 0.001, 0.004}; +Point(19871) = {-0.01749999999999994, 2.818925648462312e-18, 0.001, 0.004}; +Point(19875) = {-0.03499999999999989, 5.637851296924623e-18, 0.001, 0.004}; +Point(19879) = {-0.03999999999999991, 7.589415207398531e-19, 0.001, 0.004}; +Point(19883) = {-0.03999999999999991, 7.589415207398531e-19, 0.003, 0.004}; +Point(19887) = {-0.03499999999999989, 5.637851296924623e-18, 0.003, 0.004}; +Point(19991) = {-0.03799999999999994, 1.707618421664669e-17, -0.004, 0.001}; +Point(19995) = {-0.03699999999999992, 1.271227047239254e-17, -0.004, 0.001}; +Point(20043) = {-0.03699999999999992, 1.271227047239254e-17, 0.008, 0.001}; +Point(20047) = {-0.03799999999999994, 1.707618421664669e-17, 0.008, 0.001}; +Point(20087) = {-0.03499999999999989, 5.637851296924623e-18, -0.001, 0.004}; +Point(20091) = {-0.01749999999999994, 2.818925648462312e-18, -0.001, 0.004}; +Point(20139) = {-0.01749999999999994, 2.818925648462312e-18, 0.005, 0.004}; +Point(20143) = {-0.03499999999999989, 5.637851296924623e-18, 0.005, 0.004}; +Point(20182) = {-0.01749965820423756, -0.0001093742879245647, 0.003, 0.004}; +Point(20183) = {-0.0124997558601697, -7.812449137468584e-05, 0.003, 0.004}; +Point(20187) = {-0.0124997558601697, -7.812449137468584e-05, 0.004, 0.004}; +Point(20191) = {-0.009499814453728977, -5.937461344476104e-05, 0.004, 0.002666666666666667}; +Point(20195) = {-0.009499814453728977, -5.937461344476104e-05, 0, 0.002666666666666667}; +Point(20199) = {-0.0124997558601697, -7.812449137468584e-05, 0, 0.004}; +Point(20203) = {-0.0124997558601697, -7.812449137468584e-05, 0.001, 0.004}; +Point(20207) = {-0.01749965820423756, -0.0001093742879245647, 0.001, 0.004}; +Point(20211) = {-0.03499931640847512, -0.0002187485758491294, 0.001, 0.004}; +Point(20215) = {-0.03999921875254304, -0.0002499983723990109, 0.001, 0.004}; +Point(20219) = {-0.03999921875254304, -0.0002499983723990109, 0.003, 0.004}; +Point(20223) = {-0.03499931640847512, -0.0002187485758491294, 0.003, 0.004}; +Point(20327) = {-0.03799925781491591, -0.0002374984537790441, -0.004, 0.001}; +Point(20331) = {-0.03699927734610231, -0.0002312484944690731, -0.004, 0.001}; +Point(20379) = {-0.03699927734610231, -0.0002312484944690731, 0.008, 0.001}; +Point(20383) = {-0.03799925781491591, -0.0002374984537790441, 0.008, 0.001}; +Point(20423) = {-0.03499931640847512, -0.0002187485758491294, -0.001, 0.004}; +Point(20427) = {-0.01749965820423756, -0.0001093742879245647, -0.001, 0.004}; +Point(20475) = {-0.01749965820423756, -0.0001093742879245647, 0.005, 0.004}; +Point(20479) = {-0.03499931640847512, -0.0002187485758491294, 0.005, 0.004}; +Point(20518) = {-0.01749863283030177, -0.0002187443034299178, 0.003, 0.004}; +Point(20519) = {-0.01249902345021556, -0.0001562459310213667, 0.003, 0.004}; +Point(20523) = {-0.01249902345021556, -0.0001562459310213667, 0.004, 0.004}; +Point(20527) = {-0.009499257822163832, -0.0001187469075762385, 0.004, 0.002666666666666667}; +Point(20531) = {-0.009499257822163832, -0.0001187469075762385, 0, 0.002666666666666667}; +Point(20535) = {-0.01249902345021556, -0.0001562459310213667, 0, 0.004}; +Point(20539) = {-0.01249902345021556, -0.0001562459310213667, 0.001, 0.004}; +Point(20543) = {-0.01749863283030177, -0.0002187443034299178, 0.001, 0.004}; +Point(20547) = {-0.03499726566060354, -0.0004374886068598355, 0.001, 0.004}; +Point(20551) = {-0.0399968750406898, -0.0004999869792683897, 0.001, 0.004}; +Point(20555) = {-0.0399968750406898, -0.0004999869792683897, 0.003, 0.004}; +Point(20559) = {-0.03499726566060354, -0.0004374886068598355, 0.003, 0.004}; +Point(20663) = {-0.03799703128865533, -0.0004749876303049541, -0.004, 0.001}; +Point(20667) = {-0.03699710941263807, -0.0004624879558232484, -0.004, 0.001}; +Point(20715) = {-0.03699710941263807, -0.0004624879558232484, 0.008, 0.001}; +Point(20719) = {-0.03799703128865533, -0.0004749876303049541, 0.008, 0.001}; +Point(20759) = {-0.03499726566060354, -0.0004374886068598355, -0.001, 0.004}; +Point(20763) = {-0.01749863283030177, -0.0002187443034299178, -0.001, 0.004}; +Point(20811) = {-0.01749863283030177, -0.0002187443034299178, 0.005, 0.004}; +Point(20815) = {-0.03499726566060354, -0.0004374886068598355, 0.005, 0.004}; +Point(20854) = {-0.0169589965672736, -0.004317688667701747, 0.003, 0.004}; +Point(20855) = {-0.01211356897662402, -0.003084063334072678, 0.003, 0.004}; +Point(20859) = {-0.01211356897662402, -0.003084063334072678, 0.004, 0.004}; +Point(20863) = {-0.009206312422234256, -0.002343888133895236, 0.004, 0.002666666666666667}; +Point(20867) = {-0.009206312422234256, -0.002343888133895236, 0, 0.002666666666666667}; +Point(20871) = {-0.01211356897662402, -0.003084063334072678, 0, 0.004}; +Point(20875) = {-0.01211356897662402, -0.003084063334072678, 0.001, 0.004}; +Point(20879) = {-0.0169589965672736, -0.004317688667701747, 0.001, 0.004}; +Point(20883) = {-0.03391799313454721, -0.008635377335403495, 0.001, 0.004}; +Point(20887) = {-0.03876342072519685, -0.009869002669032583, 0.001, 0.004}; +Point(20891) = {-0.03876342072519685, -0.009869002669032583, 0.003, 0.004}; +Point(20895) = {-0.03391799313454721, -0.008635377335403495, 0.003, 0.004}; +Point(20999) = {-0.03682524968893702, -0.009375552535580943, -0.004, 0.001}; +Point(21003) = {-0.03585616417080709, -0.009128827468855129, -0.004, 0.001}; +Point(21051) = {-0.03585616417080709, -0.009128827468855129, 0.008, 0.001}; +Point(21055) = {-0.03682524968893702, -0.009375552535580943, 0.008, 0.001}; +Point(21095) = {-0.03391799313454721, -0.008635377335403495, -0.001, 0.004}; +Point(21099) = {-0.0169589965672736, -0.004317688667701747, -0.001, 0.004}; +Point(21147) = {-0.0169589965672736, -0.004317688667701747, 0.005, 0.004}; +Point(21151) = {-0.03391799313454721, -0.008635377335403495, 0.005, 0.004}; +Point(21190) = {-0.01693167995946384, -0.004423597376602938, 0.003, 0.004}; +Point(21191) = {-0.01209405711390276, -0.003159712411859242, 0.003, 0.004}; +Point(21195) = {-0.01209405711390276, -0.003159712411859242, 0.004, 0.004}; +Point(21199) = {-0.009191483406566101, -0.002401381433013025, 0.004, 0.002666666666666667}; +Point(21203) = {-0.009191483406566101, -0.002401381433013025, 0, 0.002666666666666667}; +Point(21207) = {-0.01209405711390276, -0.003159712411859242, 0, 0.004}; +Point(21211) = {-0.01209405711390276, -0.003159712411859242, 0.001, 0.004}; +Point(21215) = {-0.01693167995946384, -0.004423597376602938, 0.001, 0.004}; +Point(21219) = {-0.03386335991892769, -0.008847194753205875, 0.001, 0.004}; +Point(21223) = {-0.03870098276448882, -0.01011107971794959, 0.001, 0.004}; +Point(21227) = {-0.03870098276448882, -0.01011107971794959, 0.003, 0.004}; +Point(21231) = {-0.03386335991892769, -0.008847194753205875, 0.003, 0.004}; +Point(21335) = {-0.0367659336262644, -0.0096055257320521, -0.004, 0.001}; +Point(21339) = {-0.03579840905715218, -0.009352748739103361, -0.004, 0.001}; +Point(21387) = {-0.03579840905715218, -0.009352748739103361, 0.008, 0.001}; +Point(21391) = {-0.0367659336262644, -0.0096055257320521, 0.008, 0.001}; +Point(21431) = {-0.03386335991892769, -0.008847194753205875, -0.001, 0.004}; +Point(21435) = {-0.01693167995946384, -0.004423597376602938, -0.001, 0.004}; +Point(21483) = {-0.01693167995946384, -0.004423597376602938, 0.005, 0.004}; +Point(21487) = {-0.03386335991892769, -0.008847194753205875, 0.005, 0.004}; +Point(21526) = {-0.01690370196005864, -0.004529333289294094, 0.003, 0.004}; +Point(21527) = {-0.01207407282861333, -0.003235238063781496, 0.003, 0.004}; +Point(21531) = {-0.01207407282861333, -0.003235238063781496, 0.004, 0.004}; +Point(21535) = {-0.009176295349746132, -0.002458780928473938, 0.004, 0.002666666666666667}; +Point(21539) = {-0.009176295349746132, -0.002458780928473938, 0, 0.002666666666666667}; +Point(21543) = {-0.01207407282861333, -0.003235238063781496, 0, 0.004}; +Point(21547) = {-0.01207407282861333, -0.003235238063781496, 0.001, 0.004}; +Point(21551) = {-0.01690370196005864, -0.004529333289294094, 0.001, 0.004}; +Point(21555) = {-0.03380740392011727, -0.009058666578588188, 0.001, 0.004}; +Point(21559) = {-0.03863703305156264, -0.0103527618041008, 0.001, 0.004}; +Point(21563) = {-0.03863703305156264, -0.0103527618041008, 0.003, 0.004}; +Point(21567) = {-0.03380740392011727, -0.009058666578588188, 0.003, 0.004}; +Point(21671) = {-0.03670518139898453, -0.009835123713895753, -0.004, 0.001}; +Point(21675) = {-0.03573925557269545, -0.009576304668793233, -0.004, 0.001}; +Point(21723) = {-0.03573925557269545, -0.009576304668793233, 0.008, 0.001}; +Point(21727) = {-0.03670518139898453, -0.009835123713895753, 0.008, 0.001}; +Point(21767) = {-0.03380740392011727, -0.009058666578588188, -0.001, 0.004}; +Point(21771) = {-0.01690370196005864, -0.004529333289294094, -0.001, 0.004}; +Point(21819) = {-0.01690370196005864, -0.004529333289294094, 0.005, 0.004}; +Point(21823) = {-0.03380740392011727, -0.009058666578588188, 0.005, 0.004}; +Point(21862) = {-0.01687506366194503, -0.00463489227547957, 0.003, 0.004}; +Point(21863) = {-0.01205361690138932, -0.003310637339628265, 0.003, 0.004}; +Point(21867) = {-0.01205361690138932, -0.003310637339628265, 0.004, 0.004}; +Point(21871) = {-0.00916074884505589, -0.002516084378117483, 0.004, 0.002666666666666667}; +Point(21875) = {-0.00916074884505589, -0.002516084378117483, 0, 0.002666666666666667}; +Point(21879) = {-0.01205361690138932, -0.003310637339628265, 0, 0.004}; +Point(21883) = {-0.01205361690138932, -0.003310637339628265, 0.001, 0.004}; +Point(21887) = {-0.01687506366194503, -0.00463489227547957, 0.001, 0.004}; +Point(21891) = {-0.03375012732389006, -0.009269784550959139, 0.001, 0.004}; +Point(21895) = {-0.03857157408444582, -0.01059403948681046, 0.001, 0.004}; +Point(21899) = {-0.03857157408444582, -0.01059403948681046, 0.003, 0.004}; +Point(21903) = {-0.03375012732389006, -0.009269784550959139, 0.003, 0.004}; +Point(22007) = {-0.03664299538022356, -0.01006433751246993, -0.004, 0.001}; +Point(22011) = {-0.0356787060281124, -0.00979948652529967, -0.004, 0.001}; +Point(22059) = {-0.0356787060281124, -0.00979948652529967, 0.008, 0.001}; +Point(22063) = {-0.03664299538022356, -0.01006433751246993, 0.008, 0.001}; +Point(22103) = {-0.03375012732389006, -0.009269784550959139, -0.001, 0.004}; +Point(22107) = {-0.01687506366194503, -0.00463489227547957, -0.001, 0.004}; +Point(22155) = {-0.01687506366194503, -0.00463489227547957, 0.005, 0.004}; +Point(22159) = {-0.03375012732389006, -0.009269784550959139, 0.005, 0.004}; +Point(22198) = {-0.0168457661838029, -0.004740270211774891, 0.003, 0.004}; +Point(22199) = {-0.0120326901312878, -0.003385907294124924, 0.003, 0.004}; +Point(22203) = {-0.0120326901312878, -0.003385907294124924, 0.004, 0.004}; +Point(22207) = {-0.009144844499778735, -0.002573289543534943, 0.004, 0.002666666666666667}; +Point(22211) = {-0.009144844499778735, -0.002573289543534943, 0, 0.002666666666666667}; +Point(22215) = {-0.0120326901312878, -0.003385907294124924, 0, 0.004}; +Point(22219) = {-0.0120326901312878, -0.003385907294124924, 0.001, 0.004}; +Point(22223) = {-0.0168457661838029, -0.004740270211774891, 0.001, 0.004}; +Point(22227) = {-0.0336915323676058, -0.009480540423549783, 0.001, 0.004}; +Point(22231) = {-0.03850460842012096, -0.01083490334119977, 0.001, 0.004}; +Point(22235) = {-0.03850460842012096, -0.01083490334119977, 0.003, 0.004}; +Point(22239) = {-0.0336915323676058, -0.009480540423549783, 0.003, 0.004}; +Point(22343) = {-0.03657937799911494, -0.01029315817413977, -0.004, 0.001}; +Point(22347) = {-0.0356167627886119, -0.01002228559060978, -0.004, 0.001}; +Point(22395) = {-0.0356167627886119, -0.01002228559060978, 0.008, 0.001}; +Point(22399) = {-0.03657937799911494, -0.01029315817413977, 0.008, 0.001}; +Point(22439) = {-0.0336915323676058, -0.009480540423549783, -0.001, 0.004}; +Point(22443) = {-0.0168457661838029, -0.004740270211774891, -0.001, 0.004}; +Point(22491) = {-0.0168457661838029, -0.004740270211774891, 0.005, 0.004}; +Point(22495) = {-0.0336915323676058, -0.009480540423549783, 0.005, 0.004}; +Point(22534) = {-0.01526363271425268, -0.008559878291447434, 0.003, 0.004}; +Point(22535) = {-0.01090259479589479, -0.006114198779605316, 0.003, 0.004}; +Point(22539) = {-0.01090259479589479, -0.006114198779605316, 0.004, 0.004}; +Point(22543) = {-0.008285972044880043, -0.004646791072500042, 0.004, 0.002666666666666667}; +Point(22547) = {-0.008285972044880043, -0.004646791072500042, 0, 0.002666666666666667}; +Point(22551) = {-0.01090259479589479, -0.006114198779605316, 0, 0.004}; +Point(22555) = {-0.01090259479589479, -0.006114198779605316, 0.001, 0.004}; +Point(22559) = {-0.01526363271425268, -0.008559878291447434, 0.001, 0.004}; +Point(22563) = {-0.03052726542850536, -0.01711975658289487, 0.001, 0.004}; +Point(22567) = {-0.03488830334686331, -0.01956543609473702, 0.001, 0.004}; +Point(22571) = {-0.03488830334686331, -0.01956543609473702, 0.003, 0.004}; +Point(22575) = {-0.03052726542850536, -0.01711975658289487, 0.003, 0.004}; +Point(22679) = {-0.03314388817952017, -0.01858716429000017, -0.004, 0.001}; +Point(22683) = {-0.03227168059584857, -0.01809802838763174, -0.004, 0.001}; +Point(22731) = {-0.03227168059584857, -0.01809802838763174, 0.008, 0.001}; +Point(22735) = {-0.03314388817952017, -0.01858716429000017, 0.008, 0.001}; +Point(22775) = {-0.03052726542850536, -0.01711975658289487, -0.001, 0.004}; +Point(22779) = {-0.01526363271425268, -0.008559878291447434, -0.001, 0.004}; +Point(22827) = {-0.01526363271425268, -0.008559878291447434, 0.005, 0.004}; +Point(22831) = {-0.03052726542850536, -0.01711975658289487, 0.005, 0.004}; +Point(22870) = {-0.01520983570637677, -0.008655108190255263, 0.003, 0.004}; +Point(22871) = {-0.01086416836169771, -0.006182220135896622, 0.003, 0.004}; +Point(22875) = {-0.01086416836169771, -0.006182220135896622, 0.004, 0.004}; +Point(22879) = {-0.008256767954890266, -0.004698487303281435, 0.004, 0.002666666666666667}; +Point(22883) = {-0.008256767954890266, -0.004698487303281435, 0, 0.002666666666666667}; +Point(22887) = {-0.01086416836169771, -0.006182220135896622, 0, 0.004}; +Point(22891) = {-0.01086416836169771, -0.006182220135896622, 0.001, 0.004}; +Point(22895) = {-0.01520983570637677, -0.008655108190255263, 0.001, 0.004}; +Point(22899) = {-0.03041967141275355, -0.01731021638051053, 0.001, 0.004}; +Point(22903) = {-0.03476533875743267, -0.0197831044348692, 0.001, 0.004}; +Point(22907) = {-0.03476533875743267, -0.0197831044348692, 0.003, 0.004}; +Point(22911) = {-0.03041967141275355, -0.01731021638051053, 0.003, 0.004}; +Point(23015) = {-0.03302707181956106, -0.01879394921312574, -0.004, 0.001}; +Point(23019) = {-0.03215793835062523, -0.01829937160225401, -0.004, 0.001}; +Point(23067) = {-0.03215793835062523, -0.01829937160225401, 0.008, 0.001}; +Point(23071) = {-0.03302707181956106, -0.01879394921312574, 0.008, 0.001}; +Point(23111) = {-0.03041967141275355, -0.01731021638051053, -0.001, 0.004}; +Point(23115) = {-0.01520983570637677, -0.008655108190255263, -0.001, 0.004}; +Point(23163) = {-0.01520983570637677, -0.008655108190255263, 0.005, 0.004}; +Point(23167) = {-0.03041967141275355, -0.01731021638051053, 0.005, 0.004}; +Point(23206) = {-0.01515544456622762, -0.008749999999999961, 0.003, 0.004}; +Point(23207) = {-0.01082531754730546, -0.006249999999999979, 0.003, 0.004}; +Point(23211) = {-0.01082531754730546, -0.006249999999999979, 0.004, 0.004}; +Point(23215) = {-0.008227241335952153, -0.004749999999999986, 0.004, 0.002666666666666667}; +Point(23219) = {-0.008227241335952153, -0.004749999999999986, 0, 0.002666666666666667}; +Point(23223) = {-0.01082531754730546, -0.006249999999999979, 0, 0.004}; +Point(23227) = {-0.01082531754730546, -0.006249999999999979, 0.001, 0.004}; +Point(23231) = {-0.01515544456622762, -0.008749999999999961, 0.001, 0.004}; +Point(23235) = {-0.03031088913245523, -0.01749999999999992, 0.001, 0.004}; +Point(23239) = {-0.03464101615137746, -0.01999999999999994, 0.001, 0.004}; +Point(23243) = {-0.03464101615137746, -0.01999999999999994, 0.003, 0.004}; +Point(23247) = {-0.03031088913245523, -0.01749999999999992, 0.003, 0.004}; +Point(23351) = {-0.03290896534380861, -0.01899999999999994, -0.004, 0.001}; +Point(23355) = {-0.03204293994002416, -0.01849999999999995, -0.004, 0.001}; +Point(23403) = {-0.03204293994002416, -0.01849999999999995, 0.008, 0.001}; +Point(23407) = {-0.03290896534380861, -0.01899999999999994, 0.008, 0.001}; +Point(23447) = {-0.03031088913245523, -0.01749999999999992, -0.001, 0.004}; +Point(23451) = {-0.01515544456622762, -0.008749999999999961, -0.001, 0.004}; +Point(23499) = {-0.01515544456622762, -0.008749999999999961, 0.005, 0.004}; +Point(23503) = {-0.03031088913245523, -0.01749999999999992, 0.005, 0.004}; +Point(23542) = {-0.0151004614184522, -0.00884455001398228, 0.003, 0.004}; +Point(23543) = {-0.01078604387032302, -0.006317535724273063, 0.003, 0.004}; +Point(23547) = {-0.01078604387032302, -0.006317535724273063, 0.004, 0.004}; +Point(23551) = {-0.008197393341445501, -0.004801327150447531, 0.004, 0.002666666666666667}; +Point(23555) = {-0.008197393341445501, -0.004801327150447531, 0, 0.002666666666666667}; +Point(23559) = {-0.01078604387032302, -0.006317535724273063, 0, 0.004}; +Point(23563) = {-0.01078604387032302, -0.006317535724273063, 0.001, 0.004}; +Point(23567) = {-0.0151004614184522, -0.00884455001398228, 0.001, 0.004}; +Point(23571) = {-0.03020092283690441, -0.01768910002796456, 0.001, 0.004}; +Point(23575) = {-0.03451534038503366, -0.02021611431767381, 0.001, 0.004}; +Point(23579) = {-0.03451534038503366, -0.02021611431767381, 0.003, 0.004}; +Point(23583) = {-0.03020092283690441, -0.01768910002796456, 0.003, 0.004}; +Point(23687) = {-0.032789573365782, -0.01920530860179012, -0.004, 0.001}; +Point(23691) = {-0.03192668985615615, -0.01869990574384827, -0.004, 0.001}; +Point(23739) = {-0.03192668985615615, -0.01869990574384827, 0.008, 0.001}; +Point(23743) = {-0.032789573365782, -0.01920530860179012, 0.008, 0.001}; +Point(23783) = {-0.03020092283690441, -0.01768910002796456, -0.001, 0.004}; +Point(23787) = {-0.0151004614184522, -0.00884455001398228, -0.001, 0.004}; +Point(23835) = {-0.0151004614184522, -0.00884455001398228, 0.005, 0.004}; +Point(23839) = {-0.03020092283690441, -0.01768910002796456, 0.005, 0.004}; +Point(23878) = {-0.01504488841082275, -0.008938754538854317, 0.003, 0.004}; +Point(23879) = {-0.01074634886487342, -0.006384824670610234, 0.003, 0.004}; +Point(23883) = {-0.01074634886487342, -0.006384824670610234, 0.004, 0.004}; +Point(23887) = {-0.008167225137303799, -0.00485246674966378, 0.004, 0.002666666666666667}; +Point(23891) = {-0.008167225137303799, -0.00485246674966378, 0, 0.002666666666666667}; +Point(23895) = {-0.01074634886487342, -0.006384824670610234, 0, 0.004}; +Point(23899) = {-0.01074634886487342, -0.006384824670610234, 0.001, 0.004}; +Point(23903) = {-0.01504488841082275, -0.008938754538854317, 0.001, 0.004}; +Point(23907) = {-0.03008977682164551, -0.01787750907770863, 0.001, 0.004}; +Point(23911) = {-0.03438831636759491, -0.02043143894595276, 0.001, 0.004}; +Point(23915) = {-0.03438831636759491, -0.02043143894595276, 0.003, 0.004}; +Point(23919) = {-0.03008977682164551, -0.01787750907770863, 0.003, 0.004}; +Point(24023) = {-0.03266890054921519, -0.01940986699865512, -0.004, 0.001}; +Point(24027) = {-0.03180919264002531, -0.0188990810250063, -0.004, 0.001}; +Point(24075) = {-0.03180919264002531, -0.0188990810250063, 0.008, 0.001}; +Point(24079) = {-0.03266890054921519, -0.01940986699865512, 0.008, 0.001}; +Point(24119) = {-0.03008977682164551, -0.01787750907770863, -0.001, 0.004}; +Point(24123) = {-0.01504488841082275, -0.008938754538854317, -0.001, 0.004}; +Point(24171) = {-0.01504488841082275, -0.008938754538854317, 0.005, 0.004}; +Point(24175) = {-0.03008977682164551, -0.01787750907770863, 0.005, 0.004}; +Point(24214) = {-0.01252807751610115, -0.01221872635549869, 0.003, 0.004}; +Point(24215) = {-0.008948626797215123, -0.008727661682499077, 0.003, 0.004}; +Point(24219) = {-0.008948626797215123, -0.008727661682499077, 0.004, 0.004}; +Point(24223) = {-0.006800956365883496, -0.006633022878699301, 0.004, 0.002666666666666667}; +Point(24227) = {-0.006800956365883496, -0.006633022878699301, 0, 0.002666666666666667}; +Point(24231) = {-0.008948626797215123, -0.008727661682499077, 0, 0.004}; +Point(24235) = {-0.008948626797215123, -0.008727661682499077, 0.001, 0.004}; +Point(24239) = {-0.01252807751610115, -0.01221872635549869, 0.001, 0.004}; +Point(24243) = {-0.02505615503220229, -0.02443745271099738, 0.001, 0.004}; +Point(24247) = {-0.02863560575108837, -0.02792851738399706, 0.001, 0.004}; +Point(24251) = {-0.02863560575108837, -0.02792851738399706, 0.003, 0.004}; +Point(24255) = {-0.02505615503220229, -0.02443745271099738, 0.003, 0.004}; +Point(24359) = {-0.02720382546353398, -0.02653209151479721, -0.004, 0.001}; +Point(24363) = {-0.02648793531975676, -0.02583387858019728, -0.004, 0.001}; +Point(24411) = {-0.02648793531975676, -0.02583387858019728, 0.008, 0.001}; +Point(24415) = {-0.02720382546353398, -0.02653209151479721, 0.008, 0.001}; +Point(24455) = {-0.02505615503220229, -0.02443745271099738, -0.001, 0.004}; +Point(24459) = {-0.01252807751610115, -0.01221872635549869, -0.001, 0.004}; +Point(24507) = {-0.01252807751610115, -0.01221872635549869, 0.005, 0.004}; +Point(24511) = {-0.02505615503220229, -0.02443745271099738, 0.005, 0.004}; +Point(24550) = {-0.01245146628534208, -0.01229678768398425, 0.003, 0.004}; +Point(24551) = {-0.008893904489530077, -0.00878341977427448, 0.003, 0.004}; +Point(24555) = {-0.008893904489530077, -0.00878341977427448, 0.004, 0.004}; +Point(24559) = {-0.006759367412042861, -0.006675399028448606, 0.004, 0.002666666666666667}; +Point(24563) = {-0.006759367412042861, -0.006675399028448606, 0, 0.002666666666666667}; +Point(24567) = {-0.008893904489530077, -0.00878341977427448, 0, 0.004}; +Point(24571) = {-0.008893904489530077, -0.00878341977427448, 0.001, 0.004}; +Point(24575) = {-0.01245146628534208, -0.01229678768398425, 0.001, 0.004}; +Point(24579) = {-0.02490293257068417, -0.02459357536796851, 0.001, 0.004}; +Point(24583) = {-0.02846049436649622, -0.02810694327767834, 0.001, 0.004}; +Point(24587) = {-0.02846049436649622, -0.02810694327767834, 0.003, 0.004}; +Point(24591) = {-0.02490293257068417, -0.02459357536796851, 0.003, 0.004}; +Point(24695) = {-0.02703746964817145, -0.02670159611379442, -0.004, 0.001}; +Point(24699) = {-0.02632595728900903, -0.02599892253185247, -0.004, 0.001}; +Point(24747) = {-0.02632595728900903, -0.02599892253185247, 0.008, 0.001}; +Point(24751) = {-0.02703746964817145, -0.02670159611379442, 0.008, 0.001}; +Point(24791) = {-0.02490293257068417, -0.02459357536796851, -0.001, 0.004}; +Point(24795) = {-0.01245146628534208, -0.01229678768398425, -0.001, 0.004}; +Point(24843) = {-0.01245146628534208, -0.01229678768398425, 0.005, 0.004}; +Point(24847) = {-0.02490293257068417, -0.02459357536796851, 0.005, 0.004}; +Point(24886) = {-0.01237436867076453, -0.01237436867076453, 0.003, 0.004}; +Point(24887) = {-0.008838834764831827, -0.008838834764831818, 0.003, 0.004}; +Point(24891) = {-0.008838834764831827, -0.008838834764831818, 0.004, 0.004}; +Point(24895) = {-0.006717514421272191, -0.006717514421272182, 0.004, 0.002666666666666667}; +Point(24899) = {-0.006717514421272191, -0.006717514421272182, 0, 0.002666666666666667}; +Point(24903) = {-0.008838834764831827, -0.008838834764831818, 0, 0.004}; +Point(24907) = {-0.008838834764831827, -0.008838834764831818, 0.001, 0.004}; +Point(24911) = {-0.01237436867076453, -0.01237436867076453, 0.001, 0.004}; +Point(24915) = {-0.02474873734152906, -0.02474873734152905, 0.001, 0.004}; +Point(24919) = {-0.02828427124746181, -0.02828427124746182, 0.001, 0.004}; +Point(24923) = {-0.02828427124746181, -0.02828427124746182, 0.003, 0.004}; +Point(24927) = {-0.02474873734152906, -0.02474873734152905, 0.003, 0.004}; +Point(25031) = {-0.02687005768508876, -0.02687005768508873, -0.004, 0.001}; +Point(25035) = {-0.0261629509039022, -0.02616295090390218, -0.004, 0.001}; +Point(25083) = {-0.0261629509039022, -0.02616295090390218, 0.008, 0.001}; +Point(25087) = {-0.02687005768508876, -0.02687005768508873, 0.008, 0.001}; +Point(25127) = {-0.02474873734152906, -0.02474873734152905, -0.001, 0.004}; +Point(25131) = {-0.01237436867076453, -0.01237436867076453, -0.001, 0.004}; +Point(25179) = {-0.01237436867076453, -0.01237436867076453, 0.005, 0.004}; +Point(25183) = {-0.02474873734152906, -0.02474873734152905, 0.005, 0.004}; +Point(25222) = {-0.01229678768398426, -0.01245146628534208, 0.003, 0.004}; +Point(25223) = {-0.008783419774274489, -0.008893904489530069, 0.003, 0.004}; +Point(25227) = {-0.008783419774274489, -0.008893904489530069, 0.004, 0.004}; +Point(25231) = {-0.006675399028448614, -0.006759367412042853, 0.004, 0.002666666666666667}; +Point(25235) = {-0.006675399028448614, -0.006759367412042853, 0, 0.002666666666666667}; +Point(25239) = {-0.008783419774274489, -0.008893904489530069, 0, 0.004}; +Point(25243) = {-0.008783419774274489, -0.008893904489530069, 0.001, 0.004}; +Point(25247) = {-0.01229678768398426, -0.01245146628534208, 0.001, 0.004}; +Point(25251) = {-0.02459357536796852, -0.02490293257068415, 0.001, 0.004}; +Point(25255) = {-0.02810694327767833, -0.02846049436649622, 0.001, 0.004}; +Point(25259) = {-0.02810694327767833, -0.02846049436649622, 0.003, 0.004}; +Point(25263) = {-0.02459357536796852, -0.02490293257068415, 0.003, 0.004}; +Point(25367) = {-0.02670159611379446, -0.02703746964817141, -0.004, 0.001}; +Point(25371) = {-0.02599892253185248, -0.026325957289009, -0.004, 0.001}; +Point(25419) = {-0.02599892253185248, -0.026325957289009, 0.008, 0.001}; +Point(25423) = {-0.02670159611379446, -0.02703746964817141, 0.008, 0.001}; +Point(25463) = {-0.02459357536796852, -0.02490293257068415, -0.001, 0.004}; +Point(25467) = {-0.01229678768398426, -0.01245146628534208, -0.001, 0.004}; +Point(25515) = {-0.01229678768398426, -0.01245146628534208, 0.005, 0.004}; +Point(25519) = {-0.02459357536796852, -0.02490293257068415, 0.005, 0.004}; +Point(25558) = {-0.0122187263554987, -0.01252807751610114, 0.003, 0.004}; +Point(25559) = {-0.008727661682499086, -0.008948626797215113, 0.003, 0.004}; +Point(25563) = {-0.008727661682499086, -0.008948626797215113, 0.004, 0.004}; +Point(25567) = {-0.006633022878699309, -0.006800956365883487, 0.004, 0.002666666666666667}; +Point(25571) = {-0.006633022878699309, -0.006800956365883487, 0, 0.002666666666666667}; +Point(25575) = {-0.008727661682499086, -0.008948626797215113, 0, 0.004}; +Point(25579) = {-0.008727661682499086, -0.008948626797215113, 0.001, 0.004}; +Point(25583) = {-0.0122187263554987, -0.01252807751610114, 0.001, 0.004}; +Point(25587) = {-0.02443745271099739, -0.02505615503220228, 0.001, 0.004}; +Point(25591) = {-0.02792851738399705, -0.02863560575108836, 0.001, 0.004}; +Point(25595) = {-0.02792851738399705, -0.02863560575108836, 0.003, 0.004}; +Point(25599) = {-0.02443745271099739, -0.02505615503220228, 0.003, 0.004}; +Point(25703) = {-0.02653209151479724, -0.02720382546353395, -0.004, 0.001}; +Point(25707) = {-0.02583387858019729, -0.02648793531975674, -0.004, 0.001}; +Point(25755) = {-0.02583387858019729, -0.02648793531975674, 0.008, 0.001}; +Point(25759) = {-0.02653209151479724, -0.02720382546353395, 0.008, 0.001}; +Point(25799) = {-0.02443745271099739, -0.02505615503220228, -0.001, 0.004}; +Point(25803) = {-0.0122187263554987, -0.01252807751610114, -0.001, 0.004}; +Point(25851) = {-0.0122187263554987, -0.01252807751610114, 0.005, 0.004}; +Point(25855) = {-0.02443745271099739, -0.02505615503220228, 0.005, 0.004}; +Point(25894) = {-0.008938754538854321, -0.01504488841082275, 0.003, 0.004}; +Point(25895) = {-0.006384824670610245, -0.01074634886487341, 0.003, 0.004}; +Point(25899) = {-0.006384824670610245, -0.01074634886487341, 0.004, 0.004}; +Point(25903) = {-0.004852466749663789, -0.008167225137303792, 0.004, 0.002666666666666667}; +Point(25907) = {-0.004852466749663789, -0.008167225137303792, 0, 0.002666666666666667}; +Point(25911) = {-0.006384824670610245, -0.01074634886487341, 0, 0.004}; +Point(25915) = {-0.006384824670610245, -0.01074634886487341, 0.001, 0.004}; +Point(25919) = {-0.008938754538854321, -0.01504488841082275, 0.001, 0.004}; +Point(25923) = {-0.01787750907770864, -0.03008977682164549, 0.001, 0.004}; +Point(25927) = {-0.02043143894595275, -0.0343883163675949, 0.001, 0.004}; +Point(25931) = {-0.02043143894595275, -0.0343883163675949, 0.003, 0.004}; +Point(25935) = {-0.01787750907770864, -0.03008977682164549, 0.003, 0.004}; +Point(26039) = {-0.01940986699865516, -0.03266890054921517, -0.004, 0.001}; +Point(26043) = {-0.01889908102500631, -0.03180919264002529, -0.004, 0.001}; +Point(26091) = {-0.01889908102500631, -0.03180919264002529, 0.008, 0.001}; +Point(26095) = {-0.01940986699865516, -0.03266890054921517, 0.008, 0.001}; +Point(26135) = {-0.01787750907770864, -0.03008977682164549, -0.001, 0.004}; +Point(26139) = {-0.008938754538854321, -0.01504488841082275, -0.001, 0.004}; +Point(26187) = {-0.008938754538854321, -0.01504488841082275, 0.005, 0.004}; +Point(26191) = {-0.01787750907770864, -0.03008977682164549, 0.005, 0.004}; +Point(26230) = {-0.008844550013982282, -0.0151004614184522, 0.003, 0.004}; +Point(26231) = {-0.006317535724273075, -0.01078604387032301, 0.003, 0.004}; +Point(26235) = {-0.006317535724273075, -0.01078604387032301, 0.004, 0.004}; +Point(26239) = {-0.00480132715044754, -0.008197393341445492, 0.004, 0.002666666666666667}; +Point(26243) = {-0.00480132715044754, -0.008197393341445492, 0, 0.002666666666666667}; +Point(26247) = {-0.006317535724273075, -0.01078604387032301, 0, 0.004}; +Point(26251) = {-0.006317535724273075, -0.01078604387032301, 0.001, 0.004}; +Point(26255) = {-0.008844550013982282, -0.0151004614184522, 0.001, 0.004}; +Point(26259) = {-0.01768910002796456, -0.03020092283690439, 0.001, 0.004}; +Point(26263) = {-0.0202161143176738, -0.03451534038503364, 0.001, 0.004}; +Point(26267) = {-0.0202161143176738, -0.03451534038503364, 0.003, 0.004}; +Point(26271) = {-0.01768910002796456, -0.03020092283690439, 0.003, 0.004}; +Point(26375) = {-0.01920530860179016, -0.03278957336578197, -0.004, 0.001}; +Point(26379) = {-0.01869990574384829, -0.03192668985615613, -0.004, 0.001}; +Point(26427) = {-0.01869990574384829, -0.03192668985615613, 0.008, 0.001}; +Point(26431) = {-0.01920530860179016, -0.03278957336578197, 0.008, 0.001}; +Point(26471) = {-0.01768910002796456, -0.03020092283690439, -0.001, 0.004}; +Point(26475) = {-0.008844550013982282, -0.0151004614184522, -0.001, 0.004}; +Point(26523) = {-0.008844550013982282, -0.0151004614184522, 0.005, 0.004}; +Point(26527) = {-0.01768910002796456, -0.03020092283690439, 0.005, 0.004}; +Point(26566) = {-0.008749999999999963, -0.01515544456622761, 0.003, 0.004}; +Point(26567) = {-0.00624999999999999, -0.01082531754730545, 0.003, 0.004}; +Point(26571) = {-0.00624999999999999, -0.01082531754730545, 0.004, 0.004}; +Point(26575) = {-0.004749999999999996, -0.008227241335952144, 0.004, 0.002666666666666667}; +Point(26579) = {-0.004749999999999996, -0.008227241335952144, 0, 0.002666666666666667}; +Point(26583) = {-0.00624999999999999, -0.01082531754730545, 0, 0.004}; +Point(26587) = {-0.00624999999999999, -0.01082531754730545, 0.001, 0.004}; +Point(26591) = {-0.008749999999999963, -0.01515544456622761, 0.001, 0.004}; +Point(26595) = {-0.01749999999999993, -0.03031088913245521, 0.001, 0.004}; +Point(26599) = {-0.01999999999999993, -0.03464101615137744, 0.001, 0.004}; +Point(26603) = {-0.01999999999999993, -0.03464101615137744, 0.003, 0.004}; +Point(26607) = {-0.01749999999999993, -0.03031088913245521, 0.003, 0.004}; +Point(26711) = {-0.01899999999999998, -0.03290896534380858, -0.004, 0.001}; +Point(26715) = {-0.01849999999999996, -0.03204293994002414, -0.004, 0.001}; +Point(26763) = {-0.01849999999999996, -0.03204293994002414, 0.008, 0.001}; +Point(26767) = {-0.01899999999999998, -0.03290896534380858, 0.008, 0.001}; +Point(26807) = {-0.01749999999999993, -0.03031088913245521, -0.001, 0.004}; +Point(26811) = {-0.008749999999999963, -0.01515544456622761, -0.001, 0.004}; +Point(26859) = {-0.008749999999999963, -0.01515544456622761, 0.005, 0.004}; +Point(26863) = {-0.01749999999999993, -0.03031088913245521, 0.005, 0.004}; +Point(26902) = {-0.008655108190255263, -0.01520983570637676, 0.003, 0.004}; +Point(26903) = {-0.006182220135896633, -0.0108641683616977, 0.003, 0.004}; +Point(26907) = {-0.006182220135896633, -0.0108641683616977, 0.004, 0.004}; +Point(26911) = {-0.004698487303281444, -0.008256767954890257, 0.004, 0.002666666666666667}; +Point(26915) = {-0.004698487303281444, -0.008256767954890257, 0, 0.002666666666666667}; +Point(26919) = {-0.006182220135896633, -0.0108641683616977, 0, 0.004}; +Point(26923) = {-0.006182220135896633, -0.0108641683616977, 0.001, 0.004}; +Point(26927) = {-0.008655108190255263, -0.01520983570637676, 0.001, 0.004}; +Point(26931) = {-0.01731021638051053, -0.03041967141275352, 0.001, 0.004}; +Point(26935) = {-0.01978310443486919, -0.03476533875743265, 0.001, 0.004}; +Point(26939) = {-0.01978310443486919, -0.03476533875743265, 0.003, 0.004}; +Point(26943) = {-0.01731021638051053, -0.03041967141275352, 0.003, 0.004}; +Point(27047) = {-0.01879394921312577, -0.03302707181956103, -0.004, 0.001}; +Point(27051) = {-0.01829937160225402, -0.03215793835062521, -0.004, 0.001}; +Point(27099) = {-0.01829937160225402, -0.03215793835062521, 0.008, 0.001}; +Point(27103) = {-0.01879394921312577, -0.03302707181956103, 0.008, 0.001}; +Point(27143) = {-0.01731021638051053, -0.03041967141275352, -0.001, 0.004}; +Point(27147) = {-0.008655108190255263, -0.01520983570637676, -0.001, 0.004}; +Point(27195) = {-0.008655108190255263, -0.01520983570637676, 0.005, 0.004}; +Point(27199) = {-0.01731021638051053, -0.03041967141275352, 0.005, 0.004}; +Point(27238) = {-0.008559878291447434, -0.01526363271425266, 0.003, 0.004}; +Point(27239) = {-0.006114198779605326, -0.01090259479589478, 0.003, 0.004}; +Point(27243) = {-0.006114198779605326, -0.01090259479589478, 0.004, 0.004}; +Point(27247) = {-0.004646791072500051, -0.008285972044880033, 0.004, 0.002666666666666667}; +Point(27251) = {-0.004646791072500051, -0.008285972044880033, 0, 0.002666666666666667}; +Point(27255) = {-0.006114198779605326, -0.01090259479589478, 0, 0.004}; +Point(27259) = {-0.006114198779605326, -0.01090259479589478, 0.001, 0.004}; +Point(27263) = {-0.008559878291447434, -0.01526363271425266, 0.001, 0.004}; +Point(27267) = {-0.01711975658289487, -0.03052726542850533, 0.001, 0.004}; +Point(27271) = {-0.01956543609473701, -0.03488830334686328, 0.001, 0.004}; +Point(27275) = {-0.01956543609473701, -0.03488830334686328, 0.003, 0.004}; +Point(27279) = {-0.01711975658289487, -0.03052726542850533, 0.003, 0.004}; +Point(27383) = {-0.0185871642900002, -0.03314388817952013, -0.004, 0.001}; +Point(27387) = {-0.01809802838763175, -0.03227168059584855, -0.004, 0.001}; +Point(27435) = {-0.01809802838763175, -0.03227168059584855, 0.008, 0.001}; +Point(27439) = {-0.0185871642900002, -0.03314388817952013, 0.008, 0.001}; +Point(27479) = {-0.01711975658289487, -0.03052726542850533, -0.001, 0.004}; +Point(27483) = {-0.008559878291447434, -0.01526363271425266, -0.001, 0.004}; +Point(27531) = {-0.008559878291447434, -0.01526363271425266, 0.005, 0.004}; +Point(27535) = {-0.01711975658289487, -0.03052726542850533, 0.005, 0.004}; +Point(27574) = {-0.004740270211774894, -0.01684576618380288, 0.003, 0.004}; +Point(27575) = {-0.003385907294124937, -0.01203269013128779, 0.003, 0.004}; +Point(27579) = {-0.003385907294124937, -0.01203269013128779, 0.004, 0.004}; +Point(27583) = {-0.002573289543534953, -0.009144844499778726, 0.004, 0.002666666666666667}; +Point(27587) = {-0.002573289543534953, -0.009144844499778726, 0, 0.002666666666666667}; +Point(27591) = {-0.003385907294124937, -0.01203269013128779, 0, 0.004}; +Point(27595) = {-0.003385907294124937, -0.01203269013128779, 0.001, 0.004}; +Point(27599) = {-0.004740270211774894, -0.01684576618380288, 0.001, 0.004}; +Point(27603) = {-0.009480540423549788, -0.03369153236760576, 0.001, 0.004}; +Point(27607) = {-0.01083490334119976, -0.03850460842012093, 0.001, 0.004}; +Point(27611) = {-0.01083490334119976, -0.03850460842012093, 0.003, 0.004}; +Point(27615) = {-0.009480540423549788, -0.03369153236760576, 0.003, 0.004}; +Point(27719) = {-0.01029315817413981, -0.03657937799911491, -0.004, 0.001}; +Point(27723) = {-0.0100222855906098, -0.03561676278861187, -0.004, 0.001}; +Point(27771) = {-0.0100222855906098, -0.03561676278861187, 0.008, 0.001}; +Point(27775) = {-0.01029315817413981, -0.03657937799911491, 0.008, 0.001}; +Point(27815) = {-0.009480540423549788, -0.03369153236760576, -0.001, 0.004}; +Point(27819) = {-0.004740270211774894, -0.01684576618380288, -0.001, 0.004}; +Point(27867) = {-0.004740270211774894, -0.01684576618380288, 0.005, 0.004}; +Point(27871) = {-0.009480540423549788, -0.03369153236760576, 0.005, 0.004}; +Point(27910) = {-0.004634892275479572, -0.01687506366194501, 0.003, 0.004}; +Point(27911) = {-0.003310637339628278, -0.01205361690138931, 0.003, 0.004}; +Point(27915) = {-0.003310637339628278, -0.01205361690138931, 0.004, 0.004}; +Point(27919) = {-0.002516084378117493, -0.009160748845055881, 0.004, 0.002666666666666667}; +Point(27923) = {-0.002516084378117493, -0.009160748845055881, 0, 0.002666666666666667}; +Point(27927) = {-0.003310637339628278, -0.01205361690138931, 0, 0.004}; +Point(27931) = {-0.003310637339628278, -0.01205361690138931, 0.001, 0.004}; +Point(27935) = {-0.004634892275479572, -0.01687506366194501, 0.001, 0.004}; +Point(27939) = {-0.009269784550959144, -0.03375012732389002, 0.001, 0.004}; +Point(27943) = {-0.01059403948681045, -0.03857157408444579, 0.001, 0.004}; +Point(27947) = {-0.01059403948681045, -0.03857157408444579, 0.003, 0.004}; +Point(27951) = {-0.009269784550959144, -0.03375012732389002, 0.003, 0.004}; +Point(28055) = {-0.01006433751246997, -0.03664299538022352, -0.004, 0.001}; +Point(28059) = {-0.009799486525299687, -0.03567870602811237, -0.004, 0.001}; +Point(28107) = {-0.009799486525299687, -0.03567870602811237, 0.008, 0.001}; +Point(28111) = {-0.01006433751246997, -0.03664299538022352, 0.008, 0.001}; +Point(28151) = {-0.009269784550959144, -0.03375012732389002, -0.001, 0.004}; +Point(28155) = {-0.004634892275479572, -0.01687506366194501, -0.001, 0.004}; +Point(28203) = {-0.004634892275479572, -0.01687506366194501, 0.005, 0.004}; +Point(28207) = {-0.009269784550959144, -0.03375012732389002, 0.005, 0.004}; +Point(28246) = {-0.004529333289294096, -0.01690370196005861, 0.003, 0.004}; +Point(28247) = {-0.003235238063781509, -0.01207407282861332, 0.003, 0.004}; +Point(28251) = {-0.003235238063781509, -0.01207407282861332, 0.004, 0.004}; +Point(28255) = {-0.002458780928473949, -0.009176295349746124, 0.004, 0.002666666666666667}; +Point(28259) = {-0.002458780928473949, -0.009176295349746124, 0, 0.002666666666666667}; +Point(28263) = {-0.003235238063781509, -0.01207407282861332, 0, 0.004}; +Point(28267) = {-0.003235238063781509, -0.01207407282861332, 0.001, 0.004}; +Point(28271) = {-0.004529333289294096, -0.01690370196005861, 0.001, 0.004}; +Point(28275) = {-0.009058666578588191, -0.03380740392011723, 0.001, 0.004}; +Point(28279) = {-0.01035276180410079, -0.0386370330515626, 0.001, 0.004}; +Point(28283) = {-0.01035276180410079, -0.0386370330515626, 0.003, 0.004}; +Point(28287) = {-0.009058666578588191, -0.03380740392011723, 0.003, 0.004}; +Point(28391) = {-0.009835123713895794, -0.03670518139898449, -0.004, 0.001}; +Point(28395) = {-0.009576304668793251, -0.03573925557269542, -0.004, 0.001}; +Point(28443) = {-0.009576304668793251, -0.03573925557269542, 0.008, 0.001}; +Point(28447) = {-0.009835123713895794, -0.03670518139898449, 0.008, 0.001}; +Point(28487) = {-0.009058666578588191, -0.03380740392011723, -0.001, 0.004}; +Point(28491) = {-0.004529333289294096, -0.01690370196005861, -0.001, 0.004}; +Point(28539) = {-0.004529333289294096, -0.01690370196005861, 0.005, 0.004}; +Point(28543) = {-0.009058666578588191, -0.03380740392011723, 0.005, 0.004}; +Point(28582) = {-0.004423597376602939, -0.01693167995946382, 0.003, 0.004}; +Point(28583) = {-0.003159712411859255, -0.01209405711390275, 0.003, 0.004}; +Point(28587) = {-0.003159712411859255, -0.01209405711390275, 0.004, 0.004}; +Point(28591) = {-0.002401381433013035, -0.009191483406566092, 0.004, 0.002666666666666667}; +Point(28595) = {-0.002401381433013035, -0.009191483406566092, 0, 0.002666666666666667}; +Point(28599) = {-0.003159712411859255, -0.01209405711390275, 0, 0.004}; +Point(28603) = {-0.003159712411859255, -0.01209405711390275, 0.001, 0.004}; +Point(28607) = {-0.004423597376602939, -0.01693167995946382, 0.001, 0.004}; +Point(28611) = {-0.008847194753205879, -0.03386335991892763, 0.001, 0.004}; +Point(28615) = {-0.01011107971794958, -0.03870098276448877, 0.001, 0.004}; +Point(28619) = {-0.01011107971794958, -0.03870098276448877, 0.003, 0.004}; +Point(28623) = {-0.008847194753205879, -0.03386335991892763, 0.003, 0.004}; +Point(28727) = {-0.009605525732052141, -0.03676593362626437, -0.004, 0.001}; +Point(28731) = {-0.009352748739103378, -0.03579840905715214, -0.004, 0.001}; +Point(28779) = {-0.009352748739103378, -0.03579840905715214, 0.008, 0.001}; +Point(28783) = {-0.009605525732052141, -0.03676593362626437, 0.008, 0.001}; +Point(28823) = {-0.008847194753205879, -0.03386335991892763, -0.001, 0.004}; +Point(28827) = {-0.004423597376602939, -0.01693167995946382, -0.001, 0.004}; +Point(28875) = {-0.004423597376602939, -0.01693167995946382, 0.005, 0.004}; +Point(28879) = {-0.008847194753205879, -0.03386335991892763, 0.005, 0.004}; +Point(28918) = {-0.004317688667701749, -0.01695899656727357, 0.003, 0.004}; +Point(28919) = {-0.00308406333407269, -0.012113568976624, 0.003, 0.004}; +Point(28923) = {-0.00308406333407269, -0.012113568976624, 0.004, 0.004}; +Point(28927) = {-0.002343888133895246, -0.009206312422234247, 0.004, 0.002666666666666667}; +Point(28931) = {-0.002343888133895246, -0.009206312422234247, 0, 0.002666666666666667}; +Point(28935) = {-0.00308406333407269, -0.012113568976624, 0, 0.004}; +Point(28939) = {-0.00308406333407269, -0.012113568976624, 0.001, 0.004}; +Point(28943) = {-0.004317688667701749, -0.01695899656727357, 0.001, 0.004}; +Point(28947) = {-0.008635377335403498, -0.03391799313454714, 0.001, 0.004}; +Point(28951) = {-0.009869002669032571, -0.0387634207251968, 0.001, 0.004}; +Point(28955) = {-0.009869002669032571, -0.0387634207251968, 0.003, 0.004}; +Point(28959) = {-0.008635377335403498, -0.03391799313454714, 0.003, 0.004}; +Point(29063) = {-0.009375552535580985, -0.03682524968893699, -0.004, 0.001}; +Point(29067) = {-0.009128827468855145, -0.03585616417080706, -0.004, 0.001}; +Point(29115) = {-0.009128827468855145, -0.03585616417080706, 0.008, 0.001}; +Point(29119) = {-0.009375552535580985, -0.03682524968893699, 0.008, 0.001}; +Point(29159) = {-0.008635377335403498, -0.03391799313454714, -0.001, 0.004}; +Point(29163) = {-0.004317688667701749, -0.01695899656727357, -0.001, 0.004}; +Point(29211) = {-0.004317688667701749, -0.01695899656727357, 0.005, 0.004}; +Point(29215) = {-0.008635377335403498, -0.03391799313454714, 0.005, 0.004}; +Point(29254) = {-0.000218744303429926, -0.01749863283030174, 0.003, 0.004}; +Point(29255) = {-0.0001562459310213817, -0.01249902345021555, 0.003, 0.004}; +Point(29259) = {-0.0001562459310213817, -0.01249902345021555, 0.004, 0.004}; +Point(29263) = {-0.0001187469075762506, -0.009499257822163825, 0.004, 0.002666666666666667}; +Point(29267) = {-0.0001187469075762506, -0.009499257822163825, 0, 0.002666666666666667}; +Point(29271) = {-0.0001562459310213817, -0.01249902345021555, 0, 0.004}; +Point(29275) = {-0.0001562459310213817, -0.01249902345021555, 0.001, 0.004}; +Point(29279) = {-0.000218744303429926, -0.01749863283030174, 0.001, 0.004}; +Point(29283) = {-0.0004374886068598521, -0.03499726566060348, 0.001, 0.004}; +Point(29287) = {-0.0004999869792683895, -0.03999687504068975, 0.001, 0.004}; +Point(29291) = {-0.0004999869792683895, -0.03999687504068975, 0.003, 0.004}; +Point(29295) = {-0.0004374886068598521, -0.03499726566060348, 0.003, 0.004}; +Point(29399) = {-0.0004749876303050023, -0.0379970312886553, -0.004, 0.001}; +Point(29403) = {-0.0004624879558232705, -0.03699710941263805, -0.004, 0.001}; +Point(29451) = {-0.0004624879558232705, -0.03699710941263805, 0.008, 0.001}; +Point(29455) = {-0.0004749876303050023, -0.0379970312886553, 0.008, 0.001}; +Point(29495) = {-0.0004374886068598521, -0.03499726566060348, -0.001, 0.004}; +Point(29499) = {-0.000218744303429926, -0.01749863283030174, -0.001, 0.004}; +Point(29547) = {-0.000218744303429926, -0.01749863283030174, 0.005, 0.004}; +Point(29551) = {-0.0004374886068598521, -0.03499726566060348, 0.005, 0.004}; +Point(29590) = {-0.0001093742879245731, -0.01749965820423753, 0.003, 0.004}; +Point(29591) = {-7.812449137470088e-05, -0.01249975586016969, 0.003, 0.004}; +Point(29595) = {-7.812449137470088e-05, -0.01249975586016969, 0.004, 0.004}; +Point(29599) = {-5.937461344477312e-05, -0.009499814453728968, 0.004, 0.002666666666666667}; +Point(29603) = {-5.937461344477312e-05, -0.009499814453728968, 0, 0.002666666666666667}; +Point(29607) = {-7.812449137470088e-05, -0.01249975586016969, 0, 0.004}; +Point(29611) = {-7.812449137470088e-05, -0.01249975586016969, 0.001, 0.004}; +Point(29615) = {-0.0001093742879245731, -0.01749965820423753, 0.001, 0.004}; +Point(29619) = {-0.0002187485758491462, -0.03499931640847506, 0.001, 0.004}; +Point(29623) = {-0.000249998372399011, -0.03999921875254299, 0.001, 0.004}; +Point(29627) = {-0.000249998372399011, -0.03999921875254299, 0.003, 0.004}; +Point(29631) = {-0.0002187485758491462, -0.03499931640847506, 0.003, 0.004}; +Point(29735) = {-0.0002374984537790925, -0.03799925781491587, -0.004, 0.001}; +Point(29739) = {-0.0002312484944690953, -0.03699927734610229, -0.004, 0.001}; +Point(29787) = {-0.0002312484944690953, -0.03699927734610229, 0.008, 0.001}; +Point(29791) = {-0.0002374984537790925, -0.03799925781491587, 0.008, 0.001}; +Point(29831) = {-0.0002187485758491462, -0.03499931640847506, -0.001, 0.004}; +Point(29835) = {-0.0001093742879245731, -0.01749965820423753, -0.001, 0.004}; +Point(29883) = {-0.0001093742879245731, -0.01749965820423753, 0.005, 0.004}; +Point(29887) = {-0.0002187485758491462, -0.03499931640847506, 0.005, 0.004}; +Point(29926) = {-5.800481622797449e-18, -0.01749999999999991, 0.003, 0.004}; +Point(29927) = {-9.798477133837746e-18, -0.01249999999999996, 0.003, 0.004}; +Point(29931) = {-9.798477133837746e-18, -0.01249999999999996, 0.004, 0.004}; +Point(29935) = {-7.867242014097942e-18, -0.009499999999999974, 0.004, 0.002666666666666667}; +Point(29939) = {-7.867242014097942e-18, -0.009499999999999974, 0, 0.002666666666666667}; +Point(29943) = {-9.798477133837746e-18, -0.01249999999999996, 0, 0.004}; +Point(29947) = {-9.798477133837746e-18, -0.01249999999999996, 0.001, 0.004}; +Point(29951) = {-5.800481622797449e-18, -0.01749999999999991, 0.001, 0.004}; +Point(29955) = {-1.16009632455949e-17, -0.03499999999999982, 0.001, 0.004}; +Point(29959) = {3.794707603699266e-19, -0.03999999999999986, 0.001, 0.004}; +Point(29963) = {3.794707603699266e-19, -0.03999999999999986, 0.003, 0.004}; +Point(29967) = {-1.16009632455949e-17, -0.03499999999999982, 0.003, 0.004}; +Point(30071) = {-3.146896805639177e-17, -0.03799999999999989, -0.004, 0.001}; +Point(30075) = {-9.568084172184577e-18, -0.03699999999999989, -0.004, 0.001}; +Point(30123) = {-9.568084172184577e-18, -0.03699999999999989, 0.008, 0.001}; +Point(30127) = {-3.146896805639177e-17, -0.03799999999999989, 0.008, 0.001}; +Point(30167) = {-1.16009632455949e-17, -0.03499999999999982, -0.001, 0.004}; +Point(30171) = {-5.800481622797449e-18, -0.01749999999999991, -0.001, 0.004}; +Point(30219) = {-5.800481622797449e-18, -0.01749999999999991, 0.005, 0.004}; +Point(30223) = {-1.16009632455949e-17, -0.03499999999999982, 0.005, 0.004}; +Point(30262) = {0.0001093742879245615, -0.01749965820423753, 0.003, 0.004}; +Point(30263) = {7.812449137468129e-05, -0.01249975586016969, 0.003, 0.004}; +Point(30267) = {7.812449137468129e-05, -0.01249975586016969, 0.004, 0.004}; +Point(30271) = {5.937461344475738e-05, -0.009499814453728966, 0.004, 0.002666666666666667}; +Point(30275) = {5.937461344475738e-05, -0.009499814453728966, 0, 0.002666666666666667}; +Point(30279) = {7.812449137468129e-05, -0.01249975586016969, 0, 0.004}; +Point(30283) = {7.812449137468129e-05, -0.01249975586016969, 0.001, 0.004}; +Point(30287) = {0.0001093742879245615, -0.01749965820423753, 0.001, 0.004}; +Point(30291) = {0.000218748575849123, -0.03499931640847506, 0.001, 0.004}; +Point(30295) = {0.0002499983723990118, -0.03999921875254299, 0.001, 0.004}; +Point(30299) = {0.0002499983723990118, -0.03999921875254299, 0.003, 0.004}; +Point(30303) = {0.000218748575849123, -0.03499931640847506, 0.003, 0.004}; +Point(30407) = {0.0002374984537790295, -0.03799925781491587, -0.004, 0.001}; +Point(30411) = {0.0002312484944690761, -0.03699927734610228, -0.004, 0.001}; +Point(30459) = {0.0002312484944690761, -0.03699927734610228, 0.008, 0.001}; +Point(30463) = {0.0002374984537790295, -0.03799925781491587, 0.008, 0.001}; +Point(30503) = {0.000218748575849123, -0.03499931640847506, -0.001, 0.004}; +Point(30507) = {0.0001093742879245615, -0.01749965820423753, -0.001, 0.004}; +Point(30555) = {0.0001093742879245615, -0.01749965820423753, 0.005, 0.004}; +Point(30559) = {0.000218748575849123, -0.03499931640847506, 0.005, 0.004}; +Point(30598) = {0.0002187443034299144, -0.01749863283030174, 0.003, 0.004}; +Point(30599) = {0.0001562459310213621, -0.01249902345021555, 0.003, 0.004}; +Point(30603) = {0.0001562459310213621, -0.01249902345021555, 0.004, 0.004}; +Point(30607) = {0.0001187469075762348, -0.009499257822163822, 0.004, 0.002666666666666667}; +Point(30611) = {0.0001187469075762348, -0.009499257822163822, 0, 0.002666666666666667}; +Point(30615) = {0.0001562459310213621, -0.01249902345021555, 0, 0.004}; +Point(30619) = {0.0001562459310213621, -0.01249902345021555, 0.001, 0.004}; +Point(30623) = {0.0002187443034299144, -0.01749863283030174, 0.001, 0.004}; +Point(30627) = {0.0004374886068598288, -0.03499726566060347, 0.001, 0.004}; +Point(30631) = {0.0004999869792683901, -0.03999687504068975, 0.001, 0.004}; +Point(30635) = {0.0004999869792683901, -0.03999687504068975, 0.003, 0.004}; +Point(30639) = {0.0004374886068598288, -0.03499726566060347, 0.003, 0.004}; +Point(30743) = {0.0004749876303049392, -0.03799703128865529, -0.004, 0.001}; +Point(30747) = {0.0004624879558232513, -0.03699710941263804, -0.004, 0.001}; +Point(30795) = {0.0004624879558232513, -0.03699710941263804, 0.008, 0.001}; +Point(30799) = {0.0004749876303049392, -0.03799703128865529, 0.008, 0.001}; +Point(30839) = {0.0004374886068598288, -0.03499726566060347, -0.001, 0.004}; +Point(30843) = {0.0002187443034299144, -0.01749863283030174, -0.001, 0.004}; +Point(30891) = {0.0002187443034299144, -0.01749863283030174, 0.005, 0.004}; +Point(30895) = {0.0004374886068598288, -0.03499726566060347, 0.005, 0.004}; +Point(30934) = {0.004317688667701738, -0.01695899656727357, 0.003, 0.004}; +Point(30935) = {0.00308406333407267, -0.01211356897662401, 0.003, 0.004}; +Point(30939) = {0.00308406333407267, -0.01211356897662401, 0.004, 0.004}; +Point(30943) = {0.00234388813389523, -0.009206312422234247, 0.004, 0.002666666666666667}; +Point(30947) = {0.00234388813389523, -0.009206312422234247, 0, 0.002666666666666667}; +Point(30951) = {0.00308406333407267, -0.01211356897662401, 0, 0.004}; +Point(30955) = {0.00308406333407267, -0.01211356897662401, 0.001, 0.004}; +Point(30959) = {0.004317688667701738, -0.01695899656727357, 0.001, 0.004}; +Point(30963) = {0.008635377335403475, -0.03391799313454714, 0.001, 0.004}; +Point(30967) = {0.009869002669032571, -0.0387634207251968, 0.001, 0.004}; +Point(30971) = {0.009869002669032571, -0.0387634207251968, 0.003, 0.004}; +Point(30975) = {0.008635377335403475, -0.03391799313454714, 0.003, 0.004}; +Point(31079) = {0.009375552535580919, -0.03682524968893699, -0.004, 0.001}; +Point(31083) = {0.009128827468855126, -0.03585616417080707, -0.004, 0.001}; +Point(31131) = {0.009128827468855126, -0.03585616417080707, 0.008, 0.001}; +Point(31135) = {0.009375552535580919, -0.03682524968893699, 0.008, 0.001}; +Point(31175) = {0.008635377335403475, -0.03391799313454714, -0.001, 0.004}; +Point(31179) = {0.004317688667701738, -0.01695899656727357, -0.001, 0.004}; +Point(31227) = {0.004317688667701738, -0.01695899656727357, 0.005, 0.004}; +Point(31231) = {0.008635377335403475, -0.03391799313454714, 0.005, 0.004}; +Point(31270) = {0.004423597376602927, -0.01693167995946381, 0.003, 0.004}; +Point(31271) = {0.003159712411859235, -0.01209405711390275, 0.003, 0.004}; +Point(31275) = {0.003159712411859235, -0.01209405711390275, 0.004, 0.004}; +Point(31279) = {0.002401381433013019, -0.009191483406566092, 0.004, 0.002666666666666667}; +Point(31283) = {0.002401381433013019, -0.009191483406566092, 0, 0.002666666666666667}; +Point(31287) = {0.003159712411859235, -0.01209405711390275, 0, 0.004}; +Point(31291) = {0.003159712411859235, -0.01209405711390275, 0.001, 0.004}; +Point(31295) = {0.004423597376602927, -0.01693167995946381, 0.001, 0.004}; +Point(31299) = {0.008847194753205855, -0.03386335991892762, 0.001, 0.004}; +Point(31303) = {0.01011107971794958, -0.03870098276448877, 0.001, 0.004}; +Point(31307) = {0.01011107971794958, -0.03870098276448877, 0.003, 0.004}; +Point(31311) = {0.008847194753205855, -0.03386335991892762, 0.003, 0.004}; +Point(31415) = {0.009605525732052075, -0.03676593362626437, -0.004, 0.001}; +Point(31419) = {0.009352748739103358, -0.03579840905715215, -0.004, 0.001}; +Point(31467) = {0.009352748739103358, -0.03579840905715215, 0.008, 0.001}; +Point(31471) = {0.009605525732052075, -0.03676593362626437, 0.008, 0.001}; +Point(31511) = {0.008847194753205855, -0.03386335991892762, -0.001, 0.004}; +Point(31515) = {0.004423597376602927, -0.01693167995946381, -0.001, 0.004}; +Point(31563) = {0.004423597376602927, -0.01693167995946381, 0.005, 0.004}; +Point(31567) = {0.008847194753205855, -0.03386335991892762, 0.005, 0.004}; +Point(31606) = {0.004529333289294083, -0.01690370196005861, 0.003, 0.004}; +Point(31607) = {0.003235238063781489, -0.01207407282861332, 0.003, 0.004}; +Point(31611) = {0.003235238063781489, -0.01207407282861332, 0.004, 0.004}; +Point(31615) = {0.002458780928473932, -0.009176295349746124, 0.004, 0.002666666666666667}; +Point(31619) = {0.002458780928473932, -0.009176295349746124, 0, 0.002666666666666667}; +Point(31623) = {0.003235238063781489, -0.01207407282861332, 0, 0.004}; +Point(31627) = {0.003235238063781489, -0.01207407282861332, 0.001, 0.004}; +Point(31631) = {0.004529333289294083, -0.01690370196005861, 0.001, 0.004}; +Point(31635) = {0.009058666578588165, -0.03380740392011721, 0.001, 0.004}; +Point(31639) = {0.01035276180410079, -0.03863703305156259, 0.001, 0.004}; +Point(31643) = {0.01035276180410079, -0.03863703305156259, 0.003, 0.004}; +Point(31647) = {0.009058666578588165, -0.03380740392011721, 0.003, 0.004}; +Point(31751) = {0.009835123713895728, -0.03670518139898449, -0.004, 0.001}; +Point(31755) = {0.00957630466879323, -0.03573925557269542, -0.004, 0.001}; +Point(31803) = {0.00957630466879323, -0.03573925557269542, 0.008, 0.001}; +Point(31807) = {0.009835123713895728, -0.03670518139898449, 0.008, 0.001}; +Point(31847) = {0.009058666578588165, -0.03380740392011721, -0.001, 0.004}; +Point(31851) = {0.004529333289294083, -0.01690370196005861, -0.001, 0.004}; +Point(31899) = {0.004529333289294083, -0.01690370196005861, 0.005, 0.004}; +Point(31903) = {0.009058666578588165, -0.03380740392011721, 0.005, 0.004}; +Point(31942) = {0.004634892275479558, -0.016875063661945, 0.003, 0.004}; +Point(31943) = {0.003310637339628258, -0.01205361690138931, 0.003, 0.004}; +Point(31947) = {0.003310637339628258, -0.01205361690138931, 0.004, 0.004}; +Point(31951) = {0.002516084378117477, -0.009160748845055881, 0.004, 0.002666666666666667}; +Point(31955) = {0.002516084378117477, -0.009160748845055881, 0, 0.002666666666666667}; +Point(31959) = {0.003310637339628258, -0.01205361690138931, 0, 0.004}; +Point(31963) = {0.003310637339628258, -0.01205361690138931, 0.001, 0.004}; +Point(31967) = {0.004634892275479558, -0.016875063661945, 0.001, 0.004}; +Point(31971) = {0.009269784550959117, -0.03375012732389, 0.001, 0.004}; +Point(31975) = {0.01059403948681045, -0.03857157408444577, 0.001, 0.004}; +Point(31979) = {0.01059403948681045, -0.03857157408444577, 0.003, 0.004}; +Point(31983) = {0.009269784550959117, -0.03375012732389, 0.003, 0.004}; +Point(32087) = {0.01006433751246991, -0.03664299538022352, -0.004, 0.001}; +Point(32091) = {0.009799486525299666, -0.03567870602811237, -0.004, 0.001}; +Point(32139) = {0.009799486525299666, -0.03567870602811237, 0.008, 0.001}; +Point(32143) = {0.01006433751246991, -0.03664299538022352, 0.008, 0.001}; +Point(32183) = {0.009269784550959117, -0.03375012732389, -0.001, 0.004}; +Point(32187) = {0.004634892275479558, -0.016875063661945, -0.001, 0.004}; +Point(32235) = {0.004634892275479558, -0.016875063661945, 0.005, 0.004}; +Point(32239) = {0.009269784550959117, -0.03375012732389, 0.005, 0.004}; +Point(32278) = {0.00474027021177488, -0.01684576618380287, 0.003, 0.004}; +Point(32279) = {0.003385907294124916, -0.01203269013128779, 0.003, 0.004}; +Point(32283) = {0.003385907294124916, -0.01203269013128779, 0.004, 0.004}; +Point(32287) = {0.002573289543534937, -0.009144844499778726, 0.004, 0.002666666666666667}; +Point(32291) = {0.002573289543534937, -0.009144844499778726, 0, 0.002666666666666667}; +Point(32295) = {0.003385907294124916, -0.01203269013128779, 0, 0.004}; +Point(32299) = {0.003385907294124916, -0.01203269013128779, 0.001, 0.004}; +Point(32303) = {0.00474027021177488, -0.01684576618380287, 0.001, 0.004}; +Point(32307) = {0.00948054042354976, -0.03369153236760573, 0.001, 0.004}; +Point(32311) = {0.01083490334119976, -0.03850460842012091, 0.001, 0.004}; +Point(32315) = {0.01083490334119976, -0.03850460842012091, 0.003, 0.004}; +Point(32319) = {0.00948054042354976, -0.03369153236760573, 0.003, 0.004}; +Point(32423) = {0.01029315817413975, -0.03657937799911491, -0.004, 0.001}; +Point(32427) = {0.01002228559060978, -0.03561676278861187, -0.004, 0.001}; +Point(32475) = {0.01002228559060978, -0.03561676278861187, 0.008, 0.001}; +Point(32479) = {0.01029315817413975, -0.03657937799911491, 0.008, 0.001}; +Point(32519) = {0.00948054042354976, -0.03369153236760573, -0.001, 0.004}; +Point(32523) = {0.00474027021177488, -0.01684576618380287, -0.001, 0.004}; +Point(32571) = {0.00474027021177488, -0.01684576618380287, 0.005, 0.004}; +Point(32575) = {0.00948054042354976, -0.03369153236760573, 0.005, 0.004}; +Point(32614) = {0.008559878291447416, -0.01526363271425265, 0.003, 0.004}; +Point(32615) = {0.006114198779605305, -0.01090259479589478, 0.003, 0.004}; +Point(32619) = {0.006114198779605305, -0.01090259479589478, 0.004, 0.004}; +Point(32623) = {0.004646791072500035, -0.008285972044880036, 0.004, 0.002666666666666667}; +Point(32627) = {0.004646791072500035, -0.008285972044880036, 0, 0.002666666666666667}; +Point(32631) = {0.006114198779605305, -0.01090259479589478, 0, 0.004}; +Point(32635) = {0.006114198779605305, -0.01090259479589478, 0.001, 0.004}; +Point(32639) = {0.008559878291447416, -0.01526363271425265, 0.001, 0.004}; +Point(32643) = {0.01711975658289483, -0.0305272654285053, 0.001, 0.004}; +Point(32647) = {0.019565436094737, -0.03488830334686327, 0.001, 0.004}; +Point(32651) = {0.019565436094737, -0.03488830334686327, 0.003, 0.004}; +Point(32655) = {0.01711975658289483, -0.0305272654285053, 0.003, 0.004}; +Point(32759) = {0.01858716429000014, -0.03314388817952015, -0.004, 0.001}; +Point(32763) = {0.01809802838763173, -0.03227168059584856, -0.004, 0.001}; +Point(32811) = {0.01809802838763173, -0.03227168059584856, 0.008, 0.001}; +Point(32815) = {0.01858716429000014, -0.03314388817952015, 0.008, 0.001}; +Point(32855) = {0.01711975658289483, -0.0305272654285053, -0.001, 0.004}; +Point(32859) = {0.008559878291447416, -0.01526363271425265, -0.001, 0.004}; +Point(32907) = {0.008559878291447416, -0.01526363271425265, 0.005, 0.004}; +Point(32911) = {0.01711975658289483, -0.0305272654285053, 0.005, 0.004}; +Point(32950) = {0.008655108190255245, -0.01520983570637674, 0.003, 0.004}; +Point(32951) = {0.006182220135896611, -0.0108641683616977, 0.003, 0.004}; +Point(32955) = {0.006182220135896611, -0.0108641683616977, 0.004, 0.004}; +Point(32959) = {0.004698487303281427, -0.008256767954890259, 0.004, 0.002666666666666667}; +Point(32963) = {0.004698487303281427, -0.008256767954890259, 0, 0.002666666666666667}; +Point(32967) = {0.006182220135896611, -0.0108641683616977, 0, 0.004}; +Point(32971) = {0.006182220135896611, -0.0108641683616977, 0.001, 0.004}; +Point(32975) = {0.008655108190255245, -0.01520983570637674, 0.001, 0.004}; +Point(32979) = {0.01731021638051049, -0.03041967141275349, 0.001, 0.004}; +Point(32983) = {0.01978310443486918, -0.03476533875743263, 0.001, 0.004}; +Point(32987) = {0.01978310443486918, -0.03476533875743263, 0.003, 0.004}; +Point(32991) = {0.01731021638051049, -0.03041967141275349, 0.003, 0.004}; +Point(33095) = {0.01879394921312571, -0.03302707181956104, -0.004, 0.001}; +Point(33099) = {0.01829937160225399, -0.03215793835062522, -0.004, 0.001}; +Point(33147) = {0.01829937160225399, -0.03215793835062522, 0.008, 0.001}; +Point(33151) = {0.01879394921312571, -0.03302707181956104, 0.008, 0.001}; +Point(33191) = {0.01731021638051049, -0.03041967141275349, -0.001, 0.004}; +Point(33195) = {0.008655108190255245, -0.01520983570637674, -0.001, 0.004}; +Point(33243) = {0.008655108190255245, -0.01520983570637674, 0.005, 0.004}; +Point(33247) = {0.01731021638051049, -0.03041967141275349, 0.005, 0.004}; +Point(33286) = {0.008749999999999944, -0.01515544456622759, 0.003, 0.004}; +Point(33287) = {0.006249999999999968, -0.01082531754730545, 0.003, 0.004}; +Point(33291) = {0.006249999999999968, -0.01082531754730545, 0.004, 0.004}; +Point(33295) = {0.004749999999999978, -0.008227241335952146, 0.004, 0.002666666666666667}; +Point(33299) = {0.004749999999999978, -0.008227241335952146, 0, 0.002666666666666667}; +Point(33303) = {0.006249999999999968, -0.01082531754730545, 0, 0.004}; +Point(33307) = {0.006249999999999968, -0.01082531754730545, 0.001, 0.004}; +Point(33311) = {0.008749999999999944, -0.01515544456622759, 0.001, 0.004}; +Point(33315) = {0.01749999999999989, -0.03031088913245518, 0.001, 0.004}; +Point(33319) = {0.01999999999999992, -0.03464101615137741, 0.001, 0.004}; +Point(33323) = {0.01999999999999992, -0.03464101615137741, 0.003, 0.004}; +Point(33327) = {0.01749999999999989, -0.03031088913245518, 0.003, 0.004}; +Point(33431) = {0.01899999999999991, -0.03290896534380858, -0.004, 0.001}; +Point(33435) = {0.01849999999999993, -0.03204293994002415, -0.004, 0.001}; +Point(33483) = {0.01849999999999993, -0.03204293994002415, 0.008, 0.001}; +Point(33487) = {0.01899999999999991, -0.03290896534380858, 0.008, 0.001}; +Point(33527) = {0.01749999999999989, -0.03031088913245518, -0.001, 0.004}; +Point(33531) = {0.008749999999999944, -0.01515544456622759, -0.001, 0.004}; +Point(33579) = {0.008749999999999944, -0.01515544456622759, 0.005, 0.004}; +Point(33583) = {0.01749999999999989, -0.03031088913245518, 0.005, 0.004}; +Point(33622) = {0.008844550013982263, -0.01510046141845217, 0.003, 0.004}; +Point(33623) = {0.006317535724273053, -0.01078604387032301, 0.003, 0.004}; +Point(33627) = {0.006317535724273053, -0.01078604387032301, 0.004, 0.004}; +Point(33631) = {0.004801327150447523, -0.008197393341445494, 0.004, 0.002666666666666667}; +Point(33635) = {0.004801327150447523, -0.008197393341445494, 0, 0.002666666666666667}; +Point(33639) = {0.006317535724273053, -0.01078604387032301, 0, 0.004}; +Point(33643) = {0.006317535724273053, -0.01078604387032301, 0.001, 0.004}; +Point(33647) = {0.008844550013982263, -0.01510046141845217, 0.001, 0.004}; +Point(33651) = {0.01768910002796453, -0.03020092283690435, 0.001, 0.004}; +Point(33655) = {0.02021611431767379, -0.03451534038503361, 0.001, 0.004}; +Point(33659) = {0.02021611431767379, -0.03451534038503361, 0.003, 0.004}; +Point(33663) = {0.01768910002796453, -0.03020092283690435, 0.003, 0.004}; +Point(33767) = {0.01920530860179009, -0.03278957336578198, -0.004, 0.001}; +Point(33771) = {0.01869990574384826, -0.03192668985615613, -0.004, 0.001}; +Point(33819) = {0.01869990574384826, -0.03192668985615613, 0.008, 0.001}; +Point(33823) = {0.01920530860179009, -0.03278957336578198, 0.008, 0.001}; +Point(33863) = {0.01768910002796453, -0.03020092283690435, -0.001, 0.004}; +Point(33867) = {0.008844550013982263, -0.01510046141845217, -0.001, 0.004}; +Point(33915) = {0.008844550013982263, -0.01510046141845217, 0.005, 0.004}; +Point(33919) = {0.01768910002796453, -0.03020092283690435, 0.005, 0.004}; +Point(33958) = {0.0089387545388543, -0.01504488841082272, 0.003, 0.004}; +Point(33959) = {0.006384824670610223, -0.01074634886487341, 0.003, 0.004}; +Point(33963) = {0.006384824670610223, -0.01074634886487341, 0.004, 0.004}; +Point(33967) = {0.004852466749663772, -0.008167225137303792, 0.004, 0.002666666666666667}; +Point(33971) = {0.004852466749663772, -0.008167225137303792, 0, 0.002666666666666667}; +Point(33975) = {0.006384824670610223, -0.01074634886487341, 0, 0.004}; +Point(33979) = {0.006384824670610223, -0.01074634886487341, 0.001, 0.004}; +Point(33983) = {0.0089387545388543, -0.01504488841082272, 0.001, 0.004}; +Point(33987) = {0.0178775090777086, -0.03008977682164545, 0.001, 0.004}; +Point(33991) = {0.02043143894595274, -0.03438831636759487, 0.001, 0.004}; +Point(33995) = {0.02043143894595274, -0.03438831636759487, 0.003, 0.004}; +Point(33999) = {0.0178775090777086, -0.03008977682164545, 0.003, 0.004}; +Point(34103) = {0.01940986699865509, -0.03266890054921517, -0.004, 0.001}; +Point(34107) = {0.01889908102500628, -0.0318091926400253, -0.004, 0.001}; +Point(34155) = {0.01889908102500628, -0.0318091926400253, 0.008, 0.001}; +Point(34159) = {0.01940986699865509, -0.03266890054921517, 0.008, 0.001}; +Point(34199) = {0.0178775090777086, -0.03008977682164545, -0.001, 0.004}; +Point(34203) = {0.0089387545388543, -0.01504488841082272, -0.001, 0.004}; +Point(34251) = {0.0089387545388543, -0.01504488841082272, 0.005, 0.004}; +Point(34255) = {0.0178775090777086, -0.03008977682164545, 0.005, 0.004}; +Point(34294) = {0.01221872635549867, -0.01252807751610112, 0.003, 0.004}; +Point(34295) = {0.008727661682499065, -0.008948626797215116, 0.003, 0.004}; +Point(34299) = {0.008727661682499065, -0.008948626797215116, 0.004, 0.004}; +Point(34303) = {0.006633022878699292, -0.006800956365883491, 0.004, 0.002666666666666667}; +Point(34307) = {0.006633022878699292, -0.006800956365883491, 0, 0.002666666666666667}; +Point(34311) = {0.008727661682499065, -0.008948626797215116, 0, 0.004}; +Point(34315) = {0.008727661682499065, -0.008948626797215116, 0.001, 0.004}; +Point(34319) = {0.01221872635549867, -0.01252807751610112, 0.001, 0.004}; +Point(34323) = {0.02443745271099734, -0.02505615503220224, 0.001, 0.004}; +Point(34327) = {0.02792851738399703, -0.02863560575108834, 0.001, 0.004}; +Point(34331) = {0.02792851738399703, -0.02863560575108834, 0.003, 0.004}; +Point(34335) = {0.02443745271099734, -0.02505615503220224, 0.003, 0.004}; +Point(34439) = {0.02653209151479717, -0.02720382546353396, -0.004, 0.001}; +Point(34443) = {0.02583387858019726, -0.02648793531975675, -0.004, 0.001}; +Point(34491) = {0.02583387858019726, -0.02648793531975675, 0.008, 0.001}; +Point(34495) = {0.02653209151479717, -0.02720382546353396, 0.008, 0.001}; +Point(34535) = {0.02443745271099734, -0.02505615503220224, -0.001, 0.004}; +Point(34539) = {0.01221872635549867, -0.01252807751610112, -0.001, 0.004}; +Point(34587) = {0.01221872635549867, -0.01252807751610112, 0.005, 0.004}; +Point(34591) = {0.02443745271099734, -0.02505615503220224, 0.005, 0.004}; +Point(34630) = {0.01229678768398423, -0.01245146628534206, 0.003, 0.004}; +Point(34631) = {0.008783419774274468, -0.00889390448953007, 0.003, 0.004}; +Point(34635) = {0.008783419774274468, -0.00889390448953007, 0.004, 0.004}; +Point(34639) = {0.006675399028448596, -0.006759367412042856, 0.004, 0.002666666666666667}; +Point(34643) = {0.006675399028448596, -0.006759367412042856, 0, 0.002666666666666667}; +Point(34647) = {0.008783419774274468, -0.00889390448953007, 0, 0.004}; +Point(34651) = {0.008783419774274468, -0.00889390448953007, 0.001, 0.004}; +Point(34655) = {0.01229678768398423, -0.01245146628534206, 0.001, 0.004}; +Point(34659) = {0.02459357536796846, -0.02490293257068412, 0.001, 0.004}; +Point(34663) = {0.02810694327767831, -0.02846049436649619, 0.001, 0.004}; +Point(34667) = {0.02810694327767831, -0.02846049436649619, 0.003, 0.004}; +Point(34671) = {0.02459357536796846, -0.02490293257068412, 0.003, 0.004}; +Point(34775) = {0.02670159611379438, -0.02703746964817142, -0.004, 0.001}; +Point(34779) = {0.02599892253185244, -0.02632595728900902, -0.004, 0.001}; +Point(34827) = {0.02599892253185244, -0.02632595728900902, 0.008, 0.001}; +Point(34831) = {0.02670159611379438, -0.02703746964817142, 0.008, 0.001}; +Point(34871) = {0.02459357536796846, -0.02490293257068412, -0.001, 0.004}; +Point(34875) = {0.01229678768398423, -0.01245146628534206, -0.001, 0.004}; +Point(34923) = {0.01229678768398423, -0.01245146628534206, 0.005, 0.004}; +Point(34927) = {0.02459357536796846, -0.02490293257068412, 0.005, 0.004}; +Point(34966) = {0.0123743686707645, -0.01237436867076451, 0.003, 0.004}; +Point(34967) = {0.008838834764831806, -0.00883883476483182, 0.003, 0.004}; +Point(34971) = {0.008838834764831806, -0.00883883476483182, 0.004, 0.004}; +Point(34975) = {0.006717514421272172, -0.006717514421272185, 0.004, 0.002666666666666667}; +Point(34979) = {0.006717514421272172, -0.006717514421272185, 0, 0.002666666666666667}; +Point(34983) = {0.008838834764831806, -0.00883883476483182, 0, 0.004}; +Point(34987) = {0.008838834764831806, -0.00883883476483182, 0.001, 0.004}; +Point(34991) = {0.0123743686707645, -0.01237436867076451, 0.001, 0.004}; +Point(34995) = {0.02474873734152901, -0.02474873734152902, 0.001, 0.004}; +Point(34999) = {0.02828427124746179, -0.02828427124746179, 0.001, 0.004}; +Point(35003) = {0.02828427124746179, -0.02828427124746179, 0.003, 0.004}; +Point(35007) = {0.02474873734152901, -0.02474873734152902, 0.003, 0.004}; +Point(35111) = {0.02687005768508869, -0.02687005768508874, -0.004, 0.001}; +Point(35115) = {0.02616295090390216, -0.0261629509039022, -0.004, 0.001}; +Point(35163) = {0.02616295090390216, -0.0261629509039022, 0.008, 0.001}; +Point(35167) = {0.02687005768508869, -0.02687005768508874, 0.008, 0.001}; +Point(35207) = {0.02474873734152901, -0.02474873734152902, -0.001, 0.004}; +Point(35211) = {0.0123743686707645, -0.01237436867076451, -0.001, 0.004}; +Point(35259) = {0.0123743686707645, -0.01237436867076451, 0.005, 0.004}; +Point(35263) = {0.02474873734152901, -0.02474873734152902, 0.005, 0.004}; +Point(35302) = {0.01245146628534205, -0.01229678768398424, 0.003, 0.004}; +Point(35303) = {0.008893904489530056, -0.008783419774274482, 0.003, 0.004}; +Point(35307) = {0.008893904489530056, -0.008783419774274482, 0.004, 0.004}; +Point(35311) = {0.006759367412042843, -0.006675399028448609, 0.004, 0.002666666666666667}; +Point(35315) = {0.006759367412042843, -0.006675399028448609, 0, 0.002666666666666667}; +Point(35319) = {0.008893904489530056, -0.008783419774274482, 0, 0.004}; +Point(35323) = {0.008893904489530056, -0.008783419774274482, 0.001, 0.004}; +Point(35327) = {0.01245146628534205, -0.01229678768398424, 0.001, 0.004}; +Point(35331) = {0.02490293257068411, -0.02459357536796847, 0.001, 0.004}; +Point(35335) = {0.02846049436649619, -0.02810694327767831, 0.001, 0.004}; +Point(35339) = {0.02846049436649619, -0.02810694327767831, 0.003, 0.004}; +Point(35343) = {0.02490293257068411, -0.02459357536796847, 0.003, 0.004}; +Point(35447) = {0.02703746964817137, -0.02670159611379444, -0.004, 0.001}; +Point(35451) = {0.02632595728900898, -0.02599892253185248, -0.004, 0.001}; +Point(35499) = {0.02632595728900898, -0.02599892253185248, 0.008, 0.001}; +Point(35503) = {0.02703746964817137, -0.02670159611379444, 0.008, 0.001}; +Point(35543) = {0.02490293257068411, -0.02459357536796847, -0.001, 0.004}; +Point(35547) = {0.01245146628534205, -0.01229678768398424, -0.001, 0.004}; +Point(35595) = {0.01245146628534205, -0.01229678768398424, 0.005, 0.004}; +Point(35599) = {0.02490293257068411, -0.02459357536796847, 0.005, 0.004}; +Point(35638) = {0.01252807751610112, -0.01221872635549867, 0.003, 0.004}; +Point(35639) = {0.008948626797215101, -0.008727661682499079, 0.003, 0.004}; +Point(35643) = {0.008948626797215101, -0.008727661682499079, 0.004, 0.004}; +Point(35647) = {0.006800956365883477, -0.006633022878699304, 0.004, 0.002666666666666667}; +Point(35651) = {0.006800956365883477, -0.006633022878699304, 0, 0.002666666666666667}; +Point(35655) = {0.008948626797215101, -0.008727661682499079, 0, 0.004}; +Point(35659) = {0.008948626797215101, -0.008727661682499079, 0.001, 0.004}; +Point(35663) = {0.01252807751610112, -0.01221872635549867, 0.001, 0.004}; +Point(35667) = {0.02505615503220223, -0.02443745271099735, 0.001, 0.004}; +Point(35671) = {0.02863560575108834, -0.02792851738399702, 0.001, 0.004}; +Point(35675) = {0.02863560575108834, -0.02792851738399702, 0.003, 0.004}; +Point(35679) = {0.02505615503220223, -0.02443745271099735, 0.003, 0.004}; +Point(35783) = {0.02720382546353391, -0.02653209151479722, -0.004, 0.001}; +Point(35787) = {0.02648793531975672, -0.02583387858019728, -0.004, 0.001}; +Point(35835) = {0.02648793531975672, -0.02583387858019728, 0.008, 0.001}; +Point(35839) = {0.02720382546353391, -0.02653209151479722, 0.008, 0.001}; +Point(35879) = {0.02505615503220223, -0.02443745271099735, -0.001, 0.004}; +Point(35883) = {0.01252807751610112, -0.01221872635549867, -0.001, 0.004}; +Point(35931) = {0.01252807751610112, -0.01221872635549867, 0.005, 0.004}; +Point(35935) = {0.02505615503220223, -0.02443745271099735, 0.005, 0.004}; +Point(35974) = {0.01504488841082272, -0.008938754538854305, 0.003, 0.004}; +Point(35975) = {0.01074634886487339, -0.00638482467061024, 0.003, 0.004}; +Point(35979) = {0.01074634886487339, -0.00638482467061024, 0.004, 0.004}; +Point(35983) = {0.00816722513730378, -0.004852466749663786, 0.004, 0.002666666666666667}; +Point(35987) = {0.00816722513730378, -0.004852466749663786, 0, 0.002666666666666667}; +Point(35991) = {0.01074634886487339, -0.00638482467061024, 0, 0.004}; +Point(35995) = {0.01074634886487339, -0.00638482467061024, 0.001, 0.004}; +Point(35999) = {0.01504488841082272, -0.008938754538854305, 0.001, 0.004}; +Point(36003) = {0.03008977682164544, -0.01787750907770861, 0.001, 0.004}; +Point(36007) = {0.03438831636759487, -0.02043143894595273, 0.001, 0.004}; +Point(36011) = {0.03438831636759487, -0.02043143894595273, 0.003, 0.004}; +Point(36015) = {0.03008977682164544, -0.01787750907770861, 0.003, 0.004}; +Point(36119) = {0.03266890054921512, -0.01940986699865514, -0.004, 0.001}; +Point(36123) = {0.03180919264002527, -0.01889908102500631, -0.004, 0.001}; +Point(36171) = {0.03180919264002527, -0.01889908102500631, 0.008, 0.001}; +Point(36175) = {0.03266890054921512, -0.01940986699865514, 0.008, 0.001}; +Point(36215) = {0.03008977682164544, -0.01787750907770861, -0.001, 0.004}; +Point(36219) = {0.01504488841082272, -0.008938754538854305, -0.001, 0.004}; +Point(36267) = {0.01504488841082272, -0.008938754538854305, 0.005, 0.004}; +Point(36271) = {0.03008977682164544, -0.01787750907770861, 0.005, 0.004}; +Point(36310) = {0.01510046141845217, -0.008844550013982266, 0.003, 0.004}; +Point(36311) = {0.010786043870323, -0.006317535724273069, 0.003, 0.004}; +Point(36315) = {0.010786043870323, -0.006317535724273069, 0.004, 0.004}; +Point(36319) = {0.00819739334144548, -0.004801327150447537, 0.004, 0.002666666666666667}; +Point(36323) = {0.00819739334144548, -0.004801327150447537, 0, 0.002666666666666667}; +Point(36327) = {0.010786043870323, -0.006317535724273069, 0, 0.004}; +Point(36331) = {0.010786043870323, -0.006317535724273069, 0.001, 0.004}; +Point(36335) = {0.01510046141845217, -0.008844550013982266, 0.001, 0.004}; +Point(36339) = {0.03020092283690434, -0.01768910002796453, 0.001, 0.004}; +Point(36343) = {0.03451534038503361, -0.02021611431767378, 0.001, 0.004}; +Point(36347) = {0.03451534038503361, -0.02021611431767378, 0.003, 0.004}; +Point(36351) = {0.03020092283690434, -0.01768910002796453, 0.003, 0.004}; +Point(36455) = {0.03278957336578192, -0.01920530860179015, -0.004, 0.001}; +Point(36459) = {0.03192668985615611, -0.01869990574384829, -0.004, 0.001}; +Point(36507) = {0.03192668985615611, -0.01869990574384829, 0.008, 0.001}; +Point(36511) = {0.03278957336578192, -0.01920530860179015, 0.008, 0.001}; +Point(36551) = {0.03020092283690434, -0.01768910002796453, -0.001, 0.004}; +Point(36555) = {0.01510046141845217, -0.008844550013982266, -0.001, 0.004}; +Point(36603) = {0.01510046141845217, -0.008844550013982266, 0.005, 0.004}; +Point(36607) = {0.03020092283690434, -0.01768910002796453, 0.005, 0.004}; +Point(36646) = {0.01515544456622758, -0.008749999999999947, 0.003, 0.004}; +Point(36647) = {0.01082531754730543, -0.006249999999999985, 0.003, 0.004}; +Point(36651) = {0.01082531754730543, -0.006249999999999985, 0.004, 0.004}; +Point(36655) = {0.008227241335952132, -0.004749999999999992, 0.004, 0.002666666666666667}; +Point(36659) = {0.008227241335952132, -0.004749999999999992, 0, 0.002666666666666667}; +Point(36663) = {0.01082531754730543, -0.006249999999999985, 0, 0.004}; +Point(36667) = {0.01082531754730543, -0.006249999999999985, 0.001, 0.004}; +Point(36671) = {0.01515544456622758, -0.008749999999999947, 0.001, 0.004}; +Point(36675) = {0.03031088913245516, -0.01749999999999989, 0.001, 0.004}; +Point(36679) = {0.0346410161513774, -0.01999999999999991, 0.001, 0.004}; +Point(36683) = {0.0346410161513774, -0.01999999999999991, 0.003, 0.004}; +Point(36687) = {0.03031088913245516, -0.01749999999999989, 0.003, 0.004}; +Point(36791) = {0.03290896534380853, -0.01899999999999997, -0.004, 0.001}; +Point(36795) = {0.03204293994002412, -0.01849999999999996, -0.004, 0.001}; +Point(36843) = {0.03204293994002412, -0.01849999999999996, 0.008, 0.001}; +Point(36847) = {0.03290896534380853, -0.01899999999999997, 0.008, 0.001}; +Point(36887) = {0.03031088913245516, -0.01749999999999989, -0.001, 0.004}; +Point(36891) = {0.01515544456622758, -0.008749999999999947, -0.001, 0.004}; +Point(36939) = {0.01515544456622758, -0.008749999999999947, 0.005, 0.004}; +Point(36943) = {0.03031088913245516, -0.01749999999999989, 0.005, 0.004}; +Point(36982) = {0.01520983570637673, -0.008655108190255247, 0.003, 0.004}; +Point(36983) = {0.01086416836169769, -0.006182220135896628, 0.003, 0.004}; +Point(36987) = {0.01086416836169769, -0.006182220135896628, 0.004, 0.004}; +Point(36991) = {0.008256767954890245, -0.004698487303281441, 0.004, 0.002666666666666667}; +Point(36995) = {0.008256767954890245, -0.004698487303281441, 0, 0.002666666666666667}; +Point(36999) = {0.01086416836169769, -0.006182220135896628, 0, 0.004}; +Point(37003) = {0.01086416836169769, -0.006182220135896628, 0.001, 0.004}; +Point(37007) = {0.01520983570637673, -0.008655108190255247, 0.001, 0.004}; +Point(37011) = {0.03041967141275347, -0.01731021638051049, 0.001, 0.004}; +Point(37015) = {0.03476533875743262, -0.01978310443486917, 0.001, 0.004}; +Point(37019) = {0.03476533875743262, -0.01978310443486917, 0.003, 0.004}; +Point(37023) = {0.03041967141275347, -0.01731021638051049, 0.003, 0.004}; +Point(37127) = {0.03302707181956098, -0.01879394921312576, -0.004, 0.001}; +Point(37131) = {0.03215793835062519, -0.01829937160225402, -0.004, 0.001}; +Point(37179) = {0.03215793835062519, -0.01829937160225402, 0.008, 0.001}; +Point(37183) = {0.03302707181956098, -0.01879394921312576, 0.008, 0.001}; +Point(37223) = {0.03041967141275347, -0.01731021638051049, -0.001, 0.004}; +Point(37227) = {0.01520983570637673, -0.008655108190255247, -0.001, 0.004}; +Point(37275) = {0.01520983570637673, -0.008655108190255247, 0.005, 0.004}; +Point(37279) = {0.03041967141275347, -0.01731021638051049, 0.005, 0.004}; +Point(37318) = {0.01526363271425264, -0.008559878291447418, 0.003, 0.004}; +Point(37319) = {0.01090259479589476, -0.006114198779605321, 0.003, 0.004}; +Point(37323) = {0.01090259479589476, -0.006114198779605321, 0.004, 0.004}; +Point(37327) = {0.008285972044880021, -0.004646791072500048, 0.004, 0.002666666666666667}; +Point(37331) = {0.008285972044880021, -0.004646791072500048, 0, 0.002666666666666667}; +Point(37335) = {0.01090259479589476, -0.006114198779605321, 0, 0.004}; +Point(37339) = {0.01090259479589476, -0.006114198779605321, 0.001, 0.004}; +Point(37343) = {0.01526363271425264, -0.008559878291447418, 0.001, 0.004}; +Point(37347) = {0.03052726542850527, -0.01711975658289484, 0.001, 0.004}; +Point(37351) = {0.03488830334686325, -0.01956543609473699, 0.001, 0.004}; +Point(37355) = {0.03488830334686325, -0.01956543609473699, 0.003, 0.004}; +Point(37359) = {0.03052726542850527, -0.01711975658289484, 0.003, 0.004}; +Point(37463) = {0.03314388817952008, -0.01858716429000019, -0.004, 0.001}; +Point(37467) = {0.03227168059584853, -0.01809802838763175, -0.004, 0.001}; +Point(37515) = {0.03227168059584853, -0.01809802838763175, 0.008, 0.001}; +Point(37519) = {0.03314388817952008, -0.01858716429000019, 0.008, 0.001}; +Point(37559) = {0.03052726542850527, -0.01711975658289484, -0.001, 0.004}; +Point(37563) = {0.01526363271425264, -0.008559878291447418, -0.001, 0.004}; +Point(37611) = {0.01526363271425264, -0.008559878291447418, 0.005, 0.004}; +Point(37615) = {0.03052726542850527, -0.01711975658289484, 0.005, 0.004}; +Point(37654) = {0.01684576618380285, -0.004740270211774885, 0.003, 0.004}; +Point(37655) = {0.01203269013128778, -0.003385907294124935, 0.003, 0.004}; +Point(37659) = {0.01203269013128778, -0.003385907294124935, 0.004, 0.004}; +Point(37663) = {0.009144844499778714, -0.002573289543534954, 0.004, 0.002666666666666667}; +Point(37667) = {0.009144844499778714, -0.002573289543534954, 0, 0.002666666666666667}; +Point(37671) = {0.01203269013128778, -0.003385907294124935, 0, 0.004}; +Point(37675) = {0.01203269013128778, -0.003385907294124935, 0.001, 0.004}; +Point(37679) = {0.01684576618380285, -0.004740270211774885, 0.001, 0.004}; +Point(37683) = {0.03369153236760571, -0.009480540423549771, 0.001, 0.004}; +Point(37687) = {0.03850460842012089, -0.01083490334119975, 0.001, 0.004}; +Point(37691) = {0.03850460842012089, -0.01083490334119975, 0.003, 0.004}; +Point(37695) = {0.03369153236760571, -0.009480540423549771, 0.003, 0.004}; +Point(37799) = {0.03657937799911486, -0.01029315817413982, -0.004, 0.001}; +Point(37803) = {0.03561676278861185, -0.0100222855906098, -0.004, 0.001}; +Point(37851) = {0.03561676278861185, -0.0100222855906098, 0.008, 0.001}; +Point(37855) = {0.03657937799911486, -0.01029315817413982, 0.008, 0.001}; +Point(37895) = {0.03369153236760571, -0.009480540423549771, -0.001, 0.004}; +Point(37899) = {0.01684576618380285, -0.004740270211774885, -0.001, 0.004}; +Point(37947) = {0.01684576618380285, -0.004740270211774885, 0.005, 0.004}; +Point(37951) = {0.03369153236760571, -0.009480540423549771, 0.005, 0.004}; +Point(37990) = {0.01687506366194498, -0.004634892275479563, 0.003, 0.004}; +Point(37991) = {0.0120536169013893, -0.003310637339628276, 0.003, 0.004}; +Point(37995) = {0.0120536169013893, -0.003310637339628276, 0.004, 0.004}; +Point(37999) = {0.009160748845055869, -0.002516084378117494, 0.004, 0.002666666666666667}; +Point(38003) = {0.009160748845055869, -0.002516084378117494, 0, 0.002666666666666667}; +Point(38007) = {0.0120536169013893, -0.003310637339628276, 0, 0.004}; +Point(38011) = {0.0120536169013893, -0.003310637339628276, 0.001, 0.004}; +Point(38015) = {0.01687506366194498, -0.004634892275479563, 0.001, 0.004}; +Point(38019) = {0.03375012732388996, -0.009269784550959127, 0.001, 0.004}; +Point(38023) = {0.03857157408444575, -0.01059403948681044, 0.001, 0.004}; +Point(38027) = {0.03857157408444575, -0.01059403948681044, 0.003, 0.004}; +Point(38031) = {0.03375012732388996, -0.009269784550959127, 0.003, 0.004}; +Point(38135) = {0.03664299538022348, -0.01006433751246997, -0.004, 0.001}; +Point(38139) = {0.03567870602811235, -0.009799486525299691, -0.004, 0.001}; +Point(38187) = {0.03567870602811235, -0.009799486525299691, 0.008, 0.001}; +Point(38191) = {0.03664299538022348, -0.01006433751246997, 0.008, 0.001}; +Point(38231) = {0.03375012732388996, -0.009269784550959127, -0.001, 0.004}; +Point(38235) = {0.01687506366194498, -0.004634892275479563, -0.001, 0.004}; +Point(38283) = {0.01687506366194498, -0.004634892275479563, 0.005, 0.004}; +Point(38287) = {0.03375012732388996, -0.009269784550959127, 0.005, 0.004}; +Point(38326) = {0.01690370196005858, -0.004529333289294087, 0.003, 0.004}; +Point(38327) = {0.0120740728286133, -0.003235238063781507, 0.003, 0.004}; +Point(38331) = {0.0120740728286133, -0.003235238063781507, 0.004, 0.004}; +Point(38335) = {0.009176295349746112, -0.002458780928473949, 0.004, 0.002666666666666667}; +Point(38339) = {0.009176295349746112, -0.002458780928473949, 0, 0.002666666666666667}; +Point(38343) = {0.0120740728286133, -0.003235238063781507, 0, 0.004}; +Point(38347) = {0.0120740728286133, -0.003235238063781507, 0.001, 0.004}; +Point(38351) = {0.01690370196005858, -0.004529333289294087, 0.001, 0.004}; +Point(38355) = {0.03380740392011717, -0.009058666578588174, 0.001, 0.004}; +Point(38359) = {0.03863703305156255, -0.01035276180410078, 0.001, 0.004}; +Point(38363) = {0.03863703305156255, -0.01035276180410078, 0.003, 0.004}; +Point(38367) = {0.03380740392011717, -0.009058666578588174, 0.003, 0.004}; +Point(38471) = {0.03670518139898445, -0.009835123713895796, -0.004, 0.001}; +Point(38475) = {0.0357392555726954, -0.009576304668793254, -0.004, 0.001}; +Point(38523) = {0.0357392555726954, -0.009576304668793254, 0.008, 0.001}; +Point(38527) = {0.03670518139898445, -0.009835123713895796, 0.008, 0.001}; +Point(38567) = {0.03380740392011717, -0.009058666578588174, -0.001, 0.004}; +Point(38571) = {0.01690370196005858, -0.004529333289294087, -0.001, 0.004}; +Point(38619) = {0.01690370196005858, -0.004529333289294087, 0.005, 0.004}; +Point(38623) = {0.03380740392011717, -0.009058666578588174, 0.005, 0.004}; +Point(38662) = {0.01693167995946379, -0.004423597376602931, 0.003, 0.004}; +Point(38663) = {0.01209405711390273, -0.003159712411859253, 0.003, 0.004}; +Point(38667) = {0.01209405711390273, -0.003159712411859253, 0.004, 0.004}; +Point(38671) = {0.00919148340656608, -0.002401381433013036, 0.004, 0.002666666666666667}; +Point(38675) = {0.00919148340656608, -0.002401381433013036, 0, 0.002666666666666667}; +Point(38679) = {0.01209405711390273, -0.003159712411859253, 0, 0.004}; +Point(38683) = {0.01209405711390273, -0.003159712411859253, 0.001, 0.004}; +Point(38687) = {0.01693167995946379, -0.004423597376602931, 0.001, 0.004}; +Point(38691) = {0.03386335991892758, -0.008847194753205861, 0.001, 0.004}; +Point(38695) = {0.03870098276448873, -0.01011107971794957, 0.001, 0.004}; +Point(38699) = {0.03870098276448873, -0.01011107971794957, 0.003, 0.004}; +Point(38703) = {0.03386335991892758, -0.008847194753205861, 0.003, 0.004}; +Point(38807) = {0.03676593362626432, -0.009605525732052143, -0.004, 0.001}; +Point(38811) = {0.03579840905715212, -0.009352748739103382, -0.004, 0.001}; +Point(38859) = {0.03579840905715212, -0.009352748739103382, 0.008, 0.001}; +Point(38863) = {0.03676593362626432, -0.009605525732052143, 0.008, 0.001}; +Point(38903) = {0.03386335991892758, -0.008847194753205861, -0.001, 0.004}; +Point(38907) = {0.01693167995946379, -0.004423597376602931, -0.001, 0.004}; +Point(38955) = {0.01693167995946379, -0.004423597376602931, 0.005, 0.004}; +Point(38959) = {0.03386335991892758, -0.008847194753205861, 0.005, 0.004}; +Point(38998) = {0.01695899656727354, -0.00431768866770174, 0.003, 0.004}; +Point(38999) = {0.01211356897662399, -0.003084063334072688, 0.003, 0.004}; +Point(39003) = {0.01211356897662399, -0.003084063334072688, 0.004, 0.004}; +Point(39007) = {0.009206312422234235, -0.002343888133895247, 0.004, 0.002666666666666667}; +Point(39011) = {0.009206312422234235, -0.002343888133895247, 0, 0.002666666666666667}; +Point(39015) = {0.01211356897662399, -0.003084063334072688, 0, 0.004}; +Point(39019) = {0.01211356897662399, -0.003084063334072688, 0.001, 0.004}; +Point(39023) = {0.01695899656727354, -0.00431768866770174, 0.001, 0.004}; +Point(39027) = {0.03391799313454709, -0.008635377335403481, 0.001, 0.004}; +Point(39031) = {0.03876342072519676, -0.00986900266903256, 0.001, 0.004}; +Point(39035) = {0.03876342072519676, -0.00986900266903256, 0.003, 0.004}; +Point(39039) = {0.03391799313454709, -0.008635377335403481, 0.003, 0.004}; +Point(39143) = {0.03682524968893694, -0.009375552535580986, -0.004, 0.001}; +Point(39147) = {0.03585616417080704, -0.009128827468855148, -0.004, 0.001}; +Point(39195) = {0.03585616417080704, -0.009128827468855148, 0.008, 0.001}; +Point(39199) = {0.03682524968893694, -0.009375552535580986, 0.008, 0.001}; +Point(39239) = {0.03391799313454709, -0.008635377335403481, -0.001, 0.004}; +Point(39243) = {0.01695899656727354, -0.00431768866770174, -0.001, 0.004}; +Point(39291) = {0.01695899656727354, -0.00431768866770174, 0.005, 0.004}; +Point(39295) = {0.03391799313454709, -0.008635377335403481, 0.005, 0.004}; +Point(39334) = {0.01749863283030171, -0.0002187443034299243, 0.003, 0.004}; +Point(39335) = {0.01249902345021554, -0.0001562459310213839, 0.003, 0.004}; +Point(39339) = {0.01249902345021554, -0.0001562459310213839, 0.004, 0.004}; +Point(39343) = {0.009499257822163813, -0.000118746907576254, 0.004, 0.002666666666666667}; +Point(39347) = {0.009499257822163813, -0.000118746907576254, 0, 0.002666666666666667}; +Point(39351) = {0.01249902345021554, -0.0001562459310213839, 0, 0.004}; +Point(39355) = {0.01249902345021554, -0.0001562459310213839, 0.001, 0.004}; +Point(39359) = {0.01749863283030171, -0.0002187443034299243, 0.001, 0.004}; +Point(39363) = {0.03499726566060342, -0.0004374886068598486, 0.001, 0.004}; +Point(39367) = {0.03999687504068971, -0.0004999869792683877, 0.001, 0.004}; +Point(39371) = {0.03999687504068971, -0.0004999869792683877, 0.003, 0.004}; +Point(39375) = {0.03499726566060342, -0.0004374886068598486, 0.003, 0.004}; +Point(39479) = {0.03799703128865525, -0.0004749876303050161, -0.004, 0.001}; +Point(39483) = {0.03699710941263803, -0.0004624879558232792, -0.004, 0.001}; +Point(39531) = {0.03699710941263803, -0.0004624879558232792, 0.008, 0.001}; +Point(39535) = {0.03799703128865525, -0.0004749876303050161, 0.008, 0.001}; +Point(39575) = {0.03499726566060342, -0.0004374886068598486, -0.001, 0.004}; +Point(39579) = {0.01749863283030171, -0.0002187443034299243, -0.001, 0.004}; +Point(39627) = {0.01749863283030171, -0.0002187443034299243, 0.005, 0.004}; +Point(39631) = {0.03499726566060342, -0.0004374886068598486, 0.005, 0.004}; +Point(39670) = {0.0174996582042375, -0.0001093742879245716, 0.003, 0.004}; +Point(39671) = {0.01249975586016967, -7.812449137470315e-05, 0.003, 0.004}; +Point(39675) = {0.01249975586016967, -7.812449137470315e-05, 0.004, 0.004}; +Point(39679) = {0.009499814453728956, -5.937461344477666e-05, 0.004, 0.002666666666666667}; +Point(39683) = {0.009499814453728956, -5.937461344477666e-05, 0, 0.002666666666666667}; +Point(39687) = {0.01249975586016967, -7.812449137470315e-05, 0, 0.004}; +Point(39691) = {0.01249975586016967, -7.812449137470315e-05, 0.001, 0.004}; +Point(39695) = {0.0174996582042375, -0.0001093742879245716, 0.001, 0.004}; +Point(39699) = {0.034999316408475, -0.0002187485758491431, 0.001, 0.004}; +Point(39703) = {0.03999921875254295, -0.0002499983723990096, 0.001, 0.004}; +Point(39707) = {0.03999921875254295, -0.0002499983723990096, 0.003, 0.004}; +Point(39711) = {0.034999316408475, -0.0002187485758491431, 0.003, 0.004}; +Point(39815) = {0.03799925781491582, -0.0002374984537791067, -0.004, 0.001}; +Point(39819) = {0.03699927734610227, -0.0002312484944691041, -0.004, 0.001}; +Point(39867) = {0.03699927734610227, -0.0002312484944691041, 0.008, 0.001}; +Point(39871) = {0.03799925781491582, -0.0002374984537791067, 0.008, 0.001}; +Point(39911) = {0.034999316408475, -0.0002187485758491431, -0.001, 0.004}; +Point(39915) = {0.0174996582042375, -0.0001093742879245716, -0.001, 0.004}; +Point(39963) = {0.0174996582042375, -0.0001093742879245716, 0.005, 0.004}; +Point(39967) = {0.034999316408475, -0.0002187485758491431, 0.005, 0.004}; +Line(1) = {2, 3}; +Line(2) = {3, 8}; +Line(3) = {8, 9}; +Line(4) = {9, 10}; +Line(5) = {10, 11}; +Line(6) = {11, 17}; +Line(7) = {17, 16}; +Line(8) = {16, 15}; +Line(9) = {15, 14}; +Line(10) = {14, 13}; +Line(11) = {13, 12}; +Line(12) = {12, 2}; +Line(13) = {10, 6}; +Line(14) = {6, 7}; +Line(15) = {7, 11}; +Line(16) = {16, 20}; +Line(17) = {20, 21}; +Line(18) = {21, 17}; +Line(19) = {9, 4}; +Line(20) = {4, 5}; +Line(21) = {5, 10}; +Line(22) = {15, 18}; +Line(23) = {18, 19}; +Line(24) = {19, 16}; +Line(26) = {22, 23}; +Line(27) = {23, 27}; +Line(28) = {27, 31}; +Line(29) = {31, 35}; +Line(30) = {35, 39}; +Line(31) = {39, 43}; +Line(32) = {43, 47}; +Line(33) = {47, 51}; +Line(34) = {51, 55}; +Line(35) = {55, 59}; +Line(36) = {59, 63}; +Line(37) = {63, 22}; +Circle(39) = {15, 75, 22}; +Circle(40) = {14, 75, 23}; +Circle(44) = {13, 85, 27}; +Circle(48) = {12, 85, 31}; +Circle(52) = {2, 1, 35}; +Circle(56) = {3, 1, 39}; +Circle(60) = {8, 117, 43}; +Circle(64) = {9, 117, 47}; +Circle(68) = {10, 117, 51}; +Circle(72) = {11, 117, 55}; +Circle(76) = {17, 75, 59}; +Circle(80) = {16, 75, 63}; +Line(88) = {55, 167}; +Line(89) = {167, 171}; +Line(90) = {171, 51}; +Circle(94) = {7, 189, 167}; +Circle(98) = {6, 189, 171}; +Line(111) = {63, 219}; +Line(112) = {219, 223}; +Line(113) = {223, 59}; +Circle(120) = {20, 245, 219}; +Circle(124) = {21, 245, 223}; +Line(132) = {51, 263}; +Line(133) = {263, 267}; +Line(134) = {267, 47}; +Circle(138) = {5, 285, 263}; +Circle(142) = {4, 285, 267}; +Line(155) = {22, 315}; +Line(156) = {315, 319}; +Line(157) = {319, 63}; +Circle(164) = {18, 341, 315}; +Circle(168) = {19, 341, 319}; +Line(176) = {358, 359}; +Line(177) = {359, 363}; +Line(178) = {363, 367}; +Line(179) = {367, 371}; +Line(180) = {371, 375}; +Line(181) = {375, 379}; +Line(182) = {379, 383}; +Line(183) = {383, 387}; +Line(184) = {387, 391}; +Line(185) = {391, 395}; +Line(186) = {395, 399}; +Line(187) = {399, 358}; +Circle(189) = {22, 75, 358}; +Circle(190) = {23, 75, 359}; +Circle(194) = {27, 85, 363}; +Circle(198) = {31, 85, 367}; +Circle(202) = {35, 1, 371}; +Circle(206) = {39, 1, 375}; +Circle(210) = {43, 117, 379}; +Circle(214) = {47, 117, 383}; +Circle(218) = {51, 117, 387}; +Circle(222) = {55, 117, 391}; +Circle(226) = {59, 75, 395}; +Circle(230) = {63, 75, 399}; +Line(238) = {391, 503}; +Line(239) = {503, 507}; +Line(240) = {507, 387}; +Circle(244) = {167, 189, 503}; +Circle(248) = {171, 189, 507}; +Line(261) = {399, 555}; +Line(262) = {555, 559}; +Line(263) = {559, 395}; +Circle(270) = {219, 245, 555}; +Circle(274) = {223, 245, 559}; +Line(282) = {387, 599}; +Line(283) = {599, 603}; +Line(284) = {603, 383}; +Circle(288) = {263, 285, 599}; +Circle(292) = {267, 285, 603}; +Line(305) = {358, 651}; +Line(306) = {651, 655}; +Line(307) = {655, 399}; +Circle(314) = {315, 341, 651}; +Circle(318) = {319, 341, 655}; +Line(326) = {694, 695}; +Line(327) = {695, 699}; +Line(328) = {699, 703}; +Line(329) = {703, 707}; +Line(330) = {707, 711}; +Line(331) = {711, 715}; +Line(332) = {715, 719}; +Line(333) = {719, 723}; +Line(334) = {723, 727}; +Line(335) = {727, 731}; +Line(336) = {731, 735}; +Line(337) = {735, 694}; +Circle(339) = {358, 75, 694}; +Circle(340) = {359, 75, 695}; +Circle(344) = {363, 85, 699}; +Circle(348) = {367, 85, 703}; +Circle(352) = {371, 1, 707}; +Circle(356) = {375, 1, 711}; +Circle(360) = {379, 117, 715}; +Circle(364) = {383, 117, 719}; +Circle(368) = {387, 117, 723}; +Circle(372) = {391, 117, 727}; +Circle(376) = {395, 75, 731}; +Circle(380) = {399, 75, 735}; +Line(388) = {727, 839}; +Line(389) = {839, 843}; +Line(390) = {843, 723}; +Circle(394) = {503, 189, 839}; +Circle(398) = {507, 189, 843}; +Line(411) = {735, 891}; +Line(412) = {891, 895}; +Line(413) = {895, 731}; +Circle(420) = {555, 245, 891}; +Circle(424) = {559, 245, 895}; +Line(432) = {723, 935}; +Line(433) = {935, 939}; +Line(434) = {939, 719}; +Circle(438) = {599, 285, 935}; +Circle(442) = {603, 285, 939}; +Line(455) = {694, 987}; +Line(456) = {987, 991}; +Line(457) = {991, 735}; +Circle(464) = {651, 341, 987}; +Circle(468) = {655, 341, 991}; +Line(476) = {1030, 1031}; +Line(477) = {1031, 1035}; +Line(478) = {1035, 1039}; +Line(479) = {1039, 1043}; +Line(480) = {1043, 1047}; +Line(481) = {1047, 1051}; +Line(482) = {1051, 1055}; +Line(483) = {1055, 1059}; +Line(484) = {1059, 1063}; +Line(485) = {1063, 1067}; +Line(486) = {1067, 1071}; +Line(487) = {1071, 1030}; +Circle(489) = {694, 75, 1030}; +Circle(490) = {695, 75, 1031}; +Circle(494) = {699, 85, 1035}; +Circle(498) = {703, 85, 1039}; +Circle(502) = {707, 1, 1043}; +Circle(506) = {711, 1, 1047}; +Circle(510) = {715, 117, 1051}; +Circle(514) = {719, 117, 1055}; +Circle(518) = {723, 117, 1059}; +Circle(522) = {727, 117, 1063}; +Circle(526) = {731, 75, 1067}; +Circle(530) = {735, 75, 1071}; +Line(538) = {1063, 1175}; +Line(539) = {1175, 1179}; +Line(540) = {1179, 1059}; +Circle(544) = {839, 189, 1175}; +Circle(548) = {843, 189, 1179}; +Line(561) = {1071, 1227}; +Line(562) = {1227, 1231}; +Line(563) = {1231, 1067}; +Circle(570) = {891, 245, 1227}; +Circle(574) = {895, 245, 1231}; +Line(582) = {1059, 1271}; +Line(583) = {1271, 1275}; +Line(584) = {1275, 1055}; +Circle(588) = {935, 285, 1271}; +Circle(592) = {939, 285, 1275}; +Line(605) = {1030, 1323}; +Line(606) = {1323, 1327}; +Line(607) = {1327, 1071}; +Circle(614) = {987, 341, 1323}; +Circle(618) = {991, 341, 1327}; +Line(626) = {1366, 1367}; +Line(627) = {1367, 1371}; +Line(628) = {1371, 1375}; +Line(629) = {1375, 1379}; +Line(630) = {1379, 1383}; +Line(631) = {1383, 1387}; +Line(632) = {1387, 1391}; +Line(633) = {1391, 1395}; +Line(634) = {1395, 1399}; +Line(635) = {1399, 1403}; +Line(636) = {1403, 1407}; +Line(637) = {1407, 1366}; +Circle(639) = {1030, 75, 1366}; +Circle(640) = {1031, 75, 1367}; +Circle(644) = {1035, 85, 1371}; +Circle(648) = {1039, 85, 1375}; +Circle(652) = {1043, 1, 1379}; +Circle(656) = {1047, 1, 1383}; +Circle(660) = {1051, 117, 1387}; +Circle(664) = {1055, 117, 1391}; +Circle(668) = {1059, 117, 1395}; +Circle(672) = {1063, 117, 1399}; +Circle(676) = {1067, 75, 1403}; +Circle(680) = {1071, 75, 1407}; +Line(688) = {1399, 1511}; +Line(689) = {1511, 1515}; +Line(690) = {1515, 1395}; +Circle(694) = {1175, 189, 1511}; +Circle(698) = {1179, 189, 1515}; +Line(711) = {1407, 1563}; +Line(712) = {1563, 1567}; +Line(713) = {1567, 1403}; +Circle(720) = {1227, 245, 1563}; +Circle(724) = {1231, 245, 1567}; +Line(732) = {1395, 1607}; +Line(733) = {1607, 1611}; +Line(734) = {1611, 1391}; +Circle(738) = {1271, 285, 1607}; +Circle(742) = {1275, 285, 1611}; +Line(755) = {1366, 1659}; +Line(756) = {1659, 1663}; +Line(757) = {1663, 1407}; +Circle(764) = {1323, 341, 1659}; +Circle(768) = {1327, 341, 1663}; +Line(776) = {1702, 1703}; +Line(777) = {1703, 1707}; +Line(778) = {1707, 1711}; +Line(779) = {1711, 1715}; +Line(780) = {1715, 1719}; +Line(781) = {1719, 1723}; +Line(782) = {1723, 1727}; +Line(783) = {1727, 1731}; +Line(784) = {1731, 1735}; +Line(785) = {1735, 1739}; +Line(786) = {1739, 1743}; +Line(787) = {1743, 1702}; +Circle(789) = {1366, 75, 1702}; +Circle(790) = {1367, 75, 1703}; +Circle(794) = {1371, 85, 1707}; +Circle(798) = {1375, 85, 1711}; +Circle(802) = {1379, 1, 1715}; +Circle(806) = {1383, 1, 1719}; +Circle(810) = {1387, 117, 1723}; +Circle(814) = {1391, 117, 1727}; +Circle(818) = {1395, 117, 1731}; +Circle(822) = {1399, 117, 1735}; +Circle(826) = {1403, 75, 1739}; +Circle(830) = {1407, 75, 1743}; +Line(838) = {1735, 1847}; +Line(839) = {1847, 1851}; +Line(840) = {1851, 1731}; +Circle(844) = {1511, 189, 1847}; +Circle(848) = {1515, 189, 1851}; +Line(861) = {1743, 1899}; +Line(862) = {1899, 1903}; +Line(863) = {1903, 1739}; +Circle(870) = {1563, 245, 1899}; +Circle(874) = {1567, 245, 1903}; +Line(882) = {1731, 1943}; +Line(883) = {1943, 1947}; +Line(884) = {1947, 1727}; +Circle(888) = {1607, 285, 1943}; +Circle(892) = {1611, 285, 1947}; +Line(905) = {1702, 1995}; +Line(906) = {1995, 1999}; +Line(907) = {1999, 1743}; +Circle(914) = {1659, 341, 1995}; +Circle(918) = {1663, 341, 1999}; +Line(926) = {2038, 2039}; +Line(927) = {2039, 2043}; +Line(928) = {2043, 2047}; +Line(929) = {2047, 2051}; +Line(930) = {2051, 2055}; +Line(931) = {2055, 2059}; +Line(932) = {2059, 2063}; +Line(933) = {2063, 2067}; +Line(934) = {2067, 2071}; +Line(935) = {2071, 2075}; +Line(936) = {2075, 2079}; +Line(937) = {2079, 2038}; +Circle(939) = {1702, 75, 2038}; +Circle(940) = {1703, 75, 2039}; +Circle(944) = {1707, 85, 2043}; +Circle(948) = {1711, 85, 2047}; +Circle(952) = {1715, 1, 2051}; +Circle(956) = {1719, 1, 2055}; +Circle(960) = {1723, 117, 2059}; +Circle(964) = {1727, 117, 2063}; +Circle(968) = {1731, 117, 2067}; +Circle(972) = {1735, 117, 2071}; +Circle(976) = {1739, 75, 2075}; +Circle(980) = {1743, 75, 2079}; +Line(988) = {2071, 2183}; +Line(989) = {2183, 2187}; +Line(990) = {2187, 2067}; +Circle(994) = {1847, 189, 2183}; +Circle(998) = {1851, 189, 2187}; +Line(1011) = {2079, 2235}; +Line(1012) = {2235, 2239}; +Line(1013) = {2239, 2075}; +Circle(1020) = {1899, 245, 2235}; +Circle(1024) = {1903, 245, 2239}; +Line(1032) = {2067, 2279}; +Line(1033) = {2279, 2283}; +Line(1034) = {2283, 2063}; +Circle(1038) = {1943, 285, 2279}; +Circle(1042) = {1947, 285, 2283}; +Line(1055) = {2038, 2331}; +Line(1056) = {2331, 2335}; +Line(1057) = {2335, 2079}; +Circle(1064) = {1995, 341, 2331}; +Circle(1068) = {1999, 341, 2335}; +Line(1076) = {2374, 2375}; +Line(1077) = {2375, 2379}; +Line(1078) = {2379, 2383}; +Line(1079) = {2383, 2387}; +Line(1080) = {2387, 2391}; +Line(1081) = {2391, 2395}; +Line(1082) = {2395, 2399}; +Line(1083) = {2399, 2403}; +Line(1084) = {2403, 2407}; +Line(1085) = {2407, 2411}; +Line(1086) = {2411, 2415}; +Line(1087) = {2415, 2374}; +Circle(1089) = {2038, 75, 2374}; +Circle(1090) = {2039, 75, 2375}; +Circle(1094) = {2043, 85, 2379}; +Circle(1098) = {2047, 85, 2383}; +Circle(1102) = {2051, 1, 2387}; +Circle(1106) = {2055, 1, 2391}; +Circle(1110) = {2059, 117, 2395}; +Circle(1114) = {2063, 117, 2399}; +Circle(1118) = {2067, 117, 2403}; +Circle(1122) = {2071, 117, 2407}; +Circle(1126) = {2075, 75, 2411}; +Circle(1130) = {2079, 75, 2415}; +Line(1138) = {2407, 2519}; +Line(1139) = {2519, 2523}; +Line(1140) = {2523, 2403}; +Circle(1144) = {2183, 189, 2519}; +Circle(1148) = {2187, 189, 2523}; +Line(1161) = {2415, 2571}; +Line(1162) = {2571, 2575}; +Line(1163) = {2575, 2411}; +Circle(1170) = {2235, 245, 2571}; +Circle(1174) = {2239, 245, 2575}; +Line(1182) = {2403, 2615}; +Line(1183) = {2615, 2619}; +Line(1184) = {2619, 2399}; +Circle(1188) = {2279, 285, 2615}; +Circle(1192) = {2283, 285, 2619}; +Line(1205) = {2374, 2667}; +Line(1206) = {2667, 2671}; +Line(1207) = {2671, 2415}; +Circle(1214) = {2331, 341, 2667}; +Circle(1218) = {2335, 341, 2671}; +Line(1226) = {2710, 2711}; +Line(1227) = {2711, 2715}; +Line(1228) = {2715, 2719}; +Line(1229) = {2719, 2723}; +Line(1230) = {2723, 2727}; +Line(1231) = {2727, 2731}; +Line(1232) = {2731, 2735}; +Line(1233) = {2735, 2739}; +Line(1234) = {2739, 2743}; +Line(1235) = {2743, 2747}; +Line(1236) = {2747, 2751}; +Line(1237) = {2751, 2710}; +Circle(1239) = {2374, 75, 2710}; +Circle(1240) = {2375, 75, 2711}; +Circle(1244) = {2379, 85, 2715}; +Circle(1248) = {2383, 85, 2719}; +Circle(1252) = {2387, 1, 2723}; +Circle(1256) = {2391, 1, 2727}; +Circle(1260) = {2395, 117, 2731}; +Circle(1264) = {2399, 117, 2735}; +Circle(1268) = {2403, 117, 2739}; +Circle(1272) = {2407, 117, 2743}; +Circle(1276) = {2411, 75, 2747}; +Circle(1280) = {2415, 75, 2751}; +Line(1288) = {2743, 2855}; +Line(1289) = {2855, 2859}; +Line(1290) = {2859, 2739}; +Circle(1294) = {2519, 189, 2855}; +Circle(1298) = {2523, 189, 2859}; +Line(1311) = {2751, 2907}; +Line(1312) = {2907, 2911}; +Line(1313) = {2911, 2747}; +Circle(1320) = {2571, 245, 2907}; +Circle(1324) = {2575, 245, 2911}; +Line(1332) = {2739, 2951}; +Line(1333) = {2951, 2955}; +Line(1334) = {2955, 2735}; +Circle(1338) = {2615, 285, 2951}; +Circle(1342) = {2619, 285, 2955}; +Line(1355) = {2710, 3003}; +Line(1356) = {3003, 3007}; +Line(1357) = {3007, 2751}; +Circle(1364) = {2667, 341, 3003}; +Circle(1368) = {2671, 341, 3007}; +Line(1376) = {3046, 3047}; +Line(1377) = {3047, 3051}; +Line(1378) = {3051, 3055}; +Line(1379) = {3055, 3059}; +Line(1380) = {3059, 3063}; +Line(1381) = {3063, 3067}; +Line(1382) = {3067, 3071}; +Line(1383) = {3071, 3075}; +Line(1384) = {3075, 3079}; +Line(1385) = {3079, 3083}; +Line(1386) = {3083, 3087}; +Line(1387) = {3087, 3046}; +Circle(1389) = {2710, 75, 3046}; +Circle(1390) = {2711, 75, 3047}; +Circle(1394) = {2715, 85, 3051}; +Circle(1398) = {2719, 85, 3055}; +Circle(1402) = {2723, 1, 3059}; +Circle(1406) = {2727, 1, 3063}; +Circle(1410) = {2731, 117, 3067}; +Circle(1414) = {2735, 117, 3071}; +Circle(1418) = {2739, 117, 3075}; +Circle(1422) = {2743, 117, 3079}; +Circle(1426) = {2747, 75, 3083}; +Circle(1430) = {2751, 75, 3087}; +Line(1438) = {3079, 3191}; +Line(1439) = {3191, 3195}; +Line(1440) = {3195, 3075}; +Circle(1444) = {2855, 189, 3191}; +Circle(1448) = {2859, 189, 3195}; +Line(1461) = {3087, 3243}; +Line(1462) = {3243, 3247}; +Line(1463) = {3247, 3083}; +Circle(1470) = {2907, 245, 3243}; +Circle(1474) = {2911, 245, 3247}; +Line(1482) = {3075, 3287}; +Line(1483) = {3287, 3291}; +Line(1484) = {3291, 3071}; +Circle(1488) = {2951, 285, 3287}; +Circle(1492) = {2955, 285, 3291}; +Line(1505) = {3046, 3339}; +Line(1506) = {3339, 3343}; +Line(1507) = {3343, 3087}; +Circle(1514) = {3003, 341, 3339}; +Circle(1518) = {3007, 341, 3343}; +Line(1526) = {3382, 3383}; +Line(1527) = {3383, 3387}; +Line(1528) = {3387, 3391}; +Line(1529) = {3391, 3395}; +Line(1530) = {3395, 3399}; +Line(1531) = {3399, 3403}; +Line(1532) = {3403, 3407}; +Line(1533) = {3407, 3411}; +Line(1534) = {3411, 3415}; +Line(1535) = {3415, 3419}; +Line(1536) = {3419, 3423}; +Line(1537) = {3423, 3382}; +Circle(1539) = {3046, 75, 3382}; +Circle(1540) = {3047, 75, 3383}; +Circle(1544) = {3051, 85, 3387}; +Circle(1548) = {3055, 85, 3391}; +Circle(1552) = {3059, 1, 3395}; +Circle(1556) = {3063, 1, 3399}; +Circle(1560) = {3067, 117, 3403}; +Circle(1564) = {3071, 117, 3407}; +Circle(1568) = {3075, 117, 3411}; +Circle(1572) = {3079, 117, 3415}; +Circle(1576) = {3083, 75, 3419}; +Circle(1580) = {3087, 75, 3423}; +Line(1588) = {3415, 3527}; +Line(1589) = {3527, 3531}; +Line(1590) = {3531, 3411}; +Circle(1594) = {3191, 189, 3527}; +Circle(1598) = {3195, 189, 3531}; +Line(1611) = {3423, 3579}; +Line(1612) = {3579, 3583}; +Line(1613) = {3583, 3419}; +Circle(1620) = {3243, 245, 3579}; +Circle(1624) = {3247, 245, 3583}; +Line(1632) = {3411, 3623}; +Line(1633) = {3623, 3627}; +Line(1634) = {3627, 3407}; +Circle(1638) = {3287, 285, 3623}; +Circle(1642) = {3291, 285, 3627}; +Line(1655) = {3382, 3675}; +Line(1656) = {3675, 3679}; +Line(1657) = {3679, 3423}; +Circle(1664) = {3339, 341, 3675}; +Circle(1668) = {3343, 341, 3679}; +Line(1676) = {3718, 3719}; +Line(1677) = {3719, 3723}; +Line(1678) = {3723, 3727}; +Line(1679) = {3727, 3731}; +Line(1680) = {3731, 3735}; +Line(1681) = {3735, 3739}; +Line(1682) = {3739, 3743}; +Line(1683) = {3743, 3747}; +Line(1684) = {3747, 3751}; +Line(1685) = {3751, 3755}; +Line(1686) = {3755, 3759}; +Line(1687) = {3759, 3718}; +Circle(1689) = {3382, 75, 3718}; +Circle(1690) = {3383, 75, 3719}; +Circle(1694) = {3387, 85, 3723}; +Circle(1698) = {3391, 85, 3727}; +Circle(1702) = {3395, 1, 3731}; +Circle(1706) = {3399, 1, 3735}; +Circle(1710) = {3403, 117, 3739}; +Circle(1714) = {3407, 117, 3743}; +Circle(1718) = {3411, 117, 3747}; +Circle(1722) = {3415, 117, 3751}; +Circle(1726) = {3419, 75, 3755}; +Circle(1730) = {3423, 75, 3759}; +Line(1738) = {3751, 3863}; +Line(1739) = {3863, 3867}; +Line(1740) = {3867, 3747}; +Circle(1744) = {3527, 189, 3863}; +Circle(1748) = {3531, 189, 3867}; +Line(1761) = {3759, 3915}; +Line(1762) = {3915, 3919}; +Line(1763) = {3919, 3755}; +Circle(1770) = {3579, 245, 3915}; +Circle(1774) = {3583, 245, 3919}; +Line(1782) = {3747, 3959}; +Line(1783) = {3959, 3963}; +Line(1784) = {3963, 3743}; +Circle(1788) = {3623, 285, 3959}; +Circle(1792) = {3627, 285, 3963}; +Line(1805) = {3718, 4011}; +Line(1806) = {4011, 4015}; +Line(1807) = {4015, 3759}; +Circle(1814) = {3675, 341, 4011}; +Circle(1818) = {3679, 341, 4015}; +Line(1826) = {4054, 4055}; +Line(1827) = {4055, 4059}; +Line(1828) = {4059, 4063}; +Line(1829) = {4063, 4067}; +Line(1830) = {4067, 4071}; +Line(1831) = {4071, 4075}; +Line(1832) = {4075, 4079}; +Line(1833) = {4079, 4083}; +Line(1834) = {4083, 4087}; +Line(1835) = {4087, 4091}; +Line(1836) = {4091, 4095}; +Line(1837) = {4095, 4054}; +Circle(1839) = {3718, 75, 4054}; +Circle(1840) = {3719, 75, 4055}; +Circle(1844) = {3723, 85, 4059}; +Circle(1848) = {3727, 85, 4063}; +Circle(1852) = {3731, 1, 4067}; +Circle(1856) = {3735, 1, 4071}; +Circle(1860) = {3739, 117, 4075}; +Circle(1864) = {3743, 117, 4079}; +Circle(1868) = {3747, 117, 4083}; +Circle(1872) = {3751, 117, 4087}; +Circle(1876) = {3755, 75, 4091}; +Circle(1880) = {3759, 75, 4095}; +Line(1888) = {4087, 4199}; +Line(1889) = {4199, 4203}; +Line(1890) = {4203, 4083}; +Circle(1894) = {3863, 189, 4199}; +Circle(1898) = {3867, 189, 4203}; +Line(1911) = {4095, 4251}; +Line(1912) = {4251, 4255}; +Line(1913) = {4255, 4091}; +Circle(1920) = {3915, 245, 4251}; +Circle(1924) = {3919, 245, 4255}; +Line(1932) = {4083, 4295}; +Line(1933) = {4295, 4299}; +Line(1934) = {4299, 4079}; +Circle(1938) = {3959, 285, 4295}; +Circle(1942) = {3963, 285, 4299}; +Line(1955) = {4054, 4347}; +Line(1956) = {4347, 4351}; +Line(1957) = {4351, 4095}; +Circle(1964) = {4011, 341, 4347}; +Circle(1968) = {4015, 341, 4351}; +Line(1976) = {4390, 4391}; +Line(1977) = {4391, 4395}; +Line(1978) = {4395, 4399}; +Line(1979) = {4399, 4403}; +Line(1980) = {4403, 4407}; +Line(1981) = {4407, 4411}; +Line(1982) = {4411, 4415}; +Line(1983) = {4415, 4419}; +Line(1984) = {4419, 4423}; +Line(1985) = {4423, 4427}; +Line(1986) = {4427, 4431}; +Line(1987) = {4431, 4390}; +Circle(1989) = {4054, 75, 4390}; +Circle(1990) = {4055, 75, 4391}; +Circle(1994) = {4059, 85, 4395}; +Circle(1998) = {4063, 85, 4399}; +Circle(2002) = {4067, 1, 4403}; +Circle(2006) = {4071, 1, 4407}; +Circle(2010) = {4075, 117, 4411}; +Circle(2014) = {4079, 117, 4415}; +Circle(2018) = {4083, 117, 4419}; +Circle(2022) = {4087, 117, 4423}; +Circle(2026) = {4091, 75, 4427}; +Circle(2030) = {4095, 75, 4431}; +Line(2038) = {4423, 4535}; +Line(2039) = {4535, 4539}; +Line(2040) = {4539, 4419}; +Circle(2044) = {4199, 189, 4535}; +Circle(2048) = {4203, 189, 4539}; +Line(2061) = {4431, 4587}; +Line(2062) = {4587, 4591}; +Line(2063) = {4591, 4427}; +Circle(2070) = {4251, 245, 4587}; +Circle(2074) = {4255, 245, 4591}; +Line(2082) = {4419, 4631}; +Line(2083) = {4631, 4635}; +Line(2084) = {4635, 4415}; +Circle(2088) = {4295, 285, 4631}; +Circle(2092) = {4299, 285, 4635}; +Line(2105) = {4390, 4683}; +Line(2106) = {4683, 4687}; +Line(2107) = {4687, 4431}; +Circle(2114) = {4347, 341, 4683}; +Circle(2118) = {4351, 341, 4687}; +Line(2126) = {4726, 4727}; +Line(2127) = {4727, 4731}; +Line(2128) = {4731, 4735}; +Line(2129) = {4735, 4739}; +Line(2130) = {4739, 4743}; +Line(2131) = {4743, 4747}; +Line(2132) = {4747, 4751}; +Line(2133) = {4751, 4755}; +Line(2134) = {4755, 4759}; +Line(2135) = {4759, 4763}; +Line(2136) = {4763, 4767}; +Line(2137) = {4767, 4726}; +Circle(2139) = {4390, 75, 4726}; +Circle(2140) = {4391, 75, 4727}; +Circle(2144) = {4395, 85, 4731}; +Circle(2148) = {4399, 85, 4735}; +Circle(2152) = {4403, 1, 4739}; +Circle(2156) = {4407, 1, 4743}; +Circle(2160) = {4411, 117, 4747}; +Circle(2164) = {4415, 117, 4751}; +Circle(2168) = {4419, 117, 4755}; +Circle(2172) = {4423, 117, 4759}; +Circle(2176) = {4427, 75, 4763}; +Circle(2180) = {4431, 75, 4767}; +Line(2188) = {4759, 4871}; +Line(2189) = {4871, 4875}; +Line(2190) = {4875, 4755}; +Circle(2194) = {4535, 189, 4871}; +Circle(2198) = {4539, 189, 4875}; +Line(2211) = {4767, 4923}; +Line(2212) = {4923, 4927}; +Line(2213) = {4927, 4763}; +Circle(2220) = {4587, 245, 4923}; +Circle(2224) = {4591, 245, 4927}; +Line(2232) = {4755, 4967}; +Line(2233) = {4967, 4971}; +Line(2234) = {4971, 4751}; +Circle(2238) = {4631, 285, 4967}; +Circle(2242) = {4635, 285, 4971}; +Line(2255) = {4726, 5019}; +Line(2256) = {5019, 5023}; +Line(2257) = {5023, 4767}; +Circle(2264) = {4683, 341, 5019}; +Circle(2268) = {4687, 341, 5023}; +Line(2276) = {5062, 5063}; +Line(2277) = {5063, 5067}; +Line(2278) = {5067, 5071}; +Line(2279) = {5071, 5075}; +Line(2280) = {5075, 5079}; +Line(2281) = {5079, 5083}; +Line(2282) = {5083, 5087}; +Line(2283) = {5087, 5091}; +Line(2284) = {5091, 5095}; +Line(2285) = {5095, 5099}; +Line(2286) = {5099, 5103}; +Line(2287) = {5103, 5062}; +Circle(2289) = {4726, 75, 5062}; +Circle(2290) = {4727, 75, 5063}; +Circle(2294) = {4731, 85, 5067}; +Circle(2298) = {4735, 85, 5071}; +Circle(2302) = {4739, 1, 5075}; +Circle(2306) = {4743, 1, 5079}; +Circle(2310) = {4747, 117, 5083}; +Circle(2314) = {4751, 117, 5087}; +Circle(2318) = {4755, 117, 5091}; +Circle(2322) = {4759, 117, 5095}; +Circle(2326) = {4763, 75, 5099}; +Circle(2330) = {4767, 75, 5103}; +Line(2338) = {5095, 5207}; +Line(2339) = {5207, 5211}; +Line(2340) = {5211, 5091}; +Circle(2344) = {4871, 189, 5207}; +Circle(2348) = {4875, 189, 5211}; +Line(2361) = {5103, 5259}; +Line(2362) = {5259, 5263}; +Line(2363) = {5263, 5099}; +Circle(2370) = {4923, 245, 5259}; +Circle(2374) = {4927, 245, 5263}; +Line(2382) = {5091, 5303}; +Line(2383) = {5303, 5307}; +Line(2384) = {5307, 5087}; +Circle(2388) = {4967, 285, 5303}; +Circle(2392) = {4971, 285, 5307}; +Line(2405) = {5062, 5355}; +Line(2406) = {5355, 5359}; +Line(2407) = {5359, 5103}; +Circle(2414) = {5019, 341, 5355}; +Circle(2418) = {5023, 341, 5359}; +Line(2426) = {5398, 5399}; +Line(2427) = {5399, 5403}; +Line(2428) = {5403, 5407}; +Line(2429) = {5407, 5411}; +Line(2430) = {5411, 5415}; +Line(2431) = {5415, 5419}; +Line(2432) = {5419, 5423}; +Line(2433) = {5423, 5427}; +Line(2434) = {5427, 5431}; +Line(2435) = {5431, 5435}; +Line(2436) = {5435, 5439}; +Line(2437) = {5439, 5398}; +Circle(2439) = {5062, 75, 5398}; +Circle(2440) = {5063, 75, 5399}; +Circle(2444) = {5067, 85, 5403}; +Circle(2448) = {5071, 85, 5407}; +Circle(2452) = {5075, 1, 5411}; +Circle(2456) = {5079, 1, 5415}; +Circle(2460) = {5083, 117, 5419}; +Circle(2464) = {5087, 117, 5423}; +Circle(2468) = {5091, 117, 5427}; +Circle(2472) = {5095, 117, 5431}; +Circle(2476) = {5099, 75, 5435}; +Circle(2480) = {5103, 75, 5439}; +Line(2488) = {5431, 5543}; +Line(2489) = {5543, 5547}; +Line(2490) = {5547, 5427}; +Circle(2494) = {5207, 189, 5543}; +Circle(2498) = {5211, 189, 5547}; +Line(2511) = {5439, 5595}; +Line(2512) = {5595, 5599}; +Line(2513) = {5599, 5435}; +Circle(2520) = {5259, 245, 5595}; +Circle(2524) = {5263, 245, 5599}; +Line(2532) = {5427, 5639}; +Line(2533) = {5639, 5643}; +Line(2534) = {5643, 5423}; +Circle(2538) = {5303, 285, 5639}; +Circle(2542) = {5307, 285, 5643}; +Line(2555) = {5398, 5691}; +Line(2556) = {5691, 5695}; +Line(2557) = {5695, 5439}; +Circle(2564) = {5355, 341, 5691}; +Circle(2568) = {5359, 341, 5695}; +Line(2576) = {5734, 5735}; +Line(2577) = {5735, 5739}; +Line(2578) = {5739, 5743}; +Line(2579) = {5743, 5747}; +Line(2580) = {5747, 5751}; +Line(2581) = {5751, 5755}; +Line(2582) = {5755, 5759}; +Line(2583) = {5759, 5763}; +Line(2584) = {5763, 5767}; +Line(2585) = {5767, 5771}; +Line(2586) = {5771, 5775}; +Line(2587) = {5775, 5734}; +Circle(2589) = {5398, 75, 5734}; +Circle(2590) = {5399, 75, 5735}; +Circle(2594) = {5403, 85, 5739}; +Circle(2598) = {5407, 85, 5743}; +Circle(2602) = {5411, 1, 5747}; +Circle(2606) = {5415, 1, 5751}; +Circle(2610) = {5419, 117, 5755}; +Circle(2614) = {5423, 117, 5759}; +Circle(2618) = {5427, 117, 5763}; +Circle(2622) = {5431, 117, 5767}; +Circle(2626) = {5435, 75, 5771}; +Circle(2630) = {5439, 75, 5775}; +Line(2638) = {5767, 5879}; +Line(2639) = {5879, 5883}; +Line(2640) = {5883, 5763}; +Circle(2644) = {5543, 189, 5879}; +Circle(2648) = {5547, 189, 5883}; +Line(2661) = {5775, 5931}; +Line(2662) = {5931, 5935}; +Line(2663) = {5935, 5771}; +Circle(2670) = {5595, 245, 5931}; +Circle(2674) = {5599, 245, 5935}; +Line(2682) = {5763, 5975}; +Line(2683) = {5975, 5979}; +Line(2684) = {5979, 5759}; +Circle(2688) = {5639, 285, 5975}; +Circle(2692) = {5643, 285, 5979}; +Line(2705) = {5734, 6027}; +Line(2706) = {6027, 6031}; +Line(2707) = {6031, 5775}; +Circle(2714) = {5691, 341, 6027}; +Circle(2718) = {5695, 341, 6031}; +Line(2726) = {6070, 6071}; +Line(2727) = {6071, 6075}; +Line(2728) = {6075, 6079}; +Line(2729) = {6079, 6083}; +Line(2730) = {6083, 6087}; +Line(2731) = {6087, 6091}; +Line(2732) = {6091, 6095}; +Line(2733) = {6095, 6099}; +Line(2734) = {6099, 6103}; +Line(2735) = {6103, 6107}; +Line(2736) = {6107, 6111}; +Line(2737) = {6111, 6070}; +Circle(2739) = {5734, 75, 6070}; +Circle(2740) = {5735, 75, 6071}; +Circle(2744) = {5739, 85, 6075}; +Circle(2748) = {5743, 85, 6079}; +Circle(2752) = {5747, 1, 6083}; +Circle(2756) = {5751, 1, 6087}; +Circle(2760) = {5755, 117, 6091}; +Circle(2764) = {5759, 117, 6095}; +Circle(2768) = {5763, 117, 6099}; +Circle(2772) = {5767, 117, 6103}; +Circle(2776) = {5771, 75, 6107}; +Circle(2780) = {5775, 75, 6111}; +Line(2788) = {6103, 6215}; +Line(2789) = {6215, 6219}; +Line(2790) = {6219, 6099}; +Circle(2794) = {5879, 189, 6215}; +Circle(2798) = {5883, 189, 6219}; +Line(2811) = {6111, 6267}; +Line(2812) = {6267, 6271}; +Line(2813) = {6271, 6107}; +Circle(2820) = {5931, 245, 6267}; +Circle(2824) = {5935, 245, 6271}; +Line(2832) = {6099, 6311}; +Line(2833) = {6311, 6315}; +Line(2834) = {6315, 6095}; +Circle(2838) = {5975, 285, 6311}; +Circle(2842) = {5979, 285, 6315}; +Line(2855) = {6070, 6363}; +Line(2856) = {6363, 6367}; +Line(2857) = {6367, 6111}; +Circle(2864) = {6027, 341, 6363}; +Circle(2868) = {6031, 341, 6367}; +Line(2876) = {6406, 6407}; +Line(2877) = {6407, 6411}; +Line(2878) = {6411, 6415}; +Line(2879) = {6415, 6419}; +Line(2880) = {6419, 6423}; +Line(2881) = {6423, 6427}; +Line(2882) = {6427, 6431}; +Line(2883) = {6431, 6435}; +Line(2884) = {6435, 6439}; +Line(2885) = {6439, 6443}; +Line(2886) = {6443, 6447}; +Line(2887) = {6447, 6406}; +Circle(2889) = {6070, 75, 6406}; +Circle(2890) = {6071, 75, 6407}; +Circle(2894) = {6075, 85, 6411}; +Circle(2898) = {6079, 85, 6415}; +Circle(2902) = {6083, 1, 6419}; +Circle(2906) = {6087, 1, 6423}; +Circle(2910) = {6091, 117, 6427}; +Circle(2914) = {6095, 117, 6431}; +Circle(2918) = {6099, 117, 6435}; +Circle(2922) = {6103, 117, 6439}; +Circle(2926) = {6107, 75, 6443}; +Circle(2930) = {6111, 75, 6447}; +Line(2938) = {6439, 6551}; +Line(2939) = {6551, 6555}; +Line(2940) = {6555, 6435}; +Circle(2944) = {6215, 189, 6551}; +Circle(2948) = {6219, 189, 6555}; +Line(2961) = {6447, 6603}; +Line(2962) = {6603, 6607}; +Line(2963) = {6607, 6443}; +Circle(2970) = {6267, 245, 6603}; +Circle(2974) = {6271, 245, 6607}; +Line(2982) = {6435, 6647}; +Line(2983) = {6647, 6651}; +Line(2984) = {6651, 6431}; +Circle(2988) = {6311, 285, 6647}; +Circle(2992) = {6315, 285, 6651}; +Line(3005) = {6406, 6699}; +Line(3006) = {6699, 6703}; +Line(3007) = {6703, 6447}; +Circle(3014) = {6363, 341, 6699}; +Circle(3018) = {6367, 341, 6703}; +Line(3026) = {6742, 6743}; +Line(3027) = {6743, 6747}; +Line(3028) = {6747, 6751}; +Line(3029) = {6751, 6755}; +Line(3030) = {6755, 6759}; +Line(3031) = {6759, 6763}; +Line(3032) = {6763, 6767}; +Line(3033) = {6767, 6771}; +Line(3034) = {6771, 6775}; +Line(3035) = {6775, 6779}; +Line(3036) = {6779, 6783}; +Line(3037) = {6783, 6742}; +Circle(3039) = {6406, 75, 6742}; +Circle(3040) = {6407, 75, 6743}; +Circle(3044) = {6411, 85, 6747}; +Circle(3048) = {6415, 85, 6751}; +Circle(3052) = {6419, 1, 6755}; +Circle(3056) = {6423, 1, 6759}; +Circle(3060) = {6427, 117, 6763}; +Circle(3064) = {6431, 117, 6767}; +Circle(3068) = {6435, 117, 6771}; +Circle(3072) = {6439, 117, 6775}; +Circle(3076) = {6443, 75, 6779}; +Circle(3080) = {6447, 75, 6783}; +Line(3088) = {6775, 6887}; +Line(3089) = {6887, 6891}; +Line(3090) = {6891, 6771}; +Circle(3094) = {6551, 189, 6887}; +Circle(3098) = {6555, 189, 6891}; +Line(3111) = {6783, 6939}; +Line(3112) = {6939, 6943}; +Line(3113) = {6943, 6779}; +Circle(3120) = {6603, 245, 6939}; +Circle(3124) = {6607, 245, 6943}; +Line(3132) = {6771, 6983}; +Line(3133) = {6983, 6987}; +Line(3134) = {6987, 6767}; +Circle(3138) = {6647, 285, 6983}; +Circle(3142) = {6651, 285, 6987}; +Line(3155) = {6742, 7035}; +Line(3156) = {7035, 7039}; +Line(3157) = {7039, 6783}; +Circle(3164) = {6699, 341, 7035}; +Circle(3168) = {6703, 341, 7039}; +Line(3176) = {7078, 7079}; +Line(3177) = {7079, 7083}; +Line(3178) = {7083, 7087}; +Line(3179) = {7087, 7091}; +Line(3180) = {7091, 7095}; +Line(3181) = {7095, 7099}; +Line(3182) = {7099, 7103}; +Line(3183) = {7103, 7107}; +Line(3184) = {7107, 7111}; +Line(3185) = {7111, 7115}; +Line(3186) = {7115, 7119}; +Line(3187) = {7119, 7078}; +Circle(3189) = {6742, 75, 7078}; +Circle(3190) = {6743, 75, 7079}; +Circle(3194) = {6747, 85, 7083}; +Circle(3198) = {6751, 85, 7087}; +Circle(3202) = {6755, 1, 7091}; +Circle(3206) = {6759, 1, 7095}; +Circle(3210) = {6763, 117, 7099}; +Circle(3214) = {6767, 117, 7103}; +Circle(3218) = {6771, 117, 7107}; +Circle(3222) = {6775, 117, 7111}; +Circle(3226) = {6779, 75, 7115}; +Circle(3230) = {6783, 75, 7119}; +Line(3238) = {7111, 7223}; +Line(3239) = {7223, 7227}; +Line(3240) = {7227, 7107}; +Circle(3244) = {6887, 189, 7223}; +Circle(3248) = {6891, 189, 7227}; +Line(3261) = {7119, 7275}; +Line(3262) = {7275, 7279}; +Line(3263) = {7279, 7115}; +Circle(3270) = {6939, 245, 7275}; +Circle(3274) = {6943, 245, 7279}; +Line(3282) = {7107, 7319}; +Line(3283) = {7319, 7323}; +Line(3284) = {7323, 7103}; +Circle(3288) = {6983, 285, 7319}; +Circle(3292) = {6987, 285, 7323}; +Line(3305) = {7078, 7371}; +Line(3306) = {7371, 7375}; +Line(3307) = {7375, 7119}; +Circle(3314) = {7035, 341, 7371}; +Circle(3318) = {7039, 341, 7375}; +Line(3326) = {7414, 7415}; +Line(3327) = {7415, 7419}; +Line(3328) = {7419, 7423}; +Line(3329) = {7423, 7427}; +Line(3330) = {7427, 7431}; +Line(3331) = {7431, 7435}; +Line(3332) = {7435, 7439}; +Line(3333) = {7439, 7443}; +Line(3334) = {7443, 7447}; +Line(3335) = {7447, 7451}; +Line(3336) = {7451, 7455}; +Line(3337) = {7455, 7414}; +Circle(3339) = {7078, 75, 7414}; +Circle(3340) = {7079, 75, 7415}; +Circle(3344) = {7083, 85, 7419}; +Circle(3348) = {7087, 85, 7423}; +Circle(3352) = {7091, 1, 7427}; +Circle(3356) = {7095, 1, 7431}; +Circle(3360) = {7099, 117, 7435}; +Circle(3364) = {7103, 117, 7439}; +Circle(3368) = {7107, 117, 7443}; +Circle(3372) = {7111, 117, 7447}; +Circle(3376) = {7115, 75, 7451}; +Circle(3380) = {7119, 75, 7455}; +Line(3388) = {7447, 7559}; +Line(3389) = {7559, 7563}; +Line(3390) = {7563, 7443}; +Circle(3394) = {7223, 189, 7559}; +Circle(3398) = {7227, 189, 7563}; +Line(3411) = {7455, 7611}; +Line(3412) = {7611, 7615}; +Line(3413) = {7615, 7451}; +Circle(3420) = {7275, 245, 7611}; +Circle(3424) = {7279, 245, 7615}; +Line(3432) = {7443, 7655}; +Line(3433) = {7655, 7659}; +Line(3434) = {7659, 7439}; +Circle(3438) = {7319, 285, 7655}; +Circle(3442) = {7323, 285, 7659}; +Line(3455) = {7414, 7707}; +Line(3456) = {7707, 7711}; +Line(3457) = {7711, 7455}; +Circle(3464) = {7371, 341, 7707}; +Circle(3468) = {7375, 341, 7711}; +Line(3476) = {7750, 7751}; +Line(3477) = {7751, 7755}; +Line(3478) = {7755, 7759}; +Line(3479) = {7759, 7763}; +Line(3480) = {7763, 7767}; +Line(3481) = {7767, 7771}; +Line(3482) = {7771, 7775}; +Line(3483) = {7775, 7779}; +Line(3484) = {7779, 7783}; +Line(3485) = {7783, 7787}; +Line(3486) = {7787, 7791}; +Line(3487) = {7791, 7750}; +Circle(3489) = {7414, 75, 7750}; +Circle(3490) = {7415, 75, 7751}; +Circle(3494) = {7419, 85, 7755}; +Circle(3498) = {7423, 85, 7759}; +Circle(3502) = {7427, 1, 7763}; +Circle(3506) = {7431, 1, 7767}; +Circle(3510) = {7435, 117, 7771}; +Circle(3514) = {7439, 117, 7775}; +Circle(3518) = {7443, 117, 7779}; +Circle(3522) = {7447, 117, 7783}; +Circle(3526) = {7451, 75, 7787}; +Circle(3530) = {7455, 75, 7791}; +Line(3538) = {7783, 7895}; +Line(3539) = {7895, 7899}; +Line(3540) = {7899, 7779}; +Circle(3544) = {7559, 189, 7895}; +Circle(3548) = {7563, 189, 7899}; +Line(3561) = {7791, 7947}; +Line(3562) = {7947, 7951}; +Line(3563) = {7951, 7787}; +Circle(3570) = {7611, 245, 7947}; +Circle(3574) = {7615, 245, 7951}; +Line(3582) = {7779, 7991}; +Line(3583) = {7991, 7995}; +Line(3584) = {7995, 7775}; +Circle(3588) = {7655, 285, 7991}; +Circle(3592) = {7659, 285, 7995}; +Line(3605) = {7750, 8043}; +Line(3606) = {8043, 8047}; +Line(3607) = {8047, 7791}; +Circle(3614) = {7707, 341, 8043}; +Circle(3618) = {7711, 341, 8047}; +Line(3626) = {8086, 8087}; +Line(3627) = {8087, 8091}; +Line(3628) = {8091, 8095}; +Line(3629) = {8095, 8099}; +Line(3630) = {8099, 8103}; +Line(3631) = {8103, 8107}; +Line(3632) = {8107, 8111}; +Line(3633) = {8111, 8115}; +Line(3634) = {8115, 8119}; +Line(3635) = {8119, 8123}; +Line(3636) = {8123, 8127}; +Line(3637) = {8127, 8086}; +Circle(3639) = {7750, 75, 8086}; +Circle(3640) = {7751, 75, 8087}; +Circle(3644) = {7755, 85, 8091}; +Circle(3648) = {7759, 85, 8095}; +Circle(3652) = {7763, 1, 8099}; +Circle(3656) = {7767, 1, 8103}; +Circle(3660) = {7771, 117, 8107}; +Circle(3664) = {7775, 117, 8111}; +Circle(3668) = {7779, 117, 8115}; +Circle(3672) = {7783, 117, 8119}; +Circle(3676) = {7787, 75, 8123}; +Circle(3680) = {7791, 75, 8127}; +Line(3688) = {8119, 8231}; +Line(3689) = {8231, 8235}; +Line(3690) = {8235, 8115}; +Circle(3694) = {7895, 189, 8231}; +Circle(3698) = {7899, 189, 8235}; +Line(3711) = {8127, 8283}; +Line(3712) = {8283, 8287}; +Line(3713) = {8287, 8123}; +Circle(3720) = {7947, 245, 8283}; +Circle(3724) = {7951, 245, 8287}; +Line(3732) = {8115, 8327}; +Line(3733) = {8327, 8331}; +Line(3734) = {8331, 8111}; +Circle(3738) = {7991, 285, 8327}; +Circle(3742) = {7995, 285, 8331}; +Line(3755) = {8086, 8379}; +Line(3756) = {8379, 8383}; +Line(3757) = {8383, 8127}; +Circle(3764) = {8043, 341, 8379}; +Circle(3768) = {8047, 341, 8383}; +Line(3776) = {8422, 8423}; +Line(3777) = {8423, 8427}; +Line(3778) = {8427, 8431}; +Line(3779) = {8431, 8435}; +Line(3780) = {8435, 8439}; +Line(3781) = {8439, 8443}; +Line(3782) = {8443, 8447}; +Line(3783) = {8447, 8451}; +Line(3784) = {8451, 8455}; +Line(3785) = {8455, 8459}; +Line(3786) = {8459, 8463}; +Line(3787) = {8463, 8422}; +Circle(3789) = {8086, 75, 8422}; +Circle(3790) = {8087, 75, 8423}; +Circle(3794) = {8091, 85, 8427}; +Circle(3798) = {8095, 85, 8431}; +Circle(3802) = {8099, 1, 8435}; +Circle(3806) = {8103, 1, 8439}; +Circle(3810) = {8107, 117, 8443}; +Circle(3814) = {8111, 117, 8447}; +Circle(3818) = {8115, 117, 8451}; +Circle(3822) = {8119, 117, 8455}; +Circle(3826) = {8123, 75, 8459}; +Circle(3830) = {8127, 75, 8463}; +Line(3838) = {8455, 8567}; +Line(3839) = {8567, 8571}; +Line(3840) = {8571, 8451}; +Circle(3844) = {8231, 189, 8567}; +Circle(3848) = {8235, 189, 8571}; +Line(3861) = {8463, 8619}; +Line(3862) = {8619, 8623}; +Line(3863) = {8623, 8459}; +Circle(3870) = {8283, 245, 8619}; +Circle(3874) = {8287, 245, 8623}; +Line(3882) = {8451, 8663}; +Line(3883) = {8663, 8667}; +Line(3884) = {8667, 8447}; +Circle(3888) = {8327, 285, 8663}; +Circle(3892) = {8331, 285, 8667}; +Line(3905) = {8422, 8715}; +Line(3906) = {8715, 8719}; +Line(3907) = {8719, 8463}; +Circle(3914) = {8379, 341, 8715}; +Circle(3918) = {8383, 341, 8719}; +Line(3926) = {8758, 8759}; +Line(3927) = {8759, 8763}; +Line(3928) = {8763, 8767}; +Line(3929) = {8767, 8771}; +Line(3930) = {8771, 8775}; +Line(3931) = {8775, 8779}; +Line(3932) = {8779, 8783}; +Line(3933) = {8783, 8787}; +Line(3934) = {8787, 8791}; +Line(3935) = {8791, 8795}; +Line(3936) = {8795, 8799}; +Line(3937) = {8799, 8758}; +Circle(3939) = {8422, 75, 8758}; +Circle(3940) = {8423, 75, 8759}; +Circle(3944) = {8427, 85, 8763}; +Circle(3948) = {8431, 85, 8767}; +Circle(3952) = {8435, 1, 8771}; +Circle(3956) = {8439, 1, 8775}; +Circle(3960) = {8443, 117, 8779}; +Circle(3964) = {8447, 117, 8783}; +Circle(3968) = {8451, 117, 8787}; +Circle(3972) = {8455, 117, 8791}; +Circle(3976) = {8459, 75, 8795}; +Circle(3980) = {8463, 75, 8799}; +Line(3988) = {8791, 8903}; +Line(3989) = {8903, 8907}; +Line(3990) = {8907, 8787}; +Circle(3994) = {8567, 189, 8903}; +Circle(3998) = {8571, 189, 8907}; +Line(4011) = {8799, 8955}; +Line(4012) = {8955, 8959}; +Line(4013) = {8959, 8795}; +Circle(4020) = {8619, 245, 8955}; +Circle(4024) = {8623, 245, 8959}; +Line(4032) = {8787, 8999}; +Line(4033) = {8999, 9003}; +Line(4034) = {9003, 8783}; +Circle(4038) = {8663, 285, 8999}; +Circle(4042) = {8667, 285, 9003}; +Line(4055) = {8758, 9051}; +Line(4056) = {9051, 9055}; +Line(4057) = {9055, 8799}; +Circle(4064) = {8715, 341, 9051}; +Circle(4068) = {8719, 341, 9055}; +Line(4076) = {9094, 9095}; +Line(4077) = {9095, 9099}; +Line(4078) = {9099, 9103}; +Line(4079) = {9103, 9107}; +Line(4080) = {9107, 9111}; +Line(4081) = {9111, 9115}; +Line(4082) = {9115, 9119}; +Line(4083) = {9119, 9123}; +Line(4084) = {9123, 9127}; +Line(4085) = {9127, 9131}; +Line(4086) = {9131, 9135}; +Line(4087) = {9135, 9094}; +Circle(4089) = {8758, 75, 9094}; +Circle(4090) = {8759, 75, 9095}; +Circle(4094) = {8763, 85, 9099}; +Circle(4098) = {8767, 85, 9103}; +Circle(4102) = {8771, 1, 9107}; +Circle(4106) = {8775, 1, 9111}; +Circle(4110) = {8779, 117, 9115}; +Circle(4114) = {8783, 117, 9119}; +Circle(4118) = {8787, 117, 9123}; +Circle(4122) = {8791, 117, 9127}; +Circle(4126) = {8795, 75, 9131}; +Circle(4130) = {8799, 75, 9135}; +Line(4138) = {9127, 9239}; +Line(4139) = {9239, 9243}; +Line(4140) = {9243, 9123}; +Circle(4144) = {8903, 189, 9239}; +Circle(4148) = {8907, 189, 9243}; +Line(4161) = {9135, 9291}; +Line(4162) = {9291, 9295}; +Line(4163) = {9295, 9131}; +Circle(4170) = {8955, 245, 9291}; +Circle(4174) = {8959, 245, 9295}; +Line(4182) = {9123, 9335}; +Line(4183) = {9335, 9339}; +Line(4184) = {9339, 9119}; +Circle(4188) = {8999, 285, 9335}; +Circle(4192) = {9003, 285, 9339}; +Line(4205) = {9094, 9387}; +Line(4206) = {9387, 9391}; +Line(4207) = {9391, 9135}; +Circle(4214) = {9051, 341, 9387}; +Circle(4218) = {9055, 341, 9391}; +Line(4226) = {9430, 9431}; +Line(4227) = {9431, 9435}; +Line(4228) = {9435, 9439}; +Line(4229) = {9439, 9443}; +Line(4230) = {9443, 9447}; +Line(4231) = {9447, 9451}; +Line(4232) = {9451, 9455}; +Line(4233) = {9455, 9459}; +Line(4234) = {9459, 9463}; +Line(4235) = {9463, 9467}; +Line(4236) = {9467, 9471}; +Line(4237) = {9471, 9430}; +Circle(4239) = {9094, 75, 9430}; +Circle(4240) = {9095, 75, 9431}; +Circle(4244) = {9099, 85, 9435}; +Circle(4248) = {9103, 85, 9439}; +Circle(4252) = {9107, 1, 9443}; +Circle(4256) = {9111, 1, 9447}; +Circle(4260) = {9115, 117, 9451}; +Circle(4264) = {9119, 117, 9455}; +Circle(4268) = {9123, 117, 9459}; +Circle(4272) = {9127, 117, 9463}; +Circle(4276) = {9131, 75, 9467}; +Circle(4280) = {9135, 75, 9471}; +Line(4288) = {9463, 9575}; +Line(4289) = {9575, 9579}; +Line(4290) = {9579, 9459}; +Circle(4294) = {9239, 189, 9575}; +Circle(4298) = {9243, 189, 9579}; +Line(4311) = {9471, 9627}; +Line(4312) = {9627, 9631}; +Line(4313) = {9631, 9467}; +Circle(4320) = {9291, 245, 9627}; +Circle(4324) = {9295, 245, 9631}; +Line(4332) = {9459, 9671}; +Line(4333) = {9671, 9675}; +Line(4334) = {9675, 9455}; +Circle(4338) = {9335, 285, 9671}; +Circle(4342) = {9339, 285, 9675}; +Line(4355) = {9430, 9723}; +Line(4356) = {9723, 9727}; +Line(4357) = {9727, 9471}; +Circle(4364) = {9387, 341, 9723}; +Circle(4368) = {9391, 341, 9727}; +Line(4376) = {9766, 9767}; +Line(4377) = {9767, 9771}; +Line(4378) = {9771, 9775}; +Line(4379) = {9775, 9779}; +Line(4380) = {9779, 9783}; +Line(4381) = {9783, 9787}; +Line(4382) = {9787, 9791}; +Line(4383) = {9791, 9795}; +Line(4384) = {9795, 9799}; +Line(4385) = {9799, 9803}; +Line(4386) = {9803, 9807}; +Line(4387) = {9807, 9766}; +Circle(4389) = {9430, 75, 9766}; +Circle(4390) = {9431, 75, 9767}; +Circle(4394) = {9435, 85, 9771}; +Circle(4398) = {9439, 85, 9775}; +Circle(4402) = {9443, 1, 9779}; +Circle(4406) = {9447, 1, 9783}; +Circle(4410) = {9451, 117, 9787}; +Circle(4414) = {9455, 117, 9791}; +Circle(4418) = {9459, 117, 9795}; +Circle(4422) = {9463, 117, 9799}; +Circle(4426) = {9467, 75, 9803}; +Circle(4430) = {9471, 75, 9807}; +Line(4438) = {9799, 9911}; +Line(4439) = {9911, 9915}; +Line(4440) = {9915, 9795}; +Circle(4444) = {9575, 189, 9911}; +Circle(4448) = {9579, 189, 9915}; +Line(4461) = {9807, 9963}; +Line(4462) = {9963, 9967}; +Line(4463) = {9967, 9803}; +Circle(4470) = {9627, 245, 9963}; +Circle(4474) = {9631, 245, 9967}; +Line(4482) = {9795, 10007}; +Line(4483) = {10007, 10011}; +Line(4484) = {10011, 9791}; +Circle(4488) = {9671, 285, 10007}; +Circle(4492) = {9675, 285, 10011}; +Line(4505) = {9766, 10059}; +Line(4506) = {10059, 10063}; +Line(4507) = {10063, 9807}; +Circle(4514) = {9723, 341, 10059}; +Circle(4518) = {9727, 341, 10063}; +Line(4526) = {10102, 10103}; +Line(4527) = {10103, 10107}; +Line(4528) = {10107, 10111}; +Line(4529) = {10111, 10115}; +Line(4530) = {10115, 10119}; +Line(4531) = {10119, 10123}; +Line(4532) = {10123, 10127}; +Line(4533) = {10127, 10131}; +Line(4534) = {10131, 10135}; +Line(4535) = {10135, 10139}; +Line(4536) = {10139, 10143}; +Line(4537) = {10143, 10102}; +Circle(4539) = {9766, 75, 10102}; +Circle(4540) = {9767, 75, 10103}; +Circle(4544) = {9771, 85, 10107}; +Circle(4548) = {9775, 85, 10111}; +Circle(4552) = {9779, 1, 10115}; +Circle(4556) = {9783, 1, 10119}; +Circle(4560) = {9787, 117, 10123}; +Circle(4564) = {9791, 117, 10127}; +Circle(4568) = {9795, 117, 10131}; +Circle(4572) = {9799, 117, 10135}; +Circle(4576) = {9803, 75, 10139}; +Circle(4580) = {9807, 75, 10143}; +Line(4588) = {10135, 10247}; +Line(4589) = {10247, 10251}; +Line(4590) = {10251, 10131}; +Circle(4594) = {9911, 189, 10247}; +Circle(4598) = {9915, 189, 10251}; +Line(4611) = {10143, 10299}; +Line(4612) = {10299, 10303}; +Line(4613) = {10303, 10139}; +Circle(4620) = {9963, 245, 10299}; +Circle(4624) = {9967, 245, 10303}; +Line(4632) = {10131, 10343}; +Line(4633) = {10343, 10347}; +Line(4634) = {10347, 10127}; +Circle(4638) = {10007, 285, 10343}; +Circle(4642) = {10011, 285, 10347}; +Line(4655) = {10102, 10395}; +Line(4656) = {10395, 10399}; +Line(4657) = {10399, 10143}; +Circle(4664) = {10059, 341, 10395}; +Circle(4668) = {10063, 341, 10399}; +Line(4676) = {10438, 10439}; +Line(4677) = {10439, 10443}; +Line(4678) = {10443, 10447}; +Line(4679) = {10447, 10451}; +Line(4680) = {10451, 10455}; +Line(4681) = {10455, 10459}; +Line(4682) = {10459, 10463}; +Line(4683) = {10463, 10467}; +Line(4684) = {10467, 10471}; +Line(4685) = {10471, 10475}; +Line(4686) = {10475, 10479}; +Line(4687) = {10479, 10438}; +Circle(4689) = {10102, 75, 10438}; +Circle(4690) = {10103, 75, 10439}; +Circle(4694) = {10107, 85, 10443}; +Circle(4698) = {10111, 85, 10447}; +Circle(4702) = {10115, 1, 10451}; +Circle(4706) = {10119, 1, 10455}; +Circle(4710) = {10123, 117, 10459}; +Circle(4714) = {10127, 117, 10463}; +Circle(4718) = {10131, 117, 10467}; +Circle(4722) = {10135, 117, 10471}; +Circle(4726) = {10139, 75, 10475}; +Circle(4730) = {10143, 75, 10479}; +Line(4738) = {10471, 10583}; +Line(4739) = {10583, 10587}; +Line(4740) = {10587, 10467}; +Circle(4744) = {10247, 189, 10583}; +Circle(4748) = {10251, 189, 10587}; +Line(4761) = {10479, 10635}; +Line(4762) = {10635, 10639}; +Line(4763) = {10639, 10475}; +Circle(4770) = {10299, 245, 10635}; +Circle(4774) = {10303, 245, 10639}; +Line(4782) = {10467, 10679}; +Line(4783) = {10679, 10683}; +Line(4784) = {10683, 10463}; +Circle(4788) = {10343, 285, 10679}; +Circle(4792) = {10347, 285, 10683}; +Line(4805) = {10438, 10731}; +Line(4806) = {10731, 10735}; +Line(4807) = {10735, 10479}; +Circle(4814) = {10395, 341, 10731}; +Circle(4818) = {10399, 341, 10735}; +Line(4826) = {10774, 10775}; +Line(4827) = {10775, 10779}; +Line(4828) = {10779, 10783}; +Line(4829) = {10783, 10787}; +Line(4830) = {10787, 10791}; +Line(4831) = {10791, 10795}; +Line(4832) = {10795, 10799}; +Line(4833) = {10799, 10803}; +Line(4834) = {10803, 10807}; +Line(4835) = {10807, 10811}; +Line(4836) = {10811, 10815}; +Line(4837) = {10815, 10774}; +Circle(4839) = {10438, 75, 10774}; +Circle(4840) = {10439, 75, 10775}; +Circle(4844) = {10443, 85, 10779}; +Circle(4848) = {10447, 85, 10783}; +Circle(4852) = {10451, 1, 10787}; +Circle(4856) = {10455, 1, 10791}; +Circle(4860) = {10459, 117, 10795}; +Circle(4864) = {10463, 117, 10799}; +Circle(4868) = {10467, 117, 10803}; +Circle(4872) = {10471, 117, 10807}; +Circle(4876) = {10475, 75, 10811}; +Circle(4880) = {10479, 75, 10815}; +Line(4888) = {10807, 10919}; +Line(4889) = {10919, 10923}; +Line(4890) = {10923, 10803}; +Circle(4894) = {10583, 189, 10919}; +Circle(4898) = {10587, 189, 10923}; +Line(4911) = {10815, 10971}; +Line(4912) = {10971, 10975}; +Line(4913) = {10975, 10811}; +Circle(4920) = {10635, 245, 10971}; +Circle(4924) = {10639, 245, 10975}; +Line(4932) = {10803, 11015}; +Line(4933) = {11015, 11019}; +Line(4934) = {11019, 10799}; +Circle(4938) = {10679, 285, 11015}; +Circle(4942) = {10683, 285, 11019}; +Line(4955) = {10774, 11067}; +Line(4956) = {11067, 11071}; +Line(4957) = {11071, 10815}; +Circle(4964) = {10731, 341, 11067}; +Circle(4968) = {10735, 341, 11071}; +Line(4976) = {11110, 11111}; +Line(4977) = {11111, 11115}; +Line(4978) = {11115, 11119}; +Line(4979) = {11119, 11123}; +Line(4980) = {11123, 11127}; +Line(4981) = {11127, 11131}; +Line(4982) = {11131, 11135}; +Line(4983) = {11135, 11139}; +Line(4984) = {11139, 11143}; +Line(4985) = {11143, 11147}; +Line(4986) = {11147, 11151}; +Line(4987) = {11151, 11110}; +Circle(4989) = {10774, 75, 11110}; +Circle(4990) = {10775, 75, 11111}; +Circle(4994) = {10779, 85, 11115}; +Circle(4998) = {10783, 85, 11119}; +Circle(5002) = {10787, 1, 11123}; +Circle(5006) = {10791, 1, 11127}; +Circle(5010) = {10795, 117, 11131}; +Circle(5014) = {10799, 117, 11135}; +Circle(5018) = {10803, 117, 11139}; +Circle(5022) = {10807, 117, 11143}; +Circle(5026) = {10811, 75, 11147}; +Circle(5030) = {10815, 75, 11151}; +Line(5038) = {11143, 11255}; +Line(5039) = {11255, 11259}; +Line(5040) = {11259, 11139}; +Circle(5044) = {10919, 189, 11255}; +Circle(5048) = {10923, 189, 11259}; +Line(5061) = {11151, 11307}; +Line(5062) = {11307, 11311}; +Line(5063) = {11311, 11147}; +Circle(5070) = {10971, 245, 11307}; +Circle(5074) = {10975, 245, 11311}; +Line(5082) = {11139, 11351}; +Line(5083) = {11351, 11355}; +Line(5084) = {11355, 11135}; +Circle(5088) = {11015, 285, 11351}; +Circle(5092) = {11019, 285, 11355}; +Line(5105) = {11110, 11403}; +Line(5106) = {11403, 11407}; +Line(5107) = {11407, 11151}; +Circle(5114) = {11067, 341, 11403}; +Circle(5118) = {11071, 341, 11407}; +Line(5126) = {11446, 11447}; +Line(5127) = {11447, 11451}; +Line(5128) = {11451, 11455}; +Line(5129) = {11455, 11459}; +Line(5130) = {11459, 11463}; +Line(5131) = {11463, 11467}; +Line(5132) = {11467, 11471}; +Line(5133) = {11471, 11475}; +Line(5134) = {11475, 11479}; +Line(5135) = {11479, 11483}; +Line(5136) = {11483, 11487}; +Line(5137) = {11487, 11446}; +Circle(5139) = {11110, 75, 11446}; +Circle(5140) = {11111, 75, 11447}; +Circle(5144) = {11115, 85, 11451}; +Circle(5148) = {11119, 85, 11455}; +Circle(5152) = {11123, 1, 11459}; +Circle(5156) = {11127, 1, 11463}; +Circle(5160) = {11131, 117, 11467}; +Circle(5164) = {11135, 117, 11471}; +Circle(5168) = {11139, 117, 11475}; +Circle(5172) = {11143, 117, 11479}; +Circle(5176) = {11147, 75, 11483}; +Circle(5180) = {11151, 75, 11487}; +Line(5188) = {11479, 11591}; +Line(5189) = {11591, 11595}; +Line(5190) = {11595, 11475}; +Circle(5194) = {11255, 189, 11591}; +Circle(5198) = {11259, 189, 11595}; +Line(5211) = {11487, 11643}; +Line(5212) = {11643, 11647}; +Line(5213) = {11647, 11483}; +Circle(5220) = {11307, 245, 11643}; +Circle(5224) = {11311, 245, 11647}; +Line(5232) = {11475, 11687}; +Line(5233) = {11687, 11691}; +Line(5234) = {11691, 11471}; +Circle(5238) = {11351, 285, 11687}; +Circle(5242) = {11355, 285, 11691}; +Line(5255) = {11446, 11739}; +Line(5256) = {11739, 11743}; +Line(5257) = {11743, 11487}; +Circle(5264) = {11403, 341, 11739}; +Circle(5268) = {11407, 341, 11743}; +Line(5276) = {11782, 11783}; +Line(5277) = {11783, 11787}; +Line(5278) = {11787, 11791}; +Line(5279) = {11791, 11795}; +Line(5280) = {11795, 11799}; +Line(5281) = {11799, 11803}; +Line(5282) = {11803, 11807}; +Line(5283) = {11807, 11811}; +Line(5284) = {11811, 11815}; +Line(5285) = {11815, 11819}; +Line(5286) = {11819, 11823}; +Line(5287) = {11823, 11782}; +Circle(5289) = {11446, 75, 11782}; +Circle(5290) = {11447, 75, 11783}; +Circle(5294) = {11451, 85, 11787}; +Circle(5298) = {11455, 85, 11791}; +Circle(5302) = {11459, 1, 11795}; +Circle(5306) = {11463, 1, 11799}; +Circle(5310) = {11467, 117, 11803}; +Circle(5314) = {11471, 117, 11807}; +Circle(5318) = {11475, 117, 11811}; +Circle(5322) = {11479, 117, 11815}; +Circle(5326) = {11483, 75, 11819}; +Circle(5330) = {11487, 75, 11823}; +Line(5338) = {11815, 11927}; +Line(5339) = {11927, 11931}; +Line(5340) = {11931, 11811}; +Circle(5344) = {11591, 189, 11927}; +Circle(5348) = {11595, 189, 11931}; +Line(5361) = {11823, 11979}; +Line(5362) = {11979, 11983}; +Line(5363) = {11983, 11819}; +Circle(5370) = {11643, 245, 11979}; +Circle(5374) = {11647, 245, 11983}; +Line(5382) = {11811, 12023}; +Line(5383) = {12023, 12027}; +Line(5384) = {12027, 11807}; +Circle(5388) = {11687, 285, 12023}; +Circle(5392) = {11691, 285, 12027}; +Line(5405) = {11782, 12075}; +Line(5406) = {12075, 12079}; +Line(5407) = {12079, 11823}; +Circle(5414) = {11739, 341, 12075}; +Circle(5418) = {11743, 341, 12079}; +Line(5426) = {12118, 12119}; +Line(5427) = {12119, 12123}; +Line(5428) = {12123, 12127}; +Line(5429) = {12127, 12131}; +Line(5430) = {12131, 12135}; +Line(5431) = {12135, 12139}; +Line(5432) = {12139, 12143}; +Line(5433) = {12143, 12147}; +Line(5434) = {12147, 12151}; +Line(5435) = {12151, 12155}; +Line(5436) = {12155, 12159}; +Line(5437) = {12159, 12118}; +Circle(5439) = {11782, 75, 12118}; +Circle(5440) = {11783, 75, 12119}; +Circle(5444) = {11787, 85, 12123}; +Circle(5448) = {11791, 85, 12127}; +Circle(5452) = {11795, 1, 12131}; +Circle(5456) = {11799, 1, 12135}; +Circle(5460) = {11803, 117, 12139}; +Circle(5464) = {11807, 117, 12143}; +Circle(5468) = {11811, 117, 12147}; +Circle(5472) = {11815, 117, 12151}; +Circle(5476) = {11819, 75, 12155}; +Circle(5480) = {11823, 75, 12159}; +Line(5488) = {12151, 12263}; +Line(5489) = {12263, 12267}; +Line(5490) = {12267, 12147}; +Circle(5494) = {11927, 189, 12263}; +Circle(5498) = {11931, 189, 12267}; +Line(5511) = {12159, 12315}; +Line(5512) = {12315, 12319}; +Line(5513) = {12319, 12155}; +Circle(5520) = {11979, 245, 12315}; +Circle(5524) = {11983, 245, 12319}; +Line(5532) = {12147, 12359}; +Line(5533) = {12359, 12363}; +Line(5534) = {12363, 12143}; +Circle(5538) = {12023, 285, 12359}; +Circle(5542) = {12027, 285, 12363}; +Line(5555) = {12118, 12411}; +Line(5556) = {12411, 12415}; +Line(5557) = {12415, 12159}; +Circle(5564) = {12075, 341, 12411}; +Circle(5568) = {12079, 341, 12415}; +Line(5576) = {12454, 12455}; +Line(5577) = {12455, 12459}; +Line(5578) = {12459, 12463}; +Line(5579) = {12463, 12467}; +Line(5580) = {12467, 12471}; +Line(5581) = {12471, 12475}; +Line(5582) = {12475, 12479}; +Line(5583) = {12479, 12483}; +Line(5584) = {12483, 12487}; +Line(5585) = {12487, 12491}; +Line(5586) = {12491, 12495}; +Line(5587) = {12495, 12454}; +Circle(5589) = {12118, 75, 12454}; +Circle(5590) = {12119, 75, 12455}; +Circle(5594) = {12123, 85, 12459}; +Circle(5598) = {12127, 85, 12463}; +Circle(5602) = {12131, 1, 12467}; +Circle(5606) = {12135, 1, 12471}; +Circle(5610) = {12139, 117, 12475}; +Circle(5614) = {12143, 117, 12479}; +Circle(5618) = {12147, 117, 12483}; +Circle(5622) = {12151, 117, 12487}; +Circle(5626) = {12155, 75, 12491}; +Circle(5630) = {12159, 75, 12495}; +Line(5638) = {12487, 12599}; +Line(5639) = {12599, 12603}; +Line(5640) = {12603, 12483}; +Circle(5644) = {12263, 189, 12599}; +Circle(5648) = {12267, 189, 12603}; +Line(5661) = {12495, 12651}; +Line(5662) = {12651, 12655}; +Line(5663) = {12655, 12491}; +Circle(5670) = {12315, 245, 12651}; +Circle(5674) = {12319, 245, 12655}; +Line(5682) = {12483, 12695}; +Line(5683) = {12695, 12699}; +Line(5684) = {12699, 12479}; +Circle(5688) = {12359, 285, 12695}; +Circle(5692) = {12363, 285, 12699}; +Line(5705) = {12454, 12747}; +Line(5706) = {12747, 12751}; +Line(5707) = {12751, 12495}; +Circle(5714) = {12411, 341, 12747}; +Circle(5718) = {12415, 341, 12751}; +Line(5726) = {12790, 12791}; +Line(5727) = {12791, 12795}; +Line(5728) = {12795, 12799}; +Line(5729) = {12799, 12803}; +Line(5730) = {12803, 12807}; +Line(5731) = {12807, 12811}; +Line(5732) = {12811, 12815}; +Line(5733) = {12815, 12819}; +Line(5734) = {12819, 12823}; +Line(5735) = {12823, 12827}; +Line(5736) = {12827, 12831}; +Line(5737) = {12831, 12790}; +Circle(5739) = {12454, 75, 12790}; +Circle(5740) = {12455, 75, 12791}; +Circle(5744) = {12459, 85, 12795}; +Circle(5748) = {12463, 85, 12799}; +Circle(5752) = {12467, 1, 12803}; +Circle(5756) = {12471, 1, 12807}; +Circle(5760) = {12475, 117, 12811}; +Circle(5764) = {12479, 117, 12815}; +Circle(5768) = {12483, 117, 12819}; +Circle(5772) = {12487, 117, 12823}; +Circle(5776) = {12491, 75, 12827}; +Circle(5780) = {12495, 75, 12831}; +Line(5788) = {12823, 12935}; +Line(5789) = {12935, 12939}; +Line(5790) = {12939, 12819}; +Circle(5794) = {12599, 189, 12935}; +Circle(5798) = {12603, 189, 12939}; +Line(5811) = {12831, 12987}; +Line(5812) = {12987, 12991}; +Line(5813) = {12991, 12827}; +Circle(5820) = {12651, 245, 12987}; +Circle(5824) = {12655, 245, 12991}; +Line(5832) = {12819, 13031}; +Line(5833) = {13031, 13035}; +Line(5834) = {13035, 12815}; +Circle(5838) = {12695, 285, 13031}; +Circle(5842) = {12699, 285, 13035}; +Line(5855) = {12790, 13083}; +Line(5856) = {13083, 13087}; +Line(5857) = {13087, 12831}; +Circle(5864) = {12747, 341, 13083}; +Circle(5868) = {12751, 341, 13087}; +Line(5876) = {13126, 13127}; +Line(5877) = {13127, 13131}; +Line(5878) = {13131, 13135}; +Line(5879) = {13135, 13139}; +Line(5880) = {13139, 13143}; +Line(5881) = {13143, 13147}; +Line(5882) = {13147, 13151}; +Line(5883) = {13151, 13155}; +Line(5884) = {13155, 13159}; +Line(5885) = {13159, 13163}; +Line(5886) = {13163, 13167}; +Line(5887) = {13167, 13126}; +Circle(5889) = {12790, 75, 13126}; +Circle(5890) = {12791, 75, 13127}; +Circle(5894) = {12795, 85, 13131}; +Circle(5898) = {12799, 85, 13135}; +Circle(5902) = {12803, 1, 13139}; +Circle(5906) = {12807, 1, 13143}; +Circle(5910) = {12811, 117, 13147}; +Circle(5914) = {12815, 117, 13151}; +Circle(5918) = {12819, 117, 13155}; +Circle(5922) = {12823, 117, 13159}; +Circle(5926) = {12827, 75, 13163}; +Circle(5930) = {12831, 75, 13167}; +Line(5938) = {13159, 13271}; +Line(5939) = {13271, 13275}; +Line(5940) = {13275, 13155}; +Circle(5944) = {12935, 189, 13271}; +Circle(5948) = {12939, 189, 13275}; +Line(5961) = {13167, 13323}; +Line(5962) = {13323, 13327}; +Line(5963) = {13327, 13163}; +Circle(5970) = {12987, 245, 13323}; +Circle(5974) = {12991, 245, 13327}; +Line(5982) = {13155, 13367}; +Line(5983) = {13367, 13371}; +Line(5984) = {13371, 13151}; +Circle(5988) = {13031, 285, 13367}; +Circle(5992) = {13035, 285, 13371}; +Line(6005) = {13126, 13419}; +Line(6006) = {13419, 13423}; +Line(6007) = {13423, 13167}; +Circle(6014) = {13083, 341, 13419}; +Circle(6018) = {13087, 341, 13423}; +Line(6026) = {13462, 13463}; +Line(6027) = {13463, 13467}; +Line(6028) = {13467, 13471}; +Line(6029) = {13471, 13475}; +Line(6030) = {13475, 13479}; +Line(6031) = {13479, 13483}; +Line(6032) = {13483, 13487}; +Line(6033) = {13487, 13491}; +Line(6034) = {13491, 13495}; +Line(6035) = {13495, 13499}; +Line(6036) = {13499, 13503}; +Line(6037) = {13503, 13462}; +Circle(6039) = {13126, 75, 13462}; +Circle(6040) = {13127, 75, 13463}; +Circle(6044) = {13131, 85, 13467}; +Circle(6048) = {13135, 85, 13471}; +Circle(6052) = {13139, 1, 13475}; +Circle(6056) = {13143, 1, 13479}; +Circle(6060) = {13147, 117, 13483}; +Circle(6064) = {13151, 117, 13487}; +Circle(6068) = {13155, 117, 13491}; +Circle(6072) = {13159, 117, 13495}; +Circle(6076) = {13163, 75, 13499}; +Circle(6080) = {13167, 75, 13503}; +Line(6088) = {13495, 13607}; +Line(6089) = {13607, 13611}; +Line(6090) = {13611, 13491}; +Circle(6094) = {13271, 189, 13607}; +Circle(6098) = {13275, 189, 13611}; +Line(6111) = {13503, 13659}; +Line(6112) = {13659, 13663}; +Line(6113) = {13663, 13499}; +Circle(6120) = {13323, 245, 13659}; +Circle(6124) = {13327, 245, 13663}; +Line(6132) = {13491, 13703}; +Line(6133) = {13703, 13707}; +Line(6134) = {13707, 13487}; +Circle(6138) = {13367, 285, 13703}; +Circle(6142) = {13371, 285, 13707}; +Line(6155) = {13462, 13755}; +Line(6156) = {13755, 13759}; +Line(6157) = {13759, 13503}; +Circle(6164) = {13419, 341, 13755}; +Circle(6168) = {13423, 341, 13759}; +Line(6176) = {13798, 13799}; +Line(6177) = {13799, 13803}; +Line(6178) = {13803, 13807}; +Line(6179) = {13807, 13811}; +Line(6180) = {13811, 13815}; +Line(6181) = {13815, 13819}; +Line(6182) = {13819, 13823}; +Line(6183) = {13823, 13827}; +Line(6184) = {13827, 13831}; +Line(6185) = {13831, 13835}; +Line(6186) = {13835, 13839}; +Line(6187) = {13839, 13798}; +Circle(6189) = {13462, 75, 13798}; +Circle(6190) = {13463, 75, 13799}; +Circle(6194) = {13467, 85, 13803}; +Circle(6198) = {13471, 85, 13807}; +Circle(6202) = {13475, 1, 13811}; +Circle(6206) = {13479, 1, 13815}; +Circle(6210) = {13483, 117, 13819}; +Circle(6214) = {13487, 117, 13823}; +Circle(6218) = {13491, 117, 13827}; +Circle(6222) = {13495, 117, 13831}; +Circle(6226) = {13499, 75, 13835}; +Circle(6230) = {13503, 75, 13839}; +Line(6238) = {13831, 13943}; +Line(6239) = {13943, 13947}; +Line(6240) = {13947, 13827}; +Circle(6244) = {13607, 189, 13943}; +Circle(6248) = {13611, 189, 13947}; +Line(6261) = {13839, 13995}; +Line(6262) = {13995, 13999}; +Line(6263) = {13999, 13835}; +Circle(6270) = {13659, 245, 13995}; +Circle(6274) = {13663, 245, 13999}; +Line(6282) = {13827, 14039}; +Line(6283) = {14039, 14043}; +Line(6284) = {14043, 13823}; +Circle(6288) = {13703, 285, 14039}; +Circle(6292) = {13707, 285, 14043}; +Line(6305) = {13798, 14091}; +Line(6306) = {14091, 14095}; +Line(6307) = {14095, 13839}; +Circle(6314) = {13755, 341, 14091}; +Circle(6318) = {13759, 341, 14095}; +Line(6326) = {14134, 14135}; +Line(6327) = {14135, 14139}; +Line(6328) = {14139, 14143}; +Line(6329) = {14143, 14147}; +Line(6330) = {14147, 14151}; +Line(6331) = {14151, 14155}; +Line(6332) = {14155, 14159}; +Line(6333) = {14159, 14163}; +Line(6334) = {14163, 14167}; +Line(6335) = {14167, 14171}; +Line(6336) = {14171, 14175}; +Line(6337) = {14175, 14134}; +Circle(6339) = {13798, 75, 14134}; +Circle(6340) = {13799, 75, 14135}; +Circle(6344) = {13803, 85, 14139}; +Circle(6348) = {13807, 85, 14143}; +Circle(6352) = {13811, 1, 14147}; +Circle(6356) = {13815, 1, 14151}; +Circle(6360) = {13819, 117, 14155}; +Circle(6364) = {13823, 117, 14159}; +Circle(6368) = {13827, 117, 14163}; +Circle(6372) = {13831, 117, 14167}; +Circle(6376) = {13835, 75, 14171}; +Circle(6380) = {13839, 75, 14175}; +Line(6388) = {14167, 14279}; +Line(6389) = {14279, 14283}; +Line(6390) = {14283, 14163}; +Circle(6394) = {13943, 189, 14279}; +Circle(6398) = {13947, 189, 14283}; +Line(6411) = {14175, 14331}; +Line(6412) = {14331, 14335}; +Line(6413) = {14335, 14171}; +Circle(6420) = {13995, 245, 14331}; +Circle(6424) = {13999, 245, 14335}; +Line(6432) = {14163, 14375}; +Line(6433) = {14375, 14379}; +Line(6434) = {14379, 14159}; +Circle(6438) = {14039, 285, 14375}; +Circle(6442) = {14043, 285, 14379}; +Line(6455) = {14134, 14427}; +Line(6456) = {14427, 14431}; +Line(6457) = {14431, 14175}; +Circle(6464) = {14091, 341, 14427}; +Circle(6468) = {14095, 341, 14431}; +Line(6476) = {14470, 14471}; +Line(6477) = {14471, 14475}; +Line(6478) = {14475, 14479}; +Line(6479) = {14479, 14483}; +Line(6480) = {14483, 14487}; +Line(6481) = {14487, 14491}; +Line(6482) = {14491, 14495}; +Line(6483) = {14495, 14499}; +Line(6484) = {14499, 14503}; +Line(6485) = {14503, 14507}; +Line(6486) = {14507, 14511}; +Line(6487) = {14511, 14470}; +Circle(6489) = {14134, 75, 14470}; +Circle(6490) = {14135, 75, 14471}; +Circle(6494) = {14139, 85, 14475}; +Circle(6498) = {14143, 85, 14479}; +Circle(6502) = {14147, 1, 14483}; +Circle(6506) = {14151, 1, 14487}; +Circle(6510) = {14155, 117, 14491}; +Circle(6514) = {14159, 117, 14495}; +Circle(6518) = {14163, 117, 14499}; +Circle(6522) = {14167, 117, 14503}; +Circle(6526) = {14171, 75, 14507}; +Circle(6530) = {14175, 75, 14511}; +Line(6538) = {14503, 14615}; +Line(6539) = {14615, 14619}; +Line(6540) = {14619, 14499}; +Circle(6544) = {14279, 189, 14615}; +Circle(6548) = {14283, 189, 14619}; +Line(6561) = {14511, 14667}; +Line(6562) = {14667, 14671}; +Line(6563) = {14671, 14507}; +Circle(6570) = {14331, 245, 14667}; +Circle(6574) = {14335, 245, 14671}; +Line(6582) = {14499, 14711}; +Line(6583) = {14711, 14715}; +Line(6584) = {14715, 14495}; +Circle(6588) = {14375, 285, 14711}; +Circle(6592) = {14379, 285, 14715}; +Line(6605) = {14470, 14763}; +Line(6606) = {14763, 14767}; +Line(6607) = {14767, 14511}; +Circle(6614) = {14427, 341, 14763}; +Circle(6618) = {14431, 341, 14767}; +Line(6626) = {14806, 14807}; +Line(6627) = {14807, 14811}; +Line(6628) = {14811, 14815}; +Line(6629) = {14815, 14819}; +Line(6630) = {14819, 14823}; +Line(6631) = {14823, 14827}; +Line(6632) = {14827, 14831}; +Line(6633) = {14831, 14835}; +Line(6634) = {14835, 14839}; +Line(6635) = {14839, 14843}; +Line(6636) = {14843, 14847}; +Line(6637) = {14847, 14806}; +Circle(6639) = {14470, 75, 14806}; +Circle(6640) = {14471, 75, 14807}; +Circle(6644) = {14475, 85, 14811}; +Circle(6648) = {14479, 85, 14815}; +Circle(6652) = {14483, 1, 14819}; +Circle(6656) = {14487, 1, 14823}; +Circle(6660) = {14491, 117, 14827}; +Circle(6664) = {14495, 117, 14831}; +Circle(6668) = {14499, 117, 14835}; +Circle(6672) = {14503, 117, 14839}; +Circle(6676) = {14507, 75, 14843}; +Circle(6680) = {14511, 75, 14847}; +Line(6688) = {14839, 14951}; +Line(6689) = {14951, 14955}; +Line(6690) = {14955, 14835}; +Circle(6694) = {14615, 189, 14951}; +Circle(6698) = {14619, 189, 14955}; +Line(6711) = {14847, 15003}; +Line(6712) = {15003, 15007}; +Line(6713) = {15007, 14843}; +Circle(6720) = {14667, 245, 15003}; +Circle(6724) = {14671, 245, 15007}; +Line(6732) = {14835, 15047}; +Line(6733) = {15047, 15051}; +Line(6734) = {15051, 14831}; +Circle(6738) = {14711, 285, 15047}; +Circle(6742) = {14715, 285, 15051}; +Line(6755) = {14806, 15099}; +Line(6756) = {15099, 15103}; +Line(6757) = {15103, 14847}; +Circle(6764) = {14763, 341, 15099}; +Circle(6768) = {14767, 341, 15103}; +Line(6776) = {15142, 15143}; +Line(6777) = {15143, 15147}; +Line(6778) = {15147, 15151}; +Line(6779) = {15151, 15155}; +Line(6780) = {15155, 15159}; +Line(6781) = {15159, 15163}; +Line(6782) = {15163, 15167}; +Line(6783) = {15167, 15171}; +Line(6784) = {15171, 15175}; +Line(6785) = {15175, 15179}; +Line(6786) = {15179, 15183}; +Line(6787) = {15183, 15142}; +Circle(6789) = {14806, 75, 15142}; +Circle(6790) = {14807, 75, 15143}; +Circle(6794) = {14811, 85, 15147}; +Circle(6798) = {14815, 85, 15151}; +Circle(6802) = {14819, 1, 15155}; +Circle(6806) = {14823, 1, 15159}; +Circle(6810) = {14827, 117, 15163}; +Circle(6814) = {14831, 117, 15167}; +Circle(6818) = {14835, 117, 15171}; +Circle(6822) = {14839, 117, 15175}; +Circle(6826) = {14843, 75, 15179}; +Circle(6830) = {14847, 75, 15183}; +Line(6838) = {15175, 15287}; +Line(6839) = {15287, 15291}; +Line(6840) = {15291, 15171}; +Circle(6844) = {14951, 189, 15287}; +Circle(6848) = {14955, 189, 15291}; +Line(6861) = {15183, 15339}; +Line(6862) = {15339, 15343}; +Line(6863) = {15343, 15179}; +Circle(6870) = {15003, 245, 15339}; +Circle(6874) = {15007, 245, 15343}; +Line(6882) = {15171, 15383}; +Line(6883) = {15383, 15387}; +Line(6884) = {15387, 15167}; +Circle(6888) = {15047, 285, 15383}; +Circle(6892) = {15051, 285, 15387}; +Line(6905) = {15142, 15435}; +Line(6906) = {15435, 15439}; +Line(6907) = {15439, 15183}; +Circle(6914) = {15099, 341, 15435}; +Circle(6918) = {15103, 341, 15439}; +Line(6926) = {15478, 15479}; +Line(6927) = {15479, 15483}; +Line(6928) = {15483, 15487}; +Line(6929) = {15487, 15491}; +Line(6930) = {15491, 15495}; +Line(6931) = {15495, 15499}; +Line(6932) = {15499, 15503}; +Line(6933) = {15503, 15507}; +Line(6934) = {15507, 15511}; +Line(6935) = {15511, 15515}; +Line(6936) = {15515, 15519}; +Line(6937) = {15519, 15478}; +Circle(6939) = {15142, 75, 15478}; +Circle(6940) = {15143, 75, 15479}; +Circle(6944) = {15147, 85, 15483}; +Circle(6948) = {15151, 85, 15487}; +Circle(6952) = {15155, 1, 15491}; +Circle(6956) = {15159, 1, 15495}; +Circle(6960) = {15163, 117, 15499}; +Circle(6964) = {15167, 117, 15503}; +Circle(6968) = {15171, 117, 15507}; +Circle(6972) = {15175, 117, 15511}; +Circle(6976) = {15179, 75, 15515}; +Circle(6980) = {15183, 75, 15519}; +Line(6988) = {15511, 15623}; +Line(6989) = {15623, 15627}; +Line(6990) = {15627, 15507}; +Circle(6994) = {15287, 189, 15623}; +Circle(6998) = {15291, 189, 15627}; +Line(7011) = {15519, 15675}; +Line(7012) = {15675, 15679}; +Line(7013) = {15679, 15515}; +Circle(7020) = {15339, 245, 15675}; +Circle(7024) = {15343, 245, 15679}; +Line(7032) = {15507, 15719}; +Line(7033) = {15719, 15723}; +Line(7034) = {15723, 15503}; +Circle(7038) = {15383, 285, 15719}; +Circle(7042) = {15387, 285, 15723}; +Line(7055) = {15478, 15771}; +Line(7056) = {15771, 15775}; +Line(7057) = {15775, 15519}; +Circle(7064) = {15435, 341, 15771}; +Circle(7068) = {15439, 341, 15775}; +Line(7076) = {15814, 15815}; +Line(7077) = {15815, 15819}; +Line(7078) = {15819, 15823}; +Line(7079) = {15823, 15827}; +Line(7080) = {15827, 15831}; +Line(7081) = {15831, 15835}; +Line(7082) = {15835, 15839}; +Line(7083) = {15839, 15843}; +Line(7084) = {15843, 15847}; +Line(7085) = {15847, 15851}; +Line(7086) = {15851, 15855}; +Line(7087) = {15855, 15814}; +Circle(7089) = {15478, 75, 15814}; +Circle(7090) = {15479, 75, 15815}; +Circle(7094) = {15483, 85, 15819}; +Circle(7098) = {15487, 85, 15823}; +Circle(7102) = {15491, 1, 15827}; +Circle(7106) = {15495, 1, 15831}; +Circle(7110) = {15499, 117, 15835}; +Circle(7114) = {15503, 117, 15839}; +Circle(7118) = {15507, 117, 15843}; +Circle(7122) = {15511, 117, 15847}; +Circle(7126) = {15515, 75, 15851}; +Circle(7130) = {15519, 75, 15855}; +Line(7138) = {15847, 15959}; +Line(7139) = {15959, 15963}; +Line(7140) = {15963, 15843}; +Circle(7144) = {15623, 189, 15959}; +Circle(7148) = {15627, 189, 15963}; +Line(7161) = {15855, 16011}; +Line(7162) = {16011, 16015}; +Line(7163) = {16015, 15851}; +Circle(7170) = {15675, 245, 16011}; +Circle(7174) = {15679, 245, 16015}; +Line(7182) = {15843, 16055}; +Line(7183) = {16055, 16059}; +Line(7184) = {16059, 15839}; +Circle(7188) = {15719, 285, 16055}; +Circle(7192) = {15723, 285, 16059}; +Line(7205) = {15814, 16107}; +Line(7206) = {16107, 16111}; +Line(7207) = {16111, 15855}; +Circle(7214) = {15771, 341, 16107}; +Circle(7218) = {15775, 341, 16111}; +Line(7226) = {16150, 16151}; +Line(7227) = {16151, 16155}; +Line(7228) = {16155, 16159}; +Line(7229) = {16159, 16163}; +Line(7230) = {16163, 16167}; +Line(7231) = {16167, 16171}; +Line(7232) = {16171, 16175}; +Line(7233) = {16175, 16179}; +Line(7234) = {16179, 16183}; +Line(7235) = {16183, 16187}; +Line(7236) = {16187, 16191}; +Line(7237) = {16191, 16150}; +Circle(7239) = {15814, 75, 16150}; +Circle(7240) = {15815, 75, 16151}; +Circle(7244) = {15819, 85, 16155}; +Circle(7248) = {15823, 85, 16159}; +Circle(7252) = {15827, 1, 16163}; +Circle(7256) = {15831, 1, 16167}; +Circle(7260) = {15835, 117, 16171}; +Circle(7264) = {15839, 117, 16175}; +Circle(7268) = {15843, 117, 16179}; +Circle(7272) = {15847, 117, 16183}; +Circle(7276) = {15851, 75, 16187}; +Circle(7280) = {15855, 75, 16191}; +Line(7288) = {16183, 16295}; +Line(7289) = {16295, 16299}; +Line(7290) = {16299, 16179}; +Circle(7294) = {15959, 189, 16295}; +Circle(7298) = {15963, 189, 16299}; +Line(7311) = {16191, 16347}; +Line(7312) = {16347, 16351}; +Line(7313) = {16351, 16187}; +Circle(7320) = {16011, 245, 16347}; +Circle(7324) = {16015, 245, 16351}; +Line(7332) = {16179, 16391}; +Line(7333) = {16391, 16395}; +Line(7334) = {16395, 16175}; +Circle(7338) = {16055, 285, 16391}; +Circle(7342) = {16059, 285, 16395}; +Line(7355) = {16150, 16443}; +Line(7356) = {16443, 16447}; +Line(7357) = {16447, 16191}; +Circle(7364) = {16107, 341, 16443}; +Circle(7368) = {16111, 341, 16447}; +Line(7376) = {16486, 16487}; +Line(7377) = {16487, 16491}; +Line(7378) = {16491, 16495}; +Line(7379) = {16495, 16499}; +Line(7380) = {16499, 16503}; +Line(7381) = {16503, 16507}; +Line(7382) = {16507, 16511}; +Line(7383) = {16511, 16515}; +Line(7384) = {16515, 16519}; +Line(7385) = {16519, 16523}; +Line(7386) = {16523, 16527}; +Line(7387) = {16527, 16486}; +Circle(7389) = {16150, 75, 16486}; +Circle(7390) = {16151, 75, 16487}; +Circle(7394) = {16155, 85, 16491}; +Circle(7398) = {16159, 85, 16495}; +Circle(7402) = {16163, 1, 16499}; +Circle(7406) = {16167, 1, 16503}; +Circle(7410) = {16171, 117, 16507}; +Circle(7414) = {16175, 117, 16511}; +Circle(7418) = {16179, 117, 16515}; +Circle(7422) = {16183, 117, 16519}; +Circle(7426) = {16187, 75, 16523}; +Circle(7430) = {16191, 75, 16527}; +Line(7438) = {16519, 16631}; +Line(7439) = {16631, 16635}; +Line(7440) = {16635, 16515}; +Circle(7444) = {16295, 189, 16631}; +Circle(7448) = {16299, 189, 16635}; +Line(7461) = {16527, 16683}; +Line(7462) = {16683, 16687}; +Line(7463) = {16687, 16523}; +Circle(7470) = {16347, 245, 16683}; +Circle(7474) = {16351, 245, 16687}; +Line(7482) = {16515, 16727}; +Line(7483) = {16727, 16731}; +Line(7484) = {16731, 16511}; +Circle(7488) = {16391, 285, 16727}; +Circle(7492) = {16395, 285, 16731}; +Line(7505) = {16486, 16779}; +Line(7506) = {16779, 16783}; +Line(7507) = {16783, 16527}; +Circle(7514) = {16443, 341, 16779}; +Circle(7518) = {16447, 341, 16783}; +Line(7526) = {16822, 16823}; +Line(7527) = {16823, 16827}; +Line(7528) = {16827, 16831}; +Line(7529) = {16831, 16835}; +Line(7530) = {16835, 16839}; +Line(7531) = {16839, 16843}; +Line(7532) = {16843, 16847}; +Line(7533) = {16847, 16851}; +Line(7534) = {16851, 16855}; +Line(7535) = {16855, 16859}; +Line(7536) = {16859, 16863}; +Line(7537) = {16863, 16822}; +Circle(7539) = {16486, 75, 16822}; +Circle(7540) = {16487, 75, 16823}; +Circle(7544) = {16491, 85, 16827}; +Circle(7548) = {16495, 85, 16831}; +Circle(7552) = {16499, 1, 16835}; +Circle(7556) = {16503, 1, 16839}; +Circle(7560) = {16507, 117, 16843}; +Circle(7564) = {16511, 117, 16847}; +Circle(7568) = {16515, 117, 16851}; +Circle(7572) = {16519, 117, 16855}; +Circle(7576) = {16523, 75, 16859}; +Circle(7580) = {16527, 75, 16863}; +Line(7588) = {16855, 16967}; +Line(7589) = {16967, 16971}; +Line(7590) = {16971, 16851}; +Circle(7594) = {16631, 189, 16967}; +Circle(7598) = {16635, 189, 16971}; +Line(7611) = {16863, 17019}; +Line(7612) = {17019, 17023}; +Line(7613) = {17023, 16859}; +Circle(7620) = {16683, 245, 17019}; +Circle(7624) = {16687, 245, 17023}; +Line(7632) = {16851, 17063}; +Line(7633) = {17063, 17067}; +Line(7634) = {17067, 16847}; +Circle(7638) = {16727, 285, 17063}; +Circle(7642) = {16731, 285, 17067}; +Line(7655) = {16822, 17115}; +Line(7656) = {17115, 17119}; +Line(7657) = {17119, 16863}; +Circle(7664) = {16779, 341, 17115}; +Circle(7668) = {16783, 341, 17119}; +Line(7676) = {17158, 17159}; +Line(7677) = {17159, 17163}; +Line(7678) = {17163, 17167}; +Line(7679) = {17167, 17171}; +Line(7680) = {17171, 17175}; +Line(7681) = {17175, 17179}; +Line(7682) = {17179, 17183}; +Line(7683) = {17183, 17187}; +Line(7684) = {17187, 17191}; +Line(7685) = {17191, 17195}; +Line(7686) = {17195, 17199}; +Line(7687) = {17199, 17158}; +Circle(7689) = {16822, 75, 17158}; +Circle(7690) = {16823, 75, 17159}; +Circle(7694) = {16827, 85, 17163}; +Circle(7698) = {16831, 85, 17167}; +Circle(7702) = {16835, 1, 17171}; +Circle(7706) = {16839, 1, 17175}; +Circle(7710) = {16843, 117, 17179}; +Circle(7714) = {16847, 117, 17183}; +Circle(7718) = {16851, 117, 17187}; +Circle(7722) = {16855, 117, 17191}; +Circle(7726) = {16859, 75, 17195}; +Circle(7730) = {16863, 75, 17199}; +Line(7738) = {17191, 17303}; +Line(7739) = {17303, 17307}; +Line(7740) = {17307, 17187}; +Circle(7744) = {16967, 189, 17303}; +Circle(7748) = {16971, 189, 17307}; +Line(7761) = {17199, 17355}; +Line(7762) = {17355, 17359}; +Line(7763) = {17359, 17195}; +Circle(7770) = {17019, 245, 17355}; +Circle(7774) = {17023, 245, 17359}; +Line(7782) = {17187, 17399}; +Line(7783) = {17399, 17403}; +Line(7784) = {17403, 17183}; +Circle(7788) = {17063, 285, 17399}; +Circle(7792) = {17067, 285, 17403}; +Line(7805) = {17158, 17451}; +Line(7806) = {17451, 17455}; +Line(7807) = {17455, 17199}; +Circle(7814) = {17115, 341, 17451}; +Circle(7818) = {17119, 341, 17455}; +Line(7826) = {17494, 17495}; +Line(7827) = {17495, 17499}; +Line(7828) = {17499, 17503}; +Line(7829) = {17503, 17507}; +Line(7830) = {17507, 17511}; +Line(7831) = {17511, 17515}; +Line(7832) = {17515, 17519}; +Line(7833) = {17519, 17523}; +Line(7834) = {17523, 17527}; +Line(7835) = {17527, 17531}; +Line(7836) = {17531, 17535}; +Line(7837) = {17535, 17494}; +Circle(7839) = {17158, 75, 17494}; +Circle(7840) = {17159, 75, 17495}; +Circle(7844) = {17163, 85, 17499}; +Circle(7848) = {17167, 85, 17503}; +Circle(7852) = {17171, 1, 17507}; +Circle(7856) = {17175, 1, 17511}; +Circle(7860) = {17179, 117, 17515}; +Circle(7864) = {17183, 117, 17519}; +Circle(7868) = {17187, 117, 17523}; +Circle(7872) = {17191, 117, 17527}; +Circle(7876) = {17195, 75, 17531}; +Circle(7880) = {17199, 75, 17535}; +Line(7888) = {17527, 17639}; +Line(7889) = {17639, 17643}; +Line(7890) = {17643, 17523}; +Circle(7894) = {17303, 189, 17639}; +Circle(7898) = {17307, 189, 17643}; +Line(7911) = {17535, 17691}; +Line(7912) = {17691, 17695}; +Line(7913) = {17695, 17531}; +Circle(7920) = {17355, 245, 17691}; +Circle(7924) = {17359, 245, 17695}; +Line(7932) = {17523, 17735}; +Line(7933) = {17735, 17739}; +Line(7934) = {17739, 17519}; +Circle(7938) = {17399, 285, 17735}; +Circle(7942) = {17403, 285, 17739}; +Line(7955) = {17494, 17787}; +Line(7956) = {17787, 17791}; +Line(7957) = {17791, 17535}; +Circle(7964) = {17451, 341, 17787}; +Circle(7968) = {17455, 341, 17791}; +Line(7976) = {17830, 17831}; +Line(7977) = {17831, 17835}; +Line(7978) = {17835, 17839}; +Line(7979) = {17839, 17843}; +Line(7980) = {17843, 17847}; +Line(7981) = {17847, 17851}; +Line(7982) = {17851, 17855}; +Line(7983) = {17855, 17859}; +Line(7984) = {17859, 17863}; +Line(7985) = {17863, 17867}; +Line(7986) = {17867, 17871}; +Line(7987) = {17871, 17830}; +Circle(7989) = {17494, 75, 17830}; +Circle(7990) = {17495, 75, 17831}; +Circle(7994) = {17499, 85, 17835}; +Circle(7998) = {17503, 85, 17839}; +Circle(8002) = {17507, 1, 17843}; +Circle(8006) = {17511, 1, 17847}; +Circle(8010) = {17515, 117, 17851}; +Circle(8014) = {17519, 117, 17855}; +Circle(8018) = {17523, 117, 17859}; +Circle(8022) = {17527, 117, 17863}; +Circle(8026) = {17531, 75, 17867}; +Circle(8030) = {17535, 75, 17871}; +Line(8038) = {17863, 17975}; +Line(8039) = {17975, 17979}; +Line(8040) = {17979, 17859}; +Circle(8044) = {17639, 189, 17975}; +Circle(8048) = {17643, 189, 17979}; +Line(8061) = {17871, 18027}; +Line(8062) = {18027, 18031}; +Line(8063) = {18031, 17867}; +Circle(8070) = {17691, 245, 18027}; +Circle(8074) = {17695, 245, 18031}; +Line(8082) = {17859, 18071}; +Line(8083) = {18071, 18075}; +Line(8084) = {18075, 17855}; +Circle(8088) = {17735, 285, 18071}; +Circle(8092) = {17739, 285, 18075}; +Line(8105) = {17830, 18123}; +Line(8106) = {18123, 18127}; +Line(8107) = {18127, 17871}; +Circle(8114) = {17787, 341, 18123}; +Circle(8118) = {17791, 341, 18127}; +Line(8126) = {18166, 18167}; +Line(8127) = {18167, 18171}; +Line(8128) = {18171, 18175}; +Line(8129) = {18175, 18179}; +Line(8130) = {18179, 18183}; +Line(8131) = {18183, 18187}; +Line(8132) = {18187, 18191}; +Line(8133) = {18191, 18195}; +Line(8134) = {18195, 18199}; +Line(8135) = {18199, 18203}; +Line(8136) = {18203, 18207}; +Line(8137) = {18207, 18166}; +Circle(8139) = {17830, 75, 18166}; +Circle(8140) = {17831, 75, 18167}; +Circle(8144) = {17835, 85, 18171}; +Circle(8148) = {17839, 85, 18175}; +Circle(8152) = {17843, 1, 18179}; +Circle(8156) = {17847, 1, 18183}; +Circle(8160) = {17851, 117, 18187}; +Circle(8164) = {17855, 117, 18191}; +Circle(8168) = {17859, 117, 18195}; +Circle(8172) = {17863, 117, 18199}; +Circle(8176) = {17867, 75, 18203}; +Circle(8180) = {17871, 75, 18207}; +Line(8188) = {18199, 18311}; +Line(8189) = {18311, 18315}; +Line(8190) = {18315, 18195}; +Circle(8194) = {17975, 189, 18311}; +Circle(8198) = {17979, 189, 18315}; +Line(8211) = {18207, 18363}; +Line(8212) = {18363, 18367}; +Line(8213) = {18367, 18203}; +Circle(8220) = {18027, 245, 18363}; +Circle(8224) = {18031, 245, 18367}; +Line(8232) = {18195, 18407}; +Line(8233) = {18407, 18411}; +Line(8234) = {18411, 18191}; +Circle(8238) = {18071, 285, 18407}; +Circle(8242) = {18075, 285, 18411}; +Line(8255) = {18166, 18459}; +Line(8256) = {18459, 18463}; +Line(8257) = {18463, 18207}; +Circle(8264) = {18123, 341, 18459}; +Circle(8268) = {18127, 341, 18463}; +Line(8276) = {18502, 18503}; +Line(8277) = {18503, 18507}; +Line(8278) = {18507, 18511}; +Line(8279) = {18511, 18515}; +Line(8280) = {18515, 18519}; +Line(8281) = {18519, 18523}; +Line(8282) = {18523, 18527}; +Line(8283) = {18527, 18531}; +Line(8284) = {18531, 18535}; +Line(8285) = {18535, 18539}; +Line(8286) = {18539, 18543}; +Line(8287) = {18543, 18502}; +Circle(8289) = {18166, 75, 18502}; +Circle(8290) = {18167, 75, 18503}; +Circle(8294) = {18171, 85, 18507}; +Circle(8298) = {18175, 85, 18511}; +Circle(8302) = {18179, 1, 18515}; +Circle(8306) = {18183, 1, 18519}; +Circle(8310) = {18187, 117, 18523}; +Circle(8314) = {18191, 117, 18527}; +Circle(8318) = {18195, 117, 18531}; +Circle(8322) = {18199, 117, 18535}; +Circle(8326) = {18203, 75, 18539}; +Circle(8330) = {18207, 75, 18543}; +Line(8338) = {18535, 18647}; +Line(8339) = {18647, 18651}; +Line(8340) = {18651, 18531}; +Circle(8344) = {18311, 189, 18647}; +Circle(8348) = {18315, 189, 18651}; +Line(8361) = {18543, 18699}; +Line(8362) = {18699, 18703}; +Line(8363) = {18703, 18539}; +Circle(8370) = {18363, 245, 18699}; +Circle(8374) = {18367, 245, 18703}; +Line(8382) = {18531, 18743}; +Line(8383) = {18743, 18747}; +Line(8384) = {18747, 18527}; +Circle(8388) = {18407, 285, 18743}; +Circle(8392) = {18411, 285, 18747}; +Line(8405) = {18502, 18795}; +Line(8406) = {18795, 18799}; +Line(8407) = {18799, 18543}; +Circle(8414) = {18459, 341, 18795}; +Circle(8418) = {18463, 341, 18799}; +Line(8426) = {18838, 18839}; +Line(8427) = {18839, 18843}; +Line(8428) = {18843, 18847}; +Line(8429) = {18847, 18851}; +Line(8430) = {18851, 18855}; +Line(8431) = {18855, 18859}; +Line(8432) = {18859, 18863}; +Line(8433) = {18863, 18867}; +Line(8434) = {18867, 18871}; +Line(8435) = {18871, 18875}; +Line(8436) = {18875, 18879}; +Line(8437) = {18879, 18838}; +Circle(8439) = {18502, 75, 18838}; +Circle(8440) = {18503, 75, 18839}; +Circle(8444) = {18507, 85, 18843}; +Circle(8448) = {18511, 85, 18847}; +Circle(8452) = {18515, 1, 18851}; +Circle(8456) = {18519, 1, 18855}; +Circle(8460) = {18523, 117, 18859}; +Circle(8464) = {18527, 117, 18863}; +Circle(8468) = {18531, 117, 18867}; +Circle(8472) = {18535, 117, 18871}; +Circle(8476) = {18539, 75, 18875}; +Circle(8480) = {18543, 75, 18879}; +Line(8488) = {18871, 18983}; +Line(8489) = {18983, 18987}; +Line(8490) = {18987, 18867}; +Circle(8494) = {18647, 189, 18983}; +Circle(8498) = {18651, 189, 18987}; +Line(8511) = {18879, 19035}; +Line(8512) = {19035, 19039}; +Line(8513) = {19039, 18875}; +Circle(8520) = {18699, 245, 19035}; +Circle(8524) = {18703, 245, 19039}; +Line(8532) = {18867, 19079}; +Line(8533) = {19079, 19083}; +Line(8534) = {19083, 18863}; +Circle(8538) = {18743, 285, 19079}; +Circle(8542) = {18747, 285, 19083}; +Line(8555) = {18838, 19131}; +Line(8556) = {19131, 19135}; +Line(8557) = {19135, 18879}; +Circle(8564) = {18795, 341, 19131}; +Circle(8568) = {18799, 341, 19135}; +Line(8576) = {19174, 19175}; +Line(8577) = {19175, 19179}; +Line(8578) = {19179, 19183}; +Line(8579) = {19183, 19187}; +Line(8580) = {19187, 19191}; +Line(8581) = {19191, 19195}; +Line(8582) = {19195, 19199}; +Line(8583) = {19199, 19203}; +Line(8584) = {19203, 19207}; +Line(8585) = {19207, 19211}; +Line(8586) = {19211, 19215}; +Line(8587) = {19215, 19174}; +Circle(8589) = {18838, 75, 19174}; +Circle(8590) = {18839, 75, 19175}; +Circle(8594) = {18843, 85, 19179}; +Circle(8598) = {18847, 85, 19183}; +Circle(8602) = {18851, 1, 19187}; +Circle(8606) = {18855, 1, 19191}; +Circle(8610) = {18859, 117, 19195}; +Circle(8614) = {18863, 117, 19199}; +Circle(8618) = {18867, 117, 19203}; +Circle(8622) = {18871, 117, 19207}; +Circle(8626) = {18875, 75, 19211}; +Circle(8630) = {18879, 75, 19215}; +Line(8638) = {19207, 19319}; +Line(8639) = {19319, 19323}; +Line(8640) = {19323, 19203}; +Circle(8644) = {18983, 189, 19319}; +Circle(8648) = {18987, 189, 19323}; +Line(8661) = {19215, 19371}; +Line(8662) = {19371, 19375}; +Line(8663) = {19375, 19211}; +Circle(8670) = {19035, 245, 19371}; +Circle(8674) = {19039, 245, 19375}; +Line(8682) = {19203, 19415}; +Line(8683) = {19415, 19419}; +Line(8684) = {19419, 19199}; +Circle(8688) = {19079, 285, 19415}; +Circle(8692) = {19083, 285, 19419}; +Line(8705) = {19174, 19467}; +Line(8706) = {19467, 19471}; +Line(8707) = {19471, 19215}; +Circle(8714) = {19131, 341, 19467}; +Circle(8718) = {19135, 341, 19471}; +Line(8726) = {19510, 19511}; +Line(8727) = {19511, 19515}; +Line(8728) = {19515, 19519}; +Line(8729) = {19519, 19523}; +Line(8730) = {19523, 19527}; +Line(8731) = {19527, 19531}; +Line(8732) = {19531, 19535}; +Line(8733) = {19535, 19539}; +Line(8734) = {19539, 19543}; +Line(8735) = {19543, 19547}; +Line(8736) = {19547, 19551}; +Line(8737) = {19551, 19510}; +Circle(8739) = {19174, 75, 19510}; +Circle(8740) = {19175, 75, 19511}; +Circle(8744) = {19179, 85, 19515}; +Circle(8748) = {19183, 85, 19519}; +Circle(8752) = {19187, 1, 19523}; +Circle(8756) = {19191, 1, 19527}; +Circle(8760) = {19195, 117, 19531}; +Circle(8764) = {19199, 117, 19535}; +Circle(8768) = {19203, 117, 19539}; +Circle(8772) = {19207, 117, 19543}; +Circle(8776) = {19211, 75, 19547}; +Circle(8780) = {19215, 75, 19551}; +Line(8788) = {19543, 19655}; +Line(8789) = {19655, 19659}; +Line(8790) = {19659, 19539}; +Circle(8794) = {19319, 189, 19655}; +Circle(8798) = {19323, 189, 19659}; +Line(8811) = {19551, 19707}; +Line(8812) = {19707, 19711}; +Line(8813) = {19711, 19547}; +Circle(8820) = {19371, 245, 19707}; +Circle(8824) = {19375, 245, 19711}; +Line(8832) = {19539, 19751}; +Line(8833) = {19751, 19755}; +Line(8834) = {19755, 19535}; +Circle(8838) = {19415, 285, 19751}; +Circle(8842) = {19419, 285, 19755}; +Line(8855) = {19510, 19803}; +Line(8856) = {19803, 19807}; +Line(8857) = {19807, 19551}; +Circle(8864) = {19467, 341, 19803}; +Circle(8868) = {19471, 341, 19807}; +Line(8876) = {19846, 19847}; +Line(8877) = {19847, 19851}; +Line(8878) = {19851, 19855}; +Line(8879) = {19855, 19859}; +Line(8880) = {19859, 19863}; +Line(8881) = {19863, 19867}; +Line(8882) = {19867, 19871}; +Line(8883) = {19871, 19875}; +Line(8884) = {19875, 19879}; +Line(8885) = {19879, 19883}; +Line(8886) = {19883, 19887}; +Line(8887) = {19887, 19846}; +Circle(8889) = {19510, 75, 19846}; +Circle(8890) = {19511, 75, 19847}; +Circle(8894) = {19515, 85, 19851}; +Circle(8898) = {19519, 85, 19855}; +Circle(8902) = {19523, 1, 19859}; +Circle(8906) = {19527, 1, 19863}; +Circle(8910) = {19531, 117, 19867}; +Circle(8914) = {19535, 117, 19871}; +Circle(8918) = {19539, 117, 19875}; +Circle(8922) = {19543, 117, 19879}; +Circle(8926) = {19547, 75, 19883}; +Circle(8930) = {19551, 75, 19887}; +Line(8938) = {19879, 19991}; +Line(8939) = {19991, 19995}; +Line(8940) = {19995, 19875}; +Circle(8944) = {19655, 189, 19991}; +Circle(8948) = {19659, 189, 19995}; +Line(8961) = {19887, 20043}; +Line(8962) = {20043, 20047}; +Line(8963) = {20047, 19883}; +Circle(8970) = {19707, 245, 20043}; +Circle(8974) = {19711, 245, 20047}; +Line(8982) = {19875, 20087}; +Line(8983) = {20087, 20091}; +Line(8984) = {20091, 19871}; +Circle(8988) = {19751, 285, 20087}; +Circle(8992) = {19755, 285, 20091}; +Line(9005) = {19846, 20139}; +Line(9006) = {20139, 20143}; +Line(9007) = {20143, 19887}; +Circle(9014) = {19803, 341, 20139}; +Circle(9018) = {19807, 341, 20143}; +Line(9026) = {20182, 20183}; +Line(9027) = {20183, 20187}; +Line(9028) = {20187, 20191}; +Line(9029) = {20191, 20195}; +Line(9030) = {20195, 20199}; +Line(9031) = {20199, 20203}; +Line(9032) = {20203, 20207}; +Line(9033) = {20207, 20211}; +Line(9034) = {20211, 20215}; +Line(9035) = {20215, 20219}; +Line(9036) = {20219, 20223}; +Line(9037) = {20223, 20182}; +Circle(9039) = {19846, 75, 20182}; +Circle(9040) = {19847, 75, 20183}; +Circle(9044) = {19851, 85, 20187}; +Circle(9048) = {19855, 85, 20191}; +Circle(9052) = {19859, 1, 20195}; +Circle(9056) = {19863, 1, 20199}; +Circle(9060) = {19867, 117, 20203}; +Circle(9064) = {19871, 117, 20207}; +Circle(9068) = {19875, 117, 20211}; +Circle(9072) = {19879, 117, 20215}; +Circle(9076) = {19883, 75, 20219}; +Circle(9080) = {19887, 75, 20223}; +Line(9088) = {20215, 20327}; +Line(9089) = {20327, 20331}; +Line(9090) = {20331, 20211}; +Circle(9094) = {19991, 189, 20327}; +Circle(9098) = {19995, 189, 20331}; +Line(9111) = {20223, 20379}; +Line(9112) = {20379, 20383}; +Line(9113) = {20383, 20219}; +Circle(9120) = {20043, 245, 20379}; +Circle(9124) = {20047, 245, 20383}; +Line(9132) = {20211, 20423}; +Line(9133) = {20423, 20427}; +Line(9134) = {20427, 20207}; +Circle(9138) = {20087, 285, 20423}; +Circle(9142) = {20091, 285, 20427}; +Line(9155) = {20182, 20475}; +Line(9156) = {20475, 20479}; +Line(9157) = {20479, 20223}; +Circle(9164) = {20139, 341, 20475}; +Circle(9168) = {20143, 341, 20479}; +Line(9176) = {20518, 20519}; +Line(9177) = {20519, 20523}; +Line(9178) = {20523, 20527}; +Line(9179) = {20527, 20531}; +Line(9180) = {20531, 20535}; +Line(9181) = {20535, 20539}; +Line(9182) = {20539, 20543}; +Line(9183) = {20543, 20547}; +Line(9184) = {20547, 20551}; +Line(9185) = {20551, 20555}; +Line(9186) = {20555, 20559}; +Line(9187) = {20559, 20518}; +Circle(9189) = {20182, 75, 20518}; +Circle(9190) = {20183, 75, 20519}; +Circle(9194) = {20187, 85, 20523}; +Circle(9198) = {20191, 85, 20527}; +Circle(9202) = {20195, 1, 20531}; +Circle(9206) = {20199, 1, 20535}; +Circle(9210) = {20203, 117, 20539}; +Circle(9214) = {20207, 117, 20543}; +Circle(9218) = {20211, 117, 20547}; +Circle(9222) = {20215, 117, 20551}; +Circle(9226) = {20219, 75, 20555}; +Circle(9230) = {20223, 75, 20559}; +Line(9238) = {20551, 20663}; +Line(9239) = {20663, 20667}; +Line(9240) = {20667, 20547}; +Circle(9244) = {20327, 189, 20663}; +Circle(9248) = {20331, 189, 20667}; +Line(9261) = {20559, 20715}; +Line(9262) = {20715, 20719}; +Line(9263) = {20719, 20555}; +Circle(9270) = {20379, 245, 20715}; +Circle(9274) = {20383, 245, 20719}; +Line(9282) = {20547, 20759}; +Line(9283) = {20759, 20763}; +Line(9284) = {20763, 20543}; +Circle(9288) = {20423, 285, 20759}; +Circle(9292) = {20427, 285, 20763}; +Line(9305) = {20518, 20811}; +Line(9306) = {20811, 20815}; +Line(9307) = {20815, 20559}; +Circle(9314) = {20475, 341, 20811}; +Circle(9318) = {20479, 341, 20815}; +Line(9326) = {20854, 20855}; +Line(9327) = {20855, 20859}; +Line(9328) = {20859, 20863}; +Line(9329) = {20863, 20867}; +Line(9330) = {20867, 20871}; +Line(9331) = {20871, 20875}; +Line(9332) = {20875, 20879}; +Line(9333) = {20879, 20883}; +Line(9334) = {20883, 20887}; +Line(9335) = {20887, 20891}; +Line(9336) = {20891, 20895}; +Line(9337) = {20895, 20854}; +Circle(9339) = {20518, 75, 20854}; +Circle(9340) = {20519, 75, 20855}; +Circle(9344) = {20523, 85, 20859}; +Circle(9348) = {20527, 85, 20863}; +Circle(9352) = {20531, 1, 20867}; +Circle(9356) = {20535, 1, 20871}; +Circle(9360) = {20539, 117, 20875}; +Circle(9364) = {20543, 117, 20879}; +Circle(9368) = {20547, 117, 20883}; +Circle(9372) = {20551, 117, 20887}; +Circle(9376) = {20555, 75, 20891}; +Circle(9380) = {20559, 75, 20895}; +Line(9388) = {20887, 20999}; +Line(9389) = {20999, 21003}; +Line(9390) = {21003, 20883}; +Circle(9394) = {20663, 189, 20999}; +Circle(9398) = {20667, 189, 21003}; +Line(9411) = {20895, 21051}; +Line(9412) = {21051, 21055}; +Line(9413) = {21055, 20891}; +Circle(9420) = {20715, 245, 21051}; +Circle(9424) = {20719, 245, 21055}; +Line(9432) = {20883, 21095}; +Line(9433) = {21095, 21099}; +Line(9434) = {21099, 20879}; +Circle(9438) = {20759, 285, 21095}; +Circle(9442) = {20763, 285, 21099}; +Line(9455) = {20854, 21147}; +Line(9456) = {21147, 21151}; +Line(9457) = {21151, 20895}; +Circle(9464) = {20811, 341, 21147}; +Circle(9468) = {20815, 341, 21151}; +Line(9476) = {21190, 21191}; +Line(9477) = {21191, 21195}; +Line(9478) = {21195, 21199}; +Line(9479) = {21199, 21203}; +Line(9480) = {21203, 21207}; +Line(9481) = {21207, 21211}; +Line(9482) = {21211, 21215}; +Line(9483) = {21215, 21219}; +Line(9484) = {21219, 21223}; +Line(9485) = {21223, 21227}; +Line(9486) = {21227, 21231}; +Line(9487) = {21231, 21190}; +Circle(9489) = {20854, 75, 21190}; +Circle(9490) = {20855, 75, 21191}; +Circle(9494) = {20859, 85, 21195}; +Circle(9498) = {20863, 85, 21199}; +Circle(9502) = {20867, 1, 21203}; +Circle(9506) = {20871, 1, 21207}; +Circle(9510) = {20875, 117, 21211}; +Circle(9514) = {20879, 117, 21215}; +Circle(9518) = {20883, 117, 21219}; +Circle(9522) = {20887, 117, 21223}; +Circle(9526) = {20891, 75, 21227}; +Circle(9530) = {20895, 75, 21231}; +Line(9538) = {21223, 21335}; +Line(9539) = {21335, 21339}; +Line(9540) = {21339, 21219}; +Circle(9544) = {20999, 189, 21335}; +Circle(9548) = {21003, 189, 21339}; +Line(9561) = {21231, 21387}; +Line(9562) = {21387, 21391}; +Line(9563) = {21391, 21227}; +Circle(9570) = {21051, 245, 21387}; +Circle(9574) = {21055, 245, 21391}; +Line(9582) = {21219, 21431}; +Line(9583) = {21431, 21435}; +Line(9584) = {21435, 21215}; +Circle(9588) = {21095, 285, 21431}; +Circle(9592) = {21099, 285, 21435}; +Line(9605) = {21190, 21483}; +Line(9606) = {21483, 21487}; +Line(9607) = {21487, 21231}; +Circle(9614) = {21147, 341, 21483}; +Circle(9618) = {21151, 341, 21487}; +Line(9626) = {21526, 21527}; +Line(9627) = {21527, 21531}; +Line(9628) = {21531, 21535}; +Line(9629) = {21535, 21539}; +Line(9630) = {21539, 21543}; +Line(9631) = {21543, 21547}; +Line(9632) = {21547, 21551}; +Line(9633) = {21551, 21555}; +Line(9634) = {21555, 21559}; +Line(9635) = {21559, 21563}; +Line(9636) = {21563, 21567}; +Line(9637) = {21567, 21526}; +Circle(9639) = {21190, 75, 21526}; +Circle(9640) = {21191, 75, 21527}; +Circle(9644) = {21195, 85, 21531}; +Circle(9648) = {21199, 85, 21535}; +Circle(9652) = {21203, 1, 21539}; +Circle(9656) = {21207, 1, 21543}; +Circle(9660) = {21211, 117, 21547}; +Circle(9664) = {21215, 117, 21551}; +Circle(9668) = {21219, 117, 21555}; +Circle(9672) = {21223, 117, 21559}; +Circle(9676) = {21227, 75, 21563}; +Circle(9680) = {21231, 75, 21567}; +Line(9688) = {21559, 21671}; +Line(9689) = {21671, 21675}; +Line(9690) = {21675, 21555}; +Circle(9694) = {21335, 189, 21671}; +Circle(9698) = {21339, 189, 21675}; +Line(9711) = {21567, 21723}; +Line(9712) = {21723, 21727}; +Line(9713) = {21727, 21563}; +Circle(9720) = {21387, 245, 21723}; +Circle(9724) = {21391, 245, 21727}; +Line(9732) = {21555, 21767}; +Line(9733) = {21767, 21771}; +Line(9734) = {21771, 21551}; +Circle(9738) = {21431, 285, 21767}; +Circle(9742) = {21435, 285, 21771}; +Line(9755) = {21526, 21819}; +Line(9756) = {21819, 21823}; +Line(9757) = {21823, 21567}; +Circle(9764) = {21483, 341, 21819}; +Circle(9768) = {21487, 341, 21823}; +Line(9776) = {21862, 21863}; +Line(9777) = {21863, 21867}; +Line(9778) = {21867, 21871}; +Line(9779) = {21871, 21875}; +Line(9780) = {21875, 21879}; +Line(9781) = {21879, 21883}; +Line(9782) = {21883, 21887}; +Line(9783) = {21887, 21891}; +Line(9784) = {21891, 21895}; +Line(9785) = {21895, 21899}; +Line(9786) = {21899, 21903}; +Line(9787) = {21903, 21862}; +Circle(9789) = {21526, 75, 21862}; +Circle(9790) = {21527, 75, 21863}; +Circle(9794) = {21531, 85, 21867}; +Circle(9798) = {21535, 85, 21871}; +Circle(9802) = {21539, 1, 21875}; +Circle(9806) = {21543, 1, 21879}; +Circle(9810) = {21547, 117, 21883}; +Circle(9814) = {21551, 117, 21887}; +Circle(9818) = {21555, 117, 21891}; +Circle(9822) = {21559, 117, 21895}; +Circle(9826) = {21563, 75, 21899}; +Circle(9830) = {21567, 75, 21903}; +Line(9838) = {21895, 22007}; +Line(9839) = {22007, 22011}; +Line(9840) = {22011, 21891}; +Circle(9844) = {21671, 189, 22007}; +Circle(9848) = {21675, 189, 22011}; +Line(9861) = {21903, 22059}; +Line(9862) = {22059, 22063}; +Line(9863) = {22063, 21899}; +Circle(9870) = {21723, 245, 22059}; +Circle(9874) = {21727, 245, 22063}; +Line(9882) = {21891, 22103}; +Line(9883) = {22103, 22107}; +Line(9884) = {22107, 21887}; +Circle(9888) = {21767, 285, 22103}; +Circle(9892) = {21771, 285, 22107}; +Line(9905) = {21862, 22155}; +Line(9906) = {22155, 22159}; +Line(9907) = {22159, 21903}; +Circle(9914) = {21819, 341, 22155}; +Circle(9918) = {21823, 341, 22159}; +Line(9926) = {22198, 22199}; +Line(9927) = {22199, 22203}; +Line(9928) = {22203, 22207}; +Line(9929) = {22207, 22211}; +Line(9930) = {22211, 22215}; +Line(9931) = {22215, 22219}; +Line(9932) = {22219, 22223}; +Line(9933) = {22223, 22227}; +Line(9934) = {22227, 22231}; +Line(9935) = {22231, 22235}; +Line(9936) = {22235, 22239}; +Line(9937) = {22239, 22198}; +Circle(9939) = {21862, 75, 22198}; +Circle(9940) = {21863, 75, 22199}; +Circle(9944) = {21867, 85, 22203}; +Circle(9948) = {21871, 85, 22207}; +Circle(9952) = {21875, 1, 22211}; +Circle(9956) = {21879, 1, 22215}; +Circle(9960) = {21883, 117, 22219}; +Circle(9964) = {21887, 117, 22223}; +Circle(9968) = {21891, 117, 22227}; +Circle(9972) = {21895, 117, 22231}; +Circle(9976) = {21899, 75, 22235}; +Circle(9980) = {21903, 75, 22239}; +Line(9988) = {22231, 22343}; +Line(9989) = {22343, 22347}; +Line(9990) = {22347, 22227}; +Circle(9994) = {22007, 189, 22343}; +Circle(9998) = {22011, 189, 22347}; +Line(10011) = {22239, 22395}; +Line(10012) = {22395, 22399}; +Line(10013) = {22399, 22235}; +Circle(10020) = {22059, 245, 22395}; +Circle(10024) = {22063, 245, 22399}; +Line(10032) = {22227, 22439}; +Line(10033) = {22439, 22443}; +Line(10034) = {22443, 22223}; +Circle(10038) = {22103, 285, 22439}; +Circle(10042) = {22107, 285, 22443}; +Line(10055) = {22198, 22491}; +Line(10056) = {22491, 22495}; +Line(10057) = {22495, 22239}; +Circle(10064) = {22155, 341, 22491}; +Circle(10068) = {22159, 341, 22495}; +Line(10076) = {22534, 22535}; +Line(10077) = {22535, 22539}; +Line(10078) = {22539, 22543}; +Line(10079) = {22543, 22547}; +Line(10080) = {22547, 22551}; +Line(10081) = {22551, 22555}; +Line(10082) = {22555, 22559}; +Line(10083) = {22559, 22563}; +Line(10084) = {22563, 22567}; +Line(10085) = {22567, 22571}; +Line(10086) = {22571, 22575}; +Line(10087) = {22575, 22534}; +Circle(10089) = {22198, 75, 22534}; +Circle(10090) = {22199, 75, 22535}; +Circle(10094) = {22203, 85, 22539}; +Circle(10098) = {22207, 85, 22543}; +Circle(10102) = {22211, 1, 22547}; +Circle(10106) = {22215, 1, 22551}; +Circle(10110) = {22219, 117, 22555}; +Circle(10114) = {22223, 117, 22559}; +Circle(10118) = {22227, 117, 22563}; +Circle(10122) = {22231, 117, 22567}; +Circle(10126) = {22235, 75, 22571}; +Circle(10130) = {22239, 75, 22575}; +Line(10138) = {22567, 22679}; +Line(10139) = {22679, 22683}; +Line(10140) = {22683, 22563}; +Circle(10144) = {22343, 189, 22679}; +Circle(10148) = {22347, 189, 22683}; +Line(10161) = {22575, 22731}; +Line(10162) = {22731, 22735}; +Line(10163) = {22735, 22571}; +Circle(10170) = {22395, 245, 22731}; +Circle(10174) = {22399, 245, 22735}; +Line(10182) = {22563, 22775}; +Line(10183) = {22775, 22779}; +Line(10184) = {22779, 22559}; +Circle(10188) = {22439, 285, 22775}; +Circle(10192) = {22443, 285, 22779}; +Line(10205) = {22534, 22827}; +Line(10206) = {22827, 22831}; +Line(10207) = {22831, 22575}; +Circle(10214) = {22491, 341, 22827}; +Circle(10218) = {22495, 341, 22831}; +Line(10226) = {22870, 22871}; +Line(10227) = {22871, 22875}; +Line(10228) = {22875, 22879}; +Line(10229) = {22879, 22883}; +Line(10230) = {22883, 22887}; +Line(10231) = {22887, 22891}; +Line(10232) = {22891, 22895}; +Line(10233) = {22895, 22899}; +Line(10234) = {22899, 22903}; +Line(10235) = {22903, 22907}; +Line(10236) = {22907, 22911}; +Line(10237) = {22911, 22870}; +Circle(10239) = {22534, 75, 22870}; +Circle(10240) = {22535, 75, 22871}; +Circle(10244) = {22539, 85, 22875}; +Circle(10248) = {22543, 85, 22879}; +Circle(10252) = {22547, 1, 22883}; +Circle(10256) = {22551, 1, 22887}; +Circle(10260) = {22555, 117, 22891}; +Circle(10264) = {22559, 117, 22895}; +Circle(10268) = {22563, 117, 22899}; +Circle(10272) = {22567, 117, 22903}; +Circle(10276) = {22571, 75, 22907}; +Circle(10280) = {22575, 75, 22911}; +Line(10288) = {22903, 23015}; +Line(10289) = {23015, 23019}; +Line(10290) = {23019, 22899}; +Circle(10294) = {22679, 189, 23015}; +Circle(10298) = {22683, 189, 23019}; +Line(10311) = {22911, 23067}; +Line(10312) = {23067, 23071}; +Line(10313) = {23071, 22907}; +Circle(10320) = {22731, 245, 23067}; +Circle(10324) = {22735, 245, 23071}; +Line(10332) = {22899, 23111}; +Line(10333) = {23111, 23115}; +Line(10334) = {23115, 22895}; +Circle(10338) = {22775, 285, 23111}; +Circle(10342) = {22779, 285, 23115}; +Line(10355) = {22870, 23163}; +Line(10356) = {23163, 23167}; +Line(10357) = {23167, 22911}; +Circle(10364) = {22827, 341, 23163}; +Circle(10368) = {22831, 341, 23167}; +Line(10376) = {23206, 23207}; +Line(10377) = {23207, 23211}; +Line(10378) = {23211, 23215}; +Line(10379) = {23215, 23219}; +Line(10380) = {23219, 23223}; +Line(10381) = {23223, 23227}; +Line(10382) = {23227, 23231}; +Line(10383) = {23231, 23235}; +Line(10384) = {23235, 23239}; +Line(10385) = {23239, 23243}; +Line(10386) = {23243, 23247}; +Line(10387) = {23247, 23206}; +Circle(10389) = {22870, 75, 23206}; +Circle(10390) = {22871, 75, 23207}; +Circle(10394) = {22875, 85, 23211}; +Circle(10398) = {22879, 85, 23215}; +Circle(10402) = {22883, 1, 23219}; +Circle(10406) = {22887, 1, 23223}; +Circle(10410) = {22891, 117, 23227}; +Circle(10414) = {22895, 117, 23231}; +Circle(10418) = {22899, 117, 23235}; +Circle(10422) = {22903, 117, 23239}; +Circle(10426) = {22907, 75, 23243}; +Circle(10430) = {22911, 75, 23247}; +Line(10438) = {23239, 23351}; +Line(10439) = {23351, 23355}; +Line(10440) = {23355, 23235}; +Circle(10444) = {23015, 189, 23351}; +Circle(10448) = {23019, 189, 23355}; +Line(10461) = {23247, 23403}; +Line(10462) = {23403, 23407}; +Line(10463) = {23407, 23243}; +Circle(10470) = {23067, 245, 23403}; +Circle(10474) = {23071, 245, 23407}; +Line(10482) = {23235, 23447}; +Line(10483) = {23447, 23451}; +Line(10484) = {23451, 23231}; +Circle(10488) = {23111, 285, 23447}; +Circle(10492) = {23115, 285, 23451}; +Line(10505) = {23206, 23499}; +Line(10506) = {23499, 23503}; +Line(10507) = {23503, 23247}; +Circle(10514) = {23163, 341, 23499}; +Circle(10518) = {23167, 341, 23503}; +Line(10526) = {23542, 23543}; +Line(10527) = {23543, 23547}; +Line(10528) = {23547, 23551}; +Line(10529) = {23551, 23555}; +Line(10530) = {23555, 23559}; +Line(10531) = {23559, 23563}; +Line(10532) = {23563, 23567}; +Line(10533) = {23567, 23571}; +Line(10534) = {23571, 23575}; +Line(10535) = {23575, 23579}; +Line(10536) = {23579, 23583}; +Line(10537) = {23583, 23542}; +Circle(10539) = {23206, 75, 23542}; +Circle(10540) = {23207, 75, 23543}; +Circle(10544) = {23211, 85, 23547}; +Circle(10548) = {23215, 85, 23551}; +Circle(10552) = {23219, 1, 23555}; +Circle(10556) = {23223, 1, 23559}; +Circle(10560) = {23227, 117, 23563}; +Circle(10564) = {23231, 117, 23567}; +Circle(10568) = {23235, 117, 23571}; +Circle(10572) = {23239, 117, 23575}; +Circle(10576) = {23243, 75, 23579}; +Circle(10580) = {23247, 75, 23583}; +Line(10588) = {23575, 23687}; +Line(10589) = {23687, 23691}; +Line(10590) = {23691, 23571}; +Circle(10594) = {23351, 189, 23687}; +Circle(10598) = {23355, 189, 23691}; +Line(10611) = {23583, 23739}; +Line(10612) = {23739, 23743}; +Line(10613) = {23743, 23579}; +Circle(10620) = {23403, 245, 23739}; +Circle(10624) = {23407, 245, 23743}; +Line(10632) = {23571, 23783}; +Line(10633) = {23783, 23787}; +Line(10634) = {23787, 23567}; +Circle(10638) = {23447, 285, 23783}; +Circle(10642) = {23451, 285, 23787}; +Line(10655) = {23542, 23835}; +Line(10656) = {23835, 23839}; +Line(10657) = {23839, 23583}; +Circle(10664) = {23499, 341, 23835}; +Circle(10668) = {23503, 341, 23839}; +Line(10676) = {23878, 23879}; +Line(10677) = {23879, 23883}; +Line(10678) = {23883, 23887}; +Line(10679) = {23887, 23891}; +Line(10680) = {23891, 23895}; +Line(10681) = {23895, 23899}; +Line(10682) = {23899, 23903}; +Line(10683) = {23903, 23907}; +Line(10684) = {23907, 23911}; +Line(10685) = {23911, 23915}; +Line(10686) = {23915, 23919}; +Line(10687) = {23919, 23878}; +Circle(10689) = {23542, 75, 23878}; +Circle(10690) = {23543, 75, 23879}; +Circle(10694) = {23547, 85, 23883}; +Circle(10698) = {23551, 85, 23887}; +Circle(10702) = {23555, 1, 23891}; +Circle(10706) = {23559, 1, 23895}; +Circle(10710) = {23563, 117, 23899}; +Circle(10714) = {23567, 117, 23903}; +Circle(10718) = {23571, 117, 23907}; +Circle(10722) = {23575, 117, 23911}; +Circle(10726) = {23579, 75, 23915}; +Circle(10730) = {23583, 75, 23919}; +Line(10738) = {23911, 24023}; +Line(10739) = {24023, 24027}; +Line(10740) = {24027, 23907}; +Circle(10744) = {23687, 189, 24023}; +Circle(10748) = {23691, 189, 24027}; +Line(10761) = {23919, 24075}; +Line(10762) = {24075, 24079}; +Line(10763) = {24079, 23915}; +Circle(10770) = {23739, 245, 24075}; +Circle(10774) = {23743, 245, 24079}; +Line(10782) = {23907, 24119}; +Line(10783) = {24119, 24123}; +Line(10784) = {24123, 23903}; +Circle(10788) = {23783, 285, 24119}; +Circle(10792) = {23787, 285, 24123}; +Line(10805) = {23878, 24171}; +Line(10806) = {24171, 24175}; +Line(10807) = {24175, 23919}; +Circle(10814) = {23835, 341, 24171}; +Circle(10818) = {23839, 341, 24175}; +Line(10826) = {24214, 24215}; +Line(10827) = {24215, 24219}; +Line(10828) = {24219, 24223}; +Line(10829) = {24223, 24227}; +Line(10830) = {24227, 24231}; +Line(10831) = {24231, 24235}; +Line(10832) = {24235, 24239}; +Line(10833) = {24239, 24243}; +Line(10834) = {24243, 24247}; +Line(10835) = {24247, 24251}; +Line(10836) = {24251, 24255}; +Line(10837) = {24255, 24214}; +Circle(10839) = {23878, 75, 24214}; +Circle(10840) = {23879, 75, 24215}; +Circle(10844) = {23883, 85, 24219}; +Circle(10848) = {23887, 85, 24223}; +Circle(10852) = {23891, 1, 24227}; +Circle(10856) = {23895, 1, 24231}; +Circle(10860) = {23899, 117, 24235}; +Circle(10864) = {23903, 117, 24239}; +Circle(10868) = {23907, 117, 24243}; +Circle(10872) = {23911, 117, 24247}; +Circle(10876) = {23915, 75, 24251}; +Circle(10880) = {23919, 75, 24255}; +Line(10888) = {24247, 24359}; +Line(10889) = {24359, 24363}; +Line(10890) = {24363, 24243}; +Circle(10894) = {24023, 189, 24359}; +Circle(10898) = {24027, 189, 24363}; +Line(10911) = {24255, 24411}; +Line(10912) = {24411, 24415}; +Line(10913) = {24415, 24251}; +Circle(10920) = {24075, 245, 24411}; +Circle(10924) = {24079, 245, 24415}; +Line(10932) = {24243, 24455}; +Line(10933) = {24455, 24459}; +Line(10934) = {24459, 24239}; +Circle(10938) = {24119, 285, 24455}; +Circle(10942) = {24123, 285, 24459}; +Line(10955) = {24214, 24507}; +Line(10956) = {24507, 24511}; +Line(10957) = {24511, 24255}; +Circle(10964) = {24171, 341, 24507}; +Circle(10968) = {24175, 341, 24511}; +Line(10976) = {24550, 24551}; +Line(10977) = {24551, 24555}; +Line(10978) = {24555, 24559}; +Line(10979) = {24559, 24563}; +Line(10980) = {24563, 24567}; +Line(10981) = {24567, 24571}; +Line(10982) = {24571, 24575}; +Line(10983) = {24575, 24579}; +Line(10984) = {24579, 24583}; +Line(10985) = {24583, 24587}; +Line(10986) = {24587, 24591}; +Line(10987) = {24591, 24550}; +Circle(10989) = {24214, 75, 24550}; +Circle(10990) = {24215, 75, 24551}; +Circle(10994) = {24219, 85, 24555}; +Circle(10998) = {24223, 85, 24559}; +Circle(11002) = {24227, 1, 24563}; +Circle(11006) = {24231, 1, 24567}; +Circle(11010) = {24235, 117, 24571}; +Circle(11014) = {24239, 117, 24575}; +Circle(11018) = {24243, 117, 24579}; +Circle(11022) = {24247, 117, 24583}; +Circle(11026) = {24251, 75, 24587}; +Circle(11030) = {24255, 75, 24591}; +Line(11038) = {24583, 24695}; +Line(11039) = {24695, 24699}; +Line(11040) = {24699, 24579}; +Circle(11044) = {24359, 189, 24695}; +Circle(11048) = {24363, 189, 24699}; +Line(11061) = {24591, 24747}; +Line(11062) = {24747, 24751}; +Line(11063) = {24751, 24587}; +Circle(11070) = {24411, 245, 24747}; +Circle(11074) = {24415, 245, 24751}; +Line(11082) = {24579, 24791}; +Line(11083) = {24791, 24795}; +Line(11084) = {24795, 24575}; +Circle(11088) = {24455, 285, 24791}; +Circle(11092) = {24459, 285, 24795}; +Line(11105) = {24550, 24843}; +Line(11106) = {24843, 24847}; +Line(11107) = {24847, 24591}; +Circle(11114) = {24507, 341, 24843}; +Circle(11118) = {24511, 341, 24847}; +Line(11126) = {24886, 24887}; +Line(11127) = {24887, 24891}; +Line(11128) = {24891, 24895}; +Line(11129) = {24895, 24899}; +Line(11130) = {24899, 24903}; +Line(11131) = {24903, 24907}; +Line(11132) = {24907, 24911}; +Line(11133) = {24911, 24915}; +Line(11134) = {24915, 24919}; +Line(11135) = {24919, 24923}; +Line(11136) = {24923, 24927}; +Line(11137) = {24927, 24886}; +Circle(11139) = {24550, 75, 24886}; +Circle(11140) = {24551, 75, 24887}; +Circle(11144) = {24555, 85, 24891}; +Circle(11148) = {24559, 85, 24895}; +Circle(11152) = {24563, 1, 24899}; +Circle(11156) = {24567, 1, 24903}; +Circle(11160) = {24571, 117, 24907}; +Circle(11164) = {24575, 117, 24911}; +Circle(11168) = {24579, 117, 24915}; +Circle(11172) = {24583, 117, 24919}; +Circle(11176) = {24587, 75, 24923}; +Circle(11180) = {24591, 75, 24927}; +Line(11188) = {24919, 25031}; +Line(11189) = {25031, 25035}; +Line(11190) = {25035, 24915}; +Circle(11194) = {24695, 189, 25031}; +Circle(11198) = {24699, 189, 25035}; +Line(11211) = {24927, 25083}; +Line(11212) = {25083, 25087}; +Line(11213) = {25087, 24923}; +Circle(11220) = {24747, 245, 25083}; +Circle(11224) = {24751, 245, 25087}; +Line(11232) = {24915, 25127}; +Line(11233) = {25127, 25131}; +Line(11234) = {25131, 24911}; +Circle(11238) = {24791, 285, 25127}; +Circle(11242) = {24795, 285, 25131}; +Line(11255) = {24886, 25179}; +Line(11256) = {25179, 25183}; +Line(11257) = {25183, 24927}; +Circle(11264) = {24843, 341, 25179}; +Circle(11268) = {24847, 341, 25183}; +Line(11276) = {25222, 25223}; +Line(11277) = {25223, 25227}; +Line(11278) = {25227, 25231}; +Line(11279) = {25231, 25235}; +Line(11280) = {25235, 25239}; +Line(11281) = {25239, 25243}; +Line(11282) = {25243, 25247}; +Line(11283) = {25247, 25251}; +Line(11284) = {25251, 25255}; +Line(11285) = {25255, 25259}; +Line(11286) = {25259, 25263}; +Line(11287) = {25263, 25222}; +Circle(11289) = {24886, 75, 25222}; +Circle(11290) = {24887, 75, 25223}; +Circle(11294) = {24891, 85, 25227}; +Circle(11298) = {24895, 85, 25231}; +Circle(11302) = {24899, 1, 25235}; +Circle(11306) = {24903, 1, 25239}; +Circle(11310) = {24907, 117, 25243}; +Circle(11314) = {24911, 117, 25247}; +Circle(11318) = {24915, 117, 25251}; +Circle(11322) = {24919, 117, 25255}; +Circle(11326) = {24923, 75, 25259}; +Circle(11330) = {24927, 75, 25263}; +Line(11338) = {25255, 25367}; +Line(11339) = {25367, 25371}; +Line(11340) = {25371, 25251}; +Circle(11344) = {25031, 189, 25367}; +Circle(11348) = {25035, 189, 25371}; +Line(11361) = {25263, 25419}; +Line(11362) = {25419, 25423}; +Line(11363) = {25423, 25259}; +Circle(11370) = {25083, 245, 25419}; +Circle(11374) = {25087, 245, 25423}; +Line(11382) = {25251, 25463}; +Line(11383) = {25463, 25467}; +Line(11384) = {25467, 25247}; +Circle(11388) = {25127, 285, 25463}; +Circle(11392) = {25131, 285, 25467}; +Line(11405) = {25222, 25515}; +Line(11406) = {25515, 25519}; +Line(11407) = {25519, 25263}; +Circle(11414) = {25179, 341, 25515}; +Circle(11418) = {25183, 341, 25519}; +Line(11426) = {25558, 25559}; +Line(11427) = {25559, 25563}; +Line(11428) = {25563, 25567}; +Line(11429) = {25567, 25571}; +Line(11430) = {25571, 25575}; +Line(11431) = {25575, 25579}; +Line(11432) = {25579, 25583}; +Line(11433) = {25583, 25587}; +Line(11434) = {25587, 25591}; +Line(11435) = {25591, 25595}; +Line(11436) = {25595, 25599}; +Line(11437) = {25599, 25558}; +Circle(11439) = {25222, 75, 25558}; +Circle(11440) = {25223, 75, 25559}; +Circle(11444) = {25227, 85, 25563}; +Circle(11448) = {25231, 85, 25567}; +Circle(11452) = {25235, 1, 25571}; +Circle(11456) = {25239, 1, 25575}; +Circle(11460) = {25243, 117, 25579}; +Circle(11464) = {25247, 117, 25583}; +Circle(11468) = {25251, 117, 25587}; +Circle(11472) = {25255, 117, 25591}; +Circle(11476) = {25259, 75, 25595}; +Circle(11480) = {25263, 75, 25599}; +Line(11488) = {25591, 25703}; +Line(11489) = {25703, 25707}; +Line(11490) = {25707, 25587}; +Circle(11494) = {25367, 189, 25703}; +Circle(11498) = {25371, 189, 25707}; +Line(11511) = {25599, 25755}; +Line(11512) = {25755, 25759}; +Line(11513) = {25759, 25595}; +Circle(11520) = {25419, 245, 25755}; +Circle(11524) = {25423, 245, 25759}; +Line(11532) = {25587, 25799}; +Line(11533) = {25799, 25803}; +Line(11534) = {25803, 25583}; +Circle(11538) = {25463, 285, 25799}; +Circle(11542) = {25467, 285, 25803}; +Line(11555) = {25558, 25851}; +Line(11556) = {25851, 25855}; +Line(11557) = {25855, 25599}; +Circle(11564) = {25515, 341, 25851}; +Circle(11568) = {25519, 341, 25855}; +Line(11576) = {25894, 25895}; +Line(11577) = {25895, 25899}; +Line(11578) = {25899, 25903}; +Line(11579) = {25903, 25907}; +Line(11580) = {25907, 25911}; +Line(11581) = {25911, 25915}; +Line(11582) = {25915, 25919}; +Line(11583) = {25919, 25923}; +Line(11584) = {25923, 25927}; +Line(11585) = {25927, 25931}; +Line(11586) = {25931, 25935}; +Line(11587) = {25935, 25894}; +Circle(11589) = {25558, 75, 25894}; +Circle(11590) = {25559, 75, 25895}; +Circle(11594) = {25563, 85, 25899}; +Circle(11598) = {25567, 85, 25903}; +Circle(11602) = {25571, 1, 25907}; +Circle(11606) = {25575, 1, 25911}; +Circle(11610) = {25579, 117, 25915}; +Circle(11614) = {25583, 117, 25919}; +Circle(11618) = {25587, 117, 25923}; +Circle(11622) = {25591, 117, 25927}; +Circle(11626) = {25595, 75, 25931}; +Circle(11630) = {25599, 75, 25935}; +Line(11638) = {25927, 26039}; +Line(11639) = {26039, 26043}; +Line(11640) = {26043, 25923}; +Circle(11644) = {25703, 189, 26039}; +Circle(11648) = {25707, 189, 26043}; +Line(11661) = {25935, 26091}; +Line(11662) = {26091, 26095}; +Line(11663) = {26095, 25931}; +Circle(11670) = {25755, 245, 26091}; +Circle(11674) = {25759, 245, 26095}; +Line(11682) = {25923, 26135}; +Line(11683) = {26135, 26139}; +Line(11684) = {26139, 25919}; +Circle(11688) = {25799, 285, 26135}; +Circle(11692) = {25803, 285, 26139}; +Line(11705) = {25894, 26187}; +Line(11706) = {26187, 26191}; +Line(11707) = {26191, 25935}; +Circle(11714) = {25851, 341, 26187}; +Circle(11718) = {25855, 341, 26191}; +Line(11726) = {26230, 26231}; +Line(11727) = {26231, 26235}; +Line(11728) = {26235, 26239}; +Line(11729) = {26239, 26243}; +Line(11730) = {26243, 26247}; +Line(11731) = {26247, 26251}; +Line(11732) = {26251, 26255}; +Line(11733) = {26255, 26259}; +Line(11734) = {26259, 26263}; +Line(11735) = {26263, 26267}; +Line(11736) = {26267, 26271}; +Line(11737) = {26271, 26230}; +Circle(11739) = {25894, 75, 26230}; +Circle(11740) = {25895, 75, 26231}; +Circle(11744) = {25899, 85, 26235}; +Circle(11748) = {25903, 85, 26239}; +Circle(11752) = {25907, 1, 26243}; +Circle(11756) = {25911, 1, 26247}; +Circle(11760) = {25915, 117, 26251}; +Circle(11764) = {25919, 117, 26255}; +Circle(11768) = {25923, 117, 26259}; +Circle(11772) = {25927, 117, 26263}; +Circle(11776) = {25931, 75, 26267}; +Circle(11780) = {25935, 75, 26271}; +Line(11788) = {26263, 26375}; +Line(11789) = {26375, 26379}; +Line(11790) = {26379, 26259}; +Circle(11794) = {26039, 189, 26375}; +Circle(11798) = {26043, 189, 26379}; +Line(11811) = {26271, 26427}; +Line(11812) = {26427, 26431}; +Line(11813) = {26431, 26267}; +Circle(11820) = {26091, 245, 26427}; +Circle(11824) = {26095, 245, 26431}; +Line(11832) = {26259, 26471}; +Line(11833) = {26471, 26475}; +Line(11834) = {26475, 26255}; +Circle(11838) = {26135, 285, 26471}; +Circle(11842) = {26139, 285, 26475}; +Line(11855) = {26230, 26523}; +Line(11856) = {26523, 26527}; +Line(11857) = {26527, 26271}; +Circle(11864) = {26187, 341, 26523}; +Circle(11868) = {26191, 341, 26527}; +Line(11876) = {26566, 26567}; +Line(11877) = {26567, 26571}; +Line(11878) = {26571, 26575}; +Line(11879) = {26575, 26579}; +Line(11880) = {26579, 26583}; +Line(11881) = {26583, 26587}; +Line(11882) = {26587, 26591}; +Line(11883) = {26591, 26595}; +Line(11884) = {26595, 26599}; +Line(11885) = {26599, 26603}; +Line(11886) = {26603, 26607}; +Line(11887) = {26607, 26566}; +Circle(11889) = {26230, 75, 26566}; +Circle(11890) = {26231, 75, 26567}; +Circle(11894) = {26235, 85, 26571}; +Circle(11898) = {26239, 85, 26575}; +Circle(11902) = {26243, 1, 26579}; +Circle(11906) = {26247, 1, 26583}; +Circle(11910) = {26251, 117, 26587}; +Circle(11914) = {26255, 117, 26591}; +Circle(11918) = {26259, 117, 26595}; +Circle(11922) = {26263, 117, 26599}; +Circle(11926) = {26267, 75, 26603}; +Circle(11930) = {26271, 75, 26607}; +Line(11938) = {26599, 26711}; +Line(11939) = {26711, 26715}; +Line(11940) = {26715, 26595}; +Circle(11944) = {26375, 189, 26711}; +Circle(11948) = {26379, 189, 26715}; +Line(11961) = {26607, 26763}; +Line(11962) = {26763, 26767}; +Line(11963) = {26767, 26603}; +Circle(11970) = {26427, 245, 26763}; +Circle(11974) = {26431, 245, 26767}; +Line(11982) = {26595, 26807}; +Line(11983) = {26807, 26811}; +Line(11984) = {26811, 26591}; +Circle(11988) = {26471, 285, 26807}; +Circle(11992) = {26475, 285, 26811}; +Line(12005) = {26566, 26859}; +Line(12006) = {26859, 26863}; +Line(12007) = {26863, 26607}; +Circle(12014) = {26523, 341, 26859}; +Circle(12018) = {26527, 341, 26863}; +Line(12026) = {26902, 26903}; +Line(12027) = {26903, 26907}; +Line(12028) = {26907, 26911}; +Line(12029) = {26911, 26915}; +Line(12030) = {26915, 26919}; +Line(12031) = {26919, 26923}; +Line(12032) = {26923, 26927}; +Line(12033) = {26927, 26931}; +Line(12034) = {26931, 26935}; +Line(12035) = {26935, 26939}; +Line(12036) = {26939, 26943}; +Line(12037) = {26943, 26902}; +Circle(12039) = {26566, 75, 26902}; +Circle(12040) = {26567, 75, 26903}; +Circle(12044) = {26571, 85, 26907}; +Circle(12048) = {26575, 85, 26911}; +Circle(12052) = {26579, 1, 26915}; +Circle(12056) = {26583, 1, 26919}; +Circle(12060) = {26587, 117, 26923}; +Circle(12064) = {26591, 117, 26927}; +Circle(12068) = {26595, 117, 26931}; +Circle(12072) = {26599, 117, 26935}; +Circle(12076) = {26603, 75, 26939}; +Circle(12080) = {26607, 75, 26943}; +Line(12088) = {26935, 27047}; +Line(12089) = {27047, 27051}; +Line(12090) = {27051, 26931}; +Circle(12094) = {26711, 189, 27047}; +Circle(12098) = {26715, 189, 27051}; +Line(12111) = {26943, 27099}; +Line(12112) = {27099, 27103}; +Line(12113) = {27103, 26939}; +Circle(12120) = {26763, 245, 27099}; +Circle(12124) = {26767, 245, 27103}; +Line(12132) = {26931, 27143}; +Line(12133) = {27143, 27147}; +Line(12134) = {27147, 26927}; +Circle(12138) = {26807, 285, 27143}; +Circle(12142) = {26811, 285, 27147}; +Line(12155) = {26902, 27195}; +Line(12156) = {27195, 27199}; +Line(12157) = {27199, 26943}; +Circle(12164) = {26859, 341, 27195}; +Circle(12168) = {26863, 341, 27199}; +Line(12176) = {27238, 27239}; +Line(12177) = {27239, 27243}; +Line(12178) = {27243, 27247}; +Line(12179) = {27247, 27251}; +Line(12180) = {27251, 27255}; +Line(12181) = {27255, 27259}; +Line(12182) = {27259, 27263}; +Line(12183) = {27263, 27267}; +Line(12184) = {27267, 27271}; +Line(12185) = {27271, 27275}; +Line(12186) = {27275, 27279}; +Line(12187) = {27279, 27238}; +Circle(12189) = {26902, 75, 27238}; +Circle(12190) = {26903, 75, 27239}; +Circle(12194) = {26907, 85, 27243}; +Circle(12198) = {26911, 85, 27247}; +Circle(12202) = {26915, 1, 27251}; +Circle(12206) = {26919, 1, 27255}; +Circle(12210) = {26923, 117, 27259}; +Circle(12214) = {26927, 117, 27263}; +Circle(12218) = {26931, 117, 27267}; +Circle(12222) = {26935, 117, 27271}; +Circle(12226) = {26939, 75, 27275}; +Circle(12230) = {26943, 75, 27279}; +Line(12238) = {27271, 27383}; +Line(12239) = {27383, 27387}; +Line(12240) = {27387, 27267}; +Circle(12244) = {27047, 189, 27383}; +Circle(12248) = {27051, 189, 27387}; +Line(12261) = {27279, 27435}; +Line(12262) = {27435, 27439}; +Line(12263) = {27439, 27275}; +Circle(12270) = {27099, 245, 27435}; +Circle(12274) = {27103, 245, 27439}; +Line(12282) = {27267, 27479}; +Line(12283) = {27479, 27483}; +Line(12284) = {27483, 27263}; +Circle(12288) = {27143, 285, 27479}; +Circle(12292) = {27147, 285, 27483}; +Line(12305) = {27238, 27531}; +Line(12306) = {27531, 27535}; +Line(12307) = {27535, 27279}; +Circle(12314) = {27195, 341, 27531}; +Circle(12318) = {27199, 341, 27535}; +Line(12326) = {27574, 27575}; +Line(12327) = {27575, 27579}; +Line(12328) = {27579, 27583}; +Line(12329) = {27583, 27587}; +Line(12330) = {27587, 27591}; +Line(12331) = {27591, 27595}; +Line(12332) = {27595, 27599}; +Line(12333) = {27599, 27603}; +Line(12334) = {27603, 27607}; +Line(12335) = {27607, 27611}; +Line(12336) = {27611, 27615}; +Line(12337) = {27615, 27574}; +Circle(12339) = {27238, 75, 27574}; +Circle(12340) = {27239, 75, 27575}; +Circle(12344) = {27243, 85, 27579}; +Circle(12348) = {27247, 85, 27583}; +Circle(12352) = {27251, 1, 27587}; +Circle(12356) = {27255, 1, 27591}; +Circle(12360) = {27259, 117, 27595}; +Circle(12364) = {27263, 117, 27599}; +Circle(12368) = {27267, 117, 27603}; +Circle(12372) = {27271, 117, 27607}; +Circle(12376) = {27275, 75, 27611}; +Circle(12380) = {27279, 75, 27615}; +Line(12388) = {27607, 27719}; +Line(12389) = {27719, 27723}; +Line(12390) = {27723, 27603}; +Circle(12394) = {27383, 189, 27719}; +Circle(12398) = {27387, 189, 27723}; +Line(12411) = {27615, 27771}; +Line(12412) = {27771, 27775}; +Line(12413) = {27775, 27611}; +Circle(12420) = {27435, 245, 27771}; +Circle(12424) = {27439, 245, 27775}; +Line(12432) = {27603, 27815}; +Line(12433) = {27815, 27819}; +Line(12434) = {27819, 27599}; +Circle(12438) = {27479, 285, 27815}; +Circle(12442) = {27483, 285, 27819}; +Line(12455) = {27574, 27867}; +Line(12456) = {27867, 27871}; +Line(12457) = {27871, 27615}; +Circle(12464) = {27531, 341, 27867}; +Circle(12468) = {27535, 341, 27871}; +Line(12476) = {27910, 27911}; +Line(12477) = {27911, 27915}; +Line(12478) = {27915, 27919}; +Line(12479) = {27919, 27923}; +Line(12480) = {27923, 27927}; +Line(12481) = {27927, 27931}; +Line(12482) = {27931, 27935}; +Line(12483) = {27935, 27939}; +Line(12484) = {27939, 27943}; +Line(12485) = {27943, 27947}; +Line(12486) = {27947, 27951}; +Line(12487) = {27951, 27910}; +Circle(12489) = {27574, 75, 27910}; +Circle(12490) = {27575, 75, 27911}; +Circle(12494) = {27579, 85, 27915}; +Circle(12498) = {27583, 85, 27919}; +Circle(12502) = {27587, 1, 27923}; +Circle(12506) = {27591, 1, 27927}; +Circle(12510) = {27595, 117, 27931}; +Circle(12514) = {27599, 117, 27935}; +Circle(12518) = {27603, 117, 27939}; +Circle(12522) = {27607, 117, 27943}; +Circle(12526) = {27611, 75, 27947}; +Circle(12530) = {27615, 75, 27951}; +Line(12538) = {27943, 28055}; +Line(12539) = {28055, 28059}; +Line(12540) = {28059, 27939}; +Circle(12544) = {27719, 189, 28055}; +Circle(12548) = {27723, 189, 28059}; +Line(12561) = {27951, 28107}; +Line(12562) = {28107, 28111}; +Line(12563) = {28111, 27947}; +Circle(12570) = {27771, 245, 28107}; +Circle(12574) = {27775, 245, 28111}; +Line(12582) = {27939, 28151}; +Line(12583) = {28151, 28155}; +Line(12584) = {28155, 27935}; +Circle(12588) = {27815, 285, 28151}; +Circle(12592) = {27819, 285, 28155}; +Line(12605) = {27910, 28203}; +Line(12606) = {28203, 28207}; +Line(12607) = {28207, 27951}; +Circle(12614) = {27867, 341, 28203}; +Circle(12618) = {27871, 341, 28207}; +Line(12626) = {28246, 28247}; +Line(12627) = {28247, 28251}; +Line(12628) = {28251, 28255}; +Line(12629) = {28255, 28259}; +Line(12630) = {28259, 28263}; +Line(12631) = {28263, 28267}; +Line(12632) = {28267, 28271}; +Line(12633) = {28271, 28275}; +Line(12634) = {28275, 28279}; +Line(12635) = {28279, 28283}; +Line(12636) = {28283, 28287}; +Line(12637) = {28287, 28246}; +Circle(12639) = {27910, 75, 28246}; +Circle(12640) = {27911, 75, 28247}; +Circle(12644) = {27915, 85, 28251}; +Circle(12648) = {27919, 85, 28255}; +Circle(12652) = {27923, 1, 28259}; +Circle(12656) = {27927, 1, 28263}; +Circle(12660) = {27931, 117, 28267}; +Circle(12664) = {27935, 117, 28271}; +Circle(12668) = {27939, 117, 28275}; +Circle(12672) = {27943, 117, 28279}; +Circle(12676) = {27947, 75, 28283}; +Circle(12680) = {27951, 75, 28287}; +Line(12688) = {28279, 28391}; +Line(12689) = {28391, 28395}; +Line(12690) = {28395, 28275}; +Circle(12694) = {28055, 189, 28391}; +Circle(12698) = {28059, 189, 28395}; +Line(12711) = {28287, 28443}; +Line(12712) = {28443, 28447}; +Line(12713) = {28447, 28283}; +Circle(12720) = {28107, 245, 28443}; +Circle(12724) = {28111, 245, 28447}; +Line(12732) = {28275, 28487}; +Line(12733) = {28487, 28491}; +Line(12734) = {28491, 28271}; +Circle(12738) = {28151, 285, 28487}; +Circle(12742) = {28155, 285, 28491}; +Line(12755) = {28246, 28539}; +Line(12756) = {28539, 28543}; +Line(12757) = {28543, 28287}; +Circle(12764) = {28203, 341, 28539}; +Circle(12768) = {28207, 341, 28543}; +Line(12776) = {28582, 28583}; +Line(12777) = {28583, 28587}; +Line(12778) = {28587, 28591}; +Line(12779) = {28591, 28595}; +Line(12780) = {28595, 28599}; +Line(12781) = {28599, 28603}; +Line(12782) = {28603, 28607}; +Line(12783) = {28607, 28611}; +Line(12784) = {28611, 28615}; +Line(12785) = {28615, 28619}; +Line(12786) = {28619, 28623}; +Line(12787) = {28623, 28582}; +Circle(12789) = {28246, 75, 28582}; +Circle(12790) = {28247, 75, 28583}; +Circle(12794) = {28251, 85, 28587}; +Circle(12798) = {28255, 85, 28591}; +Circle(12802) = {28259, 1, 28595}; +Circle(12806) = {28263, 1, 28599}; +Circle(12810) = {28267, 117, 28603}; +Circle(12814) = {28271, 117, 28607}; +Circle(12818) = {28275, 117, 28611}; +Circle(12822) = {28279, 117, 28615}; +Circle(12826) = {28283, 75, 28619}; +Circle(12830) = {28287, 75, 28623}; +Line(12838) = {28615, 28727}; +Line(12839) = {28727, 28731}; +Line(12840) = {28731, 28611}; +Circle(12844) = {28391, 189, 28727}; +Circle(12848) = {28395, 189, 28731}; +Line(12861) = {28623, 28779}; +Line(12862) = {28779, 28783}; +Line(12863) = {28783, 28619}; +Circle(12870) = {28443, 245, 28779}; +Circle(12874) = {28447, 245, 28783}; +Line(12882) = {28611, 28823}; +Line(12883) = {28823, 28827}; +Line(12884) = {28827, 28607}; +Circle(12888) = {28487, 285, 28823}; +Circle(12892) = {28491, 285, 28827}; +Line(12905) = {28582, 28875}; +Line(12906) = {28875, 28879}; +Line(12907) = {28879, 28623}; +Circle(12914) = {28539, 341, 28875}; +Circle(12918) = {28543, 341, 28879}; +Line(12926) = {28918, 28919}; +Line(12927) = {28919, 28923}; +Line(12928) = {28923, 28927}; +Line(12929) = {28927, 28931}; +Line(12930) = {28931, 28935}; +Line(12931) = {28935, 28939}; +Line(12932) = {28939, 28943}; +Line(12933) = {28943, 28947}; +Line(12934) = {28947, 28951}; +Line(12935) = {28951, 28955}; +Line(12936) = {28955, 28959}; +Line(12937) = {28959, 28918}; +Circle(12939) = {28582, 75, 28918}; +Circle(12940) = {28583, 75, 28919}; +Circle(12944) = {28587, 85, 28923}; +Circle(12948) = {28591, 85, 28927}; +Circle(12952) = {28595, 1, 28931}; +Circle(12956) = {28599, 1, 28935}; +Circle(12960) = {28603, 117, 28939}; +Circle(12964) = {28607, 117, 28943}; +Circle(12968) = {28611, 117, 28947}; +Circle(12972) = {28615, 117, 28951}; +Circle(12976) = {28619, 75, 28955}; +Circle(12980) = {28623, 75, 28959}; +Line(12988) = {28951, 29063}; +Line(12989) = {29063, 29067}; +Line(12990) = {29067, 28947}; +Circle(12994) = {28727, 189, 29063}; +Circle(12998) = {28731, 189, 29067}; +Line(13011) = {28959, 29115}; +Line(13012) = {29115, 29119}; +Line(13013) = {29119, 28955}; +Circle(13020) = {28779, 245, 29115}; +Circle(13024) = {28783, 245, 29119}; +Line(13032) = {28947, 29159}; +Line(13033) = {29159, 29163}; +Line(13034) = {29163, 28943}; +Circle(13038) = {28823, 285, 29159}; +Circle(13042) = {28827, 285, 29163}; +Line(13055) = {28918, 29211}; +Line(13056) = {29211, 29215}; +Line(13057) = {29215, 28959}; +Circle(13064) = {28875, 341, 29211}; +Circle(13068) = {28879, 341, 29215}; +Line(13076) = {29254, 29255}; +Line(13077) = {29255, 29259}; +Line(13078) = {29259, 29263}; +Line(13079) = {29263, 29267}; +Line(13080) = {29267, 29271}; +Line(13081) = {29271, 29275}; +Line(13082) = {29275, 29279}; +Line(13083) = {29279, 29283}; +Line(13084) = {29283, 29287}; +Line(13085) = {29287, 29291}; +Line(13086) = {29291, 29295}; +Line(13087) = {29295, 29254}; +Circle(13089) = {28918, 75, 29254}; +Circle(13090) = {28919, 75, 29255}; +Circle(13094) = {28923, 85, 29259}; +Circle(13098) = {28927, 85, 29263}; +Circle(13102) = {28931, 1, 29267}; +Circle(13106) = {28935, 1, 29271}; +Circle(13110) = {28939, 117, 29275}; +Circle(13114) = {28943, 117, 29279}; +Circle(13118) = {28947, 117, 29283}; +Circle(13122) = {28951, 117, 29287}; +Circle(13126) = {28955, 75, 29291}; +Circle(13130) = {28959, 75, 29295}; +Line(13138) = {29287, 29399}; +Line(13139) = {29399, 29403}; +Line(13140) = {29403, 29283}; +Circle(13144) = {29063, 189, 29399}; +Circle(13148) = {29067, 189, 29403}; +Line(13161) = {29295, 29451}; +Line(13162) = {29451, 29455}; +Line(13163) = {29455, 29291}; +Circle(13170) = {29115, 245, 29451}; +Circle(13174) = {29119, 245, 29455}; +Line(13182) = {29283, 29495}; +Line(13183) = {29495, 29499}; +Line(13184) = {29499, 29279}; +Circle(13188) = {29159, 285, 29495}; +Circle(13192) = {29163, 285, 29499}; +Line(13205) = {29254, 29547}; +Line(13206) = {29547, 29551}; +Line(13207) = {29551, 29295}; +Circle(13214) = {29211, 341, 29547}; +Circle(13218) = {29215, 341, 29551}; +Line(13226) = {29590, 29591}; +Line(13227) = {29591, 29595}; +Line(13228) = {29595, 29599}; +Line(13229) = {29599, 29603}; +Line(13230) = {29603, 29607}; +Line(13231) = {29607, 29611}; +Line(13232) = {29611, 29615}; +Line(13233) = {29615, 29619}; +Line(13234) = {29619, 29623}; +Line(13235) = {29623, 29627}; +Line(13236) = {29627, 29631}; +Line(13237) = {29631, 29590}; +Circle(13239) = {29254, 75, 29590}; +Circle(13240) = {29255, 75, 29591}; +Circle(13244) = {29259, 85, 29595}; +Circle(13248) = {29263, 85, 29599}; +Circle(13252) = {29267, 1, 29603}; +Circle(13256) = {29271, 1, 29607}; +Circle(13260) = {29275, 117, 29611}; +Circle(13264) = {29279, 117, 29615}; +Circle(13268) = {29283, 117, 29619}; +Circle(13272) = {29287, 117, 29623}; +Circle(13276) = {29291, 75, 29627}; +Circle(13280) = {29295, 75, 29631}; +Line(13288) = {29623, 29735}; +Line(13289) = {29735, 29739}; +Line(13290) = {29739, 29619}; +Circle(13294) = {29399, 189, 29735}; +Circle(13298) = {29403, 189, 29739}; +Line(13311) = {29631, 29787}; +Line(13312) = {29787, 29791}; +Line(13313) = {29791, 29627}; +Circle(13320) = {29451, 245, 29787}; +Circle(13324) = {29455, 245, 29791}; +Line(13332) = {29619, 29831}; +Line(13333) = {29831, 29835}; +Line(13334) = {29835, 29615}; +Circle(13338) = {29495, 285, 29831}; +Circle(13342) = {29499, 285, 29835}; +Line(13355) = {29590, 29883}; +Line(13356) = {29883, 29887}; +Line(13357) = {29887, 29631}; +Circle(13364) = {29547, 341, 29883}; +Circle(13368) = {29551, 341, 29887}; +Line(13376) = {29926, 29927}; +Line(13377) = {29927, 29931}; +Line(13378) = {29931, 29935}; +Line(13379) = {29935, 29939}; +Line(13380) = {29939, 29943}; +Line(13381) = {29943, 29947}; +Line(13382) = {29947, 29951}; +Line(13383) = {29951, 29955}; +Line(13384) = {29955, 29959}; +Line(13385) = {29959, 29963}; +Line(13386) = {29963, 29967}; +Line(13387) = {29967, 29926}; +Circle(13389) = {29590, 75, 29926}; +Circle(13390) = {29591, 75, 29927}; +Circle(13394) = {29595, 85, 29931}; +Circle(13398) = {29599, 85, 29935}; +Circle(13402) = {29603, 1, 29939}; +Circle(13406) = {29607, 1, 29943}; +Circle(13410) = {29611, 117, 29947}; +Circle(13414) = {29615, 117, 29951}; +Circle(13418) = {29619, 117, 29955}; +Circle(13422) = {29623, 117, 29959}; +Circle(13426) = {29627, 75, 29963}; +Circle(13430) = {29631, 75, 29967}; +Line(13438) = {29959, 30071}; +Line(13439) = {30071, 30075}; +Line(13440) = {30075, 29955}; +Circle(13444) = {29735, 189, 30071}; +Circle(13448) = {29739, 189, 30075}; +Line(13461) = {29967, 30123}; +Line(13462) = {30123, 30127}; +Line(13463) = {30127, 29963}; +Circle(13470) = {29787, 245, 30123}; +Circle(13474) = {29791, 245, 30127}; +Line(13482) = {29955, 30167}; +Line(13483) = {30167, 30171}; +Line(13484) = {30171, 29951}; +Circle(13488) = {29831, 285, 30167}; +Circle(13492) = {29835, 285, 30171}; +Line(13505) = {29926, 30219}; +Line(13506) = {30219, 30223}; +Line(13507) = {30223, 29967}; +Circle(13514) = {29883, 341, 30219}; +Circle(13518) = {29887, 341, 30223}; +Line(13526) = {30262, 30263}; +Line(13527) = {30263, 30267}; +Line(13528) = {30267, 30271}; +Line(13529) = {30271, 30275}; +Line(13530) = {30275, 30279}; +Line(13531) = {30279, 30283}; +Line(13532) = {30283, 30287}; +Line(13533) = {30287, 30291}; +Line(13534) = {30291, 30295}; +Line(13535) = {30295, 30299}; +Line(13536) = {30299, 30303}; +Line(13537) = {30303, 30262}; +Circle(13539) = {29926, 75, 30262}; +Circle(13540) = {29927, 75, 30263}; +Circle(13544) = {29931, 85, 30267}; +Circle(13548) = {29935, 85, 30271}; +Circle(13552) = {29939, 1, 30275}; +Circle(13556) = {29943, 1, 30279}; +Circle(13560) = {29947, 117, 30283}; +Circle(13564) = {29951, 117, 30287}; +Circle(13568) = {29955, 117, 30291}; +Circle(13572) = {29959, 117, 30295}; +Circle(13576) = {29963, 75, 30299}; +Circle(13580) = {29967, 75, 30303}; +Line(13588) = {30295, 30407}; +Line(13589) = {30407, 30411}; +Line(13590) = {30411, 30291}; +Circle(13594) = {30071, 189, 30407}; +Circle(13598) = {30075, 189, 30411}; +Line(13611) = {30303, 30459}; +Line(13612) = {30459, 30463}; +Line(13613) = {30463, 30299}; +Circle(13620) = {30123, 245, 30459}; +Circle(13624) = {30127, 245, 30463}; +Line(13632) = {30291, 30503}; +Line(13633) = {30503, 30507}; +Line(13634) = {30507, 30287}; +Circle(13638) = {30167, 285, 30503}; +Circle(13642) = {30171, 285, 30507}; +Line(13655) = {30262, 30555}; +Line(13656) = {30555, 30559}; +Line(13657) = {30559, 30303}; +Circle(13664) = {30219, 341, 30555}; +Circle(13668) = {30223, 341, 30559}; +Line(13676) = {30598, 30599}; +Line(13677) = {30599, 30603}; +Line(13678) = {30603, 30607}; +Line(13679) = {30607, 30611}; +Line(13680) = {30611, 30615}; +Line(13681) = {30615, 30619}; +Line(13682) = {30619, 30623}; +Line(13683) = {30623, 30627}; +Line(13684) = {30627, 30631}; +Line(13685) = {30631, 30635}; +Line(13686) = {30635, 30639}; +Line(13687) = {30639, 30598}; +Circle(13689) = {30262, 75, 30598}; +Circle(13690) = {30263, 75, 30599}; +Circle(13694) = {30267, 85, 30603}; +Circle(13698) = {30271, 85, 30607}; +Circle(13702) = {30275, 1, 30611}; +Circle(13706) = {30279, 1, 30615}; +Circle(13710) = {30283, 117, 30619}; +Circle(13714) = {30287, 117, 30623}; +Circle(13718) = {30291, 117, 30627}; +Circle(13722) = {30295, 117, 30631}; +Circle(13726) = {30299, 75, 30635}; +Circle(13730) = {30303, 75, 30639}; +Line(13738) = {30631, 30743}; +Line(13739) = {30743, 30747}; +Line(13740) = {30747, 30627}; +Circle(13744) = {30407, 189, 30743}; +Circle(13748) = {30411, 189, 30747}; +Line(13761) = {30639, 30795}; +Line(13762) = {30795, 30799}; +Line(13763) = {30799, 30635}; +Circle(13770) = {30459, 245, 30795}; +Circle(13774) = {30463, 245, 30799}; +Line(13782) = {30627, 30839}; +Line(13783) = {30839, 30843}; +Line(13784) = {30843, 30623}; +Circle(13788) = {30503, 285, 30839}; +Circle(13792) = {30507, 285, 30843}; +Line(13805) = {30598, 30891}; +Line(13806) = {30891, 30895}; +Line(13807) = {30895, 30639}; +Circle(13814) = {30555, 341, 30891}; +Circle(13818) = {30559, 341, 30895}; +Line(13826) = {30934, 30935}; +Line(13827) = {30935, 30939}; +Line(13828) = {30939, 30943}; +Line(13829) = {30943, 30947}; +Line(13830) = {30947, 30951}; +Line(13831) = {30951, 30955}; +Line(13832) = {30955, 30959}; +Line(13833) = {30959, 30963}; +Line(13834) = {30963, 30967}; +Line(13835) = {30967, 30971}; +Line(13836) = {30971, 30975}; +Line(13837) = {30975, 30934}; +Circle(13839) = {30598, 75, 30934}; +Circle(13840) = {30599, 75, 30935}; +Circle(13844) = {30603, 85, 30939}; +Circle(13848) = {30607, 85, 30943}; +Circle(13852) = {30611, 1, 30947}; +Circle(13856) = {30615, 1, 30951}; +Circle(13860) = {30619, 117, 30955}; +Circle(13864) = {30623, 117, 30959}; +Circle(13868) = {30627, 117, 30963}; +Circle(13872) = {30631, 117, 30967}; +Circle(13876) = {30635, 75, 30971}; +Circle(13880) = {30639, 75, 30975}; +Line(13888) = {30967, 31079}; +Line(13889) = {31079, 31083}; +Line(13890) = {31083, 30963}; +Circle(13894) = {30743, 189, 31079}; +Circle(13898) = {30747, 189, 31083}; +Line(13911) = {30975, 31131}; +Line(13912) = {31131, 31135}; +Line(13913) = {31135, 30971}; +Circle(13920) = {30795, 245, 31131}; +Circle(13924) = {30799, 245, 31135}; +Line(13932) = {30963, 31175}; +Line(13933) = {31175, 31179}; +Line(13934) = {31179, 30959}; +Circle(13938) = {30839, 285, 31175}; +Circle(13942) = {30843, 285, 31179}; +Line(13955) = {30934, 31227}; +Line(13956) = {31227, 31231}; +Line(13957) = {31231, 30975}; +Circle(13964) = {30891, 341, 31227}; +Circle(13968) = {30895, 341, 31231}; +Line(13976) = {31270, 31271}; +Line(13977) = {31271, 31275}; +Line(13978) = {31275, 31279}; +Line(13979) = {31279, 31283}; +Line(13980) = {31283, 31287}; +Line(13981) = {31287, 31291}; +Line(13982) = {31291, 31295}; +Line(13983) = {31295, 31299}; +Line(13984) = {31299, 31303}; +Line(13985) = {31303, 31307}; +Line(13986) = {31307, 31311}; +Line(13987) = {31311, 31270}; +Circle(13989) = {30934, 75, 31270}; +Circle(13990) = {30935, 75, 31271}; +Circle(13994) = {30939, 85, 31275}; +Circle(13998) = {30943, 85, 31279}; +Circle(14002) = {30947, 1, 31283}; +Circle(14006) = {30951, 1, 31287}; +Circle(14010) = {30955, 117, 31291}; +Circle(14014) = {30959, 117, 31295}; +Circle(14018) = {30963, 117, 31299}; +Circle(14022) = {30967, 117, 31303}; +Circle(14026) = {30971, 75, 31307}; +Circle(14030) = {30975, 75, 31311}; +Line(14038) = {31303, 31415}; +Line(14039) = {31415, 31419}; +Line(14040) = {31419, 31299}; +Circle(14044) = {31079, 189, 31415}; +Circle(14048) = {31083, 189, 31419}; +Line(14061) = {31311, 31467}; +Line(14062) = {31467, 31471}; +Line(14063) = {31471, 31307}; +Circle(14070) = {31131, 245, 31467}; +Circle(14074) = {31135, 245, 31471}; +Line(14082) = {31299, 31511}; +Line(14083) = {31511, 31515}; +Line(14084) = {31515, 31295}; +Circle(14088) = {31175, 285, 31511}; +Circle(14092) = {31179, 285, 31515}; +Line(14105) = {31270, 31563}; +Line(14106) = {31563, 31567}; +Line(14107) = {31567, 31311}; +Circle(14114) = {31227, 341, 31563}; +Circle(14118) = {31231, 341, 31567}; +Line(14126) = {31606, 31607}; +Line(14127) = {31607, 31611}; +Line(14128) = {31611, 31615}; +Line(14129) = {31615, 31619}; +Line(14130) = {31619, 31623}; +Line(14131) = {31623, 31627}; +Line(14132) = {31627, 31631}; +Line(14133) = {31631, 31635}; +Line(14134) = {31635, 31639}; +Line(14135) = {31639, 31643}; +Line(14136) = {31643, 31647}; +Line(14137) = {31647, 31606}; +Circle(14139) = {31270, 75, 31606}; +Circle(14140) = {31271, 75, 31607}; +Circle(14144) = {31275, 85, 31611}; +Circle(14148) = {31279, 85, 31615}; +Circle(14152) = {31283, 1, 31619}; +Circle(14156) = {31287, 1, 31623}; +Circle(14160) = {31291, 117, 31627}; +Circle(14164) = {31295, 117, 31631}; +Circle(14168) = {31299, 117, 31635}; +Circle(14172) = {31303, 117, 31639}; +Circle(14176) = {31307, 75, 31643}; +Circle(14180) = {31311, 75, 31647}; +Line(14188) = {31639, 31751}; +Line(14189) = {31751, 31755}; +Line(14190) = {31755, 31635}; +Circle(14194) = {31415, 189, 31751}; +Circle(14198) = {31419, 189, 31755}; +Line(14211) = {31647, 31803}; +Line(14212) = {31803, 31807}; +Line(14213) = {31807, 31643}; +Circle(14220) = {31467, 245, 31803}; +Circle(14224) = {31471, 245, 31807}; +Line(14232) = {31635, 31847}; +Line(14233) = {31847, 31851}; +Line(14234) = {31851, 31631}; +Circle(14238) = {31511, 285, 31847}; +Circle(14242) = {31515, 285, 31851}; +Line(14255) = {31606, 31899}; +Line(14256) = {31899, 31903}; +Line(14257) = {31903, 31647}; +Circle(14264) = {31563, 341, 31899}; +Circle(14268) = {31567, 341, 31903}; +Line(14276) = {31942, 31943}; +Line(14277) = {31943, 31947}; +Line(14278) = {31947, 31951}; +Line(14279) = {31951, 31955}; +Line(14280) = {31955, 31959}; +Line(14281) = {31959, 31963}; +Line(14282) = {31963, 31967}; +Line(14283) = {31967, 31971}; +Line(14284) = {31971, 31975}; +Line(14285) = {31975, 31979}; +Line(14286) = {31979, 31983}; +Line(14287) = {31983, 31942}; +Circle(14289) = {31606, 75, 31942}; +Circle(14290) = {31607, 75, 31943}; +Circle(14294) = {31611, 85, 31947}; +Circle(14298) = {31615, 85, 31951}; +Circle(14302) = {31619, 1, 31955}; +Circle(14306) = {31623, 1, 31959}; +Circle(14310) = {31627, 117, 31963}; +Circle(14314) = {31631, 117, 31967}; +Circle(14318) = {31635, 117, 31971}; +Circle(14322) = {31639, 117, 31975}; +Circle(14326) = {31643, 75, 31979}; +Circle(14330) = {31647, 75, 31983}; +Line(14338) = {31975, 32087}; +Line(14339) = {32087, 32091}; +Line(14340) = {32091, 31971}; +Circle(14344) = {31751, 189, 32087}; +Circle(14348) = {31755, 189, 32091}; +Line(14361) = {31983, 32139}; +Line(14362) = {32139, 32143}; +Line(14363) = {32143, 31979}; +Circle(14370) = {31803, 245, 32139}; +Circle(14374) = {31807, 245, 32143}; +Line(14382) = {31971, 32183}; +Line(14383) = {32183, 32187}; +Line(14384) = {32187, 31967}; +Circle(14388) = {31847, 285, 32183}; +Circle(14392) = {31851, 285, 32187}; +Line(14405) = {31942, 32235}; +Line(14406) = {32235, 32239}; +Line(14407) = {32239, 31983}; +Circle(14414) = {31899, 341, 32235}; +Circle(14418) = {31903, 341, 32239}; +Line(14426) = {32278, 32279}; +Line(14427) = {32279, 32283}; +Line(14428) = {32283, 32287}; +Line(14429) = {32287, 32291}; +Line(14430) = {32291, 32295}; +Line(14431) = {32295, 32299}; +Line(14432) = {32299, 32303}; +Line(14433) = {32303, 32307}; +Line(14434) = {32307, 32311}; +Line(14435) = {32311, 32315}; +Line(14436) = {32315, 32319}; +Line(14437) = {32319, 32278}; +Circle(14439) = {31942, 75, 32278}; +Circle(14440) = {31943, 75, 32279}; +Circle(14444) = {31947, 85, 32283}; +Circle(14448) = {31951, 85, 32287}; +Circle(14452) = {31955, 1, 32291}; +Circle(14456) = {31959, 1, 32295}; +Circle(14460) = {31963, 117, 32299}; +Circle(14464) = {31967, 117, 32303}; +Circle(14468) = {31971, 117, 32307}; +Circle(14472) = {31975, 117, 32311}; +Circle(14476) = {31979, 75, 32315}; +Circle(14480) = {31983, 75, 32319}; +Line(14488) = {32311, 32423}; +Line(14489) = {32423, 32427}; +Line(14490) = {32427, 32307}; +Circle(14494) = {32087, 189, 32423}; +Circle(14498) = {32091, 189, 32427}; +Line(14511) = {32319, 32475}; +Line(14512) = {32475, 32479}; +Line(14513) = {32479, 32315}; +Circle(14520) = {32139, 245, 32475}; +Circle(14524) = {32143, 245, 32479}; +Line(14532) = {32307, 32519}; +Line(14533) = {32519, 32523}; +Line(14534) = {32523, 32303}; +Circle(14538) = {32183, 285, 32519}; +Circle(14542) = {32187, 285, 32523}; +Line(14555) = {32278, 32571}; +Line(14556) = {32571, 32575}; +Line(14557) = {32575, 32319}; +Circle(14564) = {32235, 341, 32571}; +Circle(14568) = {32239, 341, 32575}; +Line(14576) = {32614, 32615}; +Line(14577) = {32615, 32619}; +Line(14578) = {32619, 32623}; +Line(14579) = {32623, 32627}; +Line(14580) = {32627, 32631}; +Line(14581) = {32631, 32635}; +Line(14582) = {32635, 32639}; +Line(14583) = {32639, 32643}; +Line(14584) = {32643, 32647}; +Line(14585) = {32647, 32651}; +Line(14586) = {32651, 32655}; +Line(14587) = {32655, 32614}; +Circle(14589) = {32278, 75, 32614}; +Circle(14590) = {32279, 75, 32615}; +Circle(14594) = {32283, 85, 32619}; +Circle(14598) = {32287, 85, 32623}; +Circle(14602) = {32291, 1, 32627}; +Circle(14606) = {32295, 1, 32631}; +Circle(14610) = {32299, 117, 32635}; +Circle(14614) = {32303, 117, 32639}; +Circle(14618) = {32307, 117, 32643}; +Circle(14622) = {32311, 117, 32647}; +Circle(14626) = {32315, 75, 32651}; +Circle(14630) = {32319, 75, 32655}; +Line(14638) = {32647, 32759}; +Line(14639) = {32759, 32763}; +Line(14640) = {32763, 32643}; +Circle(14644) = {32423, 189, 32759}; +Circle(14648) = {32427, 189, 32763}; +Line(14661) = {32655, 32811}; +Line(14662) = {32811, 32815}; +Line(14663) = {32815, 32651}; +Circle(14670) = {32475, 245, 32811}; +Circle(14674) = {32479, 245, 32815}; +Line(14682) = {32643, 32855}; +Line(14683) = {32855, 32859}; +Line(14684) = {32859, 32639}; +Circle(14688) = {32519, 285, 32855}; +Circle(14692) = {32523, 285, 32859}; +Line(14705) = {32614, 32907}; +Line(14706) = {32907, 32911}; +Line(14707) = {32911, 32655}; +Circle(14714) = {32571, 341, 32907}; +Circle(14718) = {32575, 341, 32911}; +Line(14726) = {32950, 32951}; +Line(14727) = {32951, 32955}; +Line(14728) = {32955, 32959}; +Line(14729) = {32959, 32963}; +Line(14730) = {32963, 32967}; +Line(14731) = {32967, 32971}; +Line(14732) = {32971, 32975}; +Line(14733) = {32975, 32979}; +Line(14734) = {32979, 32983}; +Line(14735) = {32983, 32987}; +Line(14736) = {32987, 32991}; +Line(14737) = {32991, 32950}; +Circle(14739) = {32614, 75, 32950}; +Circle(14740) = {32615, 75, 32951}; +Circle(14744) = {32619, 85, 32955}; +Circle(14748) = {32623, 85, 32959}; +Circle(14752) = {32627, 1, 32963}; +Circle(14756) = {32631, 1, 32967}; +Circle(14760) = {32635, 117, 32971}; +Circle(14764) = {32639, 117, 32975}; +Circle(14768) = {32643, 117, 32979}; +Circle(14772) = {32647, 117, 32983}; +Circle(14776) = {32651, 75, 32987}; +Circle(14780) = {32655, 75, 32991}; +Line(14788) = {32983, 33095}; +Line(14789) = {33095, 33099}; +Line(14790) = {33099, 32979}; +Circle(14794) = {32759, 189, 33095}; +Circle(14798) = {32763, 189, 33099}; +Line(14811) = {32991, 33147}; +Line(14812) = {33147, 33151}; +Line(14813) = {33151, 32987}; +Circle(14820) = {32811, 245, 33147}; +Circle(14824) = {32815, 245, 33151}; +Line(14832) = {32979, 33191}; +Line(14833) = {33191, 33195}; +Line(14834) = {33195, 32975}; +Circle(14838) = {32855, 285, 33191}; +Circle(14842) = {32859, 285, 33195}; +Line(14855) = {32950, 33243}; +Line(14856) = {33243, 33247}; +Line(14857) = {33247, 32991}; +Circle(14864) = {32907, 341, 33243}; +Circle(14868) = {32911, 341, 33247}; +Line(14876) = {33286, 33287}; +Line(14877) = {33287, 33291}; +Line(14878) = {33291, 33295}; +Line(14879) = {33295, 33299}; +Line(14880) = {33299, 33303}; +Line(14881) = {33303, 33307}; +Line(14882) = {33307, 33311}; +Line(14883) = {33311, 33315}; +Line(14884) = {33315, 33319}; +Line(14885) = {33319, 33323}; +Line(14886) = {33323, 33327}; +Line(14887) = {33327, 33286}; +Circle(14889) = {32950, 75, 33286}; +Circle(14890) = {32951, 75, 33287}; +Circle(14894) = {32955, 85, 33291}; +Circle(14898) = {32959, 85, 33295}; +Circle(14902) = {32963, 1, 33299}; +Circle(14906) = {32967, 1, 33303}; +Circle(14910) = {32971, 117, 33307}; +Circle(14914) = {32975, 117, 33311}; +Circle(14918) = {32979, 117, 33315}; +Circle(14922) = {32983, 117, 33319}; +Circle(14926) = {32987, 75, 33323}; +Circle(14930) = {32991, 75, 33327}; +Line(14938) = {33319, 33431}; +Line(14939) = {33431, 33435}; +Line(14940) = {33435, 33315}; +Circle(14944) = {33095, 189, 33431}; +Circle(14948) = {33099, 189, 33435}; +Line(14961) = {33327, 33483}; +Line(14962) = {33483, 33487}; +Line(14963) = {33487, 33323}; +Circle(14970) = {33147, 245, 33483}; +Circle(14974) = {33151, 245, 33487}; +Line(14982) = {33315, 33527}; +Line(14983) = {33527, 33531}; +Line(14984) = {33531, 33311}; +Circle(14988) = {33191, 285, 33527}; +Circle(14992) = {33195, 285, 33531}; +Line(15005) = {33286, 33579}; +Line(15006) = {33579, 33583}; +Line(15007) = {33583, 33327}; +Circle(15014) = {33243, 341, 33579}; +Circle(15018) = {33247, 341, 33583}; +Line(15026) = {33622, 33623}; +Line(15027) = {33623, 33627}; +Line(15028) = {33627, 33631}; +Line(15029) = {33631, 33635}; +Line(15030) = {33635, 33639}; +Line(15031) = {33639, 33643}; +Line(15032) = {33643, 33647}; +Line(15033) = {33647, 33651}; +Line(15034) = {33651, 33655}; +Line(15035) = {33655, 33659}; +Line(15036) = {33659, 33663}; +Line(15037) = {33663, 33622}; +Circle(15039) = {33286, 75, 33622}; +Circle(15040) = {33287, 75, 33623}; +Circle(15044) = {33291, 85, 33627}; +Circle(15048) = {33295, 85, 33631}; +Circle(15052) = {33299, 1, 33635}; +Circle(15056) = {33303, 1, 33639}; +Circle(15060) = {33307, 117, 33643}; +Circle(15064) = {33311, 117, 33647}; +Circle(15068) = {33315, 117, 33651}; +Circle(15072) = {33319, 117, 33655}; +Circle(15076) = {33323, 75, 33659}; +Circle(15080) = {33327, 75, 33663}; +Line(15088) = {33655, 33767}; +Line(15089) = {33767, 33771}; +Line(15090) = {33771, 33651}; +Circle(15094) = {33431, 189, 33767}; +Circle(15098) = {33435, 189, 33771}; +Line(15111) = {33663, 33819}; +Line(15112) = {33819, 33823}; +Line(15113) = {33823, 33659}; +Circle(15120) = {33483, 245, 33819}; +Circle(15124) = {33487, 245, 33823}; +Line(15132) = {33651, 33863}; +Line(15133) = {33863, 33867}; +Line(15134) = {33867, 33647}; +Circle(15138) = {33527, 285, 33863}; +Circle(15142) = {33531, 285, 33867}; +Line(15155) = {33622, 33915}; +Line(15156) = {33915, 33919}; +Line(15157) = {33919, 33663}; +Circle(15164) = {33579, 341, 33915}; +Circle(15168) = {33583, 341, 33919}; +Line(15176) = {33958, 33959}; +Line(15177) = {33959, 33963}; +Line(15178) = {33963, 33967}; +Line(15179) = {33967, 33971}; +Line(15180) = {33971, 33975}; +Line(15181) = {33975, 33979}; +Line(15182) = {33979, 33983}; +Line(15183) = {33983, 33987}; +Line(15184) = {33987, 33991}; +Line(15185) = {33991, 33995}; +Line(15186) = {33995, 33999}; +Line(15187) = {33999, 33958}; +Circle(15189) = {33622, 75, 33958}; +Circle(15190) = {33623, 75, 33959}; +Circle(15194) = {33627, 85, 33963}; +Circle(15198) = {33631, 85, 33967}; +Circle(15202) = {33635, 1, 33971}; +Circle(15206) = {33639, 1, 33975}; +Circle(15210) = {33643, 117, 33979}; +Circle(15214) = {33647, 117, 33983}; +Circle(15218) = {33651, 117, 33987}; +Circle(15222) = {33655, 117, 33991}; +Circle(15226) = {33659, 75, 33995}; +Circle(15230) = {33663, 75, 33999}; +Line(15238) = {33991, 34103}; +Line(15239) = {34103, 34107}; +Line(15240) = {34107, 33987}; +Circle(15244) = {33767, 189, 34103}; +Circle(15248) = {33771, 189, 34107}; +Line(15261) = {33999, 34155}; +Line(15262) = {34155, 34159}; +Line(15263) = {34159, 33995}; +Circle(15270) = {33819, 245, 34155}; +Circle(15274) = {33823, 245, 34159}; +Line(15282) = {33987, 34199}; +Line(15283) = {34199, 34203}; +Line(15284) = {34203, 33983}; +Circle(15288) = {33863, 285, 34199}; +Circle(15292) = {33867, 285, 34203}; +Line(15305) = {33958, 34251}; +Line(15306) = {34251, 34255}; +Line(15307) = {34255, 33999}; +Circle(15314) = {33915, 341, 34251}; +Circle(15318) = {33919, 341, 34255}; +Line(15326) = {34294, 34295}; +Line(15327) = {34295, 34299}; +Line(15328) = {34299, 34303}; +Line(15329) = {34303, 34307}; +Line(15330) = {34307, 34311}; +Line(15331) = {34311, 34315}; +Line(15332) = {34315, 34319}; +Line(15333) = {34319, 34323}; +Line(15334) = {34323, 34327}; +Line(15335) = {34327, 34331}; +Line(15336) = {34331, 34335}; +Line(15337) = {34335, 34294}; +Circle(15339) = {33958, 75, 34294}; +Circle(15340) = {33959, 75, 34295}; +Circle(15344) = {33963, 85, 34299}; +Circle(15348) = {33967, 85, 34303}; +Circle(15352) = {33971, 1, 34307}; +Circle(15356) = {33975, 1, 34311}; +Circle(15360) = {33979, 117, 34315}; +Circle(15364) = {33983, 117, 34319}; +Circle(15368) = {33987, 117, 34323}; +Circle(15372) = {33991, 117, 34327}; +Circle(15376) = {33995, 75, 34331}; +Circle(15380) = {33999, 75, 34335}; +Line(15388) = {34327, 34439}; +Line(15389) = {34439, 34443}; +Line(15390) = {34443, 34323}; +Circle(15394) = {34103, 189, 34439}; +Circle(15398) = {34107, 189, 34443}; +Line(15411) = {34335, 34491}; +Line(15412) = {34491, 34495}; +Line(15413) = {34495, 34331}; +Circle(15420) = {34155, 245, 34491}; +Circle(15424) = {34159, 245, 34495}; +Line(15432) = {34323, 34535}; +Line(15433) = {34535, 34539}; +Line(15434) = {34539, 34319}; +Circle(15438) = {34199, 285, 34535}; +Circle(15442) = {34203, 285, 34539}; +Line(15455) = {34294, 34587}; +Line(15456) = {34587, 34591}; +Line(15457) = {34591, 34335}; +Circle(15464) = {34251, 341, 34587}; +Circle(15468) = {34255, 341, 34591}; +Line(15476) = {34630, 34631}; +Line(15477) = {34631, 34635}; +Line(15478) = {34635, 34639}; +Line(15479) = {34639, 34643}; +Line(15480) = {34643, 34647}; +Line(15481) = {34647, 34651}; +Line(15482) = {34651, 34655}; +Line(15483) = {34655, 34659}; +Line(15484) = {34659, 34663}; +Line(15485) = {34663, 34667}; +Line(15486) = {34667, 34671}; +Line(15487) = {34671, 34630}; +Circle(15489) = {34294, 75, 34630}; +Circle(15490) = {34295, 75, 34631}; +Circle(15494) = {34299, 85, 34635}; +Circle(15498) = {34303, 85, 34639}; +Circle(15502) = {34307, 1, 34643}; +Circle(15506) = {34311, 1, 34647}; +Circle(15510) = {34315, 117, 34651}; +Circle(15514) = {34319, 117, 34655}; +Circle(15518) = {34323, 117, 34659}; +Circle(15522) = {34327, 117, 34663}; +Circle(15526) = {34331, 75, 34667}; +Circle(15530) = {34335, 75, 34671}; +Line(15538) = {34663, 34775}; +Line(15539) = {34775, 34779}; +Line(15540) = {34779, 34659}; +Circle(15544) = {34439, 189, 34775}; +Circle(15548) = {34443, 189, 34779}; +Line(15561) = {34671, 34827}; +Line(15562) = {34827, 34831}; +Line(15563) = {34831, 34667}; +Circle(15570) = {34491, 245, 34827}; +Circle(15574) = {34495, 245, 34831}; +Line(15582) = {34659, 34871}; +Line(15583) = {34871, 34875}; +Line(15584) = {34875, 34655}; +Circle(15588) = {34535, 285, 34871}; +Circle(15592) = {34539, 285, 34875}; +Line(15605) = {34630, 34923}; +Line(15606) = {34923, 34927}; +Line(15607) = {34927, 34671}; +Circle(15614) = {34587, 341, 34923}; +Circle(15618) = {34591, 341, 34927}; +Line(15626) = {34966, 34967}; +Line(15627) = {34967, 34971}; +Line(15628) = {34971, 34975}; +Line(15629) = {34975, 34979}; +Line(15630) = {34979, 34983}; +Line(15631) = {34983, 34987}; +Line(15632) = {34987, 34991}; +Line(15633) = {34991, 34995}; +Line(15634) = {34995, 34999}; +Line(15635) = {34999, 35003}; +Line(15636) = {35003, 35007}; +Line(15637) = {35007, 34966}; +Circle(15639) = {34630, 75, 34966}; +Circle(15640) = {34631, 75, 34967}; +Circle(15644) = {34635, 85, 34971}; +Circle(15648) = {34639, 85, 34975}; +Circle(15652) = {34643, 1, 34979}; +Circle(15656) = {34647, 1, 34983}; +Circle(15660) = {34651, 117, 34987}; +Circle(15664) = {34655, 117, 34991}; +Circle(15668) = {34659, 117, 34995}; +Circle(15672) = {34663, 117, 34999}; +Circle(15676) = {34667, 75, 35003}; +Circle(15680) = {34671, 75, 35007}; +Line(15688) = {34999, 35111}; +Line(15689) = {35111, 35115}; +Line(15690) = {35115, 34995}; +Circle(15694) = {34775, 189, 35111}; +Circle(15698) = {34779, 189, 35115}; +Line(15711) = {35007, 35163}; +Line(15712) = {35163, 35167}; +Line(15713) = {35167, 35003}; +Circle(15720) = {34827, 245, 35163}; +Circle(15724) = {34831, 245, 35167}; +Line(15732) = {34995, 35207}; +Line(15733) = {35207, 35211}; +Line(15734) = {35211, 34991}; +Circle(15738) = {34871, 285, 35207}; +Circle(15742) = {34875, 285, 35211}; +Line(15755) = {34966, 35259}; +Line(15756) = {35259, 35263}; +Line(15757) = {35263, 35007}; +Circle(15764) = {34923, 341, 35259}; +Circle(15768) = {34927, 341, 35263}; +Line(15776) = {35302, 35303}; +Line(15777) = {35303, 35307}; +Line(15778) = {35307, 35311}; +Line(15779) = {35311, 35315}; +Line(15780) = {35315, 35319}; +Line(15781) = {35319, 35323}; +Line(15782) = {35323, 35327}; +Line(15783) = {35327, 35331}; +Line(15784) = {35331, 35335}; +Line(15785) = {35335, 35339}; +Line(15786) = {35339, 35343}; +Line(15787) = {35343, 35302}; +Circle(15789) = {34966, 75, 35302}; +Circle(15790) = {34967, 75, 35303}; +Circle(15794) = {34971, 85, 35307}; +Circle(15798) = {34975, 85, 35311}; +Circle(15802) = {34979, 1, 35315}; +Circle(15806) = {34983, 1, 35319}; +Circle(15810) = {34987, 117, 35323}; +Circle(15814) = {34991, 117, 35327}; +Circle(15818) = {34995, 117, 35331}; +Circle(15822) = {34999, 117, 35335}; +Circle(15826) = {35003, 75, 35339}; +Circle(15830) = {35007, 75, 35343}; +Line(15838) = {35335, 35447}; +Line(15839) = {35447, 35451}; +Line(15840) = {35451, 35331}; +Circle(15844) = {35111, 189, 35447}; +Circle(15848) = {35115, 189, 35451}; +Line(15861) = {35343, 35499}; +Line(15862) = {35499, 35503}; +Line(15863) = {35503, 35339}; +Circle(15870) = {35163, 245, 35499}; +Circle(15874) = {35167, 245, 35503}; +Line(15882) = {35331, 35543}; +Line(15883) = {35543, 35547}; +Line(15884) = {35547, 35327}; +Circle(15888) = {35207, 285, 35543}; +Circle(15892) = {35211, 285, 35547}; +Line(15905) = {35302, 35595}; +Line(15906) = {35595, 35599}; +Line(15907) = {35599, 35343}; +Circle(15914) = {35259, 341, 35595}; +Circle(15918) = {35263, 341, 35599}; +Line(15926) = {35638, 35639}; +Line(15927) = {35639, 35643}; +Line(15928) = {35643, 35647}; +Line(15929) = {35647, 35651}; +Line(15930) = {35651, 35655}; +Line(15931) = {35655, 35659}; +Line(15932) = {35659, 35663}; +Line(15933) = {35663, 35667}; +Line(15934) = {35667, 35671}; +Line(15935) = {35671, 35675}; +Line(15936) = {35675, 35679}; +Line(15937) = {35679, 35638}; +Circle(15939) = {35302, 75, 35638}; +Circle(15940) = {35303, 75, 35639}; +Circle(15944) = {35307, 85, 35643}; +Circle(15948) = {35311, 85, 35647}; +Circle(15952) = {35315, 1, 35651}; +Circle(15956) = {35319, 1, 35655}; +Circle(15960) = {35323, 117, 35659}; +Circle(15964) = {35327, 117, 35663}; +Circle(15968) = {35331, 117, 35667}; +Circle(15972) = {35335, 117, 35671}; +Circle(15976) = {35339, 75, 35675}; +Circle(15980) = {35343, 75, 35679}; +Line(15988) = {35671, 35783}; +Line(15989) = {35783, 35787}; +Line(15990) = {35787, 35667}; +Circle(15994) = {35447, 189, 35783}; +Circle(15998) = {35451, 189, 35787}; +Line(16011) = {35679, 35835}; +Line(16012) = {35835, 35839}; +Line(16013) = {35839, 35675}; +Circle(16020) = {35499, 245, 35835}; +Circle(16024) = {35503, 245, 35839}; +Line(16032) = {35667, 35879}; +Line(16033) = {35879, 35883}; +Line(16034) = {35883, 35663}; +Circle(16038) = {35543, 285, 35879}; +Circle(16042) = {35547, 285, 35883}; +Line(16055) = {35638, 35931}; +Line(16056) = {35931, 35935}; +Line(16057) = {35935, 35679}; +Circle(16064) = {35595, 341, 35931}; +Circle(16068) = {35599, 341, 35935}; +Line(16076) = {35974, 35975}; +Line(16077) = {35975, 35979}; +Line(16078) = {35979, 35983}; +Line(16079) = {35983, 35987}; +Line(16080) = {35987, 35991}; +Line(16081) = {35991, 35995}; +Line(16082) = {35995, 35999}; +Line(16083) = {35999, 36003}; +Line(16084) = {36003, 36007}; +Line(16085) = {36007, 36011}; +Line(16086) = {36011, 36015}; +Line(16087) = {36015, 35974}; +Circle(16089) = {35638, 75, 35974}; +Circle(16090) = {35639, 75, 35975}; +Circle(16094) = {35643, 85, 35979}; +Circle(16098) = {35647, 85, 35983}; +Circle(16102) = {35651, 1, 35987}; +Circle(16106) = {35655, 1, 35991}; +Circle(16110) = {35659, 117, 35995}; +Circle(16114) = {35663, 117, 35999}; +Circle(16118) = {35667, 117, 36003}; +Circle(16122) = {35671, 117, 36007}; +Circle(16126) = {35675, 75, 36011}; +Circle(16130) = {35679, 75, 36015}; +Line(16138) = {36007, 36119}; +Line(16139) = {36119, 36123}; +Line(16140) = {36123, 36003}; +Circle(16144) = {35783, 189, 36119}; +Circle(16148) = {35787, 189, 36123}; +Line(16161) = {36015, 36171}; +Line(16162) = {36171, 36175}; +Line(16163) = {36175, 36011}; +Circle(16170) = {35835, 245, 36171}; +Circle(16174) = {35839, 245, 36175}; +Line(16182) = {36003, 36215}; +Line(16183) = {36215, 36219}; +Line(16184) = {36219, 35999}; +Circle(16188) = {35879, 285, 36215}; +Circle(16192) = {35883, 285, 36219}; +Line(16205) = {35974, 36267}; +Line(16206) = {36267, 36271}; +Line(16207) = {36271, 36015}; +Circle(16214) = {35931, 341, 36267}; +Circle(16218) = {35935, 341, 36271}; +Line(16226) = {36310, 36311}; +Line(16227) = {36311, 36315}; +Line(16228) = {36315, 36319}; +Line(16229) = {36319, 36323}; +Line(16230) = {36323, 36327}; +Line(16231) = {36327, 36331}; +Line(16232) = {36331, 36335}; +Line(16233) = {36335, 36339}; +Line(16234) = {36339, 36343}; +Line(16235) = {36343, 36347}; +Line(16236) = {36347, 36351}; +Line(16237) = {36351, 36310}; +Circle(16239) = {35974, 75, 36310}; +Circle(16240) = {35975, 75, 36311}; +Circle(16244) = {35979, 85, 36315}; +Circle(16248) = {35983, 85, 36319}; +Circle(16252) = {35987, 1, 36323}; +Circle(16256) = {35991, 1, 36327}; +Circle(16260) = {35995, 117, 36331}; +Circle(16264) = {35999, 117, 36335}; +Circle(16268) = {36003, 117, 36339}; +Circle(16272) = {36007, 117, 36343}; +Circle(16276) = {36011, 75, 36347}; +Circle(16280) = {36015, 75, 36351}; +Line(16288) = {36343, 36455}; +Line(16289) = {36455, 36459}; +Line(16290) = {36459, 36339}; +Circle(16294) = {36119, 189, 36455}; +Circle(16298) = {36123, 189, 36459}; +Line(16311) = {36351, 36507}; +Line(16312) = {36507, 36511}; +Line(16313) = {36511, 36347}; +Circle(16320) = {36171, 245, 36507}; +Circle(16324) = {36175, 245, 36511}; +Line(16332) = {36339, 36551}; +Line(16333) = {36551, 36555}; +Line(16334) = {36555, 36335}; +Circle(16338) = {36215, 285, 36551}; +Circle(16342) = {36219, 285, 36555}; +Line(16355) = {36310, 36603}; +Line(16356) = {36603, 36607}; +Line(16357) = {36607, 36351}; +Circle(16364) = {36267, 341, 36603}; +Circle(16368) = {36271, 341, 36607}; +Line(16376) = {36646, 36647}; +Line(16377) = {36647, 36651}; +Line(16378) = {36651, 36655}; +Line(16379) = {36655, 36659}; +Line(16380) = {36659, 36663}; +Line(16381) = {36663, 36667}; +Line(16382) = {36667, 36671}; +Line(16383) = {36671, 36675}; +Line(16384) = {36675, 36679}; +Line(16385) = {36679, 36683}; +Line(16386) = {36683, 36687}; +Line(16387) = {36687, 36646}; +Circle(16389) = {36310, 75, 36646}; +Circle(16390) = {36311, 75, 36647}; +Circle(16394) = {36315, 85, 36651}; +Circle(16398) = {36319, 85, 36655}; +Circle(16402) = {36323, 1, 36659}; +Circle(16406) = {36327, 1, 36663}; +Circle(16410) = {36331, 117, 36667}; +Circle(16414) = {36335, 117, 36671}; +Circle(16418) = {36339, 117, 36675}; +Circle(16422) = {36343, 117, 36679}; +Circle(16426) = {36347, 75, 36683}; +Circle(16430) = {36351, 75, 36687}; +Line(16438) = {36679, 36791}; +Line(16439) = {36791, 36795}; +Line(16440) = {36795, 36675}; +Circle(16444) = {36455, 189, 36791}; +Circle(16448) = {36459, 189, 36795}; +Line(16461) = {36687, 36843}; +Line(16462) = {36843, 36847}; +Line(16463) = {36847, 36683}; +Circle(16470) = {36507, 245, 36843}; +Circle(16474) = {36511, 245, 36847}; +Line(16482) = {36675, 36887}; +Line(16483) = {36887, 36891}; +Line(16484) = {36891, 36671}; +Circle(16488) = {36551, 285, 36887}; +Circle(16492) = {36555, 285, 36891}; +Line(16505) = {36646, 36939}; +Line(16506) = {36939, 36943}; +Line(16507) = {36943, 36687}; +Circle(16514) = {36603, 341, 36939}; +Circle(16518) = {36607, 341, 36943}; +Line(16526) = {36982, 36983}; +Line(16527) = {36983, 36987}; +Line(16528) = {36987, 36991}; +Line(16529) = {36991, 36995}; +Line(16530) = {36995, 36999}; +Line(16531) = {36999, 37003}; +Line(16532) = {37003, 37007}; +Line(16533) = {37007, 37011}; +Line(16534) = {37011, 37015}; +Line(16535) = {37015, 37019}; +Line(16536) = {37019, 37023}; +Line(16537) = {37023, 36982}; +Circle(16539) = {36646, 75, 36982}; +Circle(16540) = {36647, 75, 36983}; +Circle(16544) = {36651, 85, 36987}; +Circle(16548) = {36655, 85, 36991}; +Circle(16552) = {36659, 1, 36995}; +Circle(16556) = {36663, 1, 36999}; +Circle(16560) = {36667, 117, 37003}; +Circle(16564) = {36671, 117, 37007}; +Circle(16568) = {36675, 117, 37011}; +Circle(16572) = {36679, 117, 37015}; +Circle(16576) = {36683, 75, 37019}; +Circle(16580) = {36687, 75, 37023}; +Line(16588) = {37015, 37127}; +Line(16589) = {37127, 37131}; +Line(16590) = {37131, 37011}; +Circle(16594) = {36791, 189, 37127}; +Circle(16598) = {36795, 189, 37131}; +Line(16611) = {37023, 37179}; +Line(16612) = {37179, 37183}; +Line(16613) = {37183, 37019}; +Circle(16620) = {36843, 245, 37179}; +Circle(16624) = {36847, 245, 37183}; +Line(16632) = {37011, 37223}; +Line(16633) = {37223, 37227}; +Line(16634) = {37227, 37007}; +Circle(16638) = {36887, 285, 37223}; +Circle(16642) = {36891, 285, 37227}; +Line(16655) = {36982, 37275}; +Line(16656) = {37275, 37279}; +Line(16657) = {37279, 37023}; +Circle(16664) = {36939, 341, 37275}; +Circle(16668) = {36943, 341, 37279}; +Line(16676) = {37318, 37319}; +Line(16677) = {37319, 37323}; +Line(16678) = {37323, 37327}; +Line(16679) = {37327, 37331}; +Line(16680) = {37331, 37335}; +Line(16681) = {37335, 37339}; +Line(16682) = {37339, 37343}; +Line(16683) = {37343, 37347}; +Line(16684) = {37347, 37351}; +Line(16685) = {37351, 37355}; +Line(16686) = {37355, 37359}; +Line(16687) = {37359, 37318}; +Circle(16689) = {36982, 75, 37318}; +Circle(16690) = {36983, 75, 37319}; +Circle(16694) = {36987, 85, 37323}; +Circle(16698) = {36991, 85, 37327}; +Circle(16702) = {36995, 1, 37331}; +Circle(16706) = {36999, 1, 37335}; +Circle(16710) = {37003, 117, 37339}; +Circle(16714) = {37007, 117, 37343}; +Circle(16718) = {37011, 117, 37347}; +Circle(16722) = {37015, 117, 37351}; +Circle(16726) = {37019, 75, 37355}; +Circle(16730) = {37023, 75, 37359}; +Line(16738) = {37351, 37463}; +Line(16739) = {37463, 37467}; +Line(16740) = {37467, 37347}; +Circle(16744) = {37127, 189, 37463}; +Circle(16748) = {37131, 189, 37467}; +Line(16761) = {37359, 37515}; +Line(16762) = {37515, 37519}; +Line(16763) = {37519, 37355}; +Circle(16770) = {37179, 245, 37515}; +Circle(16774) = {37183, 245, 37519}; +Line(16782) = {37347, 37559}; +Line(16783) = {37559, 37563}; +Line(16784) = {37563, 37343}; +Circle(16788) = {37223, 285, 37559}; +Circle(16792) = {37227, 285, 37563}; +Line(16805) = {37318, 37611}; +Line(16806) = {37611, 37615}; +Line(16807) = {37615, 37359}; +Circle(16814) = {37275, 341, 37611}; +Circle(16818) = {37279, 341, 37615}; +Line(16826) = {37654, 37655}; +Line(16827) = {37655, 37659}; +Line(16828) = {37659, 37663}; +Line(16829) = {37663, 37667}; +Line(16830) = {37667, 37671}; +Line(16831) = {37671, 37675}; +Line(16832) = {37675, 37679}; +Line(16833) = {37679, 37683}; +Line(16834) = {37683, 37687}; +Line(16835) = {37687, 37691}; +Line(16836) = {37691, 37695}; +Line(16837) = {37695, 37654}; +Circle(16839) = {37318, 75, 37654}; +Circle(16840) = {37319, 75, 37655}; +Circle(16844) = {37323, 85, 37659}; +Circle(16848) = {37327, 85, 37663}; +Circle(16852) = {37331, 1, 37667}; +Circle(16856) = {37335, 1, 37671}; +Circle(16860) = {37339, 117, 37675}; +Circle(16864) = {37343, 117, 37679}; +Circle(16868) = {37347, 117, 37683}; +Circle(16872) = {37351, 117, 37687}; +Circle(16876) = {37355, 75, 37691}; +Circle(16880) = {37359, 75, 37695}; +Line(16888) = {37687, 37799}; +Line(16889) = {37799, 37803}; +Line(16890) = {37803, 37683}; +Circle(16894) = {37463, 189, 37799}; +Circle(16898) = {37467, 189, 37803}; +Line(16911) = {37695, 37851}; +Line(16912) = {37851, 37855}; +Line(16913) = {37855, 37691}; +Circle(16920) = {37515, 245, 37851}; +Circle(16924) = {37519, 245, 37855}; +Line(16932) = {37683, 37895}; +Line(16933) = {37895, 37899}; +Line(16934) = {37899, 37679}; +Circle(16938) = {37559, 285, 37895}; +Circle(16942) = {37563, 285, 37899}; +Line(16955) = {37654, 37947}; +Line(16956) = {37947, 37951}; +Line(16957) = {37951, 37695}; +Circle(16964) = {37611, 341, 37947}; +Circle(16968) = {37615, 341, 37951}; +Line(16976) = {37990, 37991}; +Line(16977) = {37991, 37995}; +Line(16978) = {37995, 37999}; +Line(16979) = {37999, 38003}; +Line(16980) = {38003, 38007}; +Line(16981) = {38007, 38011}; +Line(16982) = {38011, 38015}; +Line(16983) = {38015, 38019}; +Line(16984) = {38019, 38023}; +Line(16985) = {38023, 38027}; +Line(16986) = {38027, 38031}; +Line(16987) = {38031, 37990}; +Circle(16989) = {37654, 75, 37990}; +Circle(16990) = {37655, 75, 37991}; +Circle(16994) = {37659, 85, 37995}; +Circle(16998) = {37663, 85, 37999}; +Circle(17002) = {37667, 1, 38003}; +Circle(17006) = {37671, 1, 38007}; +Circle(17010) = {37675, 117, 38011}; +Circle(17014) = {37679, 117, 38015}; +Circle(17018) = {37683, 117, 38019}; +Circle(17022) = {37687, 117, 38023}; +Circle(17026) = {37691, 75, 38027}; +Circle(17030) = {37695, 75, 38031}; +Line(17038) = {38023, 38135}; +Line(17039) = {38135, 38139}; +Line(17040) = {38139, 38019}; +Circle(17044) = {37799, 189, 38135}; +Circle(17048) = {37803, 189, 38139}; +Line(17061) = {38031, 38187}; +Line(17062) = {38187, 38191}; +Line(17063) = {38191, 38027}; +Circle(17070) = {37851, 245, 38187}; +Circle(17074) = {37855, 245, 38191}; +Line(17082) = {38019, 38231}; +Line(17083) = {38231, 38235}; +Line(17084) = {38235, 38015}; +Circle(17088) = {37895, 285, 38231}; +Circle(17092) = {37899, 285, 38235}; +Line(17105) = {37990, 38283}; +Line(17106) = {38283, 38287}; +Line(17107) = {38287, 38031}; +Circle(17114) = {37947, 341, 38283}; +Circle(17118) = {37951, 341, 38287}; +Line(17126) = {38326, 38327}; +Line(17127) = {38327, 38331}; +Line(17128) = {38331, 38335}; +Line(17129) = {38335, 38339}; +Line(17130) = {38339, 38343}; +Line(17131) = {38343, 38347}; +Line(17132) = {38347, 38351}; +Line(17133) = {38351, 38355}; +Line(17134) = {38355, 38359}; +Line(17135) = {38359, 38363}; +Line(17136) = {38363, 38367}; +Line(17137) = {38367, 38326}; +Circle(17139) = {37990, 75, 38326}; +Circle(17140) = {37991, 75, 38327}; +Circle(17144) = {37995, 85, 38331}; +Circle(17148) = {37999, 85, 38335}; +Circle(17152) = {38003, 1, 38339}; +Circle(17156) = {38007, 1, 38343}; +Circle(17160) = {38011, 117, 38347}; +Circle(17164) = {38015, 117, 38351}; +Circle(17168) = {38019, 117, 38355}; +Circle(17172) = {38023, 117, 38359}; +Circle(17176) = {38027, 75, 38363}; +Circle(17180) = {38031, 75, 38367}; +Line(17188) = {38359, 38471}; +Line(17189) = {38471, 38475}; +Line(17190) = {38475, 38355}; +Circle(17194) = {38135, 189, 38471}; +Circle(17198) = {38139, 189, 38475}; +Line(17211) = {38367, 38523}; +Line(17212) = {38523, 38527}; +Line(17213) = {38527, 38363}; +Circle(17220) = {38187, 245, 38523}; +Circle(17224) = {38191, 245, 38527}; +Line(17232) = {38355, 38567}; +Line(17233) = {38567, 38571}; +Line(17234) = {38571, 38351}; +Circle(17238) = {38231, 285, 38567}; +Circle(17242) = {38235, 285, 38571}; +Line(17255) = {38326, 38619}; +Line(17256) = {38619, 38623}; +Line(17257) = {38623, 38367}; +Circle(17264) = {38283, 341, 38619}; +Circle(17268) = {38287, 341, 38623}; +Line(17276) = {38662, 38663}; +Line(17277) = {38663, 38667}; +Line(17278) = {38667, 38671}; +Line(17279) = {38671, 38675}; +Line(17280) = {38675, 38679}; +Line(17281) = {38679, 38683}; +Line(17282) = {38683, 38687}; +Line(17283) = {38687, 38691}; +Line(17284) = {38691, 38695}; +Line(17285) = {38695, 38699}; +Line(17286) = {38699, 38703}; +Line(17287) = {38703, 38662}; +Circle(17289) = {38326, 75, 38662}; +Circle(17290) = {38327, 75, 38663}; +Circle(17294) = {38331, 85, 38667}; +Circle(17298) = {38335, 85, 38671}; +Circle(17302) = {38339, 1, 38675}; +Circle(17306) = {38343, 1, 38679}; +Circle(17310) = {38347, 117, 38683}; +Circle(17314) = {38351, 117, 38687}; +Circle(17318) = {38355, 117, 38691}; +Circle(17322) = {38359, 117, 38695}; +Circle(17326) = {38363, 75, 38699}; +Circle(17330) = {38367, 75, 38703}; +Line(17338) = {38695, 38807}; +Line(17339) = {38807, 38811}; +Line(17340) = {38811, 38691}; +Circle(17344) = {38471, 189, 38807}; +Circle(17348) = {38475, 189, 38811}; +Line(17361) = {38703, 38859}; +Line(17362) = {38859, 38863}; +Line(17363) = {38863, 38699}; +Circle(17370) = {38523, 245, 38859}; +Circle(17374) = {38527, 245, 38863}; +Line(17382) = {38691, 38903}; +Line(17383) = {38903, 38907}; +Line(17384) = {38907, 38687}; +Circle(17388) = {38567, 285, 38903}; +Circle(17392) = {38571, 285, 38907}; +Line(17405) = {38662, 38955}; +Line(17406) = {38955, 38959}; +Line(17407) = {38959, 38703}; +Circle(17414) = {38619, 341, 38955}; +Circle(17418) = {38623, 341, 38959}; +Line(17426) = {38998, 38999}; +Line(17427) = {38999, 39003}; +Line(17428) = {39003, 39007}; +Line(17429) = {39007, 39011}; +Line(17430) = {39011, 39015}; +Line(17431) = {39015, 39019}; +Line(17432) = {39019, 39023}; +Line(17433) = {39023, 39027}; +Line(17434) = {39027, 39031}; +Line(17435) = {39031, 39035}; +Line(17436) = {39035, 39039}; +Line(17437) = {39039, 38998}; +Circle(17439) = {38662, 75, 38998}; +Circle(17440) = {38663, 75, 38999}; +Circle(17444) = {38667, 85, 39003}; +Circle(17448) = {38671, 85, 39007}; +Circle(17452) = {38675, 1, 39011}; +Circle(17456) = {38679, 1, 39015}; +Circle(17460) = {38683, 117, 39019}; +Circle(17464) = {38687, 117, 39023}; +Circle(17468) = {38691, 117, 39027}; +Circle(17472) = {38695, 117, 39031}; +Circle(17476) = {38699, 75, 39035}; +Circle(17480) = {38703, 75, 39039}; +Line(17488) = {39031, 39143}; +Line(17489) = {39143, 39147}; +Line(17490) = {39147, 39027}; +Circle(17494) = {38807, 189, 39143}; +Circle(17498) = {38811, 189, 39147}; +Line(17511) = {39039, 39195}; +Line(17512) = {39195, 39199}; +Line(17513) = {39199, 39035}; +Circle(17520) = {38859, 245, 39195}; +Circle(17524) = {38863, 245, 39199}; +Line(17532) = {39027, 39239}; +Line(17533) = {39239, 39243}; +Line(17534) = {39243, 39023}; +Circle(17538) = {38903, 285, 39239}; +Circle(17542) = {38907, 285, 39243}; +Line(17555) = {38998, 39291}; +Line(17556) = {39291, 39295}; +Line(17557) = {39295, 39039}; +Circle(17564) = {38955, 341, 39291}; +Circle(17568) = {38959, 341, 39295}; +Line(17576) = {39334, 39335}; +Line(17577) = {39335, 39339}; +Line(17578) = {39339, 39343}; +Line(17579) = {39343, 39347}; +Line(17580) = {39347, 39351}; +Line(17581) = {39351, 39355}; +Line(17582) = {39355, 39359}; +Line(17583) = {39359, 39363}; +Line(17584) = {39363, 39367}; +Line(17585) = {39367, 39371}; +Line(17586) = {39371, 39375}; +Line(17587) = {39375, 39334}; +Circle(17589) = {38998, 75, 39334}; +Circle(17590) = {38999, 75, 39335}; +Circle(17594) = {39003, 85, 39339}; +Circle(17598) = {39007, 85, 39343}; +Circle(17602) = {39011, 1, 39347}; +Circle(17606) = {39015, 1, 39351}; +Circle(17610) = {39019, 117, 39355}; +Circle(17614) = {39023, 117, 39359}; +Circle(17618) = {39027, 117, 39363}; +Circle(17622) = {39031, 117, 39367}; +Circle(17626) = {39035, 75, 39371}; +Circle(17630) = {39039, 75, 39375}; +Line(17638) = {39367, 39479}; +Line(17639) = {39479, 39483}; +Line(17640) = {39483, 39363}; +Circle(17644) = {39143, 189, 39479}; +Circle(17648) = {39147, 189, 39483}; +Line(17661) = {39375, 39531}; +Line(17662) = {39531, 39535}; +Line(17663) = {39535, 39371}; +Circle(17670) = {39195, 245, 39531}; +Circle(17674) = {39199, 245, 39535}; +Line(17682) = {39363, 39575}; +Line(17683) = {39575, 39579}; +Line(17684) = {39579, 39359}; +Circle(17688) = {39239, 285, 39575}; +Circle(17692) = {39243, 285, 39579}; +Line(17705) = {39334, 39627}; +Line(17706) = {39627, 39631}; +Line(17707) = {39631, 39375}; +Circle(17714) = {39291, 341, 39627}; +Circle(17718) = {39295, 341, 39631}; +Line(17726) = {39670, 39671}; +Line(17727) = {39671, 39675}; +Line(17728) = {39675, 39679}; +Line(17729) = {39679, 39683}; +Line(17730) = {39683, 39687}; +Line(17731) = {39687, 39691}; +Line(17732) = {39691, 39695}; +Line(17733) = {39695, 39699}; +Line(17734) = {39699, 39703}; +Line(17735) = {39703, 39707}; +Line(17736) = {39707, 39711}; +Line(17737) = {39711, 39670}; +Circle(17739) = {39334, 75, 39670}; +Circle(17740) = {39335, 75, 39671}; +Circle(17744) = {39339, 85, 39675}; +Circle(17748) = {39343, 85, 39679}; +Circle(17752) = {39347, 1, 39683}; +Circle(17756) = {39351, 1, 39687}; +Circle(17760) = {39355, 117, 39691}; +Circle(17764) = {39359, 117, 39695}; +Circle(17768) = {39363, 117, 39699}; +Circle(17772) = {39367, 117, 39703}; +Circle(17776) = {39371, 75, 39707}; +Circle(17780) = {39375, 75, 39711}; +Line(17788) = {39703, 39815}; +Line(17789) = {39815, 39819}; +Line(17790) = {39819, 39699}; +Circle(17794) = {39479, 189, 39815}; +Circle(17798) = {39483, 189, 39819}; +Line(17811) = {39711, 39867}; +Line(17812) = {39867, 39871}; +Line(17813) = {39871, 39707}; +Circle(17820) = {39531, 245, 39867}; +Circle(17824) = {39535, 245, 39871}; +Line(17832) = {39699, 39911}; +Line(17833) = {39911, 39915}; +Line(17834) = {39915, 39695}; +Circle(17838) = {39575, 285, 39911}; +Circle(17842) = {39579, 285, 39915}; +Line(17855) = {39670, 39963}; +Line(17856) = {39963, 39967}; +Line(17857) = {39967, 39711}; +Circle(17864) = {39627, 341, 39963}; +Circle(17868) = {39631, 341, 39967}; +Circle(17889) = {39670, 75, 15}; +Circle(17890) = {39671, 75, 14}; +Circle(17894) = {39675, 85, 13}; +Circle(17898) = {39679, 85, 12}; +Circle(17902) = {39683, 1, 2}; +Circle(17906) = {39687, 1, 3}; +Circle(17910) = {39691, 117, 8}; +Circle(17914) = {39695, 117, 9}; +Circle(17918) = {39699, 117, 10}; +Circle(17922) = {39703, 117, 11}; +Circle(17926) = {39707, 75, 17}; +Circle(17930) = {39711, 75, 16}; +Circle(17944) = {39815, 189, 7}; +Circle(17948) = {39819, 189, 6}; +Circle(17970) = {39867, 245, 20}; +Circle(17974) = {39871, 245, 21}; +Circle(17988) = {39911, 285, 5}; +Circle(17992) = {39915, 285, 4}; +Circle(18014) = {39963, 341, 18}; +Circle(18018) = {39967, 341, 19}; +Line Loop(2) = {9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 7, 8}; +Plane Surface(2) = {2}; +Line Loop(4) = {-15, -14, -13, 5}; +Plane Surface(4) = {4}; +Line Loop(6) = {7, 16, 17, 18}; +Plane Surface(6) = {6}; +Line Loop(8) = {-21, -20, -19, 4}; +Plane Surface(8) = {8}; +Line Loop(10) = {8, 22, 23, 24}; +Plane Surface(10) = {10}; +Line Loop(41) = {9, 40, -26, -39}; +Ruled Surface(41) = {41}; +Line Loop(45) = {10, 44, -27, -40}; +Ruled Surface(45) = {45}; +Line Loop(49) = {11, 48, -28, -44}; +Ruled Surface(49) = {49}; +Line Loop(53) = {12, 52, -29, -48}; +Ruled Surface(53) = {53}; +Line Loop(57) = {1, 56, -30, -52}; +Ruled Surface(57) = {57}; +Line Loop(61) = {2, 60, -31, -56}; +Ruled Surface(61) = {61}; +Line Loop(65) = {3, 64, -32, -60}; +Ruled Surface(65) = {65}; +Line Loop(69) = {4, 68, -33, -64}; +Ruled Surface(69) = {69}; +Line Loop(73) = {5, 72, -34, -68}; +Ruled Surface(73) = {73}; +Line Loop(77) = {6, 76, -35, -72}; +Ruled Surface(77) = {77}; +Line Loop(81) = {7, 80, -36, -76}; +Ruled Surface(81) = {81}; +Line Loop(85) = {8, 39, -37, -80}; +Ruled Surface(85) = {85}; +Line Loop(86) = {26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37}; +Plane Surface(86) = {86}; +Line Loop(95) = {-15, 94, -88, -72}; +Ruled Surface(95) = {95}; +Line Loop(99) = {-14, 98, -89, -94}; +Ruled Surface(99) = {99}; +Line Loop(103) = {-13, 68, -90, -98}; +Ruled Surface(103) = {103}; +Line Loop(108) = {88, 89, 90, 34}; +Plane Surface(108) = {108}; +Line Loop(121) = {16, 120, -111, -80}; +Ruled Surface(121) = {121}; +Line Loop(125) = {17, 124, -112, -120}; +Ruled Surface(125) = {125}; +Line Loop(129) = {18, 76, -113, -124}; +Ruled Surface(129) = {129}; +Line Loop(130) = {36, 111, 112, 113}; +Plane Surface(130) = {130}; +Line Loop(139) = {-21, 138, -132, -68}; +Ruled Surface(139) = {139}; +Line Loop(143) = {-20, 142, -133, -138}; +Ruled Surface(143) = {143}; +Line Loop(147) = {-19, 64, -134, -142}; +Ruled Surface(147) = {147}; +Line Loop(152) = {132, 133, 134, 33}; +Plane Surface(152) = {152}; +Line Loop(165) = {22, 164, -155, -39}; +Ruled Surface(165) = {165}; +Line Loop(169) = {23, 168, -156, -164}; +Ruled Surface(169) = {169}; +Line Loop(173) = {24, 80, -157, -168}; +Ruled Surface(173) = {173}; +Line Loop(174) = {37, 155, 156, 157}; +Plane Surface(174) = {174}; +Line Loop(191) = {26, 190, -176, -189}; +Ruled Surface(191) = {191}; +Line Loop(195) = {27, 194, -177, -190}; +Ruled Surface(195) = {195}; +Line Loop(199) = {28, 198, -178, -194}; +Ruled Surface(199) = {199}; +Line Loop(203) = {29, 202, -179, -198}; +Ruled Surface(203) = {203}; +Line Loop(207) = {30, 206, -180, -202}; +Ruled Surface(207) = {207}; +Line Loop(211) = {31, 210, -181, -206}; +Ruled Surface(211) = {211}; +Line Loop(215) = {32, 214, -182, -210}; +Ruled Surface(215) = {215}; +Line Loop(219) = {33, 218, -183, -214}; +Ruled Surface(219) = {219}; +Line Loop(223) = {34, 222, -184, -218}; +Ruled Surface(223) = {223}; +Line Loop(227) = {35, 226, -185, -222}; +Ruled Surface(227) = {227}; +Line Loop(231) = {36, 230, -186, -226}; +Ruled Surface(231) = {231}; +Line Loop(235) = {37, 189, -187, -230}; +Ruled Surface(235) = {235}; +Line Loop(236) = {176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187}; +Plane Surface(236) = {236}; +Line Loop(245) = {88, 244, -238, -222}; +Ruled Surface(245) = {245}; +Line Loop(249) = {89, 248, -239, -244}; +Ruled Surface(249) = {249}; +Line Loop(253) = {90, 218, -240, -248}; +Ruled Surface(253) = {253}; +Line Loop(258) = {238, 239, 240, 184}; +Plane Surface(258) = {258}; +Line Loop(271) = {111, 270, -261, -230}; +Ruled Surface(271) = {271}; +Line Loop(275) = {112, 274, -262, -270}; +Ruled Surface(275) = {275}; +Line Loop(279) = {113, 226, -263, -274}; +Ruled Surface(279) = {279}; +Line Loop(280) = {186, 261, 262, 263}; +Plane Surface(280) = {280}; +Line Loop(289) = {132, 288, -282, -218}; +Ruled Surface(289) = {289}; +Line Loop(293) = {133, 292, -283, -288}; +Ruled Surface(293) = {293}; +Line Loop(297) = {134, 214, -284, -292}; +Ruled Surface(297) = {297}; +Line Loop(302) = {282, 283, 284, 183}; +Plane Surface(302) = {302}; +Line Loop(315) = {155, 314, -305, -189}; +Ruled Surface(315) = {315}; +Line Loop(319) = {156, 318, -306, -314}; +Ruled Surface(319) = {319}; +Line Loop(323) = {157, 230, -307, -318}; +Ruled Surface(323) = {323}; +Line Loop(324) = {187, 305, 306, 307}; +Plane Surface(324) = {324}; +Line Loop(341) = {176, 340, -326, -339}; +Ruled Surface(341) = {341}; +Line Loop(345) = {177, 344, -327, -340}; +Ruled Surface(345) = {345}; +Line Loop(349) = {178, 348, -328, -344}; +Ruled Surface(349) = {349}; +Line Loop(353) = {179, 352, -329, -348}; +Ruled Surface(353) = {353}; +Line Loop(357) = {180, 356, -330, -352}; +Ruled Surface(357) = {357}; +Line Loop(361) = {181, 360, -331, -356}; +Ruled Surface(361) = {361}; +Line Loop(365) = {182, 364, -332, -360}; +Ruled Surface(365) = {365}; +Line Loop(369) = {183, 368, -333, -364}; +Ruled Surface(369) = {369}; +Line Loop(373) = {184, 372, -334, -368}; +Ruled Surface(373) = {373}; +Line Loop(377) = {185, 376, -335, -372}; +Ruled Surface(377) = {377}; +Line Loop(381) = {186, 380, -336, -376}; +Ruled Surface(381) = {381}; +Line Loop(385) = {187, 339, -337, -380}; +Ruled Surface(385) = {385}; +Line Loop(386) = {326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337}; +Plane Surface(386) = {386}; +Line Loop(395) = {238, 394, -388, -372}; +Ruled Surface(395) = {395}; +Line Loop(399) = {239, 398, -389, -394}; +Ruled Surface(399) = {399}; +Line Loop(403) = {240, 368, -390, -398}; +Ruled Surface(403) = {403}; +Line Loop(408) = {388, 389, 390, 334}; +Plane Surface(408) = {408}; +Line Loop(421) = {261, 420, -411, -380}; +Ruled Surface(421) = {421}; +Line Loop(425) = {262, 424, -412, -420}; +Ruled Surface(425) = {425}; +Line Loop(429) = {263, 376, -413, -424}; +Ruled Surface(429) = {429}; +Line Loop(430) = {336, 411, 412, 413}; +Plane Surface(430) = {430}; +Line Loop(439) = {282, 438, -432, -368}; +Ruled Surface(439) = {439}; +Line Loop(443) = {283, 442, -433, -438}; +Ruled Surface(443) = {443}; +Line Loop(447) = {284, 364, -434, -442}; +Ruled Surface(447) = {447}; +Line Loop(452) = {432, 433, 434, 333}; +Plane Surface(452) = {452}; +Line Loop(465) = {305, 464, -455, -339}; +Ruled Surface(465) = {465}; +Line Loop(469) = {306, 468, -456, -464}; +Ruled Surface(469) = {469}; +Line Loop(473) = {307, 380, -457, -468}; +Ruled Surface(473) = {473}; +Line Loop(474) = {337, 455, 456, 457}; +Plane Surface(474) = {474}; +Line Loop(491) = {326, 490, -476, -489}; +Ruled Surface(491) = {491}; +Line Loop(495) = {327, 494, -477, -490}; +Ruled Surface(495) = {495}; +Line Loop(499) = {328, 498, -478, -494}; +Ruled Surface(499) = {499}; +Line Loop(503) = {329, 502, -479, -498}; +Ruled Surface(503) = {503}; +Line Loop(507) = {330, 506, -480, -502}; +Ruled Surface(507) = {507}; +Line Loop(511) = {331, 510, -481, -506}; +Ruled Surface(511) = {511}; +Line Loop(515) = {332, 514, -482, -510}; +Ruled Surface(515) = {515}; +Line Loop(519) = {333, 518, -483, -514}; +Ruled Surface(519) = {519}; +Line Loop(523) = {334, 522, -484, -518}; +Ruled Surface(523) = {523}; +Line Loop(527) = {335, 526, -485, -522}; +Ruled Surface(527) = {527}; +Line Loop(531) = {336, 530, -486, -526}; +Ruled Surface(531) = {531}; +Line Loop(535) = {337, 489, -487, -530}; +Ruled Surface(535) = {535}; +Line Loop(536) = {476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487}; +Plane Surface(536) = {536}; +Line Loop(545) = {388, 544, -538, -522}; +Ruled Surface(545) = {545}; +Line Loop(549) = {389, 548, -539, -544}; +Ruled Surface(549) = {549}; +Line Loop(553) = {390, 518, -540, -548}; +Ruled Surface(553) = {553}; +Line Loop(558) = {538, 539, 540, 484}; +Plane Surface(558) = {558}; +Line Loop(571) = {411, 570, -561, -530}; +Ruled Surface(571) = {571}; +Line Loop(575) = {412, 574, -562, -570}; +Ruled Surface(575) = {575}; +Line Loop(579) = {413, 526, -563, -574}; +Ruled Surface(579) = {579}; +Line Loop(580) = {486, 561, 562, 563}; +Plane Surface(580) = {580}; +Line Loop(589) = {432, 588, -582, -518}; +Ruled Surface(589) = {589}; +Line Loop(593) = {433, 592, -583, -588}; +Ruled Surface(593) = {593}; +Line Loop(597) = {434, 514, -584, -592}; +Ruled Surface(597) = {597}; +Line Loop(602) = {582, 583, 584, 483}; +Plane Surface(602) = {602}; +Line Loop(615) = {455, 614, -605, -489}; +Ruled Surface(615) = {615}; +Line Loop(619) = {456, 618, -606, -614}; +Ruled Surface(619) = {619}; +Line Loop(623) = {457, 530, -607, -618}; +Ruled Surface(623) = {623}; +Line Loop(624) = {487, 605, 606, 607}; +Plane Surface(624) = {624}; +Line Loop(641) = {476, 640, -626, -639}; +Ruled Surface(641) = {641}; +Line Loop(645) = {477, 644, -627, -640}; +Ruled Surface(645) = {645}; +Line Loop(649) = {478, 648, -628, -644}; +Ruled Surface(649) = {649}; +Line Loop(653) = {479, 652, -629, -648}; +Ruled Surface(653) = {653}; +Line Loop(657) = {480, 656, -630, -652}; +Ruled Surface(657) = {657}; +Line Loop(661) = {481, 660, -631, -656}; +Ruled Surface(661) = {661}; +Line Loop(665) = {482, 664, -632, -660}; +Ruled Surface(665) = {665}; +Line Loop(669) = {483, 668, -633, -664}; +Ruled Surface(669) = {669}; +Line Loop(673) = {484, 672, -634, -668}; +Ruled Surface(673) = {673}; +Line Loop(677) = {485, 676, -635, -672}; +Ruled Surface(677) = {677}; +Line Loop(681) = {486, 680, -636, -676}; +Ruled Surface(681) = {681}; +Line Loop(685) = {487, 639, -637, -680}; +Ruled Surface(685) = {685}; +Line Loop(686) = {626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637}; +Plane Surface(686) = {686}; +Line Loop(695) = {538, 694, -688, -672}; +Ruled Surface(695) = {695}; +Line Loop(699) = {539, 698, -689, -694}; +Ruled Surface(699) = {699}; +Line Loop(703) = {540, 668, -690, -698}; +Ruled Surface(703) = {703}; +Line Loop(708) = {688, 689, 690, 634}; +Plane Surface(708) = {708}; +Line Loop(721) = {561, 720, -711, -680}; +Ruled Surface(721) = {721}; +Line Loop(725) = {562, 724, -712, -720}; +Ruled Surface(725) = {725}; +Line Loop(729) = {563, 676, -713, -724}; +Ruled Surface(729) = {729}; +Line Loop(730) = {636, 711, 712, 713}; +Plane Surface(730) = {730}; +Line Loop(739) = {582, 738, -732, -668}; +Ruled Surface(739) = {739}; +Line Loop(743) = {583, 742, -733, -738}; +Ruled Surface(743) = {743}; +Line Loop(747) = {584, 664, -734, -742}; +Ruled Surface(747) = {747}; +Line Loop(752) = {732, 733, 734, 633}; +Plane Surface(752) = {752}; +Line Loop(765) = {605, 764, -755, -639}; +Ruled Surface(765) = {765}; +Line Loop(769) = {606, 768, -756, -764}; +Ruled Surface(769) = {769}; +Line Loop(773) = {607, 680, -757, -768}; +Ruled Surface(773) = {773}; +Line Loop(774) = {637, 755, 756, 757}; +Plane Surface(774) = {774}; +Line Loop(791) = {626, 790, -776, -789}; +Ruled Surface(791) = {791}; +Line Loop(795) = {627, 794, -777, -790}; +Ruled Surface(795) = {795}; +Line Loop(799) = {628, 798, -778, -794}; +Ruled Surface(799) = {799}; +Line Loop(803) = {629, 802, -779, -798}; +Ruled Surface(803) = {803}; +Line Loop(807) = {630, 806, -780, -802}; +Ruled Surface(807) = {807}; +Line Loop(811) = {631, 810, -781, -806}; +Ruled Surface(811) = {811}; +Line Loop(815) = {632, 814, -782, -810}; +Ruled Surface(815) = {815}; +Line Loop(819) = {633, 818, -783, -814}; +Ruled Surface(819) = {819}; +Line Loop(823) = {634, 822, -784, -818}; +Ruled Surface(823) = {823}; +Line Loop(827) = {635, 826, -785, -822}; +Ruled Surface(827) = {827}; +Line Loop(831) = {636, 830, -786, -826}; +Ruled Surface(831) = {831}; +Line Loop(835) = {637, 789, -787, -830}; +Ruled Surface(835) = {835}; +Line Loop(836) = {776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787}; +Plane Surface(836) = {836}; +Line Loop(845) = {688, 844, -838, -822}; +Ruled Surface(845) = {845}; +Line Loop(849) = {689, 848, -839, -844}; +Ruled Surface(849) = {849}; +Line Loop(853) = {690, 818, -840, -848}; +Ruled Surface(853) = {853}; +Line Loop(858) = {838, 839, 840, 784}; +Plane Surface(858) = {858}; +Line Loop(871) = {711, 870, -861, -830}; +Ruled Surface(871) = {871}; +Line Loop(875) = {712, 874, -862, -870}; +Ruled Surface(875) = {875}; +Line Loop(879) = {713, 826, -863, -874}; +Ruled Surface(879) = {879}; +Line Loop(880) = {786, 861, 862, 863}; +Plane Surface(880) = {880}; +Line Loop(889) = {732, 888, -882, -818}; +Ruled Surface(889) = {889}; +Line Loop(893) = {733, 892, -883, -888}; +Ruled Surface(893) = {893}; +Line Loop(897) = {734, 814, -884, -892}; +Ruled Surface(897) = {897}; +Line Loop(902) = {882, 883, 884, 783}; +Plane Surface(902) = {902}; +Line Loop(915) = {755, 914, -905, -789}; +Ruled Surface(915) = {915}; +Line Loop(919) = {756, 918, -906, -914}; +Ruled Surface(919) = {919}; +Line Loop(923) = {757, 830, -907, -918}; +Ruled Surface(923) = {923}; +Line Loop(924) = {787, 905, 906, 907}; +Plane Surface(924) = {924}; +Line Loop(941) = {776, 940, -926, -939}; +Ruled Surface(941) = {941}; +Line Loop(945) = {777, 944, -927, -940}; +Ruled Surface(945) = {945}; +Line Loop(949) = {778, 948, -928, -944}; +Ruled Surface(949) = {949}; +Line Loop(953) = {779, 952, -929, -948}; +Ruled Surface(953) = {953}; +Line Loop(957) = {780, 956, -930, -952}; +Ruled Surface(957) = {957}; +Line Loop(961) = {781, 960, -931, -956}; +Ruled Surface(961) = {961}; +Line Loop(965) = {782, 964, -932, -960}; +Ruled Surface(965) = {965}; +Line Loop(969) = {783, 968, -933, -964}; +Ruled Surface(969) = {969}; +Line Loop(973) = {784, 972, -934, -968}; +Ruled Surface(973) = {973}; +Line Loop(977) = {785, 976, -935, -972}; +Ruled Surface(977) = {977}; +Line Loop(981) = {786, 980, -936, -976}; +Ruled Surface(981) = {981}; +Line Loop(985) = {787, 939, -937, -980}; +Ruled Surface(985) = {985}; +Line Loop(986) = {926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937}; +Plane Surface(986) = {986}; +Line Loop(995) = {838, 994, -988, -972}; +Ruled Surface(995) = {995}; +Line Loop(999) = {839, 998, -989, -994}; +Ruled Surface(999) = {999}; +Line Loop(1003) = {840, 968, -990, -998}; +Ruled Surface(1003) = {1003}; +Line Loop(1008) = {988, 989, 990, 934}; +Plane Surface(1008) = {1008}; +Line Loop(1021) = {861, 1020, -1011, -980}; +Ruled Surface(1021) = {1021}; +Line Loop(1025) = {862, 1024, -1012, -1020}; +Ruled Surface(1025) = {1025}; +Line Loop(1029) = {863, 976, -1013, -1024}; +Ruled Surface(1029) = {1029}; +Line Loop(1030) = {936, 1011, 1012, 1013}; +Plane Surface(1030) = {1030}; +Line Loop(1039) = {882, 1038, -1032, -968}; +Ruled Surface(1039) = {1039}; +Line Loop(1043) = {883, 1042, -1033, -1038}; +Ruled Surface(1043) = {1043}; +Line Loop(1047) = {884, 964, -1034, -1042}; +Ruled Surface(1047) = {1047}; +Line Loop(1052) = {1032, 1033, 1034, 933}; +Plane Surface(1052) = {1052}; +Line Loop(1065) = {905, 1064, -1055, -939}; +Ruled Surface(1065) = {1065}; +Line Loop(1069) = {906, 1068, -1056, -1064}; +Ruled Surface(1069) = {1069}; +Line Loop(1073) = {907, 980, -1057, -1068}; +Ruled Surface(1073) = {1073}; +Line Loop(1074) = {937, 1055, 1056, 1057}; +Plane Surface(1074) = {1074}; +Line Loop(1091) = {926, 1090, -1076, -1089}; +Ruled Surface(1091) = {1091}; +Line Loop(1095) = {927, 1094, -1077, -1090}; +Ruled Surface(1095) = {1095}; +Line Loop(1099) = {928, 1098, -1078, -1094}; +Ruled Surface(1099) = {1099}; +Line Loop(1103) = {929, 1102, -1079, -1098}; +Ruled Surface(1103) = {1103}; +Line Loop(1107) = {930, 1106, -1080, -1102}; +Ruled Surface(1107) = {1107}; +Line Loop(1111) = {931, 1110, -1081, -1106}; +Ruled Surface(1111) = {1111}; +Line Loop(1115) = {932, 1114, -1082, -1110}; +Ruled Surface(1115) = {1115}; +Line Loop(1119) = {933, 1118, -1083, -1114}; +Ruled Surface(1119) = {1119}; +Line Loop(1123) = {934, 1122, -1084, -1118}; +Ruled Surface(1123) = {1123}; +Line Loop(1127) = {935, 1126, -1085, -1122}; +Ruled Surface(1127) = {1127}; +Line Loop(1131) = {936, 1130, -1086, -1126}; +Ruled Surface(1131) = {1131}; +Line Loop(1135) = {937, 1089, -1087, -1130}; +Ruled Surface(1135) = {1135}; +Line Loop(1136) = {1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087}; +Plane Surface(1136) = {1136}; +Line Loop(1145) = {988, 1144, -1138, -1122}; +Ruled Surface(1145) = {1145}; +Line Loop(1149) = {989, 1148, -1139, -1144}; +Ruled Surface(1149) = {1149}; +Line Loop(1153) = {990, 1118, -1140, -1148}; +Ruled Surface(1153) = {1153}; +Line Loop(1158) = {1138, 1139, 1140, 1084}; +Plane Surface(1158) = {1158}; +Line Loop(1171) = {1011, 1170, -1161, -1130}; +Ruled Surface(1171) = {1171}; +Line Loop(1175) = {1012, 1174, -1162, -1170}; +Ruled Surface(1175) = {1175}; +Line Loop(1179) = {1013, 1126, -1163, -1174}; +Ruled Surface(1179) = {1179}; +Line Loop(1180) = {1086, 1161, 1162, 1163}; +Plane Surface(1180) = {1180}; +Line Loop(1189) = {1032, 1188, -1182, -1118}; +Ruled Surface(1189) = {1189}; +Line Loop(1193) = {1033, 1192, -1183, -1188}; +Ruled Surface(1193) = {1193}; +Line Loop(1197) = {1034, 1114, -1184, -1192}; +Ruled Surface(1197) = {1197}; +Line Loop(1202) = {1182, 1183, 1184, 1083}; +Plane Surface(1202) = {1202}; +Line Loop(1215) = {1055, 1214, -1205, -1089}; +Ruled Surface(1215) = {1215}; +Line Loop(1219) = {1056, 1218, -1206, -1214}; +Ruled Surface(1219) = {1219}; +Line Loop(1223) = {1057, 1130, -1207, -1218}; +Ruled Surface(1223) = {1223}; +Line Loop(1224) = {1087, 1205, 1206, 1207}; +Plane Surface(1224) = {1224}; +Line Loop(1241) = {1076, 1240, -1226, -1239}; +Ruled Surface(1241) = {1241}; +Line Loop(1245) = {1077, 1244, -1227, -1240}; +Ruled Surface(1245) = {1245}; +Line Loop(1249) = {1078, 1248, -1228, -1244}; +Ruled Surface(1249) = {1249}; +Line Loop(1253) = {1079, 1252, -1229, -1248}; +Ruled Surface(1253) = {1253}; +Line Loop(1257) = {1080, 1256, -1230, -1252}; +Ruled Surface(1257) = {1257}; +Line Loop(1261) = {1081, 1260, -1231, -1256}; +Ruled Surface(1261) = {1261}; +Line Loop(1265) = {1082, 1264, -1232, -1260}; +Ruled Surface(1265) = {1265}; +Line Loop(1269) = {1083, 1268, -1233, -1264}; +Ruled Surface(1269) = {1269}; +Line Loop(1273) = {1084, 1272, -1234, -1268}; +Ruled Surface(1273) = {1273}; +Line Loop(1277) = {1085, 1276, -1235, -1272}; +Ruled Surface(1277) = {1277}; +Line Loop(1281) = {1086, 1280, -1236, -1276}; +Ruled Surface(1281) = {1281}; +Line Loop(1285) = {1087, 1239, -1237, -1280}; +Ruled Surface(1285) = {1285}; +Line Loop(1286) = {1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237}; +Plane Surface(1286) = {1286}; +Line Loop(1295) = {1138, 1294, -1288, -1272}; +Ruled Surface(1295) = {1295}; +Line Loop(1299) = {1139, 1298, -1289, -1294}; +Ruled Surface(1299) = {1299}; +Line Loop(1303) = {1140, 1268, -1290, -1298}; +Ruled Surface(1303) = {1303}; +Line Loop(1308) = {1288, 1289, 1290, 1234}; +Plane Surface(1308) = {1308}; +Line Loop(1321) = {1161, 1320, -1311, -1280}; +Ruled Surface(1321) = {1321}; +Line Loop(1325) = {1162, 1324, -1312, -1320}; +Ruled Surface(1325) = {1325}; +Line Loop(1329) = {1163, 1276, -1313, -1324}; +Ruled Surface(1329) = {1329}; +Line Loop(1330) = {1236, 1311, 1312, 1313}; +Plane Surface(1330) = {1330}; +Line Loop(1339) = {1182, 1338, -1332, -1268}; +Ruled Surface(1339) = {1339}; +Line Loop(1343) = {1183, 1342, -1333, -1338}; +Ruled Surface(1343) = {1343}; +Line Loop(1347) = {1184, 1264, -1334, -1342}; +Ruled Surface(1347) = {1347}; +Line Loop(1352) = {1332, 1333, 1334, 1233}; +Plane Surface(1352) = {1352}; +Line Loop(1365) = {1205, 1364, -1355, -1239}; +Ruled Surface(1365) = {1365}; +Line Loop(1369) = {1206, 1368, -1356, -1364}; +Ruled Surface(1369) = {1369}; +Line Loop(1373) = {1207, 1280, -1357, -1368}; +Ruled Surface(1373) = {1373}; +Line Loop(1374) = {1237, 1355, 1356, 1357}; +Plane Surface(1374) = {1374}; +Line Loop(1391) = {1226, 1390, -1376, -1389}; +Ruled Surface(1391) = {1391}; +Line Loop(1395) = {1227, 1394, -1377, -1390}; +Ruled Surface(1395) = {1395}; +Line Loop(1399) = {1228, 1398, -1378, -1394}; +Ruled Surface(1399) = {1399}; +Line Loop(1403) = {1229, 1402, -1379, -1398}; +Ruled Surface(1403) = {1403}; +Line Loop(1407) = {1230, 1406, -1380, -1402}; +Ruled Surface(1407) = {1407}; +Line Loop(1411) = {1231, 1410, -1381, -1406}; +Ruled Surface(1411) = {1411}; +Line Loop(1415) = {1232, 1414, -1382, -1410}; +Ruled Surface(1415) = {1415}; +Line Loop(1419) = {1233, 1418, -1383, -1414}; +Ruled Surface(1419) = {1419}; +Line Loop(1423) = {1234, 1422, -1384, -1418}; +Ruled Surface(1423) = {1423}; +Line Loop(1427) = {1235, 1426, -1385, -1422}; +Ruled Surface(1427) = {1427}; +Line Loop(1431) = {1236, 1430, -1386, -1426}; +Ruled Surface(1431) = {1431}; +Line Loop(1435) = {1237, 1389, -1387, -1430}; +Ruled Surface(1435) = {1435}; +Line Loop(1436) = {1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387}; +Plane Surface(1436) = {1436}; +Line Loop(1445) = {1288, 1444, -1438, -1422}; +Ruled Surface(1445) = {1445}; +Line Loop(1449) = {1289, 1448, -1439, -1444}; +Ruled Surface(1449) = {1449}; +Line Loop(1453) = {1290, 1418, -1440, -1448}; +Ruled Surface(1453) = {1453}; +Line Loop(1458) = {1438, 1439, 1440, 1384}; +Plane Surface(1458) = {1458}; +Line Loop(1471) = {1311, 1470, -1461, -1430}; +Ruled Surface(1471) = {1471}; +Line Loop(1475) = {1312, 1474, -1462, -1470}; +Ruled Surface(1475) = {1475}; +Line Loop(1479) = {1313, 1426, -1463, -1474}; +Ruled Surface(1479) = {1479}; +Line Loop(1480) = {1386, 1461, 1462, 1463}; +Plane Surface(1480) = {1480}; +Line Loop(1489) = {1332, 1488, -1482, -1418}; +Ruled Surface(1489) = {1489}; +Line Loop(1493) = {1333, 1492, -1483, -1488}; +Ruled Surface(1493) = {1493}; +Line Loop(1497) = {1334, 1414, -1484, -1492}; +Ruled Surface(1497) = {1497}; +Line Loop(1502) = {1482, 1483, 1484, 1383}; +Plane Surface(1502) = {1502}; +Line Loop(1515) = {1355, 1514, -1505, -1389}; +Ruled Surface(1515) = {1515}; +Line Loop(1519) = {1356, 1518, -1506, -1514}; +Ruled Surface(1519) = {1519}; +Line Loop(1523) = {1357, 1430, -1507, -1518}; +Ruled Surface(1523) = {1523}; +Line Loop(1524) = {1387, 1505, 1506, 1507}; +Plane Surface(1524) = {1524}; +Line Loop(1541) = {1376, 1540, -1526, -1539}; +Ruled Surface(1541) = {1541}; +Line Loop(1545) = {1377, 1544, -1527, -1540}; +Ruled Surface(1545) = {1545}; +Line Loop(1549) = {1378, 1548, -1528, -1544}; +Ruled Surface(1549) = {1549}; +Line Loop(1553) = {1379, 1552, -1529, -1548}; +Ruled Surface(1553) = {1553}; +Line Loop(1557) = {1380, 1556, -1530, -1552}; +Ruled Surface(1557) = {1557}; +Line Loop(1561) = {1381, 1560, -1531, -1556}; +Ruled Surface(1561) = {1561}; +Line Loop(1565) = {1382, 1564, -1532, -1560}; +Ruled Surface(1565) = {1565}; +Line Loop(1569) = {1383, 1568, -1533, -1564}; +Ruled Surface(1569) = {1569}; +Line Loop(1573) = {1384, 1572, -1534, -1568}; +Ruled Surface(1573) = {1573}; +Line Loop(1577) = {1385, 1576, -1535, -1572}; +Ruled Surface(1577) = {1577}; +Line Loop(1581) = {1386, 1580, -1536, -1576}; +Ruled Surface(1581) = {1581}; +Line Loop(1585) = {1387, 1539, -1537, -1580}; +Ruled Surface(1585) = {1585}; +Line Loop(1586) = {1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537}; +Plane Surface(1586) = {1586}; +Line Loop(1595) = {1438, 1594, -1588, -1572}; +Ruled Surface(1595) = {1595}; +Line Loop(1599) = {1439, 1598, -1589, -1594}; +Ruled Surface(1599) = {1599}; +Line Loop(1603) = {1440, 1568, -1590, -1598}; +Ruled Surface(1603) = {1603}; +Line Loop(1608) = {1588, 1589, 1590, 1534}; +Plane Surface(1608) = {1608}; +Line Loop(1621) = {1461, 1620, -1611, -1580}; +Ruled Surface(1621) = {1621}; +Line Loop(1625) = {1462, 1624, -1612, -1620}; +Ruled Surface(1625) = {1625}; +Line Loop(1629) = {1463, 1576, -1613, -1624}; +Ruled Surface(1629) = {1629}; +Line Loop(1630) = {1536, 1611, 1612, 1613}; +Plane Surface(1630) = {1630}; +Line Loop(1639) = {1482, 1638, -1632, -1568}; +Ruled Surface(1639) = {1639}; +Line Loop(1643) = {1483, 1642, -1633, -1638}; +Ruled Surface(1643) = {1643}; +Line Loop(1647) = {1484, 1564, -1634, -1642}; +Ruled Surface(1647) = {1647}; +Line Loop(1652) = {1632, 1633, 1634, 1533}; +Plane Surface(1652) = {1652}; +Line Loop(1665) = {1505, 1664, -1655, -1539}; +Ruled Surface(1665) = {1665}; +Line Loop(1669) = {1506, 1668, -1656, -1664}; +Ruled Surface(1669) = {1669}; +Line Loop(1673) = {1507, 1580, -1657, -1668}; +Ruled Surface(1673) = {1673}; +Line Loop(1674) = {1537, 1655, 1656, 1657}; +Plane Surface(1674) = {1674}; +Line Loop(1691) = {1526, 1690, -1676, -1689}; +Ruled Surface(1691) = {1691}; +Line Loop(1695) = {1527, 1694, -1677, -1690}; +Ruled Surface(1695) = {1695}; +Line Loop(1699) = {1528, 1698, -1678, -1694}; +Ruled Surface(1699) = {1699}; +Line Loop(1703) = {1529, 1702, -1679, -1698}; +Ruled Surface(1703) = {1703}; +Line Loop(1707) = {1530, 1706, -1680, -1702}; +Ruled Surface(1707) = {1707}; +Line Loop(1711) = {1531, 1710, -1681, -1706}; +Ruled Surface(1711) = {1711}; +Line Loop(1715) = {1532, 1714, -1682, -1710}; +Ruled Surface(1715) = {1715}; +Line Loop(1719) = {1533, 1718, -1683, -1714}; +Ruled Surface(1719) = {1719}; +Line Loop(1723) = {1534, 1722, -1684, -1718}; +Ruled Surface(1723) = {1723}; +Line Loop(1727) = {1535, 1726, -1685, -1722}; +Ruled Surface(1727) = {1727}; +Line Loop(1731) = {1536, 1730, -1686, -1726}; +Ruled Surface(1731) = {1731}; +Line Loop(1735) = {1537, 1689, -1687, -1730}; +Ruled Surface(1735) = {1735}; +Line Loop(1736) = {1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687}; +Plane Surface(1736) = {1736}; +Line Loop(1745) = {1588, 1744, -1738, -1722}; +Ruled Surface(1745) = {1745}; +Line Loop(1749) = {1589, 1748, -1739, -1744}; +Ruled Surface(1749) = {1749}; +Line Loop(1753) = {1590, 1718, -1740, -1748}; +Ruled Surface(1753) = {1753}; +Line Loop(1758) = {1738, 1739, 1740, 1684}; +Plane Surface(1758) = {1758}; +Line Loop(1771) = {1611, 1770, -1761, -1730}; +Ruled Surface(1771) = {1771}; +Line Loop(1775) = {1612, 1774, -1762, -1770}; +Ruled Surface(1775) = {1775}; +Line Loop(1779) = {1613, 1726, -1763, -1774}; +Ruled Surface(1779) = {1779}; +Line Loop(1780) = {1686, 1761, 1762, 1763}; +Plane Surface(1780) = {1780}; +Line Loop(1789) = {1632, 1788, -1782, -1718}; +Ruled Surface(1789) = {1789}; +Line Loop(1793) = {1633, 1792, -1783, -1788}; +Ruled Surface(1793) = {1793}; +Line Loop(1797) = {1634, 1714, -1784, -1792}; +Ruled Surface(1797) = {1797}; +Line Loop(1802) = {1782, 1783, 1784, 1683}; +Plane Surface(1802) = {1802}; +Line Loop(1815) = {1655, 1814, -1805, -1689}; +Ruled Surface(1815) = {1815}; +Line Loop(1819) = {1656, 1818, -1806, -1814}; +Ruled Surface(1819) = {1819}; +Line Loop(1823) = {1657, 1730, -1807, -1818}; +Ruled Surface(1823) = {1823}; +Line Loop(1824) = {1687, 1805, 1806, 1807}; +Plane Surface(1824) = {1824}; +Line Loop(1841) = {1676, 1840, -1826, -1839}; +Ruled Surface(1841) = {1841}; +Line Loop(1845) = {1677, 1844, -1827, -1840}; +Ruled Surface(1845) = {1845}; +Line Loop(1849) = {1678, 1848, -1828, -1844}; +Ruled Surface(1849) = {1849}; +Line Loop(1853) = {1679, 1852, -1829, -1848}; +Ruled Surface(1853) = {1853}; +Line Loop(1857) = {1680, 1856, -1830, -1852}; +Ruled Surface(1857) = {1857}; +Line Loop(1861) = {1681, 1860, -1831, -1856}; +Ruled Surface(1861) = {1861}; +Line Loop(1865) = {1682, 1864, -1832, -1860}; +Ruled Surface(1865) = {1865}; +Line Loop(1869) = {1683, 1868, -1833, -1864}; +Ruled Surface(1869) = {1869}; +Line Loop(1873) = {1684, 1872, -1834, -1868}; +Ruled Surface(1873) = {1873}; +Line Loop(1877) = {1685, 1876, -1835, -1872}; +Ruled Surface(1877) = {1877}; +Line Loop(1881) = {1686, 1880, -1836, -1876}; +Ruled Surface(1881) = {1881}; +Line Loop(1885) = {1687, 1839, -1837, -1880}; +Ruled Surface(1885) = {1885}; +Line Loop(1886) = {1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837}; +Plane Surface(1886) = {1886}; +Line Loop(1895) = {1738, 1894, -1888, -1872}; +Ruled Surface(1895) = {1895}; +Line Loop(1899) = {1739, 1898, -1889, -1894}; +Ruled Surface(1899) = {1899}; +Line Loop(1903) = {1740, 1868, -1890, -1898}; +Ruled Surface(1903) = {1903}; +Line Loop(1908) = {1888, 1889, 1890, 1834}; +Plane Surface(1908) = {1908}; +Line Loop(1921) = {1761, 1920, -1911, -1880}; +Ruled Surface(1921) = {1921}; +Line Loop(1925) = {1762, 1924, -1912, -1920}; +Ruled Surface(1925) = {1925}; +Line Loop(1929) = {1763, 1876, -1913, -1924}; +Ruled Surface(1929) = {1929}; +Line Loop(1930) = {1836, 1911, 1912, 1913}; +Plane Surface(1930) = {1930}; +Line Loop(1939) = {1782, 1938, -1932, -1868}; +Ruled Surface(1939) = {1939}; +Line Loop(1943) = {1783, 1942, -1933, -1938}; +Ruled Surface(1943) = {1943}; +Line Loop(1947) = {1784, 1864, -1934, -1942}; +Ruled Surface(1947) = {1947}; +Line Loop(1952) = {1932, 1933, 1934, 1833}; +Plane Surface(1952) = {1952}; +Line Loop(1965) = {1805, 1964, -1955, -1839}; +Ruled Surface(1965) = {1965}; +Line Loop(1969) = {1806, 1968, -1956, -1964}; +Ruled Surface(1969) = {1969}; +Line Loop(1973) = {1807, 1880, -1957, -1968}; +Ruled Surface(1973) = {1973}; +Line Loop(1974) = {1837, 1955, 1956, 1957}; +Plane Surface(1974) = {1974}; +Line Loop(1991) = {1826, 1990, -1976, -1989}; +Ruled Surface(1991) = {1991}; +Line Loop(1995) = {1827, 1994, -1977, -1990}; +Ruled Surface(1995) = {1995}; +Line Loop(1999) = {1828, 1998, -1978, -1994}; +Ruled Surface(1999) = {1999}; +Line Loop(2003) = {1829, 2002, -1979, -1998}; +Ruled Surface(2003) = {2003}; +Line Loop(2007) = {1830, 2006, -1980, -2002}; +Ruled Surface(2007) = {2007}; +Line Loop(2011) = {1831, 2010, -1981, -2006}; +Ruled Surface(2011) = {2011}; +Line Loop(2015) = {1832, 2014, -1982, -2010}; +Ruled Surface(2015) = {2015}; +Line Loop(2019) = {1833, 2018, -1983, -2014}; +Ruled Surface(2019) = {2019}; +Line Loop(2023) = {1834, 2022, -1984, -2018}; +Ruled Surface(2023) = {2023}; +Line Loop(2027) = {1835, 2026, -1985, -2022}; +Ruled Surface(2027) = {2027}; +Line Loop(2031) = {1836, 2030, -1986, -2026}; +Ruled Surface(2031) = {2031}; +Line Loop(2035) = {1837, 1989, -1987, -2030}; +Ruled Surface(2035) = {2035}; +Line Loop(2036) = {1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987}; +Plane Surface(2036) = {2036}; +Line Loop(2045) = {1888, 2044, -2038, -2022}; +Ruled Surface(2045) = {2045}; +Line Loop(2049) = {1889, 2048, -2039, -2044}; +Ruled Surface(2049) = {2049}; +Line Loop(2053) = {1890, 2018, -2040, -2048}; +Ruled Surface(2053) = {2053}; +Line Loop(2058) = {2038, 2039, 2040, 1984}; +Plane Surface(2058) = {2058}; +Line Loop(2071) = {1911, 2070, -2061, -2030}; +Ruled Surface(2071) = {2071}; +Line Loop(2075) = {1912, 2074, -2062, -2070}; +Ruled Surface(2075) = {2075}; +Line Loop(2079) = {1913, 2026, -2063, -2074}; +Ruled Surface(2079) = {2079}; +Line Loop(2080) = {1986, 2061, 2062, 2063}; +Plane Surface(2080) = {2080}; +Line Loop(2089) = {1932, 2088, -2082, -2018}; +Ruled Surface(2089) = {2089}; +Line Loop(2093) = {1933, 2092, -2083, -2088}; +Ruled Surface(2093) = {2093}; +Line Loop(2097) = {1934, 2014, -2084, -2092}; +Ruled Surface(2097) = {2097}; +Line Loop(2102) = {2082, 2083, 2084, 1983}; +Plane Surface(2102) = {2102}; +Line Loop(2115) = {1955, 2114, -2105, -1989}; +Ruled Surface(2115) = {2115}; +Line Loop(2119) = {1956, 2118, -2106, -2114}; +Ruled Surface(2119) = {2119}; +Line Loop(2123) = {1957, 2030, -2107, -2118}; +Ruled Surface(2123) = {2123}; +Line Loop(2124) = {1987, 2105, 2106, 2107}; +Plane Surface(2124) = {2124}; +Line Loop(2141) = {1976, 2140, -2126, -2139}; +Ruled Surface(2141) = {2141}; +Line Loop(2145) = {1977, 2144, -2127, -2140}; +Ruled Surface(2145) = {2145}; +Line Loop(2149) = {1978, 2148, -2128, -2144}; +Ruled Surface(2149) = {2149}; +Line Loop(2153) = {1979, 2152, -2129, -2148}; +Ruled Surface(2153) = {2153}; +Line Loop(2157) = {1980, 2156, -2130, -2152}; +Ruled Surface(2157) = {2157}; +Line Loop(2161) = {1981, 2160, -2131, -2156}; +Ruled Surface(2161) = {2161}; +Line Loop(2165) = {1982, 2164, -2132, -2160}; +Ruled Surface(2165) = {2165}; +Line Loop(2169) = {1983, 2168, -2133, -2164}; +Ruled Surface(2169) = {2169}; +Line Loop(2173) = {1984, 2172, -2134, -2168}; +Ruled Surface(2173) = {2173}; +Line Loop(2177) = {1985, 2176, -2135, -2172}; +Ruled Surface(2177) = {2177}; +Line Loop(2181) = {1986, 2180, -2136, -2176}; +Ruled Surface(2181) = {2181}; +Line Loop(2185) = {1987, 2139, -2137, -2180}; +Ruled Surface(2185) = {2185}; +Line Loop(2186) = {2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137}; +Plane Surface(2186) = {2186}; +Line Loop(2195) = {2038, 2194, -2188, -2172}; +Ruled Surface(2195) = {2195}; +Line Loop(2199) = {2039, 2198, -2189, -2194}; +Ruled Surface(2199) = {2199}; +Line Loop(2203) = {2040, 2168, -2190, -2198}; +Ruled Surface(2203) = {2203}; +Line Loop(2208) = {2188, 2189, 2190, 2134}; +Plane Surface(2208) = {2208}; +Line Loop(2221) = {2061, 2220, -2211, -2180}; +Ruled Surface(2221) = {2221}; +Line Loop(2225) = {2062, 2224, -2212, -2220}; +Ruled Surface(2225) = {2225}; +Line Loop(2229) = {2063, 2176, -2213, -2224}; +Ruled Surface(2229) = {2229}; +Line Loop(2230) = {2136, 2211, 2212, 2213}; +Plane Surface(2230) = {2230}; +Line Loop(2239) = {2082, 2238, -2232, -2168}; +Ruled Surface(2239) = {2239}; +Line Loop(2243) = {2083, 2242, -2233, -2238}; +Ruled Surface(2243) = {2243}; +Line Loop(2247) = {2084, 2164, -2234, -2242}; +Ruled Surface(2247) = {2247}; +Line Loop(2252) = {2232, 2233, 2234, 2133}; +Plane Surface(2252) = {2252}; +Line Loop(2265) = {2105, 2264, -2255, -2139}; +Ruled Surface(2265) = {2265}; +Line Loop(2269) = {2106, 2268, -2256, -2264}; +Ruled Surface(2269) = {2269}; +Line Loop(2273) = {2107, 2180, -2257, -2268}; +Ruled Surface(2273) = {2273}; +Line Loop(2274) = {2137, 2255, 2256, 2257}; +Plane Surface(2274) = {2274}; +Line Loop(2291) = {2126, 2290, -2276, -2289}; +Ruled Surface(2291) = {2291}; +Line Loop(2295) = {2127, 2294, -2277, -2290}; +Ruled Surface(2295) = {2295}; +Line Loop(2299) = {2128, 2298, -2278, -2294}; +Ruled Surface(2299) = {2299}; +Line Loop(2303) = {2129, 2302, -2279, -2298}; +Ruled Surface(2303) = {2303}; +Line Loop(2307) = {2130, 2306, -2280, -2302}; +Ruled Surface(2307) = {2307}; +Line Loop(2311) = {2131, 2310, -2281, -2306}; +Ruled Surface(2311) = {2311}; +Line Loop(2315) = {2132, 2314, -2282, -2310}; +Ruled Surface(2315) = {2315}; +Line Loop(2319) = {2133, 2318, -2283, -2314}; +Ruled Surface(2319) = {2319}; +Line Loop(2323) = {2134, 2322, -2284, -2318}; +Ruled Surface(2323) = {2323}; +Line Loop(2327) = {2135, 2326, -2285, -2322}; +Ruled Surface(2327) = {2327}; +Line Loop(2331) = {2136, 2330, -2286, -2326}; +Ruled Surface(2331) = {2331}; +Line Loop(2335) = {2137, 2289, -2287, -2330}; +Ruled Surface(2335) = {2335}; +Line Loop(2336) = {2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287}; +Plane Surface(2336) = {2336}; +Line Loop(2345) = {2188, 2344, -2338, -2322}; +Ruled Surface(2345) = {2345}; +Line Loop(2349) = {2189, 2348, -2339, -2344}; +Ruled Surface(2349) = {2349}; +Line Loop(2353) = {2190, 2318, -2340, -2348}; +Ruled Surface(2353) = {2353}; +Line Loop(2358) = {2338, 2339, 2340, 2284}; +Plane Surface(2358) = {2358}; +Line Loop(2371) = {2211, 2370, -2361, -2330}; +Ruled Surface(2371) = {2371}; +Line Loop(2375) = {2212, 2374, -2362, -2370}; +Ruled Surface(2375) = {2375}; +Line Loop(2379) = {2213, 2326, -2363, -2374}; +Ruled Surface(2379) = {2379}; +Line Loop(2380) = {2286, 2361, 2362, 2363}; +Plane Surface(2380) = {2380}; +Line Loop(2389) = {2232, 2388, -2382, -2318}; +Ruled Surface(2389) = {2389}; +Line Loop(2393) = {2233, 2392, -2383, -2388}; +Ruled Surface(2393) = {2393}; +Line Loop(2397) = {2234, 2314, -2384, -2392}; +Ruled Surface(2397) = {2397}; +Line Loop(2402) = {2382, 2383, 2384, 2283}; +Plane Surface(2402) = {2402}; +Line Loop(2415) = {2255, 2414, -2405, -2289}; +Ruled Surface(2415) = {2415}; +Line Loop(2419) = {2256, 2418, -2406, -2414}; +Ruled Surface(2419) = {2419}; +Line Loop(2423) = {2257, 2330, -2407, -2418}; +Ruled Surface(2423) = {2423}; +Line Loop(2424) = {2287, 2405, 2406, 2407}; +Plane Surface(2424) = {2424}; +Line Loop(2441) = {2276, 2440, -2426, -2439}; +Ruled Surface(2441) = {2441}; +Line Loop(2445) = {2277, 2444, -2427, -2440}; +Ruled Surface(2445) = {2445}; +Line Loop(2449) = {2278, 2448, -2428, -2444}; +Ruled Surface(2449) = {2449}; +Line Loop(2453) = {2279, 2452, -2429, -2448}; +Ruled Surface(2453) = {2453}; +Line Loop(2457) = {2280, 2456, -2430, -2452}; +Ruled Surface(2457) = {2457}; +Line Loop(2461) = {2281, 2460, -2431, -2456}; +Ruled Surface(2461) = {2461}; +Line Loop(2465) = {2282, 2464, -2432, -2460}; +Ruled Surface(2465) = {2465}; +Line Loop(2469) = {2283, 2468, -2433, -2464}; +Ruled Surface(2469) = {2469}; +Line Loop(2473) = {2284, 2472, -2434, -2468}; +Ruled Surface(2473) = {2473}; +Line Loop(2477) = {2285, 2476, -2435, -2472}; +Ruled Surface(2477) = {2477}; +Line Loop(2481) = {2286, 2480, -2436, -2476}; +Ruled Surface(2481) = {2481}; +Line Loop(2485) = {2287, 2439, -2437, -2480}; +Ruled Surface(2485) = {2485}; +Line Loop(2486) = {2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437}; +Plane Surface(2486) = {2486}; +Line Loop(2495) = {2338, 2494, -2488, -2472}; +Ruled Surface(2495) = {2495}; +Line Loop(2499) = {2339, 2498, -2489, -2494}; +Ruled Surface(2499) = {2499}; +Line Loop(2503) = {2340, 2468, -2490, -2498}; +Ruled Surface(2503) = {2503}; +Line Loop(2508) = {2488, 2489, 2490, 2434}; +Plane Surface(2508) = {2508}; +Line Loop(2521) = {2361, 2520, -2511, -2480}; +Ruled Surface(2521) = {2521}; +Line Loop(2525) = {2362, 2524, -2512, -2520}; +Ruled Surface(2525) = {2525}; +Line Loop(2529) = {2363, 2476, -2513, -2524}; +Ruled Surface(2529) = {2529}; +Line Loop(2530) = {2436, 2511, 2512, 2513}; +Plane Surface(2530) = {2530}; +Line Loop(2539) = {2382, 2538, -2532, -2468}; +Ruled Surface(2539) = {2539}; +Line Loop(2543) = {2383, 2542, -2533, -2538}; +Ruled Surface(2543) = {2543}; +Line Loop(2547) = {2384, 2464, -2534, -2542}; +Ruled Surface(2547) = {2547}; +Line Loop(2552) = {2532, 2533, 2534, 2433}; +Plane Surface(2552) = {2552}; +Line Loop(2565) = {2405, 2564, -2555, -2439}; +Ruled Surface(2565) = {2565}; +Line Loop(2569) = {2406, 2568, -2556, -2564}; +Ruled Surface(2569) = {2569}; +Line Loop(2573) = {2407, 2480, -2557, -2568}; +Ruled Surface(2573) = {2573}; +Line Loop(2574) = {2437, 2555, 2556, 2557}; +Plane Surface(2574) = {2574}; +Line Loop(2591) = {2426, 2590, -2576, -2589}; +Ruled Surface(2591) = {2591}; +Line Loop(2595) = {2427, 2594, -2577, -2590}; +Ruled Surface(2595) = {2595}; +Line Loop(2599) = {2428, 2598, -2578, -2594}; +Ruled Surface(2599) = {2599}; +Line Loop(2603) = {2429, 2602, -2579, -2598}; +Ruled Surface(2603) = {2603}; +Line Loop(2607) = {2430, 2606, -2580, -2602}; +Ruled Surface(2607) = {2607}; +Line Loop(2611) = {2431, 2610, -2581, -2606}; +Ruled Surface(2611) = {2611}; +Line Loop(2615) = {2432, 2614, -2582, -2610}; +Ruled Surface(2615) = {2615}; +Line Loop(2619) = {2433, 2618, -2583, -2614}; +Ruled Surface(2619) = {2619}; +Line Loop(2623) = {2434, 2622, -2584, -2618}; +Ruled Surface(2623) = {2623}; +Line Loop(2627) = {2435, 2626, -2585, -2622}; +Ruled Surface(2627) = {2627}; +Line Loop(2631) = {2436, 2630, -2586, -2626}; +Ruled Surface(2631) = {2631}; +Line Loop(2635) = {2437, 2589, -2587, -2630}; +Ruled Surface(2635) = {2635}; +Line Loop(2636) = {2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587}; +Plane Surface(2636) = {2636}; +Line Loop(2645) = {2488, 2644, -2638, -2622}; +Ruled Surface(2645) = {2645}; +Line Loop(2649) = {2489, 2648, -2639, -2644}; +Ruled Surface(2649) = {2649}; +Line Loop(2653) = {2490, 2618, -2640, -2648}; +Ruled Surface(2653) = {2653}; +Line Loop(2658) = {2638, 2639, 2640, 2584}; +Plane Surface(2658) = {2658}; +Line Loop(2671) = {2511, 2670, -2661, -2630}; +Ruled Surface(2671) = {2671}; +Line Loop(2675) = {2512, 2674, -2662, -2670}; +Ruled Surface(2675) = {2675}; +Line Loop(2679) = {2513, 2626, -2663, -2674}; +Ruled Surface(2679) = {2679}; +Line Loop(2680) = {2586, 2661, 2662, 2663}; +Plane Surface(2680) = {2680}; +Line Loop(2689) = {2532, 2688, -2682, -2618}; +Ruled Surface(2689) = {2689}; +Line Loop(2693) = {2533, 2692, -2683, -2688}; +Ruled Surface(2693) = {2693}; +Line Loop(2697) = {2534, 2614, -2684, -2692}; +Ruled Surface(2697) = {2697}; +Line Loop(2702) = {2682, 2683, 2684, 2583}; +Plane Surface(2702) = {2702}; +Line Loop(2715) = {2555, 2714, -2705, -2589}; +Ruled Surface(2715) = {2715}; +Line Loop(2719) = {2556, 2718, -2706, -2714}; +Ruled Surface(2719) = {2719}; +Line Loop(2723) = {2557, 2630, -2707, -2718}; +Ruled Surface(2723) = {2723}; +Line Loop(2724) = {2587, 2705, 2706, 2707}; +Plane Surface(2724) = {2724}; +Line Loop(2741) = {2576, 2740, -2726, -2739}; +Ruled Surface(2741) = {2741}; +Line Loop(2745) = {2577, 2744, -2727, -2740}; +Ruled Surface(2745) = {2745}; +Line Loop(2749) = {2578, 2748, -2728, -2744}; +Ruled Surface(2749) = {2749}; +Line Loop(2753) = {2579, 2752, -2729, -2748}; +Ruled Surface(2753) = {2753}; +Line Loop(2757) = {2580, 2756, -2730, -2752}; +Ruled Surface(2757) = {2757}; +Line Loop(2761) = {2581, 2760, -2731, -2756}; +Ruled Surface(2761) = {2761}; +Line Loop(2765) = {2582, 2764, -2732, -2760}; +Ruled Surface(2765) = {2765}; +Line Loop(2769) = {2583, 2768, -2733, -2764}; +Ruled Surface(2769) = {2769}; +Line Loop(2773) = {2584, 2772, -2734, -2768}; +Ruled Surface(2773) = {2773}; +Line Loop(2777) = {2585, 2776, -2735, -2772}; +Ruled Surface(2777) = {2777}; +Line Loop(2781) = {2586, 2780, -2736, -2776}; +Ruled Surface(2781) = {2781}; +Line Loop(2785) = {2587, 2739, -2737, -2780}; +Ruled Surface(2785) = {2785}; +Line Loop(2786) = {2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737}; +Plane Surface(2786) = {2786}; +Line Loop(2795) = {2638, 2794, -2788, -2772}; +Ruled Surface(2795) = {2795}; +Line Loop(2799) = {2639, 2798, -2789, -2794}; +Ruled Surface(2799) = {2799}; +Line Loop(2803) = {2640, 2768, -2790, -2798}; +Ruled Surface(2803) = {2803}; +Line Loop(2808) = {2788, 2789, 2790, 2734}; +Plane Surface(2808) = {2808}; +Line Loop(2821) = {2661, 2820, -2811, -2780}; +Ruled Surface(2821) = {2821}; +Line Loop(2825) = {2662, 2824, -2812, -2820}; +Ruled Surface(2825) = {2825}; +Line Loop(2829) = {2663, 2776, -2813, -2824}; +Ruled Surface(2829) = {2829}; +Line Loop(2830) = {2736, 2811, 2812, 2813}; +Plane Surface(2830) = {2830}; +Line Loop(2839) = {2682, 2838, -2832, -2768}; +Ruled Surface(2839) = {2839}; +Line Loop(2843) = {2683, 2842, -2833, -2838}; +Ruled Surface(2843) = {2843}; +Line Loop(2847) = {2684, 2764, -2834, -2842}; +Ruled Surface(2847) = {2847}; +Line Loop(2852) = {2832, 2833, 2834, 2733}; +Plane Surface(2852) = {2852}; +Line Loop(2865) = {2705, 2864, -2855, -2739}; +Ruled Surface(2865) = {2865}; +Line Loop(2869) = {2706, 2868, -2856, -2864}; +Ruled Surface(2869) = {2869}; +Line Loop(2873) = {2707, 2780, -2857, -2868}; +Ruled Surface(2873) = {2873}; +Line Loop(2874) = {2737, 2855, 2856, 2857}; +Plane Surface(2874) = {2874}; +Line Loop(2891) = {2726, 2890, -2876, -2889}; +Ruled Surface(2891) = {2891}; +Line Loop(2895) = {2727, 2894, -2877, -2890}; +Ruled Surface(2895) = {2895}; +Line Loop(2899) = {2728, 2898, -2878, -2894}; +Ruled Surface(2899) = {2899}; +Line Loop(2903) = {2729, 2902, -2879, -2898}; +Ruled Surface(2903) = {2903}; +Line Loop(2907) = {2730, 2906, -2880, -2902}; +Ruled Surface(2907) = {2907}; +Line Loop(2911) = {2731, 2910, -2881, -2906}; +Ruled Surface(2911) = {2911}; +Line Loop(2915) = {2732, 2914, -2882, -2910}; +Ruled Surface(2915) = {2915}; +Line Loop(2919) = {2733, 2918, -2883, -2914}; +Ruled Surface(2919) = {2919}; +Line Loop(2923) = {2734, 2922, -2884, -2918}; +Ruled Surface(2923) = {2923}; +Line Loop(2927) = {2735, 2926, -2885, -2922}; +Ruled Surface(2927) = {2927}; +Line Loop(2931) = {2736, 2930, -2886, -2926}; +Ruled Surface(2931) = {2931}; +Line Loop(2935) = {2737, 2889, -2887, -2930}; +Ruled Surface(2935) = {2935}; +Line Loop(2936) = {2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887}; +Plane Surface(2936) = {2936}; +Line Loop(2945) = {2788, 2944, -2938, -2922}; +Ruled Surface(2945) = {2945}; +Line Loop(2949) = {2789, 2948, -2939, -2944}; +Ruled Surface(2949) = {2949}; +Line Loop(2953) = {2790, 2918, -2940, -2948}; +Ruled Surface(2953) = {2953}; +Line Loop(2958) = {2938, 2939, 2940, 2884}; +Plane Surface(2958) = {2958}; +Line Loop(2971) = {2811, 2970, -2961, -2930}; +Ruled Surface(2971) = {2971}; +Line Loop(2975) = {2812, 2974, -2962, -2970}; +Ruled Surface(2975) = {2975}; +Line Loop(2979) = {2813, 2926, -2963, -2974}; +Ruled Surface(2979) = {2979}; +Line Loop(2980) = {2886, 2961, 2962, 2963}; +Plane Surface(2980) = {2980}; +Line Loop(2989) = {2832, 2988, -2982, -2918}; +Ruled Surface(2989) = {2989}; +Line Loop(2993) = {2833, 2992, -2983, -2988}; +Ruled Surface(2993) = {2993}; +Line Loop(2997) = {2834, 2914, -2984, -2992}; +Ruled Surface(2997) = {2997}; +Line Loop(3002) = {2982, 2983, 2984, 2883}; +Plane Surface(3002) = {3002}; +Line Loop(3015) = {2855, 3014, -3005, -2889}; +Ruled Surface(3015) = {3015}; +Line Loop(3019) = {2856, 3018, -3006, -3014}; +Ruled Surface(3019) = {3019}; +Line Loop(3023) = {2857, 2930, -3007, -3018}; +Ruled Surface(3023) = {3023}; +Line Loop(3024) = {2887, 3005, 3006, 3007}; +Plane Surface(3024) = {3024}; +Line Loop(3041) = {2876, 3040, -3026, -3039}; +Ruled Surface(3041) = {3041}; +Line Loop(3045) = {2877, 3044, -3027, -3040}; +Ruled Surface(3045) = {3045}; +Line Loop(3049) = {2878, 3048, -3028, -3044}; +Ruled Surface(3049) = {3049}; +Line Loop(3053) = {2879, 3052, -3029, -3048}; +Ruled Surface(3053) = {3053}; +Line Loop(3057) = {2880, 3056, -3030, -3052}; +Ruled Surface(3057) = {3057}; +Line Loop(3061) = {2881, 3060, -3031, -3056}; +Ruled Surface(3061) = {3061}; +Line Loop(3065) = {2882, 3064, -3032, -3060}; +Ruled Surface(3065) = {3065}; +Line Loop(3069) = {2883, 3068, -3033, -3064}; +Ruled Surface(3069) = {3069}; +Line Loop(3073) = {2884, 3072, -3034, -3068}; +Ruled Surface(3073) = {3073}; +Line Loop(3077) = {2885, 3076, -3035, -3072}; +Ruled Surface(3077) = {3077}; +Line Loop(3081) = {2886, 3080, -3036, -3076}; +Ruled Surface(3081) = {3081}; +Line Loop(3085) = {2887, 3039, -3037, -3080}; +Ruled Surface(3085) = {3085}; +Line Loop(3086) = {3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037}; +Plane Surface(3086) = {3086}; +Line Loop(3095) = {2938, 3094, -3088, -3072}; +Ruled Surface(3095) = {3095}; +Line Loop(3099) = {2939, 3098, -3089, -3094}; +Ruled Surface(3099) = {3099}; +Line Loop(3103) = {2940, 3068, -3090, -3098}; +Ruled Surface(3103) = {3103}; +Line Loop(3108) = {3088, 3089, 3090, 3034}; +Plane Surface(3108) = {3108}; +Line Loop(3121) = {2961, 3120, -3111, -3080}; +Ruled Surface(3121) = {3121}; +Line Loop(3125) = {2962, 3124, -3112, -3120}; +Ruled Surface(3125) = {3125}; +Line Loop(3129) = {2963, 3076, -3113, -3124}; +Ruled Surface(3129) = {3129}; +Line Loop(3130) = {3036, 3111, 3112, 3113}; +Plane Surface(3130) = {3130}; +Line Loop(3139) = {2982, 3138, -3132, -3068}; +Ruled Surface(3139) = {3139}; +Line Loop(3143) = {2983, 3142, -3133, -3138}; +Ruled Surface(3143) = {3143}; +Line Loop(3147) = {2984, 3064, -3134, -3142}; +Ruled Surface(3147) = {3147}; +Line Loop(3152) = {3132, 3133, 3134, 3033}; +Plane Surface(3152) = {3152}; +Line Loop(3165) = {3005, 3164, -3155, -3039}; +Ruled Surface(3165) = {3165}; +Line Loop(3169) = {3006, 3168, -3156, -3164}; +Ruled Surface(3169) = {3169}; +Line Loop(3173) = {3007, 3080, -3157, -3168}; +Ruled Surface(3173) = {3173}; +Line Loop(3174) = {3037, 3155, 3156, 3157}; +Plane Surface(3174) = {3174}; +Line Loop(3191) = {3026, 3190, -3176, -3189}; +Ruled Surface(3191) = {3191}; +Line Loop(3195) = {3027, 3194, -3177, -3190}; +Ruled Surface(3195) = {3195}; +Line Loop(3199) = {3028, 3198, -3178, -3194}; +Ruled Surface(3199) = {3199}; +Line Loop(3203) = {3029, 3202, -3179, -3198}; +Ruled Surface(3203) = {3203}; +Line Loop(3207) = {3030, 3206, -3180, -3202}; +Ruled Surface(3207) = {3207}; +Line Loop(3211) = {3031, 3210, -3181, -3206}; +Ruled Surface(3211) = {3211}; +Line Loop(3215) = {3032, 3214, -3182, -3210}; +Ruled Surface(3215) = {3215}; +Line Loop(3219) = {3033, 3218, -3183, -3214}; +Ruled Surface(3219) = {3219}; +Line Loop(3223) = {3034, 3222, -3184, -3218}; +Ruled Surface(3223) = {3223}; +Line Loop(3227) = {3035, 3226, -3185, -3222}; +Ruled Surface(3227) = {3227}; +Line Loop(3231) = {3036, 3230, -3186, -3226}; +Ruled Surface(3231) = {3231}; +Line Loop(3235) = {3037, 3189, -3187, -3230}; +Ruled Surface(3235) = {3235}; +Line Loop(3236) = {3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187}; +Plane Surface(3236) = {3236}; +Line Loop(3245) = {3088, 3244, -3238, -3222}; +Ruled Surface(3245) = {3245}; +Line Loop(3249) = {3089, 3248, -3239, -3244}; +Ruled Surface(3249) = {3249}; +Line Loop(3253) = {3090, 3218, -3240, -3248}; +Ruled Surface(3253) = {3253}; +Line Loop(3258) = {3238, 3239, 3240, 3184}; +Plane Surface(3258) = {3258}; +Line Loop(3271) = {3111, 3270, -3261, -3230}; +Ruled Surface(3271) = {3271}; +Line Loop(3275) = {3112, 3274, -3262, -3270}; +Ruled Surface(3275) = {3275}; +Line Loop(3279) = {3113, 3226, -3263, -3274}; +Ruled Surface(3279) = {3279}; +Line Loop(3280) = {3186, 3261, 3262, 3263}; +Plane Surface(3280) = {3280}; +Line Loop(3289) = {3132, 3288, -3282, -3218}; +Ruled Surface(3289) = {3289}; +Line Loop(3293) = {3133, 3292, -3283, -3288}; +Ruled Surface(3293) = {3293}; +Line Loop(3297) = {3134, 3214, -3284, -3292}; +Ruled Surface(3297) = {3297}; +Line Loop(3302) = {3282, 3283, 3284, 3183}; +Plane Surface(3302) = {3302}; +Line Loop(3315) = {3155, 3314, -3305, -3189}; +Ruled Surface(3315) = {3315}; +Line Loop(3319) = {3156, 3318, -3306, -3314}; +Ruled Surface(3319) = {3319}; +Line Loop(3323) = {3157, 3230, -3307, -3318}; +Ruled Surface(3323) = {3323}; +Line Loop(3324) = {3187, 3305, 3306, 3307}; +Plane Surface(3324) = {3324}; +Line Loop(3341) = {3176, 3340, -3326, -3339}; +Ruled Surface(3341) = {3341}; +Line Loop(3345) = {3177, 3344, -3327, -3340}; +Ruled Surface(3345) = {3345}; +Line Loop(3349) = {3178, 3348, -3328, -3344}; +Ruled Surface(3349) = {3349}; +Line Loop(3353) = {3179, 3352, -3329, -3348}; +Ruled Surface(3353) = {3353}; +Line Loop(3357) = {3180, 3356, -3330, -3352}; +Ruled Surface(3357) = {3357}; +Line Loop(3361) = {3181, 3360, -3331, -3356}; +Ruled Surface(3361) = {3361}; +Line Loop(3365) = {3182, 3364, -3332, -3360}; +Ruled Surface(3365) = {3365}; +Line Loop(3369) = {3183, 3368, -3333, -3364}; +Ruled Surface(3369) = {3369}; +Line Loop(3373) = {3184, 3372, -3334, -3368}; +Ruled Surface(3373) = {3373}; +Line Loop(3377) = {3185, 3376, -3335, -3372}; +Ruled Surface(3377) = {3377}; +Line Loop(3381) = {3186, 3380, -3336, -3376}; +Ruled Surface(3381) = {3381}; +Line Loop(3385) = {3187, 3339, -3337, -3380}; +Ruled Surface(3385) = {3385}; +Line Loop(3386) = {3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337}; +Plane Surface(3386) = {3386}; +Line Loop(3395) = {3238, 3394, -3388, -3372}; +Ruled Surface(3395) = {3395}; +Line Loop(3399) = {3239, 3398, -3389, -3394}; +Ruled Surface(3399) = {3399}; +Line Loop(3403) = {3240, 3368, -3390, -3398}; +Ruled Surface(3403) = {3403}; +Line Loop(3408) = {3388, 3389, 3390, 3334}; +Plane Surface(3408) = {3408}; +Line Loop(3421) = {3261, 3420, -3411, -3380}; +Ruled Surface(3421) = {3421}; +Line Loop(3425) = {3262, 3424, -3412, -3420}; +Ruled Surface(3425) = {3425}; +Line Loop(3429) = {3263, 3376, -3413, -3424}; +Ruled Surface(3429) = {3429}; +Line Loop(3430) = {3336, 3411, 3412, 3413}; +Plane Surface(3430) = {3430}; +Line Loop(3439) = {3282, 3438, -3432, -3368}; +Ruled Surface(3439) = {3439}; +Line Loop(3443) = {3283, 3442, -3433, -3438}; +Ruled Surface(3443) = {3443}; +Line Loop(3447) = {3284, 3364, -3434, -3442}; +Ruled Surface(3447) = {3447}; +Line Loop(3452) = {3432, 3433, 3434, 3333}; +Plane Surface(3452) = {3452}; +Line Loop(3465) = {3305, 3464, -3455, -3339}; +Ruled Surface(3465) = {3465}; +Line Loop(3469) = {3306, 3468, -3456, -3464}; +Ruled Surface(3469) = {3469}; +Line Loop(3473) = {3307, 3380, -3457, -3468}; +Ruled Surface(3473) = {3473}; +Line Loop(3474) = {3337, 3455, 3456, 3457}; +Plane Surface(3474) = {3474}; +Line Loop(3491) = {3326, 3490, -3476, -3489}; +Ruled Surface(3491) = {3491}; +Line Loop(3495) = {3327, 3494, -3477, -3490}; +Ruled Surface(3495) = {3495}; +Line Loop(3499) = {3328, 3498, -3478, -3494}; +Ruled Surface(3499) = {3499}; +Line Loop(3503) = {3329, 3502, -3479, -3498}; +Ruled Surface(3503) = {3503}; +Line Loop(3507) = {3330, 3506, -3480, -3502}; +Ruled Surface(3507) = {3507}; +Line Loop(3511) = {3331, 3510, -3481, -3506}; +Ruled Surface(3511) = {3511}; +Line Loop(3515) = {3332, 3514, -3482, -3510}; +Ruled Surface(3515) = {3515}; +Line Loop(3519) = {3333, 3518, -3483, -3514}; +Ruled Surface(3519) = {3519}; +Line Loop(3523) = {3334, 3522, -3484, -3518}; +Ruled Surface(3523) = {3523}; +Line Loop(3527) = {3335, 3526, -3485, -3522}; +Ruled Surface(3527) = {3527}; +Line Loop(3531) = {3336, 3530, -3486, -3526}; +Ruled Surface(3531) = {3531}; +Line Loop(3535) = {3337, 3489, -3487, -3530}; +Ruled Surface(3535) = {3535}; +Line Loop(3536) = {3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487}; +Plane Surface(3536) = {3536}; +Line Loop(3545) = {3388, 3544, -3538, -3522}; +Ruled Surface(3545) = {3545}; +Line Loop(3549) = {3389, 3548, -3539, -3544}; +Ruled Surface(3549) = {3549}; +Line Loop(3553) = {3390, 3518, -3540, -3548}; +Ruled Surface(3553) = {3553}; +Line Loop(3558) = {3538, 3539, 3540, 3484}; +Plane Surface(3558) = {3558}; +Line Loop(3571) = {3411, 3570, -3561, -3530}; +Ruled Surface(3571) = {3571}; +Line Loop(3575) = {3412, 3574, -3562, -3570}; +Ruled Surface(3575) = {3575}; +Line Loop(3579) = {3413, 3526, -3563, -3574}; +Ruled Surface(3579) = {3579}; +Line Loop(3580) = {3486, 3561, 3562, 3563}; +Plane Surface(3580) = {3580}; +Line Loop(3589) = {3432, 3588, -3582, -3518}; +Ruled Surface(3589) = {3589}; +Line Loop(3593) = {3433, 3592, -3583, -3588}; +Ruled Surface(3593) = {3593}; +Line Loop(3597) = {3434, 3514, -3584, -3592}; +Ruled Surface(3597) = {3597}; +Line Loop(3602) = {3582, 3583, 3584, 3483}; +Plane Surface(3602) = {3602}; +Line Loop(3615) = {3455, 3614, -3605, -3489}; +Ruled Surface(3615) = {3615}; +Line Loop(3619) = {3456, 3618, -3606, -3614}; +Ruled Surface(3619) = {3619}; +Line Loop(3623) = {3457, 3530, -3607, -3618}; +Ruled Surface(3623) = {3623}; +Line Loop(3624) = {3487, 3605, 3606, 3607}; +Plane Surface(3624) = {3624}; +Line Loop(3641) = {3476, 3640, -3626, -3639}; +Ruled Surface(3641) = {3641}; +Line Loop(3645) = {3477, 3644, -3627, -3640}; +Ruled Surface(3645) = {3645}; +Line Loop(3649) = {3478, 3648, -3628, -3644}; +Ruled Surface(3649) = {3649}; +Line Loop(3653) = {3479, 3652, -3629, -3648}; +Ruled Surface(3653) = {3653}; +Line Loop(3657) = {3480, 3656, -3630, -3652}; +Ruled Surface(3657) = {3657}; +Line Loop(3661) = {3481, 3660, -3631, -3656}; +Ruled Surface(3661) = {3661}; +Line Loop(3665) = {3482, 3664, -3632, -3660}; +Ruled Surface(3665) = {3665}; +Line Loop(3669) = {3483, 3668, -3633, -3664}; +Ruled Surface(3669) = {3669}; +Line Loop(3673) = {3484, 3672, -3634, -3668}; +Ruled Surface(3673) = {3673}; +Line Loop(3677) = {3485, 3676, -3635, -3672}; +Ruled Surface(3677) = {3677}; +Line Loop(3681) = {3486, 3680, -3636, -3676}; +Ruled Surface(3681) = {3681}; +Line Loop(3685) = {3487, 3639, -3637, -3680}; +Ruled Surface(3685) = {3685}; +Line Loop(3686) = {3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637}; +Plane Surface(3686) = {3686}; +Line Loop(3695) = {3538, 3694, -3688, -3672}; +Ruled Surface(3695) = {3695}; +Line Loop(3699) = {3539, 3698, -3689, -3694}; +Ruled Surface(3699) = {3699}; +Line Loop(3703) = {3540, 3668, -3690, -3698}; +Ruled Surface(3703) = {3703}; +Line Loop(3708) = {3688, 3689, 3690, 3634}; +Plane Surface(3708) = {3708}; +Line Loop(3721) = {3561, 3720, -3711, -3680}; +Ruled Surface(3721) = {3721}; +Line Loop(3725) = {3562, 3724, -3712, -3720}; +Ruled Surface(3725) = {3725}; +Line Loop(3729) = {3563, 3676, -3713, -3724}; +Ruled Surface(3729) = {3729}; +Line Loop(3730) = {3636, 3711, 3712, 3713}; +Plane Surface(3730) = {3730}; +Line Loop(3739) = {3582, 3738, -3732, -3668}; +Ruled Surface(3739) = {3739}; +Line Loop(3743) = {3583, 3742, -3733, -3738}; +Ruled Surface(3743) = {3743}; +Line Loop(3747) = {3584, 3664, -3734, -3742}; +Ruled Surface(3747) = {3747}; +Line Loop(3752) = {3732, 3733, 3734, 3633}; +Plane Surface(3752) = {3752}; +Line Loop(3765) = {3605, 3764, -3755, -3639}; +Ruled Surface(3765) = {3765}; +Line Loop(3769) = {3606, 3768, -3756, -3764}; +Ruled Surface(3769) = {3769}; +Line Loop(3773) = {3607, 3680, -3757, -3768}; +Ruled Surface(3773) = {3773}; +Line Loop(3774) = {3637, 3755, 3756, 3757}; +Plane Surface(3774) = {3774}; +Line Loop(3791) = {3626, 3790, -3776, -3789}; +Ruled Surface(3791) = {3791}; +Line Loop(3795) = {3627, 3794, -3777, -3790}; +Ruled Surface(3795) = {3795}; +Line Loop(3799) = {3628, 3798, -3778, -3794}; +Ruled Surface(3799) = {3799}; +Line Loop(3803) = {3629, 3802, -3779, -3798}; +Ruled Surface(3803) = {3803}; +Line Loop(3807) = {3630, 3806, -3780, -3802}; +Ruled Surface(3807) = {3807}; +Line Loop(3811) = {3631, 3810, -3781, -3806}; +Ruled Surface(3811) = {3811}; +Line Loop(3815) = {3632, 3814, -3782, -3810}; +Ruled Surface(3815) = {3815}; +Line Loop(3819) = {3633, 3818, -3783, -3814}; +Ruled Surface(3819) = {3819}; +Line Loop(3823) = {3634, 3822, -3784, -3818}; +Ruled Surface(3823) = {3823}; +Line Loop(3827) = {3635, 3826, -3785, -3822}; +Ruled Surface(3827) = {3827}; +Line Loop(3831) = {3636, 3830, -3786, -3826}; +Ruled Surface(3831) = {3831}; +Line Loop(3835) = {3637, 3789, -3787, -3830}; +Ruled Surface(3835) = {3835}; +Line Loop(3836) = {3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787}; +Plane Surface(3836) = {3836}; +Line Loop(3845) = {3688, 3844, -3838, -3822}; +Ruled Surface(3845) = {3845}; +Line Loop(3849) = {3689, 3848, -3839, -3844}; +Ruled Surface(3849) = {3849}; +Line Loop(3853) = {3690, 3818, -3840, -3848}; +Ruled Surface(3853) = {3853}; +Line Loop(3858) = {3838, 3839, 3840, 3784}; +Plane Surface(3858) = {3858}; +Line Loop(3871) = {3711, 3870, -3861, -3830}; +Ruled Surface(3871) = {3871}; +Line Loop(3875) = {3712, 3874, -3862, -3870}; +Ruled Surface(3875) = {3875}; +Line Loop(3879) = {3713, 3826, -3863, -3874}; +Ruled Surface(3879) = {3879}; +Line Loop(3880) = {3786, 3861, 3862, 3863}; +Plane Surface(3880) = {3880}; +Line Loop(3889) = {3732, 3888, -3882, -3818}; +Ruled Surface(3889) = {3889}; +Line Loop(3893) = {3733, 3892, -3883, -3888}; +Ruled Surface(3893) = {3893}; +Line Loop(3897) = {3734, 3814, -3884, -3892}; +Ruled Surface(3897) = {3897}; +Line Loop(3902) = {3882, 3883, 3884, 3783}; +Plane Surface(3902) = {3902}; +Line Loop(3915) = {3755, 3914, -3905, -3789}; +Ruled Surface(3915) = {3915}; +Line Loop(3919) = {3756, 3918, -3906, -3914}; +Ruled Surface(3919) = {3919}; +Line Loop(3923) = {3757, 3830, -3907, -3918}; +Ruled Surface(3923) = {3923}; +Line Loop(3924) = {3787, 3905, 3906, 3907}; +Plane Surface(3924) = {3924}; +Line Loop(3941) = {3776, 3940, -3926, -3939}; +Ruled Surface(3941) = {3941}; +Line Loop(3945) = {3777, 3944, -3927, -3940}; +Ruled Surface(3945) = {3945}; +Line Loop(3949) = {3778, 3948, -3928, -3944}; +Ruled Surface(3949) = {3949}; +Line Loop(3953) = {3779, 3952, -3929, -3948}; +Ruled Surface(3953) = {3953}; +Line Loop(3957) = {3780, 3956, -3930, -3952}; +Ruled Surface(3957) = {3957}; +Line Loop(3961) = {3781, 3960, -3931, -3956}; +Ruled Surface(3961) = {3961}; +Line Loop(3965) = {3782, 3964, -3932, -3960}; +Ruled Surface(3965) = {3965}; +Line Loop(3969) = {3783, 3968, -3933, -3964}; +Ruled Surface(3969) = {3969}; +Line Loop(3973) = {3784, 3972, -3934, -3968}; +Ruled Surface(3973) = {3973}; +Line Loop(3977) = {3785, 3976, -3935, -3972}; +Ruled Surface(3977) = {3977}; +Line Loop(3981) = {3786, 3980, -3936, -3976}; +Ruled Surface(3981) = {3981}; +Line Loop(3985) = {3787, 3939, -3937, -3980}; +Ruled Surface(3985) = {3985}; +Line Loop(3986) = {3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937}; +Plane Surface(3986) = {3986}; +Line Loop(3995) = {3838, 3994, -3988, -3972}; +Ruled Surface(3995) = {3995}; +Line Loop(3999) = {3839, 3998, -3989, -3994}; +Ruled Surface(3999) = {3999}; +Line Loop(4003) = {3840, 3968, -3990, -3998}; +Ruled Surface(4003) = {4003}; +Line Loop(4008) = {3988, 3989, 3990, 3934}; +Plane Surface(4008) = {4008}; +Line Loop(4021) = {3861, 4020, -4011, -3980}; +Ruled Surface(4021) = {4021}; +Line Loop(4025) = {3862, 4024, -4012, -4020}; +Ruled Surface(4025) = {4025}; +Line Loop(4029) = {3863, 3976, -4013, -4024}; +Ruled Surface(4029) = {4029}; +Line Loop(4030) = {3936, 4011, 4012, 4013}; +Plane Surface(4030) = {4030}; +Line Loop(4039) = {3882, 4038, -4032, -3968}; +Ruled Surface(4039) = {4039}; +Line Loop(4043) = {3883, 4042, -4033, -4038}; +Ruled Surface(4043) = {4043}; +Line Loop(4047) = {3884, 3964, -4034, -4042}; +Ruled Surface(4047) = {4047}; +Line Loop(4052) = {4032, 4033, 4034, 3933}; +Plane Surface(4052) = {4052}; +Line Loop(4065) = {3905, 4064, -4055, -3939}; +Ruled Surface(4065) = {4065}; +Line Loop(4069) = {3906, 4068, -4056, -4064}; +Ruled Surface(4069) = {4069}; +Line Loop(4073) = {3907, 3980, -4057, -4068}; +Ruled Surface(4073) = {4073}; +Line Loop(4074) = {3937, 4055, 4056, 4057}; +Plane Surface(4074) = {4074}; +Line Loop(4091) = {3926, 4090, -4076, -4089}; +Ruled Surface(4091) = {4091}; +Line Loop(4095) = {3927, 4094, -4077, -4090}; +Ruled Surface(4095) = {4095}; +Line Loop(4099) = {3928, 4098, -4078, -4094}; +Ruled Surface(4099) = {4099}; +Line Loop(4103) = {3929, 4102, -4079, -4098}; +Ruled Surface(4103) = {4103}; +Line Loop(4107) = {3930, 4106, -4080, -4102}; +Ruled Surface(4107) = {4107}; +Line Loop(4111) = {3931, 4110, -4081, -4106}; +Ruled Surface(4111) = {4111}; +Line Loop(4115) = {3932, 4114, -4082, -4110}; +Ruled Surface(4115) = {4115}; +Line Loop(4119) = {3933, 4118, -4083, -4114}; +Ruled Surface(4119) = {4119}; +Line Loop(4123) = {3934, 4122, -4084, -4118}; +Ruled Surface(4123) = {4123}; +Line Loop(4127) = {3935, 4126, -4085, -4122}; +Ruled Surface(4127) = {4127}; +Line Loop(4131) = {3936, 4130, -4086, -4126}; +Ruled Surface(4131) = {4131}; +Line Loop(4135) = {3937, 4089, -4087, -4130}; +Ruled Surface(4135) = {4135}; +Line Loop(4136) = {4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087}; +Plane Surface(4136) = {4136}; +Line Loop(4145) = {3988, 4144, -4138, -4122}; +Ruled Surface(4145) = {4145}; +Line Loop(4149) = {3989, 4148, -4139, -4144}; +Ruled Surface(4149) = {4149}; +Line Loop(4153) = {3990, 4118, -4140, -4148}; +Ruled Surface(4153) = {4153}; +Line Loop(4158) = {4138, 4139, 4140, 4084}; +Plane Surface(4158) = {4158}; +Line Loop(4171) = {4011, 4170, -4161, -4130}; +Ruled Surface(4171) = {4171}; +Line Loop(4175) = {4012, 4174, -4162, -4170}; +Ruled Surface(4175) = {4175}; +Line Loop(4179) = {4013, 4126, -4163, -4174}; +Ruled Surface(4179) = {4179}; +Line Loop(4180) = {4086, 4161, 4162, 4163}; +Plane Surface(4180) = {4180}; +Line Loop(4189) = {4032, 4188, -4182, -4118}; +Ruled Surface(4189) = {4189}; +Line Loop(4193) = {4033, 4192, -4183, -4188}; +Ruled Surface(4193) = {4193}; +Line Loop(4197) = {4034, 4114, -4184, -4192}; +Ruled Surface(4197) = {4197}; +Line Loop(4202) = {4182, 4183, 4184, 4083}; +Plane Surface(4202) = {4202}; +Line Loop(4215) = {4055, 4214, -4205, -4089}; +Ruled Surface(4215) = {4215}; +Line Loop(4219) = {4056, 4218, -4206, -4214}; +Ruled Surface(4219) = {4219}; +Line Loop(4223) = {4057, 4130, -4207, -4218}; +Ruled Surface(4223) = {4223}; +Line Loop(4224) = {4087, 4205, 4206, 4207}; +Plane Surface(4224) = {4224}; +Line Loop(4241) = {4076, 4240, -4226, -4239}; +Ruled Surface(4241) = {4241}; +Line Loop(4245) = {4077, 4244, -4227, -4240}; +Ruled Surface(4245) = {4245}; +Line Loop(4249) = {4078, 4248, -4228, -4244}; +Ruled Surface(4249) = {4249}; +Line Loop(4253) = {4079, 4252, -4229, -4248}; +Ruled Surface(4253) = {4253}; +Line Loop(4257) = {4080, 4256, -4230, -4252}; +Ruled Surface(4257) = {4257}; +Line Loop(4261) = {4081, 4260, -4231, -4256}; +Ruled Surface(4261) = {4261}; +Line Loop(4265) = {4082, 4264, -4232, -4260}; +Ruled Surface(4265) = {4265}; +Line Loop(4269) = {4083, 4268, -4233, -4264}; +Ruled Surface(4269) = {4269}; +Line Loop(4273) = {4084, 4272, -4234, -4268}; +Ruled Surface(4273) = {4273}; +Line Loop(4277) = {4085, 4276, -4235, -4272}; +Ruled Surface(4277) = {4277}; +Line Loop(4281) = {4086, 4280, -4236, -4276}; +Ruled Surface(4281) = {4281}; +Line Loop(4285) = {4087, 4239, -4237, -4280}; +Ruled Surface(4285) = {4285}; +Line Loop(4286) = {4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237}; +Plane Surface(4286) = {4286}; +Line Loop(4295) = {4138, 4294, -4288, -4272}; +Ruled Surface(4295) = {4295}; +Line Loop(4299) = {4139, 4298, -4289, -4294}; +Ruled Surface(4299) = {4299}; +Line Loop(4303) = {4140, 4268, -4290, -4298}; +Ruled Surface(4303) = {4303}; +Line Loop(4308) = {4288, 4289, 4290, 4234}; +Plane Surface(4308) = {4308}; +Line Loop(4321) = {4161, 4320, -4311, -4280}; +Ruled Surface(4321) = {4321}; +Line Loop(4325) = {4162, 4324, -4312, -4320}; +Ruled Surface(4325) = {4325}; +Line Loop(4329) = {4163, 4276, -4313, -4324}; +Ruled Surface(4329) = {4329}; +Line Loop(4330) = {4236, 4311, 4312, 4313}; +Plane Surface(4330) = {4330}; +Line Loop(4339) = {4182, 4338, -4332, -4268}; +Ruled Surface(4339) = {4339}; +Line Loop(4343) = {4183, 4342, -4333, -4338}; +Ruled Surface(4343) = {4343}; +Line Loop(4347) = {4184, 4264, -4334, -4342}; +Ruled Surface(4347) = {4347}; +Line Loop(4352) = {4332, 4333, 4334, 4233}; +Plane Surface(4352) = {4352}; +Line Loop(4365) = {4205, 4364, -4355, -4239}; +Ruled Surface(4365) = {4365}; +Line Loop(4369) = {4206, 4368, -4356, -4364}; +Ruled Surface(4369) = {4369}; +Line Loop(4373) = {4207, 4280, -4357, -4368}; +Ruled Surface(4373) = {4373}; +Line Loop(4374) = {4237, 4355, 4356, 4357}; +Plane Surface(4374) = {4374}; +Line Loop(4391) = {4226, 4390, -4376, -4389}; +Ruled Surface(4391) = {4391}; +Line Loop(4395) = {4227, 4394, -4377, -4390}; +Ruled Surface(4395) = {4395}; +Line Loop(4399) = {4228, 4398, -4378, -4394}; +Ruled Surface(4399) = {4399}; +Line Loop(4403) = {4229, 4402, -4379, -4398}; +Ruled Surface(4403) = {4403}; +Line Loop(4407) = {4230, 4406, -4380, -4402}; +Ruled Surface(4407) = {4407}; +Line Loop(4411) = {4231, 4410, -4381, -4406}; +Ruled Surface(4411) = {4411}; +Line Loop(4415) = {4232, 4414, -4382, -4410}; +Ruled Surface(4415) = {4415}; +Line Loop(4419) = {4233, 4418, -4383, -4414}; +Ruled Surface(4419) = {4419}; +Line Loop(4423) = {4234, 4422, -4384, -4418}; +Ruled Surface(4423) = {4423}; +Line Loop(4427) = {4235, 4426, -4385, -4422}; +Ruled Surface(4427) = {4427}; +Line Loop(4431) = {4236, 4430, -4386, -4426}; +Ruled Surface(4431) = {4431}; +Line Loop(4435) = {4237, 4389, -4387, -4430}; +Ruled Surface(4435) = {4435}; +Line Loop(4436) = {4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387}; +Plane Surface(4436) = {4436}; +Line Loop(4445) = {4288, 4444, -4438, -4422}; +Ruled Surface(4445) = {4445}; +Line Loop(4449) = {4289, 4448, -4439, -4444}; +Ruled Surface(4449) = {4449}; +Line Loop(4453) = {4290, 4418, -4440, -4448}; +Ruled Surface(4453) = {4453}; +Line Loop(4458) = {4438, 4439, 4440, 4384}; +Plane Surface(4458) = {4458}; +Line Loop(4471) = {4311, 4470, -4461, -4430}; +Ruled Surface(4471) = {4471}; +Line Loop(4475) = {4312, 4474, -4462, -4470}; +Ruled Surface(4475) = {4475}; +Line Loop(4479) = {4313, 4426, -4463, -4474}; +Ruled Surface(4479) = {4479}; +Line Loop(4480) = {4386, 4461, 4462, 4463}; +Plane Surface(4480) = {4480}; +Line Loop(4489) = {4332, 4488, -4482, -4418}; +Ruled Surface(4489) = {4489}; +Line Loop(4493) = {4333, 4492, -4483, -4488}; +Ruled Surface(4493) = {4493}; +Line Loop(4497) = {4334, 4414, -4484, -4492}; +Ruled Surface(4497) = {4497}; +Line Loop(4502) = {4482, 4483, 4484, 4383}; +Plane Surface(4502) = {4502}; +Line Loop(4515) = {4355, 4514, -4505, -4389}; +Ruled Surface(4515) = {4515}; +Line Loop(4519) = {4356, 4518, -4506, -4514}; +Ruled Surface(4519) = {4519}; +Line Loop(4523) = {4357, 4430, -4507, -4518}; +Ruled Surface(4523) = {4523}; +Line Loop(4524) = {4387, 4505, 4506, 4507}; +Plane Surface(4524) = {4524}; +Line Loop(4541) = {4376, 4540, -4526, -4539}; +Ruled Surface(4541) = {4541}; +Line Loop(4545) = {4377, 4544, -4527, -4540}; +Ruled Surface(4545) = {4545}; +Line Loop(4549) = {4378, 4548, -4528, -4544}; +Ruled Surface(4549) = {4549}; +Line Loop(4553) = {4379, 4552, -4529, -4548}; +Ruled Surface(4553) = {4553}; +Line Loop(4557) = {4380, 4556, -4530, -4552}; +Ruled Surface(4557) = {4557}; +Line Loop(4561) = {4381, 4560, -4531, -4556}; +Ruled Surface(4561) = {4561}; +Line Loop(4565) = {4382, 4564, -4532, -4560}; +Ruled Surface(4565) = {4565}; +Line Loop(4569) = {4383, 4568, -4533, -4564}; +Ruled Surface(4569) = {4569}; +Line Loop(4573) = {4384, 4572, -4534, -4568}; +Ruled Surface(4573) = {4573}; +Line Loop(4577) = {4385, 4576, -4535, -4572}; +Ruled Surface(4577) = {4577}; +Line Loop(4581) = {4386, 4580, -4536, -4576}; +Ruled Surface(4581) = {4581}; +Line Loop(4585) = {4387, 4539, -4537, -4580}; +Ruled Surface(4585) = {4585}; +Line Loop(4586) = {4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537}; +Plane Surface(4586) = {4586}; +Line Loop(4595) = {4438, 4594, -4588, -4572}; +Ruled Surface(4595) = {4595}; +Line Loop(4599) = {4439, 4598, -4589, -4594}; +Ruled Surface(4599) = {4599}; +Line Loop(4603) = {4440, 4568, -4590, -4598}; +Ruled Surface(4603) = {4603}; +Line Loop(4608) = {4588, 4589, 4590, 4534}; +Plane Surface(4608) = {4608}; +Line Loop(4621) = {4461, 4620, -4611, -4580}; +Ruled Surface(4621) = {4621}; +Line Loop(4625) = {4462, 4624, -4612, -4620}; +Ruled Surface(4625) = {4625}; +Line Loop(4629) = {4463, 4576, -4613, -4624}; +Ruled Surface(4629) = {4629}; +Line Loop(4630) = {4536, 4611, 4612, 4613}; +Plane Surface(4630) = {4630}; +Line Loop(4639) = {4482, 4638, -4632, -4568}; +Ruled Surface(4639) = {4639}; +Line Loop(4643) = {4483, 4642, -4633, -4638}; +Ruled Surface(4643) = {4643}; +Line Loop(4647) = {4484, 4564, -4634, -4642}; +Ruled Surface(4647) = {4647}; +Line Loop(4652) = {4632, 4633, 4634, 4533}; +Plane Surface(4652) = {4652}; +Line Loop(4665) = {4505, 4664, -4655, -4539}; +Ruled Surface(4665) = {4665}; +Line Loop(4669) = {4506, 4668, -4656, -4664}; +Ruled Surface(4669) = {4669}; +Line Loop(4673) = {4507, 4580, -4657, -4668}; +Ruled Surface(4673) = {4673}; +Line Loop(4674) = {4537, 4655, 4656, 4657}; +Plane Surface(4674) = {4674}; +Line Loop(4691) = {4526, 4690, -4676, -4689}; +Ruled Surface(4691) = {4691}; +Line Loop(4695) = {4527, 4694, -4677, -4690}; +Ruled Surface(4695) = {4695}; +Line Loop(4699) = {4528, 4698, -4678, -4694}; +Ruled Surface(4699) = {4699}; +Line Loop(4703) = {4529, 4702, -4679, -4698}; +Ruled Surface(4703) = {4703}; +Line Loop(4707) = {4530, 4706, -4680, -4702}; +Ruled Surface(4707) = {4707}; +Line Loop(4711) = {4531, 4710, -4681, -4706}; +Ruled Surface(4711) = {4711}; +Line Loop(4715) = {4532, 4714, -4682, -4710}; +Ruled Surface(4715) = {4715}; +Line Loop(4719) = {4533, 4718, -4683, -4714}; +Ruled Surface(4719) = {4719}; +Line Loop(4723) = {4534, 4722, -4684, -4718}; +Ruled Surface(4723) = {4723}; +Line Loop(4727) = {4535, 4726, -4685, -4722}; +Ruled Surface(4727) = {4727}; +Line Loop(4731) = {4536, 4730, -4686, -4726}; +Ruled Surface(4731) = {4731}; +Line Loop(4735) = {4537, 4689, -4687, -4730}; +Ruled Surface(4735) = {4735}; +Line Loop(4736) = {4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687}; +Plane Surface(4736) = {4736}; +Line Loop(4745) = {4588, 4744, -4738, -4722}; +Ruled Surface(4745) = {4745}; +Line Loop(4749) = {4589, 4748, -4739, -4744}; +Ruled Surface(4749) = {4749}; +Line Loop(4753) = {4590, 4718, -4740, -4748}; +Ruled Surface(4753) = {4753}; +Line Loop(4758) = {4738, 4739, 4740, 4684}; +Plane Surface(4758) = {4758}; +Line Loop(4771) = {4611, 4770, -4761, -4730}; +Ruled Surface(4771) = {4771}; +Line Loop(4775) = {4612, 4774, -4762, -4770}; +Ruled Surface(4775) = {4775}; +Line Loop(4779) = {4613, 4726, -4763, -4774}; +Ruled Surface(4779) = {4779}; +Line Loop(4780) = {4686, 4761, 4762, 4763}; +Plane Surface(4780) = {4780}; +Line Loop(4789) = {4632, 4788, -4782, -4718}; +Ruled Surface(4789) = {4789}; +Line Loop(4793) = {4633, 4792, -4783, -4788}; +Ruled Surface(4793) = {4793}; +Line Loop(4797) = {4634, 4714, -4784, -4792}; +Ruled Surface(4797) = {4797}; +Line Loop(4802) = {4782, 4783, 4784, 4683}; +Plane Surface(4802) = {4802}; +Line Loop(4815) = {4655, 4814, -4805, -4689}; +Ruled Surface(4815) = {4815}; +Line Loop(4819) = {4656, 4818, -4806, -4814}; +Ruled Surface(4819) = {4819}; +Line Loop(4823) = {4657, 4730, -4807, -4818}; +Ruled Surface(4823) = {4823}; +Line Loop(4824) = {4687, 4805, 4806, 4807}; +Plane Surface(4824) = {4824}; +Line Loop(4841) = {4676, 4840, -4826, -4839}; +Ruled Surface(4841) = {4841}; +Line Loop(4845) = {4677, 4844, -4827, -4840}; +Ruled Surface(4845) = {4845}; +Line Loop(4849) = {4678, 4848, -4828, -4844}; +Ruled Surface(4849) = {4849}; +Line Loop(4853) = {4679, 4852, -4829, -4848}; +Ruled Surface(4853) = {4853}; +Line Loop(4857) = {4680, 4856, -4830, -4852}; +Ruled Surface(4857) = {4857}; +Line Loop(4861) = {4681, 4860, -4831, -4856}; +Ruled Surface(4861) = {4861}; +Line Loop(4865) = {4682, 4864, -4832, -4860}; +Ruled Surface(4865) = {4865}; +Line Loop(4869) = {4683, 4868, -4833, -4864}; +Ruled Surface(4869) = {4869}; +Line Loop(4873) = {4684, 4872, -4834, -4868}; +Ruled Surface(4873) = {4873}; +Line Loop(4877) = {4685, 4876, -4835, -4872}; +Ruled Surface(4877) = {4877}; +Line Loop(4881) = {4686, 4880, -4836, -4876}; +Ruled Surface(4881) = {4881}; +Line Loop(4885) = {4687, 4839, -4837, -4880}; +Ruled Surface(4885) = {4885}; +Line Loop(4886) = {4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837}; +Plane Surface(4886) = {4886}; +Line Loop(4895) = {4738, 4894, -4888, -4872}; +Ruled Surface(4895) = {4895}; +Line Loop(4899) = {4739, 4898, -4889, -4894}; +Ruled Surface(4899) = {4899}; +Line Loop(4903) = {4740, 4868, -4890, -4898}; +Ruled Surface(4903) = {4903}; +Line Loop(4908) = {4888, 4889, 4890, 4834}; +Plane Surface(4908) = {4908}; +Line Loop(4921) = {4761, 4920, -4911, -4880}; +Ruled Surface(4921) = {4921}; +Line Loop(4925) = {4762, 4924, -4912, -4920}; +Ruled Surface(4925) = {4925}; +Line Loop(4929) = {4763, 4876, -4913, -4924}; +Ruled Surface(4929) = {4929}; +Line Loop(4930) = {4836, 4911, 4912, 4913}; +Plane Surface(4930) = {4930}; +Line Loop(4939) = {4782, 4938, -4932, -4868}; +Ruled Surface(4939) = {4939}; +Line Loop(4943) = {4783, 4942, -4933, -4938}; +Ruled Surface(4943) = {4943}; +Line Loop(4947) = {4784, 4864, -4934, -4942}; +Ruled Surface(4947) = {4947}; +Line Loop(4952) = {4932, 4933, 4934, 4833}; +Plane Surface(4952) = {4952}; +Line Loop(4965) = {4805, 4964, -4955, -4839}; +Ruled Surface(4965) = {4965}; +Line Loop(4969) = {4806, 4968, -4956, -4964}; +Ruled Surface(4969) = {4969}; +Line Loop(4973) = {4807, 4880, -4957, -4968}; +Ruled Surface(4973) = {4973}; +Line Loop(4974) = {4837, 4955, 4956, 4957}; +Plane Surface(4974) = {4974}; +Line Loop(4991) = {4826, 4990, -4976, -4989}; +Ruled Surface(4991) = {4991}; +Line Loop(4995) = {4827, 4994, -4977, -4990}; +Ruled Surface(4995) = {4995}; +Line Loop(4999) = {4828, 4998, -4978, -4994}; +Ruled Surface(4999) = {4999}; +Line Loop(5003) = {4829, 5002, -4979, -4998}; +Ruled Surface(5003) = {5003}; +Line Loop(5007) = {4830, 5006, -4980, -5002}; +Ruled Surface(5007) = {5007}; +Line Loop(5011) = {4831, 5010, -4981, -5006}; +Ruled Surface(5011) = {5011}; +Line Loop(5015) = {4832, 5014, -4982, -5010}; +Ruled Surface(5015) = {5015}; +Line Loop(5019) = {4833, 5018, -4983, -5014}; +Ruled Surface(5019) = {5019}; +Line Loop(5023) = {4834, 5022, -4984, -5018}; +Ruled Surface(5023) = {5023}; +Line Loop(5027) = {4835, 5026, -4985, -5022}; +Ruled Surface(5027) = {5027}; +Line Loop(5031) = {4836, 5030, -4986, -5026}; +Ruled Surface(5031) = {5031}; +Line Loop(5035) = {4837, 4989, -4987, -5030}; +Ruled Surface(5035) = {5035}; +Line Loop(5036) = {4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987}; +Plane Surface(5036) = {5036}; +Line Loop(5045) = {4888, 5044, -5038, -5022}; +Ruled Surface(5045) = {5045}; +Line Loop(5049) = {4889, 5048, -5039, -5044}; +Ruled Surface(5049) = {5049}; +Line Loop(5053) = {4890, 5018, -5040, -5048}; +Ruled Surface(5053) = {5053}; +Line Loop(5058) = {5038, 5039, 5040, 4984}; +Plane Surface(5058) = {5058}; +Line Loop(5071) = {4911, 5070, -5061, -5030}; +Ruled Surface(5071) = {5071}; +Line Loop(5075) = {4912, 5074, -5062, -5070}; +Ruled Surface(5075) = {5075}; +Line Loop(5079) = {4913, 5026, -5063, -5074}; +Ruled Surface(5079) = {5079}; +Line Loop(5080) = {4986, 5061, 5062, 5063}; +Plane Surface(5080) = {5080}; +Line Loop(5089) = {4932, 5088, -5082, -5018}; +Ruled Surface(5089) = {5089}; +Line Loop(5093) = {4933, 5092, -5083, -5088}; +Ruled Surface(5093) = {5093}; +Line Loop(5097) = {4934, 5014, -5084, -5092}; +Ruled Surface(5097) = {5097}; +Line Loop(5102) = {5082, 5083, 5084, 4983}; +Plane Surface(5102) = {5102}; +Line Loop(5115) = {4955, 5114, -5105, -4989}; +Ruled Surface(5115) = {5115}; +Line Loop(5119) = {4956, 5118, -5106, -5114}; +Ruled Surface(5119) = {5119}; +Line Loop(5123) = {4957, 5030, -5107, -5118}; +Ruled Surface(5123) = {5123}; +Line Loop(5124) = {4987, 5105, 5106, 5107}; +Plane Surface(5124) = {5124}; +Line Loop(5141) = {4976, 5140, -5126, -5139}; +Ruled Surface(5141) = {5141}; +Line Loop(5145) = {4977, 5144, -5127, -5140}; +Ruled Surface(5145) = {5145}; +Line Loop(5149) = {4978, 5148, -5128, -5144}; +Ruled Surface(5149) = {5149}; +Line Loop(5153) = {4979, 5152, -5129, -5148}; +Ruled Surface(5153) = {5153}; +Line Loop(5157) = {4980, 5156, -5130, -5152}; +Ruled Surface(5157) = {5157}; +Line Loop(5161) = {4981, 5160, -5131, -5156}; +Ruled Surface(5161) = {5161}; +Line Loop(5165) = {4982, 5164, -5132, -5160}; +Ruled Surface(5165) = {5165}; +Line Loop(5169) = {4983, 5168, -5133, -5164}; +Ruled Surface(5169) = {5169}; +Line Loop(5173) = {4984, 5172, -5134, -5168}; +Ruled Surface(5173) = {5173}; +Line Loop(5177) = {4985, 5176, -5135, -5172}; +Ruled Surface(5177) = {5177}; +Line Loop(5181) = {4986, 5180, -5136, -5176}; +Ruled Surface(5181) = {5181}; +Line Loop(5185) = {4987, 5139, -5137, -5180}; +Ruled Surface(5185) = {5185}; +Line Loop(5186) = {5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137}; +Plane Surface(5186) = {5186}; +Line Loop(5195) = {5038, 5194, -5188, -5172}; +Ruled Surface(5195) = {5195}; +Line Loop(5199) = {5039, 5198, -5189, -5194}; +Ruled Surface(5199) = {5199}; +Line Loop(5203) = {5040, 5168, -5190, -5198}; +Ruled Surface(5203) = {5203}; +Line Loop(5208) = {5188, 5189, 5190, 5134}; +Plane Surface(5208) = {5208}; +Line Loop(5221) = {5061, 5220, -5211, -5180}; +Ruled Surface(5221) = {5221}; +Line Loop(5225) = {5062, 5224, -5212, -5220}; +Ruled Surface(5225) = {5225}; +Line Loop(5229) = {5063, 5176, -5213, -5224}; +Ruled Surface(5229) = {5229}; +Line Loop(5230) = {5136, 5211, 5212, 5213}; +Plane Surface(5230) = {5230}; +Line Loop(5239) = {5082, 5238, -5232, -5168}; +Ruled Surface(5239) = {5239}; +Line Loop(5243) = {5083, 5242, -5233, -5238}; +Ruled Surface(5243) = {5243}; +Line Loop(5247) = {5084, 5164, -5234, -5242}; +Ruled Surface(5247) = {5247}; +Line Loop(5252) = {5232, 5233, 5234, 5133}; +Plane Surface(5252) = {5252}; +Line Loop(5265) = {5105, 5264, -5255, -5139}; +Ruled Surface(5265) = {5265}; +Line Loop(5269) = {5106, 5268, -5256, -5264}; +Ruled Surface(5269) = {5269}; +Line Loop(5273) = {5107, 5180, -5257, -5268}; +Ruled Surface(5273) = {5273}; +Line Loop(5274) = {5137, 5255, 5256, 5257}; +Plane Surface(5274) = {5274}; +Line Loop(5291) = {5126, 5290, -5276, -5289}; +Ruled Surface(5291) = {5291}; +Line Loop(5295) = {5127, 5294, -5277, -5290}; +Ruled Surface(5295) = {5295}; +Line Loop(5299) = {5128, 5298, -5278, -5294}; +Ruled Surface(5299) = {5299}; +Line Loop(5303) = {5129, 5302, -5279, -5298}; +Ruled Surface(5303) = {5303}; +Line Loop(5307) = {5130, 5306, -5280, -5302}; +Ruled Surface(5307) = {5307}; +Line Loop(5311) = {5131, 5310, -5281, -5306}; +Ruled Surface(5311) = {5311}; +Line Loop(5315) = {5132, 5314, -5282, -5310}; +Ruled Surface(5315) = {5315}; +Line Loop(5319) = {5133, 5318, -5283, -5314}; +Ruled Surface(5319) = {5319}; +Line Loop(5323) = {5134, 5322, -5284, -5318}; +Ruled Surface(5323) = {5323}; +Line Loop(5327) = {5135, 5326, -5285, -5322}; +Ruled Surface(5327) = {5327}; +Line Loop(5331) = {5136, 5330, -5286, -5326}; +Ruled Surface(5331) = {5331}; +Line Loop(5335) = {5137, 5289, -5287, -5330}; +Ruled Surface(5335) = {5335}; +Line Loop(5336) = {5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287}; +Plane Surface(5336) = {5336}; +Line Loop(5345) = {5188, 5344, -5338, -5322}; +Ruled Surface(5345) = {5345}; +Line Loop(5349) = {5189, 5348, -5339, -5344}; +Ruled Surface(5349) = {5349}; +Line Loop(5353) = {5190, 5318, -5340, -5348}; +Ruled Surface(5353) = {5353}; +Line Loop(5358) = {5338, 5339, 5340, 5284}; +Plane Surface(5358) = {5358}; +Line Loop(5371) = {5211, 5370, -5361, -5330}; +Ruled Surface(5371) = {5371}; +Line Loop(5375) = {5212, 5374, -5362, -5370}; +Ruled Surface(5375) = {5375}; +Line Loop(5379) = {5213, 5326, -5363, -5374}; +Ruled Surface(5379) = {5379}; +Line Loop(5380) = {5286, 5361, 5362, 5363}; +Plane Surface(5380) = {5380}; +Line Loop(5389) = {5232, 5388, -5382, -5318}; +Ruled Surface(5389) = {5389}; +Line Loop(5393) = {5233, 5392, -5383, -5388}; +Ruled Surface(5393) = {5393}; +Line Loop(5397) = {5234, 5314, -5384, -5392}; +Ruled Surface(5397) = {5397}; +Line Loop(5402) = {5382, 5383, 5384, 5283}; +Plane Surface(5402) = {5402}; +Line Loop(5415) = {5255, 5414, -5405, -5289}; +Ruled Surface(5415) = {5415}; +Line Loop(5419) = {5256, 5418, -5406, -5414}; +Ruled Surface(5419) = {5419}; +Line Loop(5423) = {5257, 5330, -5407, -5418}; +Ruled Surface(5423) = {5423}; +Line Loop(5424) = {5287, 5405, 5406, 5407}; +Plane Surface(5424) = {5424}; +Line Loop(5441) = {5276, 5440, -5426, -5439}; +Ruled Surface(5441) = {5441}; +Line Loop(5445) = {5277, 5444, -5427, -5440}; +Ruled Surface(5445) = {5445}; +Line Loop(5449) = {5278, 5448, -5428, -5444}; +Ruled Surface(5449) = {5449}; +Line Loop(5453) = {5279, 5452, -5429, -5448}; +Ruled Surface(5453) = {5453}; +Line Loop(5457) = {5280, 5456, -5430, -5452}; +Ruled Surface(5457) = {5457}; +Line Loop(5461) = {5281, 5460, -5431, -5456}; +Ruled Surface(5461) = {5461}; +Line Loop(5465) = {5282, 5464, -5432, -5460}; +Ruled Surface(5465) = {5465}; +Line Loop(5469) = {5283, 5468, -5433, -5464}; +Ruled Surface(5469) = {5469}; +Line Loop(5473) = {5284, 5472, -5434, -5468}; +Ruled Surface(5473) = {5473}; +Line Loop(5477) = {5285, 5476, -5435, -5472}; +Ruled Surface(5477) = {5477}; +Line Loop(5481) = {5286, 5480, -5436, -5476}; +Ruled Surface(5481) = {5481}; +Line Loop(5485) = {5287, 5439, -5437, -5480}; +Ruled Surface(5485) = {5485}; +Line Loop(5486) = {5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5436, 5437}; +Plane Surface(5486) = {5486}; +Line Loop(5495) = {5338, 5494, -5488, -5472}; +Ruled Surface(5495) = {5495}; +Line Loop(5499) = {5339, 5498, -5489, -5494}; +Ruled Surface(5499) = {5499}; +Line Loop(5503) = {5340, 5468, -5490, -5498}; +Ruled Surface(5503) = {5503}; +Line Loop(5508) = {5488, 5489, 5490, 5434}; +Plane Surface(5508) = {5508}; +Line Loop(5521) = {5361, 5520, -5511, -5480}; +Ruled Surface(5521) = {5521}; +Line Loop(5525) = {5362, 5524, -5512, -5520}; +Ruled Surface(5525) = {5525}; +Line Loop(5529) = {5363, 5476, -5513, -5524}; +Ruled Surface(5529) = {5529}; +Line Loop(5530) = {5436, 5511, 5512, 5513}; +Plane Surface(5530) = {5530}; +Line Loop(5539) = {5382, 5538, -5532, -5468}; +Ruled Surface(5539) = {5539}; +Line Loop(5543) = {5383, 5542, -5533, -5538}; +Ruled Surface(5543) = {5543}; +Line Loop(5547) = {5384, 5464, -5534, -5542}; +Ruled Surface(5547) = {5547}; +Line Loop(5552) = {5532, 5533, 5534, 5433}; +Plane Surface(5552) = {5552}; +Line Loop(5565) = {5405, 5564, -5555, -5439}; +Ruled Surface(5565) = {5565}; +Line Loop(5569) = {5406, 5568, -5556, -5564}; +Ruled Surface(5569) = {5569}; +Line Loop(5573) = {5407, 5480, -5557, -5568}; +Ruled Surface(5573) = {5573}; +Line Loop(5574) = {5437, 5555, 5556, 5557}; +Plane Surface(5574) = {5574}; +Line Loop(5591) = {5426, 5590, -5576, -5589}; +Ruled Surface(5591) = {5591}; +Line Loop(5595) = {5427, 5594, -5577, -5590}; +Ruled Surface(5595) = {5595}; +Line Loop(5599) = {5428, 5598, -5578, -5594}; +Ruled Surface(5599) = {5599}; +Line Loop(5603) = {5429, 5602, -5579, -5598}; +Ruled Surface(5603) = {5603}; +Line Loop(5607) = {5430, 5606, -5580, -5602}; +Ruled Surface(5607) = {5607}; +Line Loop(5611) = {5431, 5610, -5581, -5606}; +Ruled Surface(5611) = {5611}; +Line Loop(5615) = {5432, 5614, -5582, -5610}; +Ruled Surface(5615) = {5615}; +Line Loop(5619) = {5433, 5618, -5583, -5614}; +Ruled Surface(5619) = {5619}; +Line Loop(5623) = {5434, 5622, -5584, -5618}; +Ruled Surface(5623) = {5623}; +Line Loop(5627) = {5435, 5626, -5585, -5622}; +Ruled Surface(5627) = {5627}; +Line Loop(5631) = {5436, 5630, -5586, -5626}; +Ruled Surface(5631) = {5631}; +Line Loop(5635) = {5437, 5589, -5587, -5630}; +Ruled Surface(5635) = {5635}; +Line Loop(5636) = {5576, 5577, 5578, 5579, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5587}; +Plane Surface(5636) = {5636}; +Line Loop(5645) = {5488, 5644, -5638, -5622}; +Ruled Surface(5645) = {5645}; +Line Loop(5649) = {5489, 5648, -5639, -5644}; +Ruled Surface(5649) = {5649}; +Line Loop(5653) = {5490, 5618, -5640, -5648}; +Ruled Surface(5653) = {5653}; +Line Loop(5658) = {5638, 5639, 5640, 5584}; +Plane Surface(5658) = {5658}; +Line Loop(5671) = {5511, 5670, -5661, -5630}; +Ruled Surface(5671) = {5671}; +Line Loop(5675) = {5512, 5674, -5662, -5670}; +Ruled Surface(5675) = {5675}; +Line Loop(5679) = {5513, 5626, -5663, -5674}; +Ruled Surface(5679) = {5679}; +Line Loop(5680) = {5586, 5661, 5662, 5663}; +Plane Surface(5680) = {5680}; +Line Loop(5689) = {5532, 5688, -5682, -5618}; +Ruled Surface(5689) = {5689}; +Line Loop(5693) = {5533, 5692, -5683, -5688}; +Ruled Surface(5693) = {5693}; +Line Loop(5697) = {5534, 5614, -5684, -5692}; +Ruled Surface(5697) = {5697}; +Line Loop(5702) = {5682, 5683, 5684, 5583}; +Plane Surface(5702) = {5702}; +Line Loop(5715) = {5555, 5714, -5705, -5589}; +Ruled Surface(5715) = {5715}; +Line Loop(5719) = {5556, 5718, -5706, -5714}; +Ruled Surface(5719) = {5719}; +Line Loop(5723) = {5557, 5630, -5707, -5718}; +Ruled Surface(5723) = {5723}; +Line Loop(5724) = {5587, 5705, 5706, 5707}; +Plane Surface(5724) = {5724}; +Line Loop(5741) = {5576, 5740, -5726, -5739}; +Ruled Surface(5741) = {5741}; +Line Loop(5745) = {5577, 5744, -5727, -5740}; +Ruled Surface(5745) = {5745}; +Line Loop(5749) = {5578, 5748, -5728, -5744}; +Ruled Surface(5749) = {5749}; +Line Loop(5753) = {5579, 5752, -5729, -5748}; +Ruled Surface(5753) = {5753}; +Line Loop(5757) = {5580, 5756, -5730, -5752}; +Ruled Surface(5757) = {5757}; +Line Loop(5761) = {5581, 5760, -5731, -5756}; +Ruled Surface(5761) = {5761}; +Line Loop(5765) = {5582, 5764, -5732, -5760}; +Ruled Surface(5765) = {5765}; +Line Loop(5769) = {5583, 5768, -5733, -5764}; +Ruled Surface(5769) = {5769}; +Line Loop(5773) = {5584, 5772, -5734, -5768}; +Ruled Surface(5773) = {5773}; +Line Loop(5777) = {5585, 5776, -5735, -5772}; +Ruled Surface(5777) = {5777}; +Line Loop(5781) = {5586, 5780, -5736, -5776}; +Ruled Surface(5781) = {5781}; +Line Loop(5785) = {5587, 5739, -5737, -5780}; +Ruled Surface(5785) = {5785}; +Line Loop(5786) = {5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737}; +Plane Surface(5786) = {5786}; +Line Loop(5795) = {5638, 5794, -5788, -5772}; +Ruled Surface(5795) = {5795}; +Line Loop(5799) = {5639, 5798, -5789, -5794}; +Ruled Surface(5799) = {5799}; +Line Loop(5803) = {5640, 5768, -5790, -5798}; +Ruled Surface(5803) = {5803}; +Line Loop(5808) = {5788, 5789, 5790, 5734}; +Plane Surface(5808) = {5808}; +Line Loop(5821) = {5661, 5820, -5811, -5780}; +Ruled Surface(5821) = {5821}; +Line Loop(5825) = {5662, 5824, -5812, -5820}; +Ruled Surface(5825) = {5825}; +Line Loop(5829) = {5663, 5776, -5813, -5824}; +Ruled Surface(5829) = {5829}; +Line Loop(5830) = {5736, 5811, 5812, 5813}; +Plane Surface(5830) = {5830}; +Line Loop(5839) = {5682, 5838, -5832, -5768}; +Ruled Surface(5839) = {5839}; +Line Loop(5843) = {5683, 5842, -5833, -5838}; +Ruled Surface(5843) = {5843}; +Line Loop(5847) = {5684, 5764, -5834, -5842}; +Ruled Surface(5847) = {5847}; +Line Loop(5852) = {5832, 5833, 5834, 5733}; +Plane Surface(5852) = {5852}; +Line Loop(5865) = {5705, 5864, -5855, -5739}; +Ruled Surface(5865) = {5865}; +Line Loop(5869) = {5706, 5868, -5856, -5864}; +Ruled Surface(5869) = {5869}; +Line Loop(5873) = {5707, 5780, -5857, -5868}; +Ruled Surface(5873) = {5873}; +Line Loop(5874) = {5737, 5855, 5856, 5857}; +Plane Surface(5874) = {5874}; +Line Loop(5891) = {5726, 5890, -5876, -5889}; +Ruled Surface(5891) = {5891}; +Line Loop(5895) = {5727, 5894, -5877, -5890}; +Ruled Surface(5895) = {5895}; +Line Loop(5899) = {5728, 5898, -5878, -5894}; +Ruled Surface(5899) = {5899}; +Line Loop(5903) = {5729, 5902, -5879, -5898}; +Ruled Surface(5903) = {5903}; +Line Loop(5907) = {5730, 5906, -5880, -5902}; +Ruled Surface(5907) = {5907}; +Line Loop(5911) = {5731, 5910, -5881, -5906}; +Ruled Surface(5911) = {5911}; +Line Loop(5915) = {5732, 5914, -5882, -5910}; +Ruled Surface(5915) = {5915}; +Line Loop(5919) = {5733, 5918, -5883, -5914}; +Ruled Surface(5919) = {5919}; +Line Loop(5923) = {5734, 5922, -5884, -5918}; +Ruled Surface(5923) = {5923}; +Line Loop(5927) = {5735, 5926, -5885, -5922}; +Ruled Surface(5927) = {5927}; +Line Loop(5931) = {5736, 5930, -5886, -5926}; +Ruled Surface(5931) = {5931}; +Line Loop(5935) = {5737, 5889, -5887, -5930}; +Ruled Surface(5935) = {5935}; +Line Loop(5936) = {5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887}; +Plane Surface(5936) = {5936}; +Line Loop(5945) = {5788, 5944, -5938, -5922}; +Ruled Surface(5945) = {5945}; +Line Loop(5949) = {5789, 5948, -5939, -5944}; +Ruled Surface(5949) = {5949}; +Line Loop(5953) = {5790, 5918, -5940, -5948}; +Ruled Surface(5953) = {5953}; +Line Loop(5958) = {5938, 5939, 5940, 5884}; +Plane Surface(5958) = {5958}; +Line Loop(5971) = {5811, 5970, -5961, -5930}; +Ruled Surface(5971) = {5971}; +Line Loop(5975) = {5812, 5974, -5962, -5970}; +Ruled Surface(5975) = {5975}; +Line Loop(5979) = {5813, 5926, -5963, -5974}; +Ruled Surface(5979) = {5979}; +Line Loop(5980) = {5886, 5961, 5962, 5963}; +Plane Surface(5980) = {5980}; +Line Loop(5989) = {5832, 5988, -5982, -5918}; +Ruled Surface(5989) = {5989}; +Line Loop(5993) = {5833, 5992, -5983, -5988}; +Ruled Surface(5993) = {5993}; +Line Loop(5997) = {5834, 5914, -5984, -5992}; +Ruled Surface(5997) = {5997}; +Line Loop(6002) = {5982, 5983, 5984, 5883}; +Plane Surface(6002) = {6002}; +Line Loop(6015) = {5855, 6014, -6005, -5889}; +Ruled Surface(6015) = {6015}; +Line Loop(6019) = {5856, 6018, -6006, -6014}; +Ruled Surface(6019) = {6019}; +Line Loop(6023) = {5857, 5930, -6007, -6018}; +Ruled Surface(6023) = {6023}; +Line Loop(6024) = {5887, 6005, 6006, 6007}; +Plane Surface(6024) = {6024}; +Line Loop(6041) = {5876, 6040, -6026, -6039}; +Ruled Surface(6041) = {6041}; +Line Loop(6045) = {5877, 6044, -6027, -6040}; +Ruled Surface(6045) = {6045}; +Line Loop(6049) = {5878, 6048, -6028, -6044}; +Ruled Surface(6049) = {6049}; +Line Loop(6053) = {5879, 6052, -6029, -6048}; +Ruled Surface(6053) = {6053}; +Line Loop(6057) = {5880, 6056, -6030, -6052}; +Ruled Surface(6057) = {6057}; +Line Loop(6061) = {5881, 6060, -6031, -6056}; +Ruled Surface(6061) = {6061}; +Line Loop(6065) = {5882, 6064, -6032, -6060}; +Ruled Surface(6065) = {6065}; +Line Loop(6069) = {5883, 6068, -6033, -6064}; +Ruled Surface(6069) = {6069}; +Line Loop(6073) = {5884, 6072, -6034, -6068}; +Ruled Surface(6073) = {6073}; +Line Loop(6077) = {5885, 6076, -6035, -6072}; +Ruled Surface(6077) = {6077}; +Line Loop(6081) = {5886, 6080, -6036, -6076}; +Ruled Surface(6081) = {6081}; +Line Loop(6085) = {5887, 6039, -6037, -6080}; +Ruled Surface(6085) = {6085}; +Line Loop(6086) = {6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037}; +Plane Surface(6086) = {6086}; +Line Loop(6095) = {5938, 6094, -6088, -6072}; +Ruled Surface(6095) = {6095}; +Line Loop(6099) = {5939, 6098, -6089, -6094}; +Ruled Surface(6099) = {6099}; +Line Loop(6103) = {5940, 6068, -6090, -6098}; +Ruled Surface(6103) = {6103}; +Line Loop(6108) = {6088, 6089, 6090, 6034}; +Plane Surface(6108) = {6108}; +Line Loop(6121) = {5961, 6120, -6111, -6080}; +Ruled Surface(6121) = {6121}; +Line Loop(6125) = {5962, 6124, -6112, -6120}; +Ruled Surface(6125) = {6125}; +Line Loop(6129) = {5963, 6076, -6113, -6124}; +Ruled Surface(6129) = {6129}; +Line Loop(6130) = {6036, 6111, 6112, 6113}; +Plane Surface(6130) = {6130}; +Line Loop(6139) = {5982, 6138, -6132, -6068}; +Ruled Surface(6139) = {6139}; +Line Loop(6143) = {5983, 6142, -6133, -6138}; +Ruled Surface(6143) = {6143}; +Line Loop(6147) = {5984, 6064, -6134, -6142}; +Ruled Surface(6147) = {6147}; +Line Loop(6152) = {6132, 6133, 6134, 6033}; +Plane Surface(6152) = {6152}; +Line Loop(6165) = {6005, 6164, -6155, -6039}; +Ruled Surface(6165) = {6165}; +Line Loop(6169) = {6006, 6168, -6156, -6164}; +Ruled Surface(6169) = {6169}; +Line Loop(6173) = {6007, 6080, -6157, -6168}; +Ruled Surface(6173) = {6173}; +Line Loop(6174) = {6037, 6155, 6156, 6157}; +Plane Surface(6174) = {6174}; +Line Loop(6191) = {6026, 6190, -6176, -6189}; +Ruled Surface(6191) = {6191}; +Line Loop(6195) = {6027, 6194, -6177, -6190}; +Ruled Surface(6195) = {6195}; +Line Loop(6199) = {6028, 6198, -6178, -6194}; +Ruled Surface(6199) = {6199}; +Line Loop(6203) = {6029, 6202, -6179, -6198}; +Ruled Surface(6203) = {6203}; +Line Loop(6207) = {6030, 6206, -6180, -6202}; +Ruled Surface(6207) = {6207}; +Line Loop(6211) = {6031, 6210, -6181, -6206}; +Ruled Surface(6211) = {6211}; +Line Loop(6215) = {6032, 6214, -6182, -6210}; +Ruled Surface(6215) = {6215}; +Line Loop(6219) = {6033, 6218, -6183, -6214}; +Ruled Surface(6219) = {6219}; +Line Loop(6223) = {6034, 6222, -6184, -6218}; +Ruled Surface(6223) = {6223}; +Line Loop(6227) = {6035, 6226, -6185, -6222}; +Ruled Surface(6227) = {6227}; +Line Loop(6231) = {6036, 6230, -6186, -6226}; +Ruled Surface(6231) = {6231}; +Line Loop(6235) = {6037, 6189, -6187, -6230}; +Ruled Surface(6235) = {6235}; +Line Loop(6236) = {6176, 6177, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6185, 6186, 6187}; +Plane Surface(6236) = {6236}; +Line Loop(6245) = {6088, 6244, -6238, -6222}; +Ruled Surface(6245) = {6245}; +Line Loop(6249) = {6089, 6248, -6239, -6244}; +Ruled Surface(6249) = {6249}; +Line Loop(6253) = {6090, 6218, -6240, -6248}; +Ruled Surface(6253) = {6253}; +Line Loop(6258) = {6238, 6239, 6240, 6184}; +Plane Surface(6258) = {6258}; +Line Loop(6271) = {6111, 6270, -6261, -6230}; +Ruled Surface(6271) = {6271}; +Line Loop(6275) = {6112, 6274, -6262, -6270}; +Ruled Surface(6275) = {6275}; +Line Loop(6279) = {6113, 6226, -6263, -6274}; +Ruled Surface(6279) = {6279}; +Line Loop(6280) = {6186, 6261, 6262, 6263}; +Plane Surface(6280) = {6280}; +Line Loop(6289) = {6132, 6288, -6282, -6218}; +Ruled Surface(6289) = {6289}; +Line Loop(6293) = {6133, 6292, -6283, -6288}; +Ruled Surface(6293) = {6293}; +Line Loop(6297) = {6134, 6214, -6284, -6292}; +Ruled Surface(6297) = {6297}; +Line Loop(6302) = {6282, 6283, 6284, 6183}; +Plane Surface(6302) = {6302}; +Line Loop(6315) = {6155, 6314, -6305, -6189}; +Ruled Surface(6315) = {6315}; +Line Loop(6319) = {6156, 6318, -6306, -6314}; +Ruled Surface(6319) = {6319}; +Line Loop(6323) = {6157, 6230, -6307, -6318}; +Ruled Surface(6323) = {6323}; +Line Loop(6324) = {6187, 6305, 6306, 6307}; +Plane Surface(6324) = {6324}; +Line Loop(6341) = {6176, 6340, -6326, -6339}; +Ruled Surface(6341) = {6341}; +Line Loop(6345) = {6177, 6344, -6327, -6340}; +Ruled Surface(6345) = {6345}; +Line Loop(6349) = {6178, 6348, -6328, -6344}; +Ruled Surface(6349) = {6349}; +Line Loop(6353) = {6179, 6352, -6329, -6348}; +Ruled Surface(6353) = {6353}; +Line Loop(6357) = {6180, 6356, -6330, -6352}; +Ruled Surface(6357) = {6357}; +Line Loop(6361) = {6181, 6360, -6331, -6356}; +Ruled Surface(6361) = {6361}; +Line Loop(6365) = {6182, 6364, -6332, -6360}; +Ruled Surface(6365) = {6365}; +Line Loop(6369) = {6183, 6368, -6333, -6364}; +Ruled Surface(6369) = {6369}; +Line Loop(6373) = {6184, 6372, -6334, -6368}; +Ruled Surface(6373) = {6373}; +Line Loop(6377) = {6185, 6376, -6335, -6372}; +Ruled Surface(6377) = {6377}; +Line Loop(6381) = {6186, 6380, -6336, -6376}; +Ruled Surface(6381) = {6381}; +Line Loop(6385) = {6187, 6339, -6337, -6380}; +Ruled Surface(6385) = {6385}; +Line Loop(6386) = {6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337}; +Plane Surface(6386) = {6386}; +Line Loop(6395) = {6238, 6394, -6388, -6372}; +Ruled Surface(6395) = {6395}; +Line Loop(6399) = {6239, 6398, -6389, -6394}; +Ruled Surface(6399) = {6399}; +Line Loop(6403) = {6240, 6368, -6390, -6398}; +Ruled Surface(6403) = {6403}; +Line Loop(6408) = {6388, 6389, 6390, 6334}; +Plane Surface(6408) = {6408}; +Line Loop(6421) = {6261, 6420, -6411, -6380}; +Ruled Surface(6421) = {6421}; +Line Loop(6425) = {6262, 6424, -6412, -6420}; +Ruled Surface(6425) = {6425}; +Line Loop(6429) = {6263, 6376, -6413, -6424}; +Ruled Surface(6429) = {6429}; +Line Loop(6430) = {6336, 6411, 6412, 6413}; +Plane Surface(6430) = {6430}; +Line Loop(6439) = {6282, 6438, -6432, -6368}; +Ruled Surface(6439) = {6439}; +Line Loop(6443) = {6283, 6442, -6433, -6438}; +Ruled Surface(6443) = {6443}; +Line Loop(6447) = {6284, 6364, -6434, -6442}; +Ruled Surface(6447) = {6447}; +Line Loop(6452) = {6432, 6433, 6434, 6333}; +Plane Surface(6452) = {6452}; +Line Loop(6465) = {6305, 6464, -6455, -6339}; +Ruled Surface(6465) = {6465}; +Line Loop(6469) = {6306, 6468, -6456, -6464}; +Ruled Surface(6469) = {6469}; +Line Loop(6473) = {6307, 6380, -6457, -6468}; +Ruled Surface(6473) = {6473}; +Line Loop(6474) = {6337, 6455, 6456, 6457}; +Plane Surface(6474) = {6474}; +Line Loop(6491) = {6326, 6490, -6476, -6489}; +Ruled Surface(6491) = {6491}; +Line Loop(6495) = {6327, 6494, -6477, -6490}; +Ruled Surface(6495) = {6495}; +Line Loop(6499) = {6328, 6498, -6478, -6494}; +Ruled Surface(6499) = {6499}; +Line Loop(6503) = {6329, 6502, -6479, -6498}; +Ruled Surface(6503) = {6503}; +Line Loop(6507) = {6330, 6506, -6480, -6502}; +Ruled Surface(6507) = {6507}; +Line Loop(6511) = {6331, 6510, -6481, -6506}; +Ruled Surface(6511) = {6511}; +Line Loop(6515) = {6332, 6514, -6482, -6510}; +Ruled Surface(6515) = {6515}; +Line Loop(6519) = {6333, 6518, -6483, -6514}; +Ruled Surface(6519) = {6519}; +Line Loop(6523) = {6334, 6522, -6484, -6518}; +Ruled Surface(6523) = {6523}; +Line Loop(6527) = {6335, 6526, -6485, -6522}; +Ruled Surface(6527) = {6527}; +Line Loop(6531) = {6336, 6530, -6486, -6526}; +Ruled Surface(6531) = {6531}; +Line Loop(6535) = {6337, 6489, -6487, -6530}; +Ruled Surface(6535) = {6535}; +Line Loop(6536) = {6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487}; +Plane Surface(6536) = {6536}; +Line Loop(6545) = {6388, 6544, -6538, -6522}; +Ruled Surface(6545) = {6545}; +Line Loop(6549) = {6389, 6548, -6539, -6544}; +Ruled Surface(6549) = {6549}; +Line Loop(6553) = {6390, 6518, -6540, -6548}; +Ruled Surface(6553) = {6553}; +Line Loop(6558) = {6538, 6539, 6540, 6484}; +Plane Surface(6558) = {6558}; +Line Loop(6571) = {6411, 6570, -6561, -6530}; +Ruled Surface(6571) = {6571}; +Line Loop(6575) = {6412, 6574, -6562, -6570}; +Ruled Surface(6575) = {6575}; +Line Loop(6579) = {6413, 6526, -6563, -6574}; +Ruled Surface(6579) = {6579}; +Line Loop(6580) = {6486, 6561, 6562, 6563}; +Plane Surface(6580) = {6580}; +Line Loop(6589) = {6432, 6588, -6582, -6518}; +Ruled Surface(6589) = {6589}; +Line Loop(6593) = {6433, 6592, -6583, -6588}; +Ruled Surface(6593) = {6593}; +Line Loop(6597) = {6434, 6514, -6584, -6592}; +Ruled Surface(6597) = {6597}; +Line Loop(6602) = {6582, 6583, 6584, 6483}; +Plane Surface(6602) = {6602}; +Line Loop(6615) = {6455, 6614, -6605, -6489}; +Ruled Surface(6615) = {6615}; +Line Loop(6619) = {6456, 6618, -6606, -6614}; +Ruled Surface(6619) = {6619}; +Line Loop(6623) = {6457, 6530, -6607, -6618}; +Ruled Surface(6623) = {6623}; +Line Loop(6624) = {6487, 6605, 6606, 6607}; +Plane Surface(6624) = {6624}; +Line Loop(6641) = {6476, 6640, -6626, -6639}; +Ruled Surface(6641) = {6641}; +Line Loop(6645) = {6477, 6644, -6627, -6640}; +Ruled Surface(6645) = {6645}; +Line Loop(6649) = {6478, 6648, -6628, -6644}; +Ruled Surface(6649) = {6649}; +Line Loop(6653) = {6479, 6652, -6629, -6648}; +Ruled Surface(6653) = {6653}; +Line Loop(6657) = {6480, 6656, -6630, -6652}; +Ruled Surface(6657) = {6657}; +Line Loop(6661) = {6481, 6660, -6631, -6656}; +Ruled Surface(6661) = {6661}; +Line Loop(6665) = {6482, 6664, -6632, -6660}; +Ruled Surface(6665) = {6665}; +Line Loop(6669) = {6483, 6668, -6633, -6664}; +Ruled Surface(6669) = {6669}; +Line Loop(6673) = {6484, 6672, -6634, -6668}; +Ruled Surface(6673) = {6673}; +Line Loop(6677) = {6485, 6676, -6635, -6672}; +Ruled Surface(6677) = {6677}; +Line Loop(6681) = {6486, 6680, -6636, -6676}; +Ruled Surface(6681) = {6681}; +Line Loop(6685) = {6487, 6639, -6637, -6680}; +Ruled Surface(6685) = {6685}; +Line Loop(6686) = {6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6634, 6635, 6636, 6637}; +Plane Surface(6686) = {6686}; +Line Loop(6695) = {6538, 6694, -6688, -6672}; +Ruled Surface(6695) = {6695}; +Line Loop(6699) = {6539, 6698, -6689, -6694}; +Ruled Surface(6699) = {6699}; +Line Loop(6703) = {6540, 6668, -6690, -6698}; +Ruled Surface(6703) = {6703}; +Line Loop(6708) = {6688, 6689, 6690, 6634}; +Plane Surface(6708) = {6708}; +Line Loop(6721) = {6561, 6720, -6711, -6680}; +Ruled Surface(6721) = {6721}; +Line Loop(6725) = {6562, 6724, -6712, -6720}; +Ruled Surface(6725) = {6725}; +Line Loop(6729) = {6563, 6676, -6713, -6724}; +Ruled Surface(6729) = {6729}; +Line Loop(6730) = {6636, 6711, 6712, 6713}; +Plane Surface(6730) = {6730}; +Line Loop(6739) = {6582, 6738, -6732, -6668}; +Ruled Surface(6739) = {6739}; +Line Loop(6743) = {6583, 6742, -6733, -6738}; +Ruled Surface(6743) = {6743}; +Line Loop(6747) = {6584, 6664, -6734, -6742}; +Ruled Surface(6747) = {6747}; +Line Loop(6752) = {6732, 6733, 6734, 6633}; +Plane Surface(6752) = {6752}; +Line Loop(6765) = {6605, 6764, -6755, -6639}; +Ruled Surface(6765) = {6765}; +Line Loop(6769) = {6606, 6768, -6756, -6764}; +Ruled Surface(6769) = {6769}; +Line Loop(6773) = {6607, 6680, -6757, -6768}; +Ruled Surface(6773) = {6773}; +Line Loop(6774) = {6637, 6755, 6756, 6757}; +Plane Surface(6774) = {6774}; +Line Loop(6791) = {6626, 6790, -6776, -6789}; +Ruled Surface(6791) = {6791}; +Line Loop(6795) = {6627, 6794, -6777, -6790}; +Ruled Surface(6795) = {6795}; +Line Loop(6799) = {6628, 6798, -6778, -6794}; +Ruled Surface(6799) = {6799}; +Line Loop(6803) = {6629, 6802, -6779, -6798}; +Ruled Surface(6803) = {6803}; +Line Loop(6807) = {6630, 6806, -6780, -6802}; +Ruled Surface(6807) = {6807}; +Line Loop(6811) = {6631, 6810, -6781, -6806}; +Ruled Surface(6811) = {6811}; +Line Loop(6815) = {6632, 6814, -6782, -6810}; +Ruled Surface(6815) = {6815}; +Line Loop(6819) = {6633, 6818, -6783, -6814}; +Ruled Surface(6819) = {6819}; +Line Loop(6823) = {6634, 6822, -6784, -6818}; +Ruled Surface(6823) = {6823}; +Line Loop(6827) = {6635, 6826, -6785, -6822}; +Ruled Surface(6827) = {6827}; +Line Loop(6831) = {6636, 6830, -6786, -6826}; +Ruled Surface(6831) = {6831}; +Line Loop(6835) = {6637, 6789, -6787, -6830}; +Ruled Surface(6835) = {6835}; +Line Loop(6836) = {6776, 6777, 6778, 6779, 6780, 6781, 6782, 6783, 6784, 6785, 6786, 6787}; +Plane Surface(6836) = {6836}; +Line Loop(6845) = {6688, 6844, -6838, -6822}; +Ruled Surface(6845) = {6845}; +Line Loop(6849) = {6689, 6848, -6839, -6844}; +Ruled Surface(6849) = {6849}; +Line Loop(6853) = {6690, 6818, -6840, -6848}; +Ruled Surface(6853) = {6853}; +Line Loop(6858) = {6838, 6839, 6840, 6784}; +Plane Surface(6858) = {6858}; +Line Loop(6871) = {6711, 6870, -6861, -6830}; +Ruled Surface(6871) = {6871}; +Line Loop(6875) = {6712, 6874, -6862, -6870}; +Ruled Surface(6875) = {6875}; +Line Loop(6879) = {6713, 6826, -6863, -6874}; +Ruled Surface(6879) = {6879}; +Line Loop(6880) = {6786, 6861, 6862, 6863}; +Plane Surface(6880) = {6880}; +Line Loop(6889) = {6732, 6888, -6882, -6818}; +Ruled Surface(6889) = {6889}; +Line Loop(6893) = {6733, 6892, -6883, -6888}; +Ruled Surface(6893) = {6893}; +Line Loop(6897) = {6734, 6814, -6884, -6892}; +Ruled Surface(6897) = {6897}; +Line Loop(6902) = {6882, 6883, 6884, 6783}; +Plane Surface(6902) = {6902}; +Line Loop(6915) = {6755, 6914, -6905, -6789}; +Ruled Surface(6915) = {6915}; +Line Loop(6919) = {6756, 6918, -6906, -6914}; +Ruled Surface(6919) = {6919}; +Line Loop(6923) = {6757, 6830, -6907, -6918}; +Ruled Surface(6923) = {6923}; +Line Loop(6924) = {6787, 6905, 6906, 6907}; +Plane Surface(6924) = {6924}; +Line Loop(6941) = {6776, 6940, -6926, -6939}; +Ruled Surface(6941) = {6941}; +Line Loop(6945) = {6777, 6944, -6927, -6940}; +Ruled Surface(6945) = {6945}; +Line Loop(6949) = {6778, 6948, -6928, -6944}; +Ruled Surface(6949) = {6949}; +Line Loop(6953) = {6779, 6952, -6929, -6948}; +Ruled Surface(6953) = {6953}; +Line Loop(6957) = {6780, 6956, -6930, -6952}; +Ruled Surface(6957) = {6957}; +Line Loop(6961) = {6781, 6960, -6931, -6956}; +Ruled Surface(6961) = {6961}; +Line Loop(6965) = {6782, 6964, -6932, -6960}; +Ruled Surface(6965) = {6965}; +Line Loop(6969) = {6783, 6968, -6933, -6964}; +Ruled Surface(6969) = {6969}; +Line Loop(6973) = {6784, 6972, -6934, -6968}; +Ruled Surface(6973) = {6973}; +Line Loop(6977) = {6785, 6976, -6935, -6972}; +Ruled Surface(6977) = {6977}; +Line Loop(6981) = {6786, 6980, -6936, -6976}; +Ruled Surface(6981) = {6981}; +Line Loop(6985) = {6787, 6939, -6937, -6980}; +Ruled Surface(6985) = {6985}; +Line Loop(6986) = {6926, 6927, 6928, 6929, 6930, 6931, 6932, 6933, 6934, 6935, 6936, 6937}; +Plane Surface(6986) = {6986}; +Line Loop(6995) = {6838, 6994, -6988, -6972}; +Ruled Surface(6995) = {6995}; +Line Loop(6999) = {6839, 6998, -6989, -6994}; +Ruled Surface(6999) = {6999}; +Line Loop(7003) = {6840, 6968, -6990, -6998}; +Ruled Surface(7003) = {7003}; +Line Loop(7008) = {6988, 6989, 6990, 6934}; +Plane Surface(7008) = {7008}; +Line Loop(7021) = {6861, 7020, -7011, -6980}; +Ruled Surface(7021) = {7021}; +Line Loop(7025) = {6862, 7024, -7012, -7020}; +Ruled Surface(7025) = {7025}; +Line Loop(7029) = {6863, 6976, -7013, -7024}; +Ruled Surface(7029) = {7029}; +Line Loop(7030) = {6936, 7011, 7012, 7013}; +Plane Surface(7030) = {7030}; +Line Loop(7039) = {6882, 7038, -7032, -6968}; +Ruled Surface(7039) = {7039}; +Line Loop(7043) = {6883, 7042, -7033, -7038}; +Ruled Surface(7043) = {7043}; +Line Loop(7047) = {6884, 6964, -7034, -7042}; +Ruled Surface(7047) = {7047}; +Line Loop(7052) = {7032, 7033, 7034, 6933}; +Plane Surface(7052) = {7052}; +Line Loop(7065) = {6905, 7064, -7055, -6939}; +Ruled Surface(7065) = {7065}; +Line Loop(7069) = {6906, 7068, -7056, -7064}; +Ruled Surface(7069) = {7069}; +Line Loop(7073) = {6907, 6980, -7057, -7068}; +Ruled Surface(7073) = {7073}; +Line Loop(7074) = {6937, 7055, 7056, 7057}; +Plane Surface(7074) = {7074}; +Line Loop(7091) = {6926, 7090, -7076, -7089}; +Ruled Surface(7091) = {7091}; +Line Loop(7095) = {6927, 7094, -7077, -7090}; +Ruled Surface(7095) = {7095}; +Line Loop(7099) = {6928, 7098, -7078, -7094}; +Ruled Surface(7099) = {7099}; +Line Loop(7103) = {6929, 7102, -7079, -7098}; +Ruled Surface(7103) = {7103}; +Line Loop(7107) = {6930, 7106, -7080, -7102}; +Ruled Surface(7107) = {7107}; +Line Loop(7111) = {6931, 7110, -7081, -7106}; +Ruled Surface(7111) = {7111}; +Line Loop(7115) = {6932, 7114, -7082, -7110}; +Ruled Surface(7115) = {7115}; +Line Loop(7119) = {6933, 7118, -7083, -7114}; +Ruled Surface(7119) = {7119}; +Line Loop(7123) = {6934, 7122, -7084, -7118}; +Ruled Surface(7123) = {7123}; +Line Loop(7127) = {6935, 7126, -7085, -7122}; +Ruled Surface(7127) = {7127}; +Line Loop(7131) = {6936, 7130, -7086, -7126}; +Ruled Surface(7131) = {7131}; +Line Loop(7135) = {6937, 7089, -7087, -7130}; +Ruled Surface(7135) = {7135}; +Line Loop(7136) = {7076, 7077, 7078, 7079, 7080, 7081, 7082, 7083, 7084, 7085, 7086, 7087}; +Plane Surface(7136) = {7136}; +Line Loop(7145) = {6988, 7144, -7138, -7122}; +Ruled Surface(7145) = {7145}; +Line Loop(7149) = {6989, 7148, -7139, -7144}; +Ruled Surface(7149) = {7149}; +Line Loop(7153) = {6990, 7118, -7140, -7148}; +Ruled Surface(7153) = {7153}; +Line Loop(7158) = {7138, 7139, 7140, 7084}; +Plane Surface(7158) = {7158}; +Line Loop(7171) = {7011, 7170, -7161, -7130}; +Ruled Surface(7171) = {7171}; +Line Loop(7175) = {7012, 7174, -7162, -7170}; +Ruled Surface(7175) = {7175}; +Line Loop(7179) = {7013, 7126, -7163, -7174}; +Ruled Surface(7179) = {7179}; +Line Loop(7180) = {7086, 7161, 7162, 7163}; +Plane Surface(7180) = {7180}; +Line Loop(7189) = {7032, 7188, -7182, -7118}; +Ruled Surface(7189) = {7189}; +Line Loop(7193) = {7033, 7192, -7183, -7188}; +Ruled Surface(7193) = {7193}; +Line Loop(7197) = {7034, 7114, -7184, -7192}; +Ruled Surface(7197) = {7197}; +Line Loop(7202) = {7182, 7183, 7184, 7083}; +Plane Surface(7202) = {7202}; +Line Loop(7215) = {7055, 7214, -7205, -7089}; +Ruled Surface(7215) = {7215}; +Line Loop(7219) = {7056, 7218, -7206, -7214}; +Ruled Surface(7219) = {7219}; +Line Loop(7223) = {7057, 7130, -7207, -7218}; +Ruled Surface(7223) = {7223}; +Line Loop(7224) = {7087, 7205, 7206, 7207}; +Plane Surface(7224) = {7224}; +Line Loop(7241) = {7076, 7240, -7226, -7239}; +Ruled Surface(7241) = {7241}; +Line Loop(7245) = {7077, 7244, -7227, -7240}; +Ruled Surface(7245) = {7245}; +Line Loop(7249) = {7078, 7248, -7228, -7244}; +Ruled Surface(7249) = {7249}; +Line Loop(7253) = {7079, 7252, -7229, -7248}; +Ruled Surface(7253) = {7253}; +Line Loop(7257) = {7080, 7256, -7230, -7252}; +Ruled Surface(7257) = {7257}; +Line Loop(7261) = {7081, 7260, -7231, -7256}; +Ruled Surface(7261) = {7261}; +Line Loop(7265) = {7082, 7264, -7232, -7260}; +Ruled Surface(7265) = {7265}; +Line Loop(7269) = {7083, 7268, -7233, -7264}; +Ruled Surface(7269) = {7269}; +Line Loop(7273) = {7084, 7272, -7234, -7268}; +Ruled Surface(7273) = {7273}; +Line Loop(7277) = {7085, 7276, -7235, -7272}; +Ruled Surface(7277) = {7277}; +Line Loop(7281) = {7086, 7280, -7236, -7276}; +Ruled Surface(7281) = {7281}; +Line Loop(7285) = {7087, 7239, -7237, -7280}; +Ruled Surface(7285) = {7285}; +Line Loop(7286) = {7226, 7227, 7228, 7229, 7230, 7231, 7232, 7233, 7234, 7235, 7236, 7237}; +Plane Surface(7286) = {7286}; +Line Loop(7295) = {7138, 7294, -7288, -7272}; +Ruled Surface(7295) = {7295}; +Line Loop(7299) = {7139, 7298, -7289, -7294}; +Ruled Surface(7299) = {7299}; +Line Loop(7303) = {7140, 7268, -7290, -7298}; +Ruled Surface(7303) = {7303}; +Line Loop(7308) = {7288, 7289, 7290, 7234}; +Plane Surface(7308) = {7308}; +Line Loop(7321) = {7161, 7320, -7311, -7280}; +Ruled Surface(7321) = {7321}; +Line Loop(7325) = {7162, 7324, -7312, -7320}; +Ruled Surface(7325) = {7325}; +Line Loop(7329) = {7163, 7276, -7313, -7324}; +Ruled Surface(7329) = {7329}; +Line Loop(7330) = {7236, 7311, 7312, 7313}; +Plane Surface(7330) = {7330}; +Line Loop(7339) = {7182, 7338, -7332, -7268}; +Ruled Surface(7339) = {7339}; +Line Loop(7343) = {7183, 7342, -7333, -7338}; +Ruled Surface(7343) = {7343}; +Line Loop(7347) = {7184, 7264, -7334, -7342}; +Ruled Surface(7347) = {7347}; +Line Loop(7352) = {7332, 7333, 7334, 7233}; +Plane Surface(7352) = {7352}; +Line Loop(7365) = {7205, 7364, -7355, -7239}; +Ruled Surface(7365) = {7365}; +Line Loop(7369) = {7206, 7368, -7356, -7364}; +Ruled Surface(7369) = {7369}; +Line Loop(7373) = {7207, 7280, -7357, -7368}; +Ruled Surface(7373) = {7373}; +Line Loop(7374) = {7237, 7355, 7356, 7357}; +Plane Surface(7374) = {7374}; +Line Loop(7391) = {7226, 7390, -7376, -7389}; +Ruled Surface(7391) = {7391}; +Line Loop(7395) = {7227, 7394, -7377, -7390}; +Ruled Surface(7395) = {7395}; +Line Loop(7399) = {7228, 7398, -7378, -7394}; +Ruled Surface(7399) = {7399}; +Line Loop(7403) = {7229, 7402, -7379, -7398}; +Ruled Surface(7403) = {7403}; +Line Loop(7407) = {7230, 7406, -7380, -7402}; +Ruled Surface(7407) = {7407}; +Line Loop(7411) = {7231, 7410, -7381, -7406}; +Ruled Surface(7411) = {7411}; +Line Loop(7415) = {7232, 7414, -7382, -7410}; +Ruled Surface(7415) = {7415}; +Line Loop(7419) = {7233, 7418, -7383, -7414}; +Ruled Surface(7419) = {7419}; +Line Loop(7423) = {7234, 7422, -7384, -7418}; +Ruled Surface(7423) = {7423}; +Line Loop(7427) = {7235, 7426, -7385, -7422}; +Ruled Surface(7427) = {7427}; +Line Loop(7431) = {7236, 7430, -7386, -7426}; +Ruled Surface(7431) = {7431}; +Line Loop(7435) = {7237, 7389, -7387, -7430}; +Ruled Surface(7435) = {7435}; +Line Loop(7436) = {7376, 7377, 7378, 7379, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387}; +Plane Surface(7436) = {7436}; +Line Loop(7445) = {7288, 7444, -7438, -7422}; +Ruled Surface(7445) = {7445}; +Line Loop(7449) = {7289, 7448, -7439, -7444}; +Ruled Surface(7449) = {7449}; +Line Loop(7453) = {7290, 7418, -7440, -7448}; +Ruled Surface(7453) = {7453}; +Line Loop(7458) = {7438, 7439, 7440, 7384}; +Plane Surface(7458) = {7458}; +Line Loop(7471) = {7311, 7470, -7461, -7430}; +Ruled Surface(7471) = {7471}; +Line Loop(7475) = {7312, 7474, -7462, -7470}; +Ruled Surface(7475) = {7475}; +Line Loop(7479) = {7313, 7426, -7463, -7474}; +Ruled Surface(7479) = {7479}; +Line Loop(7480) = {7386, 7461, 7462, 7463}; +Plane Surface(7480) = {7480}; +Line Loop(7489) = {7332, 7488, -7482, -7418}; +Ruled Surface(7489) = {7489}; +Line Loop(7493) = {7333, 7492, -7483, -7488}; +Ruled Surface(7493) = {7493}; +Line Loop(7497) = {7334, 7414, -7484, -7492}; +Ruled Surface(7497) = {7497}; +Line Loop(7502) = {7482, 7483, 7484, 7383}; +Plane Surface(7502) = {7502}; +Line Loop(7515) = {7355, 7514, -7505, -7389}; +Ruled Surface(7515) = {7515}; +Line Loop(7519) = {7356, 7518, -7506, -7514}; +Ruled Surface(7519) = {7519}; +Line Loop(7523) = {7357, 7430, -7507, -7518}; +Ruled Surface(7523) = {7523}; +Line Loop(7524) = {7387, 7505, 7506, 7507}; +Plane Surface(7524) = {7524}; +Line Loop(7541) = {7376, 7540, -7526, -7539}; +Ruled Surface(7541) = {7541}; +Line Loop(7545) = {7377, 7544, -7527, -7540}; +Ruled Surface(7545) = {7545}; +Line Loop(7549) = {7378, 7548, -7528, -7544}; +Ruled Surface(7549) = {7549}; +Line Loop(7553) = {7379, 7552, -7529, -7548}; +Ruled Surface(7553) = {7553}; +Line Loop(7557) = {7380, 7556, -7530, -7552}; +Ruled Surface(7557) = {7557}; +Line Loop(7561) = {7381, 7560, -7531, -7556}; +Ruled Surface(7561) = {7561}; +Line Loop(7565) = {7382, 7564, -7532, -7560}; +Ruled Surface(7565) = {7565}; +Line Loop(7569) = {7383, 7568, -7533, -7564}; +Ruled Surface(7569) = {7569}; +Line Loop(7573) = {7384, 7572, -7534, -7568}; +Ruled Surface(7573) = {7573}; +Line Loop(7577) = {7385, 7576, -7535, -7572}; +Ruled Surface(7577) = {7577}; +Line Loop(7581) = {7386, 7580, -7536, -7576}; +Ruled Surface(7581) = {7581}; +Line Loop(7585) = {7387, 7539, -7537, -7580}; +Ruled Surface(7585) = {7585}; +Line Loop(7586) = {7526, 7527, 7528, 7529, 7530, 7531, 7532, 7533, 7534, 7535, 7536, 7537}; +Plane Surface(7586) = {7586}; +Line Loop(7595) = {7438, 7594, -7588, -7572}; +Ruled Surface(7595) = {7595}; +Line Loop(7599) = {7439, 7598, -7589, -7594}; +Ruled Surface(7599) = {7599}; +Line Loop(7603) = {7440, 7568, -7590, -7598}; +Ruled Surface(7603) = {7603}; +Line Loop(7608) = {7588, 7589, 7590, 7534}; +Plane Surface(7608) = {7608}; +Line Loop(7621) = {7461, 7620, -7611, -7580}; +Ruled Surface(7621) = {7621}; +Line Loop(7625) = {7462, 7624, -7612, -7620}; +Ruled Surface(7625) = {7625}; +Line Loop(7629) = {7463, 7576, -7613, -7624}; +Ruled Surface(7629) = {7629}; +Line Loop(7630) = {7536, 7611, 7612, 7613}; +Plane Surface(7630) = {7630}; +Line Loop(7639) = {7482, 7638, -7632, -7568}; +Ruled Surface(7639) = {7639}; +Line Loop(7643) = {7483, 7642, -7633, -7638}; +Ruled Surface(7643) = {7643}; +Line Loop(7647) = {7484, 7564, -7634, -7642}; +Ruled Surface(7647) = {7647}; +Line Loop(7652) = {7632, 7633, 7634, 7533}; +Plane Surface(7652) = {7652}; +Line Loop(7665) = {7505, 7664, -7655, -7539}; +Ruled Surface(7665) = {7665}; +Line Loop(7669) = {7506, 7668, -7656, -7664}; +Ruled Surface(7669) = {7669}; +Line Loop(7673) = {7507, 7580, -7657, -7668}; +Ruled Surface(7673) = {7673}; +Line Loop(7674) = {7537, 7655, 7656, 7657}; +Plane Surface(7674) = {7674}; +Line Loop(7691) = {7526, 7690, -7676, -7689}; +Ruled Surface(7691) = {7691}; +Line Loop(7695) = {7527, 7694, -7677, -7690}; +Ruled Surface(7695) = {7695}; +Line Loop(7699) = {7528, 7698, -7678, -7694}; +Ruled Surface(7699) = {7699}; +Line Loop(7703) = {7529, 7702, -7679, -7698}; +Ruled Surface(7703) = {7703}; +Line Loop(7707) = {7530, 7706, -7680, -7702}; +Ruled Surface(7707) = {7707}; +Line Loop(7711) = {7531, 7710, -7681, -7706}; +Ruled Surface(7711) = {7711}; +Line Loop(7715) = {7532, 7714, -7682, -7710}; +Ruled Surface(7715) = {7715}; +Line Loop(7719) = {7533, 7718, -7683, -7714}; +Ruled Surface(7719) = {7719}; +Line Loop(7723) = {7534, 7722, -7684, -7718}; +Ruled Surface(7723) = {7723}; +Line Loop(7727) = {7535, 7726, -7685, -7722}; +Ruled Surface(7727) = {7727}; +Line Loop(7731) = {7536, 7730, -7686, -7726}; +Ruled Surface(7731) = {7731}; +Line Loop(7735) = {7537, 7689, -7687, -7730}; +Ruled Surface(7735) = {7735}; +Line Loop(7736) = {7676, 7677, 7678, 7679, 7680, 7681, 7682, 7683, 7684, 7685, 7686, 7687}; +Plane Surface(7736) = {7736}; +Line Loop(7745) = {7588, 7744, -7738, -7722}; +Ruled Surface(7745) = {7745}; +Line Loop(7749) = {7589, 7748, -7739, -7744}; +Ruled Surface(7749) = {7749}; +Line Loop(7753) = {7590, 7718, -7740, -7748}; +Ruled Surface(7753) = {7753}; +Line Loop(7758) = {7738, 7739, 7740, 7684}; +Plane Surface(7758) = {7758}; +Line Loop(7771) = {7611, 7770, -7761, -7730}; +Ruled Surface(7771) = {7771}; +Line Loop(7775) = {7612, 7774, -7762, -7770}; +Ruled Surface(7775) = {7775}; +Line Loop(7779) = {7613, 7726, -7763, -7774}; +Ruled Surface(7779) = {7779}; +Line Loop(7780) = {7686, 7761, 7762, 7763}; +Plane Surface(7780) = {7780}; +Line Loop(7789) = {7632, 7788, -7782, -7718}; +Ruled Surface(7789) = {7789}; +Line Loop(7793) = {7633, 7792, -7783, -7788}; +Ruled Surface(7793) = {7793}; +Line Loop(7797) = {7634, 7714, -7784, -7792}; +Ruled Surface(7797) = {7797}; +Line Loop(7802) = {7782, 7783, 7784, 7683}; +Plane Surface(7802) = {7802}; +Line Loop(7815) = {7655, 7814, -7805, -7689}; +Ruled Surface(7815) = {7815}; +Line Loop(7819) = {7656, 7818, -7806, -7814}; +Ruled Surface(7819) = {7819}; +Line Loop(7823) = {7657, 7730, -7807, -7818}; +Ruled Surface(7823) = {7823}; +Line Loop(7824) = {7687, 7805, 7806, 7807}; +Plane Surface(7824) = {7824}; +Line Loop(7841) = {7676, 7840, -7826, -7839}; +Ruled Surface(7841) = {7841}; +Line Loop(7845) = {7677, 7844, -7827, -7840}; +Ruled Surface(7845) = {7845}; +Line Loop(7849) = {7678, 7848, -7828, -7844}; +Ruled Surface(7849) = {7849}; +Line Loop(7853) = {7679, 7852, -7829, -7848}; +Ruled Surface(7853) = {7853}; +Line Loop(7857) = {7680, 7856, -7830, -7852}; +Ruled Surface(7857) = {7857}; +Line Loop(7861) = {7681, 7860, -7831, -7856}; +Ruled Surface(7861) = {7861}; +Line Loop(7865) = {7682, 7864, -7832, -7860}; +Ruled Surface(7865) = {7865}; +Line Loop(7869) = {7683, 7868, -7833, -7864}; +Ruled Surface(7869) = {7869}; +Line Loop(7873) = {7684, 7872, -7834, -7868}; +Ruled Surface(7873) = {7873}; +Line Loop(7877) = {7685, 7876, -7835, -7872}; +Ruled Surface(7877) = {7877}; +Line Loop(7881) = {7686, 7880, -7836, -7876}; +Ruled Surface(7881) = {7881}; +Line Loop(7885) = {7687, 7839, -7837, -7880}; +Ruled Surface(7885) = {7885}; +Line Loop(7886) = {7826, 7827, 7828, 7829, 7830, 7831, 7832, 7833, 7834, 7835, 7836, 7837}; +Plane Surface(7886) = {7886}; +Line Loop(7895) = {7738, 7894, -7888, -7872}; +Ruled Surface(7895) = {7895}; +Line Loop(7899) = {7739, 7898, -7889, -7894}; +Ruled Surface(7899) = {7899}; +Line Loop(7903) = {7740, 7868, -7890, -7898}; +Ruled Surface(7903) = {7903}; +Line Loop(7908) = {7888, 7889, 7890, 7834}; +Plane Surface(7908) = {7908}; +Line Loop(7921) = {7761, 7920, -7911, -7880}; +Ruled Surface(7921) = {7921}; +Line Loop(7925) = {7762, 7924, -7912, -7920}; +Ruled Surface(7925) = {7925}; +Line Loop(7929) = {7763, 7876, -7913, -7924}; +Ruled Surface(7929) = {7929}; +Line Loop(7930) = {7836, 7911, 7912, 7913}; +Plane Surface(7930) = {7930}; +Line Loop(7939) = {7782, 7938, -7932, -7868}; +Ruled Surface(7939) = {7939}; +Line Loop(7943) = {7783, 7942, -7933, -7938}; +Ruled Surface(7943) = {7943}; +Line Loop(7947) = {7784, 7864, -7934, -7942}; +Ruled Surface(7947) = {7947}; +Line Loop(7952) = {7932, 7933, 7934, 7833}; +Plane Surface(7952) = {7952}; +Line Loop(7965) = {7805, 7964, -7955, -7839}; +Ruled Surface(7965) = {7965}; +Line Loop(7969) = {7806, 7968, -7956, -7964}; +Ruled Surface(7969) = {7969}; +Line Loop(7973) = {7807, 7880, -7957, -7968}; +Ruled Surface(7973) = {7973}; +Line Loop(7974) = {7837, 7955, 7956, 7957}; +Plane Surface(7974) = {7974}; +Line Loop(7991) = {7826, 7990, -7976, -7989}; +Ruled Surface(7991) = {7991}; +Line Loop(7995) = {7827, 7994, -7977, -7990}; +Ruled Surface(7995) = {7995}; +Line Loop(7999) = {7828, 7998, -7978, -7994}; +Ruled Surface(7999) = {7999}; +Line Loop(8003) = {7829, 8002, -7979, -7998}; +Ruled Surface(8003) = {8003}; +Line Loop(8007) = {7830, 8006, -7980, -8002}; +Ruled Surface(8007) = {8007}; +Line Loop(8011) = {7831, 8010, -7981, -8006}; +Ruled Surface(8011) = {8011}; +Line Loop(8015) = {7832, 8014, -7982, -8010}; +Ruled Surface(8015) = {8015}; +Line Loop(8019) = {7833, 8018, -7983, -8014}; +Ruled Surface(8019) = {8019}; +Line Loop(8023) = {7834, 8022, -7984, -8018}; +Ruled Surface(8023) = {8023}; +Line Loop(8027) = {7835, 8026, -7985, -8022}; +Ruled Surface(8027) = {8027}; +Line Loop(8031) = {7836, 8030, -7986, -8026}; +Ruled Surface(8031) = {8031}; +Line Loop(8035) = {7837, 7989, -7987, -8030}; +Ruled Surface(8035) = {8035}; +Line Loop(8036) = {7976, 7977, 7978, 7979, 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987}; +Plane Surface(8036) = {8036}; +Line Loop(8045) = {7888, 8044, -8038, -8022}; +Ruled Surface(8045) = {8045}; +Line Loop(8049) = {7889, 8048, -8039, -8044}; +Ruled Surface(8049) = {8049}; +Line Loop(8053) = {7890, 8018, -8040, -8048}; +Ruled Surface(8053) = {8053}; +Line Loop(8058) = {8038, 8039, 8040, 7984}; +Plane Surface(8058) = {8058}; +Line Loop(8071) = {7911, 8070, -8061, -8030}; +Ruled Surface(8071) = {8071}; +Line Loop(8075) = {7912, 8074, -8062, -8070}; +Ruled Surface(8075) = {8075}; +Line Loop(8079) = {7913, 8026, -8063, -8074}; +Ruled Surface(8079) = {8079}; +Line Loop(8080) = {7986, 8061, 8062, 8063}; +Plane Surface(8080) = {8080}; +Line Loop(8089) = {7932, 8088, -8082, -8018}; +Ruled Surface(8089) = {8089}; +Line Loop(8093) = {7933, 8092, -8083, -8088}; +Ruled Surface(8093) = {8093}; +Line Loop(8097) = {7934, 8014, -8084, -8092}; +Ruled Surface(8097) = {8097}; +Line Loop(8102) = {8082, 8083, 8084, 7983}; +Plane Surface(8102) = {8102}; +Line Loop(8115) = {7955, 8114, -8105, -7989}; +Ruled Surface(8115) = {8115}; +Line Loop(8119) = {7956, 8118, -8106, -8114}; +Ruled Surface(8119) = {8119}; +Line Loop(8123) = {7957, 8030, -8107, -8118}; +Ruled Surface(8123) = {8123}; +Line Loop(8124) = {7987, 8105, 8106, 8107}; +Plane Surface(8124) = {8124}; +Line Loop(8141) = {7976, 8140, -8126, -8139}; +Ruled Surface(8141) = {8141}; +Line Loop(8145) = {7977, 8144, -8127, -8140}; +Ruled Surface(8145) = {8145}; +Line Loop(8149) = {7978, 8148, -8128, -8144}; +Ruled Surface(8149) = {8149}; +Line Loop(8153) = {7979, 8152, -8129, -8148}; +Ruled Surface(8153) = {8153}; +Line Loop(8157) = {7980, 8156, -8130, -8152}; +Ruled Surface(8157) = {8157}; +Line Loop(8161) = {7981, 8160, -8131, -8156}; +Ruled Surface(8161) = {8161}; +Line Loop(8165) = {7982, 8164, -8132, -8160}; +Ruled Surface(8165) = {8165}; +Line Loop(8169) = {7983, 8168, -8133, -8164}; +Ruled Surface(8169) = {8169}; +Line Loop(8173) = {7984, 8172, -8134, -8168}; +Ruled Surface(8173) = {8173}; +Line Loop(8177) = {7985, 8176, -8135, -8172}; +Ruled Surface(8177) = {8177}; +Line Loop(8181) = {7986, 8180, -8136, -8176}; +Ruled Surface(8181) = {8181}; +Line Loop(8185) = {7987, 8139, -8137, -8180}; +Ruled Surface(8185) = {8185}; +Line Loop(8186) = {8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8136, 8137}; +Plane Surface(8186) = {8186}; +Line Loop(8195) = {8038, 8194, -8188, -8172}; +Ruled Surface(8195) = {8195}; +Line Loop(8199) = {8039, 8198, -8189, -8194}; +Ruled Surface(8199) = {8199}; +Line Loop(8203) = {8040, 8168, -8190, -8198}; +Ruled Surface(8203) = {8203}; +Line Loop(8208) = {8188, 8189, 8190, 8134}; +Plane Surface(8208) = {8208}; +Line Loop(8221) = {8061, 8220, -8211, -8180}; +Ruled Surface(8221) = {8221}; +Line Loop(8225) = {8062, 8224, -8212, -8220}; +Ruled Surface(8225) = {8225}; +Line Loop(8229) = {8063, 8176, -8213, -8224}; +Ruled Surface(8229) = {8229}; +Line Loop(8230) = {8136, 8211, 8212, 8213}; +Plane Surface(8230) = {8230}; +Line Loop(8239) = {8082, 8238, -8232, -8168}; +Ruled Surface(8239) = {8239}; +Line Loop(8243) = {8083, 8242, -8233, -8238}; +Ruled Surface(8243) = {8243}; +Line Loop(8247) = {8084, 8164, -8234, -8242}; +Ruled Surface(8247) = {8247}; +Line Loop(8252) = {8232, 8233, 8234, 8133}; +Plane Surface(8252) = {8252}; +Line Loop(8265) = {8105, 8264, -8255, -8139}; +Ruled Surface(8265) = {8265}; +Line Loop(8269) = {8106, 8268, -8256, -8264}; +Ruled Surface(8269) = {8269}; +Line Loop(8273) = {8107, 8180, -8257, -8268}; +Ruled Surface(8273) = {8273}; +Line Loop(8274) = {8137, 8255, 8256, 8257}; +Plane Surface(8274) = {8274}; +Line Loop(8291) = {8126, 8290, -8276, -8289}; +Ruled Surface(8291) = {8291}; +Line Loop(8295) = {8127, 8294, -8277, -8290}; +Ruled Surface(8295) = {8295}; +Line Loop(8299) = {8128, 8298, -8278, -8294}; +Ruled Surface(8299) = {8299}; +Line Loop(8303) = {8129, 8302, -8279, -8298}; +Ruled Surface(8303) = {8303}; +Line Loop(8307) = {8130, 8306, -8280, -8302}; +Ruled Surface(8307) = {8307}; +Line Loop(8311) = {8131, 8310, -8281, -8306}; +Ruled Surface(8311) = {8311}; +Line Loop(8315) = {8132, 8314, -8282, -8310}; +Ruled Surface(8315) = {8315}; +Line Loop(8319) = {8133, 8318, -8283, -8314}; +Ruled Surface(8319) = {8319}; +Line Loop(8323) = {8134, 8322, -8284, -8318}; +Ruled Surface(8323) = {8323}; +Line Loop(8327) = {8135, 8326, -8285, -8322}; +Ruled Surface(8327) = {8327}; +Line Loop(8331) = {8136, 8330, -8286, -8326}; +Ruled Surface(8331) = {8331}; +Line Loop(8335) = {8137, 8289, -8287, -8330}; +Ruled Surface(8335) = {8335}; +Line Loop(8336) = {8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287}; +Plane Surface(8336) = {8336}; +Line Loop(8345) = {8188, 8344, -8338, -8322}; +Ruled Surface(8345) = {8345}; +Line Loop(8349) = {8189, 8348, -8339, -8344}; +Ruled Surface(8349) = {8349}; +Line Loop(8353) = {8190, 8318, -8340, -8348}; +Ruled Surface(8353) = {8353}; +Line Loop(8358) = {8338, 8339, 8340, 8284}; +Plane Surface(8358) = {8358}; +Line Loop(8371) = {8211, 8370, -8361, -8330}; +Ruled Surface(8371) = {8371}; +Line Loop(8375) = {8212, 8374, -8362, -8370}; +Ruled Surface(8375) = {8375}; +Line Loop(8379) = {8213, 8326, -8363, -8374}; +Ruled Surface(8379) = {8379}; +Line Loop(8380) = {8286, 8361, 8362, 8363}; +Plane Surface(8380) = {8380}; +Line Loop(8389) = {8232, 8388, -8382, -8318}; +Ruled Surface(8389) = {8389}; +Line Loop(8393) = {8233, 8392, -8383, -8388}; +Ruled Surface(8393) = {8393}; +Line Loop(8397) = {8234, 8314, -8384, -8392}; +Ruled Surface(8397) = {8397}; +Line Loop(8402) = {8382, 8383, 8384, 8283}; +Plane Surface(8402) = {8402}; +Line Loop(8415) = {8255, 8414, -8405, -8289}; +Ruled Surface(8415) = {8415}; +Line Loop(8419) = {8256, 8418, -8406, -8414}; +Ruled Surface(8419) = {8419}; +Line Loop(8423) = {8257, 8330, -8407, -8418}; +Ruled Surface(8423) = {8423}; +Line Loop(8424) = {8287, 8405, 8406, 8407}; +Plane Surface(8424) = {8424}; +Line Loop(8441) = {8276, 8440, -8426, -8439}; +Ruled Surface(8441) = {8441}; +Line Loop(8445) = {8277, 8444, -8427, -8440}; +Ruled Surface(8445) = {8445}; +Line Loop(8449) = {8278, 8448, -8428, -8444}; +Ruled Surface(8449) = {8449}; +Line Loop(8453) = {8279, 8452, -8429, -8448}; +Ruled Surface(8453) = {8453}; +Line Loop(8457) = {8280, 8456, -8430, -8452}; +Ruled Surface(8457) = {8457}; +Line Loop(8461) = {8281, 8460, -8431, -8456}; +Ruled Surface(8461) = {8461}; +Line Loop(8465) = {8282, 8464, -8432, -8460}; +Ruled Surface(8465) = {8465}; +Line Loop(8469) = {8283, 8468, -8433, -8464}; +Ruled Surface(8469) = {8469}; +Line Loop(8473) = {8284, 8472, -8434, -8468}; +Ruled Surface(8473) = {8473}; +Line Loop(8477) = {8285, 8476, -8435, -8472}; +Ruled Surface(8477) = {8477}; +Line Loop(8481) = {8286, 8480, -8436, -8476}; +Ruled Surface(8481) = {8481}; +Line Loop(8485) = {8287, 8439, -8437, -8480}; +Ruled Surface(8485) = {8485}; +Line Loop(8486) = {8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 8435, 8436, 8437}; +Plane Surface(8486) = {8486}; +Line Loop(8495) = {8338, 8494, -8488, -8472}; +Ruled Surface(8495) = {8495}; +Line Loop(8499) = {8339, 8498, -8489, -8494}; +Ruled Surface(8499) = {8499}; +Line Loop(8503) = {8340, 8468, -8490, -8498}; +Ruled Surface(8503) = {8503}; +Line Loop(8508) = {8488, 8489, 8490, 8434}; +Plane Surface(8508) = {8508}; +Line Loop(8521) = {8361, 8520, -8511, -8480}; +Ruled Surface(8521) = {8521}; +Line Loop(8525) = {8362, 8524, -8512, -8520}; +Ruled Surface(8525) = {8525}; +Line Loop(8529) = {8363, 8476, -8513, -8524}; +Ruled Surface(8529) = {8529}; +Line Loop(8530) = {8436, 8511, 8512, 8513}; +Plane Surface(8530) = {8530}; +Line Loop(8539) = {8382, 8538, -8532, -8468}; +Ruled Surface(8539) = {8539}; +Line Loop(8543) = {8383, 8542, -8533, -8538}; +Ruled Surface(8543) = {8543}; +Line Loop(8547) = {8384, 8464, -8534, -8542}; +Ruled Surface(8547) = {8547}; +Line Loop(8552) = {8532, 8533, 8534, 8433}; +Plane Surface(8552) = {8552}; +Line Loop(8565) = {8405, 8564, -8555, -8439}; +Ruled Surface(8565) = {8565}; +Line Loop(8569) = {8406, 8568, -8556, -8564}; +Ruled Surface(8569) = {8569}; +Line Loop(8573) = {8407, 8480, -8557, -8568}; +Ruled Surface(8573) = {8573}; +Line Loop(8574) = {8437, 8555, 8556, 8557}; +Plane Surface(8574) = {8574}; +Line Loop(8591) = {8426, 8590, -8576, -8589}; +Ruled Surface(8591) = {8591}; +Line Loop(8595) = {8427, 8594, -8577, -8590}; +Ruled Surface(8595) = {8595}; +Line Loop(8599) = {8428, 8598, -8578, -8594}; +Ruled Surface(8599) = {8599}; +Line Loop(8603) = {8429, 8602, -8579, -8598}; +Ruled Surface(8603) = {8603}; +Line Loop(8607) = {8430, 8606, -8580, -8602}; +Ruled Surface(8607) = {8607}; +Line Loop(8611) = {8431, 8610, -8581, -8606}; +Ruled Surface(8611) = {8611}; +Line Loop(8615) = {8432, 8614, -8582, -8610}; +Ruled Surface(8615) = {8615}; +Line Loop(8619) = {8433, 8618, -8583, -8614}; +Ruled Surface(8619) = {8619}; +Line Loop(8623) = {8434, 8622, -8584, -8618}; +Ruled Surface(8623) = {8623}; +Line Loop(8627) = {8435, 8626, -8585, -8622}; +Ruled Surface(8627) = {8627}; +Line Loop(8631) = {8436, 8630, -8586, -8626}; +Ruled Surface(8631) = {8631}; +Line Loop(8635) = {8437, 8589, -8587, -8630}; +Ruled Surface(8635) = {8635}; +Line Loop(8636) = {8576, 8577, 8578, 8579, 8580, 8581, 8582, 8583, 8584, 8585, 8586, 8587}; +Plane Surface(8636) = {8636}; +Line Loop(8645) = {8488, 8644, -8638, -8622}; +Ruled Surface(8645) = {8645}; +Line Loop(8649) = {8489, 8648, -8639, -8644}; +Ruled Surface(8649) = {8649}; +Line Loop(8653) = {8490, 8618, -8640, -8648}; +Ruled Surface(8653) = {8653}; +Line Loop(8658) = {8638, 8639, 8640, 8584}; +Plane Surface(8658) = {8658}; +Line Loop(8671) = {8511, 8670, -8661, -8630}; +Ruled Surface(8671) = {8671}; +Line Loop(8675) = {8512, 8674, -8662, -8670}; +Ruled Surface(8675) = {8675}; +Line Loop(8679) = {8513, 8626, -8663, -8674}; +Ruled Surface(8679) = {8679}; +Line Loop(8680) = {8586, 8661, 8662, 8663}; +Plane Surface(8680) = {8680}; +Line Loop(8689) = {8532, 8688, -8682, -8618}; +Ruled Surface(8689) = {8689}; +Line Loop(8693) = {8533, 8692, -8683, -8688}; +Ruled Surface(8693) = {8693}; +Line Loop(8697) = {8534, 8614, -8684, -8692}; +Ruled Surface(8697) = {8697}; +Line Loop(8702) = {8682, 8683, 8684, 8583}; +Plane Surface(8702) = {8702}; +Line Loop(8715) = {8555, 8714, -8705, -8589}; +Ruled Surface(8715) = {8715}; +Line Loop(8719) = {8556, 8718, -8706, -8714}; +Ruled Surface(8719) = {8719}; +Line Loop(8723) = {8557, 8630, -8707, -8718}; +Ruled Surface(8723) = {8723}; +Line Loop(8724) = {8587, 8705, 8706, 8707}; +Plane Surface(8724) = {8724}; +Line Loop(8741) = {8576, 8740, -8726, -8739}; +Ruled Surface(8741) = {8741}; +Line Loop(8745) = {8577, 8744, -8727, -8740}; +Ruled Surface(8745) = {8745}; +Line Loop(8749) = {8578, 8748, -8728, -8744}; +Ruled Surface(8749) = {8749}; +Line Loop(8753) = {8579, 8752, -8729, -8748}; +Ruled Surface(8753) = {8753}; +Line Loop(8757) = {8580, 8756, -8730, -8752}; +Ruled Surface(8757) = {8757}; +Line Loop(8761) = {8581, 8760, -8731, -8756}; +Ruled Surface(8761) = {8761}; +Line Loop(8765) = {8582, 8764, -8732, -8760}; +Ruled Surface(8765) = {8765}; +Line Loop(8769) = {8583, 8768, -8733, -8764}; +Ruled Surface(8769) = {8769}; +Line Loop(8773) = {8584, 8772, -8734, -8768}; +Ruled Surface(8773) = {8773}; +Line Loop(8777) = {8585, 8776, -8735, -8772}; +Ruled Surface(8777) = {8777}; +Line Loop(8781) = {8586, 8780, -8736, -8776}; +Ruled Surface(8781) = {8781}; +Line Loop(8785) = {8587, 8739, -8737, -8780}; +Ruled Surface(8785) = {8785}; +Line Loop(8786) = {8726, 8727, 8728, 8729, 8730, 8731, 8732, 8733, 8734, 8735, 8736, 8737}; +Plane Surface(8786) = {8786}; +Line Loop(8795) = {8638, 8794, -8788, -8772}; +Ruled Surface(8795) = {8795}; +Line Loop(8799) = {8639, 8798, -8789, -8794}; +Ruled Surface(8799) = {8799}; +Line Loop(8803) = {8640, 8768, -8790, -8798}; +Ruled Surface(8803) = {8803}; +Line Loop(8808) = {8788, 8789, 8790, 8734}; +Plane Surface(8808) = {8808}; +Line Loop(8821) = {8661, 8820, -8811, -8780}; +Ruled Surface(8821) = {8821}; +Line Loop(8825) = {8662, 8824, -8812, -8820}; +Ruled Surface(8825) = {8825}; +Line Loop(8829) = {8663, 8776, -8813, -8824}; +Ruled Surface(8829) = {8829}; +Line Loop(8830) = {8736, 8811, 8812, 8813}; +Plane Surface(8830) = {8830}; +Line Loop(8839) = {8682, 8838, -8832, -8768}; +Ruled Surface(8839) = {8839}; +Line Loop(8843) = {8683, 8842, -8833, -8838}; +Ruled Surface(8843) = {8843}; +Line Loop(8847) = {8684, 8764, -8834, -8842}; +Ruled Surface(8847) = {8847}; +Line Loop(8852) = {8832, 8833, 8834, 8733}; +Plane Surface(8852) = {8852}; +Line Loop(8865) = {8705, 8864, -8855, -8739}; +Ruled Surface(8865) = {8865}; +Line Loop(8869) = {8706, 8868, -8856, -8864}; +Ruled Surface(8869) = {8869}; +Line Loop(8873) = {8707, 8780, -8857, -8868}; +Ruled Surface(8873) = {8873}; +Line Loop(8874) = {8737, 8855, 8856, 8857}; +Plane Surface(8874) = {8874}; +Line Loop(8891) = {8726, 8890, -8876, -8889}; +Ruled Surface(8891) = {8891}; +Line Loop(8895) = {8727, 8894, -8877, -8890}; +Ruled Surface(8895) = {8895}; +Line Loop(8899) = {8728, 8898, -8878, -8894}; +Ruled Surface(8899) = {8899}; +Line Loop(8903) = {8729, 8902, -8879, -8898}; +Ruled Surface(8903) = {8903}; +Line Loop(8907) = {8730, 8906, -8880, -8902}; +Ruled Surface(8907) = {8907}; +Line Loop(8911) = {8731, 8910, -8881, -8906}; +Ruled Surface(8911) = {8911}; +Line Loop(8915) = {8732, 8914, -8882, -8910}; +Ruled Surface(8915) = {8915}; +Line Loop(8919) = {8733, 8918, -8883, -8914}; +Ruled Surface(8919) = {8919}; +Line Loop(8923) = {8734, 8922, -8884, -8918}; +Ruled Surface(8923) = {8923}; +Line Loop(8927) = {8735, 8926, -8885, -8922}; +Ruled Surface(8927) = {8927}; +Line Loop(8931) = {8736, 8930, -8886, -8926}; +Ruled Surface(8931) = {8931}; +Line Loop(8935) = {8737, 8889, -8887, -8930}; +Ruled Surface(8935) = {8935}; +Line Loop(8936) = {8876, 8877, 8878, 8879, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887}; +Plane Surface(8936) = {8936}; +Line Loop(8945) = {8788, 8944, -8938, -8922}; +Ruled Surface(8945) = {8945}; +Line Loop(8949) = {8789, 8948, -8939, -8944}; +Ruled Surface(8949) = {8949}; +Line Loop(8953) = {8790, 8918, -8940, -8948}; +Ruled Surface(8953) = {8953}; +Line Loop(8958) = {8938, 8939, 8940, 8884}; +Plane Surface(8958) = {8958}; +Line Loop(8971) = {8811, 8970, -8961, -8930}; +Ruled Surface(8971) = {8971}; +Line Loop(8975) = {8812, 8974, -8962, -8970}; +Ruled Surface(8975) = {8975}; +Line Loop(8979) = {8813, 8926, -8963, -8974}; +Ruled Surface(8979) = {8979}; +Line Loop(8980) = {8886, 8961, 8962, 8963}; +Plane Surface(8980) = {8980}; +Line Loop(8989) = {8832, 8988, -8982, -8918}; +Ruled Surface(8989) = {8989}; +Line Loop(8993) = {8833, 8992, -8983, -8988}; +Ruled Surface(8993) = {8993}; +Line Loop(8997) = {8834, 8914, -8984, -8992}; +Ruled Surface(8997) = {8997}; +Line Loop(9002) = {8982, 8983, 8984, 8883}; +Plane Surface(9002) = {9002}; +Line Loop(9015) = {8855, 9014, -9005, -8889}; +Ruled Surface(9015) = {9015}; +Line Loop(9019) = {8856, 9018, -9006, -9014}; +Ruled Surface(9019) = {9019}; +Line Loop(9023) = {8857, 8930, -9007, -9018}; +Ruled Surface(9023) = {9023}; +Line Loop(9024) = {8887, 9005, 9006, 9007}; +Plane Surface(9024) = {9024}; +Line Loop(9041) = {8876, 9040, -9026, -9039}; +Ruled Surface(9041) = {9041}; +Line Loop(9045) = {8877, 9044, -9027, -9040}; +Ruled Surface(9045) = {9045}; +Line Loop(9049) = {8878, 9048, -9028, -9044}; +Ruled Surface(9049) = {9049}; +Line Loop(9053) = {8879, 9052, -9029, -9048}; +Ruled Surface(9053) = {9053}; +Line Loop(9057) = {8880, 9056, -9030, -9052}; +Ruled Surface(9057) = {9057}; +Line Loop(9061) = {8881, 9060, -9031, -9056}; +Ruled Surface(9061) = {9061}; +Line Loop(9065) = {8882, 9064, -9032, -9060}; +Ruled Surface(9065) = {9065}; +Line Loop(9069) = {8883, 9068, -9033, -9064}; +Ruled Surface(9069) = {9069}; +Line Loop(9073) = {8884, 9072, -9034, -9068}; +Ruled Surface(9073) = {9073}; +Line Loop(9077) = {8885, 9076, -9035, -9072}; +Ruled Surface(9077) = {9077}; +Line Loop(9081) = {8886, 9080, -9036, -9076}; +Ruled Surface(9081) = {9081}; +Line Loop(9085) = {8887, 9039, -9037, -9080}; +Ruled Surface(9085) = {9085}; +Line Loop(9086) = {9026, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9034, 9035, 9036, 9037}; +Plane Surface(9086) = {9086}; +Line Loop(9095) = {8938, 9094, -9088, -9072}; +Ruled Surface(9095) = {9095}; +Line Loop(9099) = {8939, 9098, -9089, -9094}; +Ruled Surface(9099) = {9099}; +Line Loop(9103) = {8940, 9068, -9090, -9098}; +Ruled Surface(9103) = {9103}; +Line Loop(9108) = {9088, 9089, 9090, 9034}; +Plane Surface(9108) = {9108}; +Line Loop(9121) = {8961, 9120, -9111, -9080}; +Ruled Surface(9121) = {9121}; +Line Loop(9125) = {8962, 9124, -9112, -9120}; +Ruled Surface(9125) = {9125}; +Line Loop(9129) = {8963, 9076, -9113, -9124}; +Ruled Surface(9129) = {9129}; +Line Loop(9130) = {9036, 9111, 9112, 9113}; +Plane Surface(9130) = {9130}; +Line Loop(9139) = {8982, 9138, -9132, -9068}; +Ruled Surface(9139) = {9139}; +Line Loop(9143) = {8983, 9142, -9133, -9138}; +Ruled Surface(9143) = {9143}; +Line Loop(9147) = {8984, 9064, -9134, -9142}; +Ruled Surface(9147) = {9147}; +Line Loop(9152) = {9132, 9133, 9134, 9033}; +Plane Surface(9152) = {9152}; +Line Loop(9165) = {9005, 9164, -9155, -9039}; +Ruled Surface(9165) = {9165}; +Line Loop(9169) = {9006, 9168, -9156, -9164}; +Ruled Surface(9169) = {9169}; +Line Loop(9173) = {9007, 9080, -9157, -9168}; +Ruled Surface(9173) = {9173}; +Line Loop(9174) = {9037, 9155, 9156, 9157}; +Plane Surface(9174) = {9174}; +Line Loop(9191) = {9026, 9190, -9176, -9189}; +Ruled Surface(9191) = {9191}; +Line Loop(9195) = {9027, 9194, -9177, -9190}; +Ruled Surface(9195) = {9195}; +Line Loop(9199) = {9028, 9198, -9178, -9194}; +Ruled Surface(9199) = {9199}; +Line Loop(9203) = {9029, 9202, -9179, -9198}; +Ruled Surface(9203) = {9203}; +Line Loop(9207) = {9030, 9206, -9180, -9202}; +Ruled Surface(9207) = {9207}; +Line Loop(9211) = {9031, 9210, -9181, -9206}; +Ruled Surface(9211) = {9211}; +Line Loop(9215) = {9032, 9214, -9182, -9210}; +Ruled Surface(9215) = {9215}; +Line Loop(9219) = {9033, 9218, -9183, -9214}; +Ruled Surface(9219) = {9219}; +Line Loop(9223) = {9034, 9222, -9184, -9218}; +Ruled Surface(9223) = {9223}; +Line Loop(9227) = {9035, 9226, -9185, -9222}; +Ruled Surface(9227) = {9227}; +Line Loop(9231) = {9036, 9230, -9186, -9226}; +Ruled Surface(9231) = {9231}; +Line Loop(9235) = {9037, 9189, -9187, -9230}; +Ruled Surface(9235) = {9235}; +Line Loop(9236) = {9176, 9177, 9178, 9179, 9180, 9181, 9182, 9183, 9184, 9185, 9186, 9187}; +Plane Surface(9236) = {9236}; +Line Loop(9245) = {9088, 9244, -9238, -9222}; +Ruled Surface(9245) = {9245}; +Line Loop(9249) = {9089, 9248, -9239, -9244}; +Ruled Surface(9249) = {9249}; +Line Loop(9253) = {9090, 9218, -9240, -9248}; +Ruled Surface(9253) = {9253}; +Line Loop(9258) = {9238, 9239, 9240, 9184}; +Plane Surface(9258) = {9258}; +Line Loop(9271) = {9111, 9270, -9261, -9230}; +Ruled Surface(9271) = {9271}; +Line Loop(9275) = {9112, 9274, -9262, -9270}; +Ruled Surface(9275) = {9275}; +Line Loop(9279) = {9113, 9226, -9263, -9274}; +Ruled Surface(9279) = {9279}; +Line Loop(9280) = {9186, 9261, 9262, 9263}; +Plane Surface(9280) = {9280}; +Line Loop(9289) = {9132, 9288, -9282, -9218}; +Ruled Surface(9289) = {9289}; +Line Loop(9293) = {9133, 9292, -9283, -9288}; +Ruled Surface(9293) = {9293}; +Line Loop(9297) = {9134, 9214, -9284, -9292}; +Ruled Surface(9297) = {9297}; +Line Loop(9302) = {9282, 9283, 9284, 9183}; +Plane Surface(9302) = {9302}; +Line Loop(9315) = {9155, 9314, -9305, -9189}; +Ruled Surface(9315) = {9315}; +Line Loop(9319) = {9156, 9318, -9306, -9314}; +Ruled Surface(9319) = {9319}; +Line Loop(9323) = {9157, 9230, -9307, -9318}; +Ruled Surface(9323) = {9323}; +Line Loop(9324) = {9187, 9305, 9306, 9307}; +Plane Surface(9324) = {9324}; +Line Loop(9341) = {9176, 9340, -9326, -9339}; +Ruled Surface(9341) = {9341}; +Line Loop(9345) = {9177, 9344, -9327, -9340}; +Ruled Surface(9345) = {9345}; +Line Loop(9349) = {9178, 9348, -9328, -9344}; +Ruled Surface(9349) = {9349}; +Line Loop(9353) = {9179, 9352, -9329, -9348}; +Ruled Surface(9353) = {9353}; +Line Loop(9357) = {9180, 9356, -9330, -9352}; +Ruled Surface(9357) = {9357}; +Line Loop(9361) = {9181, 9360, -9331, -9356}; +Ruled Surface(9361) = {9361}; +Line Loop(9365) = {9182, 9364, -9332, -9360}; +Ruled Surface(9365) = {9365}; +Line Loop(9369) = {9183, 9368, -9333, -9364}; +Ruled Surface(9369) = {9369}; +Line Loop(9373) = {9184, 9372, -9334, -9368}; +Ruled Surface(9373) = {9373}; +Line Loop(9377) = {9185, 9376, -9335, -9372}; +Ruled Surface(9377) = {9377}; +Line Loop(9381) = {9186, 9380, -9336, -9376}; +Ruled Surface(9381) = {9381}; +Line Loop(9385) = {9187, 9339, -9337, -9380}; +Ruled Surface(9385) = {9385}; +Line Loop(9386) = {9326, 9327, 9328, 9329, 9330, 9331, 9332, 9333, 9334, 9335, 9336, 9337}; +Plane Surface(9386) = {9386}; +Line Loop(9395) = {9238, 9394, -9388, -9372}; +Ruled Surface(9395) = {9395}; +Line Loop(9399) = {9239, 9398, -9389, -9394}; +Ruled Surface(9399) = {9399}; +Line Loop(9403) = {9240, 9368, -9390, -9398}; +Ruled Surface(9403) = {9403}; +Line Loop(9408) = {9388, 9389, 9390, 9334}; +Plane Surface(9408) = {9408}; +Line Loop(9421) = {9261, 9420, -9411, -9380}; +Ruled Surface(9421) = {9421}; +Line Loop(9425) = {9262, 9424, -9412, -9420}; +Ruled Surface(9425) = {9425}; +Line Loop(9429) = {9263, 9376, -9413, -9424}; +Ruled Surface(9429) = {9429}; +Line Loop(9430) = {9336, 9411, 9412, 9413}; +Plane Surface(9430) = {9430}; +Line Loop(9439) = {9282, 9438, -9432, -9368}; +Ruled Surface(9439) = {9439}; +Line Loop(9443) = {9283, 9442, -9433, -9438}; +Ruled Surface(9443) = {9443}; +Line Loop(9447) = {9284, 9364, -9434, -9442}; +Ruled Surface(9447) = {9447}; +Line Loop(9452) = {9432, 9433, 9434, 9333}; +Plane Surface(9452) = {9452}; +Line Loop(9465) = {9305, 9464, -9455, -9339}; +Ruled Surface(9465) = {9465}; +Line Loop(9469) = {9306, 9468, -9456, -9464}; +Ruled Surface(9469) = {9469}; +Line Loop(9473) = {9307, 9380, -9457, -9468}; +Ruled Surface(9473) = {9473}; +Line Loop(9474) = {9337, 9455, 9456, 9457}; +Plane Surface(9474) = {9474}; +Line Loop(9491) = {9326, 9490, -9476, -9489}; +Ruled Surface(9491) = {9491}; +Line Loop(9495) = {9327, 9494, -9477, -9490}; +Ruled Surface(9495) = {9495}; +Line Loop(9499) = {9328, 9498, -9478, -9494}; +Ruled Surface(9499) = {9499}; +Line Loop(9503) = {9329, 9502, -9479, -9498}; +Ruled Surface(9503) = {9503}; +Line Loop(9507) = {9330, 9506, -9480, -9502}; +Ruled Surface(9507) = {9507}; +Line Loop(9511) = {9331, 9510, -9481, -9506}; +Ruled Surface(9511) = {9511}; +Line Loop(9515) = {9332, 9514, -9482, -9510}; +Ruled Surface(9515) = {9515}; +Line Loop(9519) = {9333, 9518, -9483, -9514}; +Ruled Surface(9519) = {9519}; +Line Loop(9523) = {9334, 9522, -9484, -9518}; +Ruled Surface(9523) = {9523}; +Line Loop(9527) = {9335, 9526, -9485, -9522}; +Ruled Surface(9527) = {9527}; +Line Loop(9531) = {9336, 9530, -9486, -9526}; +Ruled Surface(9531) = {9531}; +Line Loop(9535) = {9337, 9489, -9487, -9530}; +Ruled Surface(9535) = {9535}; +Line Loop(9536) = {9476, 9477, 9478, 9479, 9480, 9481, 9482, 9483, 9484, 9485, 9486, 9487}; +Plane Surface(9536) = {9536}; +Line Loop(9545) = {9388, 9544, -9538, -9522}; +Ruled Surface(9545) = {9545}; +Line Loop(9549) = {9389, 9548, -9539, -9544}; +Ruled Surface(9549) = {9549}; +Line Loop(9553) = {9390, 9518, -9540, -9548}; +Ruled Surface(9553) = {9553}; +Line Loop(9558) = {9538, 9539, 9540, 9484}; +Plane Surface(9558) = {9558}; +Line Loop(9571) = {9411, 9570, -9561, -9530}; +Ruled Surface(9571) = {9571}; +Line Loop(9575) = {9412, 9574, -9562, -9570}; +Ruled Surface(9575) = {9575}; +Line Loop(9579) = {9413, 9526, -9563, -9574}; +Ruled Surface(9579) = {9579}; +Line Loop(9580) = {9486, 9561, 9562, 9563}; +Plane Surface(9580) = {9580}; +Line Loop(9589) = {9432, 9588, -9582, -9518}; +Ruled Surface(9589) = {9589}; +Line Loop(9593) = {9433, 9592, -9583, -9588}; +Ruled Surface(9593) = {9593}; +Line Loop(9597) = {9434, 9514, -9584, -9592}; +Ruled Surface(9597) = {9597}; +Line Loop(9602) = {9582, 9583, 9584, 9483}; +Plane Surface(9602) = {9602}; +Line Loop(9615) = {9455, 9614, -9605, -9489}; +Ruled Surface(9615) = {9615}; +Line Loop(9619) = {9456, 9618, -9606, -9614}; +Ruled Surface(9619) = {9619}; +Line Loop(9623) = {9457, 9530, -9607, -9618}; +Ruled Surface(9623) = {9623}; +Line Loop(9624) = {9487, 9605, 9606, 9607}; +Plane Surface(9624) = {9624}; +Line Loop(9641) = {9476, 9640, -9626, -9639}; +Ruled Surface(9641) = {9641}; +Line Loop(9645) = {9477, 9644, -9627, -9640}; +Ruled Surface(9645) = {9645}; +Line Loop(9649) = {9478, 9648, -9628, -9644}; +Ruled Surface(9649) = {9649}; +Line Loop(9653) = {9479, 9652, -9629, -9648}; +Ruled Surface(9653) = {9653}; +Line Loop(9657) = {9480, 9656, -9630, -9652}; +Ruled Surface(9657) = {9657}; +Line Loop(9661) = {9481, 9660, -9631, -9656}; +Ruled Surface(9661) = {9661}; +Line Loop(9665) = {9482, 9664, -9632, -9660}; +Ruled Surface(9665) = {9665}; +Line Loop(9669) = {9483, 9668, -9633, -9664}; +Ruled Surface(9669) = {9669}; +Line Loop(9673) = {9484, 9672, -9634, -9668}; +Ruled Surface(9673) = {9673}; +Line Loop(9677) = {9485, 9676, -9635, -9672}; +Ruled Surface(9677) = {9677}; +Line Loop(9681) = {9486, 9680, -9636, -9676}; +Ruled Surface(9681) = {9681}; +Line Loop(9685) = {9487, 9639, -9637, -9680}; +Ruled Surface(9685) = {9685}; +Line Loop(9686) = {9626, 9627, 9628, 9629, 9630, 9631, 9632, 9633, 9634, 9635, 9636, 9637}; +Plane Surface(9686) = {9686}; +Line Loop(9695) = {9538, 9694, -9688, -9672}; +Ruled Surface(9695) = {9695}; +Line Loop(9699) = {9539, 9698, -9689, -9694}; +Ruled Surface(9699) = {9699}; +Line Loop(9703) = {9540, 9668, -9690, -9698}; +Ruled Surface(9703) = {9703}; +Line Loop(9708) = {9688, 9689, 9690, 9634}; +Plane Surface(9708) = {9708}; +Line Loop(9721) = {9561, 9720, -9711, -9680}; +Ruled Surface(9721) = {9721}; +Line Loop(9725) = {9562, 9724, -9712, -9720}; +Ruled Surface(9725) = {9725}; +Line Loop(9729) = {9563, 9676, -9713, -9724}; +Ruled Surface(9729) = {9729}; +Line Loop(9730) = {9636, 9711, 9712, 9713}; +Plane Surface(9730) = {9730}; +Line Loop(9739) = {9582, 9738, -9732, -9668}; +Ruled Surface(9739) = {9739}; +Line Loop(9743) = {9583, 9742, -9733, -9738}; +Ruled Surface(9743) = {9743}; +Line Loop(9747) = {9584, 9664, -9734, -9742}; +Ruled Surface(9747) = {9747}; +Line Loop(9752) = {9732, 9733, 9734, 9633}; +Plane Surface(9752) = {9752}; +Line Loop(9765) = {9605, 9764, -9755, -9639}; +Ruled Surface(9765) = {9765}; +Line Loop(9769) = {9606, 9768, -9756, -9764}; +Ruled Surface(9769) = {9769}; +Line Loop(9773) = {9607, 9680, -9757, -9768}; +Ruled Surface(9773) = {9773}; +Line Loop(9774) = {9637, 9755, 9756, 9757}; +Plane Surface(9774) = {9774}; +Line Loop(9791) = {9626, 9790, -9776, -9789}; +Ruled Surface(9791) = {9791}; +Line Loop(9795) = {9627, 9794, -9777, -9790}; +Ruled Surface(9795) = {9795}; +Line Loop(9799) = {9628, 9798, -9778, -9794}; +Ruled Surface(9799) = {9799}; +Line Loop(9803) = {9629, 9802, -9779, -9798}; +Ruled Surface(9803) = {9803}; +Line Loop(9807) = {9630, 9806, -9780, -9802}; +Ruled Surface(9807) = {9807}; +Line Loop(9811) = {9631, 9810, -9781, -9806}; +Ruled Surface(9811) = {9811}; +Line Loop(9815) = {9632, 9814, -9782, -9810}; +Ruled Surface(9815) = {9815}; +Line Loop(9819) = {9633, 9818, -9783, -9814}; +Ruled Surface(9819) = {9819}; +Line Loop(9823) = {9634, 9822, -9784, -9818}; +Ruled Surface(9823) = {9823}; +Line Loop(9827) = {9635, 9826, -9785, -9822}; +Ruled Surface(9827) = {9827}; +Line Loop(9831) = {9636, 9830, -9786, -9826}; +Ruled Surface(9831) = {9831}; +Line Loop(9835) = {9637, 9789, -9787, -9830}; +Ruled Surface(9835) = {9835}; +Line Loop(9836) = {9776, 9777, 9778, 9779, 9780, 9781, 9782, 9783, 9784, 9785, 9786, 9787}; +Plane Surface(9836) = {9836}; +Line Loop(9845) = {9688, 9844, -9838, -9822}; +Ruled Surface(9845) = {9845}; +Line Loop(9849) = {9689, 9848, -9839, -9844}; +Ruled Surface(9849) = {9849}; +Line Loop(9853) = {9690, 9818, -9840, -9848}; +Ruled Surface(9853) = {9853}; +Line Loop(9858) = {9838, 9839, 9840, 9784}; +Plane Surface(9858) = {9858}; +Line Loop(9871) = {9711, 9870, -9861, -9830}; +Ruled Surface(9871) = {9871}; +Line Loop(9875) = {9712, 9874, -9862, -9870}; +Ruled Surface(9875) = {9875}; +Line Loop(9879) = {9713, 9826, -9863, -9874}; +Ruled Surface(9879) = {9879}; +Line Loop(9880) = {9786, 9861, 9862, 9863}; +Plane Surface(9880) = {9880}; +Line Loop(9889) = {9732, 9888, -9882, -9818}; +Ruled Surface(9889) = {9889}; +Line Loop(9893) = {9733, 9892, -9883, -9888}; +Ruled Surface(9893) = {9893}; +Line Loop(9897) = {9734, 9814, -9884, -9892}; +Ruled Surface(9897) = {9897}; +Line Loop(9902) = {9882, 9883, 9884, 9783}; +Plane Surface(9902) = {9902}; +Line Loop(9915) = {9755, 9914, -9905, -9789}; +Ruled Surface(9915) = {9915}; +Line Loop(9919) = {9756, 9918, -9906, -9914}; +Ruled Surface(9919) = {9919}; +Line Loop(9923) = {9757, 9830, -9907, -9918}; +Ruled Surface(9923) = {9923}; +Line Loop(9924) = {9787, 9905, 9906, 9907}; +Plane Surface(9924) = {9924}; +Line Loop(9941) = {9776, 9940, -9926, -9939}; +Ruled Surface(9941) = {9941}; +Line Loop(9945) = {9777, 9944, -9927, -9940}; +Ruled Surface(9945) = {9945}; +Line Loop(9949) = {9778, 9948, -9928, -9944}; +Ruled Surface(9949) = {9949}; +Line Loop(9953) = {9779, 9952, -9929, -9948}; +Ruled Surface(9953) = {9953}; +Line Loop(9957) = {9780, 9956, -9930, -9952}; +Ruled Surface(9957) = {9957}; +Line Loop(9961) = {9781, 9960, -9931, -9956}; +Ruled Surface(9961) = {9961}; +Line Loop(9965) = {9782, 9964, -9932, -9960}; +Ruled Surface(9965) = {9965}; +Line Loop(9969) = {9783, 9968, -9933, -9964}; +Ruled Surface(9969) = {9969}; +Line Loop(9973) = {9784, 9972, -9934, -9968}; +Ruled Surface(9973) = {9973}; +Line Loop(9977) = {9785, 9976, -9935, -9972}; +Ruled Surface(9977) = {9977}; +Line Loop(9981) = {9786, 9980, -9936, -9976}; +Ruled Surface(9981) = {9981}; +Line Loop(9985) = {9787, 9939, -9937, -9980}; +Ruled Surface(9985) = {9985}; +Line Loop(9986) = {9926, 9927, 9928, 9929, 9930, 9931, 9932, 9933, 9934, 9935, 9936, 9937}; +Plane Surface(9986) = {9986}; +Line Loop(9995) = {9838, 9994, -9988, -9972}; +Ruled Surface(9995) = {9995}; +Line Loop(9999) = {9839, 9998, -9989, -9994}; +Ruled Surface(9999) = {9999}; +Line Loop(10003) = {9840, 9968, -9990, -9998}; +Ruled Surface(10003) = {10003}; +Line Loop(10008) = {9988, 9989, 9990, 9934}; +Plane Surface(10008) = {10008}; +Line Loop(10021) = {9861, 10020, -10011, -9980}; +Ruled Surface(10021) = {10021}; +Line Loop(10025) = {9862, 10024, -10012, -10020}; +Ruled Surface(10025) = {10025}; +Line Loop(10029) = {9863, 9976, -10013, -10024}; +Ruled Surface(10029) = {10029}; +Line Loop(10030) = {9936, 10011, 10012, 10013}; +Plane Surface(10030) = {10030}; +Line Loop(10039) = {9882, 10038, -10032, -9968}; +Ruled Surface(10039) = {10039}; +Line Loop(10043) = {9883, 10042, -10033, -10038}; +Ruled Surface(10043) = {10043}; +Line Loop(10047) = {9884, 9964, -10034, -10042}; +Ruled Surface(10047) = {10047}; +Line Loop(10052) = {10032, 10033, 10034, 9933}; +Plane Surface(10052) = {10052}; +Line Loop(10065) = {9905, 10064, -10055, -9939}; +Ruled Surface(10065) = {10065}; +Line Loop(10069) = {9906, 10068, -10056, -10064}; +Ruled Surface(10069) = {10069}; +Line Loop(10073) = {9907, 9980, -10057, -10068}; +Ruled Surface(10073) = {10073}; +Line Loop(10074) = {9937, 10055, 10056, 10057}; +Plane Surface(10074) = {10074}; +Line Loop(10091) = {9926, 10090, -10076, -10089}; +Ruled Surface(10091) = {10091}; +Line Loop(10095) = {9927, 10094, -10077, -10090}; +Ruled Surface(10095) = {10095}; +Line Loop(10099) = {9928, 10098, -10078, -10094}; +Ruled Surface(10099) = {10099}; +Line Loop(10103) = {9929, 10102, -10079, -10098}; +Ruled Surface(10103) = {10103}; +Line Loop(10107) = {9930, 10106, -10080, -10102}; +Ruled Surface(10107) = {10107}; +Line Loop(10111) = {9931, 10110, -10081, -10106}; +Ruled Surface(10111) = {10111}; +Line Loop(10115) = {9932, 10114, -10082, -10110}; +Ruled Surface(10115) = {10115}; +Line Loop(10119) = {9933, 10118, -10083, -10114}; +Ruled Surface(10119) = {10119}; +Line Loop(10123) = {9934, 10122, -10084, -10118}; +Ruled Surface(10123) = {10123}; +Line Loop(10127) = {9935, 10126, -10085, -10122}; +Ruled Surface(10127) = {10127}; +Line Loop(10131) = {9936, 10130, -10086, -10126}; +Ruled Surface(10131) = {10131}; +Line Loop(10135) = {9937, 10089, -10087, -10130}; +Ruled Surface(10135) = {10135}; +Line Loop(10136) = {10076, 10077, 10078, 10079, 10080, 10081, 10082, 10083, 10084, 10085, 10086, 10087}; +Plane Surface(10136) = {10136}; +Line Loop(10145) = {9988, 10144, -10138, -10122}; +Ruled Surface(10145) = {10145}; +Line Loop(10149) = {9989, 10148, -10139, -10144}; +Ruled Surface(10149) = {10149}; +Line Loop(10153) = {9990, 10118, -10140, -10148}; +Ruled Surface(10153) = {10153}; +Line Loop(10158) = {10138, 10139, 10140, 10084}; +Plane Surface(10158) = {10158}; +Line Loop(10171) = {10011, 10170, -10161, -10130}; +Ruled Surface(10171) = {10171}; +Line Loop(10175) = {10012, 10174, -10162, -10170}; +Ruled Surface(10175) = {10175}; +Line Loop(10179) = {10013, 10126, -10163, -10174}; +Ruled Surface(10179) = {10179}; +Line Loop(10180) = {10086, 10161, 10162, 10163}; +Plane Surface(10180) = {10180}; +Line Loop(10189) = {10032, 10188, -10182, -10118}; +Ruled Surface(10189) = {10189}; +Line Loop(10193) = {10033, 10192, -10183, -10188}; +Ruled Surface(10193) = {10193}; +Line Loop(10197) = {10034, 10114, -10184, -10192}; +Ruled Surface(10197) = {10197}; +Line Loop(10202) = {10182, 10183, 10184, 10083}; +Plane Surface(10202) = {10202}; +Line Loop(10215) = {10055, 10214, -10205, -10089}; +Ruled Surface(10215) = {10215}; +Line Loop(10219) = {10056, 10218, -10206, -10214}; +Ruled Surface(10219) = {10219}; +Line Loop(10223) = {10057, 10130, -10207, -10218}; +Ruled Surface(10223) = {10223}; +Line Loop(10224) = {10087, 10205, 10206, 10207}; +Plane Surface(10224) = {10224}; +Line Loop(10241) = {10076, 10240, -10226, -10239}; +Ruled Surface(10241) = {10241}; +Line Loop(10245) = {10077, 10244, -10227, -10240}; +Ruled Surface(10245) = {10245}; +Line Loop(10249) = {10078, 10248, -10228, -10244}; +Ruled Surface(10249) = {10249}; +Line Loop(10253) = {10079, 10252, -10229, -10248}; +Ruled Surface(10253) = {10253}; +Line Loop(10257) = {10080, 10256, -10230, -10252}; +Ruled Surface(10257) = {10257}; +Line Loop(10261) = {10081, 10260, -10231, -10256}; +Ruled Surface(10261) = {10261}; +Line Loop(10265) = {10082, 10264, -10232, -10260}; +Ruled Surface(10265) = {10265}; +Line Loop(10269) = {10083, 10268, -10233, -10264}; +Ruled Surface(10269) = {10269}; +Line Loop(10273) = {10084, 10272, -10234, -10268}; +Ruled Surface(10273) = {10273}; +Line Loop(10277) = {10085, 10276, -10235, -10272}; +Ruled Surface(10277) = {10277}; +Line Loop(10281) = {10086, 10280, -10236, -10276}; +Ruled Surface(10281) = {10281}; +Line Loop(10285) = {10087, 10239, -10237, -10280}; +Ruled Surface(10285) = {10285}; +Line Loop(10286) = {10226, 10227, 10228, 10229, 10230, 10231, 10232, 10233, 10234, 10235, 10236, 10237}; +Plane Surface(10286) = {10286}; +Line Loop(10295) = {10138, 10294, -10288, -10272}; +Ruled Surface(10295) = {10295}; +Line Loop(10299) = {10139, 10298, -10289, -10294}; +Ruled Surface(10299) = {10299}; +Line Loop(10303) = {10140, 10268, -10290, -10298}; +Ruled Surface(10303) = {10303}; +Line Loop(10308) = {10288, 10289, 10290, 10234}; +Plane Surface(10308) = {10308}; +Line Loop(10321) = {10161, 10320, -10311, -10280}; +Ruled Surface(10321) = {10321}; +Line Loop(10325) = {10162, 10324, -10312, -10320}; +Ruled Surface(10325) = {10325}; +Line Loop(10329) = {10163, 10276, -10313, -10324}; +Ruled Surface(10329) = {10329}; +Line Loop(10330) = {10236, 10311, 10312, 10313}; +Plane Surface(10330) = {10330}; +Line Loop(10339) = {10182, 10338, -10332, -10268}; +Ruled Surface(10339) = {10339}; +Line Loop(10343) = {10183, 10342, -10333, -10338}; +Ruled Surface(10343) = {10343}; +Line Loop(10347) = {10184, 10264, -10334, -10342}; +Ruled Surface(10347) = {10347}; +Line Loop(10352) = {10332, 10333, 10334, 10233}; +Plane Surface(10352) = {10352}; +Line Loop(10365) = {10205, 10364, -10355, -10239}; +Ruled Surface(10365) = {10365}; +Line Loop(10369) = {10206, 10368, -10356, -10364}; +Ruled Surface(10369) = {10369}; +Line Loop(10373) = {10207, 10280, -10357, -10368}; +Ruled Surface(10373) = {10373}; +Line Loop(10374) = {10237, 10355, 10356, 10357}; +Plane Surface(10374) = {10374}; +Line Loop(10391) = {10226, 10390, -10376, -10389}; +Ruled Surface(10391) = {10391}; +Line Loop(10395) = {10227, 10394, -10377, -10390}; +Ruled Surface(10395) = {10395}; +Line Loop(10399) = {10228, 10398, -10378, -10394}; +Ruled Surface(10399) = {10399}; +Line Loop(10403) = {10229, 10402, -10379, -10398}; +Ruled Surface(10403) = {10403}; +Line Loop(10407) = {10230, 10406, -10380, -10402}; +Ruled Surface(10407) = {10407}; +Line Loop(10411) = {10231, 10410, -10381, -10406}; +Ruled Surface(10411) = {10411}; +Line Loop(10415) = {10232, 10414, -10382, -10410}; +Ruled Surface(10415) = {10415}; +Line Loop(10419) = {10233, 10418, -10383, -10414}; +Ruled Surface(10419) = {10419}; +Line Loop(10423) = {10234, 10422, -10384, -10418}; +Ruled Surface(10423) = {10423}; +Line Loop(10427) = {10235, 10426, -10385, -10422}; +Ruled Surface(10427) = {10427}; +Line Loop(10431) = {10236, 10430, -10386, -10426}; +Ruled Surface(10431) = {10431}; +Line Loop(10435) = {10237, 10389, -10387, -10430}; +Ruled Surface(10435) = {10435}; +Line Loop(10436) = {10376, 10377, 10378, 10379, 10380, 10381, 10382, 10383, 10384, 10385, 10386, 10387}; +Plane Surface(10436) = {10436}; +Line Loop(10445) = {10288, 10444, -10438, -10422}; +Ruled Surface(10445) = {10445}; +Line Loop(10449) = {10289, 10448, -10439, -10444}; +Ruled Surface(10449) = {10449}; +Line Loop(10453) = {10290, 10418, -10440, -10448}; +Ruled Surface(10453) = {10453}; +Line Loop(10458) = {10438, 10439, 10440, 10384}; +Plane Surface(10458) = {10458}; +Line Loop(10471) = {10311, 10470, -10461, -10430}; +Ruled Surface(10471) = {10471}; +Line Loop(10475) = {10312, 10474, -10462, -10470}; +Ruled Surface(10475) = {10475}; +Line Loop(10479) = {10313, 10426, -10463, -10474}; +Ruled Surface(10479) = {10479}; +Line Loop(10480) = {10386, 10461, 10462, 10463}; +Plane Surface(10480) = {10480}; +Line Loop(10489) = {10332, 10488, -10482, -10418}; +Ruled Surface(10489) = {10489}; +Line Loop(10493) = {10333, 10492, -10483, -10488}; +Ruled Surface(10493) = {10493}; +Line Loop(10497) = {10334, 10414, -10484, -10492}; +Ruled Surface(10497) = {10497}; +Line Loop(10502) = {10482, 10483, 10484, 10383}; +Plane Surface(10502) = {10502}; +Line Loop(10515) = {10355, 10514, -10505, -10389}; +Ruled Surface(10515) = {10515}; +Line Loop(10519) = {10356, 10518, -10506, -10514}; +Ruled Surface(10519) = {10519}; +Line Loop(10523) = {10357, 10430, -10507, -10518}; +Ruled Surface(10523) = {10523}; +Line Loop(10524) = {10387, 10505, 10506, 10507}; +Plane Surface(10524) = {10524}; +Line Loop(10541) = {10376, 10540, -10526, -10539}; +Ruled Surface(10541) = {10541}; +Line Loop(10545) = {10377, 10544, -10527, -10540}; +Ruled Surface(10545) = {10545}; +Line Loop(10549) = {10378, 10548, -10528, -10544}; +Ruled Surface(10549) = {10549}; +Line Loop(10553) = {10379, 10552, -10529, -10548}; +Ruled Surface(10553) = {10553}; +Line Loop(10557) = {10380, 10556, -10530, -10552}; +Ruled Surface(10557) = {10557}; +Line Loop(10561) = {10381, 10560, -10531, -10556}; +Ruled Surface(10561) = {10561}; +Line Loop(10565) = {10382, 10564, -10532, -10560}; +Ruled Surface(10565) = {10565}; +Line Loop(10569) = {10383, 10568, -10533, -10564}; +Ruled Surface(10569) = {10569}; +Line Loop(10573) = {10384, 10572, -10534, -10568}; +Ruled Surface(10573) = {10573}; +Line Loop(10577) = {10385, 10576, -10535, -10572}; +Ruled Surface(10577) = {10577}; +Line Loop(10581) = {10386, 10580, -10536, -10576}; +Ruled Surface(10581) = {10581}; +Line Loop(10585) = {10387, 10539, -10537, -10580}; +Ruled Surface(10585) = {10585}; +Line Loop(10586) = {10526, 10527, 10528, 10529, 10530, 10531, 10532, 10533, 10534, 10535, 10536, 10537}; +Plane Surface(10586) = {10586}; +Line Loop(10595) = {10438, 10594, -10588, -10572}; +Ruled Surface(10595) = {10595}; +Line Loop(10599) = {10439, 10598, -10589, -10594}; +Ruled Surface(10599) = {10599}; +Line Loop(10603) = {10440, 10568, -10590, -10598}; +Ruled Surface(10603) = {10603}; +Line Loop(10608) = {10588, 10589, 10590, 10534}; +Plane Surface(10608) = {10608}; +Line Loop(10621) = {10461, 10620, -10611, -10580}; +Ruled Surface(10621) = {10621}; +Line Loop(10625) = {10462, 10624, -10612, -10620}; +Ruled Surface(10625) = {10625}; +Line Loop(10629) = {10463, 10576, -10613, -10624}; +Ruled Surface(10629) = {10629}; +Line Loop(10630) = {10536, 10611, 10612, 10613}; +Plane Surface(10630) = {10630}; +Line Loop(10639) = {10482, 10638, -10632, -10568}; +Ruled Surface(10639) = {10639}; +Line Loop(10643) = {10483, 10642, -10633, -10638}; +Ruled Surface(10643) = {10643}; +Line Loop(10647) = {10484, 10564, -10634, -10642}; +Ruled Surface(10647) = {10647}; +Line Loop(10652) = {10632, 10633, 10634, 10533}; +Plane Surface(10652) = {10652}; +Line Loop(10665) = {10505, 10664, -10655, -10539}; +Ruled Surface(10665) = {10665}; +Line Loop(10669) = {10506, 10668, -10656, -10664}; +Ruled Surface(10669) = {10669}; +Line Loop(10673) = {10507, 10580, -10657, -10668}; +Ruled Surface(10673) = {10673}; +Line Loop(10674) = {10537, 10655, 10656, 10657}; +Plane Surface(10674) = {10674}; +Line Loop(10691) = {10526, 10690, -10676, -10689}; +Ruled Surface(10691) = {10691}; +Line Loop(10695) = {10527, 10694, -10677, -10690}; +Ruled Surface(10695) = {10695}; +Line Loop(10699) = {10528, 10698, -10678, -10694}; +Ruled Surface(10699) = {10699}; +Line Loop(10703) = {10529, 10702, -10679, -10698}; +Ruled Surface(10703) = {10703}; +Line Loop(10707) = {10530, 10706, -10680, -10702}; +Ruled Surface(10707) = {10707}; +Line Loop(10711) = {10531, 10710, -10681, -10706}; +Ruled Surface(10711) = {10711}; +Line Loop(10715) = {10532, 10714, -10682, -10710}; +Ruled Surface(10715) = {10715}; +Line Loop(10719) = {10533, 10718, -10683, -10714}; +Ruled Surface(10719) = {10719}; +Line Loop(10723) = {10534, 10722, -10684, -10718}; +Ruled Surface(10723) = {10723}; +Line Loop(10727) = {10535, 10726, -10685, -10722}; +Ruled Surface(10727) = {10727}; +Line Loop(10731) = {10536, 10730, -10686, -10726}; +Ruled Surface(10731) = {10731}; +Line Loop(10735) = {10537, 10689, -10687, -10730}; +Ruled Surface(10735) = {10735}; +Line Loop(10736) = {10676, 10677, 10678, 10679, 10680, 10681, 10682, 10683, 10684, 10685, 10686, 10687}; +Plane Surface(10736) = {10736}; +Line Loop(10745) = {10588, 10744, -10738, -10722}; +Ruled Surface(10745) = {10745}; +Line Loop(10749) = {10589, 10748, -10739, -10744}; +Ruled Surface(10749) = {10749}; +Line Loop(10753) = {10590, 10718, -10740, -10748}; +Ruled Surface(10753) = {10753}; +Line Loop(10758) = {10738, 10739, 10740, 10684}; +Plane Surface(10758) = {10758}; +Line Loop(10771) = {10611, 10770, -10761, -10730}; +Ruled Surface(10771) = {10771}; +Line Loop(10775) = {10612, 10774, -10762, -10770}; +Ruled Surface(10775) = {10775}; +Line Loop(10779) = {10613, 10726, -10763, -10774}; +Ruled Surface(10779) = {10779}; +Line Loop(10780) = {10686, 10761, 10762, 10763}; +Plane Surface(10780) = {10780}; +Line Loop(10789) = {10632, 10788, -10782, -10718}; +Ruled Surface(10789) = {10789}; +Line Loop(10793) = {10633, 10792, -10783, -10788}; +Ruled Surface(10793) = {10793}; +Line Loop(10797) = {10634, 10714, -10784, -10792}; +Ruled Surface(10797) = {10797}; +Line Loop(10802) = {10782, 10783, 10784, 10683}; +Plane Surface(10802) = {10802}; +Line Loop(10815) = {10655, 10814, -10805, -10689}; +Ruled Surface(10815) = {10815}; +Line Loop(10819) = {10656, 10818, -10806, -10814}; +Ruled Surface(10819) = {10819}; +Line Loop(10823) = {10657, 10730, -10807, -10818}; +Ruled Surface(10823) = {10823}; +Line Loop(10824) = {10687, 10805, 10806, 10807}; +Plane Surface(10824) = {10824}; +Line Loop(10841) = {10676, 10840, -10826, -10839}; +Ruled Surface(10841) = {10841}; +Line Loop(10845) = {10677, 10844, -10827, -10840}; +Ruled Surface(10845) = {10845}; +Line Loop(10849) = {10678, 10848, -10828, -10844}; +Ruled Surface(10849) = {10849}; +Line Loop(10853) = {10679, 10852, -10829, -10848}; +Ruled Surface(10853) = {10853}; +Line Loop(10857) = {10680, 10856, -10830, -10852}; +Ruled Surface(10857) = {10857}; +Line Loop(10861) = {10681, 10860, -10831, -10856}; +Ruled Surface(10861) = {10861}; +Line Loop(10865) = {10682, 10864, -10832, -10860}; +Ruled Surface(10865) = {10865}; +Line Loop(10869) = {10683, 10868, -10833, -10864}; +Ruled Surface(10869) = {10869}; +Line Loop(10873) = {10684, 10872, -10834, -10868}; +Ruled Surface(10873) = {10873}; +Line Loop(10877) = {10685, 10876, -10835, -10872}; +Ruled Surface(10877) = {10877}; +Line Loop(10881) = {10686, 10880, -10836, -10876}; +Ruled Surface(10881) = {10881}; +Line Loop(10885) = {10687, 10839, -10837, -10880}; +Ruled Surface(10885) = {10885}; +Line Loop(10886) = {10826, 10827, 10828, 10829, 10830, 10831, 10832, 10833, 10834, 10835, 10836, 10837}; +Plane Surface(10886) = {10886}; +Line Loop(10895) = {10738, 10894, -10888, -10872}; +Ruled Surface(10895) = {10895}; +Line Loop(10899) = {10739, 10898, -10889, -10894}; +Ruled Surface(10899) = {10899}; +Line Loop(10903) = {10740, 10868, -10890, -10898}; +Ruled Surface(10903) = {10903}; +Line Loop(10908) = {10888, 10889, 10890, 10834}; +Plane Surface(10908) = {10908}; +Line Loop(10921) = {10761, 10920, -10911, -10880}; +Ruled Surface(10921) = {10921}; +Line Loop(10925) = {10762, 10924, -10912, -10920}; +Ruled Surface(10925) = {10925}; +Line Loop(10929) = {10763, 10876, -10913, -10924}; +Ruled Surface(10929) = {10929}; +Line Loop(10930) = {10836, 10911, 10912, 10913}; +Plane Surface(10930) = {10930}; +Line Loop(10939) = {10782, 10938, -10932, -10868}; +Ruled Surface(10939) = {10939}; +Line Loop(10943) = {10783, 10942, -10933, -10938}; +Ruled Surface(10943) = {10943}; +Line Loop(10947) = {10784, 10864, -10934, -10942}; +Ruled Surface(10947) = {10947}; +Line Loop(10952) = {10932, 10933, 10934, 10833}; +Plane Surface(10952) = {10952}; +Line Loop(10965) = {10805, 10964, -10955, -10839}; +Ruled Surface(10965) = {10965}; +Line Loop(10969) = {10806, 10968, -10956, -10964}; +Ruled Surface(10969) = {10969}; +Line Loop(10973) = {10807, 10880, -10957, -10968}; +Ruled Surface(10973) = {10973}; +Line Loop(10974) = {10837, 10955, 10956, 10957}; +Plane Surface(10974) = {10974}; +Line Loop(10991) = {10826, 10990, -10976, -10989}; +Ruled Surface(10991) = {10991}; +Line Loop(10995) = {10827, 10994, -10977, -10990}; +Ruled Surface(10995) = {10995}; +Line Loop(10999) = {10828, 10998, -10978, -10994}; +Ruled Surface(10999) = {10999}; +Line Loop(11003) = {10829, 11002, -10979, -10998}; +Ruled Surface(11003) = {11003}; +Line Loop(11007) = {10830, 11006, -10980, -11002}; +Ruled Surface(11007) = {11007}; +Line Loop(11011) = {10831, 11010, -10981, -11006}; +Ruled Surface(11011) = {11011}; +Line Loop(11015) = {10832, 11014, -10982, -11010}; +Ruled Surface(11015) = {11015}; +Line Loop(11019) = {10833, 11018, -10983, -11014}; +Ruled Surface(11019) = {11019}; +Line Loop(11023) = {10834, 11022, -10984, -11018}; +Ruled Surface(11023) = {11023}; +Line Loop(11027) = {10835, 11026, -10985, -11022}; +Ruled Surface(11027) = {11027}; +Line Loop(11031) = {10836, 11030, -10986, -11026}; +Ruled Surface(11031) = {11031}; +Line Loop(11035) = {10837, 10989, -10987, -11030}; +Ruled Surface(11035) = {11035}; +Line Loop(11036) = {10976, 10977, 10978, 10979, 10980, 10981, 10982, 10983, 10984, 10985, 10986, 10987}; +Plane Surface(11036) = {11036}; +Line Loop(11045) = {10888, 11044, -11038, -11022}; +Ruled Surface(11045) = {11045}; +Line Loop(11049) = {10889, 11048, -11039, -11044}; +Ruled Surface(11049) = {11049}; +Line Loop(11053) = {10890, 11018, -11040, -11048}; +Ruled Surface(11053) = {11053}; +Line Loop(11058) = {11038, 11039, 11040, 10984}; +Plane Surface(11058) = {11058}; +Line Loop(11071) = {10911, 11070, -11061, -11030}; +Ruled Surface(11071) = {11071}; +Line Loop(11075) = {10912, 11074, -11062, -11070}; +Ruled Surface(11075) = {11075}; +Line Loop(11079) = {10913, 11026, -11063, -11074}; +Ruled Surface(11079) = {11079}; +Line Loop(11080) = {10986, 11061, 11062, 11063}; +Plane Surface(11080) = {11080}; +Line Loop(11089) = {10932, 11088, -11082, -11018}; +Ruled Surface(11089) = {11089}; +Line Loop(11093) = {10933, 11092, -11083, -11088}; +Ruled Surface(11093) = {11093}; +Line Loop(11097) = {10934, 11014, -11084, -11092}; +Ruled Surface(11097) = {11097}; +Line Loop(11102) = {11082, 11083, 11084, 10983}; +Plane Surface(11102) = {11102}; +Line Loop(11115) = {10955, 11114, -11105, -10989}; +Ruled Surface(11115) = {11115}; +Line Loop(11119) = {10956, 11118, -11106, -11114}; +Ruled Surface(11119) = {11119}; +Line Loop(11123) = {10957, 11030, -11107, -11118}; +Ruled Surface(11123) = {11123}; +Line Loop(11124) = {10987, 11105, 11106, 11107}; +Plane Surface(11124) = {11124}; +Line Loop(11141) = {10976, 11140, -11126, -11139}; +Ruled Surface(11141) = {11141}; +Line Loop(11145) = {10977, 11144, -11127, -11140}; +Ruled Surface(11145) = {11145}; +Line Loop(11149) = {10978, 11148, -11128, -11144}; +Ruled Surface(11149) = {11149}; +Line Loop(11153) = {10979, 11152, -11129, -11148}; +Ruled Surface(11153) = {11153}; +Line Loop(11157) = {10980, 11156, -11130, -11152}; +Ruled Surface(11157) = {11157}; +Line Loop(11161) = {10981, 11160, -11131, -11156}; +Ruled Surface(11161) = {11161}; +Line Loop(11165) = {10982, 11164, -11132, -11160}; +Ruled Surface(11165) = {11165}; +Line Loop(11169) = {10983, 11168, -11133, -11164}; +Ruled Surface(11169) = {11169}; +Line Loop(11173) = {10984, 11172, -11134, -11168}; +Ruled Surface(11173) = {11173}; +Line Loop(11177) = {10985, 11176, -11135, -11172}; +Ruled Surface(11177) = {11177}; +Line Loop(11181) = {10986, 11180, -11136, -11176}; +Ruled Surface(11181) = {11181}; +Line Loop(11185) = {10987, 11139, -11137, -11180}; +Ruled Surface(11185) = {11185}; +Line Loop(11186) = {11126, 11127, 11128, 11129, 11130, 11131, 11132, 11133, 11134, 11135, 11136, 11137}; +Plane Surface(11186) = {11186}; +Line Loop(11195) = {11038, 11194, -11188, -11172}; +Ruled Surface(11195) = {11195}; +Line Loop(11199) = {11039, 11198, -11189, -11194}; +Ruled Surface(11199) = {11199}; +Line Loop(11203) = {11040, 11168, -11190, -11198}; +Ruled Surface(11203) = {11203}; +Line Loop(11208) = {11188, 11189, 11190, 11134}; +Plane Surface(11208) = {11208}; +Line Loop(11221) = {11061, 11220, -11211, -11180}; +Ruled Surface(11221) = {11221}; +Line Loop(11225) = {11062, 11224, -11212, -11220}; +Ruled Surface(11225) = {11225}; +Line Loop(11229) = {11063, 11176, -11213, -11224}; +Ruled Surface(11229) = {11229}; +Line Loop(11230) = {11136, 11211, 11212, 11213}; +Plane Surface(11230) = {11230}; +Line Loop(11239) = {11082, 11238, -11232, -11168}; +Ruled Surface(11239) = {11239}; +Line Loop(11243) = {11083, 11242, -11233, -11238}; +Ruled Surface(11243) = {11243}; +Line Loop(11247) = {11084, 11164, -11234, -11242}; +Ruled Surface(11247) = {11247}; +Line Loop(11252) = {11232, 11233, 11234, 11133}; +Plane Surface(11252) = {11252}; +Line Loop(11265) = {11105, 11264, -11255, -11139}; +Ruled Surface(11265) = {11265}; +Line Loop(11269) = {11106, 11268, -11256, -11264}; +Ruled Surface(11269) = {11269}; +Line Loop(11273) = {11107, 11180, -11257, -11268}; +Ruled Surface(11273) = {11273}; +Line Loop(11274) = {11137, 11255, 11256, 11257}; +Plane Surface(11274) = {11274}; +Line Loop(11291) = {11126, 11290, -11276, -11289}; +Ruled Surface(11291) = {11291}; +Line Loop(11295) = {11127, 11294, -11277, -11290}; +Ruled Surface(11295) = {11295}; +Line Loop(11299) = {11128, 11298, -11278, -11294}; +Ruled Surface(11299) = {11299}; +Line Loop(11303) = {11129, 11302, -11279, -11298}; +Ruled Surface(11303) = {11303}; +Line Loop(11307) = {11130, 11306, -11280, -11302}; +Ruled Surface(11307) = {11307}; +Line Loop(11311) = {11131, 11310, -11281, -11306}; +Ruled Surface(11311) = {11311}; +Line Loop(11315) = {11132, 11314, -11282, -11310}; +Ruled Surface(11315) = {11315}; +Line Loop(11319) = {11133, 11318, -11283, -11314}; +Ruled Surface(11319) = {11319}; +Line Loop(11323) = {11134, 11322, -11284, -11318}; +Ruled Surface(11323) = {11323}; +Line Loop(11327) = {11135, 11326, -11285, -11322}; +Ruled Surface(11327) = {11327}; +Line Loop(11331) = {11136, 11330, -11286, -11326}; +Ruled Surface(11331) = {11331}; +Line Loop(11335) = {11137, 11289, -11287, -11330}; +Ruled Surface(11335) = {11335}; +Line Loop(11336) = {11276, 11277, 11278, 11279, 11280, 11281, 11282, 11283, 11284, 11285, 11286, 11287}; +Plane Surface(11336) = {11336}; +Line Loop(11345) = {11188, 11344, -11338, -11322}; +Ruled Surface(11345) = {11345}; +Line Loop(11349) = {11189, 11348, -11339, -11344}; +Ruled Surface(11349) = {11349}; +Line Loop(11353) = {11190, 11318, -11340, -11348}; +Ruled Surface(11353) = {11353}; +Line Loop(11358) = {11338, 11339, 11340, 11284}; +Plane Surface(11358) = {11358}; +Line Loop(11371) = {11211, 11370, -11361, -11330}; +Ruled Surface(11371) = {11371}; +Line Loop(11375) = {11212, 11374, -11362, -11370}; +Ruled Surface(11375) = {11375}; +Line Loop(11379) = {11213, 11326, -11363, -11374}; +Ruled Surface(11379) = {11379}; +Line Loop(11380) = {11286, 11361, 11362, 11363}; +Plane Surface(11380) = {11380}; +Line Loop(11389) = {11232, 11388, -11382, -11318}; +Ruled Surface(11389) = {11389}; +Line Loop(11393) = {11233, 11392, -11383, -11388}; +Ruled Surface(11393) = {11393}; +Line Loop(11397) = {11234, 11314, -11384, -11392}; +Ruled Surface(11397) = {11397}; +Line Loop(11402) = {11382, 11383, 11384, 11283}; +Plane Surface(11402) = {11402}; +Line Loop(11415) = {11255, 11414, -11405, -11289}; +Ruled Surface(11415) = {11415}; +Line Loop(11419) = {11256, 11418, -11406, -11414}; +Ruled Surface(11419) = {11419}; +Line Loop(11423) = {11257, 11330, -11407, -11418}; +Ruled Surface(11423) = {11423}; +Line Loop(11424) = {11287, 11405, 11406, 11407}; +Plane Surface(11424) = {11424}; +Line Loop(11441) = {11276, 11440, -11426, -11439}; +Ruled Surface(11441) = {11441}; +Line Loop(11445) = {11277, 11444, -11427, -11440}; +Ruled Surface(11445) = {11445}; +Line Loop(11449) = {11278, 11448, -11428, -11444}; +Ruled Surface(11449) = {11449}; +Line Loop(11453) = {11279, 11452, -11429, -11448}; +Ruled Surface(11453) = {11453}; +Line Loop(11457) = {11280, 11456, -11430, -11452}; +Ruled Surface(11457) = {11457}; +Line Loop(11461) = {11281, 11460, -11431, -11456}; +Ruled Surface(11461) = {11461}; +Line Loop(11465) = {11282, 11464, -11432, -11460}; +Ruled Surface(11465) = {11465}; +Line Loop(11469) = {11283, 11468, -11433, -11464}; +Ruled Surface(11469) = {11469}; +Line Loop(11473) = {11284, 11472, -11434, -11468}; +Ruled Surface(11473) = {11473}; +Line Loop(11477) = {11285, 11476, -11435, -11472}; +Ruled Surface(11477) = {11477}; +Line Loop(11481) = {11286, 11480, -11436, -11476}; +Ruled Surface(11481) = {11481}; +Line Loop(11485) = {11287, 11439, -11437, -11480}; +Ruled Surface(11485) = {11485}; +Line Loop(11486) = {11426, 11427, 11428, 11429, 11430, 11431, 11432, 11433, 11434, 11435, 11436, 11437}; +Plane Surface(11486) = {11486}; +Line Loop(11495) = {11338, 11494, -11488, -11472}; +Ruled Surface(11495) = {11495}; +Line Loop(11499) = {11339, 11498, -11489, -11494}; +Ruled Surface(11499) = {11499}; +Line Loop(11503) = {11340, 11468, -11490, -11498}; +Ruled Surface(11503) = {11503}; +Line Loop(11508) = {11488, 11489, 11490, 11434}; +Plane Surface(11508) = {11508}; +Line Loop(11521) = {11361, 11520, -11511, -11480}; +Ruled Surface(11521) = {11521}; +Line Loop(11525) = {11362, 11524, -11512, -11520}; +Ruled Surface(11525) = {11525}; +Line Loop(11529) = {11363, 11476, -11513, -11524}; +Ruled Surface(11529) = {11529}; +Line Loop(11530) = {11436, 11511, 11512, 11513}; +Plane Surface(11530) = {11530}; +Line Loop(11539) = {11382, 11538, -11532, -11468}; +Ruled Surface(11539) = {11539}; +Line Loop(11543) = {11383, 11542, -11533, -11538}; +Ruled Surface(11543) = {11543}; +Line Loop(11547) = {11384, 11464, -11534, -11542}; +Ruled Surface(11547) = {11547}; +Line Loop(11552) = {11532, 11533, 11534, 11433}; +Plane Surface(11552) = {11552}; +Line Loop(11565) = {11405, 11564, -11555, -11439}; +Ruled Surface(11565) = {11565}; +Line Loop(11569) = {11406, 11568, -11556, -11564}; +Ruled Surface(11569) = {11569}; +Line Loop(11573) = {11407, 11480, -11557, -11568}; +Ruled Surface(11573) = {11573}; +Line Loop(11574) = {11437, 11555, 11556, 11557}; +Plane Surface(11574) = {11574}; +Line Loop(11591) = {11426, 11590, -11576, -11589}; +Ruled Surface(11591) = {11591}; +Line Loop(11595) = {11427, 11594, -11577, -11590}; +Ruled Surface(11595) = {11595}; +Line Loop(11599) = {11428, 11598, -11578, -11594}; +Ruled Surface(11599) = {11599}; +Line Loop(11603) = {11429, 11602, -11579, -11598}; +Ruled Surface(11603) = {11603}; +Line Loop(11607) = {11430, 11606, -11580, -11602}; +Ruled Surface(11607) = {11607}; +Line Loop(11611) = {11431, 11610, -11581, -11606}; +Ruled Surface(11611) = {11611}; +Line Loop(11615) = {11432, 11614, -11582, -11610}; +Ruled Surface(11615) = {11615}; +Line Loop(11619) = {11433, 11618, -11583, -11614}; +Ruled Surface(11619) = {11619}; +Line Loop(11623) = {11434, 11622, -11584, -11618}; +Ruled Surface(11623) = {11623}; +Line Loop(11627) = {11435, 11626, -11585, -11622}; +Ruled Surface(11627) = {11627}; +Line Loop(11631) = {11436, 11630, -11586, -11626}; +Ruled Surface(11631) = {11631}; +Line Loop(11635) = {11437, 11589, -11587, -11630}; +Ruled Surface(11635) = {11635}; +Line Loop(11636) = {11576, 11577, 11578, 11579, 11580, 11581, 11582, 11583, 11584, 11585, 11586, 11587}; +Plane Surface(11636) = {11636}; +Line Loop(11645) = {11488, 11644, -11638, -11622}; +Ruled Surface(11645) = {11645}; +Line Loop(11649) = {11489, 11648, -11639, -11644}; +Ruled Surface(11649) = {11649}; +Line Loop(11653) = {11490, 11618, -11640, -11648}; +Ruled Surface(11653) = {11653}; +Line Loop(11658) = {11638, 11639, 11640, 11584}; +Plane Surface(11658) = {11658}; +Line Loop(11671) = {11511, 11670, -11661, -11630}; +Ruled Surface(11671) = {11671}; +Line Loop(11675) = {11512, 11674, -11662, -11670}; +Ruled Surface(11675) = {11675}; +Line Loop(11679) = {11513, 11626, -11663, -11674}; +Ruled Surface(11679) = {11679}; +Line Loop(11680) = {11586, 11661, 11662, 11663}; +Plane Surface(11680) = {11680}; +Line Loop(11689) = {11532, 11688, -11682, -11618}; +Ruled Surface(11689) = {11689}; +Line Loop(11693) = {11533, 11692, -11683, -11688}; +Ruled Surface(11693) = {11693}; +Line Loop(11697) = {11534, 11614, -11684, -11692}; +Ruled Surface(11697) = {11697}; +Line Loop(11702) = {11682, 11683, 11684, 11583}; +Plane Surface(11702) = {11702}; +Line Loop(11715) = {11555, 11714, -11705, -11589}; +Ruled Surface(11715) = {11715}; +Line Loop(11719) = {11556, 11718, -11706, -11714}; +Ruled Surface(11719) = {11719}; +Line Loop(11723) = {11557, 11630, -11707, -11718}; +Ruled Surface(11723) = {11723}; +Line Loop(11724) = {11587, 11705, 11706, 11707}; +Plane Surface(11724) = {11724}; +Line Loop(11741) = {11576, 11740, -11726, -11739}; +Ruled Surface(11741) = {11741}; +Line Loop(11745) = {11577, 11744, -11727, -11740}; +Ruled Surface(11745) = {11745}; +Line Loop(11749) = {11578, 11748, -11728, -11744}; +Ruled Surface(11749) = {11749}; +Line Loop(11753) = {11579, 11752, -11729, -11748}; +Ruled Surface(11753) = {11753}; +Line Loop(11757) = {11580, 11756, -11730, -11752}; +Ruled Surface(11757) = {11757}; +Line Loop(11761) = {11581, 11760, -11731, -11756}; +Ruled Surface(11761) = {11761}; +Line Loop(11765) = {11582, 11764, -11732, -11760}; +Ruled Surface(11765) = {11765}; +Line Loop(11769) = {11583, 11768, -11733, -11764}; +Ruled Surface(11769) = {11769}; +Line Loop(11773) = {11584, 11772, -11734, -11768}; +Ruled Surface(11773) = {11773}; +Line Loop(11777) = {11585, 11776, -11735, -11772}; +Ruled Surface(11777) = {11777}; +Line Loop(11781) = {11586, 11780, -11736, -11776}; +Ruled Surface(11781) = {11781}; +Line Loop(11785) = {11587, 11739, -11737, -11780}; +Ruled Surface(11785) = {11785}; +Line Loop(11786) = {11726, 11727, 11728, 11729, 11730, 11731, 11732, 11733, 11734, 11735, 11736, 11737}; +Plane Surface(11786) = {11786}; +Line Loop(11795) = {11638, 11794, -11788, -11772}; +Ruled Surface(11795) = {11795}; +Line Loop(11799) = {11639, 11798, -11789, -11794}; +Ruled Surface(11799) = {11799}; +Line Loop(11803) = {11640, 11768, -11790, -11798}; +Ruled Surface(11803) = {11803}; +Line Loop(11808) = {11788, 11789, 11790, 11734}; +Plane Surface(11808) = {11808}; +Line Loop(11821) = {11661, 11820, -11811, -11780}; +Ruled Surface(11821) = {11821}; +Line Loop(11825) = {11662, 11824, -11812, -11820}; +Ruled Surface(11825) = {11825}; +Line Loop(11829) = {11663, 11776, -11813, -11824}; +Ruled Surface(11829) = {11829}; +Line Loop(11830) = {11736, 11811, 11812, 11813}; +Plane Surface(11830) = {11830}; +Line Loop(11839) = {11682, 11838, -11832, -11768}; +Ruled Surface(11839) = {11839}; +Line Loop(11843) = {11683, 11842, -11833, -11838}; +Ruled Surface(11843) = {11843}; +Line Loop(11847) = {11684, 11764, -11834, -11842}; +Ruled Surface(11847) = {11847}; +Line Loop(11852) = {11832, 11833, 11834, 11733}; +Plane Surface(11852) = {11852}; +Line Loop(11865) = {11705, 11864, -11855, -11739}; +Ruled Surface(11865) = {11865}; +Line Loop(11869) = {11706, 11868, -11856, -11864}; +Ruled Surface(11869) = {11869}; +Line Loop(11873) = {11707, 11780, -11857, -11868}; +Ruled Surface(11873) = {11873}; +Line Loop(11874) = {11737, 11855, 11856, 11857}; +Plane Surface(11874) = {11874}; +Line Loop(11891) = {11726, 11890, -11876, -11889}; +Ruled Surface(11891) = {11891}; +Line Loop(11895) = {11727, 11894, -11877, -11890}; +Ruled Surface(11895) = {11895}; +Line Loop(11899) = {11728, 11898, -11878, -11894}; +Ruled Surface(11899) = {11899}; +Line Loop(11903) = {11729, 11902, -11879, -11898}; +Ruled Surface(11903) = {11903}; +Line Loop(11907) = {11730, 11906, -11880, -11902}; +Ruled Surface(11907) = {11907}; +Line Loop(11911) = {11731, 11910, -11881, -11906}; +Ruled Surface(11911) = {11911}; +Line Loop(11915) = {11732, 11914, -11882, -11910}; +Ruled Surface(11915) = {11915}; +Line Loop(11919) = {11733, 11918, -11883, -11914}; +Ruled Surface(11919) = {11919}; +Line Loop(11923) = {11734, 11922, -11884, -11918}; +Ruled Surface(11923) = {11923}; +Line Loop(11927) = {11735, 11926, -11885, -11922}; +Ruled Surface(11927) = {11927}; +Line Loop(11931) = {11736, 11930, -11886, -11926}; +Ruled Surface(11931) = {11931}; +Line Loop(11935) = {11737, 11889, -11887, -11930}; +Ruled Surface(11935) = {11935}; +Line Loop(11936) = {11876, 11877, 11878, 11879, 11880, 11881, 11882, 11883, 11884, 11885, 11886, 11887}; +Plane Surface(11936) = {11936}; +Line Loop(11945) = {11788, 11944, -11938, -11922}; +Ruled Surface(11945) = {11945}; +Line Loop(11949) = {11789, 11948, -11939, -11944}; +Ruled Surface(11949) = {11949}; +Line Loop(11953) = {11790, 11918, -11940, -11948}; +Ruled Surface(11953) = {11953}; +Line Loop(11958) = {11938, 11939, 11940, 11884}; +Plane Surface(11958) = {11958}; +Line Loop(11971) = {11811, 11970, -11961, -11930}; +Ruled Surface(11971) = {11971}; +Line Loop(11975) = {11812, 11974, -11962, -11970}; +Ruled Surface(11975) = {11975}; +Line Loop(11979) = {11813, 11926, -11963, -11974}; +Ruled Surface(11979) = {11979}; +Line Loop(11980) = {11886, 11961, 11962, 11963}; +Plane Surface(11980) = {11980}; +Line Loop(11989) = {11832, 11988, -11982, -11918}; +Ruled Surface(11989) = {11989}; +Line Loop(11993) = {11833, 11992, -11983, -11988}; +Ruled Surface(11993) = {11993}; +Line Loop(11997) = {11834, 11914, -11984, -11992}; +Ruled Surface(11997) = {11997}; +Line Loop(12002) = {11982, 11983, 11984, 11883}; +Plane Surface(12002) = {12002}; +Line Loop(12015) = {11855, 12014, -12005, -11889}; +Ruled Surface(12015) = {12015}; +Line Loop(12019) = {11856, 12018, -12006, -12014}; +Ruled Surface(12019) = {12019}; +Line Loop(12023) = {11857, 11930, -12007, -12018}; +Ruled Surface(12023) = {12023}; +Line Loop(12024) = {11887, 12005, 12006, 12007}; +Plane Surface(12024) = {12024}; +Line Loop(12041) = {11876, 12040, -12026, -12039}; +Ruled Surface(12041) = {12041}; +Line Loop(12045) = {11877, 12044, -12027, -12040}; +Ruled Surface(12045) = {12045}; +Line Loop(12049) = {11878, 12048, -12028, -12044}; +Ruled Surface(12049) = {12049}; +Line Loop(12053) = {11879, 12052, -12029, -12048}; +Ruled Surface(12053) = {12053}; +Line Loop(12057) = {11880, 12056, -12030, -12052}; +Ruled Surface(12057) = {12057}; +Line Loop(12061) = {11881, 12060, -12031, -12056}; +Ruled Surface(12061) = {12061}; +Line Loop(12065) = {11882, 12064, -12032, -12060}; +Ruled Surface(12065) = {12065}; +Line Loop(12069) = {11883, 12068, -12033, -12064}; +Ruled Surface(12069) = {12069}; +Line Loop(12073) = {11884, 12072, -12034, -12068}; +Ruled Surface(12073) = {12073}; +Line Loop(12077) = {11885, 12076, -12035, -12072}; +Ruled Surface(12077) = {12077}; +Line Loop(12081) = {11886, 12080, -12036, -12076}; +Ruled Surface(12081) = {12081}; +Line Loop(12085) = {11887, 12039, -12037, -12080}; +Ruled Surface(12085) = {12085}; +Line Loop(12086) = {12026, 12027, 12028, 12029, 12030, 12031, 12032, 12033, 12034, 12035, 12036, 12037}; +Plane Surface(12086) = {12086}; +Line Loop(12095) = {11938, 12094, -12088, -12072}; +Ruled Surface(12095) = {12095}; +Line Loop(12099) = {11939, 12098, -12089, -12094}; +Ruled Surface(12099) = {12099}; +Line Loop(12103) = {11940, 12068, -12090, -12098}; +Ruled Surface(12103) = {12103}; +Line Loop(12108) = {12088, 12089, 12090, 12034}; +Plane Surface(12108) = {12108}; +Line Loop(12121) = {11961, 12120, -12111, -12080}; +Ruled Surface(12121) = {12121}; +Line Loop(12125) = {11962, 12124, -12112, -12120}; +Ruled Surface(12125) = {12125}; +Line Loop(12129) = {11963, 12076, -12113, -12124}; +Ruled Surface(12129) = {12129}; +Line Loop(12130) = {12036, 12111, 12112, 12113}; +Plane Surface(12130) = {12130}; +Line Loop(12139) = {11982, 12138, -12132, -12068}; +Ruled Surface(12139) = {12139}; +Line Loop(12143) = {11983, 12142, -12133, -12138}; +Ruled Surface(12143) = {12143}; +Line Loop(12147) = {11984, 12064, -12134, -12142}; +Ruled Surface(12147) = {12147}; +Line Loop(12152) = {12132, 12133, 12134, 12033}; +Plane Surface(12152) = {12152}; +Line Loop(12165) = {12005, 12164, -12155, -12039}; +Ruled Surface(12165) = {12165}; +Line Loop(12169) = {12006, 12168, -12156, -12164}; +Ruled Surface(12169) = {12169}; +Line Loop(12173) = {12007, 12080, -12157, -12168}; +Ruled Surface(12173) = {12173}; +Line Loop(12174) = {12037, 12155, 12156, 12157}; +Plane Surface(12174) = {12174}; +Line Loop(12191) = {12026, 12190, -12176, -12189}; +Ruled Surface(12191) = {12191}; +Line Loop(12195) = {12027, 12194, -12177, -12190}; +Ruled Surface(12195) = {12195}; +Line Loop(12199) = {12028, 12198, -12178, -12194}; +Ruled Surface(12199) = {12199}; +Line Loop(12203) = {12029, 12202, -12179, -12198}; +Ruled Surface(12203) = {12203}; +Line Loop(12207) = {12030, 12206, -12180, -12202}; +Ruled Surface(12207) = {12207}; +Line Loop(12211) = {12031, 12210, -12181, -12206}; +Ruled Surface(12211) = {12211}; +Line Loop(12215) = {12032, 12214, -12182, -12210}; +Ruled Surface(12215) = {12215}; +Line Loop(12219) = {12033, 12218, -12183, -12214}; +Ruled Surface(12219) = {12219}; +Line Loop(12223) = {12034, 12222, -12184, -12218}; +Ruled Surface(12223) = {12223}; +Line Loop(12227) = {12035, 12226, -12185, -12222}; +Ruled Surface(12227) = {12227}; +Line Loop(12231) = {12036, 12230, -12186, -12226}; +Ruled Surface(12231) = {12231}; +Line Loop(12235) = {12037, 12189, -12187, -12230}; +Ruled Surface(12235) = {12235}; +Line Loop(12236) = {12176, 12177, 12178, 12179, 12180, 12181, 12182, 12183, 12184, 12185, 12186, 12187}; +Plane Surface(12236) = {12236}; +Line Loop(12245) = {12088, 12244, -12238, -12222}; +Ruled Surface(12245) = {12245}; +Line Loop(12249) = {12089, 12248, -12239, -12244}; +Ruled Surface(12249) = {12249}; +Line Loop(12253) = {12090, 12218, -12240, -12248}; +Ruled Surface(12253) = {12253}; +Line Loop(12258) = {12238, 12239, 12240, 12184}; +Plane Surface(12258) = {12258}; +Line Loop(12271) = {12111, 12270, -12261, -12230}; +Ruled Surface(12271) = {12271}; +Line Loop(12275) = {12112, 12274, -12262, -12270}; +Ruled Surface(12275) = {12275}; +Line Loop(12279) = {12113, 12226, -12263, -12274}; +Ruled Surface(12279) = {12279}; +Line Loop(12280) = {12186, 12261, 12262, 12263}; +Plane Surface(12280) = {12280}; +Line Loop(12289) = {12132, 12288, -12282, -12218}; +Ruled Surface(12289) = {12289}; +Line Loop(12293) = {12133, 12292, -12283, -12288}; +Ruled Surface(12293) = {12293}; +Line Loop(12297) = {12134, 12214, -12284, -12292}; +Ruled Surface(12297) = {12297}; +Line Loop(12302) = {12282, 12283, 12284, 12183}; +Plane Surface(12302) = {12302}; +Line Loop(12315) = {12155, 12314, -12305, -12189}; +Ruled Surface(12315) = {12315}; +Line Loop(12319) = {12156, 12318, -12306, -12314}; +Ruled Surface(12319) = {12319}; +Line Loop(12323) = {12157, 12230, -12307, -12318}; +Ruled Surface(12323) = {12323}; +Line Loop(12324) = {12187, 12305, 12306, 12307}; +Plane Surface(12324) = {12324}; +Line Loop(12341) = {12176, 12340, -12326, -12339}; +Ruled Surface(12341) = {12341}; +Line Loop(12345) = {12177, 12344, -12327, -12340}; +Ruled Surface(12345) = {12345}; +Line Loop(12349) = {12178, 12348, -12328, -12344}; +Ruled Surface(12349) = {12349}; +Line Loop(12353) = {12179, 12352, -12329, -12348}; +Ruled Surface(12353) = {12353}; +Line Loop(12357) = {12180, 12356, -12330, -12352}; +Ruled Surface(12357) = {12357}; +Line Loop(12361) = {12181, 12360, -12331, -12356}; +Ruled Surface(12361) = {12361}; +Line Loop(12365) = {12182, 12364, -12332, -12360}; +Ruled Surface(12365) = {12365}; +Line Loop(12369) = {12183, 12368, -12333, -12364}; +Ruled Surface(12369) = {12369}; +Line Loop(12373) = {12184, 12372, -12334, -12368}; +Ruled Surface(12373) = {12373}; +Line Loop(12377) = {12185, 12376, -12335, -12372}; +Ruled Surface(12377) = {12377}; +Line Loop(12381) = {12186, 12380, -12336, -12376}; +Ruled Surface(12381) = {12381}; +Line Loop(12385) = {12187, 12339, -12337, -12380}; +Ruled Surface(12385) = {12385}; +Line Loop(12386) = {12326, 12327, 12328, 12329, 12330, 12331, 12332, 12333, 12334, 12335, 12336, 12337}; +Plane Surface(12386) = {12386}; +Line Loop(12395) = {12238, 12394, -12388, -12372}; +Ruled Surface(12395) = {12395}; +Line Loop(12399) = {12239, 12398, -12389, -12394}; +Ruled Surface(12399) = {12399}; +Line Loop(12403) = {12240, 12368, -12390, -12398}; +Ruled Surface(12403) = {12403}; +Line Loop(12408) = {12388, 12389, 12390, 12334}; +Plane Surface(12408) = {12408}; +Line Loop(12421) = {12261, 12420, -12411, -12380}; +Ruled Surface(12421) = {12421}; +Line Loop(12425) = {12262, 12424, -12412, -12420}; +Ruled Surface(12425) = {12425}; +Line Loop(12429) = {12263, 12376, -12413, -12424}; +Ruled Surface(12429) = {12429}; +Line Loop(12430) = {12336, 12411, 12412, 12413}; +Plane Surface(12430) = {12430}; +Line Loop(12439) = {12282, 12438, -12432, -12368}; +Ruled Surface(12439) = {12439}; +Line Loop(12443) = {12283, 12442, -12433, -12438}; +Ruled Surface(12443) = {12443}; +Line Loop(12447) = {12284, 12364, -12434, -12442}; +Ruled Surface(12447) = {12447}; +Line Loop(12452) = {12432, 12433, 12434, 12333}; +Plane Surface(12452) = {12452}; +Line Loop(12465) = {12305, 12464, -12455, -12339}; +Ruled Surface(12465) = {12465}; +Line Loop(12469) = {12306, 12468, -12456, -12464}; +Ruled Surface(12469) = {12469}; +Line Loop(12473) = {12307, 12380, -12457, -12468}; +Ruled Surface(12473) = {12473}; +Line Loop(12474) = {12337, 12455, 12456, 12457}; +Plane Surface(12474) = {12474}; +Line Loop(12491) = {12326, 12490, -12476, -12489}; +Ruled Surface(12491) = {12491}; +Line Loop(12495) = {12327, 12494, -12477, -12490}; +Ruled Surface(12495) = {12495}; +Line Loop(12499) = {12328, 12498, -12478, -12494}; +Ruled Surface(12499) = {12499}; +Line Loop(12503) = {12329, 12502, -12479, -12498}; +Ruled Surface(12503) = {12503}; +Line Loop(12507) = {12330, 12506, -12480, -12502}; +Ruled Surface(12507) = {12507}; +Line Loop(12511) = {12331, 12510, -12481, -12506}; +Ruled Surface(12511) = {12511}; +Line Loop(12515) = {12332, 12514, -12482, -12510}; +Ruled Surface(12515) = {12515}; +Line Loop(12519) = {12333, 12518, -12483, -12514}; +Ruled Surface(12519) = {12519}; +Line Loop(12523) = {12334, 12522, -12484, -12518}; +Ruled Surface(12523) = {12523}; +Line Loop(12527) = {12335, 12526, -12485, -12522}; +Ruled Surface(12527) = {12527}; +Line Loop(12531) = {12336, 12530, -12486, -12526}; +Ruled Surface(12531) = {12531}; +Line Loop(12535) = {12337, 12489, -12487, -12530}; +Ruled Surface(12535) = {12535}; +Line Loop(12536) = {12476, 12477, 12478, 12479, 12480, 12481, 12482, 12483, 12484, 12485, 12486, 12487}; +Plane Surface(12536) = {12536}; +Line Loop(12545) = {12388, 12544, -12538, -12522}; +Ruled Surface(12545) = {12545}; +Line Loop(12549) = {12389, 12548, -12539, -12544}; +Ruled Surface(12549) = {12549}; +Line Loop(12553) = {12390, 12518, -12540, -12548}; +Ruled Surface(12553) = {12553}; +Line Loop(12558) = {12538, 12539, 12540, 12484}; +Plane Surface(12558) = {12558}; +Line Loop(12571) = {12411, 12570, -12561, -12530}; +Ruled Surface(12571) = {12571}; +Line Loop(12575) = {12412, 12574, -12562, -12570}; +Ruled Surface(12575) = {12575}; +Line Loop(12579) = {12413, 12526, -12563, -12574}; +Ruled Surface(12579) = {12579}; +Line Loop(12580) = {12486, 12561, 12562, 12563}; +Plane Surface(12580) = {12580}; +Line Loop(12589) = {12432, 12588, -12582, -12518}; +Ruled Surface(12589) = {12589}; +Line Loop(12593) = {12433, 12592, -12583, -12588}; +Ruled Surface(12593) = {12593}; +Line Loop(12597) = {12434, 12514, -12584, -12592}; +Ruled Surface(12597) = {12597}; +Line Loop(12602) = {12582, 12583, 12584, 12483}; +Plane Surface(12602) = {12602}; +Line Loop(12615) = {12455, 12614, -12605, -12489}; +Ruled Surface(12615) = {12615}; +Line Loop(12619) = {12456, 12618, -12606, -12614}; +Ruled Surface(12619) = {12619}; +Line Loop(12623) = {12457, 12530, -12607, -12618}; +Ruled Surface(12623) = {12623}; +Line Loop(12624) = {12487, 12605, 12606, 12607}; +Plane Surface(12624) = {12624}; +Line Loop(12641) = {12476, 12640, -12626, -12639}; +Ruled Surface(12641) = {12641}; +Line Loop(12645) = {12477, 12644, -12627, -12640}; +Ruled Surface(12645) = {12645}; +Line Loop(12649) = {12478, 12648, -12628, -12644}; +Ruled Surface(12649) = {12649}; +Line Loop(12653) = {12479, 12652, -12629, -12648}; +Ruled Surface(12653) = {12653}; +Line Loop(12657) = {12480, 12656, -12630, -12652}; +Ruled Surface(12657) = {12657}; +Line Loop(12661) = {12481, 12660, -12631, -12656}; +Ruled Surface(12661) = {12661}; +Line Loop(12665) = {12482, 12664, -12632, -12660}; +Ruled Surface(12665) = {12665}; +Line Loop(12669) = {12483, 12668, -12633, -12664}; +Ruled Surface(12669) = {12669}; +Line Loop(12673) = {12484, 12672, -12634, -12668}; +Ruled Surface(12673) = {12673}; +Line Loop(12677) = {12485, 12676, -12635, -12672}; +Ruled Surface(12677) = {12677}; +Line Loop(12681) = {12486, 12680, -12636, -12676}; +Ruled Surface(12681) = {12681}; +Line Loop(12685) = {12487, 12639, -12637, -12680}; +Ruled Surface(12685) = {12685}; +Line Loop(12686) = {12626, 12627, 12628, 12629, 12630, 12631, 12632, 12633, 12634, 12635, 12636, 12637}; +Plane Surface(12686) = {12686}; +Line Loop(12695) = {12538, 12694, -12688, -12672}; +Ruled Surface(12695) = {12695}; +Line Loop(12699) = {12539, 12698, -12689, -12694}; +Ruled Surface(12699) = {12699}; +Line Loop(12703) = {12540, 12668, -12690, -12698}; +Ruled Surface(12703) = {12703}; +Line Loop(12708) = {12688, 12689, 12690, 12634}; +Plane Surface(12708) = {12708}; +Line Loop(12721) = {12561, 12720, -12711, -12680}; +Ruled Surface(12721) = {12721}; +Line Loop(12725) = {12562, 12724, -12712, -12720}; +Ruled Surface(12725) = {12725}; +Line Loop(12729) = {12563, 12676, -12713, -12724}; +Ruled Surface(12729) = {12729}; +Line Loop(12730) = {12636, 12711, 12712, 12713}; +Plane Surface(12730) = {12730}; +Line Loop(12739) = {12582, 12738, -12732, -12668}; +Ruled Surface(12739) = {12739}; +Line Loop(12743) = {12583, 12742, -12733, -12738}; +Ruled Surface(12743) = {12743}; +Line Loop(12747) = {12584, 12664, -12734, -12742}; +Ruled Surface(12747) = {12747}; +Line Loop(12752) = {12732, 12733, 12734, 12633}; +Plane Surface(12752) = {12752}; +Line Loop(12765) = {12605, 12764, -12755, -12639}; +Ruled Surface(12765) = {12765}; +Line Loop(12769) = {12606, 12768, -12756, -12764}; +Ruled Surface(12769) = {12769}; +Line Loop(12773) = {12607, 12680, -12757, -12768}; +Ruled Surface(12773) = {12773}; +Line Loop(12774) = {12637, 12755, 12756, 12757}; +Plane Surface(12774) = {12774}; +Line Loop(12791) = {12626, 12790, -12776, -12789}; +Ruled Surface(12791) = {12791}; +Line Loop(12795) = {12627, 12794, -12777, -12790}; +Ruled Surface(12795) = {12795}; +Line Loop(12799) = {12628, 12798, -12778, -12794}; +Ruled Surface(12799) = {12799}; +Line Loop(12803) = {12629, 12802, -12779, -12798}; +Ruled Surface(12803) = {12803}; +Line Loop(12807) = {12630, 12806, -12780, -12802}; +Ruled Surface(12807) = {12807}; +Line Loop(12811) = {12631, 12810, -12781, -12806}; +Ruled Surface(12811) = {12811}; +Line Loop(12815) = {12632, 12814, -12782, -12810}; +Ruled Surface(12815) = {12815}; +Line Loop(12819) = {12633, 12818, -12783, -12814}; +Ruled Surface(12819) = {12819}; +Line Loop(12823) = {12634, 12822, -12784, -12818}; +Ruled Surface(12823) = {12823}; +Line Loop(12827) = {12635, 12826, -12785, -12822}; +Ruled Surface(12827) = {12827}; +Line Loop(12831) = {12636, 12830, -12786, -12826}; +Ruled Surface(12831) = {12831}; +Line Loop(12835) = {12637, 12789, -12787, -12830}; +Ruled Surface(12835) = {12835}; +Line Loop(12836) = {12776, 12777, 12778, 12779, 12780, 12781, 12782, 12783, 12784, 12785, 12786, 12787}; +Plane Surface(12836) = {12836}; +Line Loop(12845) = {12688, 12844, -12838, -12822}; +Ruled Surface(12845) = {12845}; +Line Loop(12849) = {12689, 12848, -12839, -12844}; +Ruled Surface(12849) = {12849}; +Line Loop(12853) = {12690, 12818, -12840, -12848}; +Ruled Surface(12853) = {12853}; +Line Loop(12858) = {12838, 12839, 12840, 12784}; +Plane Surface(12858) = {12858}; +Line Loop(12871) = {12711, 12870, -12861, -12830}; +Ruled Surface(12871) = {12871}; +Line Loop(12875) = {12712, 12874, -12862, -12870}; +Ruled Surface(12875) = {12875}; +Line Loop(12879) = {12713, 12826, -12863, -12874}; +Ruled Surface(12879) = {12879}; +Line Loop(12880) = {12786, 12861, 12862, 12863}; +Plane Surface(12880) = {12880}; +Line Loop(12889) = {12732, 12888, -12882, -12818}; +Ruled Surface(12889) = {12889}; +Line Loop(12893) = {12733, 12892, -12883, -12888}; +Ruled Surface(12893) = {12893}; +Line Loop(12897) = {12734, 12814, -12884, -12892}; +Ruled Surface(12897) = {12897}; +Line Loop(12902) = {12882, 12883, 12884, 12783}; +Plane Surface(12902) = {12902}; +Line Loop(12915) = {12755, 12914, -12905, -12789}; +Ruled Surface(12915) = {12915}; +Line Loop(12919) = {12756, 12918, -12906, -12914}; +Ruled Surface(12919) = {12919}; +Line Loop(12923) = {12757, 12830, -12907, -12918}; +Ruled Surface(12923) = {12923}; +Line Loop(12924) = {12787, 12905, 12906, 12907}; +Plane Surface(12924) = {12924}; +Line Loop(12941) = {12776, 12940, -12926, -12939}; +Ruled Surface(12941) = {12941}; +Line Loop(12945) = {12777, 12944, -12927, -12940}; +Ruled Surface(12945) = {12945}; +Line Loop(12949) = {12778, 12948, -12928, -12944}; +Ruled Surface(12949) = {12949}; +Line Loop(12953) = {12779, 12952, -12929, -12948}; +Ruled Surface(12953) = {12953}; +Line Loop(12957) = {12780, 12956, -12930, -12952}; +Ruled Surface(12957) = {12957}; +Line Loop(12961) = {12781, 12960, -12931, -12956}; +Ruled Surface(12961) = {12961}; +Line Loop(12965) = {12782, 12964, -12932, -12960}; +Ruled Surface(12965) = {12965}; +Line Loop(12969) = {12783, 12968, -12933, -12964}; +Ruled Surface(12969) = {12969}; +Line Loop(12973) = {12784, 12972, -12934, -12968}; +Ruled Surface(12973) = {12973}; +Line Loop(12977) = {12785, 12976, -12935, -12972}; +Ruled Surface(12977) = {12977}; +Line Loop(12981) = {12786, 12980, -12936, -12976}; +Ruled Surface(12981) = {12981}; +Line Loop(12985) = {12787, 12939, -12937, -12980}; +Ruled Surface(12985) = {12985}; +Line Loop(12986) = {12926, 12927, 12928, 12929, 12930, 12931, 12932, 12933, 12934, 12935, 12936, 12937}; +Plane Surface(12986) = {12986}; +Line Loop(12995) = {12838, 12994, -12988, -12972}; +Ruled Surface(12995) = {12995}; +Line Loop(12999) = {12839, 12998, -12989, -12994}; +Ruled Surface(12999) = {12999}; +Line Loop(13003) = {12840, 12968, -12990, -12998}; +Ruled Surface(13003) = {13003}; +Line Loop(13008) = {12988, 12989, 12990, 12934}; +Plane Surface(13008) = {13008}; +Line Loop(13021) = {12861, 13020, -13011, -12980}; +Ruled Surface(13021) = {13021}; +Line Loop(13025) = {12862, 13024, -13012, -13020}; +Ruled Surface(13025) = {13025}; +Line Loop(13029) = {12863, 12976, -13013, -13024}; +Ruled Surface(13029) = {13029}; +Line Loop(13030) = {12936, 13011, 13012, 13013}; +Plane Surface(13030) = {13030}; +Line Loop(13039) = {12882, 13038, -13032, -12968}; +Ruled Surface(13039) = {13039}; +Line Loop(13043) = {12883, 13042, -13033, -13038}; +Ruled Surface(13043) = {13043}; +Line Loop(13047) = {12884, 12964, -13034, -13042}; +Ruled Surface(13047) = {13047}; +Line Loop(13052) = {13032, 13033, 13034, 12933}; +Plane Surface(13052) = {13052}; +Line Loop(13065) = {12905, 13064, -13055, -12939}; +Ruled Surface(13065) = {13065}; +Line Loop(13069) = {12906, 13068, -13056, -13064}; +Ruled Surface(13069) = {13069}; +Line Loop(13073) = {12907, 12980, -13057, -13068}; +Ruled Surface(13073) = {13073}; +Line Loop(13074) = {12937, 13055, 13056, 13057}; +Plane Surface(13074) = {13074}; +Line Loop(13091) = {12926, 13090, -13076, -13089}; +Ruled Surface(13091) = {13091}; +Line Loop(13095) = {12927, 13094, -13077, -13090}; +Ruled Surface(13095) = {13095}; +Line Loop(13099) = {12928, 13098, -13078, -13094}; +Ruled Surface(13099) = {13099}; +Line Loop(13103) = {12929, 13102, -13079, -13098}; +Ruled Surface(13103) = {13103}; +Line Loop(13107) = {12930, 13106, -13080, -13102}; +Ruled Surface(13107) = {13107}; +Line Loop(13111) = {12931, 13110, -13081, -13106}; +Ruled Surface(13111) = {13111}; +Line Loop(13115) = {12932, 13114, -13082, -13110}; +Ruled Surface(13115) = {13115}; +Line Loop(13119) = {12933, 13118, -13083, -13114}; +Ruled Surface(13119) = {13119}; +Line Loop(13123) = {12934, 13122, -13084, -13118}; +Ruled Surface(13123) = {13123}; +Line Loop(13127) = {12935, 13126, -13085, -13122}; +Ruled Surface(13127) = {13127}; +Line Loop(13131) = {12936, 13130, -13086, -13126}; +Ruled Surface(13131) = {13131}; +Line Loop(13135) = {12937, 13089, -13087, -13130}; +Ruled Surface(13135) = {13135}; +Line Loop(13136) = {13076, 13077, 13078, 13079, 13080, 13081, 13082, 13083, 13084, 13085, 13086, 13087}; +Plane Surface(13136) = {13136}; +Line Loop(13145) = {12988, 13144, -13138, -13122}; +Ruled Surface(13145) = {13145}; +Line Loop(13149) = {12989, 13148, -13139, -13144}; +Ruled Surface(13149) = {13149}; +Line Loop(13153) = {12990, 13118, -13140, -13148}; +Ruled Surface(13153) = {13153}; +Line Loop(13158) = {13138, 13139, 13140, 13084}; +Plane Surface(13158) = {13158}; +Line Loop(13171) = {13011, 13170, -13161, -13130}; +Ruled Surface(13171) = {13171}; +Line Loop(13175) = {13012, 13174, -13162, -13170}; +Ruled Surface(13175) = {13175}; +Line Loop(13179) = {13013, 13126, -13163, -13174}; +Ruled Surface(13179) = {13179}; +Line Loop(13180) = {13086, 13161, 13162, 13163}; +Plane Surface(13180) = {13180}; +Line Loop(13189) = {13032, 13188, -13182, -13118}; +Ruled Surface(13189) = {13189}; +Line Loop(13193) = {13033, 13192, -13183, -13188}; +Ruled Surface(13193) = {13193}; +Line Loop(13197) = {13034, 13114, -13184, -13192}; +Ruled Surface(13197) = {13197}; +Line Loop(13202) = {13182, 13183, 13184, 13083}; +Plane Surface(13202) = {13202}; +Line Loop(13215) = {13055, 13214, -13205, -13089}; +Ruled Surface(13215) = {13215}; +Line Loop(13219) = {13056, 13218, -13206, -13214}; +Ruled Surface(13219) = {13219}; +Line Loop(13223) = {13057, 13130, -13207, -13218}; +Ruled Surface(13223) = {13223}; +Line Loop(13224) = {13087, 13205, 13206, 13207}; +Plane Surface(13224) = {13224}; +Line Loop(13241) = {13076, 13240, -13226, -13239}; +Ruled Surface(13241) = {13241}; +Line Loop(13245) = {13077, 13244, -13227, -13240}; +Ruled Surface(13245) = {13245}; +Line Loop(13249) = {13078, 13248, -13228, -13244}; +Ruled Surface(13249) = {13249}; +Line Loop(13253) = {13079, 13252, -13229, -13248}; +Ruled Surface(13253) = {13253}; +Line Loop(13257) = {13080, 13256, -13230, -13252}; +Ruled Surface(13257) = {13257}; +Line Loop(13261) = {13081, 13260, -13231, -13256}; +Ruled Surface(13261) = {13261}; +Line Loop(13265) = {13082, 13264, -13232, -13260}; +Ruled Surface(13265) = {13265}; +Line Loop(13269) = {13083, 13268, -13233, -13264}; +Ruled Surface(13269) = {13269}; +Line Loop(13273) = {13084, 13272, -13234, -13268}; +Ruled Surface(13273) = {13273}; +Line Loop(13277) = {13085, 13276, -13235, -13272}; +Ruled Surface(13277) = {13277}; +Line Loop(13281) = {13086, 13280, -13236, -13276}; +Ruled Surface(13281) = {13281}; +Line Loop(13285) = {13087, 13239, -13237, -13280}; +Ruled Surface(13285) = {13285}; +Line Loop(13286) = {13226, 13227, 13228, 13229, 13230, 13231, 13232, 13233, 13234, 13235, 13236, 13237}; +Plane Surface(13286) = {13286}; +Line Loop(13295) = {13138, 13294, -13288, -13272}; +Ruled Surface(13295) = {13295}; +Line Loop(13299) = {13139, 13298, -13289, -13294}; +Ruled Surface(13299) = {13299}; +Line Loop(13303) = {13140, 13268, -13290, -13298}; +Ruled Surface(13303) = {13303}; +Line Loop(13308) = {13288, 13289, 13290, 13234}; +Plane Surface(13308) = {13308}; +Line Loop(13321) = {13161, 13320, -13311, -13280}; +Ruled Surface(13321) = {13321}; +Line Loop(13325) = {13162, 13324, -13312, -13320}; +Ruled Surface(13325) = {13325}; +Line Loop(13329) = {13163, 13276, -13313, -13324}; +Ruled Surface(13329) = {13329}; +Line Loop(13330) = {13236, 13311, 13312, 13313}; +Plane Surface(13330) = {13330}; +Line Loop(13339) = {13182, 13338, -13332, -13268}; +Ruled Surface(13339) = {13339}; +Line Loop(13343) = {13183, 13342, -13333, -13338}; +Ruled Surface(13343) = {13343}; +Line Loop(13347) = {13184, 13264, -13334, -13342}; +Ruled Surface(13347) = {13347}; +Line Loop(13352) = {13332, 13333, 13334, 13233}; +Plane Surface(13352) = {13352}; +Line Loop(13365) = {13205, 13364, -13355, -13239}; +Ruled Surface(13365) = {13365}; +Line Loop(13369) = {13206, 13368, -13356, -13364}; +Ruled Surface(13369) = {13369}; +Line Loop(13373) = {13207, 13280, -13357, -13368}; +Ruled Surface(13373) = {13373}; +Line Loop(13374) = {13237, 13355, 13356, 13357}; +Plane Surface(13374) = {13374}; +Line Loop(13391) = {13226, 13390, -13376, -13389}; +Ruled Surface(13391) = {13391}; +Line Loop(13395) = {13227, 13394, -13377, -13390}; +Ruled Surface(13395) = {13395}; +Line Loop(13399) = {13228, 13398, -13378, -13394}; +Ruled Surface(13399) = {13399}; +Line Loop(13403) = {13229, 13402, -13379, -13398}; +Ruled Surface(13403) = {13403}; +Line Loop(13407) = {13230, 13406, -13380, -13402}; +Ruled Surface(13407) = {13407}; +Line Loop(13411) = {13231, 13410, -13381, -13406}; +Ruled Surface(13411) = {13411}; +Line Loop(13415) = {13232, 13414, -13382, -13410}; +Ruled Surface(13415) = {13415}; +Line Loop(13419) = {13233, 13418, -13383, -13414}; +Ruled Surface(13419) = {13419}; +Line Loop(13423) = {13234, 13422, -13384, -13418}; +Ruled Surface(13423) = {13423}; +Line Loop(13427) = {13235, 13426, -13385, -13422}; +Ruled Surface(13427) = {13427}; +Line Loop(13431) = {13236, 13430, -13386, -13426}; +Ruled Surface(13431) = {13431}; +Line Loop(13435) = {13237, 13389, -13387, -13430}; +Ruled Surface(13435) = {13435}; +Line Loop(13436) = {13376, 13377, 13378, 13379, 13380, 13381, 13382, 13383, 13384, 13385, 13386, 13387}; +Plane Surface(13436) = {13436}; +Line Loop(13445) = {13288, 13444, -13438, -13422}; +Ruled Surface(13445) = {13445}; +Line Loop(13449) = {13289, 13448, -13439, -13444}; +Ruled Surface(13449) = {13449}; +Line Loop(13453) = {13290, 13418, -13440, -13448}; +Ruled Surface(13453) = {13453}; +Line Loop(13458) = {13438, 13439, 13440, 13384}; +Plane Surface(13458) = {13458}; +Line Loop(13471) = {13311, 13470, -13461, -13430}; +Ruled Surface(13471) = {13471}; +Line Loop(13475) = {13312, 13474, -13462, -13470}; +Ruled Surface(13475) = {13475}; +Line Loop(13479) = {13313, 13426, -13463, -13474}; +Ruled Surface(13479) = {13479}; +Line Loop(13480) = {13386, 13461, 13462, 13463}; +Plane Surface(13480) = {13480}; +Line Loop(13489) = {13332, 13488, -13482, -13418}; +Ruled Surface(13489) = {13489}; +Line Loop(13493) = {13333, 13492, -13483, -13488}; +Ruled Surface(13493) = {13493}; +Line Loop(13497) = {13334, 13414, -13484, -13492}; +Ruled Surface(13497) = {13497}; +Line Loop(13502) = {13482, 13483, 13484, 13383}; +Plane Surface(13502) = {13502}; +Line Loop(13515) = {13355, 13514, -13505, -13389}; +Ruled Surface(13515) = {13515}; +Line Loop(13519) = {13356, 13518, -13506, -13514}; +Ruled Surface(13519) = {13519}; +Line Loop(13523) = {13357, 13430, -13507, -13518}; +Ruled Surface(13523) = {13523}; +Line Loop(13524) = {13387, 13505, 13506, 13507}; +Plane Surface(13524) = {13524}; +Line Loop(13541) = {13376, 13540, -13526, -13539}; +Ruled Surface(13541) = {13541}; +Line Loop(13545) = {13377, 13544, -13527, -13540}; +Ruled Surface(13545) = {13545}; +Line Loop(13549) = {13378, 13548, -13528, -13544}; +Ruled Surface(13549) = {13549}; +Line Loop(13553) = {13379, 13552, -13529, -13548}; +Ruled Surface(13553) = {13553}; +Line Loop(13557) = {13380, 13556, -13530, -13552}; +Ruled Surface(13557) = {13557}; +Line Loop(13561) = {13381, 13560, -13531, -13556}; +Ruled Surface(13561) = {13561}; +Line Loop(13565) = {13382, 13564, -13532, -13560}; +Ruled Surface(13565) = {13565}; +Line Loop(13569) = {13383, 13568, -13533, -13564}; +Ruled Surface(13569) = {13569}; +Line Loop(13573) = {13384, 13572, -13534, -13568}; +Ruled Surface(13573) = {13573}; +Line Loop(13577) = {13385, 13576, -13535, -13572}; +Ruled Surface(13577) = {13577}; +Line Loop(13581) = {13386, 13580, -13536, -13576}; +Ruled Surface(13581) = {13581}; +Line Loop(13585) = {13387, 13539, -13537, -13580}; +Ruled Surface(13585) = {13585}; +Line Loop(13586) = {13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13534, 13535, 13536, 13537}; +Plane Surface(13586) = {13586}; +Line Loop(13595) = {13438, 13594, -13588, -13572}; +Ruled Surface(13595) = {13595}; +Line Loop(13599) = {13439, 13598, -13589, -13594}; +Ruled Surface(13599) = {13599}; +Line Loop(13603) = {13440, 13568, -13590, -13598}; +Ruled Surface(13603) = {13603}; +Line Loop(13608) = {13588, 13589, 13590, 13534}; +Plane Surface(13608) = {13608}; +Line Loop(13621) = {13461, 13620, -13611, -13580}; +Ruled Surface(13621) = {13621}; +Line Loop(13625) = {13462, 13624, -13612, -13620}; +Ruled Surface(13625) = {13625}; +Line Loop(13629) = {13463, 13576, -13613, -13624}; +Ruled Surface(13629) = {13629}; +Line Loop(13630) = {13536, 13611, 13612, 13613}; +Plane Surface(13630) = {13630}; +Line Loop(13639) = {13482, 13638, -13632, -13568}; +Ruled Surface(13639) = {13639}; +Line Loop(13643) = {13483, 13642, -13633, -13638}; +Ruled Surface(13643) = {13643}; +Line Loop(13647) = {13484, 13564, -13634, -13642}; +Ruled Surface(13647) = {13647}; +Line Loop(13652) = {13632, 13633, 13634, 13533}; +Plane Surface(13652) = {13652}; +Line Loop(13665) = {13505, 13664, -13655, -13539}; +Ruled Surface(13665) = {13665}; +Line Loop(13669) = {13506, 13668, -13656, -13664}; +Ruled Surface(13669) = {13669}; +Line Loop(13673) = {13507, 13580, -13657, -13668}; +Ruled Surface(13673) = {13673}; +Line Loop(13674) = {13537, 13655, 13656, 13657}; +Plane Surface(13674) = {13674}; +Line Loop(13691) = {13526, 13690, -13676, -13689}; +Ruled Surface(13691) = {13691}; +Line Loop(13695) = {13527, 13694, -13677, -13690}; +Ruled Surface(13695) = {13695}; +Line Loop(13699) = {13528, 13698, -13678, -13694}; +Ruled Surface(13699) = {13699}; +Line Loop(13703) = {13529, 13702, -13679, -13698}; +Ruled Surface(13703) = {13703}; +Line Loop(13707) = {13530, 13706, -13680, -13702}; +Ruled Surface(13707) = {13707}; +Line Loop(13711) = {13531, 13710, -13681, -13706}; +Ruled Surface(13711) = {13711}; +Line Loop(13715) = {13532, 13714, -13682, -13710}; +Ruled Surface(13715) = {13715}; +Line Loop(13719) = {13533, 13718, -13683, -13714}; +Ruled Surface(13719) = {13719}; +Line Loop(13723) = {13534, 13722, -13684, -13718}; +Ruled Surface(13723) = {13723}; +Line Loop(13727) = {13535, 13726, -13685, -13722}; +Ruled Surface(13727) = {13727}; +Line Loop(13731) = {13536, 13730, -13686, -13726}; +Ruled Surface(13731) = {13731}; +Line Loop(13735) = {13537, 13689, -13687, -13730}; +Ruled Surface(13735) = {13735}; +Line Loop(13736) = {13676, 13677, 13678, 13679, 13680, 13681, 13682, 13683, 13684, 13685, 13686, 13687}; +Plane Surface(13736) = {13736}; +Line Loop(13745) = {13588, 13744, -13738, -13722}; +Ruled Surface(13745) = {13745}; +Line Loop(13749) = {13589, 13748, -13739, -13744}; +Ruled Surface(13749) = {13749}; +Line Loop(13753) = {13590, 13718, -13740, -13748}; +Ruled Surface(13753) = {13753}; +Line Loop(13758) = {13738, 13739, 13740, 13684}; +Plane Surface(13758) = {13758}; +Line Loop(13771) = {13611, 13770, -13761, -13730}; +Ruled Surface(13771) = {13771}; +Line Loop(13775) = {13612, 13774, -13762, -13770}; +Ruled Surface(13775) = {13775}; +Line Loop(13779) = {13613, 13726, -13763, -13774}; +Ruled Surface(13779) = {13779}; +Line Loop(13780) = {13686, 13761, 13762, 13763}; +Plane Surface(13780) = {13780}; +Line Loop(13789) = {13632, 13788, -13782, -13718}; +Ruled Surface(13789) = {13789}; +Line Loop(13793) = {13633, 13792, -13783, -13788}; +Ruled Surface(13793) = {13793}; +Line Loop(13797) = {13634, 13714, -13784, -13792}; +Ruled Surface(13797) = {13797}; +Line Loop(13802) = {13782, 13783, 13784, 13683}; +Plane Surface(13802) = {13802}; +Line Loop(13815) = {13655, 13814, -13805, -13689}; +Ruled Surface(13815) = {13815}; +Line Loop(13819) = {13656, 13818, -13806, -13814}; +Ruled Surface(13819) = {13819}; +Line Loop(13823) = {13657, 13730, -13807, -13818}; +Ruled Surface(13823) = {13823}; +Line Loop(13824) = {13687, 13805, 13806, 13807}; +Plane Surface(13824) = {13824}; +Line Loop(13841) = {13676, 13840, -13826, -13839}; +Ruled Surface(13841) = {13841}; +Line Loop(13845) = {13677, 13844, -13827, -13840}; +Ruled Surface(13845) = {13845}; +Line Loop(13849) = {13678, 13848, -13828, -13844}; +Ruled Surface(13849) = {13849}; +Line Loop(13853) = {13679, 13852, -13829, -13848}; +Ruled Surface(13853) = {13853}; +Line Loop(13857) = {13680, 13856, -13830, -13852}; +Ruled Surface(13857) = {13857}; +Line Loop(13861) = {13681, 13860, -13831, -13856}; +Ruled Surface(13861) = {13861}; +Line Loop(13865) = {13682, 13864, -13832, -13860}; +Ruled Surface(13865) = {13865}; +Line Loop(13869) = {13683, 13868, -13833, -13864}; +Ruled Surface(13869) = {13869}; +Line Loop(13873) = {13684, 13872, -13834, -13868}; +Ruled Surface(13873) = {13873}; +Line Loop(13877) = {13685, 13876, -13835, -13872}; +Ruled Surface(13877) = {13877}; +Line Loop(13881) = {13686, 13880, -13836, -13876}; +Ruled Surface(13881) = {13881}; +Line Loop(13885) = {13687, 13839, -13837, -13880}; +Ruled Surface(13885) = {13885}; +Line Loop(13886) = {13826, 13827, 13828, 13829, 13830, 13831, 13832, 13833, 13834, 13835, 13836, 13837}; +Plane Surface(13886) = {13886}; +Line Loop(13895) = {13738, 13894, -13888, -13872}; +Ruled Surface(13895) = {13895}; +Line Loop(13899) = {13739, 13898, -13889, -13894}; +Ruled Surface(13899) = {13899}; +Line Loop(13903) = {13740, 13868, -13890, -13898}; +Ruled Surface(13903) = {13903}; +Line Loop(13908) = {13888, 13889, 13890, 13834}; +Plane Surface(13908) = {13908}; +Line Loop(13921) = {13761, 13920, -13911, -13880}; +Ruled Surface(13921) = {13921}; +Line Loop(13925) = {13762, 13924, -13912, -13920}; +Ruled Surface(13925) = {13925}; +Line Loop(13929) = {13763, 13876, -13913, -13924}; +Ruled Surface(13929) = {13929}; +Line Loop(13930) = {13836, 13911, 13912, 13913}; +Plane Surface(13930) = {13930}; +Line Loop(13939) = {13782, 13938, -13932, -13868}; +Ruled Surface(13939) = {13939}; +Line Loop(13943) = {13783, 13942, -13933, -13938}; +Ruled Surface(13943) = {13943}; +Line Loop(13947) = {13784, 13864, -13934, -13942}; +Ruled Surface(13947) = {13947}; +Line Loop(13952) = {13932, 13933, 13934, 13833}; +Plane Surface(13952) = {13952}; +Line Loop(13965) = {13805, 13964, -13955, -13839}; +Ruled Surface(13965) = {13965}; +Line Loop(13969) = {13806, 13968, -13956, -13964}; +Ruled Surface(13969) = {13969}; +Line Loop(13973) = {13807, 13880, -13957, -13968}; +Ruled Surface(13973) = {13973}; +Line Loop(13974) = {13837, 13955, 13956, 13957}; +Plane Surface(13974) = {13974}; +Line Loop(13991) = {13826, 13990, -13976, -13989}; +Ruled Surface(13991) = {13991}; +Line Loop(13995) = {13827, 13994, -13977, -13990}; +Ruled Surface(13995) = {13995}; +Line Loop(13999) = {13828, 13998, -13978, -13994}; +Ruled Surface(13999) = {13999}; +Line Loop(14003) = {13829, 14002, -13979, -13998}; +Ruled Surface(14003) = {14003}; +Line Loop(14007) = {13830, 14006, -13980, -14002}; +Ruled Surface(14007) = {14007}; +Line Loop(14011) = {13831, 14010, -13981, -14006}; +Ruled Surface(14011) = {14011}; +Line Loop(14015) = {13832, 14014, -13982, -14010}; +Ruled Surface(14015) = {14015}; +Line Loop(14019) = {13833, 14018, -13983, -14014}; +Ruled Surface(14019) = {14019}; +Line Loop(14023) = {13834, 14022, -13984, -14018}; +Ruled Surface(14023) = {14023}; +Line Loop(14027) = {13835, 14026, -13985, -14022}; +Ruled Surface(14027) = {14027}; +Line Loop(14031) = {13836, 14030, -13986, -14026}; +Ruled Surface(14031) = {14031}; +Line Loop(14035) = {13837, 13989, -13987, -14030}; +Ruled Surface(14035) = {14035}; +Line Loop(14036) = {13976, 13977, 13978, 13979, 13980, 13981, 13982, 13983, 13984, 13985, 13986, 13987}; +Plane Surface(14036) = {14036}; +Line Loop(14045) = {13888, 14044, -14038, -14022}; +Ruled Surface(14045) = {14045}; +Line Loop(14049) = {13889, 14048, -14039, -14044}; +Ruled Surface(14049) = {14049}; +Line Loop(14053) = {13890, 14018, -14040, -14048}; +Ruled Surface(14053) = {14053}; +Line Loop(14058) = {14038, 14039, 14040, 13984}; +Plane Surface(14058) = {14058}; +Line Loop(14071) = {13911, 14070, -14061, -14030}; +Ruled Surface(14071) = {14071}; +Line Loop(14075) = {13912, 14074, -14062, -14070}; +Ruled Surface(14075) = {14075}; +Line Loop(14079) = {13913, 14026, -14063, -14074}; +Ruled Surface(14079) = {14079}; +Line Loop(14080) = {13986, 14061, 14062, 14063}; +Plane Surface(14080) = {14080}; +Line Loop(14089) = {13932, 14088, -14082, -14018}; +Ruled Surface(14089) = {14089}; +Line Loop(14093) = {13933, 14092, -14083, -14088}; +Ruled Surface(14093) = {14093}; +Line Loop(14097) = {13934, 14014, -14084, -14092}; +Ruled Surface(14097) = {14097}; +Line Loop(14102) = {14082, 14083, 14084, 13983}; +Plane Surface(14102) = {14102}; +Line Loop(14115) = {13955, 14114, -14105, -13989}; +Ruled Surface(14115) = {14115}; +Line Loop(14119) = {13956, 14118, -14106, -14114}; +Ruled Surface(14119) = {14119}; +Line Loop(14123) = {13957, 14030, -14107, -14118}; +Ruled Surface(14123) = {14123}; +Line Loop(14124) = {13987, 14105, 14106, 14107}; +Plane Surface(14124) = {14124}; +Line Loop(14141) = {13976, 14140, -14126, -14139}; +Ruled Surface(14141) = {14141}; +Line Loop(14145) = {13977, 14144, -14127, -14140}; +Ruled Surface(14145) = {14145}; +Line Loop(14149) = {13978, 14148, -14128, -14144}; +Ruled Surface(14149) = {14149}; +Line Loop(14153) = {13979, 14152, -14129, -14148}; +Ruled Surface(14153) = {14153}; +Line Loop(14157) = {13980, 14156, -14130, -14152}; +Ruled Surface(14157) = {14157}; +Line Loop(14161) = {13981, 14160, -14131, -14156}; +Ruled Surface(14161) = {14161}; +Line Loop(14165) = {13982, 14164, -14132, -14160}; +Ruled Surface(14165) = {14165}; +Line Loop(14169) = {13983, 14168, -14133, -14164}; +Ruled Surface(14169) = {14169}; +Line Loop(14173) = {13984, 14172, -14134, -14168}; +Ruled Surface(14173) = {14173}; +Line Loop(14177) = {13985, 14176, -14135, -14172}; +Ruled Surface(14177) = {14177}; +Line Loop(14181) = {13986, 14180, -14136, -14176}; +Ruled Surface(14181) = {14181}; +Line Loop(14185) = {13987, 14139, -14137, -14180}; +Ruled Surface(14185) = {14185}; +Line Loop(14186) = {14126, 14127, 14128, 14129, 14130, 14131, 14132, 14133, 14134, 14135, 14136, 14137}; +Plane Surface(14186) = {14186}; +Line Loop(14195) = {14038, 14194, -14188, -14172}; +Ruled Surface(14195) = {14195}; +Line Loop(14199) = {14039, 14198, -14189, -14194}; +Ruled Surface(14199) = {14199}; +Line Loop(14203) = {14040, 14168, -14190, -14198}; +Ruled Surface(14203) = {14203}; +Line Loop(14208) = {14188, 14189, 14190, 14134}; +Plane Surface(14208) = {14208}; +Line Loop(14221) = {14061, 14220, -14211, -14180}; +Ruled Surface(14221) = {14221}; +Line Loop(14225) = {14062, 14224, -14212, -14220}; +Ruled Surface(14225) = {14225}; +Line Loop(14229) = {14063, 14176, -14213, -14224}; +Ruled Surface(14229) = {14229}; +Line Loop(14230) = {14136, 14211, 14212, 14213}; +Plane Surface(14230) = {14230}; +Line Loop(14239) = {14082, 14238, -14232, -14168}; +Ruled Surface(14239) = {14239}; +Line Loop(14243) = {14083, 14242, -14233, -14238}; +Ruled Surface(14243) = {14243}; +Line Loop(14247) = {14084, 14164, -14234, -14242}; +Ruled Surface(14247) = {14247}; +Line Loop(14252) = {14232, 14233, 14234, 14133}; +Plane Surface(14252) = {14252}; +Line Loop(14265) = {14105, 14264, -14255, -14139}; +Ruled Surface(14265) = {14265}; +Line Loop(14269) = {14106, 14268, -14256, -14264}; +Ruled Surface(14269) = {14269}; +Line Loop(14273) = {14107, 14180, -14257, -14268}; +Ruled Surface(14273) = {14273}; +Line Loop(14274) = {14137, 14255, 14256, 14257}; +Plane Surface(14274) = {14274}; +Line Loop(14291) = {14126, 14290, -14276, -14289}; +Ruled Surface(14291) = {14291}; +Line Loop(14295) = {14127, 14294, -14277, -14290}; +Ruled Surface(14295) = {14295}; +Line Loop(14299) = {14128, 14298, -14278, -14294}; +Ruled Surface(14299) = {14299}; +Line Loop(14303) = {14129, 14302, -14279, -14298}; +Ruled Surface(14303) = {14303}; +Line Loop(14307) = {14130, 14306, -14280, -14302}; +Ruled Surface(14307) = {14307}; +Line Loop(14311) = {14131, 14310, -14281, -14306}; +Ruled Surface(14311) = {14311}; +Line Loop(14315) = {14132, 14314, -14282, -14310}; +Ruled Surface(14315) = {14315}; +Line Loop(14319) = {14133, 14318, -14283, -14314}; +Ruled Surface(14319) = {14319}; +Line Loop(14323) = {14134, 14322, -14284, -14318}; +Ruled Surface(14323) = {14323}; +Line Loop(14327) = {14135, 14326, -14285, -14322}; +Ruled Surface(14327) = {14327}; +Line Loop(14331) = {14136, 14330, -14286, -14326}; +Ruled Surface(14331) = {14331}; +Line Loop(14335) = {14137, 14289, -14287, -14330}; +Ruled Surface(14335) = {14335}; +Line Loop(14336) = {14276, 14277, 14278, 14279, 14280, 14281, 14282, 14283, 14284, 14285, 14286, 14287}; +Plane Surface(14336) = {14336}; +Line Loop(14345) = {14188, 14344, -14338, -14322}; +Ruled Surface(14345) = {14345}; +Line Loop(14349) = {14189, 14348, -14339, -14344}; +Ruled Surface(14349) = {14349}; +Line Loop(14353) = {14190, 14318, -14340, -14348}; +Ruled Surface(14353) = {14353}; +Line Loop(14358) = {14338, 14339, 14340, 14284}; +Plane Surface(14358) = {14358}; +Line Loop(14371) = {14211, 14370, -14361, -14330}; +Ruled Surface(14371) = {14371}; +Line Loop(14375) = {14212, 14374, -14362, -14370}; +Ruled Surface(14375) = {14375}; +Line Loop(14379) = {14213, 14326, -14363, -14374}; +Ruled Surface(14379) = {14379}; +Line Loop(14380) = {14286, 14361, 14362, 14363}; +Plane Surface(14380) = {14380}; +Line Loop(14389) = {14232, 14388, -14382, -14318}; +Ruled Surface(14389) = {14389}; +Line Loop(14393) = {14233, 14392, -14383, -14388}; +Ruled Surface(14393) = {14393}; +Line Loop(14397) = {14234, 14314, -14384, -14392}; +Ruled Surface(14397) = {14397}; +Line Loop(14402) = {14382, 14383, 14384, 14283}; +Plane Surface(14402) = {14402}; +Line Loop(14415) = {14255, 14414, -14405, -14289}; +Ruled Surface(14415) = {14415}; +Line Loop(14419) = {14256, 14418, -14406, -14414}; +Ruled Surface(14419) = {14419}; +Line Loop(14423) = {14257, 14330, -14407, -14418}; +Ruled Surface(14423) = {14423}; +Line Loop(14424) = {14287, 14405, 14406, 14407}; +Plane Surface(14424) = {14424}; +Line Loop(14441) = {14276, 14440, -14426, -14439}; +Ruled Surface(14441) = {14441}; +Line Loop(14445) = {14277, 14444, -14427, -14440}; +Ruled Surface(14445) = {14445}; +Line Loop(14449) = {14278, 14448, -14428, -14444}; +Ruled Surface(14449) = {14449}; +Line Loop(14453) = {14279, 14452, -14429, -14448}; +Ruled Surface(14453) = {14453}; +Line Loop(14457) = {14280, 14456, -14430, -14452}; +Ruled Surface(14457) = {14457}; +Line Loop(14461) = {14281, 14460, -14431, -14456}; +Ruled Surface(14461) = {14461}; +Line Loop(14465) = {14282, 14464, -14432, -14460}; +Ruled Surface(14465) = {14465}; +Line Loop(14469) = {14283, 14468, -14433, -14464}; +Ruled Surface(14469) = {14469}; +Line Loop(14473) = {14284, 14472, -14434, -14468}; +Ruled Surface(14473) = {14473}; +Line Loop(14477) = {14285, 14476, -14435, -14472}; +Ruled Surface(14477) = {14477}; +Line Loop(14481) = {14286, 14480, -14436, -14476}; +Ruled Surface(14481) = {14481}; +Line Loop(14485) = {14287, 14439, -14437, -14480}; +Ruled Surface(14485) = {14485}; +Line Loop(14486) = {14426, 14427, 14428, 14429, 14430, 14431, 14432, 14433, 14434, 14435, 14436, 14437}; +Plane Surface(14486) = {14486}; +Line Loop(14495) = {14338, 14494, -14488, -14472}; +Ruled Surface(14495) = {14495}; +Line Loop(14499) = {14339, 14498, -14489, -14494}; +Ruled Surface(14499) = {14499}; +Line Loop(14503) = {14340, 14468, -14490, -14498}; +Ruled Surface(14503) = {14503}; +Line Loop(14508) = {14488, 14489, 14490, 14434}; +Plane Surface(14508) = {14508}; +Line Loop(14521) = {14361, 14520, -14511, -14480}; +Ruled Surface(14521) = {14521}; +Line Loop(14525) = {14362, 14524, -14512, -14520}; +Ruled Surface(14525) = {14525}; +Line Loop(14529) = {14363, 14476, -14513, -14524}; +Ruled Surface(14529) = {14529}; +Line Loop(14530) = {14436, 14511, 14512, 14513}; +Plane Surface(14530) = {14530}; +Line Loop(14539) = {14382, 14538, -14532, -14468}; +Ruled Surface(14539) = {14539}; +Line Loop(14543) = {14383, 14542, -14533, -14538}; +Ruled Surface(14543) = {14543}; +Line Loop(14547) = {14384, 14464, -14534, -14542}; +Ruled Surface(14547) = {14547}; +Line Loop(14552) = {14532, 14533, 14534, 14433}; +Plane Surface(14552) = {14552}; +Line Loop(14565) = {14405, 14564, -14555, -14439}; +Ruled Surface(14565) = {14565}; +Line Loop(14569) = {14406, 14568, -14556, -14564}; +Ruled Surface(14569) = {14569}; +Line Loop(14573) = {14407, 14480, -14557, -14568}; +Ruled Surface(14573) = {14573}; +Line Loop(14574) = {14437, 14555, 14556, 14557}; +Plane Surface(14574) = {14574}; +Line Loop(14591) = {14426, 14590, -14576, -14589}; +Ruled Surface(14591) = {14591}; +Line Loop(14595) = {14427, 14594, -14577, -14590}; +Ruled Surface(14595) = {14595}; +Line Loop(14599) = {14428, 14598, -14578, -14594}; +Ruled Surface(14599) = {14599}; +Line Loop(14603) = {14429, 14602, -14579, -14598}; +Ruled Surface(14603) = {14603}; +Line Loop(14607) = {14430, 14606, -14580, -14602}; +Ruled Surface(14607) = {14607}; +Line Loop(14611) = {14431, 14610, -14581, -14606}; +Ruled Surface(14611) = {14611}; +Line Loop(14615) = {14432, 14614, -14582, -14610}; +Ruled Surface(14615) = {14615}; +Line Loop(14619) = {14433, 14618, -14583, -14614}; +Ruled Surface(14619) = {14619}; +Line Loop(14623) = {14434, 14622, -14584, -14618}; +Ruled Surface(14623) = {14623}; +Line Loop(14627) = {14435, 14626, -14585, -14622}; +Ruled Surface(14627) = {14627}; +Line Loop(14631) = {14436, 14630, -14586, -14626}; +Ruled Surface(14631) = {14631}; +Line Loop(14635) = {14437, 14589, -14587, -14630}; +Ruled Surface(14635) = {14635}; +Line Loop(14636) = {14576, 14577, 14578, 14579, 14580, 14581, 14582, 14583, 14584, 14585, 14586, 14587}; +Plane Surface(14636) = {14636}; +Line Loop(14645) = {14488, 14644, -14638, -14622}; +Ruled Surface(14645) = {14645}; +Line Loop(14649) = {14489, 14648, -14639, -14644}; +Ruled Surface(14649) = {14649}; +Line Loop(14653) = {14490, 14618, -14640, -14648}; +Ruled Surface(14653) = {14653}; +Line Loop(14658) = {14638, 14639, 14640, 14584}; +Plane Surface(14658) = {14658}; +Line Loop(14671) = {14511, 14670, -14661, -14630}; +Ruled Surface(14671) = {14671}; +Line Loop(14675) = {14512, 14674, -14662, -14670}; +Ruled Surface(14675) = {14675}; +Line Loop(14679) = {14513, 14626, -14663, -14674}; +Ruled Surface(14679) = {14679}; +Line Loop(14680) = {14586, 14661, 14662, 14663}; +Plane Surface(14680) = {14680}; +Line Loop(14689) = {14532, 14688, -14682, -14618}; +Ruled Surface(14689) = {14689}; +Line Loop(14693) = {14533, 14692, -14683, -14688}; +Ruled Surface(14693) = {14693}; +Line Loop(14697) = {14534, 14614, -14684, -14692}; +Ruled Surface(14697) = {14697}; +Line Loop(14702) = {14682, 14683, 14684, 14583}; +Plane Surface(14702) = {14702}; +Line Loop(14715) = {14555, 14714, -14705, -14589}; +Ruled Surface(14715) = {14715}; +Line Loop(14719) = {14556, 14718, -14706, -14714}; +Ruled Surface(14719) = {14719}; +Line Loop(14723) = {14557, 14630, -14707, -14718}; +Ruled Surface(14723) = {14723}; +Line Loop(14724) = {14587, 14705, 14706, 14707}; +Plane Surface(14724) = {14724}; +Line Loop(14741) = {14576, 14740, -14726, -14739}; +Ruled Surface(14741) = {14741}; +Line Loop(14745) = {14577, 14744, -14727, -14740}; +Ruled Surface(14745) = {14745}; +Line Loop(14749) = {14578, 14748, -14728, -14744}; +Ruled Surface(14749) = {14749}; +Line Loop(14753) = {14579, 14752, -14729, -14748}; +Ruled Surface(14753) = {14753}; +Line Loop(14757) = {14580, 14756, -14730, -14752}; +Ruled Surface(14757) = {14757}; +Line Loop(14761) = {14581, 14760, -14731, -14756}; +Ruled Surface(14761) = {14761}; +Line Loop(14765) = {14582, 14764, -14732, -14760}; +Ruled Surface(14765) = {14765}; +Line Loop(14769) = {14583, 14768, -14733, -14764}; +Ruled Surface(14769) = {14769}; +Line Loop(14773) = {14584, 14772, -14734, -14768}; +Ruled Surface(14773) = {14773}; +Line Loop(14777) = {14585, 14776, -14735, -14772}; +Ruled Surface(14777) = {14777}; +Line Loop(14781) = {14586, 14780, -14736, -14776}; +Ruled Surface(14781) = {14781}; +Line Loop(14785) = {14587, 14739, -14737, -14780}; +Ruled Surface(14785) = {14785}; +Line Loop(14786) = {14726, 14727, 14728, 14729, 14730, 14731, 14732, 14733, 14734, 14735, 14736, 14737}; +Plane Surface(14786) = {14786}; +Line Loop(14795) = {14638, 14794, -14788, -14772}; +Ruled Surface(14795) = {14795}; +Line Loop(14799) = {14639, 14798, -14789, -14794}; +Ruled Surface(14799) = {14799}; +Line Loop(14803) = {14640, 14768, -14790, -14798}; +Ruled Surface(14803) = {14803}; +Line Loop(14808) = {14788, 14789, 14790, 14734}; +Plane Surface(14808) = {14808}; +Line Loop(14821) = {14661, 14820, -14811, -14780}; +Ruled Surface(14821) = {14821}; +Line Loop(14825) = {14662, 14824, -14812, -14820}; +Ruled Surface(14825) = {14825}; +Line Loop(14829) = {14663, 14776, -14813, -14824}; +Ruled Surface(14829) = {14829}; +Line Loop(14830) = {14736, 14811, 14812, 14813}; +Plane Surface(14830) = {14830}; +Line Loop(14839) = {14682, 14838, -14832, -14768}; +Ruled Surface(14839) = {14839}; +Line Loop(14843) = {14683, 14842, -14833, -14838}; +Ruled Surface(14843) = {14843}; +Line Loop(14847) = {14684, 14764, -14834, -14842}; +Ruled Surface(14847) = {14847}; +Line Loop(14852) = {14832, 14833, 14834, 14733}; +Plane Surface(14852) = {14852}; +Line Loop(14865) = {14705, 14864, -14855, -14739}; +Ruled Surface(14865) = {14865}; +Line Loop(14869) = {14706, 14868, -14856, -14864}; +Ruled Surface(14869) = {14869}; +Line Loop(14873) = {14707, 14780, -14857, -14868}; +Ruled Surface(14873) = {14873}; +Line Loop(14874) = {14737, 14855, 14856, 14857}; +Plane Surface(14874) = {14874}; +Line Loop(14891) = {14726, 14890, -14876, -14889}; +Ruled Surface(14891) = {14891}; +Line Loop(14895) = {14727, 14894, -14877, -14890}; +Ruled Surface(14895) = {14895}; +Line Loop(14899) = {14728, 14898, -14878, -14894}; +Ruled Surface(14899) = {14899}; +Line Loop(14903) = {14729, 14902, -14879, -14898}; +Ruled Surface(14903) = {14903}; +Line Loop(14907) = {14730, 14906, -14880, -14902}; +Ruled Surface(14907) = {14907}; +Line Loop(14911) = {14731, 14910, -14881, -14906}; +Ruled Surface(14911) = {14911}; +Line Loop(14915) = {14732, 14914, -14882, -14910}; +Ruled Surface(14915) = {14915}; +Line Loop(14919) = {14733, 14918, -14883, -14914}; +Ruled Surface(14919) = {14919}; +Line Loop(14923) = {14734, 14922, -14884, -14918}; +Ruled Surface(14923) = {14923}; +Line Loop(14927) = {14735, 14926, -14885, -14922}; +Ruled Surface(14927) = {14927}; +Line Loop(14931) = {14736, 14930, -14886, -14926}; +Ruled Surface(14931) = {14931}; +Line Loop(14935) = {14737, 14889, -14887, -14930}; +Ruled Surface(14935) = {14935}; +Line Loop(14936) = {14876, 14877, 14878, 14879, 14880, 14881, 14882, 14883, 14884, 14885, 14886, 14887}; +Plane Surface(14936) = {14936}; +Line Loop(14945) = {14788, 14944, -14938, -14922}; +Ruled Surface(14945) = {14945}; +Line Loop(14949) = {14789, 14948, -14939, -14944}; +Ruled Surface(14949) = {14949}; +Line Loop(14953) = {14790, 14918, -14940, -14948}; +Ruled Surface(14953) = {14953}; +Line Loop(14958) = {14938, 14939, 14940, 14884}; +Plane Surface(14958) = {14958}; +Line Loop(14971) = {14811, 14970, -14961, -14930}; +Ruled Surface(14971) = {14971}; +Line Loop(14975) = {14812, 14974, -14962, -14970}; +Ruled Surface(14975) = {14975}; +Line Loop(14979) = {14813, 14926, -14963, -14974}; +Ruled Surface(14979) = {14979}; +Line Loop(14980) = {14886, 14961, 14962, 14963}; +Plane Surface(14980) = {14980}; +Line Loop(14989) = {14832, 14988, -14982, -14918}; +Ruled Surface(14989) = {14989}; +Line Loop(14993) = {14833, 14992, -14983, -14988}; +Ruled Surface(14993) = {14993}; +Line Loop(14997) = {14834, 14914, -14984, -14992}; +Ruled Surface(14997) = {14997}; +Line Loop(15002) = {14982, 14983, 14984, 14883}; +Plane Surface(15002) = {15002}; +Line Loop(15015) = {14855, 15014, -15005, -14889}; +Ruled Surface(15015) = {15015}; +Line Loop(15019) = {14856, 15018, -15006, -15014}; +Ruled Surface(15019) = {15019}; +Line Loop(15023) = {14857, 14930, -15007, -15018}; +Ruled Surface(15023) = {15023}; +Line Loop(15024) = {14887, 15005, 15006, 15007}; +Plane Surface(15024) = {15024}; +Line Loop(15041) = {14876, 15040, -15026, -15039}; +Ruled Surface(15041) = {15041}; +Line Loop(15045) = {14877, 15044, -15027, -15040}; +Ruled Surface(15045) = {15045}; +Line Loop(15049) = {14878, 15048, -15028, -15044}; +Ruled Surface(15049) = {15049}; +Line Loop(15053) = {14879, 15052, -15029, -15048}; +Ruled Surface(15053) = {15053}; +Line Loop(15057) = {14880, 15056, -15030, -15052}; +Ruled Surface(15057) = {15057}; +Line Loop(15061) = {14881, 15060, -15031, -15056}; +Ruled Surface(15061) = {15061}; +Line Loop(15065) = {14882, 15064, -15032, -15060}; +Ruled Surface(15065) = {15065}; +Line Loop(15069) = {14883, 15068, -15033, -15064}; +Ruled Surface(15069) = {15069}; +Line Loop(15073) = {14884, 15072, -15034, -15068}; +Ruled Surface(15073) = {15073}; +Line Loop(15077) = {14885, 15076, -15035, -15072}; +Ruled Surface(15077) = {15077}; +Line Loop(15081) = {14886, 15080, -15036, -15076}; +Ruled Surface(15081) = {15081}; +Line Loop(15085) = {14887, 15039, -15037, -15080}; +Ruled Surface(15085) = {15085}; +Line Loop(15086) = {15026, 15027, 15028, 15029, 15030, 15031, 15032, 15033, 15034, 15035, 15036, 15037}; +Plane Surface(15086) = {15086}; +Line Loop(15095) = {14938, 15094, -15088, -15072}; +Ruled Surface(15095) = {15095}; +Line Loop(15099) = {14939, 15098, -15089, -15094}; +Ruled Surface(15099) = {15099}; +Line Loop(15103) = {14940, 15068, -15090, -15098}; +Ruled Surface(15103) = {15103}; +Line Loop(15108) = {15088, 15089, 15090, 15034}; +Plane Surface(15108) = {15108}; +Line Loop(15121) = {14961, 15120, -15111, -15080}; +Ruled Surface(15121) = {15121}; +Line Loop(15125) = {14962, 15124, -15112, -15120}; +Ruled Surface(15125) = {15125}; +Line Loop(15129) = {14963, 15076, -15113, -15124}; +Ruled Surface(15129) = {15129}; +Line Loop(15130) = {15036, 15111, 15112, 15113}; +Plane Surface(15130) = {15130}; +Line Loop(15139) = {14982, 15138, -15132, -15068}; +Ruled Surface(15139) = {15139}; +Line Loop(15143) = {14983, 15142, -15133, -15138}; +Ruled Surface(15143) = {15143}; +Line Loop(15147) = {14984, 15064, -15134, -15142}; +Ruled Surface(15147) = {15147}; +Line Loop(15152) = {15132, 15133, 15134, 15033}; +Plane Surface(15152) = {15152}; +Line Loop(15165) = {15005, 15164, -15155, -15039}; +Ruled Surface(15165) = {15165}; +Line Loop(15169) = {15006, 15168, -15156, -15164}; +Ruled Surface(15169) = {15169}; +Line Loop(15173) = {15007, 15080, -15157, -15168}; +Ruled Surface(15173) = {15173}; +Line Loop(15174) = {15037, 15155, 15156, 15157}; +Plane Surface(15174) = {15174}; +Line Loop(15191) = {15026, 15190, -15176, -15189}; +Ruled Surface(15191) = {15191}; +Line Loop(15195) = {15027, 15194, -15177, -15190}; +Ruled Surface(15195) = {15195}; +Line Loop(15199) = {15028, 15198, -15178, -15194}; +Ruled Surface(15199) = {15199}; +Line Loop(15203) = {15029, 15202, -15179, -15198}; +Ruled Surface(15203) = {15203}; +Line Loop(15207) = {15030, 15206, -15180, -15202}; +Ruled Surface(15207) = {15207}; +Line Loop(15211) = {15031, 15210, -15181, -15206}; +Ruled Surface(15211) = {15211}; +Line Loop(15215) = {15032, 15214, -15182, -15210}; +Ruled Surface(15215) = {15215}; +Line Loop(15219) = {15033, 15218, -15183, -15214}; +Ruled Surface(15219) = {15219}; +Line Loop(15223) = {15034, 15222, -15184, -15218}; +Ruled Surface(15223) = {15223}; +Line Loop(15227) = {15035, 15226, -15185, -15222}; +Ruled Surface(15227) = {15227}; +Line Loop(15231) = {15036, 15230, -15186, -15226}; +Ruled Surface(15231) = {15231}; +Line Loop(15235) = {15037, 15189, -15187, -15230}; +Ruled Surface(15235) = {15235}; +Line Loop(15236) = {15176, 15177, 15178, 15179, 15180, 15181, 15182, 15183, 15184, 15185, 15186, 15187}; +Plane Surface(15236) = {15236}; +Line Loop(15245) = {15088, 15244, -15238, -15222}; +Ruled Surface(15245) = {15245}; +Line Loop(15249) = {15089, 15248, -15239, -15244}; +Ruled Surface(15249) = {15249}; +Line Loop(15253) = {15090, 15218, -15240, -15248}; +Ruled Surface(15253) = {15253}; +Line Loop(15258) = {15238, 15239, 15240, 15184}; +Plane Surface(15258) = {15258}; +Line Loop(15271) = {15111, 15270, -15261, -15230}; +Ruled Surface(15271) = {15271}; +Line Loop(15275) = {15112, 15274, -15262, -15270}; +Ruled Surface(15275) = {15275}; +Line Loop(15279) = {15113, 15226, -15263, -15274}; +Ruled Surface(15279) = {15279}; +Line Loop(15280) = {15186, 15261, 15262, 15263}; +Plane Surface(15280) = {15280}; +Line Loop(15289) = {15132, 15288, -15282, -15218}; +Ruled Surface(15289) = {15289}; +Line Loop(15293) = {15133, 15292, -15283, -15288}; +Ruled Surface(15293) = {15293}; +Line Loop(15297) = {15134, 15214, -15284, -15292}; +Ruled Surface(15297) = {15297}; +Line Loop(15302) = {15282, 15283, 15284, 15183}; +Plane Surface(15302) = {15302}; +Line Loop(15315) = {15155, 15314, -15305, -15189}; +Ruled Surface(15315) = {15315}; +Line Loop(15319) = {15156, 15318, -15306, -15314}; +Ruled Surface(15319) = {15319}; +Line Loop(15323) = {15157, 15230, -15307, -15318}; +Ruled Surface(15323) = {15323}; +Line Loop(15324) = {15187, 15305, 15306, 15307}; +Plane Surface(15324) = {15324}; +Line Loop(15341) = {15176, 15340, -15326, -15339}; +Ruled Surface(15341) = {15341}; +Line Loop(15345) = {15177, 15344, -15327, -15340}; +Ruled Surface(15345) = {15345}; +Line Loop(15349) = {15178, 15348, -15328, -15344}; +Ruled Surface(15349) = {15349}; +Line Loop(15353) = {15179, 15352, -15329, -15348}; +Ruled Surface(15353) = {15353}; +Line Loop(15357) = {15180, 15356, -15330, -15352}; +Ruled Surface(15357) = {15357}; +Line Loop(15361) = {15181, 15360, -15331, -15356}; +Ruled Surface(15361) = {15361}; +Line Loop(15365) = {15182, 15364, -15332, -15360}; +Ruled Surface(15365) = {15365}; +Line Loop(15369) = {15183, 15368, -15333, -15364}; +Ruled Surface(15369) = {15369}; +Line Loop(15373) = {15184, 15372, -15334, -15368}; +Ruled Surface(15373) = {15373}; +Line Loop(15377) = {15185, 15376, -15335, -15372}; +Ruled Surface(15377) = {15377}; +Line Loop(15381) = {15186, 15380, -15336, -15376}; +Ruled Surface(15381) = {15381}; +Line Loop(15385) = {15187, 15339, -15337, -15380}; +Ruled Surface(15385) = {15385}; +Line Loop(15386) = {15326, 15327, 15328, 15329, 15330, 15331, 15332, 15333, 15334, 15335, 15336, 15337}; +Plane Surface(15386) = {15386}; +Line Loop(15395) = {15238, 15394, -15388, -15372}; +Ruled Surface(15395) = {15395}; +Line Loop(15399) = {15239, 15398, -15389, -15394}; +Ruled Surface(15399) = {15399}; +Line Loop(15403) = {15240, 15368, -15390, -15398}; +Ruled Surface(15403) = {15403}; +Line Loop(15408) = {15388, 15389, 15390, 15334}; +Plane Surface(15408) = {15408}; +Line Loop(15421) = {15261, 15420, -15411, -15380}; +Ruled Surface(15421) = {15421}; +Line Loop(15425) = {15262, 15424, -15412, -15420}; +Ruled Surface(15425) = {15425}; +Line Loop(15429) = {15263, 15376, -15413, -15424}; +Ruled Surface(15429) = {15429}; +Line Loop(15430) = {15336, 15411, 15412, 15413}; +Plane Surface(15430) = {15430}; +Line Loop(15439) = {15282, 15438, -15432, -15368}; +Ruled Surface(15439) = {15439}; +Line Loop(15443) = {15283, 15442, -15433, -15438}; +Ruled Surface(15443) = {15443}; +Line Loop(15447) = {15284, 15364, -15434, -15442}; +Ruled Surface(15447) = {15447}; +Line Loop(15452) = {15432, 15433, 15434, 15333}; +Plane Surface(15452) = {15452}; +Line Loop(15465) = {15305, 15464, -15455, -15339}; +Ruled Surface(15465) = {15465}; +Line Loop(15469) = {15306, 15468, -15456, -15464}; +Ruled Surface(15469) = {15469}; +Line Loop(15473) = {15307, 15380, -15457, -15468}; +Ruled Surface(15473) = {15473}; +Line Loop(15474) = {15337, 15455, 15456, 15457}; +Plane Surface(15474) = {15474}; +Line Loop(15491) = {15326, 15490, -15476, -15489}; +Ruled Surface(15491) = {15491}; +Line Loop(15495) = {15327, 15494, -15477, -15490}; +Ruled Surface(15495) = {15495}; +Line Loop(15499) = {15328, 15498, -15478, -15494}; +Ruled Surface(15499) = {15499}; +Line Loop(15503) = {15329, 15502, -15479, -15498}; +Ruled Surface(15503) = {15503}; +Line Loop(15507) = {15330, 15506, -15480, -15502}; +Ruled Surface(15507) = {15507}; +Line Loop(15511) = {15331, 15510, -15481, -15506}; +Ruled Surface(15511) = {15511}; +Line Loop(15515) = {15332, 15514, -15482, -15510}; +Ruled Surface(15515) = {15515}; +Line Loop(15519) = {15333, 15518, -15483, -15514}; +Ruled Surface(15519) = {15519}; +Line Loop(15523) = {15334, 15522, -15484, -15518}; +Ruled Surface(15523) = {15523}; +Line Loop(15527) = {15335, 15526, -15485, -15522}; +Ruled Surface(15527) = {15527}; +Line Loop(15531) = {15336, 15530, -15486, -15526}; +Ruled Surface(15531) = {15531}; +Line Loop(15535) = {15337, 15489, -15487, -15530}; +Ruled Surface(15535) = {15535}; +Line Loop(15536) = {15476, 15477, 15478, 15479, 15480, 15481, 15482, 15483, 15484, 15485, 15486, 15487}; +Plane Surface(15536) = {15536}; +Line Loop(15545) = {15388, 15544, -15538, -15522}; +Ruled Surface(15545) = {15545}; +Line Loop(15549) = {15389, 15548, -15539, -15544}; +Ruled Surface(15549) = {15549}; +Line Loop(15553) = {15390, 15518, -15540, -15548}; +Ruled Surface(15553) = {15553}; +Line Loop(15558) = {15538, 15539, 15540, 15484}; +Plane Surface(15558) = {15558}; +Line Loop(15571) = {15411, 15570, -15561, -15530}; +Ruled Surface(15571) = {15571}; +Line Loop(15575) = {15412, 15574, -15562, -15570}; +Ruled Surface(15575) = {15575}; +Line Loop(15579) = {15413, 15526, -15563, -15574}; +Ruled Surface(15579) = {15579}; +Line Loop(15580) = {15486, 15561, 15562, 15563}; +Plane Surface(15580) = {15580}; +Line Loop(15589) = {15432, 15588, -15582, -15518}; +Ruled Surface(15589) = {15589}; +Line Loop(15593) = {15433, 15592, -15583, -15588}; +Ruled Surface(15593) = {15593}; +Line Loop(15597) = {15434, 15514, -15584, -15592}; +Ruled Surface(15597) = {15597}; +Line Loop(15602) = {15582, 15583, 15584, 15483}; +Plane Surface(15602) = {15602}; +Line Loop(15615) = {15455, 15614, -15605, -15489}; +Ruled Surface(15615) = {15615}; +Line Loop(15619) = {15456, 15618, -15606, -15614}; +Ruled Surface(15619) = {15619}; +Line Loop(15623) = {15457, 15530, -15607, -15618}; +Ruled Surface(15623) = {15623}; +Line Loop(15624) = {15487, 15605, 15606, 15607}; +Plane Surface(15624) = {15624}; +Line Loop(15641) = {15476, 15640, -15626, -15639}; +Ruled Surface(15641) = {15641}; +Line Loop(15645) = {15477, 15644, -15627, -15640}; +Ruled Surface(15645) = {15645}; +Line Loop(15649) = {15478, 15648, -15628, -15644}; +Ruled Surface(15649) = {15649}; +Line Loop(15653) = {15479, 15652, -15629, -15648}; +Ruled Surface(15653) = {15653}; +Line Loop(15657) = {15480, 15656, -15630, -15652}; +Ruled Surface(15657) = {15657}; +Line Loop(15661) = {15481, 15660, -15631, -15656}; +Ruled Surface(15661) = {15661}; +Line Loop(15665) = {15482, 15664, -15632, -15660}; +Ruled Surface(15665) = {15665}; +Line Loop(15669) = {15483, 15668, -15633, -15664}; +Ruled Surface(15669) = {15669}; +Line Loop(15673) = {15484, 15672, -15634, -15668}; +Ruled Surface(15673) = {15673}; +Line Loop(15677) = {15485, 15676, -15635, -15672}; +Ruled Surface(15677) = {15677}; +Line Loop(15681) = {15486, 15680, -15636, -15676}; +Ruled Surface(15681) = {15681}; +Line Loop(15685) = {15487, 15639, -15637, -15680}; +Ruled Surface(15685) = {15685}; +Line Loop(15686) = {15626, 15627, 15628, 15629, 15630, 15631, 15632, 15633, 15634, 15635, 15636, 15637}; +Plane Surface(15686) = {15686}; +Line Loop(15695) = {15538, 15694, -15688, -15672}; +Ruled Surface(15695) = {15695}; +Line Loop(15699) = {15539, 15698, -15689, -15694}; +Ruled Surface(15699) = {15699}; +Line Loop(15703) = {15540, 15668, -15690, -15698}; +Ruled Surface(15703) = {15703}; +Line Loop(15708) = {15688, 15689, 15690, 15634}; +Plane Surface(15708) = {15708}; +Line Loop(15721) = {15561, 15720, -15711, -15680}; +Ruled Surface(15721) = {15721}; +Line Loop(15725) = {15562, 15724, -15712, -15720}; +Ruled Surface(15725) = {15725}; +Line Loop(15729) = {15563, 15676, -15713, -15724}; +Ruled Surface(15729) = {15729}; +Line Loop(15730) = {15636, 15711, 15712, 15713}; +Plane Surface(15730) = {15730}; +Line Loop(15739) = {15582, 15738, -15732, -15668}; +Ruled Surface(15739) = {15739}; +Line Loop(15743) = {15583, 15742, -15733, -15738}; +Ruled Surface(15743) = {15743}; +Line Loop(15747) = {15584, 15664, -15734, -15742}; +Ruled Surface(15747) = {15747}; +Line Loop(15752) = {15732, 15733, 15734, 15633}; +Plane Surface(15752) = {15752}; +Line Loop(15765) = {15605, 15764, -15755, -15639}; +Ruled Surface(15765) = {15765}; +Line Loop(15769) = {15606, 15768, -15756, -15764}; +Ruled Surface(15769) = {15769}; +Line Loop(15773) = {15607, 15680, -15757, -15768}; +Ruled Surface(15773) = {15773}; +Line Loop(15774) = {15637, 15755, 15756, 15757}; +Plane Surface(15774) = {15774}; +Line Loop(15791) = {15626, 15790, -15776, -15789}; +Ruled Surface(15791) = {15791}; +Line Loop(15795) = {15627, 15794, -15777, -15790}; +Ruled Surface(15795) = {15795}; +Line Loop(15799) = {15628, 15798, -15778, -15794}; +Ruled Surface(15799) = {15799}; +Line Loop(15803) = {15629, 15802, -15779, -15798}; +Ruled Surface(15803) = {15803}; +Line Loop(15807) = {15630, 15806, -15780, -15802}; +Ruled Surface(15807) = {15807}; +Line Loop(15811) = {15631, 15810, -15781, -15806}; +Ruled Surface(15811) = {15811}; +Line Loop(15815) = {15632, 15814, -15782, -15810}; +Ruled Surface(15815) = {15815}; +Line Loop(15819) = {15633, 15818, -15783, -15814}; +Ruled Surface(15819) = {15819}; +Line Loop(15823) = {15634, 15822, -15784, -15818}; +Ruled Surface(15823) = {15823}; +Line Loop(15827) = {15635, 15826, -15785, -15822}; +Ruled Surface(15827) = {15827}; +Line Loop(15831) = {15636, 15830, -15786, -15826}; +Ruled Surface(15831) = {15831}; +Line Loop(15835) = {15637, 15789, -15787, -15830}; +Ruled Surface(15835) = {15835}; +Line Loop(15836) = {15776, 15777, 15778, 15779, 15780, 15781, 15782, 15783, 15784, 15785, 15786, 15787}; +Plane Surface(15836) = {15836}; +Line Loop(15845) = {15688, 15844, -15838, -15822}; +Ruled Surface(15845) = {15845}; +Line Loop(15849) = {15689, 15848, -15839, -15844}; +Ruled Surface(15849) = {15849}; +Line Loop(15853) = {15690, 15818, -15840, -15848}; +Ruled Surface(15853) = {15853}; +Line Loop(15858) = {15838, 15839, 15840, 15784}; +Plane Surface(15858) = {15858}; +Line Loop(15871) = {15711, 15870, -15861, -15830}; +Ruled Surface(15871) = {15871}; +Line Loop(15875) = {15712, 15874, -15862, -15870}; +Ruled Surface(15875) = {15875}; +Line Loop(15879) = {15713, 15826, -15863, -15874}; +Ruled Surface(15879) = {15879}; +Line Loop(15880) = {15786, 15861, 15862, 15863}; +Plane Surface(15880) = {15880}; +Line Loop(15889) = {15732, 15888, -15882, -15818}; +Ruled Surface(15889) = {15889}; +Line Loop(15893) = {15733, 15892, -15883, -15888}; +Ruled Surface(15893) = {15893}; +Line Loop(15897) = {15734, 15814, -15884, -15892}; +Ruled Surface(15897) = {15897}; +Line Loop(15902) = {15882, 15883, 15884, 15783}; +Plane Surface(15902) = {15902}; +Line Loop(15915) = {15755, 15914, -15905, -15789}; +Ruled Surface(15915) = {15915}; +Line Loop(15919) = {15756, 15918, -15906, -15914}; +Ruled Surface(15919) = {15919}; +Line Loop(15923) = {15757, 15830, -15907, -15918}; +Ruled Surface(15923) = {15923}; +Line Loop(15924) = {15787, 15905, 15906, 15907}; +Plane Surface(15924) = {15924}; +Line Loop(15941) = {15776, 15940, -15926, -15939}; +Ruled Surface(15941) = {15941}; +Line Loop(15945) = {15777, 15944, -15927, -15940}; +Ruled Surface(15945) = {15945}; +Line Loop(15949) = {15778, 15948, -15928, -15944}; +Ruled Surface(15949) = {15949}; +Line Loop(15953) = {15779, 15952, -15929, -15948}; +Ruled Surface(15953) = {15953}; +Line Loop(15957) = {15780, 15956, -15930, -15952}; +Ruled Surface(15957) = {15957}; +Line Loop(15961) = {15781, 15960, -15931, -15956}; +Ruled Surface(15961) = {15961}; +Line Loop(15965) = {15782, 15964, -15932, -15960}; +Ruled Surface(15965) = {15965}; +Line Loop(15969) = {15783, 15968, -15933, -15964}; +Ruled Surface(15969) = {15969}; +Line Loop(15973) = {15784, 15972, -15934, -15968}; +Ruled Surface(15973) = {15973}; +Line Loop(15977) = {15785, 15976, -15935, -15972}; +Ruled Surface(15977) = {15977}; +Line Loop(15981) = {15786, 15980, -15936, -15976}; +Ruled Surface(15981) = {15981}; +Line Loop(15985) = {15787, 15939, -15937, -15980}; +Ruled Surface(15985) = {15985}; +Line Loop(15986) = {15926, 15927, 15928, 15929, 15930, 15931, 15932, 15933, 15934, 15935, 15936, 15937}; +Plane Surface(15986) = {15986}; +Line Loop(15995) = {15838, 15994, -15988, -15972}; +Ruled Surface(15995) = {15995}; +Line Loop(15999) = {15839, 15998, -15989, -15994}; +Ruled Surface(15999) = {15999}; +Line Loop(16003) = {15840, 15968, -15990, -15998}; +Ruled Surface(16003) = {16003}; +Line Loop(16008) = {15988, 15989, 15990, 15934}; +Plane Surface(16008) = {16008}; +Line Loop(16021) = {15861, 16020, -16011, -15980}; +Ruled Surface(16021) = {16021}; +Line Loop(16025) = {15862, 16024, -16012, -16020}; +Ruled Surface(16025) = {16025}; +Line Loop(16029) = {15863, 15976, -16013, -16024}; +Ruled Surface(16029) = {16029}; +Line Loop(16030) = {15936, 16011, 16012, 16013}; +Plane Surface(16030) = {16030}; +Line Loop(16039) = {15882, 16038, -16032, -15968}; +Ruled Surface(16039) = {16039}; +Line Loop(16043) = {15883, 16042, -16033, -16038}; +Ruled Surface(16043) = {16043}; +Line Loop(16047) = {15884, 15964, -16034, -16042}; +Ruled Surface(16047) = {16047}; +Line Loop(16052) = {16032, 16033, 16034, 15933}; +Plane Surface(16052) = {16052}; +Line Loop(16065) = {15905, 16064, -16055, -15939}; +Ruled Surface(16065) = {16065}; +Line Loop(16069) = {15906, 16068, -16056, -16064}; +Ruled Surface(16069) = {16069}; +Line Loop(16073) = {15907, 15980, -16057, -16068}; +Ruled Surface(16073) = {16073}; +Line Loop(16074) = {15937, 16055, 16056, 16057}; +Plane Surface(16074) = {16074}; +Line Loop(16091) = {15926, 16090, -16076, -16089}; +Ruled Surface(16091) = {16091}; +Line Loop(16095) = {15927, 16094, -16077, -16090}; +Ruled Surface(16095) = {16095}; +Line Loop(16099) = {15928, 16098, -16078, -16094}; +Ruled Surface(16099) = {16099}; +Line Loop(16103) = {15929, 16102, -16079, -16098}; +Ruled Surface(16103) = {16103}; +Line Loop(16107) = {15930, 16106, -16080, -16102}; +Ruled Surface(16107) = {16107}; +Line Loop(16111) = {15931, 16110, -16081, -16106}; +Ruled Surface(16111) = {16111}; +Line Loop(16115) = {15932, 16114, -16082, -16110}; +Ruled Surface(16115) = {16115}; +Line Loop(16119) = {15933, 16118, -16083, -16114}; +Ruled Surface(16119) = {16119}; +Line Loop(16123) = {15934, 16122, -16084, -16118}; +Ruled Surface(16123) = {16123}; +Line Loop(16127) = {15935, 16126, -16085, -16122}; +Ruled Surface(16127) = {16127}; +Line Loop(16131) = {15936, 16130, -16086, -16126}; +Ruled Surface(16131) = {16131}; +Line Loop(16135) = {15937, 16089, -16087, -16130}; +Ruled Surface(16135) = {16135}; +Line Loop(16136) = {16076, 16077, 16078, 16079, 16080, 16081, 16082, 16083, 16084, 16085, 16086, 16087}; +Plane Surface(16136) = {16136}; +Line Loop(16145) = {15988, 16144, -16138, -16122}; +Ruled Surface(16145) = {16145}; +Line Loop(16149) = {15989, 16148, -16139, -16144}; +Ruled Surface(16149) = {16149}; +Line Loop(16153) = {15990, 16118, -16140, -16148}; +Ruled Surface(16153) = {16153}; +Line Loop(16158) = {16138, 16139, 16140, 16084}; +Plane Surface(16158) = {16158}; +Line Loop(16171) = {16011, 16170, -16161, -16130}; +Ruled Surface(16171) = {16171}; +Line Loop(16175) = {16012, 16174, -16162, -16170}; +Ruled Surface(16175) = {16175}; +Line Loop(16179) = {16013, 16126, -16163, -16174}; +Ruled Surface(16179) = {16179}; +Line Loop(16180) = {16086, 16161, 16162, 16163}; +Plane Surface(16180) = {16180}; +Line Loop(16189) = {16032, 16188, -16182, -16118}; +Ruled Surface(16189) = {16189}; +Line Loop(16193) = {16033, 16192, -16183, -16188}; +Ruled Surface(16193) = {16193}; +Line Loop(16197) = {16034, 16114, -16184, -16192}; +Ruled Surface(16197) = {16197}; +Line Loop(16202) = {16182, 16183, 16184, 16083}; +Plane Surface(16202) = {16202}; +Line Loop(16215) = {16055, 16214, -16205, -16089}; +Ruled Surface(16215) = {16215}; +Line Loop(16219) = {16056, 16218, -16206, -16214}; +Ruled Surface(16219) = {16219}; +Line Loop(16223) = {16057, 16130, -16207, -16218}; +Ruled Surface(16223) = {16223}; +Line Loop(16224) = {16087, 16205, 16206, 16207}; +Plane Surface(16224) = {16224}; +Line Loop(16241) = {16076, 16240, -16226, -16239}; +Ruled Surface(16241) = {16241}; +Line Loop(16245) = {16077, 16244, -16227, -16240}; +Ruled Surface(16245) = {16245}; +Line Loop(16249) = {16078, 16248, -16228, -16244}; +Ruled Surface(16249) = {16249}; +Line Loop(16253) = {16079, 16252, -16229, -16248}; +Ruled Surface(16253) = {16253}; +Line Loop(16257) = {16080, 16256, -16230, -16252}; +Ruled Surface(16257) = {16257}; +Line Loop(16261) = {16081, 16260, -16231, -16256}; +Ruled Surface(16261) = {16261}; +Line Loop(16265) = {16082, 16264, -16232, -16260}; +Ruled Surface(16265) = {16265}; +Line Loop(16269) = {16083, 16268, -16233, -16264}; +Ruled Surface(16269) = {16269}; +Line Loop(16273) = {16084, 16272, -16234, -16268}; +Ruled Surface(16273) = {16273}; +Line Loop(16277) = {16085, 16276, -16235, -16272}; +Ruled Surface(16277) = {16277}; +Line Loop(16281) = {16086, 16280, -16236, -16276}; +Ruled Surface(16281) = {16281}; +Line Loop(16285) = {16087, 16239, -16237, -16280}; +Ruled Surface(16285) = {16285}; +Line Loop(16286) = {16226, 16227, 16228, 16229, 16230, 16231, 16232, 16233, 16234, 16235, 16236, 16237}; +Plane Surface(16286) = {16286}; +Line Loop(16295) = {16138, 16294, -16288, -16272}; +Ruled Surface(16295) = {16295}; +Line Loop(16299) = {16139, 16298, -16289, -16294}; +Ruled Surface(16299) = {16299}; +Line Loop(16303) = {16140, 16268, -16290, -16298}; +Ruled Surface(16303) = {16303}; +Line Loop(16308) = {16288, 16289, 16290, 16234}; +Plane Surface(16308) = {16308}; +Line Loop(16321) = {16161, 16320, -16311, -16280}; +Ruled Surface(16321) = {16321}; +Line Loop(16325) = {16162, 16324, -16312, -16320}; +Ruled Surface(16325) = {16325}; +Line Loop(16329) = {16163, 16276, -16313, -16324}; +Ruled Surface(16329) = {16329}; +Line Loop(16330) = {16236, 16311, 16312, 16313}; +Plane Surface(16330) = {16330}; +Line Loop(16339) = {16182, 16338, -16332, -16268}; +Ruled Surface(16339) = {16339}; +Line Loop(16343) = {16183, 16342, -16333, -16338}; +Ruled Surface(16343) = {16343}; +Line Loop(16347) = {16184, 16264, -16334, -16342}; +Ruled Surface(16347) = {16347}; +Line Loop(16352) = {16332, 16333, 16334, 16233}; +Plane Surface(16352) = {16352}; +Line Loop(16365) = {16205, 16364, -16355, -16239}; +Ruled Surface(16365) = {16365}; +Line Loop(16369) = {16206, 16368, -16356, -16364}; +Ruled Surface(16369) = {16369}; +Line Loop(16373) = {16207, 16280, -16357, -16368}; +Ruled Surface(16373) = {16373}; +Line Loop(16374) = {16237, 16355, 16356, 16357}; +Plane Surface(16374) = {16374}; +Line Loop(16391) = {16226, 16390, -16376, -16389}; +Ruled Surface(16391) = {16391}; +Line Loop(16395) = {16227, 16394, -16377, -16390}; +Ruled Surface(16395) = {16395}; +Line Loop(16399) = {16228, 16398, -16378, -16394}; +Ruled Surface(16399) = {16399}; +Line Loop(16403) = {16229, 16402, -16379, -16398}; +Ruled Surface(16403) = {16403}; +Line Loop(16407) = {16230, 16406, -16380, -16402}; +Ruled Surface(16407) = {16407}; +Line Loop(16411) = {16231, 16410, -16381, -16406}; +Ruled Surface(16411) = {16411}; +Line Loop(16415) = {16232, 16414, -16382, -16410}; +Ruled Surface(16415) = {16415}; +Line Loop(16419) = {16233, 16418, -16383, -16414}; +Ruled Surface(16419) = {16419}; +Line Loop(16423) = {16234, 16422, -16384, -16418}; +Ruled Surface(16423) = {16423}; +Line Loop(16427) = {16235, 16426, -16385, -16422}; +Ruled Surface(16427) = {16427}; +Line Loop(16431) = {16236, 16430, -16386, -16426}; +Ruled Surface(16431) = {16431}; +Line Loop(16435) = {16237, 16389, -16387, -16430}; +Ruled Surface(16435) = {16435}; +Line Loop(16436) = {16376, 16377, 16378, 16379, 16380, 16381, 16382, 16383, 16384, 16385, 16386, 16387}; +Plane Surface(16436) = {16436}; +Line Loop(16445) = {16288, 16444, -16438, -16422}; +Ruled Surface(16445) = {16445}; +Line Loop(16449) = {16289, 16448, -16439, -16444}; +Ruled Surface(16449) = {16449}; +Line Loop(16453) = {16290, 16418, -16440, -16448}; +Ruled Surface(16453) = {16453}; +Line Loop(16458) = {16438, 16439, 16440, 16384}; +Plane Surface(16458) = {16458}; +Line Loop(16471) = {16311, 16470, -16461, -16430}; +Ruled Surface(16471) = {16471}; +Line Loop(16475) = {16312, 16474, -16462, -16470}; +Ruled Surface(16475) = {16475}; +Line Loop(16479) = {16313, 16426, -16463, -16474}; +Ruled Surface(16479) = {16479}; +Line Loop(16480) = {16386, 16461, 16462, 16463}; +Plane Surface(16480) = {16480}; +Line Loop(16489) = {16332, 16488, -16482, -16418}; +Ruled Surface(16489) = {16489}; +Line Loop(16493) = {16333, 16492, -16483, -16488}; +Ruled Surface(16493) = {16493}; +Line Loop(16497) = {16334, 16414, -16484, -16492}; +Ruled Surface(16497) = {16497}; +Line Loop(16502) = {16482, 16483, 16484, 16383}; +Plane Surface(16502) = {16502}; +Line Loop(16515) = {16355, 16514, -16505, -16389}; +Ruled Surface(16515) = {16515}; +Line Loop(16519) = {16356, 16518, -16506, -16514}; +Ruled Surface(16519) = {16519}; +Line Loop(16523) = {16357, 16430, -16507, -16518}; +Ruled Surface(16523) = {16523}; +Line Loop(16524) = {16387, 16505, 16506, 16507}; +Plane Surface(16524) = {16524}; +Line Loop(16541) = {16376, 16540, -16526, -16539}; +Ruled Surface(16541) = {16541}; +Line Loop(16545) = {16377, 16544, -16527, -16540}; +Ruled Surface(16545) = {16545}; +Line Loop(16549) = {16378, 16548, -16528, -16544}; +Ruled Surface(16549) = {16549}; +Line Loop(16553) = {16379, 16552, -16529, -16548}; +Ruled Surface(16553) = {16553}; +Line Loop(16557) = {16380, 16556, -16530, -16552}; +Ruled Surface(16557) = {16557}; +Line Loop(16561) = {16381, 16560, -16531, -16556}; +Ruled Surface(16561) = {16561}; +Line Loop(16565) = {16382, 16564, -16532, -16560}; +Ruled Surface(16565) = {16565}; +Line Loop(16569) = {16383, 16568, -16533, -16564}; +Ruled Surface(16569) = {16569}; +Line Loop(16573) = {16384, 16572, -16534, -16568}; +Ruled Surface(16573) = {16573}; +Line Loop(16577) = {16385, 16576, -16535, -16572}; +Ruled Surface(16577) = {16577}; +Line Loop(16581) = {16386, 16580, -16536, -16576}; +Ruled Surface(16581) = {16581}; +Line Loop(16585) = {16387, 16539, -16537, -16580}; +Ruled Surface(16585) = {16585}; +Line Loop(16586) = {16526, 16527, 16528, 16529, 16530, 16531, 16532, 16533, 16534, 16535, 16536, 16537}; +Plane Surface(16586) = {16586}; +Line Loop(16595) = {16438, 16594, -16588, -16572}; +Ruled Surface(16595) = {16595}; +Line Loop(16599) = {16439, 16598, -16589, -16594}; +Ruled Surface(16599) = {16599}; +Line Loop(16603) = {16440, 16568, -16590, -16598}; +Ruled Surface(16603) = {16603}; +Line Loop(16608) = {16588, 16589, 16590, 16534}; +Plane Surface(16608) = {16608}; +Line Loop(16621) = {16461, 16620, -16611, -16580}; +Ruled Surface(16621) = {16621}; +Line Loop(16625) = {16462, 16624, -16612, -16620}; +Ruled Surface(16625) = {16625}; +Line Loop(16629) = {16463, 16576, -16613, -16624}; +Ruled Surface(16629) = {16629}; +Line Loop(16630) = {16536, 16611, 16612, 16613}; +Plane Surface(16630) = {16630}; +Line Loop(16639) = {16482, 16638, -16632, -16568}; +Ruled Surface(16639) = {16639}; +Line Loop(16643) = {16483, 16642, -16633, -16638}; +Ruled Surface(16643) = {16643}; +Line Loop(16647) = {16484, 16564, -16634, -16642}; +Ruled Surface(16647) = {16647}; +Line Loop(16652) = {16632, 16633, 16634, 16533}; +Plane Surface(16652) = {16652}; +Line Loop(16665) = {16505, 16664, -16655, -16539}; +Ruled Surface(16665) = {16665}; +Line Loop(16669) = {16506, 16668, -16656, -16664}; +Ruled Surface(16669) = {16669}; +Line Loop(16673) = {16507, 16580, -16657, -16668}; +Ruled Surface(16673) = {16673}; +Line Loop(16674) = {16537, 16655, 16656, 16657}; +Plane Surface(16674) = {16674}; +Line Loop(16691) = {16526, 16690, -16676, -16689}; +Ruled Surface(16691) = {16691}; +Line Loop(16695) = {16527, 16694, -16677, -16690}; +Ruled Surface(16695) = {16695}; +Line Loop(16699) = {16528, 16698, -16678, -16694}; +Ruled Surface(16699) = {16699}; +Line Loop(16703) = {16529, 16702, -16679, -16698}; +Ruled Surface(16703) = {16703}; +Line Loop(16707) = {16530, 16706, -16680, -16702}; +Ruled Surface(16707) = {16707}; +Line Loop(16711) = {16531, 16710, -16681, -16706}; +Ruled Surface(16711) = {16711}; +Line Loop(16715) = {16532, 16714, -16682, -16710}; +Ruled Surface(16715) = {16715}; +Line Loop(16719) = {16533, 16718, -16683, -16714}; +Ruled Surface(16719) = {16719}; +Line Loop(16723) = {16534, 16722, -16684, -16718}; +Ruled Surface(16723) = {16723}; +Line Loop(16727) = {16535, 16726, -16685, -16722}; +Ruled Surface(16727) = {16727}; +Line Loop(16731) = {16536, 16730, -16686, -16726}; +Ruled Surface(16731) = {16731}; +Line Loop(16735) = {16537, 16689, -16687, -16730}; +Ruled Surface(16735) = {16735}; +Line Loop(16736) = {16676, 16677, 16678, 16679, 16680, 16681, 16682, 16683, 16684, 16685, 16686, 16687}; +Plane Surface(16736) = {16736}; +Line Loop(16745) = {16588, 16744, -16738, -16722}; +Ruled Surface(16745) = {16745}; +Line Loop(16749) = {16589, 16748, -16739, -16744}; +Ruled Surface(16749) = {16749}; +Line Loop(16753) = {16590, 16718, -16740, -16748}; +Ruled Surface(16753) = {16753}; +Line Loop(16758) = {16738, 16739, 16740, 16684}; +Plane Surface(16758) = {16758}; +Line Loop(16771) = {16611, 16770, -16761, -16730}; +Ruled Surface(16771) = {16771}; +Line Loop(16775) = {16612, 16774, -16762, -16770}; +Ruled Surface(16775) = {16775}; +Line Loop(16779) = {16613, 16726, -16763, -16774}; +Ruled Surface(16779) = {16779}; +Line Loop(16780) = {16686, 16761, 16762, 16763}; +Plane Surface(16780) = {16780}; +Line Loop(16789) = {16632, 16788, -16782, -16718}; +Ruled Surface(16789) = {16789}; +Line Loop(16793) = {16633, 16792, -16783, -16788}; +Ruled Surface(16793) = {16793}; +Line Loop(16797) = {16634, 16714, -16784, -16792}; +Ruled Surface(16797) = {16797}; +Line Loop(16802) = {16782, 16783, 16784, 16683}; +Plane Surface(16802) = {16802}; +Line Loop(16815) = {16655, 16814, -16805, -16689}; +Ruled Surface(16815) = {16815}; +Line Loop(16819) = {16656, 16818, -16806, -16814}; +Ruled Surface(16819) = {16819}; +Line Loop(16823) = {16657, 16730, -16807, -16818}; +Ruled Surface(16823) = {16823}; +Line Loop(16824) = {16687, 16805, 16806, 16807}; +Plane Surface(16824) = {16824}; +Line Loop(16841) = {16676, 16840, -16826, -16839}; +Ruled Surface(16841) = {16841}; +Line Loop(16845) = {16677, 16844, -16827, -16840}; +Ruled Surface(16845) = {16845}; +Line Loop(16849) = {16678, 16848, -16828, -16844}; +Ruled Surface(16849) = {16849}; +Line Loop(16853) = {16679, 16852, -16829, -16848}; +Ruled Surface(16853) = {16853}; +Line Loop(16857) = {16680, 16856, -16830, -16852}; +Ruled Surface(16857) = {16857}; +Line Loop(16861) = {16681, 16860, -16831, -16856}; +Ruled Surface(16861) = {16861}; +Line Loop(16865) = {16682, 16864, -16832, -16860}; +Ruled Surface(16865) = {16865}; +Line Loop(16869) = {16683, 16868, -16833, -16864}; +Ruled Surface(16869) = {16869}; +Line Loop(16873) = {16684, 16872, -16834, -16868}; +Ruled Surface(16873) = {16873}; +Line Loop(16877) = {16685, 16876, -16835, -16872}; +Ruled Surface(16877) = {16877}; +Line Loop(16881) = {16686, 16880, -16836, -16876}; +Ruled Surface(16881) = {16881}; +Line Loop(16885) = {16687, 16839, -16837, -16880}; +Ruled Surface(16885) = {16885}; +Line Loop(16886) = {16826, 16827, 16828, 16829, 16830, 16831, 16832, 16833, 16834, 16835, 16836, 16837}; +Plane Surface(16886) = {16886}; +Line Loop(16895) = {16738, 16894, -16888, -16872}; +Ruled Surface(16895) = {16895}; +Line Loop(16899) = {16739, 16898, -16889, -16894}; +Ruled Surface(16899) = {16899}; +Line Loop(16903) = {16740, 16868, -16890, -16898}; +Ruled Surface(16903) = {16903}; +Line Loop(16908) = {16888, 16889, 16890, 16834}; +Plane Surface(16908) = {16908}; +Line Loop(16921) = {16761, 16920, -16911, -16880}; +Ruled Surface(16921) = {16921}; +Line Loop(16925) = {16762, 16924, -16912, -16920}; +Ruled Surface(16925) = {16925}; +Line Loop(16929) = {16763, 16876, -16913, -16924}; +Ruled Surface(16929) = {16929}; +Line Loop(16930) = {16836, 16911, 16912, 16913}; +Plane Surface(16930) = {16930}; +Line Loop(16939) = {16782, 16938, -16932, -16868}; +Ruled Surface(16939) = {16939}; +Line Loop(16943) = {16783, 16942, -16933, -16938}; +Ruled Surface(16943) = {16943}; +Line Loop(16947) = {16784, 16864, -16934, -16942}; +Ruled Surface(16947) = {16947}; +Line Loop(16952) = {16932, 16933, 16934, 16833}; +Plane Surface(16952) = {16952}; +Line Loop(16965) = {16805, 16964, -16955, -16839}; +Ruled Surface(16965) = {16965}; +Line Loop(16969) = {16806, 16968, -16956, -16964}; +Ruled Surface(16969) = {16969}; +Line Loop(16973) = {16807, 16880, -16957, -16968}; +Ruled Surface(16973) = {16973}; +Line Loop(16974) = {16837, 16955, 16956, 16957}; +Plane Surface(16974) = {16974}; +Line Loop(16991) = {16826, 16990, -16976, -16989}; +Ruled Surface(16991) = {16991}; +Line Loop(16995) = {16827, 16994, -16977, -16990}; +Ruled Surface(16995) = {16995}; +Line Loop(16999) = {16828, 16998, -16978, -16994}; +Ruled Surface(16999) = {16999}; +Line Loop(17003) = {16829, 17002, -16979, -16998}; +Ruled Surface(17003) = {17003}; +Line Loop(17007) = {16830, 17006, -16980, -17002}; +Ruled Surface(17007) = {17007}; +Line Loop(17011) = {16831, 17010, -16981, -17006}; +Ruled Surface(17011) = {17011}; +Line Loop(17015) = {16832, 17014, -16982, -17010}; +Ruled Surface(17015) = {17015}; +Line Loop(17019) = {16833, 17018, -16983, -17014}; +Ruled Surface(17019) = {17019}; +Line Loop(17023) = {16834, 17022, -16984, -17018}; +Ruled Surface(17023) = {17023}; +Line Loop(17027) = {16835, 17026, -16985, -17022}; +Ruled Surface(17027) = {17027}; +Line Loop(17031) = {16836, 17030, -16986, -17026}; +Ruled Surface(17031) = {17031}; +Line Loop(17035) = {16837, 16989, -16987, -17030}; +Ruled Surface(17035) = {17035}; +Line Loop(17036) = {16976, 16977, 16978, 16979, 16980, 16981, 16982, 16983, 16984, 16985, 16986, 16987}; +Plane Surface(17036) = {17036}; +Line Loop(17045) = {16888, 17044, -17038, -17022}; +Ruled Surface(17045) = {17045}; +Line Loop(17049) = {16889, 17048, -17039, -17044}; +Ruled Surface(17049) = {17049}; +Line Loop(17053) = {16890, 17018, -17040, -17048}; +Ruled Surface(17053) = {17053}; +Line Loop(17058) = {17038, 17039, 17040, 16984}; +Plane Surface(17058) = {17058}; +Line Loop(17071) = {16911, 17070, -17061, -17030}; +Ruled Surface(17071) = {17071}; +Line Loop(17075) = {16912, 17074, -17062, -17070}; +Ruled Surface(17075) = {17075}; +Line Loop(17079) = {16913, 17026, -17063, -17074}; +Ruled Surface(17079) = {17079}; +Line Loop(17080) = {16986, 17061, 17062, 17063}; +Plane Surface(17080) = {17080}; +Line Loop(17089) = {16932, 17088, -17082, -17018}; +Ruled Surface(17089) = {17089}; +Line Loop(17093) = {16933, 17092, -17083, -17088}; +Ruled Surface(17093) = {17093}; +Line Loop(17097) = {16934, 17014, -17084, -17092}; +Ruled Surface(17097) = {17097}; +Line Loop(17102) = {17082, 17083, 17084, 16983}; +Plane Surface(17102) = {17102}; +Line Loop(17115) = {16955, 17114, -17105, -16989}; +Ruled Surface(17115) = {17115}; +Line Loop(17119) = {16956, 17118, -17106, -17114}; +Ruled Surface(17119) = {17119}; +Line Loop(17123) = {16957, 17030, -17107, -17118}; +Ruled Surface(17123) = {17123}; +Line Loop(17124) = {16987, 17105, 17106, 17107}; +Plane Surface(17124) = {17124}; +Line Loop(17141) = {16976, 17140, -17126, -17139}; +Ruled Surface(17141) = {17141}; +Line Loop(17145) = {16977, 17144, -17127, -17140}; +Ruled Surface(17145) = {17145}; +Line Loop(17149) = {16978, 17148, -17128, -17144}; +Ruled Surface(17149) = {17149}; +Line Loop(17153) = {16979, 17152, -17129, -17148}; +Ruled Surface(17153) = {17153}; +Line Loop(17157) = {16980, 17156, -17130, -17152}; +Ruled Surface(17157) = {17157}; +Line Loop(17161) = {16981, 17160, -17131, -17156}; +Ruled Surface(17161) = {17161}; +Line Loop(17165) = {16982, 17164, -17132, -17160}; +Ruled Surface(17165) = {17165}; +Line Loop(17169) = {16983, 17168, -17133, -17164}; +Ruled Surface(17169) = {17169}; +Line Loop(17173) = {16984, 17172, -17134, -17168}; +Ruled Surface(17173) = {17173}; +Line Loop(17177) = {16985, 17176, -17135, -17172}; +Ruled Surface(17177) = {17177}; +Line Loop(17181) = {16986, 17180, -17136, -17176}; +Ruled Surface(17181) = {17181}; +Line Loop(17185) = {16987, 17139, -17137, -17180}; +Ruled Surface(17185) = {17185}; +Line Loop(17186) = {17126, 17127, 17128, 17129, 17130, 17131, 17132, 17133, 17134, 17135, 17136, 17137}; +Plane Surface(17186) = {17186}; +Line Loop(17195) = {17038, 17194, -17188, -17172}; +Ruled Surface(17195) = {17195}; +Line Loop(17199) = {17039, 17198, -17189, -17194}; +Ruled Surface(17199) = {17199}; +Line Loop(17203) = {17040, 17168, -17190, -17198}; +Ruled Surface(17203) = {17203}; +Line Loop(17208) = {17188, 17189, 17190, 17134}; +Plane Surface(17208) = {17208}; +Line Loop(17221) = {17061, 17220, -17211, -17180}; +Ruled Surface(17221) = {17221}; +Line Loop(17225) = {17062, 17224, -17212, -17220}; +Ruled Surface(17225) = {17225}; +Line Loop(17229) = {17063, 17176, -17213, -17224}; +Ruled Surface(17229) = {17229}; +Line Loop(17230) = {17136, 17211, 17212, 17213}; +Plane Surface(17230) = {17230}; +Line Loop(17239) = {17082, 17238, -17232, -17168}; +Ruled Surface(17239) = {17239}; +Line Loop(17243) = {17083, 17242, -17233, -17238}; +Ruled Surface(17243) = {17243}; +Line Loop(17247) = {17084, 17164, -17234, -17242}; +Ruled Surface(17247) = {17247}; +Line Loop(17252) = {17232, 17233, 17234, 17133}; +Plane Surface(17252) = {17252}; +Line Loop(17265) = {17105, 17264, -17255, -17139}; +Ruled Surface(17265) = {17265}; +Line Loop(17269) = {17106, 17268, -17256, -17264}; +Ruled Surface(17269) = {17269}; +Line Loop(17273) = {17107, 17180, -17257, -17268}; +Ruled Surface(17273) = {17273}; +Line Loop(17274) = {17137, 17255, 17256, 17257}; +Plane Surface(17274) = {17274}; +Line Loop(17291) = {17126, 17290, -17276, -17289}; +Ruled Surface(17291) = {17291}; +Line Loop(17295) = {17127, 17294, -17277, -17290}; +Ruled Surface(17295) = {17295}; +Line Loop(17299) = {17128, 17298, -17278, -17294}; +Ruled Surface(17299) = {17299}; +Line Loop(17303) = {17129, 17302, -17279, -17298}; +Ruled Surface(17303) = {17303}; +Line Loop(17307) = {17130, 17306, -17280, -17302}; +Ruled Surface(17307) = {17307}; +Line Loop(17311) = {17131, 17310, -17281, -17306}; +Ruled Surface(17311) = {17311}; +Line Loop(17315) = {17132, 17314, -17282, -17310}; +Ruled Surface(17315) = {17315}; +Line Loop(17319) = {17133, 17318, -17283, -17314}; +Ruled Surface(17319) = {17319}; +Line Loop(17323) = {17134, 17322, -17284, -17318}; +Ruled Surface(17323) = {17323}; +Line Loop(17327) = {17135, 17326, -17285, -17322}; +Ruled Surface(17327) = {17327}; +Line Loop(17331) = {17136, 17330, -17286, -17326}; +Ruled Surface(17331) = {17331}; +Line Loop(17335) = {17137, 17289, -17287, -17330}; +Ruled Surface(17335) = {17335}; +Line Loop(17336) = {17276, 17277, 17278, 17279, 17280, 17281, 17282, 17283, 17284, 17285, 17286, 17287}; +Plane Surface(17336) = {17336}; +Line Loop(17345) = {17188, 17344, -17338, -17322}; +Ruled Surface(17345) = {17345}; +Line Loop(17349) = {17189, 17348, -17339, -17344}; +Ruled Surface(17349) = {17349}; +Line Loop(17353) = {17190, 17318, -17340, -17348}; +Ruled Surface(17353) = {17353}; +Line Loop(17358) = {17338, 17339, 17340, 17284}; +Plane Surface(17358) = {17358}; +Line Loop(17371) = {17211, 17370, -17361, -17330}; +Ruled Surface(17371) = {17371}; +Line Loop(17375) = {17212, 17374, -17362, -17370}; +Ruled Surface(17375) = {17375}; +Line Loop(17379) = {17213, 17326, -17363, -17374}; +Ruled Surface(17379) = {17379}; +Line Loop(17380) = {17286, 17361, 17362, 17363}; +Plane Surface(17380) = {17380}; +Line Loop(17389) = {17232, 17388, -17382, -17318}; +Ruled Surface(17389) = {17389}; +Line Loop(17393) = {17233, 17392, -17383, -17388}; +Ruled Surface(17393) = {17393}; +Line Loop(17397) = {17234, 17314, -17384, -17392}; +Ruled Surface(17397) = {17397}; +Line Loop(17402) = {17382, 17383, 17384, 17283}; +Plane Surface(17402) = {17402}; +Line Loop(17415) = {17255, 17414, -17405, -17289}; +Ruled Surface(17415) = {17415}; +Line Loop(17419) = {17256, 17418, -17406, -17414}; +Ruled Surface(17419) = {17419}; +Line Loop(17423) = {17257, 17330, -17407, -17418}; +Ruled Surface(17423) = {17423}; +Line Loop(17424) = {17287, 17405, 17406, 17407}; +Plane Surface(17424) = {17424}; +Line Loop(17441) = {17276, 17440, -17426, -17439}; +Ruled Surface(17441) = {17441}; +Line Loop(17445) = {17277, 17444, -17427, -17440}; +Ruled Surface(17445) = {17445}; +Line Loop(17449) = {17278, 17448, -17428, -17444}; +Ruled Surface(17449) = {17449}; +Line Loop(17453) = {17279, 17452, -17429, -17448}; +Ruled Surface(17453) = {17453}; +Line Loop(17457) = {17280, 17456, -17430, -17452}; +Ruled Surface(17457) = {17457}; +Line Loop(17461) = {17281, 17460, -17431, -17456}; +Ruled Surface(17461) = {17461}; +Line Loop(17465) = {17282, 17464, -17432, -17460}; +Ruled Surface(17465) = {17465}; +Line Loop(17469) = {17283, 17468, -17433, -17464}; +Ruled Surface(17469) = {17469}; +Line Loop(17473) = {17284, 17472, -17434, -17468}; +Ruled Surface(17473) = {17473}; +Line Loop(17477) = {17285, 17476, -17435, -17472}; +Ruled Surface(17477) = {17477}; +Line Loop(17481) = {17286, 17480, -17436, -17476}; +Ruled Surface(17481) = {17481}; +Line Loop(17485) = {17287, 17439, -17437, -17480}; +Ruled Surface(17485) = {17485}; +Line Loop(17486) = {17426, 17427, 17428, 17429, 17430, 17431, 17432, 17433, 17434, 17435, 17436, 17437}; +Plane Surface(17486) = {17486}; +Line Loop(17495) = {17338, 17494, -17488, -17472}; +Ruled Surface(17495) = {17495}; +Line Loop(17499) = {17339, 17498, -17489, -17494}; +Ruled Surface(17499) = {17499}; +Line Loop(17503) = {17340, 17468, -17490, -17498}; +Ruled Surface(17503) = {17503}; +Line Loop(17508) = {17488, 17489, 17490, 17434}; +Plane Surface(17508) = {17508}; +Line Loop(17521) = {17361, 17520, -17511, -17480}; +Ruled Surface(17521) = {17521}; +Line Loop(17525) = {17362, 17524, -17512, -17520}; +Ruled Surface(17525) = {17525}; +Line Loop(17529) = {17363, 17476, -17513, -17524}; +Ruled Surface(17529) = {17529}; +Line Loop(17530) = {17436, 17511, 17512, 17513}; +Plane Surface(17530) = {17530}; +Line Loop(17539) = {17382, 17538, -17532, -17468}; +Ruled Surface(17539) = {17539}; +Line Loop(17543) = {17383, 17542, -17533, -17538}; +Ruled Surface(17543) = {17543}; +Line Loop(17547) = {17384, 17464, -17534, -17542}; +Ruled Surface(17547) = {17547}; +Line Loop(17552) = {17532, 17533, 17534, 17433}; +Plane Surface(17552) = {17552}; +Line Loop(17565) = {17405, 17564, -17555, -17439}; +Ruled Surface(17565) = {17565}; +Line Loop(17569) = {17406, 17568, -17556, -17564}; +Ruled Surface(17569) = {17569}; +Line Loop(17573) = {17407, 17480, -17557, -17568}; +Ruled Surface(17573) = {17573}; +Line Loop(17574) = {17437, 17555, 17556, 17557}; +Plane Surface(17574) = {17574}; +Line Loop(17591) = {17426, 17590, -17576, -17589}; +Ruled Surface(17591) = {17591}; +Line Loop(17595) = {17427, 17594, -17577, -17590}; +Ruled Surface(17595) = {17595}; +Line Loop(17599) = {17428, 17598, -17578, -17594}; +Ruled Surface(17599) = {17599}; +Line Loop(17603) = {17429, 17602, -17579, -17598}; +Ruled Surface(17603) = {17603}; +Line Loop(17607) = {17430, 17606, -17580, -17602}; +Ruled Surface(17607) = {17607}; +Line Loop(17611) = {17431, 17610, -17581, -17606}; +Ruled Surface(17611) = {17611}; +Line Loop(17615) = {17432, 17614, -17582, -17610}; +Ruled Surface(17615) = {17615}; +Line Loop(17619) = {17433, 17618, -17583, -17614}; +Ruled Surface(17619) = {17619}; +Line Loop(17623) = {17434, 17622, -17584, -17618}; +Ruled Surface(17623) = {17623}; +Line Loop(17627) = {17435, 17626, -17585, -17622}; +Ruled Surface(17627) = {17627}; +Line Loop(17631) = {17436, 17630, -17586, -17626}; +Ruled Surface(17631) = {17631}; +Line Loop(17635) = {17437, 17589, -17587, -17630}; +Ruled Surface(17635) = {17635}; +Line Loop(17636) = {17576, 17577, 17578, 17579, 17580, 17581, 17582, 17583, 17584, 17585, 17586, 17587}; +Plane Surface(17636) = {17636}; +Line Loop(17645) = {17488, 17644, -17638, -17622}; +Ruled Surface(17645) = {17645}; +Line Loop(17649) = {17489, 17648, -17639, -17644}; +Ruled Surface(17649) = {17649}; +Line Loop(17653) = {17490, 17618, -17640, -17648}; +Ruled Surface(17653) = {17653}; +Line Loop(17658) = {17638, 17639, 17640, 17584}; +Plane Surface(17658) = {17658}; +Line Loop(17671) = {17511, 17670, -17661, -17630}; +Ruled Surface(17671) = {17671}; +Line Loop(17675) = {17512, 17674, -17662, -17670}; +Ruled Surface(17675) = {17675}; +Line Loop(17679) = {17513, 17626, -17663, -17674}; +Ruled Surface(17679) = {17679}; +Line Loop(17680) = {17586, 17661, 17662, 17663}; +Plane Surface(17680) = {17680}; +Line Loop(17689) = {17532, 17688, -17682, -17618}; +Ruled Surface(17689) = {17689}; +Line Loop(17693) = {17533, 17692, -17683, -17688}; +Ruled Surface(17693) = {17693}; +Line Loop(17697) = {17534, 17614, -17684, -17692}; +Ruled Surface(17697) = {17697}; +Line Loop(17702) = {17682, 17683, 17684, 17583}; +Plane Surface(17702) = {17702}; +Line Loop(17715) = {17555, 17714, -17705, -17589}; +Ruled Surface(17715) = {17715}; +Line Loop(17719) = {17556, 17718, -17706, -17714}; +Ruled Surface(17719) = {17719}; +Line Loop(17723) = {17557, 17630, -17707, -17718}; +Ruled Surface(17723) = {17723}; +Line Loop(17724) = {17587, 17705, 17706, 17707}; +Plane Surface(17724) = {17724}; +Line Loop(17741) = {17576, 17740, -17726, -17739}; +Ruled Surface(17741) = {17741}; +Line Loop(17745) = {17577, 17744, -17727, -17740}; +Ruled Surface(17745) = {17745}; +Line Loop(17749) = {17578, 17748, -17728, -17744}; +Ruled Surface(17749) = {17749}; +Line Loop(17753) = {17579, 17752, -17729, -17748}; +Ruled Surface(17753) = {17753}; +Line Loop(17757) = {17580, 17756, -17730, -17752}; +Ruled Surface(17757) = {17757}; +Line Loop(17761) = {17581, 17760, -17731, -17756}; +Ruled Surface(17761) = {17761}; +Line Loop(17765) = {17582, 17764, -17732, -17760}; +Ruled Surface(17765) = {17765}; +Line Loop(17769) = {17583, 17768, -17733, -17764}; +Ruled Surface(17769) = {17769}; +Line Loop(17773) = {17584, 17772, -17734, -17768}; +Ruled Surface(17773) = {17773}; +Line Loop(17777) = {17585, 17776, -17735, -17772}; +Ruled Surface(17777) = {17777}; +Line Loop(17781) = {17586, 17780, -17736, -17776}; +Ruled Surface(17781) = {17781}; +Line Loop(17785) = {17587, 17739, -17737, -17780}; +Ruled Surface(17785) = {17785}; +Line Loop(17786) = {17726, 17727, 17728, 17729, 17730, 17731, 17732, 17733, 17734, 17735, 17736, 17737}; +Plane Surface(17786) = {17786}; +Line Loop(17795) = {17638, 17794, -17788, -17772}; +Ruled Surface(17795) = {17795}; +Line Loop(17799) = {17639, 17798, -17789, -17794}; +Ruled Surface(17799) = {17799}; +Line Loop(17803) = {17640, 17768, -17790, -17798}; +Ruled Surface(17803) = {17803}; +Line Loop(17808) = {17788, 17789, 17790, 17734}; +Plane Surface(17808) = {17808}; +Line Loop(17821) = {17661, 17820, -17811, -17780}; +Ruled Surface(17821) = {17821}; +Line Loop(17825) = {17662, 17824, -17812, -17820}; +Ruled Surface(17825) = {17825}; +Line Loop(17829) = {17663, 17776, -17813, -17824}; +Ruled Surface(17829) = {17829}; +Line Loop(17830) = {17736, 17811, 17812, 17813}; +Plane Surface(17830) = {17830}; +Line Loop(17839) = {17682, 17838, -17832, -17768}; +Ruled Surface(17839) = {17839}; +Line Loop(17843) = {17683, 17842, -17833, -17838}; +Ruled Surface(17843) = {17843}; +Line Loop(17847) = {17684, 17764, -17834, -17842}; +Ruled Surface(17847) = {17847}; +Line Loop(17852) = {17832, 17833, 17834, 17733}; +Plane Surface(17852) = {17852}; +Line Loop(17865) = {17705, 17864, -17855, -17739}; +Ruled Surface(17865) = {17865}; +Line Loop(17869) = {17706, 17868, -17856, -17864}; +Ruled Surface(17869) = {17869}; +Line Loop(17873) = {17707, 17780, -17857, -17868}; +Ruled Surface(17873) = {17873}; +Line Loop(17874) = {17737, 17855, 17856, 17857}; +Plane Surface(17874) = {17874}; +Line Loop(17891) = {17726, 17890, -9, -17889}; +Ruled Surface(17891) = {17891}; +Line Loop(17895) = {17727, 17894, -10, -17890}; +Ruled Surface(17895) = {17895}; +Line Loop(17899) = {17728, 17898, -11, -17894}; +Ruled Surface(17899) = {17899}; +Line Loop(17903) = {17729, 17902, -12, -17898}; +Ruled Surface(17903) = {17903}; +Line Loop(17907) = {17730, 17906, -1, -17902}; +Ruled Surface(17907) = {17907}; +Line Loop(17911) = {17731, 17910, -2, -17906}; +Ruled Surface(17911) = {17911}; +Line Loop(17915) = {17732, 17914, -3, -17910}; +Ruled Surface(17915) = {17915}; +Line Loop(17919) = {17733, 17918, -4, -17914}; +Ruled Surface(17919) = {17919}; +Line Loop(17923) = {17734, 17922, -5, -17918}; +Ruled Surface(17923) = {17923}; +Line Loop(17927) = {17735, 17926, -6, -17922}; +Ruled Surface(17927) = {17927}; +Line Loop(17931) = {17736, 17930, -7, -17926}; +Ruled Surface(17931) = {17931}; +Line Loop(17935) = {17737, 17889, -8, -17930}; +Ruled Surface(17935) = {17935}; +Line Loop(17945) = {17788, 17944, 15, -17922}; +Ruled Surface(17945) = {17945}; +Line Loop(17949) = {17789, 17948, 14, -17944}; +Ruled Surface(17949) = {17949}; +Line Loop(17953) = {17790, 17918, 13, -17948}; +Ruled Surface(17953) = {17953}; +Line Loop(17971) = {17811, 17970, -16, -17930}; +Ruled Surface(17971) = {17971}; +Line Loop(17975) = {17812, 17974, -17, -17970}; +Ruled Surface(17975) = {17975}; +Line Loop(17979) = {17813, 17926, -18, -17974}; +Ruled Surface(17979) = {17979}; +Line Loop(17989) = {17832, 17988, 21, -17918}; +Ruled Surface(17989) = {17989}; +Line Loop(17993) = {17833, 17992, 20, -17988}; +Ruled Surface(17993) = {17993}; +Line Loop(17997) = {17834, 17914, 19, -17992}; +Ruled Surface(17997) = {17997}; +Line Loop(18015) = {17855, 18014, -22, -17889}; +Ruled Surface(18015) = {18015}; +Line Loop(18019) = {17856, 18018, -23, -18014}; +Ruled Surface(18019) = {18019}; +Line Loop(18023) = {17857, 17930, -24, -18018}; +Ruled Surface(18023) = {18023}; +Surface Loop(1) = {2, 86, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85}; +Volume(1) = {1}; +Surface Loop(2) = {4, 108, 95, 99, 103, 73}; +Volume(2) = {2}; +Surface Loop(3) = {6, 130, 81, 121, 125, 129}; +Volume(3) = {3}; +Surface Loop(4) = {8, 152, 139, 143, 147, 69}; +Volume(4) = {4}; +Surface Loop(5) = {10, 174, 85, 165, 169, 173}; +Volume(5) = {5}; +Surface Loop(6) = {86, 236, 191, 195, 199, 203, 207, 211, 215, 219, 223, 227, 231, 235}; +Volume(6) = {6}; +Surface Loop(7) = {108, 258, 245, 249, 253, 223}; +Volume(7) = {7}; +Surface Loop(8) = {130, 280, 231, 271, 275, 279}; +Volume(8) = {8}; +Surface Loop(9) = {152, 302, 289, 293, 297, 219}; +Volume(9) = {9}; +Surface Loop(10) = {174, 324, 235, 315, 319, 323}; +Volume(10) = {10}; +Surface Loop(11) = {236, 386, 341, 345, 349, 353, 357, 361, 365, 369, 373, 377, 381, 385}; +Volume(11) = {11}; +Surface Loop(12) = {258, 408, 395, 399, 403, 373}; +Volume(12) = {12}; +Surface Loop(13) = {280, 430, 381, 421, 425, 429}; +Volume(13) = {13}; +Surface Loop(14) = {302, 452, 439, 443, 447, 369}; +Volume(14) = {14}; +Surface Loop(15) = {324, 474, 385, 465, 469, 473}; +Volume(15) = {15}; +Surface Loop(16) = {386, 536, 491, 495, 499, 503, 507, 511, 515, 519, 523, 527, 531, 535}; +Volume(16) = {16}; +Surface Loop(17) = {408, 558, 545, 549, 553, 523}; +Volume(17) = {17}; +Surface Loop(18) = {430, 580, 531, 571, 575, 579}; +Volume(18) = {18}; +Surface Loop(19) = {452, 602, 589, 593, 597, 519}; +Volume(19) = {19}; +Surface Loop(20) = {474, 624, 535, 615, 619, 623}; +Volume(20) = {20}; +Surface Loop(21) = {536, 686, 641, 645, 649, 653, 657, 661, 665, 669, 673, 677, 681, 685}; +Volume(21) = {21}; +Surface Loop(22) = {558, 708, 695, 699, 703, 673}; +Volume(22) = {22}; +Surface Loop(23) = {580, 730, 681, 721, 725, 729}; +Volume(23) = {23}; +Surface Loop(24) = {602, 752, 739, 743, 747, 669}; +Volume(24) = {24}; +Surface Loop(25) = {624, 774, 685, 765, 769, 773}; +Volume(25) = {25}; +Surface Loop(26) = {686, 836, 791, 795, 799, 803, 807, 811, 815, 819, 823, 827, 831, 835}; +Volume(26) = {26}; +Surface Loop(27) = {708, 858, 845, 849, 853, 823}; +Volume(27) = {27}; +Surface Loop(28) = {730, 880, 831, 871, 875, 879}; +Volume(28) = {28}; +Surface Loop(29) = {752, 902, 889, 893, 897, 819}; +Volume(29) = {29}; +Surface Loop(30) = {774, 924, 835, 915, 919, 923}; +Volume(30) = {30}; +Surface Loop(31) = {836, 986, 941, 945, 949, 953, 957, 961, 965, 969, 973, 977, 981, 985}; +Volume(31) = {31}; +Surface Loop(32) = {858, 1008, 995, 999, 1003, 973}; +Volume(32) = {32}; +Surface Loop(33) = {880, 1030, 981, 1021, 1025, 1029}; +Volume(33) = {33}; +Surface Loop(34) = {902, 1052, 1039, 1043, 1047, 969}; +Volume(34) = {34}; +Surface Loop(35) = {924, 1074, 985, 1065, 1069, 1073}; +Volume(35) = {35}; +Surface Loop(36) = {986, 1136, 1091, 1095, 1099, 1103, 1107, 1111, 1115, 1119, 1123, 1127, 1131, 1135}; +Volume(36) = {36}; +Surface Loop(37) = {1008, 1158, 1145, 1149, 1153, 1123}; +Volume(37) = {37}; +Surface Loop(38) = {1030, 1180, 1131, 1171, 1175, 1179}; +Volume(38) = {38}; +Surface Loop(39) = {1052, 1202, 1189, 1193, 1197, 1119}; +Volume(39) = {39}; +Surface Loop(40) = {1074, 1224, 1135, 1215, 1219, 1223}; +Volume(40) = {40}; +Surface Loop(41) = {1136, 1286, 1241, 1245, 1249, 1253, 1257, 1261, 1265, 1269, 1273, 1277, 1281, 1285}; +Volume(41) = {41}; +Surface Loop(42) = {1158, 1308, 1295, 1299, 1303, 1273}; +Volume(42) = {42}; +Surface Loop(43) = {1180, 1330, 1281, 1321, 1325, 1329}; +Volume(43) = {43}; +Surface Loop(44) = {1202, 1352, 1339, 1343, 1347, 1269}; +Volume(44) = {44}; +Surface Loop(45) = {1224, 1374, 1285, 1365, 1369, 1373}; +Volume(45) = {45}; +Surface Loop(46) = {1286, 1436, 1391, 1395, 1399, 1403, 1407, 1411, 1415, 1419, 1423, 1427, 1431, 1435}; +Volume(46) = {46}; +Surface Loop(47) = {1308, 1458, 1445, 1449, 1453, 1423}; +Volume(47) = {47}; +Surface Loop(48) = {1330, 1480, 1431, 1471, 1475, 1479}; +Volume(48) = {48}; +Surface Loop(49) = {1352, 1502, 1489, 1493, 1497, 1419}; +Volume(49) = {49}; +Surface Loop(50) = {1374, 1524, 1435, 1515, 1519, 1523}; +Volume(50) = {50}; +Surface Loop(51) = {1436, 1586, 1541, 1545, 1549, 1553, 1557, 1561, 1565, 1569, 1573, 1577, 1581, 1585}; +Volume(51) = {51}; +Surface Loop(52) = {1458, 1608, 1595, 1599, 1603, 1573}; +Volume(52) = {52}; +Surface Loop(53) = {1480, 1630, 1581, 1621, 1625, 1629}; +Volume(53) = {53}; +Surface Loop(54) = {1502, 1652, 1639, 1643, 1647, 1569}; +Volume(54) = {54}; +Surface Loop(55) = {1524, 1674, 1585, 1665, 1669, 1673}; +Volume(55) = {55}; +Surface Loop(56) = {1586, 1736, 1691, 1695, 1699, 1703, 1707, 1711, 1715, 1719, 1723, 1727, 1731, 1735}; +Volume(56) = {56}; +Surface Loop(57) = {1608, 1758, 1745, 1749, 1753, 1723}; +Volume(57) = {57}; +Surface Loop(58) = {1630, 1780, 1731, 1771, 1775, 1779}; +Volume(58) = {58}; +Surface Loop(59) = {1652, 1802, 1789, 1793, 1797, 1719}; +Volume(59) = {59}; +Surface Loop(60) = {1674, 1824, 1735, 1815, 1819, 1823}; +Volume(60) = {60}; +Surface Loop(61) = {1736, 1886, 1841, 1845, 1849, 1853, 1857, 1861, 1865, 1869, 1873, 1877, 1881, 1885}; +Volume(61) = {61}; +Surface Loop(62) = {1758, 1908, 1895, 1899, 1903, 1873}; +Volume(62) = {62}; +Surface Loop(63) = {1780, 1930, 1881, 1921, 1925, 1929}; +Volume(63) = {63}; +Surface Loop(64) = {1802, 1952, 1939, 1943, 1947, 1869}; +Volume(64) = {64}; +Surface Loop(65) = {1824, 1974, 1885, 1965, 1969, 1973}; +Volume(65) = {65}; +Surface Loop(66) = {1886, 2036, 1991, 1995, 1999, 2003, 2007, 2011, 2015, 2019, 2023, 2027, 2031, 2035}; +Volume(66) = {66}; +Surface Loop(67) = {1908, 2058, 2045, 2049, 2053, 2023}; +Volume(67) = {67}; +Surface Loop(68) = {1930, 2080, 2031, 2071, 2075, 2079}; +Volume(68) = {68}; +Surface Loop(69) = {1952, 2102, 2089, 2093, 2097, 2019}; +Volume(69) = {69}; +Surface Loop(70) = {1974, 2124, 2035, 2115, 2119, 2123}; +Volume(70) = {70}; +Surface Loop(71) = {2036, 2186, 2141, 2145, 2149, 2153, 2157, 2161, 2165, 2169, 2173, 2177, 2181, 2185}; +Volume(71) = {71}; +Surface Loop(72) = {2058, 2208, 2195, 2199, 2203, 2173}; +Volume(72) = {72}; +Surface Loop(73) = {2080, 2230, 2181, 2221, 2225, 2229}; +Volume(73) = {73}; +Surface Loop(74) = {2102, 2252, 2239, 2243, 2247, 2169}; +Volume(74) = {74}; +Surface Loop(75) = {2124, 2274, 2185, 2265, 2269, 2273}; +Volume(75) = {75}; +Surface Loop(76) = {2186, 2336, 2291, 2295, 2299, 2303, 2307, 2311, 2315, 2319, 2323, 2327, 2331, 2335}; +Volume(76) = {76}; +Surface Loop(77) = {2208, 2358, 2345, 2349, 2353, 2323}; +Volume(77) = {77}; +Surface Loop(78) = {2230, 2380, 2331, 2371, 2375, 2379}; +Volume(78) = {78}; +Surface Loop(79) = {2252, 2402, 2389, 2393, 2397, 2319}; +Volume(79) = {79}; +Surface Loop(80) = {2274, 2424, 2335, 2415, 2419, 2423}; +Volume(80) = {80}; +Surface Loop(81) = {2336, 2486, 2441, 2445, 2449, 2453, 2457, 2461, 2465, 2469, 2473, 2477, 2481, 2485}; +Volume(81) = {81}; +Surface Loop(82) = {2358, 2508, 2495, 2499, 2503, 2473}; +Volume(82) = {82}; +Surface Loop(83) = {2380, 2530, 2481, 2521, 2525, 2529}; +Volume(83) = {83}; +Surface Loop(84) = {2402, 2552, 2539, 2543, 2547, 2469}; +Volume(84) = {84}; +Surface Loop(85) = {2424, 2574, 2485, 2565, 2569, 2573}; +Volume(85) = {85}; +Surface Loop(86) = {2486, 2636, 2591, 2595, 2599, 2603, 2607, 2611, 2615, 2619, 2623, 2627, 2631, 2635}; +Volume(86) = {86}; +Surface Loop(87) = {2508, 2658, 2645, 2649, 2653, 2623}; +Volume(87) = {87}; +Surface Loop(88) = {2530, 2680, 2631, 2671, 2675, 2679}; +Volume(88) = {88}; +Surface Loop(89) = {2552, 2702, 2689, 2693, 2697, 2619}; +Volume(89) = {89}; +Surface Loop(90) = {2574, 2724, 2635, 2715, 2719, 2723}; +Volume(90) = {90}; +Surface Loop(91) = {2636, 2786, 2741, 2745, 2749, 2753, 2757, 2761, 2765, 2769, 2773, 2777, 2781, 2785}; +Volume(91) = {91}; +Surface Loop(92) = {2658, 2808, 2795, 2799, 2803, 2773}; +Volume(92) = {92}; +Surface Loop(93) = {2680, 2830, 2781, 2821, 2825, 2829}; +Volume(93) = {93}; +Surface Loop(94) = {2702, 2852, 2839, 2843, 2847, 2769}; +Volume(94) = {94}; +Surface Loop(95) = {2724, 2874, 2785, 2865, 2869, 2873}; +Volume(95) = {95}; +Surface Loop(96) = {2786, 2936, 2891, 2895, 2899, 2903, 2907, 2911, 2915, 2919, 2923, 2927, 2931, 2935}; +Volume(96) = {96}; +Surface Loop(97) = {2808, 2958, 2945, 2949, 2953, 2923}; +Volume(97) = {97}; +Surface Loop(98) = {2830, 2980, 2931, 2971, 2975, 2979}; +Volume(98) = {98}; +Surface Loop(99) = {2852, 3002, 2989, 2993, 2997, 2919}; +Volume(99) = {99}; +Surface Loop(100) = {2874, 3024, 2935, 3015, 3019, 3023}; +Volume(100) = {100}; +Surface Loop(101) = {2936, 3086, 3041, 3045, 3049, 3053, 3057, 3061, 3065, 3069, 3073, 3077, 3081, 3085}; +Volume(101) = {101}; +Surface Loop(102) = {2958, 3108, 3095, 3099, 3103, 3073}; +Volume(102) = {102}; +Surface Loop(103) = {2980, 3130, 3081, 3121, 3125, 3129}; +Volume(103) = {103}; +Surface Loop(104) = {3002, 3152, 3139, 3143, 3147, 3069}; +Volume(104) = {104}; +Surface Loop(105) = {3024, 3174, 3085, 3165, 3169, 3173}; +Volume(105) = {105}; +Surface Loop(106) = {3086, 3236, 3191, 3195, 3199, 3203, 3207, 3211, 3215, 3219, 3223, 3227, 3231, 3235}; +Volume(106) = {106}; +Surface Loop(107) = {3108, 3258, 3245, 3249, 3253, 3223}; +Volume(107) = {107}; +Surface Loop(108) = {3130, 3280, 3231, 3271, 3275, 3279}; +Volume(108) = {108}; +Surface Loop(109) = {3152, 3302, 3289, 3293, 3297, 3219}; +Volume(109) = {109}; +Surface Loop(110) = {3174, 3324, 3235, 3315, 3319, 3323}; +Volume(110) = {110}; +Surface Loop(111) = {3236, 3386, 3341, 3345, 3349, 3353, 3357, 3361, 3365, 3369, 3373, 3377, 3381, 3385}; +Volume(111) = {111}; +Surface Loop(112) = {3258, 3408, 3395, 3399, 3403, 3373}; +Volume(112) = {112}; +Surface Loop(113) = {3280, 3430, 3381, 3421, 3425, 3429}; +Volume(113) = {113}; +Surface Loop(114) = {3302, 3452, 3439, 3443, 3447, 3369}; +Volume(114) = {114}; +Surface Loop(115) = {3324, 3474, 3385, 3465, 3469, 3473}; +Volume(115) = {115}; +Surface Loop(116) = {3386, 3536, 3491, 3495, 3499, 3503, 3507, 3511, 3515, 3519, 3523, 3527, 3531, 3535}; +Volume(116) = {116}; +Surface Loop(117) = {3408, 3558, 3545, 3549, 3553, 3523}; +Volume(117) = {117}; +Surface Loop(118) = {3430, 3580, 3531, 3571, 3575, 3579}; +Volume(118) = {118}; +Surface Loop(119) = {3452, 3602, 3589, 3593, 3597, 3519}; +Volume(119) = {119}; +Surface Loop(120) = {3474, 3624, 3535, 3615, 3619, 3623}; +Volume(120) = {120}; +Surface Loop(121) = {3536, 3686, 3641, 3645, 3649, 3653, 3657, 3661, 3665, 3669, 3673, 3677, 3681, 3685}; +Volume(121) = {121}; +Surface Loop(122) = {3558, 3708, 3695, 3699, 3703, 3673}; +Volume(122) = {122}; +Surface Loop(123) = {3580, 3730, 3681, 3721, 3725, 3729}; +Volume(123) = {123}; +Surface Loop(124) = {3602, 3752, 3739, 3743, 3747, 3669}; +Volume(124) = {124}; +Surface Loop(125) = {3624, 3774, 3685, 3765, 3769, 3773}; +Volume(125) = {125}; +Surface Loop(126) = {3686, 3836, 3791, 3795, 3799, 3803, 3807, 3811, 3815, 3819, 3823, 3827, 3831, 3835}; +Volume(126) = {126}; +Surface Loop(127) = {3708, 3858, 3845, 3849, 3853, 3823}; +Volume(127) = {127}; +Surface Loop(128) = {3730, 3880, 3831, 3871, 3875, 3879}; +Volume(128) = {128}; +Surface Loop(129) = {3752, 3902, 3889, 3893, 3897, 3819}; +Volume(129) = {129}; +Surface Loop(130) = {3774, 3924, 3835, 3915, 3919, 3923}; +Volume(130) = {130}; +Surface Loop(131) = {3836, 3986, 3941, 3945, 3949, 3953, 3957, 3961, 3965, 3969, 3973, 3977, 3981, 3985}; +Volume(131) = {131}; +Surface Loop(132) = {3858, 4008, 3995, 3999, 4003, 3973}; +Volume(132) = {132}; +Surface Loop(133) = {3880, 4030, 3981, 4021, 4025, 4029}; +Volume(133) = {133}; +Surface Loop(134) = {3902, 4052, 4039, 4043, 4047, 3969}; +Volume(134) = {134}; +Surface Loop(135) = {3924, 4074, 3985, 4065, 4069, 4073}; +Volume(135) = {135}; +Surface Loop(136) = {3986, 4136, 4091, 4095, 4099, 4103, 4107, 4111, 4115, 4119, 4123, 4127, 4131, 4135}; +Volume(136) = {136}; +Surface Loop(137) = {4008, 4158, 4145, 4149, 4153, 4123}; +Volume(137) = {137}; +Surface Loop(138) = {4030, 4180, 4131, 4171, 4175, 4179}; +Volume(138) = {138}; +Surface Loop(139) = {4052, 4202, 4189, 4193, 4197, 4119}; +Volume(139) = {139}; +Surface Loop(140) = {4074, 4224, 4135, 4215, 4219, 4223}; +Volume(140) = {140}; +Surface Loop(141) = {4136, 4286, 4241, 4245, 4249, 4253, 4257, 4261, 4265, 4269, 4273, 4277, 4281, 4285}; +Volume(141) = {141}; +Surface Loop(142) = {4158, 4308, 4295, 4299, 4303, 4273}; +Volume(142) = {142}; +Surface Loop(143) = {4180, 4330, 4281, 4321, 4325, 4329}; +Volume(143) = {143}; +Surface Loop(144) = {4202, 4352, 4339, 4343, 4347, 4269}; +Volume(144) = {144}; +Surface Loop(145) = {4224, 4374, 4285, 4365, 4369, 4373}; +Volume(145) = {145}; +Surface Loop(146) = {4286, 4436, 4391, 4395, 4399, 4403, 4407, 4411, 4415, 4419, 4423, 4427, 4431, 4435}; +Volume(146) = {146}; +Surface Loop(147) = {4308, 4458, 4445, 4449, 4453, 4423}; +Volume(147) = {147}; +Surface Loop(148) = {4330, 4480, 4431, 4471, 4475, 4479}; +Volume(148) = {148}; +Surface Loop(149) = {4352, 4502, 4489, 4493, 4497, 4419}; +Volume(149) = {149}; +Surface Loop(150) = {4374, 4524, 4435, 4515, 4519, 4523}; +Volume(150) = {150}; +Surface Loop(151) = {4436, 4586, 4541, 4545, 4549, 4553, 4557, 4561, 4565, 4569, 4573, 4577, 4581, 4585}; +Volume(151) = {151}; +Surface Loop(152) = {4458, 4608, 4595, 4599, 4603, 4573}; +Volume(152) = {152}; +Surface Loop(153) = {4480, 4630, 4581, 4621, 4625, 4629}; +Volume(153) = {153}; +Surface Loop(154) = {4502, 4652, 4639, 4643, 4647, 4569}; +Volume(154) = {154}; +Surface Loop(155) = {4524, 4674, 4585, 4665, 4669, 4673}; +Volume(155) = {155}; +Surface Loop(156) = {4586, 4736, 4691, 4695, 4699, 4703, 4707, 4711, 4715, 4719, 4723, 4727, 4731, 4735}; +Volume(156) = {156}; +Surface Loop(157) = {4608, 4758, 4745, 4749, 4753, 4723}; +Volume(157) = {157}; +Surface Loop(158) = {4630, 4780, 4731, 4771, 4775, 4779}; +Volume(158) = {158}; +Surface Loop(159) = {4652, 4802, 4789, 4793, 4797, 4719}; +Volume(159) = {159}; +Surface Loop(160) = {4674, 4824, 4735, 4815, 4819, 4823}; +Volume(160) = {160}; +Surface Loop(161) = {4736, 4886, 4841, 4845, 4849, 4853, 4857, 4861, 4865, 4869, 4873, 4877, 4881, 4885}; +Volume(161) = {161}; +Surface Loop(162) = {4758, 4908, 4895, 4899, 4903, 4873}; +Volume(162) = {162}; +Surface Loop(163) = {4780, 4930, 4881, 4921, 4925, 4929}; +Volume(163) = {163}; +Surface Loop(164) = {4802, 4952, 4939, 4943, 4947, 4869}; +Volume(164) = {164}; +Surface Loop(165) = {4824, 4974, 4885, 4965, 4969, 4973}; +Volume(165) = {165}; +Surface Loop(166) = {4886, 5036, 4991, 4995, 4999, 5003, 5007, 5011, 5015, 5019, 5023, 5027, 5031, 5035}; +Volume(166) = {166}; +Surface Loop(167) = {4908, 5058, 5045, 5049, 5053, 5023}; +Volume(167) = {167}; +Surface Loop(168) = {4930, 5080, 5031, 5071, 5075, 5079}; +Volume(168) = {168}; +Surface Loop(169) = {4952, 5102, 5089, 5093, 5097, 5019}; +Volume(169) = {169}; +Surface Loop(170) = {4974, 5124, 5035, 5115, 5119, 5123}; +Volume(170) = {170}; +Surface Loop(171) = {5036, 5186, 5141, 5145, 5149, 5153, 5157, 5161, 5165, 5169, 5173, 5177, 5181, 5185}; +Volume(171) = {171}; +Surface Loop(172) = {5058, 5208, 5195, 5199, 5203, 5173}; +Volume(172) = {172}; +Surface Loop(173) = {5080, 5230, 5181, 5221, 5225, 5229}; +Volume(173) = {173}; +Surface Loop(174) = {5102, 5252, 5239, 5243, 5247, 5169}; +Volume(174) = {174}; +Surface Loop(175) = {5124, 5274, 5185, 5265, 5269, 5273}; +Volume(175) = {175}; +Surface Loop(176) = {5186, 5336, 5291, 5295, 5299, 5303, 5307, 5311, 5315, 5319, 5323, 5327, 5331, 5335}; +Volume(176) = {176}; +Surface Loop(177) = {5208, 5358, 5345, 5349, 5353, 5323}; +Volume(177) = {177}; +Surface Loop(178) = {5230, 5380, 5331, 5371, 5375, 5379}; +Volume(178) = {178}; +Surface Loop(179) = {5252, 5402, 5389, 5393, 5397, 5319}; +Volume(179) = {179}; +Surface Loop(180) = {5274, 5424, 5335, 5415, 5419, 5423}; +Volume(180) = {180}; +Surface Loop(181) = {5336, 5486, 5441, 5445, 5449, 5453, 5457, 5461, 5465, 5469, 5473, 5477, 5481, 5485}; +Volume(181) = {181}; +Surface Loop(182) = {5358, 5508, 5495, 5499, 5503, 5473}; +Volume(182) = {182}; +Surface Loop(183) = {5380, 5530, 5481, 5521, 5525, 5529}; +Volume(183) = {183}; +Surface Loop(184) = {5402, 5552, 5539, 5543, 5547, 5469}; +Volume(184) = {184}; +Surface Loop(185) = {5424, 5574, 5485, 5565, 5569, 5573}; +Volume(185) = {185}; +Surface Loop(186) = {5486, 5636, 5591, 5595, 5599, 5603, 5607, 5611, 5615, 5619, 5623, 5627, 5631, 5635}; +Volume(186) = {186}; +Surface Loop(187) = {5508, 5658, 5645, 5649, 5653, 5623}; +Volume(187) = {187}; +Surface Loop(188) = {5530, 5680, 5631, 5671, 5675, 5679}; +Volume(188) = {188}; +Surface Loop(189) = {5552, 5702, 5689, 5693, 5697, 5619}; +Volume(189) = {189}; +Surface Loop(190) = {5574, 5724, 5635, 5715, 5719, 5723}; +Volume(190) = {190}; +Surface Loop(191) = {5636, 5786, 5741, 5745, 5749, 5753, 5757, 5761, 5765, 5769, 5773, 5777, 5781, 5785}; +Volume(191) = {191}; +Surface Loop(192) = {5658, 5808, 5795, 5799, 5803, 5773}; +Volume(192) = {192}; +Surface Loop(193) = {5680, 5830, 5781, 5821, 5825, 5829}; +Volume(193) = {193}; +Surface Loop(194) = {5702, 5852, 5839, 5843, 5847, 5769}; +Volume(194) = {194}; +Surface Loop(195) = {5724, 5874, 5785, 5865, 5869, 5873}; +Volume(195) = {195}; +Surface Loop(196) = {5786, 5936, 5891, 5895, 5899, 5903, 5907, 5911, 5915, 5919, 5923, 5927, 5931, 5935}; +Volume(196) = {196}; +Surface Loop(197) = {5808, 5958, 5945, 5949, 5953, 5923}; +Volume(197) = {197}; +Surface Loop(198) = {5830, 5980, 5931, 5971, 5975, 5979}; +Volume(198) = {198}; +Surface Loop(199) = {5852, 6002, 5989, 5993, 5997, 5919}; +Volume(199) = {199}; +Surface Loop(200) = {5874, 6024, 5935, 6015, 6019, 6023}; +Volume(200) = {200}; +Surface Loop(201) = {5936, 6086, 6041, 6045, 6049, 6053, 6057, 6061, 6065, 6069, 6073, 6077, 6081, 6085}; +Volume(201) = {201}; +Surface Loop(202) = {5958, 6108, 6095, 6099, 6103, 6073}; +Volume(202) = {202}; +Surface Loop(203) = {5980, 6130, 6081, 6121, 6125, 6129}; +Volume(203) = {203}; +Surface Loop(204) = {6002, 6152, 6139, 6143, 6147, 6069}; +Volume(204) = {204}; +Surface Loop(205) = {6024, 6174, 6085, 6165, 6169, 6173}; +Volume(205) = {205}; +Surface Loop(206) = {6086, 6236, 6191, 6195, 6199, 6203, 6207, 6211, 6215, 6219, 6223, 6227, 6231, 6235}; +Volume(206) = {206}; +Surface Loop(207) = {6108, 6258, 6245, 6249, 6253, 6223}; +Volume(207) = {207}; +Surface Loop(208) = {6130, 6280, 6231, 6271, 6275, 6279}; +Volume(208) = {208}; +Surface Loop(209) = {6152, 6302, 6289, 6293, 6297, 6219}; +Volume(209) = {209}; +Surface Loop(210) = {6174, 6324, 6235, 6315, 6319, 6323}; +Volume(210) = {210}; +Surface Loop(211) = {6236, 6386, 6341, 6345, 6349, 6353, 6357, 6361, 6365, 6369, 6373, 6377, 6381, 6385}; +Volume(211) = {211}; +Surface Loop(212) = {6258, 6408, 6395, 6399, 6403, 6373}; +Volume(212) = {212}; +Surface Loop(213) = {6280, 6430, 6381, 6421, 6425, 6429}; +Volume(213) = {213}; +Surface Loop(214) = {6302, 6452, 6439, 6443, 6447, 6369}; +Volume(214) = {214}; +Surface Loop(215) = {6324, 6474, 6385, 6465, 6469, 6473}; +Volume(215) = {215}; +Surface Loop(216) = {6386, 6536, 6491, 6495, 6499, 6503, 6507, 6511, 6515, 6519, 6523, 6527, 6531, 6535}; +Volume(216) = {216}; +Surface Loop(217) = {6408, 6558, 6545, 6549, 6553, 6523}; +Volume(217) = {217}; +Surface Loop(218) = {6430, 6580, 6531, 6571, 6575, 6579}; +Volume(218) = {218}; +Surface Loop(219) = {6452, 6602, 6589, 6593, 6597, 6519}; +Volume(219) = {219}; +Surface Loop(220) = {6474, 6624, 6535, 6615, 6619, 6623}; +Volume(220) = {220}; +Surface Loop(221) = {6536, 6686, 6641, 6645, 6649, 6653, 6657, 6661, 6665, 6669, 6673, 6677, 6681, 6685}; +Volume(221) = {221}; +Surface Loop(222) = {6558, 6708, 6695, 6699, 6703, 6673}; +Volume(222) = {222}; +Surface Loop(223) = {6580, 6730, 6681, 6721, 6725, 6729}; +Volume(223) = {223}; +Surface Loop(224) = {6602, 6752, 6739, 6743, 6747, 6669}; +Volume(224) = {224}; +Surface Loop(225) = {6624, 6774, 6685, 6765, 6769, 6773}; +Volume(225) = {225}; +Surface Loop(226) = {6686, 6836, 6791, 6795, 6799, 6803, 6807, 6811, 6815, 6819, 6823, 6827, 6831, 6835}; +Volume(226) = {226}; +Surface Loop(227) = {6708, 6858, 6845, 6849, 6853, 6823}; +Volume(227) = {227}; +Surface Loop(228) = {6730, 6880, 6831, 6871, 6875, 6879}; +Volume(228) = {228}; +Surface Loop(229) = {6752, 6902, 6889, 6893, 6897, 6819}; +Volume(229) = {229}; +Surface Loop(230) = {6774, 6924, 6835, 6915, 6919, 6923}; +Volume(230) = {230}; +Surface Loop(231) = {6836, 6986, 6941, 6945, 6949, 6953, 6957, 6961, 6965, 6969, 6973, 6977, 6981, 6985}; +Volume(231) = {231}; +Surface Loop(232) = {6858, 7008, 6995, 6999, 7003, 6973}; +Volume(232) = {232}; +Surface Loop(233) = {6880, 7030, 6981, 7021, 7025, 7029}; +Volume(233) = {233}; +Surface Loop(234) = {6902, 7052, 7039, 7043, 7047, 6969}; +Volume(234) = {234}; +Surface Loop(235) = {6924, 7074, 6985, 7065, 7069, 7073}; +Volume(235) = {235}; +Surface Loop(236) = {6986, 7136, 7091, 7095, 7099, 7103, 7107, 7111, 7115, 7119, 7123, 7127, 7131, 7135}; +Volume(236) = {236}; +Surface Loop(237) = {7008, 7158, 7145, 7149, 7153, 7123}; +Volume(237) = {237}; +Surface Loop(238) = {7030, 7180, 7131, 7171, 7175, 7179}; +Volume(238) = {238}; +Surface Loop(239) = {7052, 7202, 7189, 7193, 7197, 7119}; +Volume(239) = {239}; +Surface Loop(240) = {7074, 7224, 7135, 7215, 7219, 7223}; +Volume(240) = {240}; +Surface Loop(241) = {7136, 7286, 7241, 7245, 7249, 7253, 7257, 7261, 7265, 7269, 7273, 7277, 7281, 7285}; +Volume(241) = {241}; +Surface Loop(242) = {7158, 7308, 7295, 7299, 7303, 7273}; +Volume(242) = {242}; +Surface Loop(243) = {7180, 7330, 7281, 7321, 7325, 7329}; +Volume(243) = {243}; +Surface Loop(244) = {7202, 7352, 7339, 7343, 7347, 7269}; +Volume(244) = {244}; +Surface Loop(245) = {7224, 7374, 7285, 7365, 7369, 7373}; +Volume(245) = {245}; +Surface Loop(246) = {7286, 7436, 7391, 7395, 7399, 7403, 7407, 7411, 7415, 7419, 7423, 7427, 7431, 7435}; +Volume(246) = {246}; +Surface Loop(247) = {7308, 7458, 7445, 7449, 7453, 7423}; +Volume(247) = {247}; +Surface Loop(248) = {7330, 7480, 7431, 7471, 7475, 7479}; +Volume(248) = {248}; +Surface Loop(249) = {7352, 7502, 7489, 7493, 7497, 7419}; +Volume(249) = {249}; +Surface Loop(250) = {7374, 7524, 7435, 7515, 7519, 7523}; +Volume(250) = {250}; +Surface Loop(251) = {7436, 7586, 7541, 7545, 7549, 7553, 7557, 7561, 7565, 7569, 7573, 7577, 7581, 7585}; +Volume(251) = {251}; +Surface Loop(252) = {7458, 7608, 7595, 7599, 7603, 7573}; +Volume(252) = {252}; +Surface Loop(253) = {7480, 7630, 7581, 7621, 7625, 7629}; +Volume(253) = {253}; +Surface Loop(254) = {7502, 7652, 7639, 7643, 7647, 7569}; +Volume(254) = {254}; +Surface Loop(255) = {7524, 7674, 7585, 7665, 7669, 7673}; +Volume(255) = {255}; +Surface Loop(256) = {7586, 7736, 7691, 7695, 7699, 7703, 7707, 7711, 7715, 7719, 7723, 7727, 7731, 7735}; +Volume(256) = {256}; +Surface Loop(257) = {7608, 7758, 7745, 7749, 7753, 7723}; +Volume(257) = {257}; +Surface Loop(258) = {7630, 7780, 7731, 7771, 7775, 7779}; +Volume(258) = {258}; +Surface Loop(259) = {7652, 7802, 7789, 7793, 7797, 7719}; +Volume(259) = {259}; +Surface Loop(260) = {7674, 7824, 7735, 7815, 7819, 7823}; +Volume(260) = {260}; +Surface Loop(261) = {7736, 7886, 7841, 7845, 7849, 7853, 7857, 7861, 7865, 7869, 7873, 7877, 7881, 7885}; +Volume(261) = {261}; +Surface Loop(262) = {7758, 7908, 7895, 7899, 7903, 7873}; +Volume(262) = {262}; +Surface Loop(263) = {7780, 7930, 7881, 7921, 7925, 7929}; +Volume(263) = {263}; +Surface Loop(264) = {7802, 7952, 7939, 7943, 7947, 7869}; +Volume(264) = {264}; +Surface Loop(265) = {7824, 7974, 7885, 7965, 7969, 7973}; +Volume(265) = {265}; +Surface Loop(266) = {7886, 8036, 7991, 7995, 7999, 8003, 8007, 8011, 8015, 8019, 8023, 8027, 8031, 8035}; +Volume(266) = {266}; +Surface Loop(267) = {7908, 8058, 8045, 8049, 8053, 8023}; +Volume(267) = {267}; +Surface Loop(268) = {7930, 8080, 8031, 8071, 8075, 8079}; +Volume(268) = {268}; +Surface Loop(269) = {7952, 8102, 8089, 8093, 8097, 8019}; +Volume(269) = {269}; +Surface Loop(270) = {7974, 8124, 8035, 8115, 8119, 8123}; +Volume(270) = {270}; +Surface Loop(271) = {8036, 8186, 8141, 8145, 8149, 8153, 8157, 8161, 8165, 8169, 8173, 8177, 8181, 8185}; +Volume(271) = {271}; +Surface Loop(272) = {8058, 8208, 8195, 8199, 8203, 8173}; +Volume(272) = {272}; +Surface Loop(273) = {8080, 8230, 8181, 8221, 8225, 8229}; +Volume(273) = {273}; +Surface Loop(274) = {8102, 8252, 8239, 8243, 8247, 8169}; +Volume(274) = {274}; +Surface Loop(275) = {8124, 8274, 8185, 8265, 8269, 8273}; +Volume(275) = {275}; +Surface Loop(276) = {8186, 8336, 8291, 8295, 8299, 8303, 8307, 8311, 8315, 8319, 8323, 8327, 8331, 8335}; +Volume(276) = {276}; +Surface Loop(277) = {8208, 8358, 8345, 8349, 8353, 8323}; +Volume(277) = {277}; +Surface Loop(278) = {8230, 8380, 8331, 8371, 8375, 8379}; +Volume(278) = {278}; +Surface Loop(279) = {8252, 8402, 8389, 8393, 8397, 8319}; +Volume(279) = {279}; +Surface Loop(280) = {8274, 8424, 8335, 8415, 8419, 8423}; +Volume(280) = {280}; +Surface Loop(281) = {8336, 8486, 8441, 8445, 8449, 8453, 8457, 8461, 8465, 8469, 8473, 8477, 8481, 8485}; +Volume(281) = {281}; +Surface Loop(282) = {8358, 8508, 8495, 8499, 8503, 8473}; +Volume(282) = {282}; +Surface Loop(283) = {8380, 8530, 8481, 8521, 8525, 8529}; +Volume(283) = {283}; +Surface Loop(284) = {8402, 8552, 8539, 8543, 8547, 8469}; +Volume(284) = {284}; +Surface Loop(285) = {8424, 8574, 8485, 8565, 8569, 8573}; +Volume(285) = {285}; +Surface Loop(286) = {8486, 8636, 8591, 8595, 8599, 8603, 8607, 8611, 8615, 8619, 8623, 8627, 8631, 8635}; +Volume(286) = {286}; +Surface Loop(287) = {8508, 8658, 8645, 8649, 8653, 8623}; +Volume(287) = {287}; +Surface Loop(288) = {8530, 8680, 8631, 8671, 8675, 8679}; +Volume(288) = {288}; +Surface Loop(289) = {8552, 8702, 8689, 8693, 8697, 8619}; +Volume(289) = {289}; +Surface Loop(290) = {8574, 8724, 8635, 8715, 8719, 8723}; +Volume(290) = {290}; +Surface Loop(291) = {8636, 8786, 8741, 8745, 8749, 8753, 8757, 8761, 8765, 8769, 8773, 8777, 8781, 8785}; +Volume(291) = {291}; +Surface Loop(292) = {8658, 8808, 8795, 8799, 8803, 8773}; +Volume(292) = {292}; +Surface Loop(293) = {8680, 8830, 8781, 8821, 8825, 8829}; +Volume(293) = {293}; +Surface Loop(294) = {8702, 8852, 8839, 8843, 8847, 8769}; +Volume(294) = {294}; +Surface Loop(295) = {8724, 8874, 8785, 8865, 8869, 8873}; +Volume(295) = {295}; +Surface Loop(296) = {8786, 8936, 8891, 8895, 8899, 8903, 8907, 8911, 8915, 8919, 8923, 8927, 8931, 8935}; +Volume(296) = {296}; +Surface Loop(297) = {8808, 8958, 8945, 8949, 8953, 8923}; +Volume(297) = {297}; +Surface Loop(298) = {8830, 8980, 8931, 8971, 8975, 8979}; +Volume(298) = {298}; +Surface Loop(299) = {8852, 9002, 8989, 8993, 8997, 8919}; +Volume(299) = {299}; +Surface Loop(300) = {8874, 9024, 8935, 9015, 9019, 9023}; +Volume(300) = {300}; +Surface Loop(301) = {8936, 9086, 9041, 9045, 9049, 9053, 9057, 9061, 9065, 9069, 9073, 9077, 9081, 9085}; +Volume(301) = {301}; +Surface Loop(302) = {8958, 9108, 9095, 9099, 9103, 9073}; +Volume(302) = {302}; +Surface Loop(303) = {8980, 9130, 9081, 9121, 9125, 9129}; +Volume(303) = {303}; +Surface Loop(304) = {9002, 9152, 9139, 9143, 9147, 9069}; +Volume(304) = {304}; +Surface Loop(305) = {9024, 9174, 9085, 9165, 9169, 9173}; +Volume(305) = {305}; +Surface Loop(306) = {9086, 9236, 9191, 9195, 9199, 9203, 9207, 9211, 9215, 9219, 9223, 9227, 9231, 9235}; +Volume(306) = {306}; +Surface Loop(307) = {9108, 9258, 9245, 9249, 9253, 9223}; +Volume(307) = {307}; +Surface Loop(308) = {9130, 9280, 9231, 9271, 9275, 9279}; +Volume(308) = {308}; +Surface Loop(309) = {9152, 9302, 9289, 9293, 9297, 9219}; +Volume(309) = {309}; +Surface Loop(310) = {9174, 9324, 9235, 9315, 9319, 9323}; +Volume(310) = {310}; +Surface Loop(311) = {9236, 9386, 9341, 9345, 9349, 9353, 9357, 9361, 9365, 9369, 9373, 9377, 9381, 9385}; +Volume(311) = {311}; +Surface Loop(312) = {9258, 9408, 9395, 9399, 9403, 9373}; +Volume(312) = {312}; +Surface Loop(313) = {9280, 9430, 9381, 9421, 9425, 9429}; +Volume(313) = {313}; +Surface Loop(314) = {9302, 9452, 9439, 9443, 9447, 9369}; +Volume(314) = {314}; +Surface Loop(315) = {9324, 9474, 9385, 9465, 9469, 9473}; +Volume(315) = {315}; +Surface Loop(316) = {9386, 9536, 9491, 9495, 9499, 9503, 9507, 9511, 9515, 9519, 9523, 9527, 9531, 9535}; +Volume(316) = {316}; +Surface Loop(317) = {9408, 9558, 9545, 9549, 9553, 9523}; +Volume(317) = {317}; +Surface Loop(318) = {9430, 9580, 9531, 9571, 9575, 9579}; +Volume(318) = {318}; +Surface Loop(319) = {9452, 9602, 9589, 9593, 9597, 9519}; +Volume(319) = {319}; +Surface Loop(320) = {9474, 9624, 9535, 9615, 9619, 9623}; +Volume(320) = {320}; +Surface Loop(321) = {9536, 9686, 9641, 9645, 9649, 9653, 9657, 9661, 9665, 9669, 9673, 9677, 9681, 9685}; +Volume(321) = {321}; +Surface Loop(322) = {9558, 9708, 9695, 9699, 9703, 9673}; +Volume(322) = {322}; +Surface Loop(323) = {9580, 9730, 9681, 9721, 9725, 9729}; +Volume(323) = {323}; +Surface Loop(324) = {9602, 9752, 9739, 9743, 9747, 9669}; +Volume(324) = {324}; +Surface Loop(325) = {9624, 9774, 9685, 9765, 9769, 9773}; +Volume(325) = {325}; +Surface Loop(326) = {9686, 9836, 9791, 9795, 9799, 9803, 9807, 9811, 9815, 9819, 9823, 9827, 9831, 9835}; +Volume(326) = {326}; +Surface Loop(327) = {9708, 9858, 9845, 9849, 9853, 9823}; +Volume(327) = {327}; +Surface Loop(328) = {9730, 9880, 9831, 9871, 9875, 9879}; +Volume(328) = {328}; +Surface Loop(329) = {9752, 9902, 9889, 9893, 9897, 9819}; +Volume(329) = {329}; +Surface Loop(330) = {9774, 9924, 9835, 9915, 9919, 9923}; +Volume(330) = {330}; +Surface Loop(331) = {9836, 9986, 9941, 9945, 9949, 9953, 9957, 9961, 9965, 9969, 9973, 9977, 9981, 9985}; +Volume(331) = {331}; +Surface Loop(332) = {9858, 10008, 9995, 9999, 10003, 9973}; +Volume(332) = {332}; +Surface Loop(333) = {9880, 10030, 9981, 10021, 10025, 10029}; +Volume(333) = {333}; +Surface Loop(334) = {9902, 10052, 10039, 10043, 10047, 9969}; +Volume(334) = {334}; +Surface Loop(335) = {9924, 10074, 9985, 10065, 10069, 10073}; +Volume(335) = {335}; +Surface Loop(336) = {9986, 10136, 10091, 10095, 10099, 10103, 10107, 10111, 10115, 10119, 10123, 10127, 10131, 10135}; +Volume(336) = {336}; +Surface Loop(337) = {10008, 10158, 10145, 10149, 10153, 10123}; +Volume(337) = {337}; +Surface Loop(338) = {10030, 10180, 10131, 10171, 10175, 10179}; +Volume(338) = {338}; +Surface Loop(339) = {10052, 10202, 10189, 10193, 10197, 10119}; +Volume(339) = {339}; +Surface Loop(340) = {10074, 10224, 10135, 10215, 10219, 10223}; +Volume(340) = {340}; +Surface Loop(341) = {10136, 10286, 10241, 10245, 10249, 10253, 10257, 10261, 10265, 10269, 10273, 10277, 10281, 10285}; +Volume(341) = {341}; +Surface Loop(342) = {10158, 10308, 10295, 10299, 10303, 10273}; +Volume(342) = {342}; +Surface Loop(343) = {10180, 10330, 10281, 10321, 10325, 10329}; +Volume(343) = {343}; +Surface Loop(344) = {10202, 10352, 10339, 10343, 10347, 10269}; +Volume(344) = {344}; +Surface Loop(345) = {10224, 10374, 10285, 10365, 10369, 10373}; +Volume(345) = {345}; +Surface Loop(346) = {10286, 10436, 10391, 10395, 10399, 10403, 10407, 10411, 10415, 10419, 10423, 10427, 10431, 10435}; +Volume(346) = {346}; +Surface Loop(347) = {10308, 10458, 10445, 10449, 10453, 10423}; +Volume(347) = {347}; +Surface Loop(348) = {10330, 10480, 10431, 10471, 10475, 10479}; +Volume(348) = {348}; +Surface Loop(349) = {10352, 10502, 10489, 10493, 10497, 10419}; +Volume(349) = {349}; +Surface Loop(350) = {10374, 10524, 10435, 10515, 10519, 10523}; +Volume(350) = {350}; +Surface Loop(351) = {10436, 10586, 10541, 10545, 10549, 10553, 10557, 10561, 10565, 10569, 10573, 10577, 10581, 10585}; +Volume(351) = {351}; +Surface Loop(352) = {10458, 10608, 10595, 10599, 10603, 10573}; +Volume(352) = {352}; +Surface Loop(353) = {10480, 10630, 10581, 10621, 10625, 10629}; +Volume(353) = {353}; +Surface Loop(354) = {10502, 10652, 10639, 10643, 10647, 10569}; +Volume(354) = {354}; +Surface Loop(355) = {10524, 10674, 10585, 10665, 10669, 10673}; +Volume(355) = {355}; +Surface Loop(356) = {10586, 10736, 10691, 10695, 10699, 10703, 10707, 10711, 10715, 10719, 10723, 10727, 10731, 10735}; +Volume(356) = {356}; +Surface Loop(357) = {10608, 10758, 10745, 10749, 10753, 10723}; +Volume(357) = {357}; +Surface Loop(358) = {10630, 10780, 10731, 10771, 10775, 10779}; +Volume(358) = {358}; +Surface Loop(359) = {10652, 10802, 10789, 10793, 10797, 10719}; +Volume(359) = {359}; +Surface Loop(360) = {10674, 10824, 10735, 10815, 10819, 10823}; +Volume(360) = {360}; +Surface Loop(361) = {10736, 10886, 10841, 10845, 10849, 10853, 10857, 10861, 10865, 10869, 10873, 10877, 10881, 10885}; +Volume(361) = {361}; +Surface Loop(362) = {10758, 10908, 10895, 10899, 10903, 10873}; +Volume(362) = {362}; +Surface Loop(363) = {10780, 10930, 10881, 10921, 10925, 10929}; +Volume(363) = {363}; +Surface Loop(364) = {10802, 10952, 10939, 10943, 10947, 10869}; +Volume(364) = {364}; +Surface Loop(365) = {10824, 10974, 10885, 10965, 10969, 10973}; +Volume(365) = {365}; +Surface Loop(366) = {10886, 11036, 10991, 10995, 10999, 11003, 11007, 11011, 11015, 11019, 11023, 11027, 11031, 11035}; +Volume(366) = {366}; +Surface Loop(367) = {10908, 11058, 11045, 11049, 11053, 11023}; +Volume(367) = {367}; +Surface Loop(368) = {10930, 11080, 11031, 11071, 11075, 11079}; +Volume(368) = {368}; +Surface Loop(369) = {10952, 11102, 11089, 11093, 11097, 11019}; +Volume(369) = {369}; +Surface Loop(370) = {10974, 11124, 11035, 11115, 11119, 11123}; +Volume(370) = {370}; +Surface Loop(371) = {11036, 11186, 11141, 11145, 11149, 11153, 11157, 11161, 11165, 11169, 11173, 11177, 11181, 11185}; +Volume(371) = {371}; +Surface Loop(372) = {11058, 11208, 11195, 11199, 11203, 11173}; +Volume(372) = {372}; +Surface Loop(373) = {11080, 11230, 11181, 11221, 11225, 11229}; +Volume(373) = {373}; +Surface Loop(374) = {11102, 11252, 11239, 11243, 11247, 11169}; +Volume(374) = {374}; +Surface Loop(375) = {11124, 11274, 11185, 11265, 11269, 11273}; +Volume(375) = {375}; +Surface Loop(376) = {11186, 11336, 11291, 11295, 11299, 11303, 11307, 11311, 11315, 11319, 11323, 11327, 11331, 11335}; +Volume(376) = {376}; +Surface Loop(377) = {11208, 11358, 11345, 11349, 11353, 11323}; +Volume(377) = {377}; +Surface Loop(378) = {11230, 11380, 11331, 11371, 11375, 11379}; +Volume(378) = {378}; +Surface Loop(379) = {11252, 11402, 11389, 11393, 11397, 11319}; +Volume(379) = {379}; +Surface Loop(380) = {11274, 11424, 11335, 11415, 11419, 11423}; +Volume(380) = {380}; +Surface Loop(381) = {11336, 11486, 11441, 11445, 11449, 11453, 11457, 11461, 11465, 11469, 11473, 11477, 11481, 11485}; +Volume(381) = {381}; +Surface Loop(382) = {11358, 11508, 11495, 11499, 11503, 11473}; +Volume(382) = {382}; +Surface Loop(383) = {11380, 11530, 11481, 11521, 11525, 11529}; +Volume(383) = {383}; +Surface Loop(384) = {11402, 11552, 11539, 11543, 11547, 11469}; +Volume(384) = {384}; +Surface Loop(385) = {11424, 11574, 11485, 11565, 11569, 11573}; +Volume(385) = {385}; +Surface Loop(386) = {11486, 11636, 11591, 11595, 11599, 11603, 11607, 11611, 11615, 11619, 11623, 11627, 11631, 11635}; +Volume(386) = {386}; +Surface Loop(387) = {11508, 11658, 11645, 11649, 11653, 11623}; +Volume(387) = {387}; +Surface Loop(388) = {11530, 11680, 11631, 11671, 11675, 11679}; +Volume(388) = {388}; +Surface Loop(389) = {11552, 11702, 11689, 11693, 11697, 11619}; +Volume(389) = {389}; +Surface Loop(390) = {11574, 11724, 11635, 11715, 11719, 11723}; +Volume(390) = {390}; +Surface Loop(391) = {11636, 11786, 11741, 11745, 11749, 11753, 11757, 11761, 11765, 11769, 11773, 11777, 11781, 11785}; +Volume(391) = {391}; +Surface Loop(392) = {11658, 11808, 11795, 11799, 11803, 11773}; +Volume(392) = {392}; +Surface Loop(393) = {11680, 11830, 11781, 11821, 11825, 11829}; +Volume(393) = {393}; +Surface Loop(394) = {11702, 11852, 11839, 11843, 11847, 11769}; +Volume(394) = {394}; +Surface Loop(395) = {11724, 11874, 11785, 11865, 11869, 11873}; +Volume(395) = {395}; +Surface Loop(396) = {11786, 11936, 11891, 11895, 11899, 11903, 11907, 11911, 11915, 11919, 11923, 11927, 11931, 11935}; +Volume(396) = {396}; +Surface Loop(397) = {11808, 11958, 11945, 11949, 11953, 11923}; +Volume(397) = {397}; +Surface Loop(398) = {11830, 11980, 11931, 11971, 11975, 11979}; +Volume(398) = {398}; +Surface Loop(399) = {11852, 12002, 11989, 11993, 11997, 11919}; +Volume(399) = {399}; +Surface Loop(400) = {11874, 12024, 11935, 12015, 12019, 12023}; +Volume(400) = {400}; +Surface Loop(401) = {11936, 12086, 12041, 12045, 12049, 12053, 12057, 12061, 12065, 12069, 12073, 12077, 12081, 12085}; +Volume(401) = {401}; +Surface Loop(402) = {11958, 12108, 12095, 12099, 12103, 12073}; +Volume(402) = {402}; +Surface Loop(403) = {11980, 12130, 12081, 12121, 12125, 12129}; +Volume(403) = {403}; +Surface Loop(404) = {12002, 12152, 12139, 12143, 12147, 12069}; +Volume(404) = {404}; +Surface Loop(405) = {12024, 12174, 12085, 12165, 12169, 12173}; +Volume(405) = {405}; +Surface Loop(406) = {12086, 12236, 12191, 12195, 12199, 12203, 12207, 12211, 12215, 12219, 12223, 12227, 12231, 12235}; +Volume(406) = {406}; +Surface Loop(407) = {12108, 12258, 12245, 12249, 12253, 12223}; +Volume(407) = {407}; +Surface Loop(408) = {12130, 12280, 12231, 12271, 12275, 12279}; +Volume(408) = {408}; +Surface Loop(409) = {12152, 12302, 12289, 12293, 12297, 12219}; +Volume(409) = {409}; +Surface Loop(410) = {12174, 12324, 12235, 12315, 12319, 12323}; +Volume(410) = {410}; +Surface Loop(411) = {12236, 12386, 12341, 12345, 12349, 12353, 12357, 12361, 12365, 12369, 12373, 12377, 12381, 12385}; +Volume(411) = {411}; +Surface Loop(412) = {12258, 12408, 12395, 12399, 12403, 12373}; +Volume(412) = {412}; +Surface Loop(413) = {12280, 12430, 12381, 12421, 12425, 12429}; +Volume(413) = {413}; +Surface Loop(414) = {12302, 12452, 12439, 12443, 12447, 12369}; +Volume(414) = {414}; +Surface Loop(415) = {12324, 12474, 12385, 12465, 12469, 12473}; +Volume(415) = {415}; +Surface Loop(416) = {12386, 12536, 12491, 12495, 12499, 12503, 12507, 12511, 12515, 12519, 12523, 12527, 12531, 12535}; +Volume(416) = {416}; +Surface Loop(417) = {12408, 12558, 12545, 12549, 12553, 12523}; +Volume(417) = {417}; +Surface Loop(418) = {12430, 12580, 12531, 12571, 12575, 12579}; +Volume(418) = {418}; +Surface Loop(419) = {12452, 12602, 12589, 12593, 12597, 12519}; +Volume(419) = {419}; +Surface Loop(420) = {12474, 12624, 12535, 12615, 12619, 12623}; +Volume(420) = {420}; +Surface Loop(421) = {12536, 12686, 12641, 12645, 12649, 12653, 12657, 12661, 12665, 12669, 12673, 12677, 12681, 12685}; +Volume(421) = {421}; +Surface Loop(422) = {12558, 12708, 12695, 12699, 12703, 12673}; +Volume(422) = {422}; +Surface Loop(423) = {12580, 12730, 12681, 12721, 12725, 12729}; +Volume(423) = {423}; +Surface Loop(424) = {12602, 12752, 12739, 12743, 12747, 12669}; +Volume(424) = {424}; +Surface Loop(425) = {12624, 12774, 12685, 12765, 12769, 12773}; +Volume(425) = {425}; +Surface Loop(426) = {12686, 12836, 12791, 12795, 12799, 12803, 12807, 12811, 12815, 12819, 12823, 12827, 12831, 12835}; +Volume(426) = {426}; +Surface Loop(427) = {12708, 12858, 12845, 12849, 12853, 12823}; +Volume(427) = {427}; +Surface Loop(428) = {12730, 12880, 12831, 12871, 12875, 12879}; +Volume(428) = {428}; +Surface Loop(429) = {12752, 12902, 12889, 12893, 12897, 12819}; +Volume(429) = {429}; +Surface Loop(430) = {12774, 12924, 12835, 12915, 12919, 12923}; +Volume(430) = {430}; +Surface Loop(431) = {12836, 12986, 12941, 12945, 12949, 12953, 12957, 12961, 12965, 12969, 12973, 12977, 12981, 12985}; +Volume(431) = {431}; +Surface Loop(432) = {12858, 13008, 12995, 12999, 13003, 12973}; +Volume(432) = {432}; +Surface Loop(433) = {12880, 13030, 12981, 13021, 13025, 13029}; +Volume(433) = {433}; +Surface Loop(434) = {12902, 13052, 13039, 13043, 13047, 12969}; +Volume(434) = {434}; +Surface Loop(435) = {12924, 13074, 12985, 13065, 13069, 13073}; +Volume(435) = {435}; +Surface Loop(436) = {12986, 13136, 13091, 13095, 13099, 13103, 13107, 13111, 13115, 13119, 13123, 13127, 13131, 13135}; +Volume(436) = {436}; +Surface Loop(437) = {13008, 13158, 13145, 13149, 13153, 13123}; +Volume(437) = {437}; +Surface Loop(438) = {13030, 13180, 13131, 13171, 13175, 13179}; +Volume(438) = {438}; +Surface Loop(439) = {13052, 13202, 13189, 13193, 13197, 13119}; +Volume(439) = {439}; +Surface Loop(440) = {13074, 13224, 13135, 13215, 13219, 13223}; +Volume(440) = {440}; +Surface Loop(441) = {13136, 13286, 13241, 13245, 13249, 13253, 13257, 13261, 13265, 13269, 13273, 13277, 13281, 13285}; +Volume(441) = {441}; +Surface Loop(442) = {13158, 13308, 13295, 13299, 13303, 13273}; +Volume(442) = {442}; +Surface Loop(443) = {13180, 13330, 13281, 13321, 13325, 13329}; +Volume(443) = {443}; +Surface Loop(444) = {13202, 13352, 13339, 13343, 13347, 13269}; +Volume(444) = {444}; +Surface Loop(445) = {13224, 13374, 13285, 13365, 13369, 13373}; +Volume(445) = {445}; +Surface Loop(446) = {13286, 13436, 13391, 13395, 13399, 13403, 13407, 13411, 13415, 13419, 13423, 13427, 13431, 13435}; +Volume(446) = {446}; +Surface Loop(447) = {13308, 13458, 13445, 13449, 13453, 13423}; +Volume(447) = {447}; +Surface Loop(448) = {13330, 13480, 13431, 13471, 13475, 13479}; +Volume(448) = {448}; +Surface Loop(449) = {13352, 13502, 13489, 13493, 13497, 13419}; +Volume(449) = {449}; +Surface Loop(450) = {13374, 13524, 13435, 13515, 13519, 13523}; +Volume(450) = {450}; +Surface Loop(451) = {13436, 13586, 13541, 13545, 13549, 13553, 13557, 13561, 13565, 13569, 13573, 13577, 13581, 13585}; +Volume(451) = {451}; +Surface Loop(452) = {13458, 13608, 13595, 13599, 13603, 13573}; +Volume(452) = {452}; +Surface Loop(453) = {13480, 13630, 13581, 13621, 13625, 13629}; +Volume(453) = {453}; +Surface Loop(454) = {13502, 13652, 13639, 13643, 13647, 13569}; +Volume(454) = {454}; +Surface Loop(455) = {13524, 13674, 13585, 13665, 13669, 13673}; +Volume(455) = {455}; +Surface Loop(456) = {13586, 13736, 13691, 13695, 13699, 13703, 13707, 13711, 13715, 13719, 13723, 13727, 13731, 13735}; +Volume(456) = {456}; +Surface Loop(457) = {13608, 13758, 13745, 13749, 13753, 13723}; +Volume(457) = {457}; +Surface Loop(458) = {13630, 13780, 13731, 13771, 13775, 13779}; +Volume(458) = {458}; +Surface Loop(459) = {13652, 13802, 13789, 13793, 13797, 13719}; +Volume(459) = {459}; +Surface Loop(460) = {13674, 13824, 13735, 13815, 13819, 13823}; +Volume(460) = {460}; +Surface Loop(461) = {13736, 13886, 13841, 13845, 13849, 13853, 13857, 13861, 13865, 13869, 13873, 13877, 13881, 13885}; +Volume(461) = {461}; +Surface Loop(462) = {13758, 13908, 13895, 13899, 13903, 13873}; +Volume(462) = {462}; +Surface Loop(463) = {13780, 13930, 13881, 13921, 13925, 13929}; +Volume(463) = {463}; +Surface Loop(464) = {13802, 13952, 13939, 13943, 13947, 13869}; +Volume(464) = {464}; +Surface Loop(465) = {13824, 13974, 13885, 13965, 13969, 13973}; +Volume(465) = {465}; +Surface Loop(466) = {13886, 14036, 13991, 13995, 13999, 14003, 14007, 14011, 14015, 14019, 14023, 14027, 14031, 14035}; +Volume(466) = {466}; +Surface Loop(467) = {13908, 14058, 14045, 14049, 14053, 14023}; +Volume(467) = {467}; +Surface Loop(468) = {13930, 14080, 14031, 14071, 14075, 14079}; +Volume(468) = {468}; +Surface Loop(469) = {13952, 14102, 14089, 14093, 14097, 14019}; +Volume(469) = {469}; +Surface Loop(470) = {13974, 14124, 14035, 14115, 14119, 14123}; +Volume(470) = {470}; +Surface Loop(471) = {14036, 14186, 14141, 14145, 14149, 14153, 14157, 14161, 14165, 14169, 14173, 14177, 14181, 14185}; +Volume(471) = {471}; +Surface Loop(472) = {14058, 14208, 14195, 14199, 14203, 14173}; +Volume(472) = {472}; +Surface Loop(473) = {14080, 14230, 14181, 14221, 14225, 14229}; +Volume(473) = {473}; +Surface Loop(474) = {14102, 14252, 14239, 14243, 14247, 14169}; +Volume(474) = {474}; +Surface Loop(475) = {14124, 14274, 14185, 14265, 14269, 14273}; +Volume(475) = {475}; +Surface Loop(476) = {14186, 14336, 14291, 14295, 14299, 14303, 14307, 14311, 14315, 14319, 14323, 14327, 14331, 14335}; +Volume(476) = {476}; +Surface Loop(477) = {14208, 14358, 14345, 14349, 14353, 14323}; +Volume(477) = {477}; +Surface Loop(478) = {14230, 14380, 14331, 14371, 14375, 14379}; +Volume(478) = {478}; +Surface Loop(479) = {14252, 14402, 14389, 14393, 14397, 14319}; +Volume(479) = {479}; +Surface Loop(480) = {14274, 14424, 14335, 14415, 14419, 14423}; +Volume(480) = {480}; +Surface Loop(481) = {14336, 14486, 14441, 14445, 14449, 14453, 14457, 14461, 14465, 14469, 14473, 14477, 14481, 14485}; +Volume(481) = {481}; +Surface Loop(482) = {14358, 14508, 14495, 14499, 14503, 14473}; +Volume(482) = {482}; +Surface Loop(483) = {14380, 14530, 14481, 14521, 14525, 14529}; +Volume(483) = {483}; +Surface Loop(484) = {14402, 14552, 14539, 14543, 14547, 14469}; +Volume(484) = {484}; +Surface Loop(485) = {14424, 14574, 14485, 14565, 14569, 14573}; +Volume(485) = {485}; +Surface Loop(486) = {14486, 14636, 14591, 14595, 14599, 14603, 14607, 14611, 14615, 14619, 14623, 14627, 14631, 14635}; +Volume(486) = {486}; +Surface Loop(487) = {14508, 14658, 14645, 14649, 14653, 14623}; +Volume(487) = {487}; +Surface Loop(488) = {14530, 14680, 14631, 14671, 14675, 14679}; +Volume(488) = {488}; +Surface Loop(489) = {14552, 14702, 14689, 14693, 14697, 14619}; +Volume(489) = {489}; +Surface Loop(490) = {14574, 14724, 14635, 14715, 14719, 14723}; +Volume(490) = {490}; +Surface Loop(491) = {14636, 14786, 14741, 14745, 14749, 14753, 14757, 14761, 14765, 14769, 14773, 14777, 14781, 14785}; +Volume(491) = {491}; +Surface Loop(492) = {14658, 14808, 14795, 14799, 14803, 14773}; +Volume(492) = {492}; +Surface Loop(493) = {14680, 14830, 14781, 14821, 14825, 14829}; +Volume(493) = {493}; +Surface Loop(494) = {14702, 14852, 14839, 14843, 14847, 14769}; +Volume(494) = {494}; +Surface Loop(495) = {14724, 14874, 14785, 14865, 14869, 14873}; +Volume(495) = {495}; +Surface Loop(496) = {14786, 14936, 14891, 14895, 14899, 14903, 14907, 14911, 14915, 14919, 14923, 14927, 14931, 14935}; +Volume(496) = {496}; +Surface Loop(497) = {14808, 14958, 14945, 14949, 14953, 14923}; +Volume(497) = {497}; +Surface Loop(498) = {14830, 14980, 14931, 14971, 14975, 14979}; +Volume(498) = {498}; +Surface Loop(499) = {14852, 15002, 14989, 14993, 14997, 14919}; +Volume(499) = {499}; +Surface Loop(500) = {14874, 15024, 14935, 15015, 15019, 15023}; +Volume(500) = {500}; +Surface Loop(501) = {14936, 15086, 15041, 15045, 15049, 15053, 15057, 15061, 15065, 15069, 15073, 15077, 15081, 15085}; +Volume(501) = {501}; +Surface Loop(502) = {14958, 15108, 15095, 15099, 15103, 15073}; +Volume(502) = {502}; +Surface Loop(503) = {14980, 15130, 15081, 15121, 15125, 15129}; +Volume(503) = {503}; +Surface Loop(504) = {15002, 15152, 15139, 15143, 15147, 15069}; +Volume(504) = {504}; +Surface Loop(505) = {15024, 15174, 15085, 15165, 15169, 15173}; +Volume(505) = {505}; +Surface Loop(506) = {15086, 15236, 15191, 15195, 15199, 15203, 15207, 15211, 15215, 15219, 15223, 15227, 15231, 15235}; +Volume(506) = {506}; +Surface Loop(507) = {15108, 15258, 15245, 15249, 15253, 15223}; +Volume(507) = {507}; +Surface Loop(508) = {15130, 15280, 15231, 15271, 15275, 15279}; +Volume(508) = {508}; +Surface Loop(509) = {15152, 15302, 15289, 15293, 15297, 15219}; +Volume(509) = {509}; +Surface Loop(510) = {15174, 15324, 15235, 15315, 15319, 15323}; +Volume(510) = {510}; +Surface Loop(511) = {15236, 15386, 15341, 15345, 15349, 15353, 15357, 15361, 15365, 15369, 15373, 15377, 15381, 15385}; +Volume(511) = {511}; +Surface Loop(512) = {15258, 15408, 15395, 15399, 15403, 15373}; +Volume(512) = {512}; +Surface Loop(513) = {15280, 15430, 15381, 15421, 15425, 15429}; +Volume(513) = {513}; +Surface Loop(514) = {15302, 15452, 15439, 15443, 15447, 15369}; +Volume(514) = {514}; +Surface Loop(515) = {15324, 15474, 15385, 15465, 15469, 15473}; +Volume(515) = {515}; +Surface Loop(516) = {15386, 15536, 15491, 15495, 15499, 15503, 15507, 15511, 15515, 15519, 15523, 15527, 15531, 15535}; +Volume(516) = {516}; +Surface Loop(517) = {15408, 15558, 15545, 15549, 15553, 15523}; +Volume(517) = {517}; +Surface Loop(518) = {15430, 15580, 15531, 15571, 15575, 15579}; +Volume(518) = {518}; +Surface Loop(519) = {15452, 15602, 15589, 15593, 15597, 15519}; +Volume(519) = {519}; +Surface Loop(520) = {15474, 15624, 15535, 15615, 15619, 15623}; +Volume(520) = {520}; +Surface Loop(521) = {15536, 15686, 15641, 15645, 15649, 15653, 15657, 15661, 15665, 15669, 15673, 15677, 15681, 15685}; +Volume(521) = {521}; +Surface Loop(522) = {15558, 15708, 15695, 15699, 15703, 15673}; +Volume(522) = {522}; +Surface Loop(523) = {15580, 15730, 15681, 15721, 15725, 15729}; +Volume(523) = {523}; +Surface Loop(524) = {15602, 15752, 15739, 15743, 15747, 15669}; +Volume(524) = {524}; +Surface Loop(525) = {15624, 15774, 15685, 15765, 15769, 15773}; +Volume(525) = {525}; +Surface Loop(526) = {15686, 15836, 15791, 15795, 15799, 15803, 15807, 15811, 15815, 15819, 15823, 15827, 15831, 15835}; +Volume(526) = {526}; +Surface Loop(527) = {15708, 15858, 15845, 15849, 15853, 15823}; +Volume(527) = {527}; +Surface Loop(528) = {15730, 15880, 15831, 15871, 15875, 15879}; +Volume(528) = {528}; +Surface Loop(529) = {15752, 15902, 15889, 15893, 15897, 15819}; +Volume(529) = {529}; +Surface Loop(530) = {15774, 15924, 15835, 15915, 15919, 15923}; +Volume(530) = {530}; +Surface Loop(531) = {15836, 15986, 15941, 15945, 15949, 15953, 15957, 15961, 15965, 15969, 15973, 15977, 15981, 15985}; +Volume(531) = {531}; +Surface Loop(532) = {15858, 16008, 15995, 15999, 16003, 15973}; +Volume(532) = {532}; +Surface Loop(533) = {15880, 16030, 15981, 16021, 16025, 16029}; +Volume(533) = {533}; +Surface Loop(534) = {15902, 16052, 16039, 16043, 16047, 15969}; +Volume(534) = {534}; +Surface Loop(535) = {15924, 16074, 15985, 16065, 16069, 16073}; +Volume(535) = {535}; +Surface Loop(536) = {15986, 16136, 16091, 16095, 16099, 16103, 16107, 16111, 16115, 16119, 16123, 16127, 16131, 16135}; +Volume(536) = {536}; +Surface Loop(537) = {16008, 16158, 16145, 16149, 16153, 16123}; +Volume(537) = {537}; +Surface Loop(538) = {16030, 16180, 16131, 16171, 16175, 16179}; +Volume(538) = {538}; +Surface Loop(539) = {16052, 16202, 16189, 16193, 16197, 16119}; +Volume(539) = {539}; +Surface Loop(540) = {16074, 16224, 16135, 16215, 16219, 16223}; +Volume(540) = {540}; +Surface Loop(541) = {16136, 16286, 16241, 16245, 16249, 16253, 16257, 16261, 16265, 16269, 16273, 16277, 16281, 16285}; +Volume(541) = {541}; +Surface Loop(542) = {16158, 16308, 16295, 16299, 16303, 16273}; +Volume(542) = {542}; +Surface Loop(543) = {16180, 16330, 16281, 16321, 16325, 16329}; +Volume(543) = {543}; +Surface Loop(544) = {16202, 16352, 16339, 16343, 16347, 16269}; +Volume(544) = {544}; +Surface Loop(545) = {16224, 16374, 16285, 16365, 16369, 16373}; +Volume(545) = {545}; +Surface Loop(546) = {16286, 16436, 16391, 16395, 16399, 16403, 16407, 16411, 16415, 16419, 16423, 16427, 16431, 16435}; +Volume(546) = {546}; +Surface Loop(547) = {16308, 16458, 16445, 16449, 16453, 16423}; +Volume(547) = {547}; +Surface Loop(548) = {16330, 16480, 16431, 16471, 16475, 16479}; +Volume(548) = {548}; +Surface Loop(549) = {16352, 16502, 16489, 16493, 16497, 16419}; +Volume(549) = {549}; +Surface Loop(550) = {16374, 16524, 16435, 16515, 16519, 16523}; +Volume(550) = {550}; +Surface Loop(551) = {16436, 16586, 16541, 16545, 16549, 16553, 16557, 16561, 16565, 16569, 16573, 16577, 16581, 16585}; +Volume(551) = {551}; +Surface Loop(552) = {16458, 16608, 16595, 16599, 16603, 16573}; +Volume(552) = {552}; +Surface Loop(553) = {16480, 16630, 16581, 16621, 16625, 16629}; +Volume(553) = {553}; +Surface Loop(554) = {16502, 16652, 16639, 16643, 16647, 16569}; +Volume(554) = {554}; +Surface Loop(555) = {16524, 16674, 16585, 16665, 16669, 16673}; +Volume(555) = {555}; +Surface Loop(556) = {16586, 16736, 16691, 16695, 16699, 16703, 16707, 16711, 16715, 16719, 16723, 16727, 16731, 16735}; +Volume(556) = {556}; +Surface Loop(557) = {16608, 16758, 16745, 16749, 16753, 16723}; +Volume(557) = {557}; +Surface Loop(558) = {16630, 16780, 16731, 16771, 16775, 16779}; +Volume(558) = {558}; +Surface Loop(559) = {16652, 16802, 16789, 16793, 16797, 16719}; +Volume(559) = {559}; +Surface Loop(560) = {16674, 16824, 16735, 16815, 16819, 16823}; +Volume(560) = {560}; +Surface Loop(561) = {16736, 16886, 16841, 16845, 16849, 16853, 16857, 16861, 16865, 16869, 16873, 16877, 16881, 16885}; +Volume(561) = {561}; +Surface Loop(562) = {16758, 16908, 16895, 16899, 16903, 16873}; +Volume(562) = {562}; +Surface Loop(563) = {16780, 16930, 16881, 16921, 16925, 16929}; +Volume(563) = {563}; +Surface Loop(564) = {16802, 16952, 16939, 16943, 16947, 16869}; +Volume(564) = {564}; +Surface Loop(565) = {16824, 16974, 16885, 16965, 16969, 16973}; +Volume(565) = {565}; +Surface Loop(566) = {16886, 17036, 16991, 16995, 16999, 17003, 17007, 17011, 17015, 17019, 17023, 17027, 17031, 17035}; +Volume(566) = {566}; +Surface Loop(567) = {16908, 17058, 17045, 17049, 17053, 17023}; +Volume(567) = {567}; +Surface Loop(568) = {16930, 17080, 17031, 17071, 17075, 17079}; +Volume(568) = {568}; +Surface Loop(569) = {16952, 17102, 17089, 17093, 17097, 17019}; +Volume(569) = {569}; +Surface Loop(570) = {16974, 17124, 17035, 17115, 17119, 17123}; +Volume(570) = {570}; +Surface Loop(571) = {17036, 17186, 17141, 17145, 17149, 17153, 17157, 17161, 17165, 17169, 17173, 17177, 17181, 17185}; +Volume(571) = {571}; +Surface Loop(572) = {17058, 17208, 17195, 17199, 17203, 17173}; +Volume(572) = {572}; +Surface Loop(573) = {17080, 17230, 17181, 17221, 17225, 17229}; +Volume(573) = {573}; +Surface Loop(574) = {17102, 17252, 17239, 17243, 17247, 17169}; +Volume(574) = {574}; +Surface Loop(575) = {17124, 17274, 17185, 17265, 17269, 17273}; +Volume(575) = {575}; +Surface Loop(576) = {17186, 17336, 17291, 17295, 17299, 17303, 17307, 17311, 17315, 17319, 17323, 17327, 17331, 17335}; +Volume(576) = {576}; +Surface Loop(577) = {17208, 17358, 17345, 17349, 17353, 17323}; +Volume(577) = {577}; +Surface Loop(578) = {17230, 17380, 17331, 17371, 17375, 17379}; +Volume(578) = {578}; +Surface Loop(579) = {17252, 17402, 17389, 17393, 17397, 17319}; +Volume(579) = {579}; +Surface Loop(580) = {17274, 17424, 17335, 17415, 17419, 17423}; +Volume(580) = {580}; +Surface Loop(581) = {17336, 17486, 17441, 17445, 17449, 17453, 17457, 17461, 17465, 17469, 17473, 17477, 17481, 17485}; +Volume(581) = {581}; +Surface Loop(582) = {17358, 17508, 17495, 17499, 17503, 17473}; +Volume(582) = {582}; +Surface Loop(583) = {17380, 17530, 17481, 17521, 17525, 17529}; +Volume(583) = {583}; +Surface Loop(584) = {17402, 17552, 17539, 17543, 17547, 17469}; +Volume(584) = {584}; +Surface Loop(585) = {17424, 17574, 17485, 17565, 17569, 17573}; +Volume(585) = {585}; +Surface Loop(586) = {17486, 17636, 17591, 17595, 17599, 17603, 17607, 17611, 17615, 17619, 17623, 17627, 17631, 17635}; +Volume(586) = {586}; +Surface Loop(587) = {17508, 17658, 17645, 17649, 17653, 17623}; +Volume(587) = {587}; +Surface Loop(588) = {17530, 17680, 17631, 17671, 17675, 17679}; +Volume(588) = {588}; +Surface Loop(589) = {17552, 17702, 17689, 17693, 17697, 17619}; +Volume(589) = {589}; +Surface Loop(590) = {17574, 17724, 17635, 17715, 17719, 17723}; +Volume(590) = {590}; +Surface Loop(591) = {17636, 17786, 17741, 17745, 17749, 17753, 17757, 17761, 17765, 17769, 17773, 17777, 17781, 17785}; +Volume(591) = {591}; +Surface Loop(592) = {17658, 17808, 17795, 17799, 17803, 17773}; +Volume(592) = {592}; +Surface Loop(593) = {17680, 17830, 17781, 17821, 17825, 17829}; +Volume(593) = {593}; +Surface Loop(594) = {17702, 17852, 17839, 17843, 17847, 17769}; +Volume(594) = {594}; +Surface Loop(595) = {17724, 17874, 17785, 17865, 17869, 17873}; +Volume(595) = {595}; +Surface Loop(596) = {17786, 2, 17891, 17895, 17899, 17903, 17907, 17911, 17915, 17919, 17923, 17927, 17931, 17935}; +Volume(596) = {596}; +Surface Loop(597) = {17808, 4, 17945, 17949, 17953, 17923}; +Volume(597) = {597}; +Surface Loop(598) = {17830, 6, 17931, 17971, 17975, 17979}; +Volume(598) = {598}; +Surface Loop(599) = {17852, 8, 17989, 17993, 17997, 17919}; +Volume(599) = {599}; +Surface Loop(600) = {17874, 10, 17935, 18015, 18019, 18023}; +Volume(600) = {600}; diff --git a/benchmarks/3d/twin_ap_3D_X5.geo b/benchmarks/3d/twin_ap_3D_X5.geo new file mode 100644 index 0000000000..7e2c5b928b --- /dev/null +++ b/benchmarks/3d/twin_ap_3D_X5.geo @@ -0,0 +1,1288 @@ +// Gmsh project created on Thu Mar 29 16:46:48 2012 + +Point(1) = {-22, -22, 0}; + +Point(2) = {-48.5, -22, 0}; + +Point(3) = {-50.5, -22, 0}; + +Point(4) = {4.5, -22, 0}; + +Point(5) = {6.5, -22, 0}; + +Point(6) = {-22, -48.5, 0}; + +Point(8) = {-22, 4.5, 0}; + +Point(9) = {-22, 6.5, 0}; + +Point(11) = {22, -4.5, 0}; + +Point(12) = {22, 48.5, 0}; + +Point(13) = {22, 50.5, 0}; + +Point(14) = {-6.5, 22, 0}; + +Point(15) = {-4.5, 22, 0}; + +Point(16) = {48.5, 22, 0}; + +Point(17) = {50.5, 22, 0}; + +Point(18) = {22, 22, 0}; + +Point(19) = {-21, -50.5, 0}; + +Point(21) = {-23, -50.5, 0}; + +Point(24) = {-21, -52, 0}; + +Point(25) = {-23, -52, 0}; + +Point(26) = {23, -52, 0}; + +Point(27) = {21, -52, 0}; + +Point(28) = {21, -6.5, 0}; + +Point(29) = {23, -6.5, 0}; + +Circle(2) = {8, 1, 4}; + +Circle(3) = {4, 1, 6}; + +Circle(4) = {6, 1, 2}; + +Circle(5) = {2, 1, 8}; + +Circle(6) = {9, 1, 5}; + +Circle(7) = {5, 1, 19}; + +Circle(9) = {21, 1, 3}; + +Circle(10) = {3, 1, 9}; + +Circle(11) = {12, 18, 16}; + +Circle(12) = {16, 18, 11}; + +Circle(13) = {11, 18, 15}; + +Circle(14) = {15, 18, 12}; + +Circle(15) = {13, 18, 17}; + +Circle(16) = {17, 18, 29}; + +Circle(17) = {28, 18, 14}; + +Circle(18) = {14, 18, 13}; + +Line(19) = {21, 25}; + +Line(20) = {24, 25}; + +Line(21) = {24, 19}; + +Line(22) = {27, 26}; + +Line(23) = {26, 29}; + +Line(24) = {28, 27}; + +Point(31) = {-52, 0, 0}; + +Point(32) = {-52, -22, 0}; + +Point(33) = {52, 22, 0}; + +Point(34) = {22, 52, 0}; + +Circle(25) = {25, 1, 32}; + +Circle(26) = {34, 18, 33}; + +Line(27) = {32, 31}; + +Line(28) = {24, 27}; + +Point(35) = {0, 52, 0}; + +Line(29) = {34, 35}; + +Line(30) = {35, 31}; + +Point(36) = {52, 0, 0}; + +Line(31) = {33, 36}; + +Line(32) = {36, 26}; + +Point(37) = {-22, 2.5, 0}; + +Point(38) = {-22, -46.5, 0}; + +Point(39) = {2.5, -22, 0}; + +Point(40) = {-46.5, -22, 0}; + +Point(41) = {46.5, 22, 0}; + +Point(42) = {-2.5, 22, 0}; + +Point(43) = {22, -2.5, 0}; + +Point(44) = {22, 46.5, 0}; + +Circle(33) = {37, 1, 39}; + +Circle(34) = {39, 1, 38}; + +Circle(35) = {38, 1, 40}; + +Circle(36) = {40, 1, 37}; + +Circle(37) = {44, 18, 41}; + +Circle(38) = {41, 18, 43}; + +Circle(39) = {43, 18, 42}; + +Circle(40) = {42, 18, 44}; + +Point(45) = {22, 46.5, -10}; + +Point(46) = {22, -2.5, -10}; + +Point(47) = {-2.5, 22, -10}; + +Point(48) = {46.5, 22, -10}; + +Point(49) = {22, 22, -10}; + +Point(50) = {-22, -22, -10}; + +Point(51) = {-46.5, -22, -10}; + +Point(52) = {2.5, -22, -10}; + +Point(53) = {-22, 2.5, -10}; + +Circle(41) = {47, 49, 46}; + +Circle(42) = {46, 49, 48}; + +Circle(43) = {48, 49, 45}; + +Circle(44) = {45, 49, 47}; + +Circle(45) = {52, 50, 53}; + +Circle(46) = {53, 50, 51}; + +Point(54) = {-22, -46.5, -10}; + +Circle(47) = {51, 50, 54}; + +Circle(48) = {54, 50, 52}; + +Line(49) = {38, 54}; + +Line(50) = {39, 52}; + +Line(51) = {40, 51}; + +Line(52) = {37, 53}; + +Line(53) = {43, 46}; + +Line(54) = {42, 47}; + +Line(55) = {41, 48}; + +Line(56) = {44, 45}; + +Line Loop(57) = {37, 55, 43, -56}; + +Ruled Surface(58) = {57}; + +Line Loop(59) = {40, 56, 44, -54}; + +Ruled Surface(60) = {59}; + +Line Loop(61) = {41, -53, 39, 54}; + +Ruled Surface(62) = {61}; + +Line Loop(63) = {42, -55, 38, 53}; + +Ruled Surface(64) = {63}; + +Line Loop(65) = {33, 50, 45, -52}; + +Ruled Surface(66) = {65}; + +Line Loop(67) = {48, -50, 34, 49}; + +Ruled Surface(68) = {67}; + +Line Loop(69) = {35, 51, 47, -49}; + +Ruled Surface(70) = {69}; + +Line Loop(71) = {46, -51, 36, 52}; + +Ruled Surface(72) = {71}; + +Line Loop(73) = {33, 34, 35, 36}; + +Line Loop(74) = {40, 37, 38, 39}; + +Line Loop(75) = {29, 30, -27, -25, -20, 28, 22, -32, -31, -26}; + +Plane Surface(76) = {73, 74, 75}; + +Point(55) = {-52, 0, -10}; + +Point(56) = {-52, -22, -10}; + +Point(57) = {-23, -52, -10}; + +Point(58) = {23, -52, -10}; + +Point(59) = {52, 0, -10}; + +Point(60) = {52, 22, -10}; + +Point(61) = {22, 52, -10}; + +Point(62) = {0, 52, -10}; + +Line(77) = {56, 55}; + +Line(78) = {55, 62}; + +Line(79) = {62, 61}; + +Line(80) = {60, 59}; + +Line(81) = {59, 58}; + +Line(82) = {58, 57}; + +Circle(83) = {60, 49, 61}; + +Circle(84) = {56, 50, 57}; + +Line Loop(85) = {48, 45, 46, 47}; + +Line Loop(86) = {41, 42, 43, 44}; + +Line Loop(87) = {78, 79, -83, 80, 81, 82, -84, 77}; + +Plane Surface(88) = {85, 86, 87}; + +Point(63) = {-52, -23, -15}; + +Point(64) = {-52, -22, -15}; + +Point(65) = {-23, -52, -15}; + +Point(66) = {0, -52, -15}; + +Point(67) = {23, -52, -15}; + +Point(68) = {52, 0, -15}; + +Point(69) = {52, 22, -15}; + +Point(70) = {22, 52, -15}; + +Point(71) = {0, 52, -15}; + +Point(72) = {-52, 0, -15}; + +Delete { + + Point{63}; + +} + +Line(89) = {70, 71}; + +Line(90) = {71, 72}; + +Line(91) = {72, 64}; + +Line(92) = {65, 66}; + +Line(93) = {66, 67}; + +Delete { + + Line{93, 92}; + +} + +Delete { + + Point{66}; + +} + +Line(92) = {65, 67}; + +Line(93) = {67, 68}; + +Line(94) = {68, 69}; + +Point(73) = {-22, -22, -15}; + +Point(74) = {22, 22, -15}; + +Circle(95) = {69, 74, 70}; + +Circle(96) = {64, 73, 65}; + +Line(97) = {62, 71}; + +Line(98) = {70, 61}; + +Line(99) = {69, 60}; + +Line(100) = {59, 68}; + +Line(101) = {55, 72}; + +Line(102) = {64, 56}; + +Line(103) = {65, 57}; + +Line(104) = {58, 67}; + +Line Loop(105) = {93, 94, 95, 89, 90, 91, 96, 92}; + +Plane Surface(106) = {105}; + +Line Loop(107) = {93, -100, 81, 104}; + +Plane Surface(108) = {107}; + +Line Loop(109) = {104, -92, 103, -82}; + +Plane Surface(110) = {109}; + +Line Loop(111) = {102, 77, 101, 91}; + +Plane Surface(112) = {111}; + +Line Loop(113) = {90, -101, 78, 97}; + +Plane Surface(114) = {113}; + +Line Loop(115) = {97, -89, 98, -79}; + +Plane Surface(116) = {115}; + +Line Loop(117) = {94, 99, 80, 100}; + +Plane Surface(118) = {117}; + +Line Loop(119) = {95, 98, -83, -99}; + +Ruled Surface(120) = {119}; + +Line Loop(121) = {96, 103, -84, -102}; + +Ruled Surface(122) = {121}; + +Delete { + + Line{13, 17, 18, 14, 12, 16, 23, 24, 10, 5, 6, 2, 4, 9, 3, 7, 15, 11, 21, 19}; + +} + +Delete { + + Point{13, 12, 15, 14, 11, 29, 28, 16, 17, 21, 19, 6, 3, 2, 9, 8, 4, 5}; + +} + +Point(75) = {22, 22, 0.1}; + +Point(76) = {48.5, 22, 0.1}; + +Point(77) = {50.5, 22, 0.1}; + +Point(78) = {-6.5, 22, 0.1}; + +Point(79) = {-4.5, 22, 0.1}; + +Point(80) = {22, -6.5, 0.1}; + +Point(81) = {22, -4.5, 0.1}; + +Point(82) = {22, 48.5, 0.1}; + +Point(83) = {22, 50.5, 0.1}; + +Point(84) = {-22, -50.5, 0.1}; + +Point(85) = {-22, -48.5, 0.1}; + +Point(86) = {-22, 4.5, 0.1}; + +Point(87) = {-22, 6.5, 0.1}; + +Point(88) = {-50.5, -22, 0.1}; + +Point(89) = {-48.5, -22, 0.1}; + +Point(90) = {6.5, -22, 0.1}; + +Point(91) = {4.5, -22, 0.1}; + +Point(92) = {-22, -22, 0.1}; + +Circle(123) = {86, 92, 91}; + +Circle(124) = {91, 92, 85}; + +Circle(125) = {85, 92, 89}; + +Circle(126) = {89, 92, 86}; + +Circle(127) = {82, 75, 76}; + +Circle(128) = {76, 75, 81}; + +Circle(129) = {81, 75, 79}; + +Circle(130) = {79, 75, 82}; + +Point(93) = {-21, -52, 0.1}; + +Point(94) = {-23, -52, 0.1}; + +Point(95) = {23, -52, 0.1}; + +Point(96) = {21, -52, 0.1}; + +Point(97) = {21, -6.5, 0.1}; + +Point(98) = {23, -6.5, 0.1}; + +Point(99) = {-23, -50.5, 0.1}; + +Point(100) = {-21, -50.5, 0.1}; + +Delete { + + Point{80, 84}; + +} + +Circle(131) = {99, 92, 88}; + +Circle(132) = {88, 92, 87}; + +Circle(133) = {87, 92, 90}; + +Circle(134) = {90, 92, 100}; + +Circle(135) = {77, 75, 98}; + +Circle(136) = {97, 75, 78}; + +Circle(137) = {78, 75, 83}; + +Circle(138) = {83, 75, 77}; + +Line(139) = {99, 94}; + +Line(140) = {94, 93}; + +Line(141) = {100, 93}; + +Line(142) = {97, 96}; + +Line(143) = {96, 95}; + +Line(144) = {95, 98}; + +Line Loop(145) = {123, 124, 125, 126}; + +Line Loop(146) = {134, 141, -140, -139, 131, 132, 133}; + +Plane Surface(147) = {145, 146}; + +Line Loop(148) = {129, 130, 127, 128}; + +Line Loop(149) = {136, 137, 138, 135, -144, -143, -142}; + +Plane Surface(150) = {148, 149}; + +Point(101) = {-22, -22, 0.16}; + +Point(102) = {22, 22, 0.16}; + +Point(103) = {50.5, 22, 0.16}; + +Point(104) = {48.5, 22, 0.16}; + +Point(105) = {4.5, 22, 0.16}; + +Point(106) = {-4.5, 22, 0.16}; + +Point(107) = {-6.5, 22, 0.16}; + +Point(108) = {22, 50.5, 0.16}; + +Point(109) = {22, 48.5, 0.16}; + +Point(110) = {22, -4.5, 0.16}; + +Point(111) = {21, -6.5, 0.16}; + +Point(112) = {23, -6.5, 0.16}; + +Point(113) = {23, -50.5, 0.16}; + +Point(114) = {21, -50.5, 0.16}; + +Point(115) = {-22, 6.5, 0.16}; + +Point(116) = {-22, 4.5, 0.16}; + +Point(117) = {-22, -48.5, 0.16}; + +Point(118) = {-21, -50.5, 0.16}; + +Point(119) = {-23, -50.5, 0.16}; + +Point(120) = {-23, -52, 0.16}; + +Point(121) = {-21, -52, 0.16}; + +Point(122) = {6.5, -22, 0.16}; + +Point(123) = {4.5, -22, 0.16}; + +Point(124) = {4.5, -22, 0.16}; + +Point(125) = {-48.5, -22, 0.16}; + +Point(126) = {-50.5, -22, 0.16}; + +Delete { + + Point{105, 123}; + +} + +Circle(151) = {109, 102, 104}; + +Circle(152) = {104, 102, 110}; + +Circle(153) = {110, 102, 106}; + +Circle(154) = {106, 102, 109}; + +Circle(155) = {108, 102, 103}; + +Circle(156) = {103, 102, 112}; + +Circle(157) = {111, 102, 107}; + +Circle(158) = {107, 102, 108}; + +Circle(159) = {116, 101, 124}; + +Circle(160) = {124, 101, 117}; + +Circle(161) = {117, 101, 125}; + +Circle(162) = {125, 101, 116}; + +Circle(163) = {115, 101, 122}; + +Circle(164) = {122, 101, 118}; + +Circle(165) = {119, 101, 126}; + +Circle(166) = {126, 101, 115}; + +Line(167) = {119, 120}; + +Line(168) = {120, 121}; + +Line(169) = {121, 118}; + +Line(170) = {111, 114}; + +Line(171) = {114, 113}; + +Line(172) = {113, 112}; + +Line(173) = {113, 95}; + +Line(174) = {96, 114}; + +Line(175) = {98, 112}; + +Line(176) = {111, 97}; + +Line(177) = {110, 81}; + +Line(178) = {77, 103}; + +Line(179) = {104, 76}; + +Line(180) = {109, 82}; + +Line(181) = {83, 108}; + +Line(182) = {106, 79}; + +Line(183) = {78, 107}; + +Line(184) = {116, 86}; + +Line(185) = {87, 115}; + +Line(186) = {91, 124}; + +Line(187) = {122, 90}; + +Line(188) = {118, 100}; + +Line(189) = {121, 93}; + +Line(190) = {94, 120}; + +Line(191) = {119, 99}; + +Line(192) = {85, 117}; + +Line(193) = {89, 125}; + +Line(194) = {126, 88}; + +Delete { + + Line{173}; + +} + +Delete { + + Line{174}; + +} + +Delete { + + Line{170, 172, 171}; + +} + +Delete { + + Point{113, 114}; + +} + +Point(127) = {21, -52, 0.16}; + +Point(128) = {23, -52, 0.16}; + +Line(195) = {111, 127}; + +Line(196) = {127, 128}; + +Line(197) = {128, 112}; + +Line(198) = {95, 128}; + +Line(199) = {127, 96}; + +Line Loop(200) = {160, 161, 162, 159}; + +Line Loop(201) = {165, 166, 163, 164, -169, -168, -167}; + +Plane Surface(202) = {200, 201}; + +Line Loop(203) = {169, 188, 141, -189}; + +Plane Surface(204) = {203}; + +Line Loop(205) = {189, -140, 190, 168}; + +Plane Surface(206) = {205}; + +Line Loop(207) = {167, -190, -139, -191}; + +Plane Surface(208) = {207}; + +Line Loop(209) = {152, 153, 154, 151}; + +Line Loop(210) = {157, 158, 155, 156, -197, -196, -195}; + +Plane Surface(211) = {209, 210}; + +Line Loop(212) = {175, -197, -198, 144}; + +Plane Surface(213) = {212}; + +Line Loop(214) = {196, -198, -143, -199}; + +Plane Surface(215) = {214}; + +Line Loop(216) = {199, -142, -176, 195}; + +Plane Surface(217) = {216}; + +Line Loop(218) = {161, -193, -125, 192}; + +Ruled Surface(219) = {218}; + +Line Loop(220) = {193, 162, 184, -126}; + +Ruled Surface(221) = {220}; + +Line Loop(222) = {184, 123, 186, -159}; + +Ruled Surface(223) = {222}; + +Line Loop(224) = {186, 160, -192, -124}; + +Ruled Surface(225) = {224}; + +Line Loop(226) = {188, -134, -187, 164}; + +Ruled Surface(227) = {226}; + +Line Loop(228) = {187, -133, 185, 163}; + +Ruled Surface(229) = {228}; + +Line Loop(230) = {185, -166, 194, 132}; + +Ruled Surface(231) = {230}; + +Line Loop(232) = {194, -131, -191, 165}; + +Ruled Surface(233) = {232}; + +Line Loop(234) = {177, 129, -182, -153}; + +Ruled Surface(235) = {234}; + +Line Loop(236) = {182, 130, -180, -154}; + +Ruled Surface(237) = {236}; + +Line Loop(238) = {180, 127, -179, -151}; + +Ruled Surface(239) = {238}; + +Line Loop(240) = {179, 128, -177, -152}; + +Ruled Surface(241) = {240}; + +Line Loop(242) = {175, -156, -178, 135}; + +Ruled Surface(243) = {242}; + +Line Loop(244) = {178, -155, -181, 138}; + +Ruled Surface(245) = {244}; + +Line Loop(246) = {181, -158, -183, 137}; + +Ruled Surface(247) = {246}; + +Line Loop(248) = {183, -157, 176, 136}; + +Ruled Surface(249) = {248}; + +Point(129) = {22, 22, 0.36}; + +Point(130) = {-22, -22, 0.36}; + +Point(131) = {-46.5, -22, 0.36}; + +Point(132) = {2.5, -22, 0.36}; + +Point(133) = {-22, 2.5, 0.36}; + +Point(134) = {-22, -46.5, 0.36}; + +Point(135) = {22, -2.5, 0.36}; + +Point(136) = {22, 46.5, 0.36}; + +Point(137) = {-2.5, 22, 0.36}; + +Point(138) = {46.5, 22, 0.36}; + +Point(139) = {52, 22, 0.36}; + +Point(140) = {52, 0, 0.36}; + +Point(141) = {23, -52, 0.36}; + +Point(142) = {-23, -52, 0.36}; + +Point(143) = {-52, -22, 0.36}; + +Point(144) = {-52, 0, 0.36}; + +Circle(250) = {137, 129, 136}; + +Circle(251) = {136, 129, 138}; + +Circle(252) = {138, 129, 135}; + +Circle(253) = {135, 129, 137}; + +Circle(254) = {132, 130, 133}; + +Circle(255) = {133, 130, 131}; + +Circle(256) = {131, 130, 134}; + +Circle(257) = {134, 130, 132}; + +Circle(258) = {142, 130, 143}; + +Point(145) = {22, 52, 0.36}; + +Circle(259) = {145, 129, 139}; + +Point(146) = {0, 52, 0.36}; + +Line(260) = {141, 142}; + +Line(261) = {141, 140}; + +Line(262) = {140, 139}; + +Line(263) = {145, 146}; + +Line(264) = {146, 144}; + +Line(265) = {144, 143}; + +Line Loop(266) = {254, 255, 256, 257}; + +Line Loop(267) = {253, 250, 251, 252}; + +Line Loop(268) = {264, 265, -258, -260, 261, 262, -259, 263}; + +Plane Surface(269) = {266, 267, 268}; + +Line(270) = {33, 139}; + +Line(271) = {140, 36}; + +Line(272) = {26, 95}; + +Line(273) = {128, 141}; + +Line(274) = {25, 94}; + +Line(275) = {120, 142}; + +Line(276) = {32, 143}; + +Line(277) = {31, 144}; + +Line(278) = {35, 146}; + +Line(279) = {34, 145}; + +Line Loop(280) = {273, 260, -275, 168, 189, -140, -274, -20, 28, 22, 272, -143, -199, 196}; + +Plane Surface(281) = {280}; + +Line Loop(282) = {276, -265, -277, -27}; + +Plane Surface(283) = {282}; + +Line Loop(284) = {277, -264, -278, 30}; + +Plane Surface(285) = {284}; + +Line Loop(286) = {29, 278, -263, -279}; + +Plane Surface(287) = {286}; + +Line Loop(288) = {270, -262, 271, -31}; + +Plane Surface(289) = {288}; + +Line Loop(290) = {271, 32, 272, 198, 273, 261}; + +Plane Surface(291) = {290}; + +Line Loop(292) = {279, 259, -270, -26}; + +Ruled Surface(293) = {292}; + +Delete { + + Surface{202, 147, 206, 204, 208}; + +} + +Delete { + + Line{190, 168, 167, 169, 139, 140, 141, 189}; + +} + +Delete { + + Line{189}; + +} + +Delete { + + Line{140, 189, 168}; + +} + +Delete { + + Line{140}; + +} + +Delete { + + Line{140}; + +} + +Delete { + + Line{274, 275}; + +} + +Delete { + + Surface{281}; + +} + +Delete { + + Line{189, 274, 140, 168, 275}; + +} + +Delete { + + Point{94, 93, 120, 121}; + +} + +Line(296) = {99, 100}; + +Line(297) = {118, 119}; + +Line(298) = {25, 142}; + +Line Loop(299) = {166, 163, 164, 297, 165}; + +Plane Surface(300) = {200, 299}; + +Line Loop(301) = {131, 132, 133, 134, -296}; + +Plane Surface(302) = {145, 301}; + +Line Loop(303) = {191, 296, -188, 297}; + +Plane Surface(304) = {303}; + +Line Loop(305) = {298, -260, -273, -196, 199, 143, -272, -22, -28, 20}; + +Plane Surface(306) = {305}; + +Line Loop(307) = {25, 276, -258, -298}; + +Ruled Surface(308) = {307}; + +Point(147) = {22, 22, 0.56}; + +Point(148) = {-22, -22, 0.56}; + +Point(149) = {-46.5, -22, 0.56}; + +Point(150) = {2.5, -22, 0.56}; + +Point(151) = {-22, 2.5, 0.56}; + +Point(152) = {-22, -46.5, 0.56}; + +Point(153) = {-46.5, 22, 0.56}; + +Point(154) = {2.5, 22, 0.56}; + +Point(155) = {22, -46.5, 0.56}; + +Point(156) = {22, 46.5, 0.56}; + +Point(157) = {22, -2.5, 0.56}; + +Delete { + + Point{155}; + +} + +Point(158) = {46.5, 22, 0.56}; + +Point(159) = {-2.5, 22, 0.56}; + +Delete { + + Point{154}; + +} + +Delete { + + Point{153}; + +} + +Circle(309) = {159, 147, 156}; + +Circle(310) = {156, 147, 158}; + +Circle(311) = {158, 147, 157}; + +Circle(312) = {157, 147, 159}; + +Circle(313) = {151, 148, 150}; + +Circle(314) = {150, 148, 152}; + +Circle(315) = {152, 148, 149}; + +Circle(316) = {149, 148, 151}; + +Line(317) = {134, 152}; + +Line(318) = {132, 150}; + +Line(319) = {133, 151}; + +Line(320) = {131, 149}; + +Line(321) = {137, 159}; + +Line(322) = {136, 156}; + +Line(323) = {135, 157}; + +Line(324) = {138, 158}; + +Line Loop(325) = {317, 315, -320, 256}; + +Ruled Surface(326) = {325}; + +Line Loop(327) = {320, 316, -319, 255}; + +Ruled Surface(328) = {327}; + +Line Loop(329) = {319, 313, -318, 254}; + +Ruled Surface(330) = {329}; + +Line Loop(331) = {318, 314, -317, 257}; + +Ruled Surface(332) = {331}; + +Line Loop(333) = {323, 312, -321, -253}; + +Ruled Surface(334) = {333}; + +Line Loop(335) = {321, 309, -322, -250}; + +Ruled Surface(336) = {335}; + +Line Loop(337) = {322, 310, -324, -251}; + +Ruled Surface(338) = {337}; + +Line Loop(339) = {324, 311, -323, -252}; + +Ruled Surface(340) = {339}; + +Point(160) = {52, 22, 5.56}; + +Point(161) = {22, 52, 5.56}; + +Point(162) = {0, 52, 5.56}; + +Point(163) = {52, 0, 5.56}; + +Point(164) = {23, -52, 5.56}; + +Point(165) = {-23, -52, 5.56}; + +Point(166) = {-52, -22, 5.56}; + +Point(167) = {-52, 0, 5.56}; + +Line(341) = {162, 161}; + +Line(342) = {160, 163}; + +Line(343) = {163, 164}; + +Line(344) = {164, 165}; + +Line(345) = {166, 167}; + +Line(346) = {167, 162}; + +Point(168) = {22, 22, 5.56}; + +Point(169) = {-22, -22, 5.56}; + +Circle(347) = {161, 168, 160}; + +Circle(348) = {165, 169, 166}; + +Line(349) = {146, 162}; + +Line(350) = {145, 161}; + +Delete { + + Line{349, 350}; + +} + +Point(170) = {-22, -22, 0.56}; + +Delete { + + Point{170}; + +} + +Point(170) = {52, 22, 0.56}; + +Point(171) = {22, 52, 0.56}; + +Point(172) = {0, 52, 0.56}; + +Point(173) = {-52, 0, 0.56}; + +Point(174) = {-52, -22, 0.56}; + +Point(175) = {-23, -52, 0.56}; + +Point(176) = {23, -52, 0.56}; + +Point(177) = {52, 0, 0.56}; + +Point(178) = {52, 22, 0.56}; + +Delete { + + Point{178}; + +} + +Line(350) = {171, 172}; + +Line(351) = {172, 173}; + +Line(352) = {173, 174}; + +Line(353) = {175, 176}; + +Line(354) = {176, 177}; + +Line(355) = {177, 170}; + +Circle(356) = {171, 147, 170}; + +Circle(357) = {175, 148, 174}; + +Line Loop(358) = {312, 309, 310, 311}; + +Line Loop(359) = {314, 315, 316, 313}; + +Line Loop(360) = {357, -352, -351, -350, 356, -355, -354, -353}; + +Plane Surface(361) = {358, 359, 360}; + +Line Loop(362) = {344, 348, 345, 346, 341, 347, 342, 343}; + +Plane Surface(363) = {362}; + +Line(364) = {164, 176}; + +Line(365) = {175, 165}; + +Line(366) = {166, 174}; + +Line(367) = {167, 173}; + +Line(368) = {162, 172}; + +Line(369) = {161, 171}; + +Line(370) = {170, 160}; + +Line(371) = {163, 177}; + +Line Loop(372) = {355, 370, 342, 371}; + +Plane Surface(373) = {372}; + +Line Loop(374) = {371, -354, -364, -343}; + +Plane Surface(375) = {374}; + +Line Loop(376) = {364, -353, 365, -344}; + +Plane Surface(377) = {376}; + +Line Loop(378) = {345, 367, 352, -366}; + +Plane Surface(379) = {378}; + +Line Loop(380) = {367, -351, -368, -346}; + +Plane Surface(381) = {380}; + +Line Loop(382) = {368, -350, -369, -341}; + +Plane Surface(383) = {382}; + +Line Loop(384) = {347, -370, -356, -369}; + +Ruled Surface(385) = {384}; + +Line Loop(386) = {365, 348, 366, -357}; + +Ruled Surface(387) = {386}; + +Surface Loop(388) = {363, 377, 375, 373, 361, 334, 340, 338, 336, 269, 330, 328, 326, 332, 287, 76, 66, 68, 88, 72, 70, 60, 58, 64, 62, 112, 122, 106, 108, 118, 120, 116, 114, 110, 293, 289, 291, 306, 308, 283, 285, 385, 383, 381, 379, 387, 227, 304, 233, 231, 229, 302, 223, 221, 219, 300, 225, 243, 213, 211, 241, 239, 237, 235, 150, 217, 249, 247, 245}; + +Volume(389) = {388}; +Delete { + Surface{110}; +} diff --git a/benchmarks/3d/CubeAniso.geo b/benchmarks/3d_large/CubeAniso.geo similarity index 100% rename from benchmarks/3d/CubeAniso.geo rename to benchmarks/3d_large/CubeAniso.geo diff --git a/benchmarks/3d/Falcon/CreateFullInitialMesh.geo b/benchmarks/3d_large/Falcon/CreateFullInitialMesh.geo similarity index 100% rename from benchmarks/3d/Falcon/CreateFullInitialMesh.geo rename to benchmarks/3d_large/Falcon/CreateFullInitialMesh.geo diff --git a/benchmarks/3d/Falcon/CreateVolumeAroundFalcon_FrontalISO.geo b/benchmarks/3d_large/Falcon/CreateVolumeAroundFalcon_FrontalISO.geo similarity index 100% rename from benchmarks/3d/Falcon/CreateVolumeAroundFalcon_FrontalISO.geo rename to benchmarks/3d_large/Falcon/CreateVolumeAroundFalcon_FrontalISO.geo diff --git a/benchmarks/3d/Falcon/FullSurfaceMeshUniform.geo b/benchmarks/3d_large/Falcon/FullSurfaceMeshUniform.geo similarity index 100% rename from benchmarks/3d/Falcon/FullSurfaceMeshUniform.geo rename to benchmarks/3d_large/Falcon/FullSurfaceMeshUniform.geo diff --git a/benchmarks/3d/Falcon/InitialMeshFalcon.msh b/benchmarks/3d_large/Falcon/InitialMeshFalcon.msh similarity index 100% rename from benchmarks/3d/Falcon/InitialMeshFalcon.msh rename to benchmarks/3d_large/Falcon/InitialMeshFalcon.msh diff --git a/benchmarks/3d/Falcon/README.txt b/benchmarks/3d_large/Falcon/README.txt similarity index 100% rename from benchmarks/3d/Falcon/README.txt rename to benchmarks/3d_large/Falcon/README.txt diff --git a/benchmarks/3d/Falcon/SurfaceMeshAnisoCurvature.geo b/benchmarks/3d_large/Falcon/SurfaceMeshAnisoCurvature.geo similarity index 100% rename from benchmarks/3d/Falcon/SurfaceMeshAnisoCurvature.geo rename to benchmarks/3d_large/Falcon/SurfaceMeshAnisoCurvature.geo diff --git a/benchmarks/3d/Falcon/SurfaceMeshAnisoCurvature.stl b/benchmarks/3d_large/Falcon/SurfaceMeshAnisoCurvature.stl similarity index 100% rename from benchmarks/3d/Falcon/SurfaceMeshAnisoCurvature.stl rename to benchmarks/3d_large/Falcon/SurfaceMeshAnisoCurvature.stl diff --git a/benchmarks/3d/Falcon/SurfaceMeshUniform.geo b/benchmarks/3d_large/Falcon/SurfaceMeshUniform.geo similarity index 100% rename from benchmarks/3d/Falcon/SurfaceMeshUniform.geo rename to benchmarks/3d_large/Falcon/SurfaceMeshUniform.geo diff --git a/benchmarks/3d/Falcon/falcon_surface.script b/benchmarks/3d_large/Falcon/falcon_surface.script similarity index 100% rename from benchmarks/3d/Falcon/falcon_surface.script rename to benchmarks/3d_large/Falcon/falcon_surface.script diff --git a/benchmarks/3d/Falcon/falcon_volume.script b/benchmarks/3d_large/Falcon/falcon_volume.script similarity index 100% rename from benchmarks/3d/Falcon/falcon_volume.script rename to benchmarks/3d_large/Falcon/falcon_volume.script diff --git a/benchmarks/3d/Falcon/fullfalcon_surface.script b/benchmarks/3d_large/Falcon/fullfalcon_surface.script similarity index 100% rename from benchmarks/3d/Falcon/fullfalcon_surface.script rename to benchmarks/3d_large/Falcon/fullfalcon_surface.script diff --git a/benchmarks/3d/Falcon/fullfalcon_volume.script b/benchmarks/3d_large/Falcon/fullfalcon_volume.script similarity index 100% rename from benchmarks/3d/Falcon/fullfalcon_volume.script rename to benchmarks/3d_large/Falcon/fullfalcon_volume.script diff --git a/benchmarks/3d/Falcon/fullsplit.script b/benchmarks/3d_large/Falcon/fullsplit.script similarity index 100% rename from benchmarks/3d/Falcon/fullsplit.script rename to benchmarks/3d_large/Falcon/fullsplit.script diff --git a/benchmarks/3d/Falcon/param.geo b/benchmarks/3d_large/Falcon/param.geo similarity index 100% rename from benchmarks/3d/Falcon/param.geo rename to benchmarks/3d_large/Falcon/param.geo diff --git a/benchmarks/3d/Falcon/partition.script b/benchmarks/3d_large/Falcon/partition.script similarity index 100% rename from benchmarks/3d/Falcon/partition.script rename to benchmarks/3d_large/Falcon/partition.script diff --git a/benchmarks/3d/Falcon/split.script b/benchmarks/3d_large/Falcon/split.script similarity index 100% rename from benchmarks/3d/Falcon/split.script rename to benchmarks/3d_large/Falcon/split.script diff --git a/benchmarks/3d/PTE.geo b/benchmarks/3d_large/PTE.geo similarity index 100% rename from benchmarks/3d/PTE.geo rename to benchmarks/3d_large/PTE.geo diff --git a/benchmarks/3d/Senzor.geo b/benchmarks/3d_large/Senzor.geo similarity index 100% rename from benchmarks/3d/Senzor.geo rename to benchmarks/3d_large/Senzor.geo diff --git a/benchmarks/3d/choi.geo b/benchmarks/3d_large/choi.geo similarity index 100% rename from benchmarks/3d/choi.geo rename to benchmarks/3d_large/choi.geo diff --git a/benchmarks/3d/gasdis.geo b/benchmarks/3d_large/gasdis.geo similarity index 100% rename from benchmarks/3d/gasdis.geo rename to benchmarks/3d_large/gasdis.geo diff --git a/benchmarks/3d/magnetron/box-old.geo b/benchmarks/3d_large/magnetron/box-old.geo similarity index 100% rename from benchmarks/3d/magnetron/box-old.geo rename to benchmarks/3d_large/magnetron/box-old.geo diff --git a/benchmarks/3d/magnetron/box.geo b/benchmarks/3d_large/magnetron/box.geo similarity index 100% rename from benchmarks/3d/magnetron/box.geo rename to benchmarks/3d_large/magnetron/box.geo diff --git a/benchmarks/3d/magnetron/cylindric.geo b/benchmarks/3d_large/magnetron/cylindric.geo similarity index 100% rename from benchmarks/3d/magnetron/cylindric.geo rename to benchmarks/3d_large/magnetron/cylindric.geo diff --git a/benchmarks/3d/magnetron/forme1-old.geo b/benchmarks/3d_large/magnetron/forme1-old.geo similarity index 100% rename from benchmarks/3d/magnetron/forme1-old.geo rename to benchmarks/3d_large/magnetron/forme1-old.geo diff --git a/benchmarks/3d/magnetron/forme1.geo b/benchmarks/3d_large/magnetron/forme1.geo similarity index 100% rename from benchmarks/3d/magnetron/forme1.geo rename to benchmarks/3d_large/magnetron/forme1.geo diff --git a/benchmarks/3d/magnetron/forme2.geo b/benchmarks/3d_large/magnetron/forme2.geo similarity index 100% rename from benchmarks/3d/magnetron/forme2.geo rename to benchmarks/3d_large/magnetron/forme2.geo diff --git a/benchmarks/3d/magnetron/magnetron0.geo b/benchmarks/3d_large/magnetron/magnetron0.geo similarity index 100% rename from benchmarks/3d/magnetron/magnetron0.geo rename to benchmarks/3d_large/magnetron/magnetron0.geo diff --git a/benchmarks/3d/magnetron/magnetron1-full.geo b/benchmarks/3d_large/magnetron/magnetron1-full.geo similarity index 100% rename from benchmarks/3d/magnetron/magnetron1-full.geo rename to benchmarks/3d_large/magnetron/magnetron1-full.geo diff --git a/benchmarks/3d/magnetron/magnetron1.geo b/benchmarks/3d_large/magnetron/magnetron1.geo similarity index 100% rename from benchmarks/3d/magnetron/magnetron1.geo rename to benchmarks/3d_large/magnetron/magnetron1.geo diff --git a/benchmarks/3d/magnetron/magnetron2-full.geo b/benchmarks/3d_large/magnetron/magnetron2-full.geo similarity index 100% rename from benchmarks/3d/magnetron/magnetron2-full.geo rename to benchmarks/3d_large/magnetron/magnetron2-full.geo diff --git a/benchmarks/3d/magnetron/magnetron2.geo b/benchmarks/3d_large/magnetron/magnetron2.geo similarity index 100% rename from benchmarks/3d/magnetron/magnetron2.geo rename to benchmarks/3d_large/magnetron/magnetron2.geo diff --git a/benchmarks/3d/magnetron/quacylin.geo b/benchmarks/3d_large/magnetron/quacylin.geo similarity index 100% rename from benchmarks/3d/magnetron/quacylin.geo rename to benchmarks/3d_large/magnetron/quacylin.geo diff --git a/benchmarks/3d/magnetron/traphedre1.geo b/benchmarks/3d_large/magnetron/traphedre1.geo similarity index 100% rename from benchmarks/3d/magnetron/traphedre1.geo rename to benchmarks/3d_large/magnetron/traphedre1.geo diff --git a/benchmarks/3d/magnetron/traphedre2.geo b/benchmarks/3d_large/magnetron/traphedre2.geo similarity index 100% rename from benchmarks/3d/magnetron/traphedre2.geo rename to benchmarks/3d_large/magnetron/traphedre2.geo diff --git a/benchmarks/3d/many_surfaces.geo b/benchmarks/3d_large/many_surfaces.geo similarity index 100% rename from benchmarks/3d/many_surfaces.geo rename to benchmarks/3d_large/many_surfaces.geo diff --git a/benchmarks/3d/plate_extrude.geo b/benchmarks/3d_large/plate_extrude.geo similarity index 100% rename from benchmarks/3d/plate_extrude.geo rename to benchmarks/3d_large/plate_extrude.geo diff --git a/benchmarks/3d/plate_notextrude.geo b/benchmarks/3d_large/plate_notextrude.geo similarity index 100% rename from benchmarks/3d/plate_notextrude.geo rename to benchmarks/3d_large/plate_notextrude.geo diff --git a/benchmarks/3d/spheremodel.geo b/benchmarks/3d_large/spheremodel.geo similarity index 100% rename from benchmarks/3d/spheremodel.geo rename to benchmarks/3d_large/spheremodel.geo diff --git a/benchmarks/3d/submarine/partition.script b/benchmarks/3d_large/submarine/partition.script similarity index 100% rename from benchmarks/3d/submarine/partition.script rename to benchmarks/3d_large/submarine/partition.script diff --git a/benchmarks/3d/submarine/split.script b/benchmarks/3d_large/submarine/split.script similarity index 100% rename from benchmarks/3d/submarine/split.script rename to benchmarks/3d_large/submarine/split.script diff --git a/benchmarks/3d/submarine/submarine.stp b/benchmarks/3d_large/submarine/submarine.stp similarity index 100% rename from benchmarks/3d/submarine/submarine.stp rename to benchmarks/3d_large/submarine/submarine.stp diff --git a/benchmarks/3d/submarine/submarine_simple.geo b/benchmarks/3d_large/submarine/submarine_simple.geo similarity index 100% rename from benchmarks/3d/submarine/submarine_simple.geo rename to benchmarks/3d_large/submarine/submarine_simple.geo diff --git a/benchmarks/3d/thomas_jung_fraunhofer.geo b/benchmarks/3d_large/thomas_jung_fraunhofer.geo similarity index 100% rename from benchmarks/3d/thomas_jung_fraunhofer.geo rename to benchmarks/3d_large/thomas_jung_fraunhofer.geo diff --git a/benchmarks/3d/gui.geo b/benchmarks/bugs/gui.geo similarity index 100% rename from benchmarks/3d/gui.geo rename to benchmarks/bugs/gui.geo diff --git a/benchmarks/3d/thai.geo b/benchmarks/bugs/thai.geo similarity index 100% rename from benchmarks/3d/thai.geo rename to benchmarks/bugs/thai.geo diff --git a/benchmarks/extrude/Ring_Extrude.geo b/benchmarks/extrude/Ring_Extrude.geo new file mode 100644 index 0000000000..a0df02d36f --- /dev/null +++ b/benchmarks/extrude/Ring_Extrude.geo @@ -0,0 +1,32 @@ +// Gmsh project created on Wed Jul 03 17:27:59 2013 + +Point(1) = {1, 0, 0, 1.0}; + +//Layers in radial direction +rlayers = 3; + +//Layers in angular direction +philayers = 12; + +// Make radial Line from Start Point length=1 +Extrude {1, 0, 0} { + Point{1}; Layers{rlayers}; +} + +// 4 quarter-Circles extruded from first line + + +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Line{1}; Layers{philayers/4}; Recombine; +} +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Line{2}; Layers{philayers/4}; Recombine; +} +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Line{6}; Layers{philayers/4}; Recombine; +} +Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} { + Line{10}; Layers{philayers/4}; Recombine; +} + +Physical Surface(1) = {1,2,3,4}; diff --git a/benchmarks/extrude/Ring_Transfinite.geo b/benchmarks/extrude/Ring_Transfinite.geo new file mode 100644 index 0000000000..d95766ab02 --- /dev/null +++ b/benchmarks/extrude/Ring_Transfinite.geo @@ -0,0 +1,48 @@ +// Inner Radius +ri = 1; +//outer Radius of Ring +ro = 2; + +// Number of Points in tangential direction +nphi = 8; + +// Number of Points in radial direction +nr = 2; + +// Generate Point on horizontal Line + +cl__1 = 1; +Point(1) = {0, 0, 0, 1}; +Point(2) = {ri, 0, 0, 1}; +Point(3) = {ro, 0, 0, 1}; +Point(4) = {-1*ri, 0, 0, 1}; +Point(5) = {-1*ro, 0, 0, 1}; + +// inner and outer Circles +Circle(1) = {2, 1, 4}; +Transfinite Line {1} = nphi/2+1 Using Progression 1; +Circle(2) = {3, 1, 5}; +Transfinite Line {2} = nphi/2+1 Using Progression 1; +Circle(3) = {4, 1, 2}; +Transfinite Line {3} = nphi/2+1 Using Progression 1; +Circle(4) = {5, 1, 3}; +Transfinite Line {4} = nphi/2+1 Using Progression 1; + + // Horizontal lines +Line(5) = {2, 3}; +Transfinite Line {5} = nr+1 Using Progression 1; + +Line(6) = {4, 5}; +Transfinite Line {6} = nr +1 Using Progression 1; + +// Surfaces consisting of upper and lower half-ring +Line Loop(7) = {1, 6, -2, -5}; +Plane Surface(8) = {7}; +Transfinite Surface {8} = {2, 4, 5, 3}; + +Line Loop(9) = {5, -4, -6, 3}; +Plane Surface(10) = {9}; +Transfinite Surface {10} = {5, 3, 2, 4}; + +// Generate Quad-Grid +Recombine Surface {8, 10}; diff --git a/benchmarks/extrude/Test_Extrude.geo b/benchmarks/extrude/Test_Extrude.geo new file mode 100644 index 0000000000..50dd465b59 --- /dev/null +++ b/benchmarks/extrude/Test_Extrude.geo @@ -0,0 +1,54 @@ +MeshSize = 0.04; +Radius = 0.5; + +Point(1) = { 0.0 , 0.0 , 0.0 , MeshSize}; +Point(2) = { Radius , 0.0 , 0.0 , MeshSize}; +Point(3) = { 0.0 , Radius , 0.0 , MeshSize}; +Point(4) = { -Radius ,0.0 , 0.0 , MeshSize}; +Point(5) = {0.0 , -Radius , 0.0 , MeshSize}; + +Circle(1) = {2, 1, 3}; +Circle(2) = {3, 1, 4}; +Circle(3) = {4, 1, 5}; +Circle(4) = {5, 1, 2}; + +Point(6) = { -10 , -10 , 0.0 , 1}; +Point(7) = { -10 , 10 , 0.0 , 1}; +Point(8) = { 10 , 10 , 0.0 , 1}; +Point(9) = { 10 , -10 , 0.0 , 1}; + +Line(5)={6,7}; +Line(6)={7,8}; +Line(7)={8,9}; +Line(8)={9,6}; + +Line Loop(1)={5,6,7,8}; + +ll = 0.01; +NN =100; + +ex1[] = Extrude { Line {1}; + Layers{{NN},{ll}}; + Recombine; +}; + +ex2[] = Extrude { Line {2}; + Layers{{NN},{ll}}; + Recombine; +}; + +ex3[] = Extrude { Line {3}; + Layers{{NN},{ll}}; + Recombine; +}; + +ex4[] = Extrude { Line {4}; + Layers{{NN},{ll}}; + Recombine; +}; + +Line Loop(2)={ex1[0], ex2[0], ex3[0], ex4[0]}; + +Plane Surface(1) = {1,2}; +Line Loop(25) = {1, 2, 3, 4}; +Plane Surface(26) = {25}; diff --git a/benchmarks/extrude/biconv9-4-30-dat.geo b/benchmarks/extrude/biconv9-4-30-dat.geo new file mode 100644 index 0000000000..e32d5b35fb --- /dev/null +++ b/benchmarks/extrude/biconv9-4-30-dat.geo @@ -0,0 +1,230 @@ +Point(1) = {0.25,0,0,0.0025}; +Point(2) = {0.24975334,0,1.9845e-05,0.0025}; +Point(3) = {0.2490143375,0,7.93e-05,0.0025}; +Point(4) = {0.2477859075,0,0.0001781325,0.0025}; +Point(5) = {0.246072895,0,0.0003159525,0.0025}; +Point(6) = {0.243882065,0,0.000492215,0.0025}; +Point(7) = {0.24122206,0,0.0007062225,0.0025}; +Point(8) = {0.2381033825,0,0.000957135,0.0025}; +Point(9) = {0.234538335,0,0.0012439575,0.0025}; +Point(10) = {0.23054099,0,0.0015655575,0.0025}; +Point(11) = {0.226127125,0,0.0019206625,0.0025}; +Point(12) = {0.221314155,0,0.0023078575,0.0025}; +Point(13) = {0.2161210775,0,0.0027255925,0.0025}; +Point(14) = {0.2105683875,0,0.0031721575,0.0025}; +Point(15) = {0.2046779975,0,0.0036456875,0.0025}; +Point(16) = {0.1984731575,0,0.00414412,0.0025}; +Point(17) = {0.19197835,0,0.004665145,0.0025}; +Point(18) = {0.18521921,0,0.0052061575,0.0025}; +Point(19) = {0.1782224125,0,0.0057641525,0.0025}; +Point(20) = {0.17101557,0,0.006335625,0.0025}; +Point(21) = {0.163627125,0,0.0069164275,0.0025}; +Point(22) = {0.156086235,0,0.0075016275,0.0025}; +Point(23) = {0.148422665,0,0.008085355,0.0025}; +Point(24) = {0.140666655,0,0.008660645,0.0025}; +Point(25) = {0.132848815,0,0.0092193275,0.0025}; +Point(26) = {0.125,0,0.0097519525,0.0025}; +Point(27) = {0.117151185,0,0.01024779,0.0025}; +Point(28) = {0.109333345,0,0.010694925,0.0025}; +Point(29) = {0.101577335,0,0.0110804675,0.0025}; +Point(30) = {0.093913765,0,0.0113909,0.0025}; +Point(31) = {0.086372875,0,0.0116125375,0.0025}; +Point(32) = {0.07898443,0,0.0117321475,0.0025}; +Point(33) = {0.0717775875,0,0.0117376575,0.0025}; +Point(34) = {0.06478079,0,0.01161895,0.0025}; +Point(35) = {0.05802165,0,0.0113687,0.0025}; +Point(36) = {0.0515268425,0,0.0109831875,0.0025}; +Point(37) = {0.0453220025,0,0.01046303,0.0025}; +Point(38) = {0.0394316125,0,0.0098137675,0.0025}; +Point(39) = {0.0338789225,0,0.00904626,0.0025}; +Point(40) = {0.028685845,0,0.00817679,0.0025}; +Point(41) = {0.023872875,0,0.00722691,0.0025}; +Point(42) = {0.01945901,0,0.006222925,0.0025}; +Point(43) = {0.015461665,0,0.0051950825,0.0025}; +Point(44) = {0.0118966175,0,0.0041764625,0.0025}; +Point(45) = {0.00877794,0,0.003201625,0.0025}; +Point(46) = {0.006117935,0,0.0023050625,0.0025}; +Point(47) = {0.003927105,0,0.0015195925,0.0025}; +Point(48) = {0.0022140925,0,0.00087474,0.0025}; +Point(49) = {0.0009856625,0,0.0003952525,0.0025}; +Point(50) = {0.00024666,0,9.98e-05,0.0025}; +Point(51) = {0,0,0,0.0025}; +Point(52) = {0.00024666,0,-9.98e-05,0.0025}; +Point(53) = {0.0009856625,0,-0.0003952525,0.0025}; +Point(54) = {0.0022140925,0,-0.00087474,0.0025}; +Point(55) = {0.003927105,0,-0.0015195925,0.0025}; +Point(56) = {0.006117935,0,-0.0023050625,0.0025}; +Point(57) = {0.00877794,0,-0.003201625,0.0025}; +Point(58) = {0.0118966175,0,-0.0041764625,0.0025}; +Point(59) = {0.015461665,0,-0.0051950825,0.0025}; +Point(60) = {0.01945901,0,-0.006222925,0.0025}; +Point(61) = {0.023872875,0,-0.00722691,0.0025}; +Point(62) = {0.028685845,0,-0.00817679,0.0025}; +Point(63) = {0.0338789225,0,-0.00904626,0.0025}; +Point(64) = {0.0394316125,0,-0.0098137675,0.0025}; +Point(65) = {0.0453220025,0,-0.01046303,0.0025}; +Point(66) = {0.0515268425,0,-0.0109831875,0.0025}; +Point(67) = {0.05802165,0,-0.0113687,0.0025}; +Point(68) = {0.06478079,0,-0.01161895,0.0025}; +Point(69) = {0.0717775875,0,-0.0117376575,0.0025}; +Point(70) = {0.07898443,0,-0.0117321475,0.0025}; +Point(71) = {0.086372875,0,-0.0116125375,0.0025}; +Point(72) = {0.093913765,0,-0.0113909,0.0025}; +Point(73) = {0.101577335,0,-0.0110804675,0.0025}; +Point(74) = {0.109333345,0,-0.010694925,0.0025}; +Point(75) = {0.117151185,0,-0.01024779,0.0025}; +Point(76) = {0.125,0,-0.0097519525,0.0025}; +Point(77) = {0.132848815,0,-0.0092193275,0.0025}; +Point(78) = {0.140666655,0,-0.008660645,0.0025}; +Point(79) = {0.148422665,0,-0.008085355,0.0025}; +Point(80) = {0.156086235,0,-0.0075016275,0.0025}; +Point(81) = {0.163627125,0,-0.0069164275,0.0025}; +Point(82) = {0.17101557,0,-0.006335625,0.0025}; +Point(83) = {0.1782224125,0,-0.0057641525,0.0025}; +Point(84) = {0.18521921,0,-0.0052061575,0.0025}; +Point(85) = {0.19197835,0,-0.004665145,0.0025}; +Point(86) = {0.1984731575,0,-0.00414412,0.0025}; +Point(87) = {0.2046779975,0,-0.0036456875,0.0025}; +Point(88) = {0.2105683875,0,-0.0031721575,0.0025}; +Point(89) = {0.2161210775,0,-0.0027255925,0.0025}; +Point(90) = {0.221314155,0,-0.0023078575,0.0025}; +Point(91) = {0.226127125,0,-0.0019206625,0.0025}; +Point(92) = {0.23054099,0,-0.0015655575,0.0025}; +Point(93) = {0.234538335,0,-0.0012439575,0.0025}; +Point(94) = {0.2381033825,0,-0.000957135,0.0025}; +Point(95) = {0.24122206,0,-0.0007062225,0.0025}; +Point(96) = {0.243882065,0,-0.000492215,0.0025}; +Point(97) = {0.246072895,0,-0.0003159525,0.0025}; +Point(98) = {0.2477859075,0,-0.0001781325,0.0025}; +Point(99) = {0.2490143375,0,-7.93e-05,0.0025}; +Point(100) = {0.24975334,0,-1.9845e-05,0.0025}; +Spline(1) = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51}; Transfinite Line{1} = 51 Using Bump 0.050000; +Spline(2) = {51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,1}; Transfinite Line{2} = 51 Using Bump 0.050000; +Point(101) = {0.25,0.1225,0,0.01}; +Line(3) = {51,101}; Transfinite Line{3} = 51 Using Progression 1.0; +Line(4) = {1,101}; Transfinite Line{4} = 51 Using Progression 1.; +Point(102) = {0,0.22,0,0.01}; +Point(103) = {0.25,0.22,0,0.01}; +Line(5) = {51,102}; Transfinite Line{5} = 26 Using Progression 1.; +Line(6) = {101,103}; Transfinite Line{6} = 26 Using Progression 1.0; +Line(7) = {102,103}; Transfinite Line{7} = 51 Using Progression 1.0; +Line Loop(1) = {-1,4,-3}; +Ruled Surface(1) = {1}; +Transfinite Surface(1) = {51,1,101}; +Line Loop(2) = {2,4,-3}; +Ruled Surface(2) = {2}; +Transfinite Surface(2) = {51,1,101}; +Line Loop(3) = {3,6,-7,-5}; +Ruled Surface(3) = {3}; +Transfinite Surface(3) = {51,101,103,102}; +Rotate {{0,1,0},{0.125,0,0},0} {Surface{1,2,3};} +Point(104) = {0,0,0.11,0.25}; +Point(105) = {0.25,0.1225,0.11,0.25}; +Point(106) = {0.25,0,0.11,0.25}; +Point(107) = {0,0,-0.11,0.25}; +Point(108) = {0.25,0.1225,-0.11,0.25}; +Point(109) = {0.25,0,-0.11,0.25}; +Point(110) = {0,0.22,0.11,0.25}; +Point(111) = {0.25,0.22,0.11,0.25}; +Point(112) = {0,0.22,-0.11,0.25}; +Point(113) = {0.25,0.22,-0.11,0.25}; +Line(8) = {104,105}; Transfinite Line{8} = 51 Using Progression 1; +Line(9) = {105,106}; Transfinite Line{9} = 51 Using Progression 1.0; +Line(10) = {106,104}; Transfinite Line{10} = 51 Using Progression 1; +Line(11) = {107,108}; Transfinite Line{11} = 51 Using Progression 1; +Line(12) = {108,109}; Transfinite Line{12} = 51 Using Progression 1.; +Line(13) = {109,107}; Transfinite Line{13} = 51 Using Progression 1; +Line(14) = {51,104}; Transfinite Line{14} = 61 Using Progression 1.00; +Line(15) = {101,105}; Transfinite Line{15} = 61 Using Progression 1.0; +Line(16) = {1,106}; Transfinite Line{16} = 61 Using Progression 1.0; +Line(17) = {51,107}; Transfinite Line{17} = 26 Using Progression 1.0; +Line(18) = {101,108}; Transfinite Line{18} = 26 Using Progression 1.; +Line(19) = {1,109}; Transfinite Line{19} = 26 Using Progression 1.0; +Line(20) = {102,110}; Transfinite Line{20} = 61 Using Progression 1.0; +Line(21) = {103,111}; Transfinite Line{21} = 61 Using Progression 1.0; +Line(22) = {102,112}; Transfinite Line{22} = 26 Using Progression 1.0; +Line(23) = {103,113}; Transfinite Line{23} = 26 Using Progression 1.0; +Line(24) = {104,110}; Transfinite Line{24} = 26 Using Progression 1.; +Line(25) = {105,111}; Transfinite Line{25} = 26 Using Progression 1.; +Line(26) = {107,112}; Transfinite Line{26} = 26 Using Progression 1.; +Line(27) = {108,113}; Transfinite Line{27} = 26 Using Progression 1.0; +Line(28) = {110,111}; Transfinite Line{28} = 51 Using Progression 1.00; +Line(29) = {112,113}; Transfinite Line{29} = 51 Using Progression 1.00; +Line Loop(4) = {8,9,10}; +Ruled Surface(4) = {4}; +Transfinite Surface(4) = {104,105,106}; +Line Loop(5) = {11,12,13}; +Ruled Surface(5) = {5}; +Transfinite Surface(5) = {107,108,109}; +Line Loop(6) = {4,15,9,-16}; +Ruled Surface(6) = {6}; +Transfinite Surface(6) = {101,1,106,105}; +Line Loop(7) = {-1,16,10,-14}; +Ruled Surface(7) = {7}; +Transfinite Surface(7) = {51,104,106,1}; +Line Loop(8) = {8,-15,-3,14}; +Ruled Surface(8) = {8}; +Transfinite Surface(8) = {51,104,105,101}; +Line Loop(9) = {4,18,12,-19}; +Ruled Surface(9) = {9}; +Transfinite Surface(9) = {1,101,108,109}; +Line Loop(10) = {-2,17,-13,-19}; +Ruled Surface(10) = {10}; +Transfinite Surface(10) = {51,107,109,1}; +Line Loop(11) = {3,18,-11,-17}; +Ruled Surface(11) = {11}; +Transfinite Surface(11) = {51,107,108,101}; +Line Loop(12) = {14,24,-20,-5}; +Ruled Surface(12) = {12}; +Transfinite Surface(12) = {51,104,110,102}; +Line Loop(13) = {7,21,-28,-20}; +Ruled Surface(13) = {13}; +Transfinite Surface(13) = {102,103,111,110}; +Line Loop(14) = {6,21,-25,-15}; +Ruled Surface(14) = {14}; +Transfinite Surface(14) = {101,103,111,105}; +Line Loop(15) = {8,25,-28,-24}; +Ruled Surface(15) = {15}; +Transfinite Surface(15) = {104,110,111,105}; +Line Loop(16) = {5,22,-26,-17}; +Ruled Surface(16) = {16}; +Transfinite Surface(16) = {51,107,112,102}; +Line Loop(17) = {7,23,-29,-22}; +Ruled Surface(17) = {17}; +Transfinite Surface(17) = {102,103,113,112}; +Line Loop(18) = {6,23,-27,-18}; +Ruled Surface(18) = {18}; +Transfinite Surface(18) = {101,103,113,108}; +Line Loop(19) = {26,29,-27,-11}; +Ruled Surface(19) = {19}; +Transfinite Surface(19) = {107,112,113,108}; +Recombine Surface{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19}=0; +Surface Loop(1) = {7, 1, 6, 4, 8}; +Volume(1) = {1}; +Transfinite Volume{1}; +Surface Loop(2) = {10, 2, 5, 9, 11}; +Volume(2) = {2}; +Transfinite Volume{2}; +Surface Loop(3) = {12, 15, 14, 13, 3, 8}; +Volume(3) = {3}; +Transfinite Volume{3}; +Surface Loop(4) = {16, 17, 18, 19, 3, 11}; +Volume(4) = {4}; +Transfinite Volume{4}; +Extrude {-0.2, 0, 0} { +Surface{12,16}; +Layers{{17,9,5,3,2,1,2},{0.1,0.2,0.3,0.4,0.5,0.6,1.0}}; Recombine; +} +Extrude {0.63, 0, 0} { +Surface{6,9,14,18}; +Layers{{52,26,13,7,4,2,4},{0.1,0.2,0.3,0.4,0.5,0.6,1.0}}; Recombine; +} +Physical Surface("inlet") = {51,73}; +Physical Surface("outlet") = {95,117,139,161}; +Physical Surface("extrados") = {1}; +Physical Surface("intrados") = {2}; +Physical Surface("wall") = {13,17,46,64,130,152}; +Physical Surface("roof") = {4,15,42,90,134}; +Physical Surface("floor") = {5,19,68,112,156}; +Physical Surface("symmetry") = {7,10,38,72,94,116}; +Physical Volume("Volume") = {1,2,3,4,5,6,7,8,9,10}; diff --git a/benchmarks/extrude/flexible_transfinite.geo b/benchmarks/extrude/flexible_transfinite.geo new file mode 100644 index 0000000000..3c591359d6 --- /dev/null +++ b/benchmarks/extrude/flexible_transfinite.geo @@ -0,0 +1,194 @@ +// Define parameters +charLength = 1.0; + +// allow changing transfinite constraints for Blossom +Mesh.FlexibleTransfinite = 1; + +// Edge length square +lSquare = 1; + +// Grid boundary layer size = d2-d1 +d1 = 0.5; +d2 = 1.0; + +// Wake +dw1 = 3.5; +dw2 = 6.5; +dw3 = 15.0; + +// Far-field +xfff = 10.0; +yfff = 15.0; +xffb = 30.0; +yffb = 15.0; + +// Use to define 4 corners of the domain +xMax = 20.0; +xMin = -8.0; +yMax = 8.0; + +// Points square cylinder +p1 = newp; Point(p1) = {-d1,d1,0.0,charLength}; +p2 = newp; Point(p2) = {-d1,-d1,0.0,charLength}; +p3 = newp; Point(p3) = {d1,-d1,0.0,charLength}; +p4 = newp; Point(p4) = {d1,d1,0.0,charLength}; + +// Points BL +p5 = newp; Point(p5) = {-d2,d2,0.0,charLength}; +p6 = newp; Point(p6) = {-d2,-d2,0.0,charLength}; +p7 = newp; Point(p7) = {d2,-d2,0.0,charLength}; +p8 = newp; Point(p8) = {d2,d2,0.0,charLength}; + +// Lines square cylinder +l1 = newl; Line(l1) = {p1,p2}; +l2 = newl; Line(l2) = {p2,p3}; +l3 = newl; Line(l3) = {p3,p4}; +l4 = newl; Line(l4) = {p4,p1}; + +// Lines BL +l5 = newl; Line(l5) = {p1,p5}; +l6 = newl; Line(l6) = {p2,p6}; +l7 = newl; Line(l7) = {p3,p7}; +l8 = newl; Line(l8) = {p4,p8}; +l9 = newl; Line(l9) = {p5,p6}; +l10 = newl; Line(l10) = {p6,p7}; +l11 = newl; Line(l11) = {p7,p8}; +l12 = newl; Line(l12) = {p8,p5}; + +// Points wake +p9 = newp; Point(p9) = {dw1,dw1,0.0,charLength}; +p10 = newp; Point(p10) = {dw1,-dw1,0.0,charLength}; +p11 = newp; Point(p11) = {dw3,-dw2,0.0,charLength}; +p12 = newp; Point(p12) = {dw3,dw2,0.0,charLength}; + +// Lines wake +l13 = newl; Line(l13) = {p9,p10}; +l14 = newl; Line(l14) = {p10,p11}; +l15 = newl; Line(l15) = {p11,p12}; +l16 = newl; Line(l16) = {p12,p9}; + +// Connect wake to BL +l17 = newl; Line(l17) = {p8,p9}; +l18 = newl; Line(l18) = {p7,p10}; + +// Far-field points +p13 = newp; Point(p13) = {-xfff,yfff,0.0,charLength}; +p14 = newp; Point(p14) = {-xfff,-yfff,0.0,charLength}; +p15 = newp; Point(p15) = {xffb,-yffb,0.0,charLength}; +p16 = newp; Point(p16) = {xffb,yffb,0.0,charLength}; + +// Far-field lines +l19 = newl; Line(l19) = {p13,p14}; +l20 = newl; Line(l20) = {p14,p15}; +l21 = newl; Line(l21) = {p15,p16}; +l22 = newl; Line(l22) = {p16,p13}; + +// Points second butterfly layer +p17 = newp; Point(p17) = {-0.75*dw1,dw1,0.0,charLength}; +p18 = newp; Point(p18) = {-0.75*dw1,-dw1,0.0,charLength}; + +// Lines second butterfly layer +l23 = newl; Line(l23) = {p9,p17}; +l24 = newl; Line(l24) = {p17,p18}; +l25 = newl; Line(l25) = {p18,p10}; +l26 = newl; Line(l26) = {p5,p17}; +l27 = newl; Line(l27) = {p6,p18}; + + +// Line loops +ll1 = newl; Line Loop(ll1) = {-l1,l5,l9,-l6}; +ll2 = newl; Line Loop(ll2) = {-l2,l6,l10,-l7}; +ll3 = newl; Line Loop(ll3) = {-l3,l7,l11,-l8}; +ll4 = newl; Line Loop(ll4) = {-l4,l8,l12,-l5}; +ll5 = newl; Line Loop(ll5) = {-l11,l18,-l13,-l17}; +ll6 = newl; Line Loop(ll6) = {l13,l14,l15,l16}; +ll7 = newl; Line Loop(ll7) = {l19,l20,l21,l22,l24,l25,l14,l15,l16,l23}; +ll8 = newl; Line Loop(ll8) = {l23,-l26,-l12,l17}; +ll9 = newl; Line Loop(ll9) = {l26,l24,-l27,-l9}; +ll10 = newl; Line Loop(ll10) = {l27,l25,-l18,-l10}; + +// Surfaces +s1 = news; Plane Surface(s1) = {ll1}; +s2 = news; Plane Surface(s2) = {ll2}; +s3 = news; Plane Surface(s3) = {ll3}; +s4 = news; Plane Surface(s4) = {ll4}; +s5 = news; Plane Surface(s5) = {ll5}; +s6 = news; Plane Surface(s6) = {ll6}; +s7 = news; Plane Surface(s7) = {ll7}; +s8 = news; Plane Surface(s8) = {ll8}; +s9 = news; Plane Surface(s9) = {ll9}; +s10 = news; Plane Surface(s10) = {ll10}; + + + +//Transfinite Surface{s1} = {p1,p5,p6,p2}; +Transfinite Surface{s2} = {p2,p6,p7,p3}; +Transfinite Surface{s3} = {p3,p7,p8,p4}; +Transfinite Surface{s4} = {p4,p8,p5,p1}; + +//// DISTRIBUTION OF THE POINTS: The game has to be played here ;-) +/////////////////////////////////////////////////////////////////// +// North, South, East square walls +Transfinite Line{l1,l2,l3,l4,l10,l12} = 25 Using Bump 0.1; +Transfinite Line{l3,l11} = 40 Using Bump 0.1; + +// West square wall +Transfinite Line{l9} = 15 Using Progression 1.0; + +// Four lines which connect the square and the end of the BL +Transfinite Line{-l5,-l6,-l7,-l8} = 20 Using Progression 0.9; + +// First divergent part of the wake: sides +Transfinite Line{l17,l18} = 30 Using Progression 1.0; + +// End first divergent part of the wake +Transfinite Line{l13} = 40 Using Progression 1.0; + +// Second divergent part of wake: sides +Transfinite Line{l14,-l16} = 40 Using Progression 1.0; + +// End second divergent part of the wake +Transfinite Line{l15} = 40 Using Progression 1.0; + +// Second butterfly layer +Transfinite Line{l24} = 15 Using Progression 1.0; +Transfinite Line{l23,l25} = 30 Using Progression 1.0; +Transfinite Line{l26,l27} = 20 Using Progression 1.0; + +// Inlet +Transfinite Line{l19} = 10 Using Progression 1.0; + +// Outlet +Transfinite Line{l21} = 10 Using Progression 1.0; + +// Far-field sides +Transfinite Line{l22,-l20} = 20 Using Progression 1.0; + + +//// Subdivides triangles in 3 quads +//Mesh.SubdivisionAlgorithm=1; + +// Recombine surfaces +Recombine Surface{s1}; +Recombine Surface{s2}; +Recombine Surface{s3}; +Recombine Surface{s4}; +Recombine Surface{s5}; +Recombine Surface{s6}; +Recombine Surface{s7}; +Recombine Surface{s8}; +Recombine Surface{s9}; +Recombine Surface{s10}; + +// Make a list of all surfaces which need to be extruded +allParts[] = {s1,s2,s3,s4,s5,s6,s7,s8,s9,s10}; + +// Extrude geometry and quadrilateral mesh in Z direction // +zdir[] = Extrude{0, 0, 5} { Surface{allParts[]}; Layers{1}; Recombine;}; + +// 3) Set background field +// -------------------- + +//Field[5] = Min; +//Field[5].FieldsList = {2,4}; +//Background Field = 5; diff --git a/benchmarks/extrude/full_hex_simple.geo b/benchmarks/extrude/full_hex_simple.geo new file mode 100644 index 0000000000..006a9f166f --- /dev/null +++ b/benchmarks/extrude/full_hex_simple.geo @@ -0,0 +1,47 @@ +lc = 0.2; +Point(1) = {-1, -1, 0, lc}; +Point(2) = {-0.3, -1, 0, lc}; +Point(3) = {-0.3, -0.4, 0, lc}; +Point(4) = {-1, -0.4, 0, lc}; +Point(5) = {-0.5, -0.7, -0, lc}; +Point(6) = {-0.6, -0.7, -0, lc}; +Point(7) = {-0.7, -0.7, 0, lc}; +Point(8) = {-0.6, -0.6, -0, lc}; +Point(9) = {-0.6, -0.8, -0, lc}; +Line(1) = {1, 2}; +Line(2) = {2, 3}; +Line(3) = {3, 4}; +Line(4) = {4, 1}; +Circle(5) = {5, 6, 8}; +Circle(6) = {8, 6, 7}; +Circle(7) = {7, 6, 9}; +Circle(8) = {9, 6, 5}; +Line Loop(9) = {4, 1, 2, 3}; +Line Loop(10) = {6, 7, 8, 5}; +Plane Surface(11) = {9, 10}; +Recombine Surface{11}; +Extrude {0, 0, 1} { + Surface{11}; Layers{2}; Recombine; +} + +Point(50) = {0.5, -1, 0, lc}; +Point(51) = {0.5, -1, 1, lc}; +Line(54) = {15, 51}; +Line(55) = {51, 50}; +Line(56) = {50, 2}; +Point(52) = {0.1, -1, 0.4, 1.0}; +Point(53) = {0.1, -1, 0.5, 1.0}; +Point(54) = {0, -1, 0.5, 1.0}; +Point(55) = {0.1, -1, 0.6, 1.0}; +Point(56) = {0.2, -1, 0.5, 1.0}; +Circle(57) = {56, 53, 52}; +Circle(58) = {52, 53, 54}; +Circle(59) = {54, 53, 55}; +Circle(60) = {55, 53, 56}; +Line Loop(61) = {27, 54, 55, 56}; +Line Loop(62) = {60, 57, 58, 59}; +Plane Surface(63) = {61, 62}; +Recombine Surface{63}; +Extrude {0, 0.6, 0} { // Warning: 4 layers here depends on lc ! + Surface{63}; Layers{4}; Recombine; +} diff --git a/benchmarks/extrude/rail.geo b/benchmarks/extrude/rail.geo new file mode 100644 index 0000000000..584b64964d --- /dev/null +++ b/benchmarks/extrude/rail.geo @@ -0,0 +1,215 @@ +cl = 0.6; + +Point(1) = {8.96697877729,-0.798984524346,0,cl}; +Point(2) = {9.0803979106,-0.334909715204,0,cl}; +Point(3) = {9.04953183407,1.34394915316,0,cl}; +Point(4) = {9.06136687406,4.4706352202,0,cl}; +Point(5) = {9.06794189629,6.20768303523,0,cl}; +Point(6) = {9.03992499604,8.63926262343,0,cl}; +Point(7) = {8.93614922865,10.722857943,0,cl}; +Point(8) = {8.45993498034,12.7456781405,0,cl}; +Point(9) = {7.86898659426,13.9570139658,0,cl}; +Point(10) = {7.05602162452,15.5140352372,0,cl}; +Point(11) = {6.28027858613,17.0713438615,0,cl}; +Point(12) = {6.09899061233,18.3437421617,0,cl}; +Point(13) = {6.0326559437,20.4855264279,0,cl}; +Point(14) = {6.12397569677,24.9445238588,0,cl}; +Point(15) = {6.06794189629,29.8076830352,0,cl}; +Point(16) = {6.15794664491,33.9192709031,0,cl}; +Point(17) = {6.09252517381,46.1356451436,0,cl}; +Point(18) = {6.05749491653,46.7143737291,0,cl}; +Point(19) = {6.32024011007,47.2954011372,0,cl}; +Point(20) = {7.29392784522,48.8662153442,0,cl}; +Point(21) = {8.56780187266,51.0762459058,0,cl}; +Point(22) = {9.76635536778,53.0540953865,0,cl}; +Point(23) = {10.4772979094,54.0438821853,0,cl}; +Point(24) = {10.8525855666,54.8573780272,0,cl}; +Point(25) = {11.2250240475,54.9181531493,0,cl}; +Point(26) = {12.3789039194,54.9270610868,0,cl}; +Point(27) = {14.0911127616,54.9402793167,0,cl}; +Point(28) = {14.9095569166,54.8307978911,0,cl}; +Point(29) = {15.4672283846,54.661403402,0,cl}; +Point(30) = {15.6513655347,54.1417258216,0,cl}; +Point(31) = {15.6478588562,53.2153003202,0,cl}; +Point(32) = {15.6415030014,51.536154099,0,cl}; +Point(33) = {15.668643232,48.8729681355,0,cl}; +Point(34) = {15.6927151189,45.3991598583,0,cl}; +Point(35) = {15.7132803273,40.9989260797,0,cl}; +Point(36) = {15.8137685836,38.0468068526,0,cl}; +Point(37) = {16.1415334413,36.1386404315,0,cl}; +Point(38) = {16.7294134837,34.1166822925,0,cl}; +Point(39) = {17.3199235349,32.7895432795,0,cl}; +Point(40) = {18.1703296034,31.2907109547,0,cl}; +Point(41) = {18.9824179035,29.502083308,0,cl}; +Point(42) = {19.2009278087,28.2299723606,0,cl}; +Point(43) = {19.2337663919,27.0722278367,0,cl}; +Point(44) = {19.3782707692,25.9153453713,0,cl}; +Point(45) = {19.8207697646,24.8186633223,0,cl}; +Point(46) = {20.3771262283,24.3018592702,0,cl}; +Point(47) = {21.4178061343,23.9045939924,0,cl}; +Point(48) = {22.3481352506,23.8538762191,0,cl}; +Point(49) = {22.792168418,23.162505327,0,cl}; +Point(50) = {23.160881053,22.2389533539,0,cl}; +Point(51) = {23.5670347867,21.3735903274,0,cl}; +Point(52) = {24.1610515165,20.9728768157,0,cl}; +Point(53) = {24.4975830705,21.380774148,0,cl}; +Point(54) = {24.5394075174,22.5969949713,0,cl}; +Point(55) = {24.4746070207,25.1440903944,0,cl}; +Point(56) = {24.484469554,27.7496621169,0,cl}; +Point(57) = {24.4503159663,28.5599970778,0,cl}; +Point(58) = {24.2648638118,28.7322650952,0,cl}; +Point(59) = {24.0780966528,28.5571235495,0,cl}; +Point(60) = {23.8913294938,28.3819820039,0,cl}; +Point(61) = {23.6292418025,27.9746593773,0,cl}; +Point(62) = {23.1066005918,27.565325281,0,cl}; +Point(63) = {22.6588415785,27.2723690779,0,cl}; +Point(64) = {22.2130550719,27.5005272194,0,cl}; +Point(65) = {21.7694602394,28.3077012992,0,cl}; +Point(66) = {21.6617394587,29.3490679297,0,cl}; +Point(67) = {21.7407858369,30.5655761059,0,cl}; +Point(68) = {21.9299638374,31.3776351837,0,cl}; +Point(69) = {22.3050323272,32.1332294317,0,cl}; +Point(70) = {22.4939911602,32.8873869157,0,cl}; +Point(71) = {22.570626697,33.4669775597,0,cl}; +Point(72) = {22.2362868171,33.6380961658,0,cl}; +Point(73) = {21.9750757954,33.4623799145,0,cl}; +Point(74) = {21.4539687565,33.458356975,0,cl}; +Point(75) = {20.9705219837,33.570424576,0,cl}; +Point(76) = {20.4872943784,33.7403937708,0,cl}; +Point(77) = {19.7454857602,34.4294658403,0,cl}; +Point(78) = {19.2662031682,35.6416637241,0,cl}; +Point(79) = {19.0098138295,36.7397825372,0,cl}; +Point(80) = {19.0498849371,37.4927906099,0,cl}; +Point(81) = {19.1267396413,38.1302828477,0,cl}; +Point(82) = {19.2024985084,38.4782671164,0,cl}; +Point(83) = {18.8685969633,38.7651889101,0,cl}; +Point(84) = {18.6461420448,38.9950711685,0,cl}; +Point(85) = {18.2765527402,39.6870167663,0,cl}; +Point(86) = {18.1703661313,41.1336945537,0,cl}; +Point(87) = {18.178256158,43.2181519317,0,cl}; +Point(88) = {18.1517734296,46.0550426768,0,cl}; +Point(89) = {18.0953012943,50.8023986655,0,cl}; +Point(90) = {18.1047254928,53.2921672004,0,cl}; +Point(91) = {18.0771469274,55.8395499763,0,cl}; +Point(92) = {18.0443083442,56.9972945001,0,cl}; +Point(93) = {18.0097164217,57.6918262733,0,cl}; +Point(94) = {17.6773490484,58.3840592239,0,cl}; +Point(95) = {17.2320008767,58.728020553,0,cl}; +Point(96) = {16.7487732713,58.8979897478,0,cl}; +Point(97) = {15.4832276054,58.8882197519,0,cl}; +Point(98) = {13.7337968318,58.8747141692,0,cl}; +Point(99) = {11.4634781868,58.9150872408,0,cl}; +Point(100) = {10.1979325208,58.9053172448,0,cl}; +Point(101) = {9.71317074359,58.6699752828,0,cl}; +Point(102) = {9.1515542622,57.7971410829,0,cl}; +Point(103) = {8.36485285344,56.4593700155,0,cl}; +Point(104) = {7.3913842857,54.9464574024,0,cl}; +Point(105) = {5.63165264401,52.2115769095,0,cl}; +Point(106) = {4.13313202401,49.6524126679,0,cl}; +Point(107) = {3.72127993766,49.0123342546,0,cl}; +Point(108) = {3.60764163694,48.4903578517,0,cl}; +Point(109) = {3.5680088641,47.8531529667,0,cl}; +Point(110) = {3.56362551596,46.69512109,0,cl}; +Point(111) = {3.594674232,35.2311802165,0,cl}; +Point(112) = {3.57516833274,30.0779383653,0,cl}; +Point(113) = {3.58258349669,22.2036089566,0,cl}; +Point(114) = {3.56965261966,18.7874149204,0,cl}; +Point(115) = {3.63971313422,17.6299577494,0,cl}; +Point(116) = {3.7848750137,16.6467800655,0,cl}; +Point(117) = {4.18905624079,15.2603026945,0,cl}; +Point(118) = {5.07558840361,13.4722497534,0,cl}; +Point(119) = {6.22026324441,11.0492907499,0,cl}; +Point(120) = {6.55021977621,9.72014026714,0,cl}; +Point(121) = {6.61962278854,8.3889783146,0,cl}; +Point(122) = {6.35468592093,7.22893496816,0,cl}; +Point(123) = {5.72015974869,6.7608372195,0,cl}; +Point(124) = {5.0514799888,7.10307443169,0,cl}; +Point(125) = {4.56934822048,7.56255159566,0,cl}; +Point(126) = {3.9753314907,7.96326510733,0,cl}; +Point(127) = {3.78922183394,7.96182834322,0,cl}; +Point(128) = {3.67667937026,7.72935990941,0,cl}; +Point(129) = {3.63792326706,7.32376139975,0,cl}; +Point(130) = {3.59587965274,6.04963898258,0,cl}; +Point(131) = {3.51464160041,4.25411486807,0,cl}; +Point(132) = {3.47522799498,3.67481157691,0,cl}; +Point(133) = {3.58601711941,3.44406726004,0,cl}; +Point(134) = {3.77168844135,3.32970083649,0,cl}; +Point(135) = {3.95801726552,3.38903919444,0,cl}; +Point(136) = {4.36855434743,3.68170804466,0,cl}; +Point(137) = {5.00176551523,3.80239623032,0,cl}; +Point(138) = {5.96843989334,3.52035943455,0,cl}; +Point(139) = {6.67236907791,2.65729523067,0,cl}; +Point(140) = {7.07764614204,1.56032582888,0,cl}; +Point(141) = {7.33315881114,0.230600640456,0,cl}; +Point(142) = {7.3677507336,-0.46393113273,0,cl}; +Point(143) = {7.73909337749,-0.692663979837,0,cl}; +Point(144) = {8.25998124901,-0.746542634149,0,cl}; +Point(145) = {8.70642525783,-0.800995994107,0,cl}; + +Line(1) = {56, 53}; +// Line(2) = {63, 48}; +Spline(3) = {48, 49, 50, 51, 52, 53}; +Spline(4) = {56, 57, 58, 59, 60, 61, 62, 63}; +// Line(5) = {68, 40}; +Spline(6) = {68, 67, 66, 65, 64, 63}; +Spline(7) = {48, 47, 46, 45, 44, 43, 42, 41, 40}; +Line(12) = {31, 90}; +Line(13) = {37, 79}; +Spline(14) = {68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79}; +Spline(15) = {37, 38, 39, 40}; +Spline(16) = {79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90}; +Spline(17) = {31, 32, 33, 34, 35, 36, 37}; +Line(18) = {103, 24}; +Line(19) = {19, 109}; +Line(20) = {15, 112}; +Spline(21) = {90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103}; +Spline(22) = {24, 25, 26, 27, 28, 29, 30, 31}; +Spline(23) = {24, 23, 22, 21, 20, 19}; +Spline(24) = {103, 104, 105, 106, 107, 108, 109}; +BSpline(25) = {19, 17, 16, 15}; +Spline(26) = {112, 111, 110, 109}; +Line(27) = {6, 121}; +// Line(28) = {122, 138}; +Spline(29) = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6}; +Spline(30) = {121, 120, 119, 118, 117, 116, 115, 114, 113, 112}; +Line(31) = {122, 121}; +Spline(32) = {122, 123, 124, 125, 126, 126, 127, 128}; +Spline(33) = {128, 129, 130, 131, 132, 133}; +Spline(34) = {133, 134, 135, 136, 137, 138}; +Spline(35) = {138, 139, 140, 141, 142, 143, 144, 145, 1}; +Spline(36) = {1, 2, 3, 4, 5, 6}; + + +Line Loop(39) = {13, 16, -12, 17}; +Plane Surface(40) = {39}; +Line Loop(41) = {21, 18, 22, 12}; +Plane Surface(42) = {41}; +Line Loop(43) = {23, 19, -24, 18}; +Plane Surface(44) = {43}; +Line Loop(45) = {25, 20, 26, -19}; +Plane Surface(46) = {45}; +Line Loop(47) = {29, 27, 30, -20}; +Plane Surface(48) = {47}; +Line Loop(49) = {14, -13, 15, -7, 3, -1, 4, -6}; +Plane Surface(50) = {49}; +Line Loop(51) = {27, -31, 32, 33, 34, 35, 36}; +Plane Surface(52) = {51}; + +Transfinite Line{12, 13, 18, 19, 20, 27} = 6; +Transfinite Line{16, 17, 25, 26, 29, 30} = 30; +Transfinite Line{23, 24} = 15; +Transfinite Surface{40, 44, 46, 48}; +Recombine Surface{40, 44, 46, 48}; + +Mesh.FlexibleTransfinite = 1; +Mesh.Algorithm = 8; +Mesh.RecombineAll = 1; +Mesh.RecombinationAlgorithm = 1; +Mesh.Lloyd = 20; + +// l'extrusion est maintenant necessaire pour creer des nouvelles entites +Extrude {0,0,5.0} { + Surface{40, 42, 44, 46, 48, 50, 52}; + Layers{10}; + Recombine; +} diff --git a/benchmarks/extrude/sphere_boundary_layer_from_view.pos b/benchmarks/extrude/sphere_boundary_layer_from_view.pos new file mode 100644 index 0000000000..ac9d72f1cf --- /dev/null +++ b/benchmarks/extrude/sphere_boundary_layer_from_view.pos @@ -0,0 +1,1669 @@ +View "New view_MathEval" { +VP(-1.5,-1.5,-1.5){-0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VP(1.5,-1.5,-1.5){0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VP(1.5,1.5,-1.5){0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VP(-1.5,1.5,-1.5){-0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VP(1.5,1.5,1.5){0.105574875411931,0.1061058025015544,0.1061058025015544}; +VP(1.5,-1.5,1.5){0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VP(-1.5,-1.5,1.5){-0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VP(-1.5,1.5,1.5){-0.105574875411931,0.1061058025015544,0.1061058025015544}; +VL(-1.5,1.5,-1.5,-0.9000000000022205,1.5,-1.5){-0.105574875411931,0.1061058025015544,-0.1061058025015544,-0.3432784748158345,0.9324149524033877,-0.9324149524033877}; +VL(-0.9000000000022205,1.5,-1.5,-0.3000000000036085,1.5,-1.5){-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.02502948906497769,1.433004733686809,-1.433004733686809}; +VL(-0.3000000000036085,1.5,-1.5,0.2999999999963916,1.5,-1.5){-0.02502948906497769,1.433004733686809,-1.433004733686809,0.02502948906326356,1.433004733690008,-1.433004733690008}; +VL(0.2999999999963916,1.5,-1.5,0.8999999999977795,1.5,-1.5){0.02502948906326356,1.433004733690008,-1.433004733690008,0.343278474813642,0.9324149524086058,-0.9324149524086058}; +VL(0.8999999999977795,1.5,-1.5,1.5,1.5,-1.5){0.343278474813642,0.9324149524086058,-0.9324149524086058,0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VL(1.5,1.5,-1.5,1.5,0.9000000000022205,-1.5){0.105574875411931,0.1061058025015544,-0.1061058025015544,0.105574875411931,0.06366348150108969,-0.1061058025015544}; +VL(1.5,0.9000000000022205,-1.5,1.5,0.3000000000036085,-1.5){0.105574875411931,0.06366348150108969,-0.1061058025015544,0.105574875411931,0.02122116050056613,-0.1061058025015544}; +VL(1.5,0.3000000000036085,-1.5,1.5,-0.2999999999963916,-1.5){0.105574875411931,0.02122116050056613,-0.1061058025015544,0.105574875411931,-0.02122116050005562,-0.1061058025015544}; +VL(1.5,-0.2999999999963916,-1.5,1.5,-0.8999999999977795,-1.5){0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.105574875411931,-0.06366348150077554,-0.1061058025015544}; +VL(1.5,-0.8999999999977795,-1.5,1.5,-1.5,-1.5){0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VL(1.5,-1.5,-1.5,0.9000000000022205,-1.5,-1.5){0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.3432784748158345,-0.9324149524033877,-0.9324149524033877}; +VL(0.9000000000022205,-1.5,-1.5,0.3000000000036085,-1.5,-1.5){0.3432784748158345,-0.9324149524033877,-0.9324149524033877,0.02502948906497769,-1.433004733686809,-1.433004733686809}; +VL(0.3000000000036085,-1.5,-1.5,-0.2999999999963916,-1.5,-1.5){0.02502948906497769,-1.433004733686809,-1.433004733686809,-0.02502948906326356,-1.433004733690008,-1.433004733690008}; +VL(-0.2999999999963916,-1.5,-1.5,-0.8999999999977795,-1.5,-1.5){-0.02502948906326356,-1.433004733690008,-1.433004733690008,-0.343278474813642,-0.9324149524086058,-0.9324149524086058}; +VL(-0.8999999999977795,-1.5,-1.5,-1.5,-1.5,-1.5){-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VL(-1.5,-1.5,-1.5,-1.5,-0.9000000000022205,-1.5){-0.105574875411931,-0.1061058025015544,-0.1061058025015544,-0.105574875411931,-0.06366348150108969,-0.1061058025015544}; +VL(-1.5,-0.9000000000022205,-1.5,-1.5,-0.3000000000036085,-1.5){-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.105574875411931,-0.02122116050056613,-0.1061058025015544}; +VL(-1.5,-0.3000000000036085,-1.5,-1.5,0.2999999999963916,-1.5){-0.105574875411931,-0.02122116050056613,-0.1061058025015544,-0.105574875411931,0.02122116050005562,-0.1061058025015544}; +VL(-1.5,0.2999999999963916,-1.5,-1.5,0.8999999999977795,-1.5){-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.105574875411931,0.06366348150077554,-0.1061058025015544}; +VL(-1.5,0.8999999999977795,-1.5,-1.5,1.5,-1.5){-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VL(1.5,1.5,1.5,1.5,0.9000000000022205,1.5){0.105574875411931,0.1061058025015544,0.1061058025015544,0.105574875411931,0.06366348150108969,0.1061058025015544}; +VL(1.5,0.9000000000022205,1.5,1.5,0.3000000000036085,1.5){0.105574875411931,0.06366348150108969,0.1061058025015544,0.105574875411931,0.02122116050056613,0.1061058025015544}; +VL(1.5,0.3000000000036085,1.5,1.5,-0.2999999999963916,1.5){0.105574875411931,0.02122116050056613,0.1061058025015544,0.105574875411931,-0.02122116050005562,0.1061058025015544}; +VL(1.5,-0.2999999999963916,1.5,1.5,-0.8999999999977795,1.5){0.105574875411931,-0.02122116050005562,0.1061058025015544,0.105574875411931,-0.06366348150077554,0.1061058025015544}; +VL(1.5,-0.8999999999977795,1.5,1.5,-1.5,1.5){0.105574875411931,-0.06366348150077554,0.1061058025015544,0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VL(1.5,-1.5,1.5,0.9000000000022205,-1.5,1.5){0.105574875411931,-0.1061058025015544,0.1061058025015544,0.3432784748158345,-0.9324149524033877,0.9324149524033877}; +VL(0.9000000000022205,-1.5,1.5,0.3000000000036085,-1.5,1.5){0.3432784748158345,-0.9324149524033877,0.9324149524033877,0.02502948906497769,-1.433004733686809,1.433004733686809}; +VL(0.3000000000036085,-1.5,1.5,-0.2999999999963916,-1.5,1.5){0.02502948906497769,-1.433004733686809,1.433004733686809,-0.02502948906326356,-1.433004733690008,1.433004733690008}; +VL(-0.2999999999963916,-1.5,1.5,-0.8999999999977795,-1.5,1.5){-0.02502948906326356,-1.433004733690008,1.433004733690008,-0.343278474813642,-0.9324149524086058,0.9324149524086058}; +VL(-0.8999999999977795,-1.5,1.5,-1.5,-1.5,1.5){-0.343278474813642,-0.9324149524086058,0.9324149524086058,-0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VL(-1.5,-1.5,1.5,-1.5,-0.9000000000022205,1.5){-0.105574875411931,-0.1061058025015544,0.1061058025015544,-0.105574875411931,-0.06366348150108969,0.1061058025015544}; +VL(-1.5,-0.9000000000022205,1.5,-1.5,-0.3000000000036085,1.5){-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.105574875411931,-0.02122116050056613,0.1061058025015544}; +VL(-1.5,-0.3000000000036085,1.5,-1.5,0.2999999999963916,1.5){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.105574875411931,0.02122116050005562,0.1061058025015544}; +VL(-1.5,0.2999999999963916,1.5,-1.5,0.8999999999977795,1.5){-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.105574875411931,0.06366348150077554,0.1061058025015544}; +VL(-1.5,0.8999999999977795,1.5,-1.5,1.5,1.5){-0.105574875411931,0.06366348150077554,0.1061058025015544,-0.105574875411931,0.1061058025015544,0.1061058025015544}; +VL(-1.5,1.5,1.5,-0.9000000000022205,1.5,1.5){-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.3432784748158345,0.9324149524033877,0.9324149524033877}; +VL(-0.9000000000022205,1.5,1.5,-0.3000000000036085,1.5,1.5){-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.02502948906497769,1.433004733686809,1.433004733686809}; +VL(-0.3000000000036085,1.5,1.5,0.2999999999963916,1.5,1.5){-0.02502948906497769,1.433004733686809,1.433004733686809,0.02502948906326356,1.433004733690008,1.433004733690008}; +VL(0.2999999999963916,1.5,1.5,0.8999999999977795,1.5,1.5){0.02502948906326356,1.433004733690008,1.433004733690008,0.343278474813642,0.9324149524086058,0.9324149524086058}; +VL(0.8999999999977795,1.5,1.5,1.5,1.5,1.5){0.343278474813642,0.9324149524086058,0.9324149524086058,0.105574875411931,0.1061058025015544,0.1061058025015544}; +VL(1.5,1.5,-1.5,1.5,1.5,-0.9000000000022205){0.105574875411931,0.1061058025015544,-0.1061058025015544,0.105574875411931,0.1061058025015544,-0.06366348150108969}; +VL(1.5,1.5,-0.9000000000022205,1.5,1.5,-0.3000000000036085){0.105574875411931,0.1061058025015544,-0.06366348150108969,0.105574875411931,0.1061058025015544,-0.02122116050056613}; +VL(1.5,1.5,-0.3000000000036085,1.5,1.5,0.2999999999963916){0.105574875411931,0.1061058025015544,-0.02122116050056613,0.105574875411931,0.1061058025015544,0.02122116050005562}; +VL(1.5,1.5,0.2999999999963916,1.5,1.5,0.8999999999977795){0.105574875411931,0.1061058025015544,0.02122116050005562,0.105574875411931,0.1061058025015544,0.06366348150077554}; +VL(1.5,1.5,0.8999999999977795,1.5,1.5,1.5){0.105574875411931,0.1061058025015544,0.06366348150077554,0.105574875411931,0.1061058025015544,0.1061058025015544}; +VL(1.5,-1.5,-1.5,1.5,-1.5,-0.9000000000022205){0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.105574875411931,-0.1061058025015544,-0.06366348150108969}; +VL(1.5,-1.5,-0.9000000000022205,1.5,-1.5,-0.3000000000036085){0.105574875411931,-0.1061058025015544,-0.06366348150108969,0.105574875411931,-0.1061058025015544,-0.02122116050056613}; +VL(1.5,-1.5,-0.3000000000036085,1.5,-1.5,0.2999999999963916){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.1061058025015544,0.02122116050005562}; +VL(1.5,-1.5,0.2999999999963916,1.5,-1.5,0.8999999999977795){0.105574875411931,-0.1061058025015544,0.02122116050005562,0.105574875411931,-0.1061058025015544,0.06366348150077554}; +VL(1.5,-1.5,0.8999999999977795,1.5,-1.5,1.5){0.105574875411931,-0.1061058025015544,0.06366348150077554,0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VL(-1.5,-1.5,-1.5,-1.5,-1.5,-0.9000000000022205){-0.105574875411931,-0.1061058025015544,-0.1061058025015544,-0.105574875411931,-0.1061058025015544,-0.06366348150108969}; +VL(-1.5,-1.5,-0.9000000000022205,-1.5,-1.5,-0.3000000000036085){-0.105574875411931,-0.1061058025015544,-0.06366348150108969,-0.105574875411931,-0.1061058025015544,-0.02122116050056613}; +VL(-1.5,-1.5,-0.3000000000036085,-1.5,-1.5,0.2999999999963916){-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.105574875411931,-0.1061058025015544,0.02122116050005562}; +VL(-1.5,-1.5,0.2999999999963916,-1.5,-1.5,0.8999999999977795){-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.105574875411931,-0.1061058025015544,0.06366348150077554}; +VL(-1.5,-1.5,0.8999999999977795,-1.5,-1.5,1.5){-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VL(-1.5,1.5,-1.5,-1.5,1.5,-0.9000000000022205){-0.105574875411931,0.1061058025015544,-0.1061058025015544,-0.105574875411931,0.1061058025015544,-0.06366348150108969}; +VL(-1.5,1.5,-0.9000000000022205,-1.5,1.5,-0.3000000000036085){-0.105574875411931,0.1061058025015544,-0.06366348150108969,-0.105574875411931,0.1061058025015544,-0.02122116050056613}; +VL(-1.5,1.5,-0.3000000000036085,-1.5,1.5,0.2999999999963916){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.1061058025015544,0.02122116050005562}; +VL(-1.5,1.5,0.2999999999963916,-1.5,1.5,0.8999999999977795){-0.105574875411931,0.1061058025015544,0.02122116050005562,-0.105574875411931,0.1061058025015544,0.06366348150077554}; +VL(-1.5,1.5,0.8999999999977795,-1.5,1.5,1.5){-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.105574875411931,0.1061058025015544,0.1061058025015544}; +VT(1.5,-1.5,-1.5,0.9000000000022205,-1.5,-1.5,1.01888888888931,-1.018888888888468,-1.5){0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.3432784748158345,-0.9324149524033877,-0.9324149524033877,0.3873582153570161,-0.5342160936259408,-0.7864686220232475}; +VT(1.5,-1.5,-1.5,1.01888888888931,-1.018888888888468,-1.5,1.5,-0.8999999999977795,-1.5){0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.105574875411931,-0.06366348150077554,-0.1061058025015544}; +VT(-1.01888888888931,1.018888888888468,-1.5,-1.5,0.8999999999977795,-1.5,-1.5,1.5,-1.5){-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VT(-0.9000000000022205,1.5,-1.5,-1.01888888888931,1.018888888888468,-1.5,-1.5,1.5,-1.5){-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VT(1.5,0.9000000000022205,-1.5,1.5,0.3000000000036085,-1.5,1.106960902554097,0.5558591136062884,-1.5){0.105574875411931,0.06366348150108969,-0.1061058025015544,0.105574875411931,0.02122116050056613,-0.1061058025015544,0.3961127088846959,0.2486811255392249,-0.6710723620033086}; +VT(1.020616057349863,1.017277911970441,-1.5,1.5,1.5,-1.5,1.5,0.9000000000022205,-1.5){0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.105574875411931,0.1061058025015544,-0.1061058025015544,0.105574875411931,0.06366348150108969,-0.1061058025015544}; +VT(1.106960902554097,0.5558591136062884,-1.5,1.020616057349863,1.017277911970441,-1.5,1.5,0.9000000000022205,-1.5){0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.105574875411931,0.06366348150108969,-0.1061058025015544}; +VT(1.020616057349863,1.017277911970441,-1.5,0.8999999999977795,1.5,-1.5,1.5,1.5,-1.5){0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.343278474813642,0.9324149524086058,-0.9324149524086058,0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VT(0.56598993733359,1.10234894435484,-1.5,0.2999999999963916,1.5,-1.5,0.8999999999977795,1.5,-1.5){0.1373783684316538,0.9304466200698106,-1.266087237849667,0.02502948906326356,1.433004733690008,-1.433004733690008,0.343278474813642,0.9324149524086058,-0.9324149524086058}; +VT(0.56598993733359,1.10234894435484,-1.5,0.8999999999977795,1.5,-1.5,1.020616057349863,1.017277911970441,-1.5){0.1373783684316538,0.9304466200698106,-1.266087237849667,0.343278474813642,0.9324149524086058,-0.9324149524086058,0.3877481143800315,0.5318745036829164,-0.7842613568390904}; +VT(-1.107401916338593,-0.5561163148796003,-1.5,-1.5,-0.9000000000022205,-1.5,-1.5,-0.3000000000036085,-1.5){-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.105574875411931,-0.02122116050056613,-0.1061058025015544}; +VT(-1.5,-1.5,-1.5,-1.5,-0.9000000000022205,-1.5,-1.022858374149648,-1.01792924438677,-1.5){-0.105574875411931,-0.1061058025015544,-0.1061058025015544,-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.3882421535410976,-0.5302680215196049,-0.781392259496956}; +VT(-1.107401916338593,-0.5561163148796003,-1.5,-1.022858374149648,-1.01792924438677,-1.5,-1.5,-0.9000000000022205,-1.5){-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.105574875411931,-0.06366348150108969,-0.1061058025015544}; +VT(0.3000000000036085,-1.5,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.9000000000022205,-1.5,-1.5){0.02502948906497769,-1.433004733686809,-1.433004733686809,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.3432784748158345,-0.9324149524033877,-0.9324149524033877}; +VT(1.01888888888931,-1.018888888888468,-1.5,0.9000000000022205,-1.5,-1.5,0.5566283276590345,-1.106082425806995,-1.5){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.3432784748158345,-0.9324149524033877,-0.9324149524033877,0.1319164414226059,-0.9391096358983906,-1.273561916346178}; +VT(1.5,0.3000000000036085,-1.5,1.5,-0.2999999999963916,-1.5,0.8872376019015676,-0.02065217391269906,-1.5){0.105574875411931,0.02122116050056613,-0.1061058025015544,0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.3368412203938262,-0.01304300855839357,-0.9473343058359633}; +VT(0.8872376019015676,-0.02065217391269906,-1.5,1.106960902554097,0.5558591136062884,-1.5,1.5,0.3000000000036085,-1.5){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.105574875411931,0.02122116050056613,-0.1061058025015544}; +VT(1.5,-0.8999999999977795,-1.5,1.10335746975068,-0.5661629246607967,-1.5,1.5,-0.2999999999963916,-1.5){0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.105574875411931,-0.02122116050005562,-0.1061058025015544}; +VT(0.8872376019015676,-0.02065217391269906,-1.5,1.5,-0.2999999999963916,-1.5,1.10335746975068,-0.5661629246607967,-1.5){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.396227306456457,-0.255113788754882,-0.6759020530381625}; +VT(1.5,-0.8999999999977795,-1.5,1.01888888888931,-1.018888888888468,-1.5,1.10335746975068,-0.5661629246607967,-1.5){0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.396227306456457,-0.255113788754882,-0.6759020530381625}; +VT(-1.5,-0.3000000000036085,-1.5,-1.5,0.2999999999963916,-1.5,-0.8885152790351435,0.02166918276933784,-1.5){-0.105574875411931,-0.02122116050056613,-0.1061058025015544,-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.3374977645578097,0.01366382968755444,-0.9458476006918632}; +VT(-0.8885152790351435,0.02166918276933784,-1.5,-1.107401916338593,-0.5561163148796003,-1.5,-1.5,-0.3000000000036085,-1.5){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.105574875411931,-0.02122116050056613,-0.1061058025015544}; +VT(-1.5,0.2999999999963916,-1.5,-1.5,0.8999999999977795,-1.5,-1.104828368223028,0.563649930386476,-1.5){-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.3961856708840837,0.2532410222473091,-0.673931660224823}; +VT(-0.8885152790351435,0.02166918276933784,-1.5,-1.5,0.2999999999963916,-1.5,-1.104828368223028,0.563649930386476,-1.5){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.3961856708840837,0.2532410222473091,-0.673931660224823}; +VT(-0.02123877629675625,-0.8780562449982069,-1.5,0.3000000000036085,-1.5,-1.5,-0.2999999999963916,-1.5,-1.5){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.02502948906497769,-1.433004733686809,-1.433004733686809,-0.02502948906326356,-1.433004733690008,-1.433004733690008}; +VT(-0.02123877629675625,-0.8780562449982069,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.3000000000036085,-1.5,-1.5){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.02502948906497769,-1.433004733686809,-1.433004733686809}; +VT(-0.8999999999977795,-1.5,-1.5,-0.5601198042459548,-1.100090743256501,-1.5,-0.2999999999963916,-1.5,-1.5){-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.02502948906326356,-1.433004733690008,-1.433004733690008}; +VT(-0.02123877629675625,-0.8780562449982069,-1.5,-0.2999999999963916,-1.5,-1.5,-0.5601198042459548,-1.100090743256501,-1.5){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.02502948906326356,-1.433004733690008,-1.433004733690008,-0.1339436169505085,-0.9319874901410022,-1.270787199856971}; +VT(-1.022858374149648,-1.01792924438677,-1.5,-0.8999999999977795,-1.5,-1.5,-1.5,-1.5,-1.5){-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VT(-0.8999999999977795,-1.5,-1.5,-1.022858374149648,-1.01792924438677,-1.5,-0.5601198042459548,-1.100090743256501,-1.5){-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.1339436169505085,-0.9319874901410022,-1.270787199856971}; +VT(-0.3000000000036085,1.5,-1.5,0.2999999999963916,1.5,-1.5,0.02194755025874516,0.8860293692124164,-1.5){-0.02502948906497769,1.433004733686809,-1.433004733686809,0.02502948906326356,1.433004733690008,-1.433004733690008,1.056778127339519e-05,0.8858159798365119,-1.499638743279874}; +VT(-0.9000000000022205,1.5,-1.5,-0.3000000000036085,1.5,-1.5,-0.5578343659853064,1.104496913580351,-1.5){-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.02502948906497769,1.433004733686809,-1.433004733686809,-0.1326153269539657,0.9370590231565858,-1.272605217318811}; +VT(0.02194755025874516,0.8860293692124164,-1.5,-0.5578343659853064,1.104496913580351,-1.5,-0.3000000000036085,1.5,-1.5){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.02502948906497769,1.433004733686809,-1.433004733686809}; +VT(0.56598993733359,1.10234894435484,-1.5,0.02194755025874516,0.8860293692124164,-1.5,0.2999999999963916,1.5,-1.5){0.1373783684316538,0.9304466200698106,-1.266087237849667,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.02502948906326356,1.433004733690008,-1.433004733690008}; +VT(-1.5,0.8999999999977795,-1.5,-1.01888888888931,1.018888888888468,-1.5,-1.104828368223028,0.563649930386476,-1.5){-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.3961856708840837,0.2532410222473091,-0.673931660224823}; +VT(-0.9000000000022205,1.5,-1.5,-0.5578343659853064,1.104496913580351,-1.5,-1.01888888888931,1.018888888888468,-1.5){-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.3873582153570161,0.5342160936259408,-0.7864686220232475}; +VT(0.8872376019015676,-0.02065217391269906,-1.5,0.3254065554330984,0.243810357869581,-1.5,0.6530445161535243,0.6230012077292132,-1.5){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.03151259170364561,0.2310153929874804,-1.421281247069013,0.1914869511395084,0.4948109915800049,-1.191356418192709}; +VT(0.8872376019015676,-0.02065217391269906,-1.5,0.6530445161535243,0.6230012077292132,-1.5,1.106960902554097,0.5558591136062884,-1.5){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1914869511395084,0.4948109915800049,-1.191356418192709,0.3961127088846959,0.2486811255392249,-0.6710723620033086}; +VT(0.8872376019015676,-0.02065217391269906,-1.5,0.6277459385899982,-0.6573644659150149,-1.5,0.2332771566728886,-0.3212590952461775,-1.5){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.01212827202724883,-0.3125574873959119,-1.459371074722736}; +VT(0.8872376019015676,-0.02065217391269906,-1.5,1.10335746975068,-0.5661629246607967,-1.5,0.6277459385899982,-0.6573644659150149,-1.5){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.1752566628883229,-0.5320401806088176,-1.214030134413139}; +VT(0.8872376019015676,-0.02065217391269906,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,0.3254065554330984,0.243810357869581,-1.5){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.01212827202724883,-0.3125574873959119,-1.459371074722736,0.03151259170364561,0.2310153929874804,-1.421281247069013}; +VT(0.3254065554330984,0.243810357869581,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,0,0,-1.5){0.03151259170364561,0.2310153929874804,-1.421281247069013,0.01212827202724883,-0.3125574873959119,-1.459371074722736,0,0,-1.5}; +VT(-0.3224878824524646,-0.2291964839886203,-1.5,0,0,-1.5,0.2332771566728886,-0.3212590952461775,-1.5){-0.03072180529390085,-0.217381376954015,-1.422674814885957,0,0,-1.5,0.01212827202724883,-0.3125574873959119,-1.459371074722736}; +VT(0,0,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,0.3254065554330984,0.243810357869581,-1.5){0,0,-1.5,-0.01399913360766501,0.3149813064554016,-1.455172221947269,0.03151259170364561,0.2310153929874804,-1.421281247069013}; +VT(0,0,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.2450927873762005,0.3246845648626074,-1.5){0,0,-1.5,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.01399913360766501,0.3149813064554016,-1.455172221947269}; +VT(1.01888888888931,-1.018888888888468,-1.5,0.6277459385899982,-0.6573644659150149,-1.5,1.10335746975068,-0.5661629246607967,-1.5){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.396227306456457,-0.255113788754882,-0.6759020530381625}; +VT(1.01888888888931,-1.018888888888468,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.6277459385899982,-0.6573644659150149,-1.5){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.1752566628883229,-0.5320401806088176,-1.214030134413139}; +VT(0.02194755025874516,0.8860293692124164,-1.5,0.6530445161535243,0.6230012077292132,-1.5,0.3254065554330984,0.243810357869581,-1.5){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.1914869511395084,0.4948109915800049,-1.191356418192709,0.03151259170364561,0.2310153929874804,-1.421281247069013}; +VT(0.56598993733359,1.10234894435484,-1.5,0.6530445161535243,0.6230012077292132,-1.5,0.02194755025874516,0.8860293692124164,-1.5){0.1373783684316538,0.9304466200698106,-1.266087237849667,0.1914869511395084,0.4948109915800049,-1.191356418192709,1.056778127339519e-05,0.8858159798365119,-1.499638743279874}; +VT(1.020616057349863,1.017277911970441,-1.5,0.6530445161535243,0.6230012077292132,-1.5,0.56598993733359,1.10234894435484,-1.5){0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.1914869511395084,0.4948109915800049,-1.191356418192709,0.1373783684316538,0.9304466200698106,-1.266087237849667}; +VT(1.106960902554097,0.5558591136062884,-1.5,0.6530445161535243,0.6230012077292132,-1.5,1.020616057349863,1.017277911970441,-1.5){0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.1914869511395084,0.4948109915800049,-1.191356418192709,0.3877481143800315,0.5318745036829164,-0.7842613568390904}; +VT(0.3254065554330984,0.243810357869581,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,0.02194755025874516,0.8860293692124164,-1.5){0.03151259170364561,0.2310153929874804,-1.421281247069013,-0.01399913360766501,0.3149813064554016,-1.455172221947269,1.056778127339519e-05,0.8858159798365119,-1.499638743279874}; +VT(0.02194755025874516,0.8860293692124164,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,-0.6339680154719254,0.6479909833002856,-1.5){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.01399913360766501,0.3149813064554016,-1.455172221947269,-0.1792186683609837,0.5220755900541639,-1.208525126526866}; +VT(0.02194755025874516,0.8860293692124164,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.5578343659853064,1.104496913580351,-1.5){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.1326153269539657,0.9370590231565858,-1.272605217318811}; +VT(-0.02123877629675625,-0.8780562449982069,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,0.6277459385899982,-0.6573644659150149,-1.5){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.01212827202724883,-0.3125574873959119,-1.459371074722736,0.1752566628883229,-0.5320401806088176,-1.214030134413139}; +VT(0.5566283276590345,-1.106082425806995,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,0.6277459385899982,-0.6573644659150149,-1.5){0.1319164414226059,-0.9391096358983906,-1.273561916346178,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.1752566628883229,-0.5320401806088176,-1.214030134413139}; +VT(-0.8885152790351435,0.02166918276933784,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.6528321256038833,-0.6252958937193631,-1.5){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.1913494718057506,-0.4967142007629532,-1.191549966388909}; +VT(-0.8885152790351435,0.02166918276933784,-1.5,-0.6528321256038833,-0.6252958937193631,-1.5,-1.107401916338593,-0.5561163148796003,-1.5){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987}; +VT(-0.6528321256038833,-0.6252958937193631,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.5601198042459548,-1.100090743256501,-1.5){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.1339436169505085,-0.9319874901410022,-1.270787199856971}; +VT(-0.6528321256038833,-0.6252958937193631,-1.5,-0.5601198042459548,-1.100090743256501,-1.5,-1.022858374149648,-1.01792924438677,-1.5){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.3882421535410976,-0.5302680215196049,-0.781392259496956}; +VT(-0.02123877629675625,-0.8780562449982069,-1.5,-0.6528321256038833,-0.6252958937193631,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.03072180529390085,-0.217381376954015,-1.422674814885957}; +VT(-0.6528321256038833,-0.6252958937193631,-1.5,-1.022858374149648,-1.01792924438677,-1.5,-1.107401916338593,-0.5561163148796003,-1.5){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987}; +VT(-0.8885152790351435,0.02166918276933784,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.01399913360766501,0.3149813064554016,-1.455172221947269,-0.03072180529390085,-0.217381376954015,-1.422674814885957}; +VT(-0.6339680154719254,0.6479909833002856,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,-0.8885152790351435,0.02166918276933784,-1.5){-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.01399913360766501,0.3149813064554016,-1.455172221947269,-0.3374977645578097,0.01366382968755444,-0.9458476006918632}; +VT(-0.6339680154719254,0.6479909833002856,-1.5,-0.8885152790351435,0.02166918276933784,-1.5,-1.104828368223028,0.563649930386476,-1.5){-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.3961856708840837,0.2532410222473091,-0.673931660224823}; +VT(-0.02123877629675625,-0.8780562449982069,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,0.2332771566728886,-0.3212590952461775,-1.5){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.03072180529390085,-0.217381376954015,-1.422674814885957,0.01212827202724883,-0.3125574873959119,-1.459371074722736}; +VT(-1.01888888888931,1.018888888888468,-1.5,-0.5578343659853064,1.104496913580351,-1.5,-0.6339680154719254,0.6479909833002856,-1.5){-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.1792186683609837,0.5220755900541639,-1.208525126526866}; +VT(-1.01888888888931,1.018888888888468,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-1.104828368223028,0.563649930386476,-1.5){-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.3961856708840837,0.2532410222473091,-0.673931660224823}; +VT(1.5,-1.118008028878422,-0.9561758830966032,1.5,-0.8999999999977795,-1.5,1.5,-1.5,-1.5){0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VT(1.5,-1.5,-1.5,1.5,-1.5,-0.9000000000022205,1.5,-1.118008028878422,-0.9561758830966032){0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.105574875411931,-0.1061058025015544,-0.06366348150108969,0.105574875411931,-0.07908475940488395,-0.06763720627239833}; +VT(1.5,-0.8999999999977795,1.5,1.5,-0.2999999999963916,1.5,1.5,-0.6534954622413247,1.043634683367717){0.105574875411931,-0.06366348150077554,0.1061058025015544,0.105574875411931,-0.02122116050005562,0.1061058025015544,0.105574875411931,-0.04622644030149332,0.07382379706479147}; +VT(1.5,-0.2999999999963916,1.5,1.5,0.3000000000036085,1.5,1.5,-0.04737321428310404,0.9063864795909868){0.105574875411931,-0.02122116050005562,0.1061058025015544,0.105574875411931,0.02122116050056613,0.1061058025015544,0.105574875411931,-0.003351048612391234,0.06411524319570693}; +VT(1.5,-0.6534954622413247,1.043634683367717,1.5,-0.2999999999963916,1.5,1.5,-0.04737321428310404,0.9063864795909868){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.02122116050005562,0.1061058025015544,0.105574875411931,-0.003351048612391234,0.06411524319570693}; +VT(1.5,-1.5,1.5,1.5,-0.8999999999977795,1.5,1.5,-1.112147482346928,1.121236304809639){0.105574875411931,-0.1061058025015544,0.1061058025015544,0.105574875411931,-0.06366348150077554,0.1061058025015544,0.105574875411931,-0.0786702007430027,0.07931311861046944}; +VT(1.5,-0.6534954622413247,1.043634683367717,1.5,-1.112147482346928,1.121236304809639,1.5,-0.8999999999977795,1.5){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.0786702007430027,0.07931311861046944,0.105574875411931,-0.06366348150077554,0.1061058025015544}; +VT(1.5,1.089149732891589,-0.6672369542570592,1.5,1.5,-0.3000000000036085,1.5,1.5,-0.9000000000022205){0.105574875411931,0.07704340430187707,-0.04719847499342546,0.105574875411931,0.1061058025015544,-0.02122116050056613,0.105574875411931,0.1061058025015544,-0.06366348150108969}; +VT(1.5,1.5,0.2999999999963916,1.5,1.5,-0.3000000000036085,1.5,1.076335416667465,-0.1087842261929601){0.105574875411931,0.1061058025015544,0.02122116050005562,0.105574875411931,0.1061058025015544,-0.02122116050056613,0.105574875411931,0.0761369554308975,-0.007695091746476428}; +VT(1.5,1.089149732891589,-0.6672369542570592,1.5,1.076335416667465,-0.1087842261929601,1.5,1.5,-0.3000000000036085){0.105574875411931,0.07704340430187707,-0.04719847499342546,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.105574875411931,0.1061058025015544,-0.02122116050056613}; +VT(1.5,1.5,-1.5,1.5,1.135279084033036,-1.12564915566109,1.5,1.5,-0.9000000000022205){0.105574875411931,0.1061058025015544,-0.1061058025015544,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.1061058025015544,-0.06366348150108969}; +VT(1.5,1.135279084033036,-1.12564915566109,1.5,1.089149732891589,-0.6672369542570592,1.5,1.5,-0.9000000000022205){0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.105574875411931,0.1061058025015544,-0.06366348150108969}; +VT(1.5,0.9000000000022205,-1.5,1.5,0.3000000000036085,-1.5,1.5,0.6872456872713681,-1.061008824046173){0.105574875411931,0.06366348150108969,-0.1061058025015544,0.105574875411931,0.02122116050056613,-0.1061058025015544,0.105574875411931,0.04861383677577386,-0.07505279515776644}; +VT(1.5,1.5,-1.5,1.5,0.9000000000022205,-1.5,1.5,1.135279084033036,-1.12564915566109){0.105574875411931,0.1061058025015544,-0.1061058025015544,0.105574875411931,0.06366348150108969,-0.1061058025015544,0.105574875411931,0.0803064655163699,-0.07962527133107802}; +VT(1.5,1.135279084033036,-1.12564915566109,1.5,0.9000000000022205,-1.5,1.5,0.6872456872713681,-1.061008824046173){0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.06366348150108969,-0.1061058025015544,0.105574875411931,0.04861383677577386,-0.07505279515776644}; +VT(1.5,-0.2999999999963916,-1.5,1.5,0.1036422375125858,-1.016426733452122,1.5,0.3000000000036085,-1.5){0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,0.02122116050056613,-0.1061058025015544}; +VT(1.5,0.1036422375125858,-1.016426733452122,1.5,0.6872456872713681,-1.061008824046173,1.5,0.3000000000036085,-1.5){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.105574875411931,0.02122116050056613,-0.1061058025015544}; +VT(1.5,-0.8999999999977795,-1.5,1.5,-0.5319384329984906,-1.043350810212014,1.5,-0.2999999999963916,-1.5){0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.105574875411931,-0.02122116050005562,-0.1061058025015544}; +VT(1.5,-0.5319384329984906,-1.043350810212014,1.5,0.1036422375125858,-1.016426733452122,1.5,-0.2999999999963916,-1.5){0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,-0.02122116050005562,-0.1061058025015544}; +VT(1.5,-0.8999999999977795,-1.5,1.5,-1.118008028878422,-0.9561758830966032,1.5,-0.5319384329984906,-1.043350810212014){0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.105574875411931,-0.0376278362098161,-0.07380371667212846}; +VT(1.5,-1.5,-0.3000000000036085,1.5,-1.118008028878422,-0.9561758830966032,1.5,-1.5,-0.9000000000022205){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.105574875411931,-0.1061058025015544,-0.06366348150108969}; +VT(1.5,0.9894412642911142,0.5547374230566673,1.5,1.5,0.8999999999977795,1.5,1.5,0.2999999999963916){0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.1061058025015544,0.06366348150077554,0.105574875411931,0.1061058025015544,0.02122116050005562}; +VT(1.5,1.5,0.2999999999963916,1.5,1.076335416667465,-0.1087842261929601,1.5,0.9894412642911142,0.5547374230566673){0.105574875411931,0.1061058025015544,0.02122116050005562,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.105574875411931,0.06999030625050748,0.0392405729673813}; +VT(1.5,1.5,1.5,1.5,1.5,0.8999999999977795,1.5,1.102097624993128,1.097393740594595){0.105574875411931,0.1061058025015544,0.1061058025015544,0.105574875411931,0.1061058025015544,0.06366348150077554,0.105574875411931,0.07795930195663531,0.07762656233731471}; +VT(1.5,1.5,0.8999999999977795,1.5,0.9894412642911142,0.5547374230566673,1.5,1.102097624993128,1.097393740594595){0.105574875411931,0.1061058025015544,0.06366348150077554,0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.07795930195663531,0.07762656233731471}; +VT(1.5,-1.5,-0.3000000000036085,1.5,-1.5,0.2999999999963916,1.5,-0.9212134668419516,0.1081050649968649){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.1061058025015544,0.02122116050005562,0.105574875411931,-0.06516406278300288,0.007647049783983363}; +VT(1.5,-1.5,-0.3000000000036085,1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.7761097402742658,-0.4937044883617758){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.05489983121404927,-0.03492327395749702}; +VT(1.5,-1.118008028878422,-0.9561758830966032,1.5,-1.5,-0.3000000000036085,1.5,-0.7761097402742658,-0.4937044883617758){0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.05489983121404927,-0.03492327395749702}; +VT(1.5,-1.5,0.8999999999977795,1.5,-1.007241949495532,0.6625468406826993,1.5,-1.5,0.2999999999963916){0.105574875411931,-0.1061058025015544,0.06366348150077554,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.105574875411931,-0.1061058025015544,0.02122116050005562}; +VT(1.5,-1.5,0.2999999999963916,1.5,-1.007241949495532,0.6625468406826993,1.5,-0.9212134668419516,0.1081050649968649){0.105574875411931,-0.1061058025015544,0.02122116050005562,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.105574875411931,-0.06516406278300288,0.007647049783983363}; +VT(1.5,-1.5,0.8999999999977795,1.5,-1.5,1.5,1.5,-1.112147482346928,1.121236304809639){0.105574875411931,-0.1061058025015544,0.06366348150077554,0.105574875411931,-0.1061058025015544,0.1061058025015544,0.105574875411931,-0.0786702007430027,0.07931311861046944}; +VT(1.5,-1.112147482346928,1.121236304809639,1.5,-1.007241949495532,0.6625468406826993,1.5,-1.5,0.8999999999977795){0.105574875411931,-0.0786702007430027,0.07931311861046944,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.105574875411931,-0.1061058025015544,0.06366348150077554}; +VT(1.5,0.9000000000022205,1.5,1.5,0.6210468606723065,1.032231279918527,1.5,0.3000000000036085,1.5){0.105574875411931,0.06366348150108969,0.1061058025015544,0.105574875411931,0.04393111702847074,0.07301715221530793,0.105574875411931,0.02122116050056613,0.1061058025015544}; +VT(1.5,1.5,1.5,1.5,1.102097624993128,1.097393740594595,1.5,0.9000000000022205,1.5){0.105574875411931,0.1061058025015544,0.1061058025015544,0.105574875411931,0.07795930195663531,0.07762656233731471,0.105574875411931,0.06366348150108969,0.1061058025015544}; +VT(1.5,0.9000000000022205,1.5,1.5,1.102097624993128,1.097393740594595,1.5,0.6210468606723065,1.032231279918527){0.105574875411931,0.06366348150108969,0.1061058025015544,0.105574875411931,0.07795930195663531,0.07762656233731471,0.105574875411931,0.04393111702847074,0.07301715221530793}; +VT(1.5,0.6210468606723065,1.032231279918527,1.5,-0.04737321428310404,0.9063864795909868,1.5,0.3000000000036085,1.5){0.105574875411931,0.04393111702847074,0.07301715221530793,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.105574875411931,0.02122116050056613,0.1061058025015544}; +VT(1.5,0.1036422375125858,-1.016426733452122,1.5,-0.5319384329984906,-1.043350810212014,1.5,-0.1191630952362037,-0.5499736394570767){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.105574875411931,-0.008429263899071029,-0.03890359624619576}; +VT(1.5,0.5306821532170947,-0.4823892565667451,1.5,0.1036422375125858,-1.016426733452122,1.5,-0.1191630952362037,-0.5499736394570767){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,-0.008429263899071029,-0.03890359624619576}; +VT(1.5,0.5306821532170947,-0.4823892565667451,1.5,0.6872456872713681,-1.061008824046173,1.5,0.1036422375125858,-1.016426733452122){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.105574875411931,0.007331361856219745,-0.07189918282464726}; +VT(1.5,0.5306821532170947,-0.4823892565667451,1.5,-0.1191630952362037,-0.5499736394570767,1.5,0.1710915674621336,-0.04200602324412017){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,0.01210253871121234,-0.002971388537477544}; +VT(1.5,-0.1191630952362037,-0.5499736394570767,1.5,-0.3275866898130944,-0.03376430225025673,1.5,0.1710915674621336,-0.04200602324412017){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.105574875411931,0.01210253871121234,-0.002971388537477544}; +VT(1.5,-0.5319384329984906,-1.043350810212014,1.5,-0.7761097402742658,-0.4937044883617758,1.5,-0.1191630952362037,-0.5499736394570767){0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.105574875411931,-0.008429263899071029,-0.03890359624619576}; +VT(1.5,-0.7761097402742658,-0.4937044883617758,1.5,-0.3275866898130944,-0.03376430225025673,1.5,-0.1191630952362037,-0.5499736394570767){0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.105574875411931,-0.008429263899071029,-0.03890359624619576}; +VT(1.5,0.5306821532170947,-0.4823892565667451,1.5,0.1710915674621336,-0.04200602324412017,1.5,0.635368603473022,0.08234289298655639){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,0.04494419703719792,0.005824705827092119}; +VT(1.5,0.1710915674621336,-0.04200602324412017,1.5,0.3933379692238963,0.4773720146914884,1.5,0.635368603473022,0.08234289298655639){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,0.02782362725255547,0.03376796047374945,0.105574875411931,0.04494419703719792,0.005824705827092119}; +VT(1.5,0.1710915674621336,-0.04200602324412017,1.5,-0.3275866898130944,-0.03376430225025673,1.5,-0.08161249999792153,0.3089910714272175){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.105574875411931,-0.005773039870958378,0.02185716373306668}; +VT(1.5,0.1710915674621336,-0.04200602324412017,1.5,-0.08161249999792153,0.3089910714272175,1.5,0.3933379692238963,0.4773720146914884){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,0.02782362725255547,0.03376796047374945}; +VT(1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.3275866898130944,-0.03376430225025673,1.5,-0.7761097402742658,-0.4937044883617758){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.105574875411931,-0.05489983121404927,-0.03492327395749702}; +VT(1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.4663576096762498,0.4928747799337279,1.5,-0.3275866898130944,-0.03376430225025673){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.105574875411931,-0.0231725657409641,-0.002388392257445685}; +VT(1.5,-0.9212134668419516,0.1081050649968649,1.5,-1.007241949495532,0.6625468406826993,1.5,-0.4663576096762498,0.4928747799337279){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.105574875411931,-0.03298883228493676,0.0348645827050968}; +VT(1.5,0.5306821532170947,-0.4823892565667451,1.5,0.635368603473022,0.08234289298655639,1.5,1.076335416667465,-0.1087842261929601){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.0761369554308975,-0.007695091746476428}; +VT(1.5,0.9894412642911142,0.5547374230566673,1.5,0.635368603473022,0.08234289298655639,1.5,0.3933379692238963,0.4773720146914884){0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.02782362725255547,0.03376796047374945}; +VT(1.5,1.076335416667465,-0.1087842261929601,1.5,0.635368603473022,0.08234289298655639,1.5,0.9894412642911142,0.5547374230566673){0.105574875411931,0.0761369554308975,-0.007695091746476428,0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.06999030625050748,0.0392405729673813}; +VT(1.5,-0.5319384329984906,-1.043350810212014,1.5,-1.118008028878422,-0.9561758830966032,1.5,-0.7761097402742658,-0.4937044883617758){0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.105574875411931,-0.05489983121404927,-0.03492327395749702}; +VT(1.5,0.6872456872713681,-1.061008824046173,1.5,0.5306821532170947,-0.4823892565667451,1.5,1.089149732891589,-0.6672369542570592){0.105574875411931,0.04861383677577386,-0.07505279515776644,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.07704340430187707,-0.04719847499342546}; +VT(1.5,1.089149732891589,-0.6672369542570592,1.5,0.5306821532170947,-0.4823892565667451,1.5,1.076335416667465,-0.1087842261929601){0.105574875411931,0.07704340430187707,-0.04719847499342546,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.0761369554308975,-0.007695091746476428}; +VT(1.5,-0.3275866898130944,-0.03376430225025673,1.5,-0.4663576096762498,0.4928747799337279,1.5,-0.08161249999792153,0.3089910714272175){0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.105574875411931,-0.005773039870958378,0.02185716373306668}; +VT(1.5,-0.04737321428310404,0.9063864795909868,1.5,-0.08161249999792153,0.3089910714272175,1.5,-0.4663576096762498,0.4928747799337279){0.105574875411931,-0.003351048612391234,0.06411524319570693,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,-0.03298883228493676,0.0348645827050968}; +VT(1.5,0.3933379692238963,0.4773720146914884,1.5,-0.08161249999792153,0.3089910714272175,1.5,-0.04737321428310404,0.9063864795909868){0.105574875411931,0.02782362725255547,0.03376796047374945,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,-0.003351048612391234,0.06411524319570693}; +VT(1.5,-1.007241949495532,0.6625468406826993,1.5,-0.6534954622413247,1.043634683367717,1.5,-0.4663576096762498,0.4928747799337279){0.105574875411931,-0.07124947690963568,0.04686670948367153,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.03298883228493676,0.0348645827050968}; +VT(1.5,-0.4663576096762498,0.4928747799337279,1.5,-0.6534954622413247,1.043634683367717,1.5,-0.04737321428310404,0.9063864795909868){0.105574875411931,-0.03298883228493676,0.0348645827050968,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.003351048612391234,0.06411524319570693}; +VT(1.5,-1.112147482346928,1.121236304809639,1.5,-0.6534954622413247,1.043634683367717,1.5,-1.007241949495532,0.6625468406826993){0.105574875411931,-0.0786702007430027,0.07931311861046944,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.07124947690963568,0.04686670948367153}; +VT(1.5,0.9894412642911142,0.5547374230566673,1.5,0.6210468606723065,1.032231279918527,1.5,1.102097624993128,1.097393740594595){0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.04393111702847074,0.07301715221530793,0.105574875411931,0.07795930195663531,0.07762656233731471}; +VT(1.5,0.9894412642911142,0.5547374230566673,1.5,0.3933379692238963,0.4773720146914884,1.5,0.6210468606723065,1.032231279918527){0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.02782362725255547,0.03376796047374945,0.105574875411931,0.04393111702847074,0.07301715221530793}; +VT(1.5,0.3933379692238963,0.4773720146914884,1.5,-0.04737321428310404,0.9063864795909868,1.5,0.6210468606723065,1.032231279918527){0.105574875411931,0.02782362725255547,0.03376796047374945,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.105574875411931,0.04393111702847074,0.07301715221530793}; +VT(1.5,1.089149732891589,-0.6672369542570592,1.5,1.135279084033036,-1.12564915566109,1.5,0.6872456872713681,-1.061008824046173){0.105574875411931,0.07704340430187707,-0.04719847499342546,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.04861383677577386,-0.07505279515776644}; +VT(0.9000000000022205,-1.5,-1.5,1.135279084033036,-1.5,-1.12564915566109,1.5,-1.5,-1.5){0.3432784748158345,-0.9324149524033877,-0.9324149524033877,0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VT(1.5,-1.5,-1.5,1.135279084033036,-1.5,-1.12564915566109,1.5,-1.5,-0.9000000000022205){0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.105574875411931,-0.1061058025015544,-0.06366348150108969}; +VT(0.6210468606723065,-1.5,1.032231279918527,0.3000000000036085,-1.5,1.5,0.9000000000022205,-1.5,1.5){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.02502948906497769,-1.433004733686809,1.433004733686809,0.3432784748158345,-0.9324149524033877,0.9324149524033877}; +VT(1.102097624993128,-1.5,1.097393740594595,0.9000000000022205,-1.5,1.5,1.5,-1.5,1.5){0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.3432784748158345,-0.9324149524033877,0.9324149524033877,0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VT(0.9000000000022205,-1.5,1.5,1.102097624993128,-1.5,1.097393740594595,0.6210468606723065,-1.5,1.032231279918527){0.3432784748158345,-0.9324149524033877,0.9324149524033877,0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.1710157415537551,-1.219904621914732,0.8394824728383804}; +VT(0.3000000000036085,-1.5,1.5,-0.04737321428310404,-1.5,0.9063864795909868,-0.2999999999963916,-1.5,1.5){0.02502948906497769,-1.433004733686809,1.433004733686809,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-0.02502948906326356,-1.433004733690008,1.433004733690008}; +VT(0.3000000000036085,-1.5,1.5,0.6210468606723065,-1.5,1.032231279918527,-0.04737321428310404,-1.5,0.9063864795909868){0.02502948906497769,-1.433004733686809,1.433004733686809,0.1710157415537551,-1.219904621914732,0.8394824728383804,-0.0001061172875723531,-1.498317148685933,0.9053696038054986}; +VT(-0.8999999999977795,-1.5,1.5,-0.2999999999963916,-1.5,1.5,-0.6534954622413247,-1.5,1.043634683367717){-0.343278474813642,-0.9324149524086058,0.9324149524086058,-0.02502948906326356,-1.433004733690008,1.433004733690008,-0.1917789057843272,-1.190945299880428,0.8286078806326541}; +VT(-0.04737321428310404,-1.5,0.9063864795909868,-0.6534954622413247,-1.5,1.043634683367717,-0.2999999999963916,-1.5,1.5){-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.02502948906326356,-1.433004733690008,1.433004733690008}; +VT(-1.5,-1.5,1.5,-0.8999999999977795,-1.5,1.5,-1.112147482346928,-1.5,1.121236304809639){-0.105574875411931,-0.1061058025015544,0.1061058025015544,-0.343278474813642,-0.9324149524086058,0.9324149524086058,-0.3958727219261088,-0.6641054936796815,0.4964127931581248}; +VT(-1.112147482346928,-1.5,1.121236304809639,-0.8999999999977795,-1.5,1.5,-0.6534954622413247,-1.5,1.043634683367717){-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.343278474813642,-0.9324149524086058,0.9324149524086058,-0.1917789057843272,-1.190945299880428,0.8286078806326541}; +VT(-1.5,-1.5,1.5,-1.112147482346928,-1.5,1.121236304809639,-1.5,-1.5,0.8999999999977795){-0.105574875411931,-0.1061058025015544,0.1061058025015544,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.105574875411931,-0.1061058025015544,0.06366348150077554}; +VT(0.3000000000036085,-1.5,-1.5,0.6872456872713681,-1.5,-1.061008824046173,0.9000000000022205,-1.5,-1.5){0.02502948906497769,-1.433004733686809,-1.433004733686809,0.21381107283656,-1.159494464725985,-0.8201559056713098,0.3432784748158345,-0.9324149524033877,-0.9324149524033877}; +VT(0.6872456872713681,-1.5,-1.061008824046173,1.135279084033036,-1.5,-1.12564915566109,0.9000000000022205,-1.5,-1.5){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.3432784748158345,-0.9324149524033877,-0.9324149524033877}; +VT(1.5,-1.5,-0.9000000000022205,1.089149732891589,-1.5,-0.6672369542570592,1.5,-1.5,-0.3000000000036085){0.105574875411931,-0.1061058025015544,-0.06366348150108969,0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.105574875411931,-0.1061058025015544,-0.02122116050056613}; +VT(1.5,-1.5,-0.9000000000022205,1.135279084033036,-1.5,-1.12564915566109,1.089149732891589,-1.5,-0.6672369542570592){0.105574875411931,-0.1061058025015544,-0.06366348150108969,0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.3962679566617992,-0.6948586039641074,-0.3090902256988821}; +VT(-1.5,-1.5,-0.9000000000022205,-1.5,-1.5,-0.3000000000036085,-1.118008028878422,-1.5,-0.9561758830966032){-0.105574875411931,-0.1061058025015544,-0.06366348150108969,-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126}; +VT(-1.5,-1.5,0.2999999999963916,-0.9212134668419516,-1.5,0.1081050649968649,-1.5,-1.5,-0.3000000000036085){-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.105574875411931,-0.1061058025015544,-0.02122116050056613}; +VT(-1.5,-1.5,-0.3000000000036085,-0.7761097402742658,-1.5,-0.4937044883617758,-1.118008028878422,-1.5,-0.9561758830966032){-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126}; +VT(-1.5,-1.5,-0.3000000000036085,-0.9212134668419516,-1.5,0.1081050649968649,-0.7761097402742658,-1.5,-0.4937044883617758){-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.2717888180516704,-1.070466136789284,-0.3523292909147733}; +VT(-1.5,-1.5,-0.9000000000022205,-1.118008028878422,-1.5,-0.9561758830966032,-1.5,-1.5,-1.5){-0.105574875411931,-0.1061058025015544,-0.06366348150108969,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VT(1.076335416667465,-1.5,-0.1087842261929601,1.5,-1.5,0.2999999999963916,1.5,-1.5,-0.3000000000036085){0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.105574875411931,-0.1061058025015544,0.02122116050005562,0.105574875411931,-0.1061058025015544,-0.02122116050056613}; +VT(1.5,-1.5,-0.3000000000036085,1.089149732891589,-1.5,-0.6672369542570592,1.076335416667465,-1.5,-0.1087842261929601){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.3957521357610693,-0.7118358000718976,-0.05162433779151203}; +VT(1.5,-1.5,0.2999999999963916,0.9894412642911142,-1.5,0.5547374230566673,1.5,-1.5,0.8999999999977795){0.105574875411931,-0.1061058025015544,0.02122116050005562,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.105574875411931,-0.1061058025015544,0.06366348150077554}; +VT(1.5,-1.5,0.2999999999963916,1.076335416667465,-1.5,-0.1087842261929601,0.9894412642911142,-1.5,0.5547374230566673){0.105574875411931,-0.1061058025015544,0.02122116050005562,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.3794960811237924,-0.8237353387178266,0.3046378793873587}; +VT(1.102097624993128,-1.5,1.097393740594595,1.5,-1.5,1.5,1.5,-1.5,0.8999999999977795){0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.105574875411931,-0.1061058025015544,0.1061058025015544,0.105574875411931,-0.1061058025015544,0.06366348150077554}; +VT(0.9894412642911142,-1.5,0.5547374230566673,1.102097624993128,-1.5,1.097393740594595,1.5,-1.5,0.8999999999977795){0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.105574875411931,-0.1061058025015544,0.06366348150077554}; +VT(0.3000000000036085,-1.5,-1.5,-0.2999999999963916,-1.5,-1.5,0.1036422375125858,-1.5,-1.016426733452122){0.02502948906497769,-1.433004733686809,-1.433004733686809,-0.02502948906326356,-1.433004733690008,-1.433004733690008,0.001103362044394619,-1.491950923896314,-1.010972536031204}; +VT(0.6872456872713681,-1.5,-1.061008824046173,0.3000000000036085,-1.5,-1.5,0.1036422375125858,-1.5,-1.016426733452122){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.02502948906497769,-1.433004733686809,-1.433004733686809,0.001103362044394619,-1.491950923896314,-1.010972536031204}; +VT(-0.5319384329984906,-1.5,-1.043350810212014,-0.2999999999963916,-1.5,-1.5,-0.8999999999977795,-1.5,-1.5){-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.02502948906326356,-1.433004733690008,-1.433004733690008,-0.343278474813642,-0.9324149524086058,-0.9324149524086058}; +VT(-0.5319384329984906,-1.5,-1.043350810212014,0.1036422375125858,-1.5,-1.016426733452122,-0.2999999999963916,-1.5,-1.5){-0.117936318633696,-1.29273826141507,-0.8991863416263223,0.001103362044394619,-1.491950923896314,-1.010972536031204,-0.02502948906326356,-1.433004733690008,-1.433004733690008}; +VT(-1.118008028878422,-1.5,-0.9561758830966032,-0.8999999999977795,-1.5,-1.5,-1.5,-1.5,-1.5){-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VT(-1.118008028878422,-1.5,-0.9561758830966032,-0.5319384329984906,-1.5,-1.043350810212014,-0.8999999999977795,-1.5,-1.5){-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.343278474813642,-0.9324149524086058,-0.9324149524086058}; +VT(-1.5,-1.5,0.8999999999977795,-1.007241949495532,-1.5,0.6625468406826993,-1.5,-1.5,0.2999999999963916){-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.105574875411931,-0.1061058025015544,0.02122116050005562}; +VT(-1.5,-1.5,0.2999999999963916,-1.007241949495532,-1.5,0.6625468406826993,-0.9212134668419516,-1.5,0.1081050649968649){-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3533490466139286,-0.9072814119892597,0.06538781067569752}; +VT(-1.5,-1.5,0.8999999999977795,-1.112147482346928,-1.5,1.121236304809639,-1.007241949495532,-1.5,0.6625468406826993){-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.3845193665442307,-0.8012914507805975,0.3539287461204943}; +VT(-0.7761097402742658,-1.5,-0.4937044883617758,-0.5319384329984906,-1.5,-1.043350810212014,-1.118008028878422,-1.5,-0.9561758830966032){-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126}; +VT(0.9894412642911142,-1.5,0.5547374230566673,0.3933379692238963,-1.5,0.4773720146914884,0.6210468606723065,-1.5,1.032231279918527){0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.05336837956486746,-1.385452278455378,0.4409174302834377,0.1710157415537551,-1.219904621914732,0.8394824728383804}; +VT(0.3933379692238963,-1.5,0.4773720146914884,-0.04737321428310404,-1.5,0.9063864795909868,0.6210468606723065,-1.5,1.032231279918527){0.05336837956486746,-1.385452278455378,0.4409174302834377,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,0.1710157415537551,-1.219904621914732,0.8394824728383804}; +VT(1.102097624993128,-1.5,1.097393740594595,0.9894412642911142,-1.5,0.5547374230566673,0.6210468606723065,-1.5,1.032231279918527){0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.1710157415537551,-1.219904621914732,0.8394824728383804}; +VT(-0.5319384329984906,-1.5,-1.043350810212014,-0.7761097402742658,-1.5,-0.4937044883617758,-0.1191630952362037,-1.5,-0.5499736394570767){-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.001672160393093572,-1.489362713808621,-0.5460734881233306}; +VT(-0.1191630952362037,-1.5,-0.5499736394570767,0.1036422375125858,-1.5,-1.016426733452122,-0.5319384329984906,-1.5,-1.043350810212014){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.001103362044394619,-1.491950923896314,-1.010972536031204,-0.117936318633696,-1.29273826141507,-0.8991863416263223}; +VT(1.089149732891589,-1.5,-0.6672369542570592,1.135279084033036,-1.5,-1.12564915566109,0.6872456872713681,-1.5,-1.061008824046173){0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.21381107283656,-1.159494464725985,-0.8201559056713098}; +VT(0.6872456872713681,-1.5,-1.061008824046173,0.5306821532170947,-1.5,-0.4823892565667451,1.089149732891589,-1.5,-0.6672369542570592){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3962679566617992,-0.6948586039641074,-0.3090902256988821}; +VT(0.1036422375125858,-1.5,-1.016426733452122,0.5306821532170947,-1.5,-0.4823892565667451,0.6872456872713681,-1.5,-1.061008824046173){0.001103362044394619,-1.491950923896314,-1.010972536031204,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.21381107283656,-1.159494464725985,-0.8201559056713098}; +VT(1.089149732891589,-1.5,-0.6672369542570592,0.5306821532170947,-1.5,-0.4823892565667451,1.076335416667465,-1.5,-0.1087842261929601){0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3957521357610693,-0.7118358000718976,-0.05162433779151203}; +VT(0.3933379692238963,-1.5,0.4773720146914884,0.635368603473022,-1.5,0.08234289298655639,0.1710915674621336,-1.5,-0.04200602324412017){0.05336837956486746,-1.385452278455378,0.4409174302834377,0.1801134066669958,-1.207279491741831,0.06627392399557455,0.00488715833964731,-1.478099258740706,-0.04139271454651927}; +VT(0.3933379692238963,-1.5,0.4773720146914884,0.9894412642911142,-1.5,0.5547374230566673,0.635368603473022,-1.5,0.08234289298655639){0.05336837956486746,-1.385452278455378,0.4409174302834377,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.1801134066669958,-1.207279491741831,0.06627392399557455}; +VT(0.5306821532170947,-1.5,-0.4823892565667451,0.1710915674621336,-1.5,-0.04200602324412017,0.635368603473022,-1.5,0.08234289298655639){0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.00488715833964731,-1.478099258740706,-0.04139271454651927,0.1801134066669958,-1.207279491741831,0.06627392399557455}; +VT(0.9894412642911142,-1.5,0.5547374230566673,1.076335416667465,-1.5,-0.1087842261929601,0.635368603473022,-1.5,0.08234289298655639){0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.1801134066669958,-1.207279491741831,0.06627392399557455}; +VT(1.076335416667465,-1.5,-0.1087842261929601,0.5306821532170947,-1.5,-0.4823892565667451,0.635368603473022,-1.5,0.08234289298655639){0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.1801134066669958,-1.207279491741831,0.06627392399557455}; +VT(-0.1191630952362037,-1.5,-0.5499736394570767,-0.7761097402742658,-1.5,-0.4937044883617758,-0.3275866898130944,-1.5,-0.03376430225025673){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.03211114529415318,-1.420232406308262,-0.03196877082146773}; +VT(0.1710915674621336,-1.5,-0.04200602324412017,-0.1191630952362037,-1.5,-0.5499736394570767,-0.3275866898130944,-1.5,-0.03376430225025673){0.00488715833964731,-1.478099258740706,-0.04139271454651927,-0.001672160393093572,-1.489362713808621,-0.5460734881233306,-0.03211114529415318,-1.420232406308262,-0.03196877082146773}; +VT(0.5306821532170947,-1.5,-0.4823892565667451,-0.1191630952362037,-1.5,-0.5499736394570767,0.1710915674621336,-1.5,-0.04200602324412017){0.1172423546627286,-1.293693027900234,-0.4160424119695836,-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.00488715833964731,-1.478099258740706,-0.04139271454651927}; +VT(0.1036422375125858,-1.5,-1.016426733452122,-0.1191630952362037,-1.5,-0.5499736394570767,0.5306821532170947,-1.5,-0.4823892565667451){0.001103362044394619,-1.491950923896314,-1.010972536031204,-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.1172423546627286,-1.293693027900234,-0.4160424119695836}; +VT(-0.9212134668419516,-1.5,0.1081050649968649,-0.3275866898130944,-1.5,-0.03376430225025673,-0.7761097402742658,-1.5,-0.4937044883617758){-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.2717888180516704,-1.070466136789284,-0.3523292909147733}; +VT(-0.08161249999792153,-1.5,0.3089910714272175,0.3933379692238963,-1.5,0.4773720146914884,0.1710915674621336,-1.5,-0.04200602324412017){-0.0005405771330085734,-1.495007321992192,0.3079626094759351,0.05336837956486746,-1.385452278455378,0.4409174302834377,0.00488715833964731,-1.478099258740706,-0.04139271454651927}; +VT(0.3933379692238963,-1.5,0.4773720146914884,-0.08161249999792153,-1.5,0.3089910714272175,-0.04737321428310404,-1.5,0.9063864795909868){0.05336837956486746,-1.385452278455378,0.4409174302834377,-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.0001061172875723531,-1.498317148685933,0.9053696038054986}; +VT(-0.08161249999792153,-1.5,0.3089910714272175,-0.3275866898130944,-1.5,-0.03376430225025673,-0.4663576096762498,-1.5,0.4928747799337279){-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.08421616398958823,-1.339817938434744,0.4402416477048569}; +VT(-0.4663576096762498,-1.5,0.4928747799337279,-0.04737321428310404,-1.5,0.9063864795909868,-0.08161249999792153,-1.5,0.3089910714272175){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-0.0005405771330085734,-1.495007321992192,0.3079626094759351}; +VT(-0.3275866898130944,-1.5,-0.03376430225025673,-0.9212134668419516,-1.5,0.1081050649968649,-0.4663576096762498,-1.5,0.4928747799337279){-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.08421616398958823,-1.339817938434744,0.4402416477048569}; +VT(-0.4663576096762498,-1.5,0.4928747799337279,-0.6534954622413247,-1.5,1.043634683367717,-0.04737321428310404,-1.5,0.9063864795909868){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.0001061172875723531,-1.498317148685933,0.9053696038054986}; +VT(-1.007241949495532,-1.5,0.6625468406826993,-0.6534954622413247,-1.5,1.043634683367717,-0.4663576096762498,-1.5,0.4928747799337279){-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.08421616398958823,-1.339817938434744,0.4402416477048569}; +VT(-0.9212134668419516,-1.5,0.1081050649968649,-1.007241949495532,-1.5,0.6625468406826993,-0.4663576096762498,-1.5,0.4928747799337279){-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.08421616398958823,-1.339817938434744,0.4402416477048569}; +VT(0.1710915674621336,-1.5,-0.04200602324412017,-0.3275866898130944,-1.5,-0.03376430225025673,-0.08161249999792153,-1.5,0.3089910714272175){0.00488715833964731,-1.478099258740706,-0.04139271454651927,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.0005405771330085734,-1.495007321992192,0.3079626094759351}; +VT(-1.112147482346928,-1.5,1.121236304809639,-0.6534954622413247,-1.5,1.043634683367717,-1.007241949495532,-1.5,0.6625468406826993){-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.3845193665442307,-0.8012914507805975,0.3539287461204943}; +VT(-1.5,-0.3000000000036085,1.5,-1.5,-0.9000000000022205,1.5,-1.5,-0.6210468606723065,1.032231279918527){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.105574875411931,-0.04393111702847074,0.07301715221530793}; +VT(-1.5,-1.102097624993128,1.097393740594595,-1.5,-0.9000000000022205,1.5,-1.5,-1.5,1.5){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VT(-1.5,-0.9000000000022205,1.5,-1.5,-1.102097624993128,1.097393740594595,-1.5,-0.6210468606723065,1.032231279918527){-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.105574875411931,-0.04393111702847074,0.07301715221530793}; +VT(-1.5,-0.3000000000036085,1.5,-1.5,0.04737321428310404,0.9063864795909868,-1.5,0.2999999999963916,1.5){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,0.02122116050005562,0.1061058025015544}; +VT(-1.5,-0.3000000000036085,1.5,-1.5,-0.6210468606723065,1.032231279918527,-1.5,0.04737321428310404,0.9063864795909868){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.105574875411931,0.003351048612391234,0.06411524319570693}; +VT(-1.5,0.6534954622413247,1.043634683367717,-1.5,0.8999999999977795,1.5,-1.5,0.2999999999963916,1.5){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.06366348150077554,0.1061058025015544,-0.105574875411931,0.02122116050005562,0.1061058025015544}; +VT(-1.5,0.2999999999963916,1.5,-1.5,0.04737321428310404,0.9063864795909868,-1.5,0.6534954622413247,1.043634683367717){-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,0.04622644030149332,0.07382379706479147}; +VT(-1.5,1.112147482346928,1.121236304809639,-1.5,1.5,1.5,-1.5,0.8999999999977795,1.5){-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.105574875411931,0.06366348150077554,0.1061058025015544}; +VT(-1.5,0.6534954622413247,1.043634683367717,-1.5,1.112147482346928,1.121236304809639,-1.5,0.8999999999977795,1.5){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.105574875411931,0.06366348150077554,0.1061058025015544}; +VT(-1.5,-1.5,0.8999999999977795,-1.5,-1.102097624993128,1.097393740594595,-1.5,-1.5,1.5){-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VT(-1.5,1.5,1.5,-1.5,1.112147482346928,1.121236304809639,-1.5,1.5,0.8999999999977795){-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.105574875411931,0.1061058025015544,0.06366348150077554}; +VT(-1.5,1.5,-1.5,-1.5,1.5,-0.9000000000022205,-1.5,1.118008028878422,-0.9561758830966032){-0.105574875411931,0.1061058025015544,-0.1061058025015544,-0.105574875411931,0.1061058025015544,-0.06366348150108969,-0.105574875411931,0.07908475940488395,-0.06763720627239833}; +VT(-1.5,1.5,-1.5,-1.5,1.118008028878422,-0.9561758830966032,-1.5,0.8999999999977795,-1.5){-0.105574875411931,0.1061058025015544,-0.1061058025015544,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.105574875411931,0.06366348150077554,-0.1061058025015544}; +VT(-1.5,-0.9000000000022205,-1.5,-1.5,-0.3000000000036085,-1.5,-1.5,-0.6872456872713681,-1.061008824046173){-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.105574875411931,-0.02122116050056613,-0.1061058025015544,-0.105574875411931,-0.04861383677577386,-0.07505279515776644}; +VT(-1.5,-0.9000000000022205,-1.5,-1.5,-1.135279084033036,-1.12564915566109,-1.5,-1.5,-1.5){-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VT(-1.5,-0.9000000000022205,-1.5,-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-1.135279084033036,-1.12564915566109){-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.0803064655163699,-0.07962527133107802}; +VT(-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-1.5,-0.3000000000036085,-1.5,-1.5,-0.9000000000022205){-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.105574875411931,-0.1061058025015544,-0.06366348150108969}; +VT(-1.5,-1.076335416667465,-0.1087842261929601,-1.5,-1.5,0.2999999999963916,-1.5,-1.5,-0.3000000000036085){-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.105574875411931,-0.1061058025015544,-0.02122116050056613}; +VT(-1.5,-1.5,-0.3000000000036085,-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-1.076335416667465,-0.1087842261929601){-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.0761369554308975,-0.007695091746476428}; +VT(-1.5,-1.5,-1.5,-1.5,-1.135279084033036,-1.12564915566109,-1.5,-1.5,-0.9000000000022205){-0.105574875411931,-0.1061058025015544,-0.1061058025015544,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.105574875411931,-0.1061058025015544,-0.06366348150108969}; +VT(-1.5,-1.5,-0.9000000000022205,-1.5,-1.135279084033036,-1.12564915566109,-1.5,-1.089149732891589,-0.6672369542570592){-0.105574875411931,-0.1061058025015544,-0.06366348150108969,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.105574875411931,-0.07704340430187707,-0.04719847499342546}; +VT(-1.5,1.5,-0.9000000000022205,-1.5,1.5,-0.3000000000036085,-1.5,1.118008028878422,-0.9561758830966032){-0.105574875411931,0.1061058025015544,-0.06366348150108969,-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.07908475940488395,-0.06763720627239833}; +VT(-1.5,0.9212134668419516,0.1081050649968649,-1.5,1.5,-0.3000000000036085,-1.5,1.5,0.2999999999963916){-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.1061058025015544,0.02122116050005562}; +VT(-1.5,1.5,-0.3000000000036085,-1.5,0.9212134668419516,0.1081050649968649,-1.5,0.7761097402742658,-0.4937044883617758){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.05489983121404927,-0.03492327395749702}; +VT(-1.5,1.5,-0.3000000000036085,-1.5,0.7761097402742658,-0.4937044883617758,-1.5,1.118008028878422,-0.9561758830966032){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.07908475940488395,-0.06763720627239833}; +VT(-1.5,0.2999999999963916,-1.5,-1.5,-0.1036422375125858,-1.016426733452122,-1.5,-0.3000000000036085,-1.5){-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.105574875411931,-0.02122116050056613,-0.1061058025015544}; +VT(-1.5,-0.1036422375125858,-1.016426733452122,-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-0.3000000000036085,-1.5){-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.02122116050056613,-0.1061058025015544}; +VT(-1.5,0.8999999999977795,-1.5,-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.2999999999963916,-1.5){-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.02122116050005562,-0.1061058025015544}; +VT(-1.5,0.5319384329984906,-1.043350810212014,-1.5,-0.1036422375125858,-1.016426733452122,-1.5,0.2999999999963916,-1.5){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.105574875411931,0.02122116050005562,-0.1061058025015544}; +VT(-1.5,0.8999999999977795,-1.5,-1.5,1.118008028878422,-0.9561758830966032,-1.5,0.5319384329984906,-1.043350810212014){-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.105574875411931,0.0376278362098161,-0.07380371667212846}; +VT(-1.5,-0.9894412642911142,0.5547374230566673,-1.5,-1.5,0.8999999999977795,-1.5,-1.5,0.2999999999963916){-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.105574875411931,-0.1061058025015544,0.02122116050005562}; +VT(-1.5,-1.5,0.2999999999963916,-1.5,-1.076335416667465,-0.1087842261929601,-1.5,-0.9894412642911142,0.5547374230566673){-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.105574875411931,-0.06999030625050748,0.0392405729673813}; +VT(-1.5,-1.5,0.8999999999977795,-1.5,-0.9894412642911142,0.5547374230566673,-1.5,-1.102097624993128,1.097393740594595){-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.105574875411931,-0.07795930195663531,0.07762656233731471}; +VT(-1.5,1.5,0.8999999999977795,-1.5,1.007241949495532,0.6625468406826993,-1.5,1.5,0.2999999999963916){-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.105574875411931,0.1061058025015544,0.02122116050005562}; +VT(-1.5,1.007241949495532,0.6625468406826993,-1.5,0.9212134668419516,0.1081050649968649,-1.5,1.5,0.2999999999963916){-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.1061058025015544,0.02122116050005562}; +VT(-1.5,1.5,0.8999999999977795,-1.5,1.112147482346928,1.121236304809639,-1.5,1.007241949495532,0.6625468406826993){-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.105574875411931,0.07124947690963568,0.04686670948367153}; +VT(-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-0.5306821532170947,-0.4823892565667451){-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.03753897049356844,-0.03412286612409512}; +VT(-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-1.135279084033036,-1.12564915566109,-1.5,-0.6872456872713681,-1.061008824046173){-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.105574875411931,-0.04861383677577386,-0.07505279515776644}; +VT(-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-0.1036422375125858,-1.016426733452122){-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.007331361856219745,-0.07189918282464726}; +VT(-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.9212134668419516,0.1081050649968649,-1.5,0.3275866898130944,-0.03376430225025673){-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.0231725657409641,-0.002388392257445685}; +VT(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.1191630952362037,-0.5499736394570767,-1.5,0.7761097402742658,-0.4937044883617758){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.105574875411931,0.05489983121404927,-0.03492327395749702}; +VT(-1.5,0.4663576096762498,0.4928747799337279,-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.9212134668419516,0.1081050649968649){-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.06516406278300288,0.007647049783983363}; +VT(-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.08161249999792153,0.3089910714272175){-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.005773039870958378,0.02185716373306668}; +VT(-1.5,0.1191630952362037,-0.5499736394570767,-1.5,0.3275866898130944,-0.03376430225025673,-1.5,-0.1710915674621336,-0.04200602324412017){-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,-0.01210253871121234,-0.002971388537477544}; +VT(-1.5,0.08161249999792153,0.3089910714272175,-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.4663576096762498,0.4928747799337279){-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.03298883228493676,0.0348645827050968}; +VT(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,-0.3933379692238963,0.4773720146914884){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,-0.02782362725255547,0.03376796047374945}; +VT(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.3933379692238963,0.4773720146914884,-1.5,-0.9894412642911142,0.5547374230566673){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,-0.06999030625050748,0.0392405729673813}; +VT(-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.08161249999792153,0.3089910714272175,-1.5,-0.3933379692238963,0.4773720146914884){-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.105574875411931,-0.02782362725255547,0.03376796047374945}; +VT(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,0.08161249999792153,0.3089910714272175,-1.5,0.04737321428310404,0.9063864795909868){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.105574875411931,0.003351048612391234,0.06411524319570693}; +VT(-1.5,-0.9894412642911142,0.5547374230566673,-1.5,-0.3933379692238963,0.4773720146914884,-1.5,-0.6210468606723065,1.032231279918527){-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,-0.04393111702847074,0.07301715221530793}; +VT(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,0.04737321428310404,0.9063864795909868,-1.5,-0.6210468606723065,1.032231279918527){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,-0.04393111702847074,0.07301715221530793}; +VT(-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.1191630952362037,-0.5499736394570767){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.008429263899071029,-0.03890359624619576}; +VT(-1.5,0.5319384329984906,-1.043350810212014,-1.5,1.118008028878422,-0.9561758830966032,-1.5,0.7761097402742658,-0.4937044883617758){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.105574875411931,0.05489983121404927,-0.03492327395749702}; +VT(-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.1191630952362037,-0.5499736394570767,-1.5,-0.1036422375125858,-1.016426733452122){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.105574875411931,-0.007331361856219745,-0.07189918282464726}; +VT(-1.5,-1.102097624993128,1.097393740594595,-1.5,-0.9894412642911142,0.5547374230566673,-1.5,-0.6210468606723065,1.032231279918527){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.105574875411931,-0.04393111702847074,0.07301715221530793}; +VT(-1.5,-1.076335416667465,-0.1087842261929601,-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-0.635368603473022,0.08234289298655639){-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.04494419703719792,0.005824705827092119}; +VT(-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,-0.635368603473022,0.08234289298655639){-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,-0.04494419703719792,0.005824705827092119}; +VT(-1.5,-1.076335416667465,-0.1087842261929601,-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.9894412642911142,0.5547374230566673){-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.06999030625050748,0.0392405729673813}; +VT(-1.5,0.4663576096762498,0.4928747799337279,-1.5,0.6534954622413247,1.043634683367717,-1.5,0.04737321428310404,0.9063864795909868){-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.003351048612391234,0.06411524319570693}; +VT(-1.5,0.6534954622413247,1.043634683367717,-1.5,1.007241949495532,0.6625468406826993,-1.5,1.112147482346928,1.121236304809639){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.105574875411931,0.0786702007430027,0.07931311861046944}; +VT(-1.5,0.6534954622413247,1.043634683367717,-1.5,0.4663576096762498,0.4928747799337279,-1.5,1.007241949495532,0.6625468406826993){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.105574875411931,0.07124947690963568,0.04686670948367153}; +VT(-1.5,0.4663576096762498,0.4928747799337279,-1.5,0.9212134668419516,0.1081050649968649,-1.5,1.007241949495532,0.6625468406826993){-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.07124947690963568,0.04686670948367153}; +VT(-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-1.076335416667465,-0.1087842261929601){-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.0761369554308975,-0.007695091746476428}; +VT(-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,0.1191630952362037,-0.5499736394570767,-1.5,-0.1710915674621336,-0.04200602324412017){-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.105574875411931,-0.01210253871121234,-0.002971388537477544}; +VT(-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-0.1036422375125858,-1.016426733452122,-1.5,0.1191630952362037,-0.5499736394570767){-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.105574875411931,0.008429263899071029,-0.03890359624619576}; +VT(-1.5,0.04737321428310404,0.9063864795909868,-1.5,0.08161249999792153,0.3089910714272175,-1.5,0.4663576096762498,0.4928747799337279){-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.105574875411931,0.03298883228493676,0.0348645827050968}; +VT(-0.9000000000022205,1.5,1.5,-0.6210468606723065,1.5,1.032231279918527,-0.3000000000036085,1.5,1.5){-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.02502948906497769,1.433004733686809,1.433004733686809}; +VT(-1.102097624993128,1.5,1.097393740594595,-0.9000000000022205,1.5,1.5,-1.5,1.5,1.5){-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.105574875411931,0.1061058025015544,0.1061058025015544}; +VT(-0.9000000000022205,1.5,1.5,-1.102097624993128,1.5,1.097393740594595,-0.6210468606723065,1.5,1.032231279918527){-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.1710157415537551,1.219904621914732,0.8394824728383804}; +VT(1.5,1.5,-0.9000000000022205,1.5,1.5,-0.3000000000036085,1.118008028878422,1.5,-0.9561758830966032){0.105574875411931,0.1061058025015544,-0.06366348150108969,0.105574875411931,0.1061058025015544,-0.02122116050056613,0.3954941447122623,0.6562118321936141,-0.4183026187641126}; +VT(0.9212134668419516,1.5,0.1081050649968649,1.5,1.5,-0.3000000000036085,1.5,1.5,0.2999999999963916){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.105574875411931,0.1061058025015544,-0.02122116050056613,0.105574875411931,0.1061058025015544,0.02122116050005562}; +VT(0.7761097402742658,1.5,-0.4937044883617758,1.118008028878422,1.5,-0.9561758830966032,1.5,1.5,-0.3000000000036085){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.105574875411931,0.1061058025015544,-0.02122116050056613}; +VT(1.5,1.5,-0.3000000000036085,0.9212134668419516,1.5,0.1081050649968649,0.7761097402742658,1.5,-0.4937044883617758){0.105574875411931,0.1061058025015544,-0.02122116050056613,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.2717888180516704,1.070466136789284,-0.3523292909147733}; +VT(1.5,1.5,-0.9000000000022205,1.118008028878422,1.5,-0.9561758830966032,1.5,1.5,-1.5){0.105574875411931,0.1061058025015544,-0.06366348150108969,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VT(0.2999999999963916,1.5,1.5,-0.3000000000036085,1.5,1.5,0.04737321428310404,1.5,0.9063864795909873){0.02502948906326356,1.433004733690008,1.433004733690008,-0.02502948906497769,1.433004733686809,1.433004733686809,0.0001061172875723531,1.498317148685933,0.905369603805499}; +VT(-0.3000000000036085,1.5,1.5,-0.6210468606723065,1.5,1.032231279918527,0.04737321428310404,1.5,0.9063864795909873){-0.02502948906497769,1.433004733686809,1.433004733686809,-0.1710157415537551,1.219904621914732,0.8394824728383804,0.0001061172875723531,1.498317148685933,0.905369603805499}; +VT(0.2999999999963916,1.5,1.5,0.6534954622413247,1.5,1.043634683367717,0.8999999999977795,1.5,1.5){0.02502948906326356,1.433004733690008,1.433004733690008,0.1917789057843272,1.190945299880428,0.8286078806326541,0.343278474813642,0.9324149524086058,0.9324149524086058}; +VT(0.04737321428310404,1.5,0.9063864795909873,0.6534954622413247,1.5,1.043634683367717,0.2999999999963916,1.5,1.5){0.0001061172875723531,1.498317148685933,0.905369603805499,0.1917789057843272,1.190945299880428,0.8286078806326541,0.02502948906326356,1.433004733690008,1.433004733690008}; +VT(1.5,1.5,1.5,0.8999999999977795,1.5,1.5,1.112147482346928,1.5,1.121236304809639){0.105574875411931,0.1061058025015544,0.1061058025015544,0.343278474813642,0.9324149524086058,0.9324149524086058,0.3958727219261088,0.6641054936796815,0.4964127931581248}; +VT(1.112147482346928,1.5,1.121236304809639,0.8999999999977795,1.5,1.5,0.6534954622413247,1.5,1.043634683367717){0.3958727219261088,0.6641054936796815,0.4964127931581248,0.343278474813642,0.9324149524086058,0.9324149524086058,0.1917789057843272,1.190945299880428,0.8286078806326541}; +VT(-1.102097624993128,1.5,1.097393740594595,-1.5,1.5,1.5,-1.5,1.5,0.8999999999977795){-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.105574875411931,0.1061058025015544,0.06366348150077554}; +VT(-1.135279084033036,1.5,-1.12564915566109,-1.5,1.5,-0.9000000000022205,-1.5,1.5,-1.5){-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.105574875411931,0.1061058025015544,-0.06366348150108969,-0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VT(-0.9000000000022205,1.5,-1.5,-1.135279084033036,1.5,-1.12564915566109,-1.5,1.5,-1.5){-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VT(1.5,1.5,-1.5,1.118008028878422,1.5,-0.9561758830966032,0.8999999999977795,1.5,-1.5){0.105574875411931,0.1061058025015544,-0.1061058025015544,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.343278474813642,0.9324149524086058,-0.9324149524086058}; +VT(0.2999999999963916,1.5,-1.5,0.8999999999977795,1.5,-1.5,0.5319384329984906,1.5,-1.043350810212014){0.02502948906326356,1.433004733690008,-1.433004733690008,0.343278474813642,0.9324149524086058,-0.9324149524086058,0.117936318633696,1.29273826141507,-0.8991863416263223}; +VT(1.118008028878422,1.5,-0.9561758830966032,0.5319384329984906,1.5,-1.043350810212014,0.8999999999977795,1.5,-1.5){0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.117936318633696,1.29273826141507,-0.8991863416263223,0.343278474813642,0.9324149524086058,-0.9324149524086058}; +VT(1.5,1.5,0.2999999999963916,1.5,1.5,0.8999999999977795,1.007241949495532,1.5,0.6625468406826993){0.105574875411931,0.1061058025015544,0.02122116050005562,0.105574875411931,0.1061058025015544,0.06366348150077554,0.3845193665442307,0.8012914507805975,0.3539287461204943}; +VT(1.5,1.5,0.2999999999963916,1.007241949495532,1.5,0.6625468406826993,0.9212134668419516,1.5,0.1081050649968649){0.105574875411931,0.1061058025015544,0.02122116050005562,0.3845193665442307,0.8012914507805975,0.3539287461204943,0.3533490466139286,0.9072814119892597,0.06538781067569752}; +VT(1.112147482346928,1.5,1.121236304809639,1.5,1.5,0.8999999999977795,1.5,1.5,1.5){0.3958727219261088,0.6641054936796815,0.4964127931581248,0.105574875411931,0.1061058025015544,0.06366348150077554,0.105574875411931,0.1061058025015544,0.1061058025015544}; +VT(1.007241949495532,1.5,0.6625468406826993,1.5,1.5,0.8999999999977795,1.112147482346928,1.5,1.121236304809639){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.105574875411931,0.1061058025015544,0.06366348150077554,0.3958727219261088,0.6641054936796815,0.4964127931581248}; +VT(-1.089149732891589,1.5,-0.6672369542570591,-1.5,1.5,-0.3000000000036085,-1.5,1.5,-0.9000000000022205){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.1061058025015544,-0.06366348150108969}; +VT(-1.5,1.5,-0.3000000000036085,-1.076335416667465,1.5,-0.1087842261929601,-1.5,1.5,0.2999999999963916){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.105574875411931,0.1061058025015544,0.02122116050005562}; +VT(-1.089149732891589,1.5,-0.6672369542570591,-1.076335416667465,1.5,-0.1087842261929601,-1.5,1.5,-0.3000000000036085){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.105574875411931,0.1061058025015544,-0.02122116050056613}; +VT(-1.5,1.5,-0.9000000000022205,-1.135279084033036,1.5,-1.12564915566109,-1.089149732891589,1.5,-0.6672369542570591){-0.105574875411931,0.1061058025015544,-0.06366348150108969,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.3962679566617992,0.6948586039641074,-0.309090225698882}; +VT(0.2999999999963916,1.5,-1.5,-0.1036422375125858,1.5,-1.016426733452122,-0.3000000000036085,1.5,-1.5){0.02502948906326356,1.433004733690008,-1.433004733690008,-0.001103362044394619,1.491950923896314,-1.010972536031204,-0.02502948906497769,1.433004733686809,-1.433004733686809}; +VT(-0.3000000000036085,1.5,-1.5,-0.6872456872713681,1.5,-1.061008824046173,-0.9000000000022205,1.5,-1.5){-0.02502948906497769,1.433004733686809,-1.433004733686809,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3432784748158345,0.9324149524033877,-0.9324149524033877}; +VT(-0.1036422375125858,1.5,-1.016426733452122,-0.6872456872713681,1.5,-1.061008824046173,-0.3000000000036085,1.5,-1.5){-0.001103362044394619,1.491950923896314,-1.010972536031204,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.02502948906497769,1.433004733686809,-1.433004733686809}; +VT(0.5319384329984906,1.5,-1.043350810212014,-0.1036422375125858,1.5,-1.016426733452122,0.2999999999963916,1.5,-1.5){0.117936318633696,1.29273826141507,-0.8991863416263223,-0.001103362044394619,1.491950923896314,-1.010972536031204,0.02502948906326356,1.433004733690008,-1.433004733690008}; +VT(-1.135279084033036,1.5,-1.12564915566109,-0.9000000000022205,1.5,-1.5,-0.6872456872713681,1.5,-1.061008824046173){-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.21381107283656,1.159494464725985,-0.8201559056713098}; +VT(-1.5,1.5,0.8999999999977795,-1.5,1.5,0.2999999999963916,-0.9894412642911142,1.5,0.5547374230566673){-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.105574875411931,0.1061058025015544,0.02122116050005562,-0.3794960811237924,0.8237353387178266,0.3046378793873587}; +VT(-1.076335416667465,1.5,-0.1087842261929601,-0.9894412642911142,1.5,0.5547374230566673,-1.5,1.5,0.2999999999963916){-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.105574875411931,0.1061058025015544,0.02122116050005562}; +VT(-1.5,1.5,0.8999999999977795,-0.9894412642911142,1.5,0.5547374230566673,-1.102097624993128,1.5,1.097393740594595){-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3962573430409242,0.6775885590688879,0.4957209622804725}; +VT(0.5319384329984906,1.5,-1.043350810212014,0.1191630952362037,1.5,-0.5499736394570764,-0.1036422375125858,1.5,-1.016426733452122){0.117936318633696,1.29273826141507,-0.8991863416263223,0.001672160393093572,1.489362713808621,-0.5460734881233303,-0.001103362044394619,1.491950923896314,-1.010972536031204}; +VT(-0.5306821532170947,1.5,-0.4823892565667447,-0.1036422375125858,1.5,-1.016426733452122,0.1191630952362037,1.5,-0.5499736394570764){-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.001103362044394619,1.491950923896314,-1.010972536031204,0.001672160393093572,1.489362713808621,-0.5460734881233303}; +VT(-0.5306821532170947,1.5,-0.4823892565667447,-0.6872456872713681,1.5,-1.061008824046173,-0.1036422375125858,1.5,-1.016426733452122){-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.001103362044394619,1.491950923896314,-1.010972536031204}; +VT(0.5319384329984906,1.5,-1.043350810212014,0.7761097402742658,1.5,-0.4937044883617758,0.1191630952362037,1.5,-0.5499736394570764){0.117936318633696,1.29273826141507,-0.8991863416263223,0.2717888180516704,1.070466136789284,-0.3523292909147733,0.001672160393093572,1.489362713808621,-0.5460734881233303}; +VT(0.1191630952362037,1.5,-0.5499736394570764,0.7761097402742658,1.5,-0.4937044883617758,0.3275866898130944,1.5,-0.03376430225025651){0.001672160393093572,1.489362713808621,-0.5460734881233303,0.2717888180516704,1.070466136789284,-0.3523292909147733,0.03211114529415318,1.420232406308262,-0.03196877082146752}; +VT(0.5319384329984906,1.5,-1.043350810212014,1.118008028878422,1.5,-0.9561758830966032,0.7761097402742658,1.5,-0.4937044883617758){0.117936318633696,1.29273826141507,-0.8991863416263223,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.2717888180516704,1.070466136789284,-0.3523292909147733}; +VT(0.9212134668419516,1.5,0.1081050649968649,0.3275866898130944,1.5,-0.03376430225025651,0.7761097402742658,1.5,-0.4937044883617758){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.2717888180516704,1.070466136789284,-0.3523292909147733}; +VT(-0.5306821532170947,1.5,-0.4823892565667447,-1.076335416667465,1.5,-0.1087842261929601,-1.089149732891589,1.5,-0.6672369542570591){-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.3962679566617992,0.6948586039641074,-0.309090225698882}; +VT(-1.089149732891589,1.5,-0.6672369542570591,-0.6872456872713681,1.5,-1.061008824046173,-0.5306821532170947,1.5,-0.4823892565667447){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.1172423546627286,1.293693027900234,-0.4160424119695832}; +VT(-1.089149732891589,1.5,-0.6672369542570591,-1.135279084033036,1.5,-1.12564915566109,-0.6872456872713681,1.5,-1.061008824046173){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.21381107283656,1.159494464725985,-0.8201559056713098}; +VT(-0.1710915674621336,1.5,-0.04200602324411973,-0.5306821532170947,1.5,-0.4823892565667447,0.1191630952362037,1.5,-0.5499736394570764){-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.1172423546627286,1.293693027900234,-0.4160424119695832,0.001672160393093572,1.489362713808621,-0.5460734881233303}; +VT(0.3275866898130944,1.5,-0.03376430225025651,-0.1710915674621336,1.5,-0.04200602324411973,0.1191630952362037,1.5,-0.5499736394570764){0.03211114529415318,1.420232406308262,-0.03196877082146752,-0.00488715833964731,1.478099258740706,-0.04139271454651883,0.001672160393093572,1.489362713808621,-0.5460734881233303}; +VT(-1.076335416667465,1.5,-0.1087842261929601,-0.5306821532170947,1.5,-0.4823892565667447,-0.635368603473022,1.5,0.08234289298655684){-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.1801134066669958,1.207279491741831,0.06627392399557491}; +VT(-0.635368603473022,1.5,0.08234289298655684,-0.9894412642911142,1.5,0.5547374230566673,-1.076335416667465,1.5,-0.1087842261929601){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3957521357610693,0.7118358000718976,-0.05162433779151203}; +VT(-0.1710915674621336,1.5,-0.04200602324411973,-0.635368603473022,1.5,0.08234289298655684,-0.5306821532170947,1.5,-0.4823892565667447){-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.1172423546627286,1.293693027900234,-0.4160424119695832}; +VT(-0.635368603473022,1.5,0.08234289298655684,-0.3933379692238963,1.5,0.4773720146914893,-0.9894412642911142,1.5,0.5547374230566673){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.3794960811237924,0.8237353387178266,0.3046378793873587}; +VT(-0.3933379692238963,1.5,0.4773720146914893,-0.635368603473022,1.5,0.08234289298655684,-0.1710915674621336,1.5,-0.04200602324411973){-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.00488715833964731,1.478099258740706,-0.04139271454651883}; +VT(0.9212134668419516,1.5,0.1081050649968649,1.007241949495532,1.5,0.6625468406826993,0.4663576096762498,1.5,0.4928747799337283){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.3845193665442307,0.8012914507805975,0.3539287461204943,0.08421616398958823,1.339817938434744,0.4402416477048572}; +VT(1.007241949495532,1.5,0.6625468406826993,0.6534954622413247,1.5,1.043634683367717,0.4663576096762498,1.5,0.4928747799337283){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.1917789057843272,1.190945299880428,0.8286078806326541,0.08421616398958823,1.339817938434744,0.4402416477048572}; +VT(1.112147482346928,1.5,1.121236304809639,0.6534954622413247,1.5,1.043634683367717,1.007241949495532,1.5,0.6625468406826993){0.3958727219261088,0.6641054936796815,0.4964127931581248,0.1917789057843272,1.190945299880428,0.8286078806326541,0.3845193665442307,0.8012914507805975,0.3539287461204943}; +VT(-0.6210468606723065,1.5,1.032231279918527,-0.3933379692238963,1.5,0.4773720146914893,0.04737321428310404,1.5,0.9063864795909873){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.05336837956486746,1.385452278455378,0.4409174302834386,0.0001061172875723531,1.498317148685933,0.905369603805499}; +VT(-1.102097624993128,1.5,1.097393740594595,-0.9894412642911142,1.5,0.5547374230566673,-0.6210468606723065,1.5,1.032231279918527){-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.1710157415537551,1.219904621914732,0.8394824728383804}; +VT(-0.6210468606723065,1.5,1.032231279918527,-0.9894412642911142,1.5,0.5547374230566673,-0.3933379692238963,1.5,0.4773720146914893){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.05336837956486746,1.385452278455378,0.4409174302834386}; +VT(0.04737321428310404,1.5,0.9063864795909873,0.08161249999792153,1.5,0.3089910714272177,0.4663576096762498,1.5,0.4928747799337283){0.0001061172875723531,1.498317148685933,0.905369603805499,0.0005405771330085734,1.495007321992192,0.3079626094759353,0.08421616398958823,1.339817938434744,0.4402416477048572}; +VT(-0.3933379692238963,1.5,0.4773720146914893,0.08161249999792153,1.5,0.3089910714272177,0.04737321428310404,1.5,0.9063864795909873){-0.05336837956486746,1.385452278455378,0.4409174302834386,0.0005405771330085734,1.495007321992192,0.3079626094759353,0.0001061172875723531,1.498317148685933,0.905369603805499}; +VT(0.4663576096762498,1.5,0.4928747799337283,0.6534954622413247,1.5,1.043634683367717,0.04737321428310404,1.5,0.9063864795909873){0.08421616398958823,1.339817938434744,0.4402416477048572,0.1917789057843272,1.190945299880428,0.8286078806326541,0.0001061172875723531,1.498317148685933,0.905369603805499}; +VT(0.9212134668419516,1.5,0.1081050649968649,0.4663576096762498,1.5,0.4928747799337283,0.3275866898130944,1.5,-0.03376430225025651){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.08421616398958823,1.339817938434744,0.4402416477048572,0.03211114529415318,1.420232406308262,-0.03196877082146752}; +VT(0.08161249999792153,1.5,0.3089910714272177,0.3275866898130944,1.5,-0.03376430225025651,0.4663576096762498,1.5,0.4928747799337283){0.0005405771330085734,1.495007321992192,0.3079626094759353,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.08421616398958823,1.339817938434744,0.4402416477048572}; +VT(-0.1710915674621336,1.5,-0.04200602324411973,0.3275866898130944,1.5,-0.03376430225025651,0.08161249999792153,1.5,0.3089910714272177){-0.00488715833964731,1.478099258740706,-0.04139271454651883,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.0005405771330085734,1.495007321992192,0.3079626094759353}; +VT(0.08161249999792153,1.5,0.3089910714272177,-0.3933379692238963,1.5,0.4773720146914893,-0.1710915674621336,1.5,-0.04200602324411973){0.0005405771330085734,1.495007321992192,0.3079626094759353,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.00488715833964731,1.478099258740706,-0.04139271454651883}; +VT(0.3000000000036085,-1.5,1.5,0.565963221214356,-1.10291367008109,1.5,0.9000000000022205,-1.5,1.5){0.02502948906497769,-1.433004733686809,1.433004733686809,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.3432784748158345,-0.9324149524033877,0.9324149524033877}; +VT(1.5,-1.5,1.5,0.9000000000022205,-1.5,1.5,1.021288821373941,-1.019203261987372,1.5){0.105574875411931,-0.1061058025015544,0.1061058025015544,0.3432784748158345,-0.9324149524033877,0.9324149524033877,0.3878977860880135,-0.532296537677804,0.7834009527793278}; +VT(0.9000000000022205,-1.5,1.5,0.565963221214356,-1.10291367008109,1.5,1.021288821373941,-1.019203261987372,1.5){0.3432784748158345,-0.9324149524033877,0.9324149524033877,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.3878977860880135,-0.532296537677804,0.7834009527793278}; +VT(1.1019728260867,-0.5553218976436398,1.5,1.5,-0.2999999999963916,1.5,1.5,-0.8999999999977795,1.5){0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.105574875411931,-0.02122116050005562,0.1061058025015544,0.105574875411931,-0.06366348150077554,0.1061058025015544}; +VT(0.8872376019016306,0.02065217391310045,1.5,1.5,0.3000000000036085,1.5,1.5,-0.2999999999963916,1.5){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.105574875411931,0.02122116050056613,0.1061058025015544,0.105574875411931,-0.02122116050005562,0.1061058025015544}; +VT(1.1019728260867,-0.5553218976436398,1.5,0.8872376019016306,0.02065217391310045,1.5,1.5,-0.2999999999963916,1.5){0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.3368412203938587,0.01304300855864606,0.9473343058358903,0.105574875411931,-0.02122116050005562,0.1061058025015544}; +VT(1.021288821373941,-1.019203261987372,1.5,1.5,-0.8999999999977795,1.5,1.5,-1.5,1.5){0.3878977860880135,-0.532296537677804,0.7834009527793278,0.105574875411931,-0.06366348150077554,0.1061058025015544,0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VT(1.021288821373941,-1.019203261987372,1.5,1.1019728260867,-0.5553218976436398,1.5,1.5,-0.8999999999977795,1.5){0.3878977860880135,-0.532296537677804,0.7834009527793278,0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.105574875411931,-0.06366348150077554,0.1061058025015544}; +VT(-1.10171795742749,-0.5580755208344336,1.5,-1.5,-0.9000000000022205,1.5,-1.5,-0.3000000000036085,1.5){-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.105574875411931,-0.02122116050056613,0.1061058025015544}; +VT(-1.5,-1.5,1.5,-1.5,-0.9000000000022205,1.5,-1.021504830917486,-1.021504830918212,1.5){-0.105574875411931,-0.1061058025015544,0.1061058025015544,-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.3879455799851704,-0.5333103890286645,0.7831246209809133}; +VT(-1.5,-0.9000000000022205,1.5,-1.10171795742749,-0.5580755208344336,1.5,-1.021504830917486,-1.021504830918212,1.5){-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.3879455799851704,-0.5333103890286645,0.7831246209809133}; +VT(-0.2999999999963916,-1.5,1.5,0.02046892769982431,-0.886606647124312,1.5,0.3000000000036085,-1.5,1.5){-0.02502948906326356,-1.433004733690008,1.433004733690008,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.02502948906497769,-1.433004733686809,1.433004733686809}; +VT(0.565963221214356,-1.10291367008109,1.5,0.3000000000036085,-1.5,1.5,0.02046892769982431,-0.886606647124312,1.5){0.1373626621352447,-0.9309390820561827,1.266108727242093,0.02502948906497769,-1.433004733686809,1.433004733686809,8.573016033132933e-06,-0.8864209197119546,1.499685778220319}; +VT(-0.5580755208322331,-1.101717957427123,1.5,-0.2999999999963916,-1.5,1.5,-0.8999999999977795,-1.5,1.5){-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.02502948906326356,-1.433004733690008,1.433004733690008,-0.343278474813642,-0.9324149524086058,0.9324149524086058}; +VT(0.02046892769982431,-0.886606647124312,1.5,-0.2999999999963916,-1.5,1.5,-0.5580755208322331,-1.101717957427123,1.5){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.02502948906326356,-1.433004733690008,1.433004733690008,-0.1327552448148737,-0.934560679727194,1.272413697299221}; +VT(-1.021504830917486,-1.021504830918212,1.5,-0.8999999999977795,-1.5,1.5,-1.5,-1.5,1.5){-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.343278474813642,-0.9324149524086058,0.9324149524086058,-0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VT(-0.8999999999977795,-1.5,1.5,-1.021504830917486,-1.021504830918212,1.5,-0.5580755208322331,-1.101717957427123,1.5){-0.343278474813642,-0.9324149524086058,0.9324149524086058,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.1327552448148737,-0.934560679727194,1.272413697299221}; +VT(-0.5597074896014569,1.101572222501781,1.5,-0.9000000000022205,1.5,1.5,-0.3000000000036085,1.5,1.5){-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.02502948906497769,1.433004733686809,1.433004733686809}; +VT(-1.5,1.5,1.5,-0.9000000000022205,1.5,1.5,-1.02189946761164,1.020844485012256,1.5){-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.3880325669174046,0.5326219926821901,0.7826196847345397}; +VT(-0.9000000000022205,1.5,1.5,-0.5597074896014569,1.101572222501781,1.5,-1.02189946761164,1.020844485012256,1.5){-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.3880325669174046,0.5326219926821901,0.7826196847345397}; +VT(-1.5,0.2999999999963916,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-1.5,-0.3000000000036085,1.5){-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.105574875411931,-0.02122116050056613,0.1061058025015544}; +VT(-1.10171795742749,-0.5580755208344336,1.5,-1.5,-0.3000000000036085,1.5,-0.8777711855872404,-0.0178593225812774,1.5){-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.3318964142730259,-0.01140973887857728,0.9583010912075578}; +VT(-1.5,0.2999999999963916,1.5,-1.5,0.8999999999977795,1.5,-1.101717957427123,0.5580755208322331,1.5){-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.105574875411931,0.06366348150077554,0.1061058025015544,-0.3962653789331386,0.2522860735313549,0.6780965947631925}; +VT(-0.8777711855872404,-0.0178593225812774,1.5,-1.5,0.2999999999963916,1.5,-1.101717957427123,0.5580755208322331,1.5){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.3962653789331386,0.2522860735313549,0.6780965947631925}; +VT(-1.5,1.5,1.5,-1.02189946761164,1.020844485012256,1.5,-1.5,0.8999999999977795,1.5){-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.105574875411931,0.06366348150077554,0.1061058025015544}; +VT(-1.02189946761164,1.020844485012256,1.5,-1.101717957427123,0.5580755208322331,1.5,-1.5,0.8999999999977795,1.5){-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.105574875411931,0.06366348150077554,0.1061058025015544}; +VT(-0.0103200042774927,0.8900304532333451,1.5,-0.3000000000036085,1.5,1.5,0.2999999999963916,1.5,1.5){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.02502948906497769,1.433004733686809,1.433004733686809,0.02502948906326356,1.433004733690008,1.433004733690008}; +VT(-0.0103200042774927,0.8900304532333451,1.5,-0.5597074896014569,1.101572222501781,1.5,-0.3000000000036085,1.5,1.5){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.02502948906497769,1.433004733686809,1.433004733686809}; +VT(0.2999999999963916,1.5,1.5,0.8999999999977795,1.5,1.5,0.55552333591021,1.102947488149707,1.5){0.02502948906326356,1.433004733690008,1.433004733690008,0.343278474813642,0.9324149524086058,0.9324149524086058,0.131277370529636,0.937091269408904,1.27443683331782}; +VT(-0.0103200042774927,0.8900304532333451,1.5,0.2999999999963916,1.5,1.5,0.55552333591021,1.102947488149707,1.5){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.02502948906326356,1.433004733690008,1.433004733690008,0.131277370529636,0.937091269408904,1.27443683331782}; +VT(1.020138732778565,1.022516225355707,1.5,0.8999999999977795,1.5,1.5,1.5,1.5,1.5){0.3876411733812037,0.5350292947278013,0.784871596352926,0.343278474813642,0.9324149524086058,0.9324149524086058,0.105574875411931,0.1061058025015544,0.1061058025015544}; +VT(1.020138732778565,1.022516225355707,1.5,0.55552333591021,1.102947488149707,1.5,0.8999999999977795,1.5,1.5){0.3876411733812037,0.5350292947278013,0.784871596352926,0.131277370529636,0.937091269408904,1.27443683331782,0.343278474813642,0.9324149524086058,0.9324149524086058}; +VT(1.100796641735557,0.5614314259084719,1.5,1.5,0.9000000000022205,1.5,1.5,0.3000000000036085,1.5){0.3962829256685603,0.2542644353297981,0.6793290068819106,0.105574875411931,0.06366348150108969,0.1061058025015544,0.105574875411931,0.02122116050056613,0.1061058025015544}; +VT(1.5,0.9000000000022205,1.5,1.020138732778565,1.022516225355707,1.5,1.5,1.5,1.5){0.105574875411931,0.06366348150108969,0.1061058025015544,0.3876411733812037,0.5350292947278013,0.784871596352926,0.105574875411931,0.1061058025015544,0.1061058025015544}; +VT(1.5,0.9000000000022205,1.5,1.100796641735557,0.5614314259084719,1.5,1.020138732778565,1.022516225355707,1.5){0.105574875411931,0.06366348150108969,0.1061058025015544,0.3962829256685603,0.2542644353297981,0.6793290068819106,0.3876411733812037,0.5350292947278013,0.784871596352926}; +VT(1.5,0.3000000000036085,1.5,0.8872376019016306,0.02065217391310045,1.5,1.100796641735557,0.5614314259084719,1.5){0.105574875411931,0.02122116050056613,0.1061058025015544,0.3368412203938587,0.01304300855864606,0.9473343058358903,0.3962829256685603,0.2542644353297981,0.6793290068819106}; +VT(-0.6394197614728611,0.631702621779606,1.5,-0.3167572463759758,0.2341485507252162,1.5,-0.8777711855872404,-0.0178593225812774,1.5){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.3318964142730259,-0.01140973887857728,0.9583010912075578}; +VT(-0.0103200042774927,0.8900304532333451,1.5,-0.3167572463759758,0.2341485507252162,1.5,-0.6394197614728611,0.631702621779606,1.5){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.1827071019562793,0.5069048028082701,1.203663207967}; +VT(-0.8777711855872404,-0.0178593225812774,1.5,-0.3167572463759758,0.2341485507252162,1.5,-0.2305591074160649,-0.3184871396323843,1.5){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.01172171299653563,-0.3100595810141228,1.460308168354981}; +VT(-0.0103200042774927,0.8900304532333451,1.5,0.2336899586565075,0.3199714001134716,1.5,-0.3167572463759758,0.2341485507252162,1.5){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.01219078863060388,0.3112741105127556,1.459227810996709,-0.02920410396743078,0.2224997744352381,1.42537573100133}; +VT(0.001235335325678881,0.00084251732092544,1.5,-0.3167572463759758,0.2341485507252162,1.5,0.2336899586565075,0.3199714001134716,1.5){1.885185235552885e-09,0.0008425166780623247,1.49999885546012,-0.02920410396743078,0.2224997744352381,1.42537573100133,0.01219078863060388,0.3112741105127556,1.459227810996709}; +VT(0.001235335325678881,0.00084251732092544,1.5,-0.2305591074160649,-0.3184871396323843,1.5,-0.3167572463759758,0.2341485507252162,1.5){1.885185235552885e-09,0.0008425166780623247,1.49999885546012,-0.01172171299653563,-0.3100595810141228,1.460308168354981,-0.02920410396743078,0.2224997744352381,1.42537573100133}; +VT(0.6536500037736985,-0.624734022745719,1.5,0.8872376019016306,0.02065217391310045,1.5,1.1019728260867,-0.5553218976436398,1.5){0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3368412203938587,0.01304300855864606,0.9473343058358903,0.3962600363578799,-0.2509150039945248,0.6777555640950292}; +VT(0.6536500037736985,-0.624734022745719,1.5,0.3210384070896065,-0.2305777072807509,1.5,0.8872376019016306,0.02065217391310045,1.5){0.1918789786608077,-0.4959573286713336,1.190804351806207,0.03033355578874265,-0.2187970905999778,1.423362387328956,0.3368412203938587,0.01304300855864606,0.9473343058358903}; +VT(0.3210384070896065,-0.2305777072807509,1.5,0.2336899586565075,0.3199714001134716,1.5,0.8872376019016306,0.02065217391310045,1.5){0.03033355578874265,-0.2187970905999778,1.423362387328956,0.01219078863060388,0.3112741105127556,1.459227810996709,0.3368412203938587,0.01304300855864606,0.9473343058358903}; +VT(0.2336899586565075,0.3199714001134716,1.5,0.6286786173646391,0.6420171141398677,1.5,0.8872376019016306,0.02065217391310045,1.5){0.01219078863060388,0.3112741105127556,1.459227810996709,0.1758491876713661,0.5192668371015391,1.213207932464274,0.3368412203938587,0.01304300855864606,0.9473343058358903}; +VT(0.8872376019016306,0.02065217391310045,1.5,0.6286786173646391,0.6420171141398677,1.5,1.100796641735557,0.5614314259084719,1.5){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.1758491876713661,0.5192668371015391,1.213207932464274,0.3962829256685603,0.2542644353297981,0.6793290068819106}; +VT(-1.10171795742749,-0.5580755208344336,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.6312955193870672,-0.6463057131683141,1.5){-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.1775143016418856,-0.5217390650698083,1.210895372977929}; +VT(-1.021504830917486,-1.021504830918212,1.5,-1.10171795742749,-0.5580755208344336,1.5,-0.6312955193870672,-0.6463057131683141,1.5){-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.1775143016418856,-0.5217390650698083,1.210895372977929}; +VT(0.02046892769982431,-0.886606647124312,1.5,-0.5580755208322331,-1.101717957427123,1.5,-0.6312955193870672,-0.6463057131683141,1.5){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.1775143016418856,-0.5217390650698083,1.210895372977929}; +VT(-0.5580755208322331,-1.101717957427123,1.5,-1.021504830917486,-1.021504830918212,1.5,-0.6312955193870672,-0.6463057131683141,1.5){-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.1775143016418856,-0.5217390650698083,1.210895372977929}; +VT(-0.8777711855872404,-0.0178593225812774,1.5,-1.101717957427123,0.5580755208322331,1.5,-0.6394197614728611,0.631702621779606,1.5){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.1827071019562793,0.5069048028082701,1.203663207967}; +VT(-0.6394197614728611,0.631702621779606,1.5,-1.101717957427123,0.5580755208322331,1.5,-1.02189946761164,1.020844485012256,1.5){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.3880325669174046,0.5326219926821901,0.7826196847345397}; +VT(1.021288821373941,-1.019203261987372,1.5,0.6536500037736985,-0.624734022745719,1.5,1.1019728260867,-0.5553218976436398,1.5){0.3878977860880135,-0.532296537677804,0.7834009527793278,0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3962600363578799,-0.2509150039945248,0.6777555640950292}; +VT(0.3210384070896065,-0.2305777072807509,1.5,0.6536500037736985,-0.624734022745719,1.5,0.02046892769982431,-0.886606647124312,1.5){0.03033355578874265,-0.2187970905999778,1.423362387328956,0.1918789786608077,-0.4959573286713336,1.190804351806207,8.573016033132933e-06,-0.8864209197119546,1.499685778220319}; +VT(0.565963221214356,-1.10291367008109,1.5,0.02046892769982431,-0.886606647124312,1.5,0.6536500037736985,-0.624734022745719,1.5){0.1373626621352447,-0.9309390820561827,1.266108727242093,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.1918789786608077,-0.4959573286713336,1.190804351806207}; +VT(0.6536500037736985,-0.624734022745719,1.5,1.021288821373941,-1.019203261987372,1.5,0.565963221214356,-1.10291367008109,1.5){0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.1373626621352447,-0.9309390820561827,1.266108727242093}; +VT(-0.2305591074160649,-0.3184871396323843,1.5,0.3210384070896065,-0.2305777072807509,1.5,0.02046892769982431,-0.886606647124312,1.5){-0.01172171299653563,-0.3100595810141228,1.460308168354981,0.03033355578874265,-0.2187970905999778,1.423362387328956,8.573016033132933e-06,-0.8864209197119546,1.499685778220319}; +VT(-0.2305591074160649,-0.3184871396323843,1.5,0.02046892769982431,-0.886606647124312,1.5,-0.6312955193870672,-0.6463057131683141,1.5){-0.01172171299653563,-0.3100595810141228,1.460308168354981,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.1775143016418856,-0.5217390650698083,1.210895372977929}; +VT(-0.6394197614728611,0.631702621779606,1.5,-0.5597074896014569,1.101572222501781,1.5,-0.0103200042774927,0.8900304532333451,1.5){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.1337036049814847,0.9334838152574759,1.27111567837664,-1.099008589893057e-06,0.8899830584250256,1.499920123842706}; +VT(-1.02189946761164,1.020844485012256,1.5,-0.5597074896014569,1.101572222501781,1.5,-0.6394197614728611,0.631702621779606,1.5){-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.1827071019562793,0.5069048028082701,1.203663207967}; +VT(-0.6312955193870672,-0.6463057131683141,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.2305591074160649,-0.3184871396323843,1.5){-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.01172171299653563,-0.3100595810141228,1.460308168354981}; +VT(0.2336899586565075,0.3199714001134716,1.5,-0.0103200042774927,0.8900304532333451,1.5,0.6286786173646391,0.6420171141398677,1.5){0.01219078863060388,0.3112741105127556,1.459227810996709,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.1758491876713661,0.5192668371015391,1.213207932464274}; +VT(-0.0103200042774927,0.8900304532333451,1.5,0.55552333591021,1.102947488149707,1.5,0.6286786173646391,0.6420171141398677,1.5){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.131277370529636,0.937091269408904,1.27443683331782,0.1758491876713661,0.5192668371015391,1.213207932464274}; +VT(0.001235335325678881,0.00084251732092544,1.5,0.2336899586565075,0.3199714001134716,1.5,0.3210384070896065,-0.2305777072807509,1.5){1.885185235552885e-09,0.0008425166780623247,1.49999885546012,0.01219078863060388,0.3112741105127556,1.459227810996709,0.03033355578874265,-0.2187970905999778,1.423362387328956}; +VT(0.3210384070896065,-0.2305777072807509,1.5,-0.2305591074160649,-0.3184871396323843,1.5,0.001235335325678881,0.00084251732092544,1.5){0.03033355578874265,-0.2187970905999778,1.423362387328956,-0.01172171299653563,-0.3100595810141228,1.460308168354981,1.885185235552885e-09,0.0008425166780623247,1.49999885546012}; +VT(1.020138732778565,1.022516225355707,1.5,1.100796641735557,0.5614314259084719,1.5,0.6286786173646391,0.6420171141398677,1.5){0.3876411733812037,0.5350292947278013,0.784871596352926,0.3962829256685603,0.2542644353297981,0.6793290068819106,0.1758491876713661,0.5192668371015391,1.213207932464274}; +VT(0.6286786173646391,0.6420171141398677,1.5,0.55552333591021,1.102947488149707,1.5,1.020138732778565,1.022516225355707,1.5){0.1758491876713661,0.5192668371015391,1.213207932464274,0.131277370529636,0.937091269408904,1.27443683331782,0.3876411733812037,0.5350292947278013,0.784871596352926}; +VS(-0.6312955193870672,-0.6463057131683141,1.5,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-0.635368603473022,1.5,0.08234289298655684,-1.076335416667465,1.5,-0.1087842261929601,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-0.5580755208322331,-1.101717957427123,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.3933379692238963,1.5,0.4773720146914893,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.4490595128850478,1.004334379852044,0.239852571830166){-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.07623874268815731,0.9047604347005244,0.2160725765308054}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.5319384329984906,-1.5,-1.043350810212014,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(0.3210384070896065,-0.2305777072807509,1.5,0.630688632445991,-0.006209911821192785,0.8961975422432245,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.03033355578874265,-0.2187970905999778,1.423362387328956,0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(1.10335746975068,-0.5661629246607967,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.396227306456457,-0.255113788754882,-0.6759020530381625,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.9730897044499917,-0.1896781071303442,0.4847366459602779){0.1299807697144024,0.4630671463155333,0.4651980814734962,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3741860603615301,-0.1067410103143846,0.2727846671869745}; +VS(0.3933379692238963,-1.5,0.4773720146914884,0.4480266018043247,-1.005613303187453,0.2596968952138904,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4383286001383542,-0.923251364180131,1.044788080267217){0.05336837956486746,-1.385452278455378,0.4409174302834377,0.07577523436002923,-0.9063629996714063,0.2340657747917007,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.5319384329984906,-1.5,-1.043350810212014,-0.5601198042459548,-1.100090743256501,-1.5,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(1.01888888888931,-1.018888888888468,-1.5,1.5,-0.5319384329984906,-1.043350810212014,1.5,-1.118008028878422,-0.9561758830966032,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.9894412642911142,-1.5,0.5547374230566673,1.076335416667465,-1.5,-0.1087842261929601,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3739716744232401,-0.1190731370253491,-0.3981750499786375){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.04645904731091235,-0.1108432515657159,-0.3706546945393558}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,1.5,0.1710915674621336,-0.04200602324412017,1.5,-0.08161249999792153,0.3089910714272175,0.9924070660176425,0.3946013378260353,0.2064865592367245){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.3803889594325776,0.215719042782565,0.1128812262812169}; +VS(-1.118008028878422,-1.5,-0.9561758830966032,-0.5319384329984906,-1.5,-1.043350810212014,-1.022858374149648,-1.01792924438677,-1.5,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.01888888888931,1.018888888888468,-1.5,-1.5,1.118008028878422,-0.9561758830966032,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.4487342634014268,0.4567500513139491,1.08317362863324,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.07609263269272418,0.4115303952458744,0.9759361169834899,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(-0.5319384329984906,-1.5,-1.043350810212014,-0.5601198042459548,-1.100090743256501,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916){-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(-0.5319384329984906,-1.5,-1.043350810212014,-0.5601198042459548,-1.100090743256501,-1.5,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-0.6312955193870672,-0.6463057131683141,1.5,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(0.9370494526510673,0.9137798332287792,0.8843348600005236,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.6957818644015169,1.034398724223024,0.4374156429974086){0.3603110864265741,0.5411113523874573,0.5236749758061799,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.3803889594325776,0.215719042782565,0.1128812262812169,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,1.5,-0.08161249999792153,0.3089910714272175,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.9730897044499917,-0.1896781071303442,0.4847366459602779){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3741860603615301,-0.1067410103143846,0.2727846671869745}; +VS(0.5319384329984906,1.5,-1.043350810212014,1.118008028878422,1.5,-0.9561758830966032,1.020616057349863,1.017277911970441,-1.5,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.117936318633696,1.29273826141507,-0.8991863416263223,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,1.5,0.1710915674621336,-0.04200602324412017,1.5,-0.08161249999792153,0.3089910714272175,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3572883366698954,-0.1140156037470372,0.3709503442228698){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.04094177978392952,-0.1068153622545444,0.3475243220614302}; +VS(0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.4487342634014268,0.4567500513139491,1.08317362863324,-0.2503167281065327,-0.004879387952640751,1.121562321605394){4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.07609263269272418,0.4115303952458744,0.9759361169834899,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.9730897044499917,-0.1896781071303442,0.4847366459602779){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.3741860603615301,-0.1067410103143846,0.2727846671869745}; +VS(0.6277459385899982,-0.6573644659150149,-1.5,1.10335746975068,-0.5661629246607967,-1.5,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.4663576096762498,1.5,0.4928747799337283,0.4285088386265955,0.860689870582226,1.040615350523522,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.6957818644015169,1.034398724223024,0.4374156429974086){0.08421616398958823,1.339817938434744,0.4402416477048572,0.06729409846138966,0.7828717669124536,0.9465295293756366,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.9894412642911142,-1.5,0.5547374230566673,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-0.8777711855872404,-0.0178593225812774,1.5,-0.2305591074160649,-0.3184871396323843,1.5,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.01172171299653563,-0.3100595810141228,1.460308168354981,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,1.5,-0.08161249999792153,0.3089910714272175,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-0.5319384329984906,-1.5,-1.043350810212014,-0.02123877629675625,-0.8780562449982069,-1.5,0.1036422375125858,-1.5,-1.016426733452122,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916){-0.117936318633696,-1.29273826141507,-0.8991863416263223,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.001103362044394619,-1.491950923896314,-1.010972536031204,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177}; +VS(0.6534954622413247,1.5,1.043634683367717,0.4663576096762498,1.5,0.4928747799337283,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.4285088386265955,0.860689870582226,1.040615350523522){0.1917789057843272,1.190945299880428,0.8286078806326541,0.08421616398958823,1.339817938434744,0.4402416477048572,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(0.9370494526510673,0.9137798332287792,0.8843348600005236,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.047415737492724,0.3650282621033987,0.8131444446172659){0.3603110864265741,0.5411113523874573,0.5236749758061799,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.3512241606330326,-0.3874084409271014,0.06836615683581798){0.264256449959243,-0.05637858204474706,-0.02111065794495642,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.03903594387660519,-0.3637580261531315,0.06419255658642738}; +VS(-0.2305591074160649,-0.3184871396323843,1.5,0.001235335325678881,0.00084251732092544,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.01172171299653563,-0.3100595810141228,1.460308168354981,1.885185235552885e-09,0.0008425166780623247,1.49999885546012,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(0.9370494526510673,0.9137798332287792,0.8843348600005236,0.6957818644015169,1.034398724223024,0.4374156429974086,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3603110864265741,0.5411113523874573,0.5236749758061799,0.2194209590736927,0.7939556086524735,0.3357395895194885,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(0.5532749579219243,0.5442673920199588,0.5467719931997579,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.047415737492724,0.3650282621033987,0.8131444446172659){0.1299807697144024,0.4630671463155333,0.4651980814734962,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.08161249999792153,0.3089910714272175,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-1.007338308721589,-0.4591993016990206,0.2460651252419393){-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3845443324121629,-0.2452642429905991,0.1314265427790391}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-1.5,1.118008028878422,-0.9561758830966032,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.5580755208322331,-1.101717957427123,1.5,0.02046892769982431,-0.886606647124312,1.5,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.1327552448148737,-0.934560679727194,1.272413697299221,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(0.9370494526510673,0.9137798332287792,0.8843348600005236,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.047415737492724,0.3650282621033987,0.8131444446172659,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3603110864265741,0.5411113523874573,0.5236749758061799,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3927313637709588,0.182445152838219,0.4064185650253093,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(1.5,-0.5319384329984906,-1.043350810212014,1.10335746975068,-0.5661629246607967,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8517674096168891,-0.175416389703137,-0.815434830499682){0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.3176353776124844,-0.1155387585890217,-0.5370896538551764}; +VS(-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(1.135279084033036,-1.5,-1.12564915566109,1.01888888888931,-1.018888888888468,-1.5,1.5,-1.118008028878422,-0.9561758830966032,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3992306222126457,0.03188018844768423,0.3810350994900802,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.05557811989143589,0.02937314098650931,0.3510706254606135,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(0.6530445161535243,0.6230012077292132,-1.5,0.56598993733359,1.10234894435484,-1.5,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.1914869511395084,0.4948109915800049,-1.191356418192709,0.1373783684316538,0.9304466200698106,-1.266087237849667,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(-0.635368603473022,1.5,0.08234289298655684,-1.076335416667465,1.5,-0.1087842261929601,-0.9894412642911142,1.5,0.5547374230566673,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.3043054089732401,-0.4369191666577506,1.00865208147595){0.1277929851386081,-0.4766344709383573,0.4700329627048705,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.02606486385580206,-0.4168450481073453,0.9623098676185253}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.118008028878422,-1.5,-0.9561758830966032,-1.5,-1.089149732891589,-0.6672369542570592,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.6210468606723065,-1.5,1.032231279918527,0.3933379692238963,-1.5,0.4773720146914884,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.05336837956486746,-1.385452278455378,0.4409174302834377,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(0.3210384070896065,-0.2305777072807509,1.5,-0.2305591074160649,-0.3184871396323843,1.5,0.001235335325678881,0.00084251732092544,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595){0.03033355578874265,-0.2187970905999778,1.423362387328956,-0.01172171299653563,-0.3100595810141228,1.460308168354981,1.885185235552885e-09,0.0008425166780623247,1.49999885546012,0.02606486385580206,-0.4168450481073453,0.9623098676185253}; +VS(-1.5,0.08161249999792153,0.3089910714272175,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-1.007338308721589,-0.4591993016990206,0.2460651252419393){-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3845443324121629,-0.2452642429905991,0.1314265427790391}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3297934344965575,-1.026206322385612,-0.2698202016460715){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03272387076965758,-0.9709033037210321,-0.2552793911655585}; +VS(0.6530445161535243,0.6230012077292132,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.533431880576518,0.3982005387724828,-1.101719805473693){0.1914869511395084,0.4948109915800049,-1.191356418192709,0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-1.118008028878422,-1.5,-0.9561758830966032,-1.5,-1.135279084033036,-1.12564915566109,-1.022858374149648,-1.01792924438677,-1.5,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(-1.135279084033036,1.5,-1.12564915566109,-1.01888888888931,1.018888888888468,-1.5,-1.5,1.118008028878422,-0.9561758830966032,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3572883366698954,-0.1140156037470372,0.3709503442228698){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.04094177978392952,-0.1068153622545444,0.3475243220614302}; +VS(1.5,0.3933379692238963,0.4773720146914884,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.047415737492724,0.3650282621033987,0.8131444446172659,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.02782362725255547,0.03376796047374945,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3927313637709588,0.182445152838219,0.4064185650253093,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(0.6534954622413247,1.5,1.043634683367717,0.4663576096762498,1.5,0.4928747799337283,0.4285088386265955,0.860689870582226,1.040615350523522,0.6957818644015169,1.034398724223024,0.4374156429974086){0.1917789057843272,1.190945299880428,0.8286078806326541,0.08421616398958823,1.339817938434744,0.4402416477048572,0.06729409846138966,0.7828717669124536,0.9465295293756366,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(-0.5601198042459548,-1.100090743256501,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.7761097402742658,-1.5,-0.4937044883617758,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,1.5,0.1710915674621336,-0.04200602324412017,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.3572883366698954,-0.1140156037470372,0.3709503442228698){-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.04094177978392952,-0.1068153622545444,0.3475243220614302}; +VS(1.5,-0.2999999999963916,-1.5,1.5,0.1036422375125858,-1.016426733452122,1.5,-0.5319384329984906,-1.043350810212014,0.8517674096168891,-0.175416389703137,-0.815434830499682){0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.3176353776124844,-0.1155387585890217,-0.5370896538551764}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.3512241606330326,-0.3874084409271014,0.06836615683581798){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,0.03903594387660519,-0.3637580261531315,0.06419255658642738}; +VS(-0.3167572463759758,0.2341485507252162,1.5,0.2336899586565075,0.3199714001134716,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.2318315674404384,0.07710022668101275,1.109462433520908){-0.02920410396743078,0.2224997744352381,1.42537573100133,0.01219078863060388,0.3112741105127556,1.459227810996709,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.01191094943626596,0.07503758019003029,1.079781213453337}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3739716744232401,-0.1190731370253491,-0.3981750499786375){0.264256449959243,-0.05637858204474706,-0.02111065794495642,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.04645904731091235,-0.1108432515657159,-0.3706546945393558}; +VS(0.08161249999792153,1.5,0.3089910714272177,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.1710915674621336,1.5,-0.04200602324411973,0.3274333842093161,1.0746393850976,0.1492601791367216){0.0005405771330085734,1.495007321992192,0.3079626094759353,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.00488715833964731,1.478099258740706,-0.04139271454651883,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.4904773773410448,0.3751715722361837,-0.01213563202941157){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.1710915674621336,1.5,-0.04200602324411973,0.3274333842093161,1.0746393850976,0.1492601791367216){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.00488715833964731,1.478099258740706,-0.04139271454651883,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.3589773892589866,-1.01254534681407,-0.9945583865269251){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-0.9894412642911142,1.5,0.5547374230566673,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.3933379692238963,1.5,0.4773720146914893,-0.4490595128850478,1.004334379852044,0.239852571830166){-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.07623874268815731,0.9047604347005244,0.2160725765308054}; +VS(-0.635368603473022,1.5,0.08234289298655684,-1.076335416667465,1.5,-0.1087842261929601,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.5580755208322331,-1.101717957427123,1.5,0.02046892769982431,-0.886606647124312,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.3088526394408758,-0.4355723108634895,0.9957015747302688){-0.1327552448148737,-0.934560679727194,1.272413697299221,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.02718623460678589,-0.4149623163225785,0.9485879187247132}; +VS(-0.8777711855872404,-0.0178593225812774,1.5,-0.2305591074160649,-0.3184871396323843,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.3088526394408758,-0.4355723108634895,0.9957015747302688){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.01172171299653563,-0.3100595810141228,1.460308168354981,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.02718623460678589,-0.4149623163225785,0.9485879187247132}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3297934344965575,-1.026206322385612,-0.2698202016460715){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.03272387076965758,-0.9709033037210321,-0.2552793911655585}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.4904773773410448,0.3751715722361837,-0.01213563202941157){0.264256449959243,-0.05637858204474706,-0.02111065794495642,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(-0.6394197614728611,0.631702621779606,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(0.08161249999792153,1.5,0.3089910714272177,-0.4490595128850478,1.004334379852044,0.239852571830166,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.3274333842093161,1.0746393850976,0.1492601791367216){0.0005405771330085734,1.495007321992192,0.3079626094759353,-0.07623874268815731,0.9047604347005244,0.2160725765308054,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.9894412642911142,1.5,0.5547374230566673,-0.4490595128850478,1.004334379852044,0.239852571830166,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.5532749579219243,0.5442673920199588,0.5467719931997579,-0.05564915330012089,0.3488675087696716,0.4154380472687381){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.1299807697144024,0.4630671463155333,0.4651980814734962,-0.0001718915428299073,0.3483274567813393,0.4147949431165412}; +VS(0.3933379692238963,-1.5,0.4773720146914884,0.4480266018043247,-1.005613303187453,0.2596968952138904,0.4383286001383542,-0.923251364180131,1.044788080267217,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.05336837956486746,-1.385452278455378,0.4409174302834377,0.07577523436002923,-0.9063629996714063,0.2340657747917007,0.0714949749489345,-0.8359693168956327,0.9460162331168546,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(1.5,-0.9212134668419516,0.1081050649968649,1.076335416667465,-1.5,-0.1087842261929601,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(-0.02123877629675625,-0.8780562449982069,-1.5,-0.2999999999963916,-1.5,-1.5,-0.5319384329984906,-1.5,-1.043350810212014,-0.5601198042459548,-1.100090743256501,-1.5){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.02502948906326356,-1.433004733690008,-1.433004733690008,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.1339436169505085,-0.9319874901410022,-1.270787199856971}; +VS(-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.4239021453231846,0.1178475859857287,-0.3469424279516744){-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.06536997401845156,0.1074169965717286,-0.3162348492941154}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.3992306222126457,0.03188018844768423,0.3810350994900802,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){0.1277929851386081,-0.4766344709383573,0.4700329627048705,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.05557811989143589,0.02937314098650931,0.3510706254606135,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(1.118008028878422,1.5,-0.9561758830966032,1.5,1.089149732891589,-0.6672369542570592,1.5,1.5,-0.9000000000022205,1.5,1.5,-0.3000000000036085){0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.105574875411931,0.1061058025015544,-0.06366348150108969,0.105574875411931,0.1061058025015544,-0.02122116050056613}; +VS(1.5,-1.5,-0.3000000000036085,1.5,-1.118008028878422,-0.9561758830966032,1.5,-1.5,-0.9000000000022205,1.089149732891589,-1.5,-0.6672369542570592){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.105574875411931,-0.1061058025015544,-0.06366348150108969,0.3962679566617992,-0.6948586039641074,-0.3090902256988821}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-1.5,1.5,-0.9000000000022205,-1.5,1.118008028878422,-0.9561758830966032,-1.5,1.5,-0.3000000000036085){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.105574875411931,0.1061058025015544,-0.06366348150108969,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.105574875411931,0.1061058025015544,-0.02122116050056613}; +VS(-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-1.5,-0.9000000000022205,-1.118008028878422,-1.5,-0.9561758830966032,-1.5,-1.5,-0.3000000000036085){-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.1061058025015544,-0.06366348150108969,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.105574875411931,-0.1061058025015544,-0.02122116050056613}; +VS(-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3512241606330326,-0.3874084409271014,0.06836615683581798,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.03903594387660519,-0.3637580261531315,0.06419255658642738,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-0.2305591074160649,-0.3184871396323843,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.01172171299653563,-0.3100595810141228,1.460308168354981,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(1.01888888888931,-1.018888888888468,-1.5,1.5,-0.5319384329984906,-1.043350810212014,1.10335746975068,-0.5661629246607967,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(-0.2999999999963916,-1.5,1.5,-0.5580755208322331,-1.101717957427123,1.5,0.02046892769982431,-0.886606647124312,1.5,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.02502948906326356,-1.433004733690008,1.433004733690008,-0.1327552448148737,-0.934560679727194,1.272413697299221,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(0.3933379692238963,-1.5,0.4773720146914884,0.9894412642911142,-1.5,0.5547374230566673,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.05336837956486746,-1.385452278455378,0.4409174302834377,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(-0.3167572463759758,0.2341485507252162,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.2318315674404384,0.07710022668101275,1.109462433520908,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.02920410396743078,0.2224997744352381,1.42537573100133,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.01191094943626596,0.07503758019003029,1.079781213453337,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(1.5,-0.5319384329984906,-1.043350810212014,1.01888888888931,-1.018888888888468,-1.5,1.5,-0.8999999999977795,-1.5,1.5,-1.118008028878422,-0.9561758830966032){0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.105574875411931,-0.07908475940488395,-0.06763720627239833}; +VS(1.118008028878422,1.5,-0.9561758830966032,0.5319384329984906,1.5,-1.043350810212014,0.8999999999977795,1.5,-1.5,1.020616057349863,1.017277911970441,-1.5){0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.117936318633696,1.29273826141507,-0.8991863416263223,0.343278474813642,0.9324149524086058,-0.9324149524086058,0.3877481143800315,0.5318745036829164,-0.7842613568390904}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.047415737492724,0.3650282621033987,0.8131444446172659){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-1.10171795742749,-0.5580755208344336,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,0.3297934344965575,-1.026206322385612,-0.2698202016460715,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(-0.9894412642911142,1.5,0.5547374230566673,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.3933379692238963,1.5,0.4773720146914893,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.01888888888931,1.018888888888468,-1.5,-1.5,0.8999999999977795,-1.5,-1.5,1.118008028878422,-0.9561758830966032){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.105574875411931,0.07908475940488395,-0.06763720627239833}; +VS(-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3992306222126457,0.03188018844768423,0.3810350994900802,-0.05564915330012089,0.3488675087696716,0.4154380472687381){-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.05557811989143589,0.02937314098650931,0.3510706254606135,-0.0001718915428299073,0.3483274567813393,0.4147949431165412}; +VS(-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3739716744232401,-0.1190731370253491,-0.3981750499786375){-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.04645904731091235,-0.1108432515657159,-0.3706546945393558}; +VS(-0.8777711855872404,-0.0178593225812774,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(0.001235335325678881,0.00084251732092544,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.2318315674404384,0.07710022668101275,1.109462433520908,-0.2503167281065327,-0.004879387952640751,1.121562321605394){1.885185235552885e-09,0.0008425166780623247,1.49999885546012,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.01191094943626596,0.07503758019003029,1.079781213453337,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(1.5,-0.9212134668419516,0.1081050649968649,0.9894412642911142,-1.5,0.5547374230566673,1.076335416667465,-1.5,-0.1087842261929601,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.4663576096762498,0.4928747799337279,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.4904773773410448,0.3751715722361837,-0.01213563202941157){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.1867594906204137,0.9963413156998789,0.5834374528289957,-0.170383298489516,0.7662917891134223,0.4788031609744427){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.0001718915428299073,0.3483274567813393,0.4147949431165412,0.006326660738783111,0.9790160133857005,0.5732921039486514,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(-1.022858374149648,-1.01792924438677,-1.5,-1.118008028878422,-1.5,-0.9561758830966032,-0.8999999999977795,-1.5,-1.5,-0.5319384329984906,-1.5,-1.043350810212014){-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.117936318633696,-1.29273826141507,-0.8991863416263223}; +VS(1.5,-0.5319384329984906,-1.043350810212014,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8517674096168891,-0.175416389703137,-0.815434830499682,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,1.10335746975068,-0.5661629246607967,-1.5,1.5,-0.2999999999963916,-1.5,1.5,-0.5319384329984906,-1.043350810212014){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.105574875411931,-0.0376278362098161,-0.07380371667212846}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.3572883366698954,-0.1140156037470372,0.3709503442228698){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.04094177978392952,-0.1068153622545444,0.3475243220614302}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.9730897044499917,-0.1896781071303442,0.4847366459602779,0.3512241606330326,-0.3874084409271014,0.06836615683581798){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.03903594387660519,-0.3637580261531315,0.06419255658642738}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.01888888888931,1.018888888888468,-1.5,-1.104828368223028,0.563649930386476,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.4904773773410448,0.3751715722361837,-0.01213563202941157){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.0001718915428299073,0.3483274567813393,0.4147949431165412,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(0.4480266018043247,-1.005613303187453,0.2596968952138904,0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4383286001383542,-0.923251364180131,1.044788080267217){0.07577523436002923,-0.9063629996714063,0.2340657747917007,0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.6394197614728611,0.631702621779606,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.5597074896014569,1.101572222501781,1.5,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(0.9894412642911142,-1.5,0.5547374230566673,0.9185123005768545,-0.9387260653732763,0.8867653604392054,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(1.118008028878422,1.5,-0.9561758830966032,1.020616057349863,1.017277911970441,-1.5,1.5,1.135279084033036,-1.12564915566109,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(-0.02123877629675625,-0.8780562449982069,-1.5,0.1036422375125858,-1.5,-1.016426733452122,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,0.3589773892589866,-1.01254534681407,-0.9945583865269251){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.001103362044394619,-1.491950923896314,-1.010972536031204,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.1949940744396,0.9095420602750928,-0.8545215656728797,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.4904773773410448,0.3751715722361837,-0.01213563202941157){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.6536500037736985,-0.624734022745719,1.5,0.3210384070896065,-0.2305777072807509,1.5,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.1918789786608077,-0.4959573286713336,1.190804351806207,0.03033355578874265,-0.2187970905999778,1.423362387328956,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-0.5319384329984906,-1.5,-1.043350810212014,-0.5601198042459548,-1.100090743256501,-1.5,-1.022858374149648,-1.01792924438677,-1.5,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(0.02046892769982431,-0.886606647124312,1.5,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.4558009791465169,-1.083181632964905,0.8136574368356876){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.08161249999792153,0.3089910714272175,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(1.5,0.1710915674621336,-0.04200602324412017,1.5,-0.3275866898130944,-0.03376430225025673,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,1.5,0.1710915674621336,-0.04200602324412017,1.034778407741336,0.2904345378947407,-0.3277562364003759,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.3274333842093161,1.0746393850976,0.1492601791367216,0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.170383298489516,0.7662917891134223,0.4788031609744427){0.03206883517071461,1.017544783811256,0.1413301232185073,2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(0.3274333842093161,1.0746393850976,0.1492601791367216,-0.4490595128850478,1.004334379852044,0.239852571830166,0.1867594906204137,0.9963413156998789,0.5834374528289957,-0.170383298489516,0.7662917891134223,0.4788031609744427){0.03206883517071461,1.017544783811256,0.1413301232185073,-0.07623874268815731,0.9047604347005244,0.2160725765308054,0.006326660738783111,0.9790160133857005,0.5732921039486514,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.06348622057753,0.7711933778905005,0.3919976682156683,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.3947220003225221,0.3746672543232559,0.1904434014374233,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,0.08393901492072212,0.3947538007145158,-0.3514014051879808){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,0.0005879489511012863,0.3933639471304863,-0.3501641872016067}; +VS(-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-0.9894412642911142,1.5,0.5547374230566673,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.9174378761825213,0.938185080069781,0.8863952505113171,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(0.08161249999792153,1.5,0.3089910714272177,-0.3933379692238963,1.5,0.4773720146914893,0.1867594906204137,0.9963413156998789,0.5834374528289957,-0.4490595128850478,1.004334379852044,0.239852571830166){0.0005405771330085734,1.495007321992192,0.3079626094759353,-0.05336837956486746,1.385452278455378,0.4409174302834386,0.006326660738783111,0.9790160133857005,0.5732921039486514,-0.07623874268815731,0.9047604347005244,0.2160725765308054}; +VS(-0.3167572463759758,0.2341485507252162,1.5,0.2336899586565075,0.3199714001134716,1.5,0.001235335325678881,0.00084251732092544,1.5,0.2318315674404384,0.07710022668101275,1.109462433520908){-0.02920410396743078,0.2224997744352381,1.42537573100133,0.01219078863060388,0.3112741105127556,1.459227810996709,1.885185235552885e-09,0.0008425166780623247,1.49999885546012,0.01191094943626596,0.07503758019003029,1.079781213453337}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3274333842093161,1.0746393850976,0.1492601791367216){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3297934344965575,-1.026206322385612,-0.2698202016460715,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.8777711855872404,-0.0178593225812774,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3088526394408758,-0.4355723108634895,0.9957015747302688){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.02718623460678589,-0.4149623163225785,0.9485879187247132}; +VS(1.5,0.635368603473022,0.08234289298655639,1.034778407741336,0.2904345378947407,-0.3277562364003759,1.049479254015272,1.058158078607845,-0.3902303850011975,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.04494419703719792,0.005824705827092119,0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.9730897044499917,-0.1896781071303442,0.4847366459602779,0.3512241606330326,-0.3874084409271014,0.06836615683581798){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.03903594387660519,-0.3637580261531315,0.06419255658642738}; +VS(-0.7761097402742658,-1.5,-0.4937044883617758,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8517674096168891,-0.175416389703137,-0.815434830499682,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-0.4490595128850478,1.004334379852044,0.239852571830166,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(0.5319384329984906,1.5,-1.043350810212014,1.020616057349863,1.017277911970441,-1.5,0.56598993733359,1.10234894435484,-1.5,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.117936318633696,1.29273826141507,-0.8991863416263223,0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.1373783684316538,0.9304466200698106,-1.266087237849667,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,0.08161249999792153,0.3089910714272175,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.3043054089732401,-0.4369191666577506,1.00865208147595){0.1771278051292889,-0.005015258998882657,0.7237885042381371,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.02606486385580206,-0.4168450481073453,0.9623098676185253}; +VS(-0.2999999999963916,-1.5,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.5319384329984906,-1.5,-1.043350810212014,0.1036422375125858,-1.5,-1.016426733452122){-0.02502948906326356,-1.433004733690008,-1.433004733690008,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.117936318633696,-1.29273826141507,-0.8991863416263223,0.001103362044394619,-1.491950923896314,-1.010972536031204}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.4125529248107365,0.4497467047246011,0.0521332916163757){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3512241606330326,-0.3874084409271014,0.06836615683581798){-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.03903594387660519,-0.3637580261531315,0.06419255658642738}; +VS(-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.08393901492072212,0.3947538007145158,-0.3514014051879808){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.0005879489511012863,0.3933639471304863,-0.3501641872016067}; +VS(-1.076335416667465,1.5,-0.1087842261929601,-1.5,0.9212134668419516,0.1081050649968649,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-1.5,0.6534954622413247,1.043634683367717,-1.5,0.4663576096762498,0.4928747799337279,-0.9337222950828007,0.4253126115131456,1.016003088523237,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-0.5580755208322331,-1.101717957427123,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(-1.5,1.5,-0.3000000000036085,-1.5,1.118008028878422,-0.9561758830966032,-1.089149732891589,1.5,-0.6672369542570591,-1.5,0.7761097402742658,-0.4937044883617758){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.105574875411931,0.05489983121404927,-0.03492327395749702}; +VS(-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-1.5,-0.3000000000036085,-1.118008028878422,-1.5,-0.9561758830966032,-0.7761097402742658,-1.5,-0.4937044883617758){-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.2717888180516704,-1.070466136789284,-0.3523292909147733}; +VS(-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3992306222126457,0.03188018844768423,0.3810350994900802,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.05557811989143589,0.02937314098650931,0.3510706254606135,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,1.5,-0.5319384329984906,-1.043350810212014,1.10335746975068,-0.5661629246607967,-1.5,0.8517674096168891,-0.175416389703137,-0.815434830499682){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.3176353776124844,-0.1155387585890217,-0.5370896538551764}; +VS(1.5,-0.6534954622413247,1.043634683367717,1.5,-0.4663576096762498,0.4928747799337279,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-1.5,0.08161249999792153,0.3089910714272175,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(-1.10171795742749,-0.5580755208344336,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,0.08161249999792153,0.3089910714272175,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.3210384070896065,-0.2305777072807509,1.5,0.001235335325678881,0.00084251732092544,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.2318315674404384,0.07710022668101275,1.109462433520908){0.03033355578874265,-0.2187970905999778,1.423362387328956,1.885185235552885e-09,0.0008425166780623247,1.49999885546012,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.01191094943626596,0.07503758019003029,1.079781213453337}; +VS(-0.8777711855872404,-0.0178593225812774,1.5,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.3210384070896065,-0.2305777072807509,1.5,0.630688632445991,-0.006209911821192785,0.8961975422432245,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.03033355578874265,-0.2187970905999778,1.423362387328956,0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(1.5,0.9894412642911142,0.5547374230566673,0.9370494526510673,0.9137798332287792,0.8843348600005236,1.047415737492724,0.3650282621033987,0.8131444446172659,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.06999030625050748,0.0392405729673813,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.3927313637709588,0.182445152838219,0.4064185650253093,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.4125529248107365,0.4497467047246011,0.0521332916163757){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(1.5,-0.2999999999963916,-1.5,0.8872376019015676,-0.02065217391269906,-1.5,1.5,-0.5319384329984906,-1.043350810212014,0.8517674096168891,-0.175416389703137,-0.815434830499682){0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.3176353776124844,-0.1155387585890217,-0.5370896538551764}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.1710915674621336,-0.04200602324412017,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-1.057903081423212,-0.1464439065001446,-0.3648323814937501){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3941177123256691,-0.07186006360059333,-0.179023345964012}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.3224878824524646,-0.2291964839886203,-1.5,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.9171364904213646,0.8922996261770154,-0.8756564157106752,1.049479254015272,1.058158078607845,-0.3902303850011975,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3297934344965575,-1.026206322385612,-0.2698202016460715){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.03272387076965758,-0.9709033037210321,-0.2552793911655585}; +VS(-1.104828368223028,0.563649930386476,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.104828368223028,0.563649930386476,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.9143518820688855,0.2277980133189169,-0.8609762977231573){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3501816487349682,0.1390260663632443,-0.5254573828827156}; +VS(-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(-0.4490595128850478,1.004334379852044,0.239852571830166,-0.3933379692238963,1.5,0.4773720146914893,0.1867594906204137,0.9963413156998789,0.5834374528289957,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.05336837956486746,1.385452278455378,0.4409174302834386,0.006326660738783111,0.9790160133857005,0.5732921039486514,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(1.5,-0.2999999999963916,-1.5,1.5,0.1036422375125858,-1.016426733452122,0.8872376019015676,-0.02065217391269906,-1.5,0.8517674096168891,-0.175416389703137,-0.815434830499682){0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.105574875411931,0.007331361856219745,-0.07189918282464726,0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.3176353776124844,-0.1155387585890217,-0.5370896538551764}; +VS(-0.3167572463759758,0.2341485507252162,1.5,0.001235335325678881,0.00084251732092544,1.5,0.2318315674404384,0.07710022668101275,1.109462433520908,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.02920410396743078,0.2224997744352381,1.42537573100133,1.885185235552885e-09,0.0008425166780623247,1.49999885546012,0.01191094943626596,0.07503758019003029,1.079781213453337,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.3297934344965575,-1.026206322385612,-0.2698202016460715){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,0.03272387076965758,-0.9709033037210321,-0.2552793911655585}; +VS(-0.8777711855872404,-0.0178593225812774,1.5,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(1.5,1.5,-0.3000000000036085,1.118008028878422,1.5,-0.9561758830966032,1.5,1.089149732891589,-0.6672369542570592,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.1061058025015544,-0.02122116050056613,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(0.1867594906204137,0.9963413156998789,0.5834374528289957,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.3404679599345562,1.024742570165379,0.8365989423548352,0.4285088386265955,0.860689870582226,1.040615350523522){0.006326660738783111,0.9790160133857005,0.5732921039486514,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.03578567864946539,0.9659208133268075,0.7885769112698376,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.9730897044499917,-0.1896781071303442,0.4847366459602779){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3741860603615301,-0.1067410103143846,0.2727846671869745}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(0.5319384329984906,1.5,-1.043350810212014,0.56598993733359,1.10234894435484,-1.5,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.117936318633696,1.29273826141507,-0.8991863416263223,0.1373783684316538,0.9304466200698106,-1.266087237849667,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(-0.6394197614728611,0.631702621779606,1.5,-0.5597074896014569,1.101572222501781,1.5,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(1.5,0.635368603473022,0.08234289298655639,1.034778407741336,0.2904345378947407,-0.3277562364003759,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.04494419703719792,0.005824705827092119,0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(-1.5,0.7761097402742658,-0.4937044883617758,-1.5,1.118008028878422,-0.9561758830966032,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.118008028878422,-1.5,-0.9561758830966032,-0.7761097402742658,-1.5,-0.4937044883617758,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.4490595128850478,1.004334379852044,0.239852571830166){-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.07623874268815731,0.9047604347005244,0.2160725765308054}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.3043054089732401,-0.4369191666577506,1.00865208147595){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.02606486385580206,-0.4168450481073453,0.9623098676185253}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.5743988851714602,0.4284104560673979,-0.5867441872789495,1.049479254015272,1.058158078607845,-0.3902303850011975,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(1.5,-0.08161249999792153,0.3089910714272175,1.5,0.3933379692238963,0.4773720146914884,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.9730897044499917,-0.1896781071303442,0.4847366459602779){0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,0.02782362725255547,0.03376796047374945,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3741860603615301,-0.1067410103143846,0.2727846671869745}; +VS(1.5,-0.6534954622413247,1.043634683367717,0.9185123005768545,-0.9387260653732763,0.8867653604392054,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(0.5306821532170947,-1.5,-0.4823892565667451,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-1.5,-1.5,-0.3000000000036085,-1.5,-1.076335416667465,-0.1087842261929601,-0.9212134668419516,-1.5,0.1081050649968649,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3274333842093161,1.0746393850976,0.1492601791367216){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(-0.02123877629675625,-0.8780562449982069,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201){-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525}; +VS(-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(1.5,0.9894412642911142,0.5547374230566673,1.5,0.3933379692238963,0.4773720146914884,1.047415737492724,0.3650282621033987,0.8131444446172659,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.02782362725255547,0.03376796047374945,0.3927313637709588,0.182445152838219,0.4064185650253093,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-1.118008028878422,-1.5,-0.9561758830966032,-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-1.135279084033036,-1.12564915566109,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(0.6872456872713681,-1.5,-1.061008824046173,1.135279084033036,-1.5,-1.12564915566109,1.01888888888931,-1.018888888888468,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.5319384329984906,1.5,-1.043350810212014,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.117936318633696,1.29273826141507,-0.8991863416263223,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(1.135279084033036,-1.5,-1.12564915566109,1.089149732891589,-1.5,-0.6672369542570592,1.5,-1.118008028878422,-0.9561758830966032,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.08161249999792153,0.3089910714272175,-1.5,0.4663576096762498,0.4928747799337279,-0.9975064729410501,0.2295340468795501,0.5284542445482187){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.3818724110176567,0.1244990041310914,0.2866329769789071}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3512241606330326,-0.3874084409271014,0.06836615683581798,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-1.5,0.08161249999792153,0.3089910714272175,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(0.02046892769982431,-0.886606647124312,1.5,-0.2305591074160649,-0.3184871396323843,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.3088526394408758,-0.4355723108634895,0.9957015747302688){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.01172171299653563,-0.3100595810141228,1.460308168354981,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-0.02718623460678589,-0.4149623163225785,0.9485879187247132}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.5484665190604676,0.5578130980301236,0.5495972653523349,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-0.1272249123363399,0.475995889915345,0.4689851140825975,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201){-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525}; +VS(-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,0.3512241606330326,-0.3874084409271014,0.06836615683581798,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){0.1277929851386081,-0.4766344709383573,0.4700329627048705,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,0.03903594387660519,-0.3637580261531315,0.06419255658642738,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.0103200042774927,0.8900304532333451,1.5,0.2336899586565075,0.3199714001134716,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629){-0.02920410396743078,0.2224997744352381,1.42537573100133,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.01219078863060388,0.3112741105127556,1.459227810996709,4.133950177470692e-08,0.5586716338795517,0.9223971436982404}; +VS(-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-0.4490595128850478,1.004334379852044,0.239852571830166,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(0.6534954622413247,1.5,1.043634683367717,0.9370494526510673,0.9137798332287792,0.8843348600005236,0.4285088386265955,0.860689870582226,1.040615350523522,0.6957818644015169,1.034398724223024,0.4374156429974086){0.1917789057843272,1.190945299880428,0.8286078806326541,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.06729409846138966,0.7828717669124536,0.9465295293756366,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.08393901492072212,0.3947538007145158,-0.3514014051879808,-0.4125529248107365,0.4497467047246011,0.0521332916163757){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.02046892769982431,-0.886606647124312,1.5,0.3210384070896065,-0.2305777072807509,1.5,-0.2305591074160649,-0.3184871396323843,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.03033355578874265,-0.2187970905999778,1.423362387328956,-0.01172171299653563,-0.3100595810141228,1.460308168354981,0.02606486385580206,-0.4168450481073453,0.9623098676185253}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.5319384329984906,-1.5,-1.043350810212014,-0.7761097402742658,-1.5,-0.4937044883617758,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177}; +VS(0,0,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.4365500380526564,0.06908951122487016,-1.061949290317059){0,0,-1.5,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(-0.3933379692238963,1.5,0.4773720146914893,0.1867594906204137,0.9963413156998789,0.5834374528289957,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.05336837956486746,1.385452278455378,0.4409174302834386,0.006326660738783111,0.9790160133857005,0.5732921039486514,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(-1.5,0.6534954622413247,1.043634683367717,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.9337222950828007,0.4253126115131456,1.016003088523237,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-1.5,1.5,0.2999999999963916,-1.076335416667465,1.5,-0.1087842261929601,-0.9894412642911142,1.5,0.5547374230566673,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.1061058025015544,0.02122116050005562,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.9185123005768545,-0.9387260653732763,0.8867653604392054,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-1.135279084033036,1.5,-1.12564915566109,-1.5,1.118008028878422,-0.9561758830966032,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-1.5,0.7761097402742658,-0.4937044883617758,-1.5,1.118008028878422,-0.9561758830966032,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-1.5,-0.3000000000036085,1.5,-1.10171795742749,-0.5580755208344336,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-1.5,0.2999999999963916,-1.5,-1.5,0.5319384329984906,-1.043350810212014,-1.104828368223028,0.563649930386476,-1.5,-0.9143518820688855,0.2277980133189169,-0.8609762977231573){-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.3501816487349682,0.1390260663632443,-0.5254573828827156}; +VS(1.034778407741336,0.2904345378947407,-0.3277562364003759,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.5743988851714602,0.4284104560673979,-0.5867441872789495,1.049479254015272,1.058158078607845,-0.3902303850011975){0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(-1.118008028878422,-1.5,-0.9561758830966032,-0.7761097402742658,-1.5,-0.4937044883617758,-1.5,-1.089149732891589,-0.6672369542570592,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-0.6872456872713681,1.5,-1.061008824046173,-1.135279084033036,1.5,-1.12564915566109,-1.01888888888931,1.018888888888468,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.1710915674621336,1.5,-0.04200602324411973,-0.1675915421183245,1.061553866168089,-0.3769162223672766){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.004597891460687347,1.046680834680902,-0.3716353911047656}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3992306222126457,0.03188018844768423,0.3810350994900802,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.05557811989143589,0.02937314098650931,0.3510706254606135,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-1.5,1.5,-0.3000000000036085,-1.076335416667465,1.5,-0.1087842261929601,-1.5,0.9212134668419516,0.1081050649968649,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-1.135279084033036,-1.12564915566109,-1.022858374149648,-1.01792924438677,-1.5,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(1.5,-1.118008028878422,-0.9561758830966032,1.01888888888931,-1.018888888888468,-1.5,1.5,-0.8999999999977795,-1.5,1.135279084033036,-1.5,-1.12564915566109){0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.3937061267451649,-0.6328191254084636,-0.474888209468151}; +VS(0.2999999999963916,1.5,1.5,0.6534954622413247,1.5,1.043634683367717,0.55552333591021,1.102947488149707,1.5,0.4285088386265955,0.860689870582226,1.040615350523522){0.02502948906326356,1.433004733690008,1.433004733690008,0.1917789057843272,1.190945299880428,0.8286078806326541,0.131277370529636,0.937091269408904,1.27443683331782,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(0.6872456872713681,-1.5,-1.061008824046173,1.01888888888931,-1.018888888888468,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.4125529248107365,0.4497467047246011,0.0521332916163757){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-1.01888888888931,1.018888888888468,-1.5,-1.5,1.118008028878422,-0.9561758830966032,-1.135279084033036,1.5,-1.12564915566109,-1.5,0.8999999999977795,-1.5){-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.105574875411931,0.06366348150077554,-0.1061058025015544}; +VS(-0.4490595128850478,1.004334379852044,0.239852571830166,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-0.8885152790351435,0.02166918276933784,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-1.5,1.5,0.2999999999963916,-1.076335416667465,1.5,-0.1087842261929601,-1.5,0.9212134668419516,0.1081050649968649,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.1061058025015544,0.02122116050005562,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(0.8999999999977795,1.5,-1.5,1.5,1.135279084033036,-1.12564915566109,1.118008028878422,1.5,-0.9561758830966032,1.020616057349863,1.017277911970441,-1.5){0.343278474813642,0.9324149524086058,-0.9324149524086058,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.3877481143800315,0.5318745036829164,-0.7842613568390904}; +VS(0,0,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.4365500380526564,0.06908951122487016,-1.061949290317059){0,0,-1.5,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.3297934344965575,-1.026206322385612,-0.2698202016460715,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.9917087287401972,-0.4064126752269803,0.9859717494519501,0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.4383286001383542,-0.923251364180131,1.044788080267217){0.3801807002694581,-0.2224136114266192,0.5395834109695402,0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(0.5306821532170947,-1.5,-0.4823892565667451,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3297934344965575,-1.026206322385612,-0.2698202016460715,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(-1.5,0.4663576096762498,0.4928747799337279,-0.9337222950828007,0.4253126115131456,1.016003088523237,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.6210468606723065,-1.5,1.032231279918527,0.3933379692238963,-1.5,0.4773720146914884,0.9894412642911142,-1.5,0.5547374230566673,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.05336837956486746,-1.385452278455378,0.4409174302834377,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-0.7761097402742658,-1.5,-0.4937044883617758,-0.3275866898130944,-1.5,-0.03376430225025673,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.4480266018043247,-1.005613303187453,0.2596968952138904,0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){0.07577523436002923,-0.9063629996714063,0.2340657747917007,0.1277929851386081,-0.4766344709383573,0.4700329627048705,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.2999999999963916,1.5,-1.5,0.5319384329984906,1.5,-1.043350810212014,0.56598993733359,1.10234894435484,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.02502948906326356,1.433004733690008,-1.433004733690008,0.117936318633696,1.29273826141507,-0.8991863416263223,0.1373783684316538,0.9304466200698106,-1.266087237849667,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(-1.022858374149648,-1.01792924438677,-1.5,-1.118008028878422,-1.5,-0.9561758830966032,-1.5,-1.135279084033036,-1.12564915566109,-0.8999999999977795,-1.5,-1.5){-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.343278474813642,-0.9324149524086058,-0.9324149524086058}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.2604860421297411,0.2703645092577552,0.7191976656187493){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(0.04737321428310404,1.5,0.9063864795909873,0.1867594906204137,0.9963413156998789,0.5834374528289957,-0.3404679599345562,1.024742570165379,0.8365989423548352,0.4285088386265955,0.860689870582226,1.040615350523522){0.0001061172875723531,1.498317148685933,0.905369603805499,0.006326660738783111,0.9790160133857005,0.5732921039486514,-0.03578567864946539,0.9659208133268075,0.7885769112698376,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(1.034778407741336,0.2904345378947407,-0.3277562364003759,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.7761097402742658,-1.5,-0.4937044883617758,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.635368603473022,-1.5,0.08234289298655639,1.076335416667465,-1.5,-0.1087842261929601,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1277929851386081,-0.4766344709383573,0.4700329627048705,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(1.5,0.3933379692238963,0.4773720146914884,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.02782362725255547,0.03376796047374945,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-0.02123877629675625,-0.8780562449982069,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,0.3589773892589866,-1.01254534681407,-0.9945583865269251){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(1.007241949495532,1.5,0.6625468406826993,0.9370494526510673,0.9137798332287792,0.8843348600005236,0.6957818644015169,1.034398724223024,0.4374156429974086,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.2194209590736927,0.7939556086524735,0.3357395895194885,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.08161249999792153,0.3089910714272175,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.2604860421297411,0.2703645092577552,0.7191976656187493,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.01669569655683361,0.2612437387491034,0.6949354690883129,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-1.022858374149648,-1.01792924438677,-1.5,-1.107401916338593,-0.5561163148796003,-1.5,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.1710915674621336,1.5,-0.04200602324411973,-0.1675915421183245,1.061553866168089,-0.3769162223672766){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.004597891460687347,1.046680834680902,-0.3716353911047656}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.6277459385899982,-0.6573644659150149,-1.5,1.10335746975068,-0.5661629246607967,-1.5,0.8517674096168891,-0.175416389703137,-0.815434830499682){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.3176353776124844,-0.1155387585890217,-0.5370896538551764}; +VS(1.5,0.3000000000036085,1.5,0.8872376019016306,0.02065217391310045,1.5,1.100796641735557,0.5614314259084719,1.5,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.02122116050056613,0.1061058025015544,0.3368412203938587,0.01304300855864606,0.9473343058358903,0.3962829256685603,0.2542644353297981,0.6793290068819106,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(0,0,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0,0,-1.5,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.1710915674621336,1.5,-0.04200602324411973,-0.1675915421183245,1.061553866168089,-0.3769162223672766,0.3274333842093161,1.0746393850976,0.1492601791367216){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.004597891460687347,1.046680834680902,-0.3716353911047656,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.4365500380526564,0.06908951122487016,-1.061949290317059){-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(-0.6872456872713681,1.5,-1.061008824046173,-1.01888888888931,1.018888888888468,-1.5,-0.5578343659853064,1.104496913580351,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(-1.076335416667465,1.5,-0.1087842261929601,-1.5,0.9212134668419516,0.1081050649968649,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(1.034778407741336,0.2904345378947407,-0.3277562364003759,0.6858273747656938,0.8657114519766499,-0.05648846191495322,1.049479254015272,1.058158078607845,-0.3902303850011975,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(0.6536500037736985,-0.624734022745719,1.5,0.9917087287401972,-0.4064126752269803,0.9859717494519501,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3801807002694581,-0.2224136114266192,0.5395834109695402,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-1.5,-0.1710915674621336,-0.04200602324412017,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-1.057903081423212,-0.1464439065001446,-0.3648323814937501){-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3941177123256691,-0.07186006360059333,-0.179023345964012}; +VS(1.5,-0.6534954622413247,1.043634683367717,1.5,-0.4663576096762498,0.4928747799337279,1.5,-1.007241949495532,0.6625468406826993,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(0.4480266018043247,-1.005613303187453,0.2596968952138904,0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,0.4383286001383542,-0.923251364180131,1.044788080267217){0.07577523436002923,-0.9063629996714063,0.2340657747917007,0.1277929851386081,-0.4766344709383573,0.4700329627048705,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(0.02194755025874516,0.8860293692124164,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927,-0.5938529590596491,0.548179971040525,-1.028856290861751){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.01399913360766501,0.3149813064554016,-1.455172221947269,0.0002614706226040184,0.4516406295714178,-1.086664221480485,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4365500380526564,0.06908951122487016,-1.061949290317059){-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(0.1710915674621336,-1.5,-0.04200602324412017,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.00488715833964731,-1.478099258740706,-0.04139271454651927,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(0.1710915674621336,-1.5,-0.04200602324412017,0.4480266018043247,-1.005613303187453,0.2596968952138904,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.00488715833964731,-1.478099258740706,-0.04139271454651927,0.07577523436002923,-0.9063629996714063,0.2340657747917007,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.6277459385899982,-0.6573644659150149,-1.5,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,-0.9894412642911142,0.5547374230566673,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(0.3933379692238963,-1.5,0.4773720146914884,-0.04737321428310404,-1.5,0.9063864795909868,0.4383286001383542,-0.923251364180131,1.044788080267217,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.05336837956486746,-1.385452278455378,0.4409174302834377,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,0.0714949749489345,-0.8359693168956327,0.9460162331168546,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(1.007241949495532,1.5,0.6625468406826993,1.112147482346928,1.5,1.121236304809639,1.5,1.102097624993128,1.097393740594595,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.3958727219261088,0.6641054936796815,0.4964127931581248,0.105574875411931,0.07795930195663531,0.07762656233731471,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(1.5,-0.6534954622413247,1.043634683367717,1.5,-1.007241949495532,0.6625468406826993,0.9185123005768545,-0.9387260653732763,0.8867653604392054,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(1.102097624993128,-1.5,1.097393740594595,1.5,-1.007241949495532,0.6625468406826993,1.5,-1.112147482346928,1.121236304809639,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.105574875411931,-0.0786702007430027,0.07931311861046944,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(1.5,-0.9212134668419516,0.1081050649968649,0.9894412642911142,-1.5,0.5547374230566673,1.5,-1.007241949495532,0.6625468406826993,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4365500380526564,0.06908951122487016,-1.061949290317059){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(1.5,-1.5,-0.3000000000036085,1.089149732891589,-1.5,-0.6672369542570592,1.5,-1.118008028878422,-0.9561758830966032,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.9917087287401972,-0.4064126752269803,0.9859717494519501,0.630688632445991,-0.006209911821192785,0.8961975422432245,1.047415737492724,0.3650282621033987,0.8131444446172659){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.3801807002694581,-0.2224136114266192,0.5395834109695402,0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-1.102097624993128,1.5,1.097393740594595,-1.5,1.112147482346928,1.121236304809639,-1.5,1.007241949495532,0.6625468406826993,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(0,0,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0,0,-1.5,0.01212827202724883,-0.3125574873959119,-1.459371074722736,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.08393901492072212,0.3947538007145158,-0.3514014051879808,-0.4125529248107365,0.4497467047246011,0.0521332916163757){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-0.0103200042774927,0.8900304532333451,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.3404679599345562,1.024742570165379,0.8365989423548352,0.4285088386265955,0.860689870582226,1.040615350523522){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.03578567864946539,0.9659208133268075,0.7885769112698376,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.3297934344965575,-1.026206322385612,-0.2698202016460715,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.1710915674621336,-1.5,-0.04200602324412017,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1579022107244033,-1.096303853423287,-0.2598118039930551,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.00488715833964731,-1.478099258740706,-0.04139271454651927,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.003855807862879714,-1.082665095565877,-0.2565795702723643,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.02194755025874516,0.8860293692124164,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.5938529590596491,0.548179971040525,-1.028856290861751){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.01399913360766501,0.3149813064554016,-1.455172221947269,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(0.3274333842093161,1.0746393850976,0.1492601791367216,0.006241865842637044,0.7565800192124663,0.0487420946853045,0.1867594906204137,0.9963413156998789,0.5834374528289957,-0.170383298489516,0.7662917891134223,0.4788031609744427){0.03206883517071461,1.017544783811256,0.1413301232185073,2.431807478689958e-07,0.7565652807451696,0.04874114517071219,0.006326660738783111,0.9790160133857005,0.5732921039486514,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(0.3275866898130944,1.5,-0.03376430225025651,-0.1710915674621336,1.5,-0.04200602324411973,-0.1675915421183245,1.061553866168089,-0.3769162223672766,0.3274333842093161,1.0746393850976,0.1492601791367216){0.03211114529415318,1.420232406308262,-0.03196877082146752,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.004597891460687347,1.046680834680902,-0.3716353911047656,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,1.5,0.1710915674621336,-0.04200602324412017,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-1.5,-1.102097624993128,1.097393740594595,-1.112147482346928,-1.5,1.121236304809639,-1.007241949495532,-1.5,0.6625468406826993,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(-1.5,0.2999999999963916,-1.5,-1.5,0.5319384329984906,-1.043350810212014,-1.5,-0.1036422375125858,-1.016426733452122,-0.9143518820688855,0.2277980133189169,-0.8609762977231573){-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3501816487349682,0.1390260663632443,-0.5254573828827156}; +VS(1.5,-0.7761097402742658,-0.4937044883617758,1.5,-0.5319384329984906,-1.043350810212014,0.880412151714562,-0.8957851534280313,-0.8612949295307706,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(1.1019728260867,-0.5553218976436398,1.5,1.021288821373941,-1.019203261987372,1.5,1.5,-0.6534954622413247,1.043634683367717,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(-0.3167572463759758,0.2341485507252162,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.4487342634014268,0.4567500513139491,1.08317362863324,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.02920410396743078,0.2224997744352381,1.42537573100133,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.07609263269272418,0.4115303952458744,0.9759361169834899,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(-0.2999999999963916,-1.5,1.5,-0.5580755208322331,-1.101717957427123,1.5,-0.6534954622413247,-1.5,1.043634683367717,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.02502948906326356,-1.433004733690008,1.433004733690008,-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(1.021288821373941,-1.019203261987372,1.5,1.5,-0.6534954622413247,1.043634683367717,1.5,-1.112147482346928,1.121236304809639,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.3878977860880135,-0.532296537677804,0.7834009527793278,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.0786702007430027,0.07931311861046944,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(-0.08161249999792153,-1.5,0.3089910714272175,-0.3275866898130944,-1.5,-0.03376430225025673,-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.4487342634014268,0.4567500513139491,1.08317362863324,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.07609263269272418,0.4115303952458744,0.9759361169834899,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(-0.2999999999963916,-1.5,1.5,0.02046892769982431,-0.886606647124312,1.5,-0.04737321428310404,-1.5,0.9063864795909868,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.02502948906326356,-1.433004733690008,1.433004733690008,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.2604860421297411,0.2703645092577552,0.7191976656187493,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.01669569655683361,0.2612437387491034,0.6949354690883129,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(0.9917087287401972,-0.4064126752269803,0.9859717494519501,0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4383286001383542,-0.923251364180131,1.044788080267217){0.3801807002694581,-0.2224136114266192,0.5395834109695402,0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(0.6534954622413247,1.5,1.043634683367717,1.020138732778565,1.022516225355707,1.5,1.112147482346928,1.5,1.121236304809639,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.1917789057843272,1.190945299880428,0.8286078806326541,0.3876411733812037,0.5350292947278013,0.784871596352926,0.3958727219261088,0.6641054936796815,0.4964127931581248,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(-0.4490595128850478,1.004334379852044,0.239852571830166,-0.3933379692238963,1.5,0.4773720146914893,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.6277459385899982,-0.6573644659150149,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(1.01888888888931,-1.018888888888468,-1.5,1.5,-0.5319384329984906,-1.043350810212014,1.5,-0.8999999999977795,-1.5,1.10335746975068,-0.5661629246607967,-1.5){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.396227306456457,-0.255113788754882,-0.6759020530381625}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.5306821532170947,-1.5,-0.4823892565667451,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3297934344965575,-1.026206322385612,-0.2698202016460715){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03272387076965758,-0.9709033037210321,-0.2552793911655585}; +VS(1.100796641735557,0.5614314259084719,1.5,0.9370494526510673,0.9137798332287792,0.8843348600005236,1.047415737492724,0.3650282621033987,0.8131444446172659,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3962829256685603,0.2542644353297981,0.6793290068819106,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.3927313637709588,0.182445152838219,0.4064185650253093,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(0.56598993733359,1.10234894435484,-1.5,0.8999999999977795,1.5,-1.5,0.5319384329984906,1.5,-1.043350810212014,1.020616057349863,1.017277911970441,-1.5){0.1373783684316538,0.9304466200698106,-1.266087237849667,0.343278474813642,0.9324149524086058,-0.9324149524086058,0.117936318633696,1.29273826141507,-0.8991863416263223,0.3877481143800315,0.5318745036829164,-0.7842613568390904}; +VS(1.020616057349863,1.017277911970441,-1.5,1.5,0.6872456872713681,-1.061008824046173,1.5,1.135279084033036,-1.12564915566109,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.4904773773410448,0.3751715722361837,-0.01213563202941157){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(-0.6210468606723065,1.5,1.032231279918527,-0.9894412642911142,1.5,0.5547374230566673,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.3275866898130944,1.5,-0.03376430225025651,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(-0.0103200042774927,0.8900304532333451,1.5,-0.5597074896014569,1.101572222501781,1.5,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.4487342634014268,0.4567500513139491,1.08317362863324){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(-0.3000000000036085,1.5,1.5,-0.0103200042774927,0.8900304532333451,1.5,-0.5597074896014569,1.101572222501781,1.5,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.02502948906497769,1.433004733686809,1.433004733686809,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(0.6210468606723065,-1.5,1.032231279918527,1.102097624993128,-1.5,1.097393740594595,1.021288821373941,-1.019203261987372,1.5,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(-1.5,0.6534954622413247,1.043634683367717,-1.5,1.112147482346928,1.121236304809639,-1.02189946761164,1.020844485012256,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(0.4480266018043247,-1.005613303187453,0.2596968952138904,0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.07577523436002923,-0.9063629996714063,0.2340657747917007,0.1277929851386081,-0.4766344709383573,0.4700329627048705,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.06348622057753,0.7711933778905005,0.3919976682156683,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.3947220003225221,0.3746672543232559,0.1904434014374233,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(-1.5,0.2999999999963916,-1.5,-0.8885152790351435,0.02166918276933784,-1.5,-1.104828368223028,0.563649930386476,-1.5,-0.9143518820688855,0.2277980133189169,-0.8609762977231573){-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.3501816487349682,0.1390260663632443,-0.5254573828827156}; +VS(0.1710915674621336,-1.5,-0.04200602324412017,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,0.3297934344965575,-1.026206322385612,-0.2698202016460715,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){0.00488715833964731,-1.478099258740706,-0.04139271454651927,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.4339726688957538,-0.06393550643155126,-1.098930963420013){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(-1.5,-0.3000000000036085,1.5,-1.10171795742749,-0.5580755208344336,1.5,-1.5,-0.6210468606723065,1.032231279918527,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.3210384070896065,-0.2305777072807509,1.5,0.2336899586565075,0.3199714001134716,1.5,0.2318315674404384,0.07710022668101275,1.109462433520908){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.03033355578874265,-0.2187970905999778,1.423362387328956,0.01219078863060388,0.3112741105127556,1.459227810996709,0.01191094943626596,0.07503758019003029,1.079781213453337}; +VS(-1.01888888888931,1.018888888888468,-1.5,-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.8999999999977795,-1.5,-1.104828368223028,0.563649930386476,-1.5){-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.3961856708840837,0.2532410222473091,-0.673931660224823}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.4904773773410448,0.3751715722361837,-0.01213563202941157){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(1.118008028878422,1.5,-0.9561758830966032,1.5,1.135279084033036,-1.12564915566109,1.5,1.089149732891589,-0.6672369542570592,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(-1.5,-1.5,-0.3000000000036085,-0.7761097402742658,-1.5,-0.4937044883617758,-1.5,-1.089149732891589,-0.6672369542570592,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(1.5,-1.112147482346928,1.121236304809639,1.5,-1.5,0.8999999999977795,1.102097624993128,-1.5,1.097393740594595,1.5,-1.007241949495532,0.6625468406826993){0.105574875411931,-0.0786702007430027,0.07931311861046944,0.105574875411931,-0.1061058025015544,0.06366348150077554,0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.105574875411931,-0.07124947690963568,0.04686670948367153}; +VS(-1.5,-1.102097624993128,1.097393740594595,-1.5,-1.5,0.8999999999977795,-1.007241949495532,-1.5,0.6625468406826993,-1.112147482346928,-1.5,1.121236304809639){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3958727219261088,-0.6641054936796815,0.4964127931581248}; +VS(-1.5,1.5,0.8999999999977795,-1.5,1.007241949495532,0.6625468406826993,-1.102097624993128,1.5,1.097393740594595,-1.5,1.112147482346928,1.121236304809639){-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.105574875411931,0.0786702007430027,0.07931311861046944}; +VS(1.007241949495532,1.5,0.6625468406826993,1.5,1.5,0.8999999999977795,1.112147482346928,1.5,1.121236304809639,1.5,1.102097624993128,1.097393740594595){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.105574875411931,0.1061058025015544,0.06366348150077554,0.3958727219261088,0.6641054936796815,0.4964127931581248,0.105574875411931,0.07795930195663531,0.07762656233731471}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,0.5306821532170947,-1.5,-0.4823892565667451,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.3589773892589866,-1.01254534681407,-0.9945583865269251){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.4239021453231846,0.1178475859857287,-0.3469424279516744){-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.06536997401845156,0.1074169965717286,-0.3162348492941154}; +VS(0.1867594906204137,0.9963413156998789,0.5834374528289957,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.2604860421297411,0.2703645092577552,0.7191976656187493,-0.170383298489516,0.7662917891134223,0.4788031609744427){0.006326660738783111,0.9790160133857005,0.5732921039486514,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.01669569655683361,0.2612437387491034,0.6949354690883129,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(1.020138732778565,1.022516225355707,1.5,1.5,1.102097624993128,1.097393740594595,1.5,0.6210468606723065,1.032231279918527,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.3876411733812037,0.5350292947278013,0.784871596352926,0.105574875411931,0.07795930195663531,0.07762656233731471,0.105574875411931,0.04393111702847074,0.07301715221530793,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(-1.5,1.5,-0.3000000000036085,-1.089149732891589,1.5,-0.6672369542570591,-1.5,0.7761097402742658,-0.4937044883617758,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(0.6534954622413247,1.5,1.043634683367717,0.55552333591021,1.102947488149707,1.5,1.020138732778565,1.022516225355707,1.5,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.1917789057843272,1.190945299880428,0.8286078806326541,0.131277370529636,0.937091269408904,1.27443683331782,0.3876411733812037,0.5350292947278013,0.784871596352926,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(-1.021504830917486,-1.021504830918212,1.5,-0.6534954622413247,-1.5,1.043634683367717,-1.112147482346928,-1.5,1.121236304809639,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.4904773773410448,0.3751715722361837,-0.01213563202941157){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(0.4480266018043247,-1.005613303187453,0.2596968952138904,0.4383286001383542,-0.923251364180131,1.044788080267217,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.07577523436002923,-0.9063629996714063,0.2340657747917007,0.0714949749489345,-0.8359693168956327,0.9460162331168546,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-0.8777711855872404,-0.0178593225812774,1.5,-1.5,0.04737321428310404,0.9063864795909868,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4365500380526564,0.06908951122487016,-1.061949290317059){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059,-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525}; +VS(0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.5743988851714602,0.4284104560673979,-0.5867441872789495,1.049479254015272,1.058158078607845,-0.3902303850011975,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.04737321428310404,1.5,0.9063864795909873,-0.0103200042774927,0.8900304532333451,1.5,-0.3404679599345562,1.024742570165379,0.8365989423548352,0.4285088386265955,0.860689870582226,1.040615350523522){0.0001061172875723531,1.498317148685933,0.905369603805499,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.03578567864946539,0.9659208133268075,0.7885769112698376,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-0.6210468606723065,1.5,1.032231279918527,-1.102097624993128,1.5,1.097393740594595,-1.02189946761164,1.020844485012256,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.7761097402742658,-0.4937044883617758,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(1.020616057349863,1.017277911970441,-1.5,1.106960902554097,0.5558591136062884,-1.5,1.5,0.6872456872713681,-1.061008824046173,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(-1.5,-0.3000000000036085,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-1.5,0.04737321428310404,0.9063864795909868,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-1.5,-0.9894412642911142,0.5547374230566673,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-0.3275866898130944,-1.5,-0.03376430225025673,-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.989494516637948,0.3438740693437727,-0.9898040183250716,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-0.08161249999792153,-1.5,0.3089910714272175,-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.1579022107244033,-1.096303853423287,-0.2598118039930551,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.003855807862879714,-1.082665095565877,-0.2565795702723643,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-0.5580755208322331,-1.101717957427123,1.5,-1.021504830917486,-1.021504830918212,1.5,-0.6534954622413247,-1.5,1.043634683367717,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(-0.8999999999977795,-1.5,-1.5,-0.5601198042459548,-1.100090743256501,-1.5,-1.022858374149648,-1.01792924438677,-1.5,-0.5319384329984906,-1.5,-1.043350810212014){-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.117936318633696,-1.29273826141507,-0.8991863416263223}; +VS(-1.5,-1.102097624993128,1.097393740594595,-1.021504830917486,-1.021504830918212,1.5,-1.5,-0.6210468606723065,1.032231279918527,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(0.2999999999963916,1.5,-1.5,-0.1036422375125858,1.5,-1.016426733452122,0.5319384329984906,1.5,-1.043350810212014,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.02502948906326356,1.433004733690008,-1.433004733690008,-0.001103362044394619,1.491950923896314,-1.010972536031204,0.117936318633696,1.29273826141507,-0.8991863416263223,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,0.3297934344965575,-1.026206322385612,-0.2698202016460715,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(1.5,0.3000000000036085,1.5,1.100796641735557,0.5614314259084719,1.5,1.5,0.6210468606723065,1.032231279918527,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.02122116050056613,0.1061058025015544,0.3962829256685603,0.2542644353297981,0.6793290068819106,0.105574875411931,0.04393111702847074,0.07301715221530793,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-1.101717957427123,0.5580755208322331,1.5,-1.5,0.6534954622413247,1.043634683367717,-1.02189946761164,1.020844485012256,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.0103200042774927,0.8900304532333451,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.02920410396743078,0.2224997744352381,1.42537573100133,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.050811974812182,0.2866646104582029,-0.1754192241205106,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3932158822946858,0.1424340583370134,-0.08715994611918608,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-0.009164830103926637,-0.7693817265422694,0.07761965395122082,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.4480266018043247,-1.005613303187453,0.2596968952138904){-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(0.6210468606723065,-1.5,1.032231279918527,1.021288821373941,-1.019203261987372,1.5,0.565963221214356,-1.10291367008109,1.5,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(-0.6210468606723065,1.5,1.032231279918527,-0.9894412642911142,1.5,0.5547374230566673,-0.3933379692238963,1.5,0.4773720146914893,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(1.5,0.5306821532170947,-0.4823892565667451,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.989494516637948,0.3438740693437727,-0.9898040183250716,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(1.01888888888931,-1.018888888888468,-1.5,0.6277459385899982,-0.6573644659150149,-1.5,1.10335746975068,-0.5661629246607967,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.7761097402742658,-0.4937044883617758,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.1710915674621336,-1.5,-0.04200602324412017,-0.08161249999792153,-1.5,0.3089910714272175,-0.1579022107244033,-1.096303853423287,-0.2598118039930551,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.00488715833964731,-1.478099258740706,-0.04139271454651927,-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.003855807862879714,-1.082665095565877,-0.2565795702723643,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.6528321256038833,-0.6252958937193631,-1.5,-0.5601198042459548,-1.100090743256501,-1.5,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-0.3000000000036085,1.5,1.5,-0.6210468606723065,1.5,1.032231279918527,-0.5597074896014569,1.101572222501781,1.5,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.02502948906497769,1.433004733686809,1.433004733686809,-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.2450927873762005,0.3246845648626074,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.01399913360766501,0.3149813064554016,-1.455172221947269,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(1.5,0.5306821532170947,-0.4823892565667451,1.034778407741336,0.2904345378947407,-0.3277562364003759,0.9171364904213646,0.8922996261770154,-0.8756564157106752,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(1.1019728260867,-0.5553218976436398,1.5,1.5,-0.6534954622413247,1.043634683367717,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(0.9917087287401972,-0.4064126752269803,0.9859717494519501,0.630688632445991,-0.006209911821192785,0.8961975422432245,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.047415737492724,0.3650282621033987,0.8131444446172659){0.3801807002694581,-0.2224136114266192,0.5395834109695402,0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(0.6286786173646391,0.6420171141398677,1.5,1.100796641735557,0.5614314259084719,1.5,0.9370494526510673,0.9137798332287792,0.8843348600005236,0.5597885910992111,0.4130764392697893,1.095690947042198){0.1758491876713661,0.5192668371015391,1.213207932464274,0.3962829256685603,0.2542644353297981,0.6793290068819106,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3739716744232401,-0.1190731370253491,-0.3981750499786375){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.04645904731091235,-0.1108432515657159,-0.3706546945393558}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.1191630952362037,1.5,-0.5499736394570764,0.1949940744396,0.9095420602750928,-0.8545215656728797,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.001672160393093572,1.489362713808621,-0.5460734881233303,0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.2503167281065327,-0.004879387952640751,1.121562321605394){0.02606486385580206,-0.4168450481073453,0.9623098676185253,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(0.4480266018043247,-1.005613303187453,0.2596968952138904,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.07577523436002923,-0.9063629996714063,0.2340657747917007,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(1.1019728260867,-0.5553218976436398,1.5,0.6536500037736985,-0.624734022745719,1.5,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-1.5,0.2999999999963916,-1.5,-0.8885152790351435,0.02166918276933784,-1.5,-1.5,-0.1036422375125858,-1.016426733452122,-0.9143518820688855,0.2277980133189169,-0.8609762977231573){-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3501816487349682,0.1390260663632443,-0.5254573828827156}; +VS(0.6872456872713681,-1.5,-1.061008824046173,0.5566283276590345,-1.106082425806995,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(0.2999999999963916,1.5,-1.5,0.02194755025874516,0.8860293692124164,-1.5,0.56598993733359,1.10234894435484,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.02502948906326356,1.433004733690008,-1.433004733690008,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.1373783684316538,0.9304466200698106,-1.266087237849667,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(-0.3275866898130944,-1.5,-0.03376430225025673,-0.9212134668419516,-1.5,0.1081050649968649,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.4286757031532644,-1.003979962393594,0.3050303549305025){-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.06736435510758325,-0.9131368566565954,0.2774302973358444}; +VS(1.135279084033036,-1.5,-1.12564915566109,1.5,-1.118008028878422,-0.9561758830966032,1.5,-1.5,-1.5,1.5,-0.8999999999977795,-1.5){0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.105574875411931,-0.06366348150077554,-0.1061058025015544}; +VS(-1.5,1.5,-1.5,-1.5,1.118008028878422,-0.9561758830966032,-1.5,0.8999999999977795,-1.5,-1.135279084033036,1.5,-1.12564915566109){-0.105574875411931,0.1061058025015544,-0.1061058025015544,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.3937061267451649,0.6328191254084636,-0.474888209468151}; +VS(0.04737321428310404,1.5,0.9063864795909873,0.6534954622413247,1.5,1.043634683367717,0.4663576096762498,1.5,0.4928747799337283,0.1867594906204137,0.9963413156998789,0.5834374528289957){0.0001061172875723531,1.498317148685933,0.905369603805499,0.1917789057843272,1.190945299880428,0.8286078806326541,0.08421616398958823,1.339817938434744,0.4402416477048572,0.006326660738783111,0.9790160133857005,0.5732921039486514}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.5306821532170947,-1.5,-0.4823892565667451,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(-1.5,-1.5,-1.5,-1.5,-1.135279084033036,-1.12564915566109,-1.118008028878422,-1.5,-0.9561758830966032,-0.8999999999977795,-1.5,-1.5){-0.105574875411931,-0.1061058025015544,-0.1061058025015544,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.343278474813642,-0.9324149524086058,-0.9324149524086058}; +VS(-1.5,-1.5,-0.3000000000036085,-0.7761097402742658,-1.5,-0.4937044883617758,-0.9212134668419516,-1.5,0.1081050649968649,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.8999999999977795,1.5,-1.5,1.5,1.135279084033036,-1.12564915566109,1.5,1.5,-1.5,1.118008028878422,1.5,-0.9561758830966032){0.343278474813642,0.9324149524086058,-0.9324149524086058,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.1061058025015544,-0.1061058025015544,0.3954941447122623,0.6562118321936141,-0.4183026187641126}; +VS(1.100796641735557,0.5614314259084719,1.5,1.020138732778565,1.022516225355707,1.5,1.5,0.6210468606723065,1.032231279918527,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.3962829256685603,0.2542644353297981,0.6793290068819106,0.3876411733812037,0.5350292947278013,0.784871596352926,0.105574875411931,0.04393111702847074,0.07301715221530793,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(-1.5,0.04737321428310404,0.9063864795909868,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(0.02046892769982431,-0.886606647124312,1.5,-0.2305591074160649,-0.3184871396323843,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.3088526394408758,-0.4355723108634895,0.9957015747302688){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.01172171299653563,-0.3100595810141228,1.460308168354981,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.02718623460678589,-0.4149623163225785,0.9485879187247132}; +VS(0.2999999999963916,1.5,1.5,0.04737321428310404,1.5,0.9063864795909873,0.6534954622413247,1.5,1.043634683367717,0.4285088386265955,0.860689870582226,1.040615350523522){0.02502948906326356,1.433004733690008,1.433004733690008,0.0001061172875723531,1.498317148685933,0.905369603805499,0.1917789057843272,1.190945299880428,0.8286078806326541,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(0.6536500037736985,-0.624734022745719,1.5,0.9917087287401972,-0.4064126752269803,0.9859717494519501,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3801807002694581,-0.2224136114266192,0.5395834109695402,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(1.01888888888931,-1.018888888888468,-1.5,0.6277459385899982,-0.6573644659150149,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.03906109626403,-0.7427508844638105,0.3903465065533513,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.3274333842093161,1.0746393850976,0.1492601791367216,0.3275866898130944,1.5,-0.03376430225025651,-0.1675915421183245,1.061553866168089,-0.3769162223672766,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.03206883517071461,1.017544783811256,0.1413301232185073,0.03211114529415318,1.420232406308262,-0.03196877082146752,-0.004597891460687347,1.046680834680902,-0.3716353911047656,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(1.5,1.5,-0.3000000000036085,0.7761097402742658,1.5,-0.4937044883617758,1.118008028878422,1.5,-0.9561758830966032,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.1061058025015544,-0.02122116050056613,0.2717888180516704,1.070466136789284,-0.3523292909147733,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(-1.5,0.6534954622413247,1.043634683367717,-1.5,0.4663576096762498,0.4928747799337279,-1.5,1.007241949495532,0.6625468406826993,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(1.5,-0.4663576096762498,0.4928747799337279,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.9730897044499917,-0.1896781071303442,0.4847366459602779,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.03298883228493676,0.0348645827050968,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.06401802511710483,0.4525676936860465,-1.088894772361927){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.1191630952362037,-0.5499736394570767,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(1.034778407741336,0.2904345378947407,-0.3277562364003759,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.5743988851714602,0.4284104560673979,-0.5867441872789495,1.049479254015272,1.058158078607845,-0.3902303850011975){0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201){-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.5743988851714602,0.4284104560673979,-0.5867441872789495,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(1.5,0.3000000000036085,1.5,0.8872376019016306,0.02065217391310045,1.5,1.5,-0.04737321428310404,0.9063864795909868,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.02122116050056613,0.1061058025015544,0.3368412203938587,0.01304300855864606,0.9473343058358903,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(1.5,-1.5,0.2999999999963916,0.9894412642911142,-1.5,0.5547374230566673,1.5,-0.9212134668419516,0.1081050649968649,1.076335416667465,-1.5,-0.1087842261929601){0.105574875411931,-0.1061058025015544,0.02122116050005562,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.105574875411931,-0.06516406278300288,0.007647049783983363,0.3957521357610693,-0.7118358000718976,-0.05162433779151203}; +VS(0.2336899586565075,0.3199714001134716,1.5,0.4285088386265955,0.860689870582226,1.040615350523522,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.5597885910992111,0.4130764392697893,1.095690947042198){0.01219078863060388,0.3112741105127556,1.459227810996709,0.06729409846138966,0.7828717669124536,0.9465295293756366,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(-0.6210468606723065,1.5,1.032231279918527,-0.5597074896014569,1.101572222501781,1.5,-1.02189946761164,1.020844485012256,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(0.3274333842093161,1.0746393850976,0.1492601791367216,0.3275866898130944,1.5,-0.03376430225025651,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.03206883517071461,1.017544783811256,0.1413301232185073,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.6528321256038833,-0.6252958937193631,-1.5,-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.107401916338593,-0.5561163148796003,-1.5,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(-1.5,-0.1710915674621336,-0.04200602324412017,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(-1.5,0.6534954622413247,1.043634683367717,-0.9174378761825213,0.938185080069781,0.8863952505113171,-1.5,1.007241949495532,0.6625468406826993,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.9917087287401972,-0.4064126752269803,0.9859717494519501,1.5,-0.04737321428310404,0.9063864795909868,1.047415737492724,0.3650282621033987,0.8131444446172659){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.3801807002694581,-0.2224136114266192,0.5395834109695402,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(0.2999999999963916,1.5,1.5,-0.0103200042774927,0.8900304532333451,1.5,0.55552333591021,1.102947488149707,1.5,0.4285088386265955,0.860689870582226,1.040615350523522){0.02502948906326356,1.433004733690008,1.433004733690008,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.131277370529636,0.937091269408904,1.27443683331782,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-1.5,-1.076335416667465,-0.1087842261929601,-0.9212134668419516,-1.5,0.1081050649968649,-0.9884274276821827,-1.00369956165619,0.3438228915559017,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.3791858278459277,-0.5520386662131638,0.1891039288239612,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.04737321428310404,1.5,0.9063864795909873,0.6534954622413247,1.5,1.043634683367717,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.4285088386265955,0.860689870582226,1.040615350523522){0.0001061172875723531,1.498317148685933,0.905369603805499,0.1917789057843272,1.190945299880428,0.8286078806326541,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.1191630952362037,1.5,-0.5499736394570764,0.3275866898130944,1.5,-0.03376430225025651,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.001672160393093572,1.489362713808621,-0.5460734881233303,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.4480266018043247,-1.005613303187453,0.2596968952138904,0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.07577523436002923,-0.9063629996714063,0.2340657747917007,0.1277929851386081,-0.4766344709383573,0.4700329627048705,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4365500380526564,0.06908951122487016,-1.061949290317059){-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(0.6534954622413247,1.5,1.043634683367717,0.55552333591021,1.102947488149707,1.5,0.9370494526510673,0.9137798332287792,0.8843348600005236,0.4285088386265955,0.860689870582226,1.040615350523522){0.1917789057843272,1.190945299880428,0.8286078806326541,0.131277370529636,0.937091269408904,1.27443683331782,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.2305591074160649,-0.3184871396323843,1.5,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.01172171299653563,-0.3100595810141228,1.460308168354981,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,0.1036422375125858,-1.5,-1.016426733452122,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,0.3589773892589866,-1.01254534681407,-0.9945583865269251){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.001103362044394619,-1.491950923896314,-1.010972536031204,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(0,0,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.06401802511710483,0.4525676936860465,-1.088894772361927){0,0,-1.5,-0.07072412706830895,0.06261000329894031,-0.9623551736189511,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.057903081423212,-0.1464439065001446,-0.3648323814937501){-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3941177123256691,-0.07186006360059333,-0.179023345964012}; +VS(-1.10171795742749,-0.5580755208344336,1.5,-1.021504830917486,-1.021504830918212,1.5,-1.5,-0.6210468606723065,1.032231279918527,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(1.5,0.635368603473022,0.08234289298655639,1.5,0.5306821532170947,-0.4823892565667451,1.034778407741336,0.2904345378947407,-0.3277562364003759,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3274333842093161,1.0746393850976,0.1492601791367216){0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(0.6277459385899982,-0.6573644659150149,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-1.5,1.5,-0.3000000000036085,-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.9212134668419516,0.1081050649968649,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(1.5,-0.9212134668419516,0.1081050649968649,1.076335416667465,-1.5,-0.1087842261929601,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.5743988851714602,0.4284104560673979,-0.5867441872789495,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-0.6210468606723065,1.5,1.032231279918527,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.5597074896014569,1.101572222501781,1.5,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.7761097402742658,-0.4937044883617758,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.9884274276821827,-1.00369956165619,0.3438228915559017,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3791858278459277,-0.5520386662131638,0.1891039288239612,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.1867594906204137,0.9963413156998789,0.5834374528289957,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.006326660738783111,0.9790160133857005,0.5732921039486514,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-1.01888888888931,1.018888888888468,-1.5,-1.104828368223028,0.563649930386476,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(1.5,-0.1191630952362037,-0.5499736394570767,1.5,0.1710915674621336,-0.04200602324412017,1.5,-0.3275866898130944,-0.03376430225025673,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(0.6277459385899982,-0.6573644659150149,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.01212827202724883,-0.3125574873959119,-1.459371074722736,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.2318315674404384,0.07710022668101275,1.109462433520908,-0.2503167281065327,-0.004879387952640751,1.121562321605394){0.02606486385580206,-0.4168450481073453,0.9623098676185253,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.01191094943626596,0.07503758019003029,1.079781213453337,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(-1.06348622057753,0.7711933778905005,0.3919976682156683,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.3947220003225221,0.3746672543232559,0.1904434014374233,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-0.5601198042459548,-1.100090743256501,-1.5,-1.022858374149648,-1.01792924438677,-1.5,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-0.6872456872713681,1.5,-1.061008824046173,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(0.6872456872713681,-1.5,-1.061008824046173,0.5306821532170947,-1.5,-0.4823892565667451,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.06401802511710483,0.4525676936860465,-1.088894772361927){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(1.5,-0.08161249999792153,0.3089910714272175,1.5,0.3933379692238963,0.4773720146914884,1.5,-0.04737321428310404,0.9063864795909868,0.9730897044499917,-0.1896781071303442,0.4847366459602779){0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,0.02782362725255547,0.03376796047374945,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3741860603615301,-0.1067410103143846,0.2727846671869745}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3088526394408758,-0.4355723108634895,0.9957015747302688){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.02718623460678589,-0.4149623163225785,0.9485879187247132}; +VS(1.118008028878422,1.5,-0.9561758830966032,1.5,1.089149732891589,-0.6672369542570592,0.9171364904213646,0.8922996261770154,-0.8756564157106752,1.049479254015272,1.058158078607845,-0.3902303850011975){0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,0.08161249999792153,0.3089910714272175,-1.5,0.04737321428310404,0.9063864795909868,-0.9975064729410501,0.2295340468795501,0.5284542445482187){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.3818724110176567,0.1244990041310914,0.2866329769789071}; +VS(-0.3000000000036085,1.5,1.5,0.04737321428310404,1.5,0.9063864795909873,-0.0103200042774927,0.8900304532333451,1.5,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.02502948906497769,1.433004733686809,1.433004733686809,0.0001061172875723531,1.498317148685933,0.905369603805499,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.08393901492072212,0.3947538007145158,-0.3514014051879808,-0.1675915421183245,1.061553866168089,-0.3769162223672766){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,-0.004597891460687347,1.046680834680902,-0.3716353911047656}; +VS(0.6536500037736985,-0.624734022745719,1.5,0.02046892769982431,-0.886606647124312,1.5,0.3210384070896065,-0.2305777072807509,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595){0.1918789786608077,-0.4959573286713336,1.190804351806207,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.03033355578874265,-0.2187970905999778,1.423362387328956,0.02606486385580206,-0.4168450481073453,0.9623098676185253}; +VS(-1.5,-0.9894412642911142,0.5547374230566673,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-0.5306821532170947,1.5,-0.4823892565667447,-0.6872456872713681,1.5,-1.061008824046173,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(1.089149732891589,-1.5,-0.6672369542570592,0.880412151714562,-0.8957851534280313,-0.8612949295307706,1.5,-1.118008028878422,-0.9561758830966032,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-1.022858374149648,-1.01792924438677,-1.5,-1.107401916338593,-0.5561163148796003,-1.5,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,1.034778407741336,0.2904345378947407,-0.3277562364003759,0.8517674096168891,-0.175416389703137,-0.815434830499682,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3512241606330326,-0.3874084409271014,0.06836615683581798,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.5306821532170947,-0.4823892565667451,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.6872456872713681,-1.5,-1.061008824046173,1.089149732891589,-1.5,-0.6672369542570592,0.5306821532170947,-1.5,-0.4823892565667451,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(1.1019728260867,-0.5553218976436398,1.5,0.6536500037736985,-0.624734022745719,1.5,1.021288821373941,-1.019203261987372,1.5,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(-0.6872456872713681,1.5,-1.061008824046173,-0.5578343659853064,1.104496913580351,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.5,-0.5306821532170947,-0.4823892565667451,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.3275866898130944,-0.03376430225025673,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.6530445161535243,0.6230012077292132,-1.5,0.02194755025874516,0.8860293692124164,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.533431880576518,0.3982005387724828,-1.101719805473693){0.1914869511395084,0.4948109915800049,-1.191356418192709,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-1.104828368223028,0.563649930386476,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.6528321256038833,-0.6252958937193631,-1.5,-1.107401916338593,-0.5561163148796003,-1.5,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.4904773773410448,0.3751715722361837,-0.01213563202941157){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.3803889594325776,0.215719042782565,0.1128812262812169,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-1.076335416667465,-0.1087842261929601,-0.9884274276821827,-1.00369956165619,0.3438228915559017,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.3791858278459277,-0.5520386662131638,0.1891039288239612,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(-0.5580755208322331,-1.101717957427123,1.5,-0.6534954622413247,-1.5,1.043634683367717,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(0.2999999999963916,1.5,1.5,0.04737321428310404,1.5,0.9063864795909873,-0.0103200042774927,0.8900304532333451,1.5,0.4285088386265955,0.860689870582226,1.040615350523522){0.02502948906326356,1.433004733690008,1.433004733690008,0.0001061172875723531,1.498317148685933,0.905369603805499,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(0.6210468606723065,-1.5,1.032231279918527,1.021288821373941,-1.019203261987372,1.5,0.9000000000022205,-1.5,1.5,1.102097624993128,-1.5,1.097393740594595){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.3432784748158345,-0.9324149524033877,0.9324149524033877,0.3962573430409242,-0.6775885590688879,0.4957209622804725}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(1.5,-0.9212134668419516,0.1081050649968649,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-0.8885152790351435,0.02166918276933784,-1.5,-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(0.6530445161535243,0.6230012077292132,-1.5,1.020616057349863,1.017277911970441,-1.5,0.56598993733359,1.10234894435484,-1.5,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.1914869511395084,0.4948109915800049,-1.191356418192709,0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.1373783684316538,0.9304466200698106,-1.266087237849667,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(1.5,-0.7761097402742658,-0.4937044883617758,1.5,-0.5319384329984906,-1.043350810212014,1.5,-1.118008028878422,-0.9561758830966032,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(0.9894412642911142,-1.5,0.5547374230566673,1.5,-1.007241949495532,0.6625468406826993,0.9185123005768545,-0.9387260653732763,0.8867653604392054,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(-1.118008028878422,-1.5,-0.9561758830966032,-0.5319384329984906,-1.5,-1.043350810212014,-0.7761097402742658,-1.5,-0.4937044883617758,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-1.007241949495532,-1.5,0.6625468406826993,-0.4558009791465169,-1.083181632964905,0.8136574368356876,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-1.5,-0.1036422375125858,-1.016426733452122,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(-1.01888888888931,1.018888888888468,-1.5,-0.5578343659853064,1.104496913580351,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.5306821532170947,-1.5,-0.4823892565667451,1.076335416667465,-1.5,-0.1087842261929601,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(1.007241949495532,1.5,0.6625468406826993,1.5,1.102097624993128,1.097393740594595,1.5,0.9894412642911142,0.5547374230566673,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.105574875411931,0.07795930195663531,0.07762656233731471,0.105574875411931,0.06999030625050748,0.0392405729673813,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(-0.5578343659853064,1.104496913580351,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(0.02194755025874516,0.8860293692124164,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.5938529590596491,0.548179971040525,-1.028856290861751){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.0002614706226040184,0.4516406295714178,-1.086664221480485,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,-0.7761097402742658,-1.5,-0.4937044883617758,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.6210468606723065,-1.5,1.032231279918527,0.3933379692238963,-1.5,0.4773720146914884,-0.04737321428310404,-1.5,0.9063864795909868,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.05336837956486746,-1.385452278455378,0.4409174302834377,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(1.5,0.5306821532170947,-0.4823892565667451,1.5,0.6872456872713681,-1.061008824046173,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(1.102097624993128,-1.5,1.097393740594595,0.9894412642911142,-1.5,0.5547374230566673,1.5,-1.007241949495532,0.6625468406826993,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.7761097402742658,-0.4937044883617758,-1.5,1.118008028878422,-0.9561758830966032,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(1.020138732778565,1.022516225355707,1.5,1.5,0.9000000000022205,1.5,1.5,0.6210468606723065,1.032231279918527,1.5,1.102097624993128,1.097393740594595){0.3876411733812037,0.5350292947278013,0.784871596352926,0.105574875411931,0.06366348150108969,0.1061058025015544,0.105574875411931,0.04393111702847074,0.07301715221530793,0.105574875411931,0.07795930195663531,0.07762656233731471}; +VS(-1.102097624993128,1.5,1.097393740594595,-0.9894412642911142,1.5,0.5547374230566673,-1.5,1.007241949495532,0.6625468406826993,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(0.5306821532170947,-1.5,-0.4823892565667451,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3297934344965575,-1.026206322385612,-0.2698202016460715,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(1.007241949495532,1.5,0.6625468406826993,1.5,0.9894412642911142,0.5547374230566673,0.9370494526510673,0.9137798332287792,0.8843348600005236,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.105574875411931,0.06999030625050748,0.0392405729673813,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(1.5,-1.5,-0.3000000000036085,1.5,-0.7761097402742658,-0.4937044883617758,1.5,-1.118008028878422,-0.9561758830966032,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(-1.101717957427123,0.5580755208322331,1.5,-1.5,0.6534954622413247,1.043634683367717,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(0.2999999999963916,1.5,-1.5,-0.1036422375125858,1.5,-1.016426733452122,0.02194755025874516,0.8860293692124164,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.02502948906326356,1.433004733690008,-1.433004733690008,-0.001103362044394619,1.491950923896314,-1.010972536031204,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(0.6530445161535243,0.6230012077292132,-1.5,0.02194755025874516,0.8860293692124164,-1.5,0.56598993733359,1.10234894435484,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.1914869511395084,0.4948109915800049,-1.191356418192709,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.1373783684316538,0.9304466200698106,-1.266087237849667,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(-0.6210468606723065,1.5,1.032231279918527,-1.02189946761164,1.020844485012256,1.5,-0.9000000000022205,1.5,1.5,-1.102097624993128,1.5,1.097393740594595){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.3962573430409242,0.6775885590688879,0.4957209622804725}; +VS(0.02046892769982431,-0.886606647124312,1.5,-0.04737321428310404,-1.5,0.9063864795909868,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.4558009791465169,-1.083181632964905,0.8136574368356876){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(1.5,0.1710915674621336,-0.04200602324412017,1.5,-0.3275866898130944,-0.03376430225025673,1.5,-0.08161249999792153,0.3089910714272175,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-1.5,-1.102097624993128,1.097393740594595,-1.5,-0.9894412642911142,0.5547374230566673,-1.007241949495532,-1.5,0.6625468406826993,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(1.5,-0.1191630952362037,-0.5499736394570767,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.989494516637948,0.3438740693437727,-0.9898040183250716,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.3224878824524646,-0.2291964839886203,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.5,-1.089149732891589,-0.6672369542570592,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-0.04737321428310404,-1.5,0.9063864795909868,0.4383286001383542,-0.923251364180131,1.044788080267217,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.0001061172875723531,-1.498317148685933,0.9053696038054986,0.0714949749489345,-0.8359693168956327,0.9460162331168546,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8683610016790241,1.120037847252563,-0.3982370871985544,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3268459539914035,0.7236322764433341,-0.2572923858604841,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.1191630952362037,1.5,-0.5499736394570764,0.5319384329984906,1.5,-1.043350810212014,0.1949940744396,0.9095420602750928,-0.8545215656728797){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.001672160393093572,1.489362713808621,-0.5460734881233303,0.117936318633696,1.29273826141507,-0.8991863416263223,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(-1.021504830917486,-1.021504830918212,1.5,-1.5,-0.9000000000022205,1.5,-1.5,-0.6210468606723065,1.032231279918527,-1.5,-1.102097624993128,1.097393740594595){-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.105574875411931,-0.07795930195663531,0.07762656233731471}; +VS(1.100796641735557,0.5614314259084719,1.5,1.5,0.6210468606723065,1.032231279918527,0.9370494526510673,0.9137798332287792,0.8843348600005236,1.047415737492724,0.3650282621033987,0.8131444446172659){0.3962829256685603,0.2542644353297981,0.6793290068819106,0.105574875411931,0.04393111702847074,0.07301715221530793,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-0.6394197614728611,0.631702621779606,1.5,-0.0103200042774927,0.8900304532333451,1.5,-0.5597074896014569,1.101572222501781,1.5,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.1827071019562793,0.5069048028082701,1.203663207967,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.06401802511710483,0.4525676936860465,-1.088894772361927){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(-0.5319384329984906,-1.5,-1.043350810212014,-0.1191630952362037,-1.5,-0.5499736394570767,0.1036422375125858,-1.5,-1.016426733452122,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916){-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.001103362044394619,-1.491950923896314,-1.010972536031204,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.1191630952362037,-0.5499736394570767,-0.9143518820688855,0.2277980133189169,-0.8609762977231573){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3501816487349682,0.1390260663632443,-0.5254573828827156}; +VS(-1.10171795742749,-0.5580755208344336,1.5,-1.5,-0.6210468606723065,1.032231279918527,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.4558009791465169,-1.083181632964905,0.8136574368356876,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(1.5,-0.9212134668419516,0.1081050649968649,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.6530445161535243,0.6230012077292132,-1.5,0.02194755025874516,0.8860293692124164,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797,0.533431880576518,0.3982005387724828,-1.101719805473693){0.1914869511395084,0.4948109915800049,-1.191356418192709,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.4904773773410448,0.3751715722361837,-0.01213563202941157){0.1299807697144024,0.4630671463155333,0.4651980814734962,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.3803889594325776,0.215719042782565,0.1128812262812169,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795}; +VS(0.02194755025874516,0.8860293692124164,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.5938529590596491,0.548179971040525,-1.028856290861751){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.0103200042774927,0.8900304532333451,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.4487342634014268,0.4567500513139491,1.08317362863324){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(1.5,0.1036422375125858,-1.016426733452122,1.5,-0.1191630952362037,-0.5499736394570767,0.989494516637948,0.3438740693437727,-0.9898040183250716,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(1.5,-0.6534954622413247,1.043634683367717,1.5,-0.8999999999977795,1.5,1.021288821373941,-1.019203261987372,1.5,1.5,-1.112147482346928,1.121236304809639){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.06366348150077554,0.1061058025015544,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.105574875411931,-0.0786702007430027,0.07931311861046944}; +VS(0,0,-1.5,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0,0,-1.5,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(0.6286786173646391,0.6420171141398677,1.5,1.020138732778565,1.022516225355707,1.5,0.9370494526510673,0.9137798332287792,0.8843348600005236,0.4285088386265955,0.860689870582226,1.040615350523522){0.1758491876713661,0.5192668371015391,1.213207932464274,0.3876411733812037,0.5350292947278013,0.784871596352926,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(1.102097624993128,-1.5,1.097393740594595,1.021288821373941,-1.019203261987372,1.5,1.5,-1.112147482346928,1.121236304809639,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.105574875411931,-0.0786702007430027,0.07931311861046944,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.1277929851386081,-0.4766344709383573,0.4700329627048705,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(1.5,-1.5,0.8999999999977795,1.5,-1.007241949495532,0.6625468406826993,0.9894412642911142,-1.5,0.5547374230566673,1.102097624993128,-1.5,1.097393740594595){0.105574875411931,-0.1061058025015544,0.06366348150077554,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3962573430409242,-0.6775885590688879,0.4957209622804725}; +VS(-1.5,-1.102097624993128,1.097393740594595,-1.007241949495532,-1.5,0.6625468406826993,-1.5,-1.5,0.8999999999977795,-1.5,-0.9894412642911142,0.5547374230566673){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.105574875411931,-0.06999030625050748,0.0392405729673813}; +VS(-1.5,1.007241949495532,0.6625468406826993,-1.5,1.5,0.8999999999977795,-1.102097624993128,1.5,1.097393740594595,-0.9894412642911142,1.5,0.5547374230566673){-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.3794960811237924,0.8237353387178266,0.3046378793873587}; +VS(1.5,1.5,0.8999999999977795,1.5,0.9894412642911142,0.5547374230566673,1.5,1.102097624993128,1.097393740594595,1.007241949495532,1.5,0.6625468406826993){0.105574875411931,0.1061058025015544,0.06366348150077554,0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.07795930195663531,0.07762656233731471,0.3845193665442307,0.8012914507805975,0.3539287461204943}; +VS(0.6530445161535243,0.6230012077292132,-1.5,1.106960902554097,0.5558591136062884,-1.5,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.1914869511395084,0.4948109915800049,-1.191356418192709,0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(1.007241949495532,1.5,0.6625468406826993,0.6534954622413247,1.5,1.043634683367717,0.9370494526510673,0.9137798332287792,0.8843348600005236,0.6957818644015169,1.034398724223024,0.4374156429974086){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.1917789057843272,1.190945299880428,0.8286078806326541,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.06401802511710483,0.4525676936860465,-1.088894772361927){0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(1.020138732778565,1.022516225355707,1.5,1.112147482346928,1.5,1.121236304809639,1.5,1.102097624993128,1.097393740594595,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.3876411733812037,0.5350292947278013,0.784871596352926,0.3958727219261088,0.6641054936796815,0.4964127931581248,0.105574875411931,0.07795930195663531,0.07762656233731471,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(0.3000000000036085,-1.5,1.5,0.02046892769982431,-0.886606647124312,1.5,-0.04737321428310404,-1.5,0.9063864795909868,0.4383286001383542,-0.923251364180131,1.044788080267217){0.02502948906497769,-1.433004733686809,1.433004733686809,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){0.02606486385580206,-0.4168450481073453,0.9623098676185253,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(0.6530445161535243,0.6230012077292132,-1.5,1.020616057349863,1.017277911970441,-1.5,1.106960902554097,0.5558591136062884,-1.5,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.1914869511395084,0.4948109915800049,-1.191356418192709,0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.5578343659853064,1.104496913580351,-1.5,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.9212134668419516,-1.5,0.1081050649968649,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.9884274276821827,-1.00369956165619,0.3438228915559017,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3791858278459277,-0.5520386662131638,0.1891039288239612,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-1.021504830917486,-1.021504830918212,1.5,-1.112147482346928,-1.5,1.121236304809639,-0.6534954622413247,-1.5,1.043634683367717,-0.8999999999977795,-1.5,1.5){-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.343278474813642,-0.9324149524086058,0.9324149524086058}; +VS(-1.02189946761164,1.020844485012256,1.5,-1.5,0.6534954622413247,1.043634683367717,-1.5,0.8999999999977795,1.5,-1.5,1.112147482346928,1.121236304809639){-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.06366348150077554,0.1061058025015544,-0.105574875411931,0.0786702007430027,0.07931311861046944}; +VS(1.020138732778565,1.022516225355707,1.5,1.112147482346928,1.5,1.121236304809639,0.6534954622413247,1.5,1.043634683367717,0.8999999999977795,1.5,1.5){0.3876411733812037,0.5350292947278013,0.784871596352926,0.3958727219261088,0.6641054936796815,0.4964127931581248,0.1917789057843272,1.190945299880428,0.8286078806326541,0.343278474813642,0.9324149524086058,0.9324149524086058}; +VS(-1.101717957427123,0.5580755208322331,1.5,-0.6394197614728611,0.631702621779606,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.5319384329984906,1.5,-1.043350810212014,1.118008028878422,1.5,-0.9561758830966032,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.117936318633696,1.29273826141507,-0.8991863416263223,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.9212134668419516,0.1081050649968649,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.5743988851714602,0.4284104560673979,-0.5867441872789495,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(1.106960902554097,0.5558591136062884,-1.5,1.5,0.6872456872713681,-1.061008824046173,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-1.135279084033036,-1.12564915566109,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.3405514748040138,-0.550662090639221,-0.5390209812875147}; +VS(-0.5580755208322331,-1.101717957427123,1.5,-1.021504830917486,-1.021504830918212,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(0.02194755025874516,0.8860293692124164,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.533431880576518,0.3982005387724828,-1.101719805473693){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(0.9000000000022205,-1.5,1.5,0.565963221214356,-1.10291367008109,1.5,1.021288821373941,-1.019203261987372,1.5,0.6210468606723065,-1.5,1.032231279918527){0.3432784748158345,-0.9324149524033877,0.9324149524033877,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.1710157415537551,-1.219904621914732,0.8394824728383804}; +VS(-1.102097624993128,1.5,1.097393740594595,-1.5,1.112147482346928,1.121236304809639,-1.02189946761164,1.020844485012256,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(-1.5,0.2999999999963916,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-1.5,0.04737321428310404,0.9063864795909868,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.06401802511710483,0.4525676936860465,-1.088894772361927){0.007181968890764456,0.8923051628882692,-0.8383273717090775,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(0.6872456872713681,-1.5,-1.061008824046173,1.135279084033036,-1.5,-1.12564915566109,1.089149732891589,-1.5,-0.6672369542570592,0.880412151714562,-0.8957851534280313,-0.8612949295307706){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.3332899608378906,-0.5704659306728841,-0.5485014031303457}; +VS(1.5,-0.1191630952362037,-0.5499736394570767,1.5,0.1710915674621336,-0.04200602324412017,1.034778407741336,0.2904345378947407,-0.3277562364003759,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-0.1710915674621336,-0.04200602324412017,-1.057903081423212,-0.1464439065001446,-0.3648323814937501){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.3941177123256691,-0.07186006360059333,-0.179023345964012}; +VS(-1.5,-0.5306821532170947,-0.4823892565667451,-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3088526394408758,-0.4355723108634895,0.9957015747302688){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.02718623460678589,-0.4149623163225785,0.9485879187247132}; +VS(0.6277459385899982,-0.6573644659150149,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3589773892589866,-1.01254534681407,-0.9945583865269251,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.04148205698892383,-0.9480022371047324,-0.9311618272953548,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.55552333591021,1.102947488149707,1.5,1.020138732778565,1.022516225355707,1.5,0.9370494526510673,0.9137798332287792,0.8843348600005236,0.4285088386265955,0.860689870582226,1.040615350523522){0.131277370529636,0.937091269408904,1.27443683331782,0.3876411733812037,0.5350292947278013,0.784871596352926,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.1191630952362037,-0.5499736394570767,-1.050811974812182,0.2866646104582029,-0.1754192241205106,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3932158822946858,0.1424340583370134,-0.08715994611918608,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.5306821532170947,1.5,-0.4823892565667447,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.7761097402742658,-1.5,-0.4937044883617758,-0.3275866898130944,-1.5,-0.03376430225025673,-0.9212134668419516,-1.5,0.1081050649968649,-0.7156169430079902,-0.830441468927502,-0.1076322771882919){-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894}; +VS(-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.8683610016790241,1.120037847252563,-0.3982370871985544,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.3268459539914035,0.7236322764433341,-0.2572923858604841,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.3739716744232401,-0.1190731370253491,-0.3981750499786375){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.04645904731091235,-0.1108432515657159,-0.3706546945393558}; +VS(0.6530445161535243,0.6230012077292132,-1.5,0.3254065554330984,0.243810357869581,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.533431880576518,0.3982005387724828,-1.101719805473693){0.1914869511395084,0.4948109915800049,-1.191356418192709,0.03151259170364561,0.2310153929874804,-1.421281247069013,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-1.101717957427123,0.5580755208322331,1.5,-0.6394197614728611,0.631702621779606,1.5,-1.02189946761164,1.020844485012256,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(1.5,-0.1191630952362037,-0.5499736394570767,1.5,-0.5319384329984906,-1.043350810212014,0.8517674096168891,-0.175416389703137,-0.815434830499682,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-1.5,0.1191630952362037,-0.5499736394570767,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-1.050811974812182,0.2866646104582029,-0.1754192241205106,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.3932158822946858,0.1424340583370134,-0.08715994611918608,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-0.5319384329984906,-1.5,-1.043350810212014,-0.1191630952362037,-1.5,-0.5499736394570767,-0.7761097402742658,-1.5,-0.4937044883617758,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916){-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.001672160393093572,-1.489362713808621,-0.5460734881233306,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177}; +VS(1.5,0.5306821532170947,-0.4823892565667451,1.5,0.6872456872713681,-1.061008824046173,1.5,1.089149732891589,-0.6672369542570592,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(1.007241949495532,1.5,0.6625468406826993,0.6534954622413247,1.5,1.043634683367717,0.4663576096762498,1.5,0.4928747799337283,0.6957818644015169,1.034398724223024,0.4374156429974086){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.1917789057843272,1.190945299880428,0.8286078806326541,0.08421616398958823,1.339817938434744,0.4402416477048572,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.01399913360766501,0.3149813064554016,-1.455172221947269,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(0,0,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.2450927873762005,0.3246845648626074,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927){0,0,-1.5,-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.01399913360766501,0.3149813064554016,-1.455172221947269,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(0.02046892769982431,-0.886606647124312,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.3088526394408758,-0.4355723108634895,0.9957015747302688){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.02718623460678589,-0.4149623163225785,0.9485879187247132}; +VS(0.6536500037736985,-0.624734022745719,1.5,1.021288821373941,-1.019203261987372,1.5,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.2336899586565075,0.3199714001134716,1.5,0.2318315674404384,0.07710022668101275,1.109462433520908,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.01219078863060388,0.3112741105127556,1.459227810996709,0.01191094943626596,0.07503758019003029,1.079781213453337,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(0.3000000000036085,-1.5,1.5,0.6210468606723065,-1.5,1.032231279918527,-0.04737321428310404,-1.5,0.9063864795909868,0.4383286001383542,-0.923251364180131,1.044788080267217){0.02502948906497769,-1.433004733686809,1.433004733686809,0.1710157415537551,-1.219904621914732,0.8394824728383804,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.0103200042774927,0.8900304532333451,1.5,0.2336899586565075,0.3199714001134716,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.4285088386265955,0.860689870582226,1.040615350523522){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.01219078863060388,0.3112741105127556,1.459227810996709,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-1.5,-1.102097624993128,1.097393740594595,-1.021504830917486,-1.021504830918212,1.5,-1.112147482346928,-1.5,1.121236304809639,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(0.3210384070896065,-0.2305777072807509,1.5,0.630688632445991,-0.006209911821192785,0.8961975422432245,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.2318315674404384,0.07710022668101275,1.109462433520908){0.03033355578874265,-0.2187970905999778,1.423362387328956,0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.01191094943626596,0.07503758019003029,1.079781213453337}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.9730897044499917,-0.1896781071303442,0.4847366459602779){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.3741860603615301,-0.1067410103143846,0.2727846671869745}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.533431880576518,0.3982005387724828,-1.101719805473693){0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(1.5,0.9000000000022205,1.5,1.020138732778565,1.022516225355707,1.5,1.5,0.6210468606723065,1.032231279918527,1.100796641735557,0.5614314259084719,1.5){0.105574875411931,0.06366348150108969,0.1061058025015544,0.3876411733812037,0.5350292947278013,0.784871596352926,0.105574875411931,0.04393111702847074,0.07301715221530793,0.3962829256685603,0.2542644353297981,0.6793290068819106}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-0.6872456872713681,1.5,-1.061008824046173,-1.135279084033036,1.5,-1.12564915566109,-0.882184375683876,0.8989664614044799,-0.8634426186776457){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.3342190739477275,0.5712626592902011,-0.5486884635492019}; +VS(1.5,-0.2999999999963916,1.5,0.8872376019016306,0.02065217391310045,1.5,1.5,-0.04737321428310404,0.9063864795909868,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.02122116050005562,0.1061058025015544,0.3368412203938587,0.01304300855864606,0.9473343058358903,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-1.5,-0.3000000000036085,1.5,-1.5,0.04737321428310404,0.9063864795909868,-1.5,-0.6210468606723065,1.032231279918527,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.6394197614728611,0.631702621779606,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.9337222950828007,0.4253126115131456,1.016003088523237,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(0.6286786173646391,0.6420171141398677,1.5,1.100796641735557,0.5614314259084719,1.5,1.020138732778565,1.022516225355707,1.5,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.1758491876713661,0.5192668371015391,1.213207932464274,0.3962829256685603,0.2542644353297981,0.6793290068819106,0.3876411733812037,0.5350292947278013,0.784871596352926,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(-1.5,1.5,0.2999999999963916,-0.9894412642911142,1.5,0.5547374230566673,-1.5,1.007241949495532,0.6625468406826993,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.1061058025015544,0.02122116050005562,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.5,-0.5306821532170947,-0.4823892565667451,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,0.04737321428310404,0.9063864795909868,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.5306821532170947,1.5,-0.4823892565667447,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-1.10171795742749,-0.5580755208344336,1.5,-1.021504830917486,-1.021504830918212,1.5,-0.6312955193870672,-0.6463057131683141,1.5,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.1579022107244033,-1.096303853423287,-0.2598118039930551,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.003855807862879714,-1.082665095565877,-0.2565795702723643,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.6277459385899982,-0.6573644659150149,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.01212827202724883,-0.3125574873959119,-1.459371074722736,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(-1.02189946761164,1.020844485012256,1.5,-0.6210468606723065,1.5,1.032231279918527,-0.9000000000022205,1.5,1.5,-0.5597074896014569,1.101572222501781,1.5){-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.1337036049814847,0.9334838152574759,1.27111567837664}; +VS(-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3739716744232401,-0.1190731370253491,-0.3981750499786375){-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.04645904731091235,-0.1108432515657159,-0.3706546945393558}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.08161249999792153,0.3089910714272175,-1.007338308721589,-0.4591993016990206,0.2460651252419393){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.3845443324121629,-0.2452642429905991,0.1314265427790391}; +VS(1.5,0.3933379692238963,0.4773720146914884,1.5,-0.04737321428310404,0.9063864795909868,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.02782362725255547,0.03376796047374945,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(1.5,0.635368603473022,0.08234289298655639,1.5,1.076335416667465,-0.1087842261929601,1.049479254015272,1.058158078607845,-0.3902303850011975,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.1307325033458832,-0.4306367418971539,-0.3545938169656201){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.002202689423903153,-0.4269619765818014,-0.3515679510028525}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,0.08393901492072212,0.3947538007145158,-0.3514014051879808){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,0.0005879489511012863,0.3933639471304863,-0.3501641872016067}; +VS(-0.6394197614728611,0.631702621779606,1.5,-0.5597074896014569,1.101572222501781,1.5,-1.02189946761164,1.020844485012256,1.5,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(1.5,-0.8999999999977795,1.5,1.5,-0.6534954622413247,1.043634683367717,1.021288821373941,-1.019203261987372,1.5,1.1019728260867,-0.5553218976436398,1.5){0.105574875411931,-0.06366348150077554,0.1061058025015544,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.3962600363578799,-0.2509150039945248,0.6777555640950292}; +VS(0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.2318315674404384,0.07710022668101275,1.109462433520908,-0.2503167281065327,-0.004879387952640751,1.121562321605394){4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.01191094943626596,0.07503758019003029,1.079781213453337,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(0.9917087287401972,-0.4064126752269803,0.9859717494519501,1.5,-0.04737321428310404,0.9063864795909868,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.047415737492724,0.3650282621033987,0.8131444446172659){0.3801807002694581,-0.2224136114266192,0.5395834109695402,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(0.1191630952362037,1.5,-0.5499736394570764,0.3275866898130944,1.5,-0.03376430225025651,-0.1675915421183245,1.061553866168089,-0.3769162223672766,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.001672160393093572,1.489362713808621,-0.5460734881233303,0.03211114529415318,1.420232406308262,-0.03196877082146752,-0.004597891460687347,1.046680834680902,-0.3716353911047656,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(-1.5,-0.9000000000022205,1.5,-1.021504830917486,-1.021504830918212,1.5,-1.5,-0.6210468606723065,1.032231279918527,-1.10171795742749,-0.5580755208344336,1.5){-0.105574875411931,-0.06366348150108969,0.1061058025015544,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3962653789331315,-0.2522860735321669,0.6780965947627013}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.9212134668419516,0.1081050649968649,-0.8405799675723822,0.7028256514379921,-0.09716894269308911){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.3112236506434576,0.4688063879894212,-0.06481468192786528}; +VS(0.6286786173646391,0.6420171141398677,1.5,0.55552333591021,1.102947488149707,1.5,1.020138732778565,1.022516225355707,1.5,0.4285088386265955,0.860689870582226,1.040615350523522){0.1758491876713661,0.5192668371015391,1.213207932464274,0.131277370529636,0.937091269408904,1.27443683331782,0.3876411733812037,0.5350292947278013,0.784871596352926,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(0.3739716744232401,-0.1190731370253491,-0.3981750499786375,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.4904773773410448,0.3751715722361837,-0.01213563202941157){0.04645904731091235,-0.1108432515657159,-0.3706546945393558,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(-1.5,0.04737321428310404,0.9063864795909868,-1.5,0.4663576096762498,0.4928747799337279,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.2604860421297411,0.2703645092577552,0.7191976656187493){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.2627859783174445,-0.8759209321240182,-0.6879375303208916,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.01712439541276104,-0.8458505733717007,-0.6643206402829177,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(1.5,0.9894412642911142,0.5547374230566673,1.5,0.6210468606723065,1.032231279918527,0.9370494526510673,0.9137798332287792,0.8843348600005236,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.04393111702847074,0.07301715221530793,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-1.5,0.1191630952362037,-0.5499736394570767,-1.5,-0.1036422375125858,-1.016426733452122,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-1.057903081423212,-0.1464439065001446,-0.3648323814937501){-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.3941177123256691,-0.07186006360059333,-0.179023345964012}; +VS(-0.5306821532170947,1.5,-0.4823892565667447,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(0.2332771566728886,-0.3212590952461775,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627){0.01212827202724883,-0.3125574873959119,-1.459371074722736,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(-0.3000000000036085,1.5,1.5,-0.6210468606723065,1.5,1.032231279918527,0.04737321428310404,1.5,0.9063864795909873,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.02502948906497769,1.433004733686809,1.433004733686809,-0.1710157415537551,1.219904621914732,0.8394824728383804,0.0001061172875723531,1.498317148685933,0.905369603805499,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.08161249999792153,0.3089910714272175,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(0.9894412642911142,-1.5,0.5547374230566673,1.5,-1.5,0.2999999999963916,1.5,-0.9212134668419516,0.1081050649968649,1.5,-1.007241949495532,0.6625468406826993){0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.105574875411931,-0.1061058025015544,0.02122116050005562,0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.07124947690963568,0.04686670948367153}; +VS(-1.5,-0.3000000000036085,1.5,-1.5,0.04737321428310404,0.9063864795909868,-1.5,0.2999999999963916,1.5,-0.8777711855872404,-0.0178593225812774,1.5){-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.3318964142730259,-0.01140973887857728,0.9583010912075578}; +VS(0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.533431880576518,0.3982005387724828,-1.101719805473693){0.06961488648546718,-0.05800884429195884,-0.9970628012916664,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.9185123005768545,-0.9387260653732763,0.8867653604392054,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.06075775525242027,0.412013053184857,0.04775931969216389,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.5,-0.5306821532170947,-0.4823892565667451,-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(1.089149732891589,-1.5,-0.6672369542570592,0.5306821532170947,-1.5,-0.4823892565667451,0.880412151714562,-0.8957851534280313,-0.8612949295307706,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(-0.5306821532170947,1.5,-0.4823892565667447,-0.6872456872713681,1.5,-1.061008824046173,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(0.08161249999792153,1.5,0.3089910714272177,-0.1710915674621336,1.5,-0.04200602324411973,-0.3933379692238963,1.5,0.4773720146914893,-0.4490595128850478,1.004334379852044,0.239852571830166){0.0005405771330085734,1.495007321992192,0.3079626094759353,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.07623874268815731,0.9047604347005244,0.2160725765308054}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.9730897044499917,-0.1896781071303442,0.4847366459602779,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(1.135279084033036,-1.5,-1.12564915566109,1.5,-1.5,-1.5,1.01888888888931,-1.018888888888468,-1.5,1.5,-0.8999999999977795,-1.5){0.3937061267451649,-0.6328191254084636,-0.474888209468151,0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.105574875411931,-0.06366348150077554,-0.1061058025015544}; +VS(1.5,0.3000000000036085,1.5,1.5,0.6210468606723065,1.032231279918527,1.5,-0.04737321428310404,0.9063864795909868,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.02122116050056613,0.1061058025015544,0.105574875411931,0.04393111702847074,0.07301715221530793,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.6957818644015169,1.034398724223024,0.4374156429974086){0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.3803889594325776,0.215719042782565,0.1128812262812169,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(-1.5,0.2999999999963916,1.5,-1.101717957427123,0.5580755208322331,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(-1.135279084033036,1.5,-1.12564915566109,-1.01888888888931,1.018888888888468,-1.5,-1.5,0.8999999999977795,-1.5,-1.5,1.5,-1.5){-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.2604860421297411,0.2703645092577552,0.7191976656187493){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-0.8999999999977795,-1.5,1.5,-0.5580755208322331,-1.101717957427123,1.5,-0.6534954622413247,-1.5,1.043634683367717,-1.021504830917486,-1.021504830918212,1.5){-0.343278474813642,-0.9324149524086058,0.9324149524086058,-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.3879455799851704,-0.5333103890286645,0.7831246209809133}; +VS(-0.9337222950828007,0.4253126115131456,1.016003088523237,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-1.5,0.6534954622413247,1.043634683367717,-1.5,0.04737321428310404,0.9063864795909868,-1.5,0.4663576096762498,0.4928747799337279,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.06075775525242027,0.412013053184857,0.04775931969216389,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(0.8999999999977795,1.5,-1.5,1.5,1.135279084033036,-1.12564915566109,1.020616057349863,1.017277911970441,-1.5,1.5,1.5,-1.5){0.343278474813642,0.9324149524086058,-0.9324149524086058,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.105574875411931,0.1061058025015544,-0.1061058025015544}; +VS(0.8872376019016306,0.02065217391310045,1.5,1.100796641735557,0.5614314259084719,1.5,1.047415737492724,0.3650282621033987,0.8131444446172659,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.3962829256685603,0.2542644353297981,0.6793290068819106,0.3927313637709588,0.182445152838219,0.4064185650253093,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.4558009791465169,-1.083181632964905,0.8136574368356876,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(1.5,-0.2999999999963916,1.5,0.8872376019016306,0.02065217391310045,1.5,1.1019728260867,-0.5553218976436398,1.5,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.02122116050005562,0.1061058025015544,0.3368412203938587,0.01304300855864606,0.9473343058358903,0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.533431880576518,0.3982005387724828,-1.101719805473693){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,0.5306821532170947,-1.5,-0.4823892565667451,0.1036422375125858,-1.5,-1.016426733452122,0.3589773892589866,-1.01254534681407,-0.9945583865269251){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.001103362044394619,-1.491950923896314,-1.010972536031204,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.9337222950828007,0.4253126115131456,1.016003088523237,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.3210384070896065,-0.2305777072807509,1.5,0.630688632445991,-0.006209911821192785,0.8961975422432245,0.2318315674404384,0.07710022668101275,1.109462433520908){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.03033355578874265,-0.2187970905999778,1.423362387328956,0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.01191094943626596,0.07503758019003029,1.079781213453337}; +VS(1.5,0.1036422375125858,-1.016426733452122,1.5,0.5306821532170947,-0.4823892565667451,0.989494516637948,0.3438740693437727,-0.9898040183250716,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(0.6210468606723065,-1.5,1.032231279918527,0.565963221214356,-1.10291367008109,1.5,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(1.01888888888931,-1.018888888888468,-1.5,0.6872456872713681,-1.5,-1.061008824046173,0.9000000000022205,-1.5,-1.5,1.135279084033036,-1.5,-1.12564915566109){0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.21381107283656,-1.159494464725985,-0.8201559056713098,0.3432784748158345,-0.9324149524033877,-0.9324149524033877,0.3937061267451649,-0.6328191254084636,-0.474888209468151}; +VS(0.8872376019016306,0.02065217391310045,1.5,1.5,-0.2999999999963916,1.5,1.5,-0.04737321428310404,0.9063864795909868,1.5,0.3000000000036085,1.5){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.105574875411931,-0.02122116050005562,0.1061058025015544,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.105574875411931,0.02122116050056613,0.1061058025015544}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.5306821532170947,1.5,-0.4823892565667447,-0.1710915674621336,1.5,-0.04200602324411973,-0.1675915421183245,1.061553866168089,-0.3769162223672766){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.004597891460687347,1.046680834680902,-0.3716353911047656}; +VS(0.6530445161535243,0.6230012077292132,-1.5,0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.989494516637948,0.3438740693437727,-0.9898040183250716,0.533431880576518,0.3982005387724828,-1.101719805473693){0.1914869511395084,0.4948109915800049,-1.191356418192709,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(0.1710915674621336,-1.5,-0.04200602324412017,-0.08161249999792153,-1.5,0.3089910714272175,-0.3275866898130944,-1.5,-0.03376430225025673,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){0.00488715833964731,-1.478099258740706,-0.04139271454651927,-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,0.06401802511710483,0.4525676936860465,-1.088894772361927,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,0.0002614706226040184,0.4516406295714178,-1.086664221480485,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(0,0,-1.5,0.3254065554330984,0.243810357869581,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0,0,-1.5,0.03151259170364561,0.2310153929874804,-1.421281247069013,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(-0.2999999999963916,-1.5,1.5,-0.6534954622413247,-1.5,1.043634683367717,-0.04737321428310404,-1.5,0.9063864795909868,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.02502948906326356,-1.433004733690008,1.433004733690008,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.9894412642911142,1.5,0.5547374230566673,-0.3933379692238963,1.5,0.4773720146914893,-0.4490595128850478,1.004334379852044,0.239852571830166){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.07623874268815731,0.9047604347005244,0.2160725765308054}; +VS(0.04737321428310404,1.5,0.9063864795909873,0.08161249999792153,1.5,0.3089910714272177,-0.3933379692238963,1.5,0.4773720146914893,0.1867594906204137,0.9963413156998789,0.5834374528289957){0.0001061172875723531,1.498317148685933,0.905369603805499,0.0005405771330085734,1.495007321992192,0.3079626094759353,-0.05336837956486746,1.385452278455378,0.4409174302834386,0.006326660738783111,0.9790160133857005,0.5732921039486514}; +VS(0.4339726688957538,-0.06393550643155126,-1.098930963420013,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.06961488648546718,-0.05800884429195884,-0.9970628012916664,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(-1.5,-0.9894412642911142,0.5547374230566673,-1.5,-0.6210468606723065,1.032231279918527,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(0.6534954622413247,1.5,1.043634683367717,1.020138732778565,1.022516225355707,1.5,0.8999999999977795,1.5,1.5,0.55552333591021,1.102947488149707,1.5){0.1917789057843272,1.190945299880428,0.8286078806326541,0.3876411733812037,0.5350292947278013,0.784871596352926,0.343278474813642,0.9324149524086058,0.9324149524086058,0.131277370529636,0.937091269408904,1.27443683331782}; +VS(-0.6872456872713681,1.5,-1.061008824046173,-1.01888888888931,1.018888888888468,-1.5,-1.135279084033036,1.5,-1.12564915566109,-0.9000000000022205,1.5,-1.5){-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.3432784748158345,0.9324149524033877,-0.9324149524033877}; +VS(-1.007241949495532,-1.5,0.6625468406826993,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.4558009791465169,-1.083181632964905,0.8136574368356876,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-1.5,0.6534954622413247,1.043634683367717,-1.02189946761164,1.020844485012256,1.5,-1.5,0.8999999999977795,1.5,-1.101717957427123,0.5580755208322331,1.5){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.105574875411931,0.06366348150077554,0.1061058025015544,-0.3962653789331386,0.2522860735313549,0.6780965947631925}; +VS(-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.4558009791465169,-1.083181632964905,0.8136574368356876,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(0.2336899586565075,0.3199714001134716,1.5,0.6286786173646391,0.6420171141398677,1.5,0.4285088386265955,0.860689870582226,1.040615350523522,0.5597885910992111,0.4130764392697893,1.095690947042198){0.01219078863060388,0.3112741105127556,1.459227810996709,0.1758491876713661,0.5192668371015391,1.213207932464274,0.06729409846138966,0.7828717669124536,0.9465295293756366,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(0.6536500037736985,-0.624734022745719,1.5,1.021288821373941,-1.019203261987372,1.5,0.565963221214356,-1.10291367008109,1.5,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.8999999999977795,-1.5,-1.5,-1.5,-1.135279084033036,-1.12564915566109,-1.022858374149648,-1.01792924438677,-1.5,-1.5,-1.5,-1.5){-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.105574875411931,-0.1061058025015544,-0.1061058025015544}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.6858273747656938,0.8657114519766499,-0.05648846191495322,1.049479254015272,1.058158078607845,-0.3902303850011975,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(-0.9894412642911142,1.5,0.5547374230566673,-0.9174378761825213,0.938185080069781,0.8863952505113171,-1.5,1.007241949495532,0.6625468406826993,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-1.5,1.5,0.2999999999963916,-1.5,0.9212134668419516,0.1081050649968649,-1.5,1.007241949495532,0.6625468406826993,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.1061058025015544,0.02122116050005562,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(0.3000000000036085,-1.5,1.5,-0.04737321428310404,-1.5,0.9063864795909868,-0.2999999999963916,-1.5,1.5,0.02046892769982431,-0.886606647124312,1.5){0.02502948906497769,-1.433004733686809,1.433004733686809,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-0.02502948906326356,-1.433004733690008,1.433004733690008,8.573016033132933e-06,-0.8864209197119546,1.499685778220319}; +VS(1.020616057349863,1.017277911970441,-1.5,1.5,1.135279084033036,-1.12564915566109,1.5,0.6872456872713681,-1.061008824046173,1.5,0.9000000000022205,-1.5){0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.105574875411931,0.06366348150108969,-0.1061058025015544}; +VS(0,0,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627){0,0,-1.5,0.01212827202724883,-0.3125574873959119,-1.459371074722736,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795}; +VS(0.02046892769982431,-0.886606647124312,1.5,-0.04737321428310404,-1.5,0.9063864795909868,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,0.4383286001383542,-0.923251364180131,1.044788080267217){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.6394197614728611,0.631702621779606,1.5,-0.0103200042774927,0.8900304532333451,1.5,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.1827071019562793,0.5069048028082701,1.203663207967,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(0.2999999999963916,1.5,1.5,0.04737321428310404,1.5,0.9063864795909873,-0.0103200042774927,0.8900304532333451,1.5,-0.3000000000036085,1.5,1.5){0.02502948906326356,1.433004733690008,1.433004733690008,0.0001061172875723531,1.498317148685933,0.905369603805499,-1.099008589893057e-06,0.8899830584250256,1.499920123842706,-0.02502948906497769,1.433004733686809,1.433004733686809}; +VS(-1.5,0.2999999999963916,1.5,-1.101717957427123,0.5580755208322331,1.5,-1.5,0.6534954622413247,1.043634683367717,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.06075775525242027,0.412013053184857,0.04775931969216389,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(1.021288821373941,-1.019203261987372,1.5,0.565963221214356,-1.10291367008109,1.5,0.9185123005768545,-0.9387260653732763,0.8867653604392054,0.4383286001383542,-0.923251364180131,1.044788080267217){0.3878977860880135,-0.532296537677804,0.7834009527793278,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.3521127285384425,-0.5698096334808154,0.5382693244108691,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(1.5,0.5306821532170947,-0.4823892565667451,1.5,1.089149732891589,-0.6672369542570592,0.9171364904213646,0.8922996261770154,-0.8756564157106752,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(-0.7761097402742658,-1.5,-0.4937044883617758,-0.9212134668419516,-1.5,0.1081050649968649,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.3275866898130944,-1.5,-0.03376430225025673,-0.9212134668419516,-1.5,0.1081050649968649,-0.4286757031532644,-1.003979962393594,0.3050303549305025){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.06736435510758325,-0.9131368566565954,0.2774302973358444}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.6530445161535243,0.6230012077292132,-1.5,0.02194755025874516,0.8860293692124164,-1.5,0.3254065554330984,0.243810357869581,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927){0.1914869511395084,0.4948109915800049,-1.191356418192709,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.03151259170364561,0.2310153929874804,-1.421281247069013,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(1.5,0.9894412642911142,0.5547374230566673,1.5,0.3933379692238963,0.4773720146914884,1.5,0.6210468606723065,1.032231279918527,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.02782362725255547,0.03376796047374945,0.105574875411931,0.04393111702847074,0.07301715221530793,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-1.5,-0.9000000000022205,-1.5,-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-1.135279084033036,-1.12564915566109,-1.022858374149648,-1.01792924438677,-1.5){-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.3882421535410976,-0.5302680215196049,-0.781392259496956}; +VS(1.5,0.1036422375125858,-1.016426733452122,0.8872376019015676,-0.02065217391269906,-1.5,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(-0.1036422375125858,1.5,-1.016426733452122,0.1949940744396,0.9095420602750928,-0.8545215656728797,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.001103362044394619,1.491950923896314,-1.010972536031204,0.007181968890764456,0.8923051628882692,-0.8383273717090775,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.6394197614728611,0.631702621779606,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.01399913360766501,0.3149813064554016,-1.455172221947269,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.9212134668419516,1.5,0.1081050649968649,0.3275866898130944,1.5,-0.03376430225025651,0.6858273747656938,0.8657114519766499,-0.05648846191495322){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.2128798575695865,0.6699700449669643,-0.04371615655870593}; +VS(0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.08393901492072212,0.3947538007145158,-0.3514014051879808){2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.0005879489511012863,0.3933639471304863,-0.3501641872016067}; +VS(1.5,0.1036422375125858,-1.016426733452122,1.5,-0.1191630952362037,-0.5499736394570767,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(-0.009041670922016682,-0.01136982779520375,7.288905582675263e-06,0.08393901492072212,0.3947538007145158,-0.3514014051879808,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-7.391226349571381e-07,-0.0113693630463517,7.288607644081712e-06,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(0.04737321428310404,1.5,0.9063864795909873,-0.3933379692238963,1.5,0.4773720146914893,0.1867594906204137,0.9963413156998789,0.5834374528289957,-0.3404679599345562,1.024742570165379,0.8365989423548352){0.0001061172875723531,1.498317148685933,0.905369603805499,-0.05336837956486746,1.385452278455378,0.4409174302834386,0.006326660738783111,0.9790160133857005,0.5732921039486514,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(-0.9174378761825213,0.938185080069781,0.8863952505113171,-0.9337222950828007,0.4253126115131456,1.016003088523237,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.3516171307005036,0.5702819890274455,0.538801199533547,-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.050811974812182,0.2866646104582029,-0.1754192241205106,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3932158822946858,0.1424340583370134,-0.08715994611918608,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.3933379692238963,-1.5,0.4773720146914884,0.9894412642911142,-1.5,0.5547374230566673,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.05336837956486746,-1.385452278455378,0.4409174302834377,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(-0.4490595128850478,1.004334379852044,0.239852571830166,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-0.1036422375125858,-1.016426733452122,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.9894412642911142,0.5547374230566673,-1.007338308721589,-0.4591993016990206,0.2460651252419393){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3845443324121629,-0.2452642429905991,0.1314265427790391}; +VS(-0.5578343659853064,1.104496913580351,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.06075775525242027,0.412013053184857,0.04775931969216389,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.6286786173646391,0.6420171141398677,1.5,0.9370494526510673,0.9137798332287792,0.8843348600005236,0.4285088386265955,0.860689870582226,1.040615350523522,0.5597885910992111,0.4130764392697893,1.095690947042198){0.1758491876713661,0.5192668371015391,1.213207932464274,0.3603110864265741,0.5411113523874573,0.5236749758061799,0.06729409846138966,0.7828717669124536,0.9465295293756366,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(0.9212134668419516,1.5,0.1081050649968649,0.3275866898130944,1.5,-0.03376430225025651,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.3274333842093161,1.0746393850976,0.1492601791367216){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(1.5,0.1036422375125858,-1.016426733452122,1.5,-0.1191630952362037,-0.5499736394570767,1.5,-0.5319384329984906,-1.043350810212014,0.8517674096168891,-0.175416389703137,-0.815434830499682){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.3176353776124844,-0.1155387585890217,-0.5370896538551764}; +VS(-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.9212134668419516,0.1081050649968649,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-0.5601198042459548,-1.100090743256501,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(0.1867594906204137,0.9963413156998789,0.5834374528289957,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.4285088386265955,0.860689870582226,1.040615350523522){0.006326660738783111,0.9790160133857005,0.5732921039486514,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(1.5,0.6872456872713681,-1.061008824046173,1.5,1.135279084033036,-1.12564915566109,1.5,1.089149732891589,-0.6672369542570592,0.9171364904213646,0.8922996261770154,-0.8756564157106752){0.105574875411931,0.04861383677577386,-0.07505279515776644,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.3514777214113057,0.5426037287448302,-0.5324830609866105}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.6339680154719254,0.6479909833002856,-1.5,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.08393901492072212,0.3947538007145158,-0.3514014051879808,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-1.5,0.2999999999963916,1.5,-1.5,0.6534954622413247,1.043634683367717,-1.5,0.04737321428310404,0.9063864795909868,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(-0.0103200042774927,0.8900304532333451,1.5,0.2336899586565075,0.3199714001134716,1.5,0.6286786173646391,0.6420171141398677,1.5,0.4285088386265955,0.860689870582226,1.040615350523522){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.01219078863060388,0.3112741105127556,1.459227810996709,0.1758491876713661,0.5192668371015391,1.213207932464274,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-1.104828368223028,0.563649930386476,-1.5,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(0.1191630952362037,1.5,-0.5499736394570764,0.3275866898130944,1.5,-0.03376430225025651,-0.1710915674621336,1.5,-0.04200602324411973,-0.1675915421183245,1.061553866168089,-0.3769162223672766){0.001672160393093572,1.489362713808621,-0.5460734881233303,0.03211114529415318,1.420232406308262,-0.03196877082146752,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.004597891460687347,1.046680834680902,-0.3716353911047656}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,-0.9894412642911142,0.5547374230566673,-1.5,-0.6210468606723065,1.032231279918527,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(1.5,0.635368603473022,0.08234289298655639,1.5,0.3933379692238963,0.4773720146914884,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.02782362725255547,0.03376796047374945,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(1.5,0.1710915674621336,-0.04200602324412017,1.5,-0.08161249999792153,0.3089910714272175,1.5,0.3933379692238963,0.4773720146914884,0.9924070660176425,0.3946013378260353,0.2064865592367245){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,0.02782362725255547,0.03376796047374945,0.3803889594325776,0.215719042782565,0.1128812262812169}; +VS(1.5,-0.7761097402742658,-0.4937044883617758,0.880412151714562,-0.8957851534280313,-0.8612949295307706,1.5,-1.118008028878422,-0.9561758830966032,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.6536500037736985,-0.624734022745719,1.5,0.02046892769982431,-0.886606647124312,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1918789786608077,-0.4959573286713336,1.190804351806207,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.2450927873762005,0.3246845648626074,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.01399913360766501,0.3149813064554016,-1.455172221947269,0.0002614706226040184,0.4516406295714178,-1.086664221480485,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,0.3254065554330984,0.243810357869581,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.01212827202724883,-0.3125574873959119,-1.459371074722736,0.03151259170364561,0.2310153929874804,-1.421281247069013,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(1.5,0.635368603473022,0.08234289298655639,1.5,0.5306821532170947,-0.4823892565667451,1.5,1.076335416667465,-0.1087842261929601,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.3274333842093161,1.0746393850976,0.1492601791367216){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(0.6872456872713681,-1.5,-1.061008824046173,1.01888888888931,-1.018888888888468,-1.5,0.9000000000022205,-1.5,-1.5,0.5566283276590345,-1.106082425806995,-1.5){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.3432784748158345,-0.9324149524033877,-0.9324149524033877,0.1319164414226059,-0.9391096358983906,-1.273561916346178}; +VS(0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.9924070660176425,0.3946013378260353,0.2064865592367245,0.4904773773410448,0.3751715722361837,-0.01213563202941157){0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.3803889594325776,0.215719042782565,0.1128812262812169,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(1.5,0.1036422375125858,-1.016426733452122,1.5,-0.1191630952362037,-0.5499736394570767,1.5,0.5306821532170947,-0.4823892565667451,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(0.7761097402742658,1.5,-0.4937044883617758,1.118008028878422,1.5,-0.9561758830966032,0.9171364904213646,0.8922996261770154,-0.8756564157106752,1.049479254015272,1.058158078607845,-0.3902303850011975){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(-0.4490595128850478,1.004334379852044,0.239852571830166,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.4125529248107365,0.4497467047246011,0.0521332916163757){-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.06075775525242027,0.412013053184857,0.04775931969216389}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-1.5,-0.1036422375125858,-1.016426733452122,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(0.1036422375125858,-1.5,-1.016426733452122,-0.02123877629675625,-0.8780562449982069,-1.5,0.3000000000036085,-1.5,-1.5,-0.2999999999963916,-1.5,-1.5){0.001103362044394619,-1.491950923896314,-1.010972536031204,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.02502948906497769,-1.433004733686809,-1.433004733686809,-0.02502948906326356,-1.433004733690008,-1.433004733690008}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.1771278051292889,-0.005015258998882657,0.7237885042381371,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.2318315674404384,0.07710022668101275,1.109462433520908,0.2604860421297411,0.2703645092577552,0.7191976656187493){4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.01191094943626596,0.07503758019003029,1.079781213453337,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(1.5,-0.4663576096762498,0.4928747799337279,1.5,-0.04737321428310404,0.9063864795909868,0.9730897044499917,-0.1896781071303442,0.4847366459602779,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.03298883228493676,0.0348645827050968,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-1.104828368223028,0.563649930386476,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.3961856708840837,0.2532410222473091,-0.673931660224823,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.9212134668419516,0.1081050649968649,-1.5,0.4663576096762498,0.4928747799337279,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(-0.5484665190604676,0.5578130980301236,0.5495972653523349,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.1272249123363399,0.475995889915345,0.4689851140825975,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(1.020616057349863,1.017277911970441,-1.5,1.5,0.6872456872713681,-1.061008824046173,1.106960902554097,0.5558591136062884,-1.5,1.5,0.9000000000022205,-1.5){0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.105574875411931,0.06366348150108969,-0.1061058025015544}; +VS(-0.5578343659853064,1.104496913580351,-1.5,-0.6872456872713681,1.5,-1.061008824046173,-0.9000000000022205,1.5,-1.5,-1.01888888888931,1.018888888888468,-1.5){-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.3873582153570161,0.5342160936259408,-0.7864686220232475}; +VS(1.5,0.3000000000036085,-1.5,1.106960902554097,0.5558591136062884,-1.5,1.5,0.6872456872713681,-1.061008824046173,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.105574875411931,0.02122116050056613,-0.1061058025015544,0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(-0.1036422375125858,1.5,-1.016426733452122,-0.5306821532170947,1.5,-0.4823892565667447,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.001103362044394619,1.491950923896314,-1.010972536031204,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(-1.5,0.7761097402742658,-0.4937044883617758,-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.8683610016790241,1.120037847252563,-0.3982370871985544,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3268459539914035,0.7236322764433341,-0.2572923858604841,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.2336899586565075,0.3199714001134716,1.5,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.2318315674404384,0.07710022668101275,1.109462433520908,0.5597885910992111,0.4130764392697893,1.095690947042198){0.01219078863060388,0.3112741105127556,1.459227810996709,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.01191094943626596,0.07503758019003029,1.079781213453337,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.7761097402742658,-0.4937044883617758,1.5,-0.3275866898130944,-0.03376430225025673,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(0.6957818644015169,1.034398724223024,0.4374156429974086,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.117686079604759,0.9416495772445103,0.1847307279403272){0.2194209590736927,0.7939556086524735,0.3357395895194885,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.7761097402742658,-0.4937044883617758,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.9730897044499917,-0.1896781071303442,0.4847366459602779,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.06075775525242027,0.412013053184857,0.04775931969216389,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(-0.5484665190604676,0.5578130980301236,0.5495972653523349,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.1272249123363399,0.475995889915345,0.4689851140825975,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(0.6957818644015169,1.034398724223024,0.4374156429974086,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3274333842093161,1.0746393850976,0.1492601791367216){0.2194209590736927,0.7939556086524735,0.3357395895194885,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(0.9370494526510673,0.9137798332287792,0.8843348600005236,0.5532749579219243,0.5442673920199588,0.5467719931997579,1.047415737492724,0.3650282621033987,0.8131444446172659,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3603110864265741,0.5411113523874573,0.5236749758061799,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.3927313637709588,0.182445152838219,0.4064185650253093,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(1.5,-0.2999999999963916,1.5,1.1019728260867,-0.5553218976436398,1.5,1.5,-0.6534954622413247,1.043634683367717,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.02122116050005562,0.1061058025015544,0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(0.3000000000036085,-1.5,1.5,0.02046892769982431,-0.886606647124312,1.5,0.565963221214356,-1.10291367008109,1.5,0.4383286001383542,-0.923251364180131,1.044788080267217){0.02502948906497769,-1.433004733686809,1.433004733686809,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.06075775525242027,0.412013053184857,0.04775931969216389,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.3000000000036085,-1.5,1.5,0.6210468606723065,-1.5,1.032231279918527,0.565963221214356,-1.10291367008109,1.5,0.4383286001383542,-0.923251364180131,1.044788080267217){0.02502948906497769,-1.433004733686809,1.433004733686809,0.1710157415537551,-1.219904621914732,0.8394824728383804,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.5743988851714602,0.4284104560673979,-0.5867441872789495,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(0.9212134668419516,1.5,0.1081050649968649,0.3275866898130944,1.5,-0.03376430225025651,0.4663576096762498,1.5,0.4928747799337283,0.3274333842093161,1.0746393850976,0.1492601791367216){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.08421616398958823,1.339817938434744,0.4402416477048572,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(0.06401802511710483,0.4525676936860465,-1.088894772361927,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.5938529590596491,0.548179971040525,-1.028856290861751){0.0002614706226040184,0.4516406295714178,-1.086664221480485,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(1.5,-1.5,-0.3000000000036085,1.5,-0.9212134668419516,0.1081050649968649,1.076335416667465,-1.5,-0.1087842261929601,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.06516406278300288,0.007647049783983363,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.02194755025874516,0.8860293692124164,-1.5,0.3254065554330984,0.243810357869581,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.03151259170364561,0.2310153929874804,-1.421281247069013,-0.01399913360766501,0.3149813064554016,-1.455172221947269,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(-1.022858374149648,-1.01792924438677,-1.5,-1.5,-0.6872456872713681,-1.061008824046173,-1.107401916338593,-0.5561163148796003,-1.5,-1.5,-0.9000000000022205,-1.5){-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.105574875411931,-0.06366348150108969,-0.1061058025015544}; +VS(0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.533431880576518,0.3982005387724828,-1.101719805473693){0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(0.4285088386265955,0.860689870582226,1.040615350523522,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.6957818644015169,1.034398724223024,0.4374156429974086){0.06729409846138966,0.7828717669124536,0.9465295293756366,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(-1.5,0.2999999999963916,-1.5,-1.5,-0.1036422375125858,-1.016426733452122,-1.5,-0.3000000000036085,-1.5,-0.8885152790351435,0.02166918276933784,-1.5){-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.105574875411931,-0.02122116050056613,-0.1061058025015544,-0.3374977645578097,0.01366382968755444,-0.9458476006918632}; +VS(-0.1036422375125858,1.5,-1.016426733452122,0.1191630952362037,1.5,-0.5499736394570764,0.1949940744396,0.9095420602750928,-0.8545215656728797,-0.1675915421183245,1.061553866168089,-0.3769162223672766){-0.001103362044394619,1.491950923896314,-1.010972536031204,0.001672160393093572,1.489362713808621,-0.5460734881233303,0.007181968890764456,0.8923051628882692,-0.8383273717090775,-0.004597891460687347,1.046680834680902,-0.3716353911047656}; +VS(0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.9894412642911142,0.5547374230566673,-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(0.9370494526510673,0.9137798332287792,0.8843348600005236,0.4285088386265955,0.860689870582226,1.040615350523522,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.6957818644015169,1.034398724223024,0.4374156429974086){0.3603110864265741,0.5411113523874573,0.5236749758061799,0.06729409846138966,0.7828717669124536,0.9465295293756366,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(1.5,-0.2999999999963916,-1.5,1.5,0.1036422375125858,-1.016426733452122,1.5,0.3000000000036085,-1.5,0.8872376019015676,-0.02065217391269906,-1.5){0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,0.02122116050056613,-0.1061058025015544,0.3368412203938262,-0.01304300855839357,-0.9473343058359633}; +VS(0.2999999999963916,1.5,-1.5,-0.1036422375125858,1.5,-1.016426733452122,-0.3000000000036085,1.5,-1.5,0.02194755025874516,0.8860293692124164,-1.5){0.02502948906326356,1.433004733690008,-1.433004733690008,-0.001103362044394619,1.491950923896314,-1.010972536031204,-0.02502948906497769,1.433004733686809,-1.433004733686809,1.056778127339519e-05,0.8858159798365119,-1.499638743279874}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(-0.1307325033458832,-0.4306367418971539,-0.3545938169656201,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.4239021453231846,0.1178475859857287,-0.3469424279516744,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499){-0.002202689423903153,-0.4269619765818014,-0.3515679510028525,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.06536997401845156,0.1074169965717286,-0.3162348492941154,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567}; +VS(0.3000000000036085,-1.5,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,0.1036422375125858,-1.5,-1.016426733452122,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.02502948906497769,-1.433004733686809,-1.433004733686809,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.001103362044394619,-1.491950923896314,-1.010972536031204,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(1.5,-0.7761097402742658,-0.4937044883617758,0.880412151714562,-0.8957851534280313,-0.8612949295307706,1.068513955774539,-0.4061443153915533,-0.3656635680199743,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.3951853995667233,-0.1955289437688814,-0.1760404085941148,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.3589773892589866,-1.01254534681407,-0.9945583865269251,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,0.04148205698892383,-0.9480022371047324,-0.9311618272953548,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){0.02606486385580206,-0.4168450481073453,0.9623098676185253,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(1.5,-0.1191630952362037,-0.5499736394570767,1.034778407741336,0.2904345378947407,-0.3277562364003759,0.8517674096168891,-0.175416389703137,-0.815434830499682,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.3906346646853242,0.1483296987556592,-0.1673905044591349,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,-0.7761097402742658,-1.5,-0.4937044883617758,-0.3275866898130944,-1.5,-0.03376430225025673,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,-0.2717888180516704,-1.070466136789284,-0.3523292909147733,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.9370494526510673,0.9137798332287792,0.8843348600005236,0.4285088386265955,0.860689870582226,1.040615350523522,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3603110864265741,0.5411113523874573,0.5236749758061799,0.06729409846138966,0.7828717669124536,0.9465295293756366,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(-1.5,0.7761097402742658,-0.4937044883617758,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-1.050811974812182,0.2866646104582029,-0.1754192241205106,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3932158822946858,0.1424340583370134,-0.08715994611918608,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-0.004450110534325295,-0.08706691508019899,0.750673401423818,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(-0.6394197614728611,0.631702621779606,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.9337222950828007,0.4253126115131456,1.016003088523237,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(1.5,1.5,-0.3000000000036085,0.9212134668419516,1.5,0.1081050649968649,1.5,1.076335416667465,-0.1087842261929601,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.1061058025015544,-0.02122116050056613,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(0.8872376019016306,0.02065217391310045,1.5,1.1019728260867,-0.5553218976436398,1.5,0.6536500037736985,-0.624734022745719,1.5,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.1918789786608077,-0.4959573286713336,1.190804351806207,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.630688632445991,-0.006209911821192785,0.8961975422432245,1.047415737492724,0.3650282621033987,0.8131444446172659,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.3927313637709588,0.182445152838219,0.4064185650253093,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.3000000000036085,-1.5,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.02502948906497769,-1.433004733686809,-1.433004733686809,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.007181968890764456,0.8923051628882692,-0.8383273717090775,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.4285088386265955,0.860689870582226,1.040615350523522,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.06729409846138966,0.7828717669124536,0.9465295293756366,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-1.5,-1.5,-0.3000000000036085,-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-1.076335416667465,-0.1087842261929601,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-1.5,0.1191630952362037,-0.5499736394570767,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(0.3274333842093161,1.0746393850976,0.1492601791367216,0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.1675915421183245,1.061553866168089,-0.3769162223672766,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.03206883517071461,1.017544783811256,0.1413301232185073,2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.004597891460687347,1.046680834680902,-0.3716353911047656,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.3933379692238963,-1.5,0.4773720146914884,0.1710915674621336,-1.5,-0.04200602324412017,0.4480266018043247,-1.005613303187453,0.2596968952138904,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.05336837956486746,-1.385452278455378,0.4409174302834377,0.00488715833964731,-1.478099258740706,-0.04139271454651927,0.07577523436002923,-0.9063629996714063,0.2340657747917007,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.3739716744232401,-0.1190731370253491,-0.3981750499786375,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.4904773773410448,0.3751715722361837,-0.01213563202941157){0.04645904731091235,-0.1108432515657159,-0.3706546945393558,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.09599958277924718,0.3309418797378295,-0.0107049392140291}; +VS(-1.5,-0.3000000000036085,-1.5,-0.8885152790351435,0.02166918276933784,-1.5,-1.5,-0.1036422375125858,-1.016426733452122,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.02122116050056613,-0.1061058025015544,-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.5484665190604676,0.5578130980301236,0.5495972653523349,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-0.1272249123363399,0.475995889915345,0.4689851140825975,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(-1.5,0.7761097402742658,-0.4937044883617758,-0.8405799675723822,0.7028256514379921,-0.09716894269308911,-0.8683610016790241,1.120037847252563,-0.3982370871985544,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.3112236506434576,0.4688063879894212,-0.06481468192786528,-0.3268459539914035,0.7236322764433341,-0.2572923858604841,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-1.5,1.5,-0.3000000000036085,-1.089149732891589,1.5,-0.6672369542570591,-1.076335416667465,1.5,-0.1087842261929601,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(0.3933379692238963,-1.5,0.4773720146914884,0.1710915674621336,-1.5,-0.04200602324412017,-0.08161249999792153,-1.5,0.3089910714272175,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.05336837956486746,-1.385452278455378,0.4409174302834377,0.00488715833964731,-1.478099258740706,-0.04139271454651927,-0.0005405771330085734,-1.495007321992192,0.3079626094759351,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.1867594906204137,0.9963413156998789,0.5834374528289957,0.6957818644015169,1.034398724223024,0.4374156429974086,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.3274333842093161,1.0746393850976,0.1492601791367216){0.006326660738783111,0.9790160133857005,0.5732921039486514,0.2194209590736927,0.7939556086524735,0.3357395895194885,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(1.007241949495532,1.5,0.6625468406826993,0.6534954622413247,1.5,1.043634683367717,1.112147482346928,1.5,1.121236304809639,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.1917789057843272,1.190945299880428,0.8286078806326541,0.3958727219261088,0.6641054936796815,0.4964127931581248,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(1.5,0.3000000000036085,-1.5,1.5,0.1036422375125858,-1.016426733452122,0.8872376019015676,-0.02065217391269906,-1.5,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.105574875411931,0.02122116050056613,-0.1061058025015544,0.105574875411931,0.007331361856219745,-0.07189918282464726,0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-0.5306821532170947,1.5,-0.4823892565667447,-0.6872456872713681,1.5,-1.061008824046173,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(1.5,0.1710915674621336,-0.04200602324412017,1.5,0.635368603473022,0.08234289298655639,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,0.04494419703719792,0.005824705827092119,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-0.3000000000036085,1.5,-1.5,-0.1036422375125858,1.5,-1.016426733452122,0.02194755025874516,0.8860293692124164,-1.5,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.02502948906497769,1.433004733686809,-1.433004733686809,-0.001103362044394619,1.491950923896314,-1.010972536031204,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(0.3000000000036085,-1.5,-1.5,0.6872456872713681,-1.5,-1.061008824046173,0.5566283276590345,-1.106082425806995,-1.5,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.02502948906497769,-1.433004733686809,-1.433004733686809,0.21381107283656,-1.159494464725985,-0.8201559056713098,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(1.5,0.3000000000036085,-1.5,0.8872376019015676,-0.02065217391269906,-1.5,1.106960902554097,0.5558591136062884,-1.5,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.105574875411931,0.02122116050056613,-0.1061058025015544,0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(-0.3000000000036085,1.5,-1.5,-0.6872456872713681,1.5,-1.061008824046173,-0.5578343659853064,1.104496913580351,-1.5,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.02502948906497769,1.433004733686809,-1.433004733686809,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.1675915421183245,1.061553866168089,-0.3769162223672766,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.2891850111348922,0.8530090098538748,-0.3643943834000939){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.004597891460687347,1.046680834680902,-0.3716353911047656,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(-0.6534954622413247,-1.5,1.043634683367717,-1.007241949495532,-1.5,0.6625468406826993,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(1.5,-1.5,-1.5,1.5,-1.5,-0.9000000000022205,1.5,-1.118008028878422,-0.9561758830966032,1.135279084033036,-1.5,-1.12564915566109){0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.105574875411931,-0.1061058025015544,-0.06366348150108969,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3937061267451649,-0.6328191254084636,-0.474888209468151}; +VS(1.5,1.5,-1.5,1.5,1.135279084033036,-1.12564915566109,1.5,1.5,-0.9000000000022205,1.118008028878422,1.5,-0.9561758830966032){0.105574875411931,0.1061058025015544,-0.1061058025015544,0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.1061058025015544,-0.06366348150108969,0.3954941447122623,0.6562118321936141,-0.4183026187641126}; +VS(-1.5,-1.5,-1.5,-1.5,-1.135279084033036,-1.12564915566109,-1.5,-1.5,-0.9000000000022205,-1.118008028878422,-1.5,-0.9561758830966032){-0.105574875411931,-0.1061058025015544,-0.1061058025015544,-0.105574875411931,-0.0803064655163699,-0.07962527133107802,-0.105574875411931,-0.1061058025015544,-0.06366348150108969,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126}; +VS(-1.5,1.5,-1.5,-1.5,1.118008028878422,-0.9561758830966032,-1.135279084033036,1.5,-1.12564915566109,-1.5,1.5,-0.9000000000022205){-0.105574875411931,0.1061058025015544,-0.1061058025015544,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.3937061267451649,0.6328191254084636,-0.474888209468151,-0.105574875411931,0.1061058025015544,-0.06366348150108969}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.2336899586565075,0.3199714001134716,1.5,0.6286786173646391,0.6420171141398677,1.5,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.01219078863060388,0.3112741105127556,1.459227810996709,0.1758491876713661,0.5192668371015391,1.213207932464274,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.9212134668419516,-1.5,0.1081050649968649,-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(0.08161249999792153,1.5,0.3089910714272177,0.3275866898130944,1.5,-0.03376430225025651,-0.1710915674621336,1.5,-0.04200602324411973,0.3274333842093161,1.0746393850976,0.1492601791367216){0.0005405771330085734,1.495007321992192,0.3079626094759353,0.03211114529415318,1.420232406308262,-0.03196877082146752,-0.00488715833964731,1.478099258740706,-0.04139271454651883,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(1.5,-0.6534954622413247,1.043634683367717,1.5,-1.007241949495532,0.6625468406826993,1.5,-1.112147482346928,1.121236304809639,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.105574875411931,-0.0786702007430027,0.07931311861046944,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(-1.5,0.6534954622413247,1.043634683367717,-1.5,1.112147482346928,1.121236304809639,-1.5,1.007241949495532,0.6625468406826993,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(-0.1036422375125858,1.5,-1.016426733452122,0.02194755025874516,0.8860293692124164,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.001103362044394619,1.491950923896314,-1.010972536031204,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.007181968890764456,0.8923051628882692,-0.8383273717090775,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(-1.5,-0.3000000000036085,-1.5,-0.8885152790351435,0.02166918276933784,-1.5,-1.107401916338593,-0.5561163148796003,-1.5,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.02122116050056613,-0.1061058025015544,-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,0.1710915674621336,-1.5,-0.04200602324412017,0.3297934344965575,-1.026206322385612,-0.2698202016460715,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.00488715833964731,-1.478099258740706,-0.04139271454651927,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(1.5,-0.2999999999963916,1.5,1.5,-0.6534954622413247,1.043634683367717,1.5,-0.04737321428310404,0.9063864795909868,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.02122116050005562,0.1061058025015544,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(0.9212134668419516,1.5,0.1081050649968649,0.4663576096762498,1.5,0.4928747799337283,0.6957818644015169,1.034398724223024,0.4374156429974086,0.3274333842093161,1.0746393850976,0.1492601791367216){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.08421616398958823,1.339817938434744,0.4402416477048572,0.2194209590736927,0.7939556086524735,0.3357395895194885,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,0.1191630952362037,-0.5499736394570767,-1.5,-0.1036422375125858,-1.016426733452122,-1.057903081423212,-0.1464439065001446,-0.3648323814937501){-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3941177123256691,-0.07186006360059333,-0.179023345964012}; +VS(0.8517674096168891,-0.175416389703137,-0.815434830499682,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.989494516637948,0.3438740693437727,-0.9898040183250716,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(1.5,1.135279084033036,-1.12564915566109,1.5,1.5,-0.9000000000022205,1.118008028878422,1.5,-0.9561758830966032,1.5,1.089149732891589,-0.6672369542570592){0.105574875411931,0.0803064655163699,-0.07962527133107802,0.105574875411931,0.1061058025015544,-0.06366348150108969,0.3954941447122623,0.6562118321936141,-0.4183026187641126,0.105574875411931,0.07704340430187707,-0.04719847499342546}; +VS(-1.5,-1.089149732891589,-0.6672369542570592,-1.118008028878422,-1.5,-0.9561758830966032,-1.5,-1.5,-0.9000000000022205,-1.5,-1.135279084033036,-1.12564915566109){-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.3954941447122623,-0.6562118321936141,-0.4183026187641126,-0.105574875411931,-0.1061058025015544,-0.06366348150108969,-0.105574875411931,-0.0803064655163699,-0.07962527133107802}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-1.5,1.118008028878422,-0.9561758830966032,-1.5,1.5,-0.9000000000022205,-1.135279084033036,1.5,-1.12564915566109){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.105574875411931,0.07908475940488395,-0.06763720627239833,-0.105574875411931,0.1061058025015544,-0.06366348150108969,-0.3937061267451649,0.6328191254084636,-0.474888209468151}; +VS(1.5,-1.5,-0.9000000000022205,1.089149732891589,-1.5,-0.6672369542570592,1.5,-1.118008028878422,-0.9561758830966032,1.135279084033036,-1.5,-1.12564915566109){0.105574875411931,-0.1061058025015544,-0.06366348150108969,0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.105574875411931,-0.07908475940488395,-0.06763720627239833,0.3937061267451649,-0.6328191254084636,-0.474888209468151}; +VS(-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.2891850111348922,0.8530090098538748,-0.3643943834000939){-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.630688632445991,-0.006209911821192785,0.8961975422432245,0.2318315674404384,0.07710022668101275,1.109462433520908,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.01191094943626596,0.07503758019003029,1.079781213453337,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(1.5,-0.6534954622413247,1.043634683367717,1.5,-0.4663576096762498,0.4928747799337279,1.5,-0.04737321428310404,0.9063864795909868,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.105574875411931,-0.04622644030149332,0.07382379706479147,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(-0.3000000000036085,1.5,-1.5,0.02194755025874516,0.8860293692124164,-1.5,-0.5578343659853064,1.104496913580351,-1.5,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.02502948906497769,1.433004733686809,-1.433004733686809,1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.2318315674404384,0.07710022668101275,1.109462433520908){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.01191094943626596,0.07503758019003029,1.079781213453337}; +VS(-1.5,-0.3000000000036085,-1.5,-1.5,-0.6872456872713681,-1.061008824046173,-1.107401916338593,-0.5561163148796003,-1.5,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.02122116050056613,-0.1061058025015544,-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(1.021288821373941,-1.019203261987372,1.5,1.5,-1.5,1.5,1.102097624993128,-1.5,1.097393740594595,1.5,-1.112147482346928,1.121236304809639){0.3878977860880135,-0.532296537677804,0.7834009527793278,0.105574875411931,-0.1061058025015544,0.1061058025015544,0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.105574875411931,-0.0786702007430027,0.07931311861046944}; +VS(-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.5938529590596491,0.548179971040525,-1.028856290861751,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.1541043258385401,0.4543265608101852,-0.8527067110968689,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(0.2332771566728886,-0.3212590952461775,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.01212827202724883,-0.3125574873959119,-1.459371074722736,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,0.7761097402742658,-0.4937044883617758,-1.5,0.1191630952362037,-0.5499736394570767,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,0.05489983121404927,-0.03492327395749702,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.1710915674621336,-1.5,-0.04200602324412017,0.3297934344965575,-1.026206322385612,-0.2698202016460715,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.00488715833964731,-1.478099258740706,-0.04139271454651927,0.03272387076965758,-0.9709033037210321,-0.2552793911655585,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(-0.8777711855872404,-0.0178593225812774,1.5,-0.9337222950828007,0.4253126115131456,1.016003088523237,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(-0.6534954622413247,-1.5,1.043634683367717,-1.112147482346928,-1.5,1.121236304809639,-1.007241949495532,-1.5,0.6625468406826993,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(0.6277459385899982,-0.6573644659150149,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,0.3589773892589866,-1.01254534681407,-0.9945583865269251,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.1752566628883229,-0.5320401806088176,-1.214030134413139,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.04148205698892383,-0.9480022371047324,-0.9311618272953548,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(1.5,0.3000000000036085,-1.5,1.5,0.1036422375125858,-1.016426733452122,1.5,0.6872456872713681,-1.061008824046173,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.105574875411931,0.02122116050056613,-0.1061058025015544,0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(1.5,-0.9212134668419516,0.1081050649968649,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.03906109626403,-0.7427508844638105,0.3903465065533513,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-0.9212134668419516,-1.5,0.1081050649968649,-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.7156169430079902,-0.830441468927502,-0.1076322771882919,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.2324696018364745,-0.6267247253076701,-0.0812288546261894,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(0.6277459385899982,-0.6573644659150149,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.1752566628883229,-0.5320401806088176,-1.214030134413139,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(1.020138732778565,1.022516225355707,1.5,1.112147482346928,1.5,1.121236304809639,1.5,1.5,1.5,1.5,1.102097624993128,1.097393740594595){0.3876411733812037,0.5350292947278013,0.784871596352926,0.3958727219261088,0.6641054936796815,0.4964127931581248,0.105574875411931,0.1061058025015544,0.1061058025015544,0.105574875411931,0.07795930195663531,0.07762656233731471}; +VS(-1.5,-0.9894412642911142,0.5547374230566673,-1.007241949495532,-1.5,0.6625468406826993,-0.9396632007774782,-0.9222858380098059,0.8891563594140768,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3614116973159922,-0.5442039599165432,0.5246555805543802,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.6534954622413247,-1.5,1.043634683367717,-1.007241949495532,-1.5,0.6625468406826993,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(-1.5,1.5,1.5,-1.102097624993128,1.5,1.097393740594595,-1.02189946761164,1.020844485012256,1.5,-1.5,1.112147482346928,1.121236304809639){-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.105574875411931,0.0786702007430027,0.07931311861046944}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,0.06401802511710483,0.4525676936860465,-1.088894772361927,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.3532828035668912,1.004893784838569,-0.9938393108629989){0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.0002614706226040184,0.4516406295714178,-1.086664221480485,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(1.5,-0.1191630952362037,-0.5499736394570767,1.5,-0.7761097402742658,-0.4937044883617758,1.5,-0.5319384329984906,-1.043350810212014,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.105574875411931,-0.0376278362098161,-0.07380371667212846,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.4558009791465169,-1.083181632964905,0.8136574368356876,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.8517674096168891,-0.175416389703137,-0.815434830499682,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.989494516637948,0.3438740693437727,-0.9898040183250716,0.533431880576518,0.3982005387724828,-1.101719805473693){0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-1.021504830917486,-1.021504830918212,1.5,-1.112147482346928,-1.5,1.121236304809639,-1.5,-1.5,1.5,-1.5,-1.102097624993128,1.097393740594595){-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.105574875411931,-0.1061058025015544,0.1061058025015544,-0.105574875411931,-0.07795930195663531,0.07762656233731471}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-0.5306821532170947,-0.4823892565667451,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(0.4285088386265955,0.860689870582226,1.040615350523522,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.5597885910992111,0.4130764392697893,1.095690947042198,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.06729409846138966,0.7828717669124536,0.9465295293756366,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.1337508018438612,0.3500275040366244,0.9284527775698656,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-0.8885152790351435,0.02166918276933784,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.07072412706830895,0.06261000329894031,-0.9623551736189511,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(0,0,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,-0.3224878824524646,-0.2291964839886203,-1.5,-0.4365500380526564,0.06908951122487016,-1.061949290317059){0,0,-1.5,-0.01399913360766501,0.3149813064554016,-1.455172221947269,-0.03072180529390085,-0.217381376954015,-1.422674814885957,-0.07072412706830895,0.06261000329894031,-0.9623551736189511}; +VS(-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(-0.6528321256038833,-0.6252958937193631,-1.5,-0.8885152790351435,0.02166918276933784,-1.5,-1.107401916338593,-0.5561163148796003,-1.5,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.1913494718057506,-0.4967142007629532,-1.191549966388909,-0.3374977645578097,0.01366382968755444,-0.9458476006918632,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(1.5,0.1036422375125858,-1.016426733452122,1.5,0.5306821532170947,-0.4823892565667451,1.5,0.6872456872713681,-1.061008824046173,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.105574875411931,0.007331361856219745,-0.07189918282464726,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(0.330799264417746,-0.6063387201478195,-0.6237640055553814,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3589773892589866,-1.01254534681407,-0.9945583865269251,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.03300544513379206,-0.5734648812346965,-0.5899454207329691,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.04148205698892383,-0.9480022371047324,-0.9311618272953548,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(1.5,-0.08161249999792153,0.3089910714272175,1.5,-0.4663576096762498,0.4928747799337279,1.5,-0.04737321428310404,0.9063864795909868,0.9730897044499917,-0.1896781071303442,0.4847366459602779){0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3741860603615301,-0.1067410103143846,0.2727846671869745}; +VS(0.02194755025874516,0.8860293692124164,-1.5,-0.5578343659853064,1.104496913580351,-1.5,-0.6339680154719254,0.6479909833002856,-1.5,-0.3532828035668912,1.004893784838569,-0.9938393108629989){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.1792186683609837,0.5220755900541639,-1.208525126526866,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(1.5,1.5,0.2999999999963916,1.007241949495532,1.5,0.6625468406826993,1.5,0.9894412642911142,0.5547374230566673,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.1061058025015544,0.02122116050005562,0.3845193665442307,0.8012914507805975,0.3539287461204943,0.105574875411931,0.06999030625050748,0.0392405729673813,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.1191630952362037,-0.5499736394570767,-1.5,-0.1036422375125858,-1.016426733452122,-0.9143518820688855,0.2277980133189169,-0.8609762977231573){-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3501816487349682,0.1390260663632443,-0.5254573828827156}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.009164830103926637,-0.7693817265422694,0.07761965395122082,-0.06034297178789984,-0.4892696171266478,0.4764068076130048,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-7.697378752502891e-07,-0.7693494150014289,0.0776163941771293,-0.0002190593115547755,-0.4883791049647795,0.475539706854393,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.2891850111348922,0.8530090098538748,-0.3643943834000939){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.9212134668419516,1.5,0.1081050649968649,1.5,1.076335416667465,-0.1087842261929601,1.049479254015272,1.058158078607845,-0.3902303850011975,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.3275866898130944,-0.03376430225025673,1.5,-0.4663576096762498,0.4928747799337279,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.5494610613349412,-0.5589013422396467,0.5511604169867206,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1277929851386081,-0.4766344709383573,0.4700329627048705,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.007181968890764456,0.8923051628882692,-0.8383273717090775,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.533431880576518,0.3982005387724828,-1.101719805473693){0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-0.1036422375125858,1.5,-1.016426733452122,0.1191630952362037,1.5,-0.5499736394570764,-0.5306821532170947,1.5,-0.4823892565667447,-0.1675915421183245,1.061553866168089,-0.3769162223672766){-0.001103362044394619,1.491950923896314,-1.010972536031204,0.001672160393093572,1.489362713808621,-0.5460734881233303,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.004597891460687347,1.046680834680902,-0.3716353911047656}; +VS(1.5,1.5,-0.3000000000036085,0.7761097402742658,1.5,-0.4937044883617758,0.9212134668419516,1.5,0.1081050649968649,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.1061058025015544,-0.02122116050056613,0.2717888180516704,1.070466136789284,-0.3523292909147733,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(-1.5,0.3275866898130944,-0.03376430225025673,-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.1191630952362037,-0.5499736394570767,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,0.0231725657409641,-0.002388392257445685,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(1.007241949495532,1.5,0.6625468406826993,0.9212134668419516,1.5,0.1081050649968649,0.6957818644015169,1.034398724223024,0.4374156429974086,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.2194209590736927,0.7939556086524735,0.3357395895194885,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.08161249999792153,-1.5,0.3089910714272175,-0.04737321428310404,-1.5,0.9063864795909868,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.6277459385899982,-0.6573644659150149,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.01212827202724883,-0.3125574873959119,-1.459371074722736,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-0.06034297178789984,-0.4892696171266478,0.4764068076130048){-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.0002190593115547755,-0.4883791049647795,0.475539706854393}; +VS(-0.1036422375125858,1.5,-1.016426733452122,-0.5306821532170947,1.5,-0.4823892565667447,-0.6872456872713681,1.5,-1.061008824046173,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.001103362044394619,1.491950923896314,-1.010972536031204,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(-0.02123877629675625,-0.8780562449982069,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.3589773892589866,-1.01254534681407,-0.9945583865269251,0.3955719747184829,-0.5427177408913001,-1.095437739148967){-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,0.04148205698892383,-0.9480022371047324,-0.9311618272953548,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(1.5,-1.5,-0.3000000000036085,1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.7761097402742658,-0.4937044883617758,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(-0.3000000000036085,1.5,-1.5,-0.1036422375125858,1.5,-1.016426733452122,-0.6872456872713681,1.5,-1.061008824046173,-0.3532828035668912,1.004893784838569,-0.9938393108629989){-0.02502948906497769,1.433004733686809,-1.433004733686809,-0.001103362044394619,1.491950923896314,-1.010972536031204,-0.21381107283656,1.159494464725985,-0.8201559056713098,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-1.007241949495532,-1.5,0.6625468406826993,-0.9212134668419516,-1.5,0.1081050649968649,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.08161249999792153,-1.5,0.3089910714272175,-0.3275866898130944,-1.5,-0.03376430225025673,-0.4286757031532644,-1.003979962393594,0.3050303549305025){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.06736435510758325,-0.9131368566565954,0.2774302973358444}; +VS(0.6872456872713681,-1.5,-1.061008824046173,0.5306821532170947,-1.5,-0.4823892565667451,0.1036422375125858,-1.5,-1.016426733452122,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.21381107283656,-1.159494464725985,-0.8201559056713098,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.001103362044394619,-1.491950923896314,-1.010972536031204,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-0.9337222950828007,0.4253126115131456,1.016003088523237,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.4487342634014268,0.4567500513139491,1.08317362863324){-0.3588898369410892,0.2529954978737776,0.6043653544806473,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.07609263269272418,0.4115303952458744,0.9759361169834899}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.6530445161535243,0.6230012077292132,-1.5,1.106960902554097,0.5558591136062884,-1.5,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1914869511395084,0.4948109915800049,-1.191356418192709,0.3961127088846959,0.2486811255392249,-0.6710723620033086,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.9924070660176425,0.3946013378260353,0.2064865592367245,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.3803889594325776,0.215719042782565,0.1128812262812169,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.3992306222126457,0.03188018844768423,0.3810350994900802,0.2604860421297411,0.2703645092577552,0.7191976656187493){-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.05557811989143589,0.02937314098650931,0.3510706254606135,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.04737321428310404,-1.5,0.9063864795909868,-0.4558009791465169,-1.083181632964905,0.8136574368356876,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(0.3000000000036085,-1.5,-1.5,0.6872456872713681,-1.5,-1.061008824046173,0.1036422375125858,-1.5,-1.016426733452122,0.3589773892589866,-1.01254534681407,-0.9945583865269251){0.02502948906497769,-1.433004733686809,-1.433004733686809,0.21381107283656,-1.159494464725985,-0.8201559056713098,0.001103362044394619,-1.491950923896314,-1.010972536031204,0.04148205698892383,-0.9480022371047324,-0.9311618272953548}; +VS(-0.1036422375125858,1.5,-1.016426733452122,0.1191630952362037,1.5,-0.5499736394570764,0.5319384329984906,1.5,-1.043350810212014,0.1949940744396,0.9095420602750928,-0.8545215656728797){-0.001103362044394619,1.491950923896314,-1.010972536031204,0.001672160393093572,1.489362713808621,-0.5460734881233303,0.117936318633696,1.29273826141507,-0.8991863416263223,0.007181968890764456,0.8923051628882692,-0.8383273717090775}; +VS(0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.02861642825707595,0.01740227004456703,-0.7884136943620182,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.533431880576518,0.3982005387724828,-1.101719805473693){0.06961488648546718,-0.05800884429195884,-0.9970628012916664,2.341800435794949e-05,0.01739514517162454,-0.7880909004170867,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(0.6210468606723065,-1.5,1.032231279918527,1.102097624993128,-1.5,1.097393740594595,0.9894412642911142,-1.5,0.5547374230566673,0.9185123005768545,-0.9387260653732763,0.8867653604392054){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.3794960811237924,-0.8237353387178266,0.3046378793873587,0.3521127285384425,-0.5698096334808154,0.5382693244108691}; +VS(1.5,1.102097624993128,1.097393740594595,1.5,0.9894412642911142,0.5547374230566673,1.5,0.6210468606723065,1.032231279918527,0.9370494526510673,0.9137798332287792,0.8843348600005236){0.105574875411931,0.07795930195663531,0.07762656233731471,0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.04393111702847074,0.07301715221530793,0.3603110864265741,0.5411113523874573,0.5236749758061799}; +VS(1.5,-1.5,-1.5,1.01888888888931,-1.018888888888468,-1.5,0.9000000000022205,-1.5,-1.5,1.135279084033036,-1.5,-1.12564915566109){0.105574875411931,-0.1061058025015544,-0.1061058025015544,0.3873582153570161,-0.5342160936259408,-0.7864686220232475,0.3432784748158345,-0.9324149524033877,-0.9324149524033877,0.3937061267451649,-0.6328191254084636,-0.474888209468151}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-0.1036422375125858,-1.016426733452122,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.9212134668419516,1.5,0.1081050649968649,0.6957818644015169,1.034398724223024,0.4374156429974086,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.3274333842093161,1.0746393850976,0.1492601791367216){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.2194209590736927,0.7939556086524735,0.3357395895194885,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(1.5,1.5,0.2999999999963916,1.007241949495532,1.5,0.6625468406826993,0.9212134668419516,1.5,0.1081050649968649,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.1061058025015544,0.02122116050005562,0.3845193665442307,0.8012914507805975,0.3539287461204943,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(-0.6210468606723065,1.5,1.032231279918527,-1.102097624993128,1.5,1.097393740594595,-0.9894412642911142,1.5,0.5547374230566673,-0.9174378761825213,0.938185080069781,0.8863952505113171){-0.1710157415537551,1.219904621914732,0.8394824728383804,-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.3516171307005036,0.5702819890274455,0.538801199533547}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.6530445161535243,0.6230012077292132,-1.5,0.989494516637948,0.3438740693437727,-0.9898040183250716,0.533431880576518,0.3982005387724828,-1.101719805473693){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1914869511395084,0.4948109915800049,-1.191356418192709,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-0.9000000000022205,1.5,-1.5,-1.5,1.5,-1.5,-1.01888888888931,1.018888888888468,-1.5,-1.135279084033036,1.5,-1.12564915566109){-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.105574875411931,0.1061058025015544,-0.1061058025015544,-0.3873582153570161,0.5342160936259408,-0.7864686220232475,-0.3937061267451649,0.6328191254084636,-0.474888209468151}; +VS(0.1949940744396,0.9095420602750928,-0.8545215656728797,-0.1675915421183245,1.061553866168089,-0.3769162223672766,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.3532828035668912,1.004893784838569,-0.9938393108629989){0.007181968890764456,0.8923051628882692,-0.8383273717090775,-0.004597891460687347,1.046680834680902,-0.3716353911047656,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(-1.5,-1.102097624993128,1.097393740594595,-1.5,-0.9894412642911142,0.5547374230566673,-1.5,-0.6210468606723065,1.032231279918527,-0.9396632007774782,-0.9222858380098059,0.8891563594140768){-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3614116973159922,-0.5442039599165432,0.5246555805543802}; +VS(1.5,1.135279084033036,-1.12564915566109,1.020616057349863,1.017277911970441,-1.5,1.5,1.5,-1.5,1.5,0.9000000000022205,-1.5){0.105574875411931,0.0803064655163699,-0.07962527133107802,0.3877481143800315,0.5318745036829164,-0.7842613568390904,0.105574875411931,0.1061058025015544,-0.1061058025015544,0.105574875411931,0.06366348150108969,-0.1061058025015544}; +VS(0.4285088386265955,0.860689870582226,1.040615350523522,0.003457720263389993,0.5586749735875669,0.9224026577371629,0.5597885910992111,0.4130764392697893,1.095690947042198,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.06729409846138966,0.7828717669124536,0.9465295293756366,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.1337508018438612,0.3500275040366244,0.9284527775698656,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.9975064729410501,0.2295340468795501,0.5284542445482187,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.3818724110176567,0.1244990041310914,0.2866329769789071,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.9171364904213646,0.8922996261770154,-0.8756564157106752,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.989494516637948,0.3438740693437727,-0.9898040183250716,0.533431880576518,0.3982005387724828,-1.101719805473693){0.3514777214113057,0.5426037287448302,-0.5324830609866105,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-1.5,-0.3000000000036085,-1.5,-1.5,-0.6872456872713681,-1.061008824046173,-1.5,-0.1036422375125858,-1.016426733452122,-1.016439206024682,-0.3619087100674525,-0.9950249095781221){-0.105574875411931,-0.02122116050056613,-0.1061058025015544,-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.105574875411931,-0.007331361856219745,-0.07189918282464726,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978}; +VS(0.02046892769982431,-0.886606647124312,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,0.4383286001383542,-0.923251364180131,1.044788080267217){8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.02606486385580206,-0.4168450481073453,0.9623098676185253,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,0.1710915674621336,-1.5,-0.04200602324412017,0.5306821532170947,-1.5,-0.4823892565667451,0.3297934344965575,-1.026206322385612,-0.2698202016460715){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.00488715833964731,-1.478099258740706,-0.04139271454651927,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.03272387076965758,-0.9709033037210321,-0.2552793911655585}; +VS(-0.4490595128850478,1.004334379852044,0.239852571830166,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(1.5,0.635368603473022,0.08234289298655639,1.5,0.9894412642911142,0.5547374230566673,1.5,0.3933379692238963,0.4773720146914884,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.02782362725255547,0.03376796047374945,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-1.5,-1.5,0.2999999999963916,-1.5,-1.076335416667465,-0.1087842261929601,-0.9212134668419516,-1.5,0.1081050649968649,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(0.2332771566728886,-0.3212590952461775,-1.5,-0.02123877629675625,-0.8780562449982069,-1.5,-0.0780330083626357,-0.4770243326473529,-1.04959081910627,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.01212827202724883,-0.3125574873959119,-1.459371074722736,-9.576905679250398e-06,-0.8778582131702708,-1.499661698503261,-0.0004727480988099345,-0.4755727330041377,-1.046396882121795,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0,0,-1.5,0.3254065554330984,0.243810357869581,-1.5,-0.2450927873762005,0.3246845648626074,-1.5,0.06401802511710483,0.4525676936860465,-1.088894772361927){0,0,-1.5,0.03151259170364561,0.2310153929874804,-1.421281247069013,-0.01399913360766501,0.3149813064554016,-1.455172221947269,0.0002614706226040184,0.4516406295714178,-1.086664221480485}; +VS(0.006241865842637044,0.7565800192124663,0.0487420946853045,0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.2891850111348922,0.8530090098538748,-0.3643943834000939){2.431807478689958e-07,0.7565652807451696,0.04874114517071219,0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(1.5,-1.5,1.5,1.021288821373941,-1.019203261987372,1.5,1.102097624993128,-1.5,1.097393740594595,0.9000000000022205,-1.5,1.5){0.105574875411931,-0.1061058025015544,0.1061058025015544,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.3432784748158345,-0.9324149524033877,0.9324149524033877}; +VS(1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.4663576096762498,0.4928747799337279,1.03906109626403,-0.7427508844638105,0.3903465065533513,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.7761097402742658,1.5,-0.4937044883617758,0.9212134668419516,1.5,0.1081050649968649,0.6858273747656938,0.8657114519766499,-0.05648846191495322,1.049479254015272,1.058158078607845,-0.3902303850011975){0.2717888180516704,1.070466136789284,-0.3523292909147733,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(1.5,-1.5,1.5,1.5,-1.112147482346928,1.121236304809639,1.021288821373941,-1.019203261987372,1.5,1.5,-0.8999999999977795,1.5){0.105574875411931,-0.1061058025015544,0.1061058025015544,0.105574875411931,-0.0786702007430027,0.07931311861046944,0.3878977860880135,-0.532296537677804,0.7834009527793278,0.105574875411931,-0.06366348150077554,0.1061058025015544}; +VS(-1.5,-1.5,-1.5,-1.022858374149648,-1.01792924438677,-1.5,-1.5,-0.9000000000022205,-1.5,-1.5,-1.135279084033036,-1.12564915566109){-0.105574875411931,-0.1061058025015544,-0.1061058025015544,-0.3882421535410976,-0.5302680215196049,-0.781392259496956,-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.105574875411931,-0.0803064655163699,-0.07962527133107802}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-1.076335416667465,-0.1087842261929601,-1.5,-0.9894412642911142,0.5547374230566673,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.08161249999792153,-1.5,0.3089910714272175,-0.4286757031532644,-1.003979962393594,0.3050303549305025,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.06736435510758325,-0.9131368566565954,0.2774302973358444,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.1191630952362037,-0.5499736394570767,-1.057903081423212,-0.1464439065001446,-0.3648323814937501,-1.050811974812182,0.2866646104582029,-0.1754192241205106){-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3941177123256691,-0.07186006360059333,-0.179023345964012,-0.3932158822946858,0.1424340583370134,-0.08715994611918608}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5532749579219243,0.5442673920199588,0.5467719931997579,1.047415737492724,0.3650282621033987,0.8131444446172659,0.5597885910992111,0.4130764392697893,1.095690947042198){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.3927313637709588,0.182445152838219,0.4064185650253093,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(1.5,0.9000000000022205,1.5,1.020138732778565,1.022516225355707,1.5,1.5,1.5,1.5,1.5,1.102097624993128,1.097393740594595){0.105574875411931,0.06366348150108969,0.1061058025015544,0.3876411733812037,0.5350292947278013,0.784871596352926,0.105574875411931,0.1061058025015544,0.1061058025015544,0.105574875411931,0.07795930195663531,0.07762656233731471}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.6530445161535243,0.6230012077292132,-1.5,0.3254065554330984,0.243810357869581,-1.5,0.533431880576518,0.3982005387724828,-1.101719805473693){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.1914869511395084,0.4948109915800049,-1.191356418192709,0.03151259170364561,0.2310153929874804,-1.421281247069013,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-0.8945275913245433,-0.8798102620398232,-0.8612108929471191,-1.016439206024682,-0.3619087100674525,-0.9950249095781221,-0.6110079777642441,-0.3243748085209534,-0.6273193537769648,-0.5488083264758739,-0.5862003620289722,-1.029241584790881){-0.3405514748040138,-0.550662090639221,-0.5390209812875147,-0.3867913252071909,-0.1905075897702818,-0.5237779362916978,-0.1647129052594052,-0.2656857275778897,-0.5138185659111016,-0.1274200351474622,-0.5001149566432394,-0.8780941532882746}; +VS(-1.102097624993128,1.5,1.097393740594595,-1.5,1.5,1.5,-1.02189946761164,1.020844485012256,1.5,-0.9000000000022205,1.5,1.5){-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.3880325669174046,0.5326219926821901,0.7826196847345397,-0.3432784748158345,0.9324149524033877,0.9324149524033877}; +VS(1.112147482346928,1.5,1.121236304809639,1.020138732778565,1.022516225355707,1.5,1.5,1.5,1.5,0.8999999999977795,1.5,1.5){0.3958727219261088,0.6641054936796815,0.4964127931581248,0.3876411733812037,0.5350292947278013,0.784871596352926,0.105574875411931,0.1061058025015544,0.1061058025015544,0.343278474813642,0.9324149524086058,0.9324149524086058}; +VS(-1.5,1.112147482346928,1.121236304809639,-1.5,1.5,1.5,-1.5,0.8999999999977795,1.5,-1.02189946761164,1.020844485012256,1.5){-0.105574875411931,0.0786702007430027,0.07931311861046944,-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.105574875411931,0.06366348150077554,0.1061058025015544,-0.3880325669174046,0.5326219926821901,0.7826196847345397}; +VS(-1.101717957427123,0.5580755208322331,1.5,-0.6394197614728611,0.631702621779606,1.5,-0.8777711855872404,-0.0178593225812774,1.5,-0.9337222950828007,0.4253126115131456,1.016003088523237){-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.1827071019562793,0.5069048028082701,1.203663207967,-0.3318964142730259,-0.01140973887857728,0.9583010912075578,-0.3588898369410892,0.2529954978737776,0.6043653544806473}; +VS(-1.5,-1.5,1.5,-1.021504830917486,-1.021504830918212,1.5,-1.5,-1.102097624993128,1.097393740594595,-1.5,-0.9000000000022205,1.5){-0.105574875411931,-0.1061058025015544,0.1061058025015544,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.105574875411931,-0.07795930195663531,0.07762656233731471,-0.105574875411931,-0.06366348150108969,0.1061058025015544}; +VS(1.5,-0.08161249999792153,0.3089910714272175,1.5,-0.4663576096762498,0.4928747799337279,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-1.112147482346928,-1.5,1.121236304809639,-1.021504830917486,-1.021504830918212,1.5,-1.5,-1.5,1.5,-0.8999999999977795,-1.5,1.5){-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.3879455799851704,-0.5333103890286645,0.7831246209809133,-0.105574875411931,-0.1061058025015544,0.1061058025015544,-0.343278474813642,-0.9324149524086058,0.9324149524086058}; +VS(-0.6210468606723065,1.5,1.032231279918527,0.04737321428310404,1.5,0.9063864795909873,-0.3933379692238963,1.5,0.4773720146914893,-0.3404679599345562,1.024742570165379,0.8365989423548352){-0.1710157415537551,1.219904621914732,0.8394824728383804,0.0001061172875723531,1.498317148685933,0.905369603805499,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.03578567864946539,0.9659208133268075,0.7885769112698376}; +VS(0.1867594906204137,0.9963413156998789,0.5834374528289957,0.003457720263389993,0.5586749735875669,0.9224026577371629,-0.3404679599345562,1.024742570165379,0.8365989423548352,-0.170383298489516,0.7662917891134223,0.4788031609744427){0.006326660738783111,0.9790160133857005,0.5732921039486514,4.133950177470692e-08,0.5586716338795517,0.9223971436982404,-0.03578567864946539,0.9659208133268075,0.7885769112698376,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,-0.004450110534325295,-0.08706691508019899,0.750673401423818,0.2318315674404384,0.07710022668101275,1.109462433520908,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.1771278051292889,-0.005015258998882657,0.7237885042381371,-8.812623737701528e-08,-0.08706605296750199,0.7506659684618245,0.01191094943626596,0.07503758019003029,1.079781213453337,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(0.9212134668419516,1.5,0.1081050649968649,1.5,1.5,0.2999999999963916,1.5,1.076335416667465,-0.1087842261929601,1.5,1.5,-0.3000000000036085){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.105574875411931,0.1061058025015544,0.02122116050005562,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.105574875411931,0.1061058025015544,-0.02122116050056613}; +VS(1.5,-1.5,-0.3000000000036085,1.5,-0.9212134668419516,0.1081050649968649,1.076335416667465,-1.5,-0.1087842261929601,1.5,-1.5,0.2999999999963916){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.105574875411931,-0.06516406278300288,0.007647049783983363,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.105574875411931,-0.1061058025015544,0.02122116050005562}; +VS(-1.5,-1.076335416667465,-0.1087842261929601,-1.5,-1.5,0.2999999999963916,-1.5,-1.5,-0.3000000000036085,-0.9212134668419516,-1.5,0.1081050649968649){-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.105574875411931,-0.1061058025015544,-0.02122116050056613,-0.3533490466139286,-0.9072814119892597,0.06538781067569752}; +VS(-1.5,0.9212134668419516,0.1081050649968649,-1.5,1.5,-0.3000000000036085,-1.5,1.5,0.2999999999963916,-1.076335416667465,1.5,-0.1087842261929601){-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.1061058025015544,-0.02122116050056613,-0.105574875411931,0.1061058025015544,0.02122116050005562,-0.3957521357610693,0.7118358000718976,-0.05162433779151203}; +VS(1.089149732891589,-1.5,-0.6672369542570592,0.5306821532170947,-1.5,-0.4823892565667451,1.076335416667465,-1.5,-0.1087842261929601,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(0,0,-1.5,0.2332771566728886,-0.3212590952461775,-1.5,0.3254065554330984,0.243810357869581,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013){0,0,-1.5,0.01212827202724883,-0.3125574873959119,-1.459371074722736,0.03151259170364561,0.2310153929874804,-1.421281247069013,0.06961488648546718,-0.05800884429195884,-0.9970628012916664}; +VS(-1.5,0.08161249999792153,0.3089910714272175,-1.5,0.04737321428310404,0.9063864795909868,-1.5,0.4663576096762498,0.4928747799337279,-0.9975064729410501,0.2295340468795501,0.5284542445482187){-0.105574875411931,0.005773039870958378,0.02185716373306668,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.3818724110176567,0.1244990041310914,0.2866329769789071}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.1710915674621336,-0.04200602324412017,-1.007338308721589,-0.4591993016990206,0.2460651252419393){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.3845443324121629,-0.2452642429905991,0.1314265427790391}; +VS(0.3274333842093161,1.0746393850976,0.1492601791367216,0.006241865842637044,0.7565800192124663,0.0487420946853045,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.03206883517071461,1.017544783811256,0.1413301232185073,2.431807478689958e-07,0.7565652807451696,0.04874114517071219,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.989494516637948,0.3438740693437727,-0.9898040183250716){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3795123067368859,0.1888255112810744,-0.5435136478448696}; +VS(1.5,0.1710915674621336,-0.04200602324412017,1.5,0.635368603473022,0.08234289298655639,1.5,0.3933379692238963,0.4773720146914884,0.9924070660176425,0.3946013378260353,0.2064865592367245){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.02782362725255547,0.03376796047374945,0.3803889594325776,0.215719042782565,0.1128812262812169}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.989494516637948,0.3438740693437727,-0.9898040183250716,0.533431880576518,0.3982005387724828,-1.101719805473693){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-0.635368603473022,1.5,0.08234289298655684,-0.1710915674621336,1.5,-0.04200602324411973,-0.3933379692238963,1.5,0.4773720146914893,-0.4490595128850478,1.004334379852044,0.239852571830166){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.05336837956486746,1.385452278455378,0.4409174302834386,-0.07623874268815731,0.9047604347005244,0.2160725765308054}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.3933379692238963,-1.5,0.4773720146914884,0.1710915674621336,-1.5,-0.04200602324412017,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.05336837956486746,-1.385452278455378,0.4409174302834377,0.00488715833964731,-1.478099258740706,-0.04139271454651927,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(1.5,-0.4663576096762498,0.4928747799337279,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.9730897044499917,-0.1896781071303442,0.4847366459602779,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,-0.03298883228493676,0.0348645827050968,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.3741860603615301,-0.1067410103143846,0.2727846671869745,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.6858273747656938,0.8657114519766499,-0.05648846191495322,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.04737321428310404,1.5,0.9063864795909873,0.08161249999792153,1.5,0.3089910714272177,0.4663576096762498,1.5,0.4928747799337283,0.1867594906204137,0.9963413156998789,0.5834374528289957){0.0001061172875723531,1.498317148685933,0.905369603805499,0.0005405771330085734,1.495007321992192,0.3079626094759353,0.08421616398958823,1.339817938434744,0.4402416477048572,0.006326660738783111,0.9790160133857005,0.5732921039486514}; +VS(0.8872376019016306,0.02065217391310045,1.5,0.6286786173646391,0.6420171141398677,1.5,1.100796641735557,0.5614314259084719,1.5,0.5597885910992111,0.4130764392697893,1.095690947042198){0.3368412203938587,0.01304300855864606,0.9473343058358903,0.1758491876713661,0.5192668371015391,1.213207932464274,0.3962829256685603,0.2542644353297981,0.6793290068819106,0.1337508018438612,0.3500275040366244,0.9284527775698656}; +VS(1.5,1.5,0.2999999999963916,0.9212134668419516,1.5,0.1081050649968649,1.5,1.076335416667465,-0.1087842261929601,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.1061058025015544,0.02122116050005562,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.3532828035668912,1.004893784838569,-0.9938393108629989,-0.5938529590596491,0.548179971040525,-1.028856290861751){-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.03967698597087025,0.9428335414237504,-0.9324617697955302,-0.1541043258385401,0.4543265608101852,-0.8527067110968689}; +VS(-0.4286757031532644,-1.003979962393594,0.3050303549305025,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.4558009791465169,-1.083181632964905,0.8136574368356876,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.06736435510758325,-0.9131368566565954,0.2774302973358444,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(1.5,0.5306821532170947,-0.4823892565667451,1.5,1.089149732891589,-0.6672369542570592,1.5,1.076335416667465,-0.1087842261929601,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.03753897049356844,-0.03412286612409512,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.8517674096168891,-0.175416389703137,-0.815434830499682,0.989494516637948,0.3438740693437727,-0.9898040183250716,0.533431880576518,0.3982005387724828,-1.101719805473693){0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.3176353776124844,-0.1155387585890217,-0.5370896538551764,0.3795123067368859,0.1888255112810744,-0.5435136478448696,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(-1.5,-1.5,0.2999999999963916,-1.5,-1.076335416667465,-0.1087842261929601,-1.5,-0.9894412642911142,0.5547374230566673,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(0.08161249999792153,1.5,0.3089910714272177,0.4663576096762498,1.5,0.4928747799337283,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.3274333842093161,1.0746393850976,0.1492601791367216){0.0005405771330085734,1.495007321992192,0.3079626094759353,0.08421616398958823,1.339817938434744,0.4402416477048572,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(-1.5,-0.3933379692238963,0.4773720146914884,-1.5,0.04737321428310404,0.9063864795909868,-1.5,-0.6210468606723065,1.032231279918527,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.105574875411931,-0.02782362725255547,0.03376796047374945,-0.105574875411931,0.003351048612391234,0.06411524319570693,-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +VS(0.02194755025874516,0.8860293692124164,-1.5,0.1949940744396,0.9095420602750928,-0.8545215656728797,0.06401802511710483,0.4525676936860465,-1.088894772361927,-0.3532828035668912,1.004893784838569,-0.9938393108629989){1.056778127339519e-05,0.8858159798365119,-1.499638743279874,0.007181968890764456,0.8923051628882692,-0.8383273717090775,0.0002614706226040184,0.4516406295714178,-1.086664221480485,-0.03967698597087025,0.9428335414237504,-0.9324617697955302}; +VS(1.5,0.3933379692238963,0.4773720146914884,1.5,0.6210468606723065,1.032231279918527,1.5,-0.04737321428310404,0.9063864795909868,1.047415737492724,0.3650282621033987,0.8131444446172659){0.105574875411931,0.02782362725255547,0.03376796047374945,0.105574875411931,0.04393111702847074,0.07301715221530793,0.105574875411931,-0.003351048612391234,0.06411524319570693,0.3927313637709588,0.182445152838219,0.4064185650253093}; +VS(-0.3572883366698954,-0.1140156037470372,0.3709503442228698,-0.7673301029067759,0.003079043303298181,0.07503610092442825,-0.4897261701799087,-0.3986972864578642,-0.0134008097757499,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.04094177978392952,-0.1068153622545444,0.3475243220614302,-0.2661725408021083,0.002216192893287299,0.05400848810102042,-0.09562132146996531,-0.3518350839693593,-0.0118257013349567,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(0.9212134668419516,1.5,0.1081050649968649,0.6858273747656938,0.8657114519766499,-0.05648846191495322,1.049479254015272,1.058158078607845,-0.3902303850011975,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.3930297864501148,0.5269867301804332,-0.1943435851091256,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.06075775525242027,0.412013053184857,0.04775931969216389,2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(0.8872376019015676,-0.02065217391269906,-1.5,0.3254065554330984,0.243810357869581,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.533431880576518,0.3982005387724828,-1.101719805473693){0.3368412203938262,-0.01304300855839357,-0.9473343058359633,0.03151259170364561,0.2310153929874804,-1.421281247069013,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(1.5,-0.8999999999977795,1.5,1.5,-0.6534954622413247,1.043634683367717,1.1019728260867,-0.5553218976436398,1.5,1.5,-0.2999999999963916,1.5){0.105574875411931,-0.06366348150077554,0.1061058025015544,0.105574875411931,-0.04622644030149332,0.07382379706479147,0.3962600363578799,-0.2509150039945248,0.6777555640950292,0.105574875411931,-0.02122116050005562,0.1061058025015544}; +VS(0.1191630952362037,1.5,-0.5499736394570764,0.1949940744396,0.9095420602750928,-0.8545215656728797,-0.1675915421183245,1.061553866168089,-0.3769162223672766,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.001672160393093572,1.489362713808621,-0.5460734881233303,0.007181968890764456,0.8923051628882692,-0.8383273717090775,-0.004597891460687347,1.046680834680902,-0.3716353911047656,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(-1.5,-0.9894412642911142,0.5547374230566673,-1.5,-1.5,0.8999999999977795,-1.5,-1.5,0.2999999999963916,-1.007241949495532,-1.5,0.6625468406826993){-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.3845193665442307,-0.8012914507805975,0.3539287461204943}; +VS(1.5,1.5,0.2999999999963916,1.007241949495532,1.5,0.6625468406826993,1.5,0.9894412642911142,0.5547374230566673,1.5,1.5,0.8999999999977795){0.105574875411931,0.1061058025015544,0.02122116050005562,0.3845193665442307,0.8012914507805975,0.3539287461204943,0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.1061058025015544,0.06366348150077554}; +VS(1.5,-1.5,0.8999999999977795,1.5,-1.007241949495532,0.6625468406826993,1.5,-1.5,0.2999999999963916,0.9894412642911142,-1.5,0.5547374230566673){0.105574875411931,-0.1061058025015544,0.06366348150077554,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.105574875411931,-0.1061058025015544,0.02122116050005562,0.3794960811237924,-0.8237353387178266,0.3046378793873587}; +VS(-1.5,1.5,0.8999999999977795,-1.5,1.5,0.2999999999963916,-0.9894412642911142,1.5,0.5547374230566673,-1.5,1.007241949495532,0.6625468406826993){-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.105574875411931,0.1061058025015544,0.02122116050005562,-0.3794960811237924,0.8237353387178266,0.3046378793873587,-0.105574875411931,0.07124947690963568,0.04686670948367153}; +VS(0.6536500037736985,-0.624734022745719,1.5,0.02046892769982431,-0.886606647124312,1.5,0.565963221214356,-1.10291367008109,1.5,0.4383286001383542,-0.923251364180131,1.044788080267217){0.1918789786608077,-0.4959573286713336,1.190804351806207,8.573016033132933e-06,-0.8864209197119546,1.499685778220319,0.1373626621352447,-0.9309390820561827,1.266108727242093,0.0714949749489345,-0.8359693168956327,0.9460162331168546}; +VS(1.5,0.1710915674621336,-0.04200602324412017,1.5,0.635368603473022,0.08234289298655639,1.5,0.5306821532170947,-0.4823892565667451,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(0.4904773773410448,0.3751715722361837,-0.01213563202941157,0.5743988851714602,0.4284104560673979,-0.5867441872789495,0.08393901492072212,0.3947538007145158,-0.3514014051879808,0.2891850111348922,0.8530090098538748,-0.3643943834000939){0.09599958277924718,0.3309418797378295,-0.0107049392140291,0.1423547308441828,0.3596587424899722,-0.49258292735705,0.0005879489511012863,0.3933639471304863,-0.3501641872016067,0.02254075909226902,0.8175891799102633,-0.349263491529855}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.5532749579219243,0.5442673920199588,0.5467719931997579,0.5597885910992111,0.4130764392697893,1.095690947042198,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.1299807697144024,0.4630671463155333,0.4651980814734962,0.1337508018438612,0.3500275040366244,0.9284527775698656,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(0.3933379692238963,-1.5,0.4773720146914884,-0.08161249999792153,-1.5,0.3089910714272175,-0.04737321428310404,-1.5,0.9063864795909868,0.02275781281838013,-1.066348220943895,0.4304540886310177){0.05336837956486746,-1.385452278455378,0.4409174302834377,-0.0005405771330085734,-1.495007321992192,0.3079626094759351,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-0.0103200042774927,0.8900304532333451,1.5,0.6286786173646391,0.6420171141398677,1.5,0.55552333591021,1.102947488149707,1.5,0.4285088386265955,0.860689870582226,1.040615350523522){-1.099008589893057e-06,0.8899830584250256,1.499920123842706,0.1758491876713661,0.5192668371015391,1.213207932464274,0.131277370529636,0.937091269408904,1.27443683331782,0.06729409846138966,0.7828717669124536,0.9465295293756366}; +VS(-0.8999999999977795,-1.5,1.5,-0.6534954622413247,-1.5,1.043634683367717,-0.5580755208322331,-1.101717957427123,1.5,-0.2999999999963916,-1.5,1.5){-0.343278474813642,-0.9324149524086058,0.9324149524086058,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.1327552448148737,-0.934560679727194,1.272413697299221,-0.02502948906326356,-1.433004733690008,1.433004733690008}; +VS(1.007241949495532,1.5,0.6625468406826993,0.9212134668419516,1.5,0.1081050649968649,0.4663576096762498,1.5,0.4928747799337283,0.6957818644015169,1.034398724223024,0.4374156429974086){0.3845193665442307,0.8012914507805975,0.3539287461204943,0.3533490466139286,0.9072814119892597,0.06538781067569752,0.08421616398958823,1.339817938434744,0.4402416477048572,0.2194209590736927,0.7939556086524735,0.3357395895194885}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,-0.4490595128850478,1.004334379852044,0.239852571830166,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.06075775525242027,0.412013053184857,0.04775931969216389,-0.07623874268815731,0.9047604347005244,0.2160725765308054,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(0.3000000000036085,-1.5,-1.5,0.9000000000022205,-1.5,-1.5,0.5566283276590345,-1.106082425806995,-1.5,0.6872456872713681,-1.5,-1.061008824046173){0.02502948906497769,-1.433004733686809,-1.433004733686809,0.3432784748158345,-0.9324149524033877,-0.9324149524033877,0.1319164414226059,-0.9391096358983906,-1.273561916346178,0.21381107283656,-1.159494464725985,-0.8201559056713098}; +VS(0.3210384070896065,-0.2305777072807509,1.5,0.2336899586565075,0.3199714001134716,1.5,0.001235335325678881,0.00084251732092544,1.5,0.2318315674404384,0.07710022668101275,1.109462433520908){0.03033355578874265,-0.2187970905999778,1.423362387328956,0.01219078863060388,0.3112741105127556,1.459227810996709,1.885185235552885e-09,0.0008425166780623247,1.49999885546012,0.01191094943626596,0.07503758019003029,1.079781213453337}; +VS(0.2999999999963916,1.5,1.5,0.8999999999977795,1.5,1.5,0.55552333591021,1.102947488149707,1.5,0.6534954622413247,1.5,1.043634683367717){0.02502948906326356,1.433004733690008,1.433004733690008,0.343278474813642,0.9324149524086058,0.9324149524086058,0.131277370529636,0.937091269408904,1.27443683331782,0.1917789057843272,1.190945299880428,0.8286078806326541}; +VS(0.3254065554330984,0.243810357869581,-1.5,0.4339726688957538,-0.06393550643155126,-1.098930963420013,0.06401802511710483,0.4525676936860465,-1.088894772361927,0.533431880576518,0.3982005387724828,-1.101719805473693){0.03151259170364561,0.2310153929874804,-1.421281247069013,0.06961488648546718,-0.05800884429195884,-0.9970628012916664,0.0002614706226040184,0.4516406295714178,-1.086664221480485,0.1187635538865109,0.3428773683598412,-0.9486546370208989}; +VS(1.5,-0.3275866898130944,-0.03376430225025673,1.5,-0.08161249999792153,0.3089910714272175,1.5,-0.4663576096762498,0.4928747799337279,1.066909019072284,-0.3997531601097875,0.09063376126817384){0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.105574875411931,-0.005773039870958378,0.02185716373306668,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.3950458459530008,-0.1930141539305682,0.0437610017739879}; +VS(-1.5,-1.5,0.2999999999963916,-1.5,-0.9894412642911142,0.5547374230566673,-1.007241949495532,-1.5,0.6625468406826993,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.105574875411931,-0.06999030625050748,0.0392405729673813,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(-1.5,0.6534954622413247,1.043634683367717,-1.5,0.2999999999963916,1.5,-1.101717957427123,0.5580755208322331,1.5,-1.5,0.8999999999977795,1.5){-0.105574875411931,0.04622644030149332,0.07382379706479147,-0.105574875411931,0.02122116050005562,0.1061058025015544,-0.3962653789331386,0.2522860735313549,0.6780965947631925,-0.105574875411931,0.06366348150077554,0.1061058025015544}; +VS(1.5,0.9000000000022205,-1.5,1.5,0.3000000000036085,-1.5,1.5,0.6872456872713681,-1.061008824046173,1.106960902554097,0.5558591136062884,-1.5){0.105574875411931,0.06366348150108969,-0.1061058025015544,0.105574875411931,0.02122116050056613,-0.1061058025015544,0.105574875411931,0.04861383677577386,-0.07505279515776644,0.3961127088846959,0.2486811255392249,-0.6710723620033086}; +VS(-1.5,-0.6872456872713681,-1.061008824046173,-1.107401916338593,-0.5561163148796003,-1.5,-1.5,-0.9000000000022205,-1.5,-1.5,-0.3000000000036085,-1.5){-0.105574875411931,-0.04861383677577386,-0.07505279515776644,-0.3960957553003872,-0.2485768263605878,-0.6704806702561987,-0.105574875411931,-0.06366348150108969,-0.1061058025015544,-0.105574875411931,-0.02122116050056613,-0.1061058025015544}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.1710915674621336,-1.5,-0.04200602324412017,0.5306821532170947,-1.5,-0.4823892565667451,0.3297934344965575,-1.026206322385612,-0.2698202016460715){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.00488715833964731,-1.478099258740706,-0.04139271454651927,0.1172423546627286,-1.293693027900234,-0.4160424119695836,0.03272387076965758,-0.9709033037210321,-0.2552793911655585}; +VS(-0.3167572463759758,0.2341485507252162,1.5,-0.2305591074160649,-0.3184871396323843,1.5,0.001235335325678881,0.00084251732092544,1.5,-0.2503167281065327,-0.004879387952640751,1.121562321605394){-0.02920410396743078,0.2224997744352381,1.42537573100133,-0.01172171299653563,-0.3100595810141228,1.460308168354981,1.885185235552885e-09,0.0008425166780623247,1.49999885546012,-0.01488090126398644,-0.004727317012728285,1.086607725235447}; +VS(1.5,-0.9212134668419516,0.1081050649968649,1.5,-0.4663576096762498,0.4928747799337279,1.5,-1.007241949495532,0.6625468406826993,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.105574875411931,-0.06516406278300288,0.007647049783983363,0.105574875411931,-0.03298883228493676,0.0348645827050968,0.105574875411931,-0.07124947690963568,0.04686670948367153,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(1.5,-0.1191630952362037,-0.5499736394570767,1.5,-0.7761097402742658,-0.4937044883617758,1.5,-0.3275866898130944,-0.03376430225025673,1.068513955774539,-0.4061443153915533,-0.3656635680199743){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,-0.05489983121404927,-0.03492327395749702,0.105574875411931,-0.0231725657409641,-0.002388392257445685,0.3951853995667233,-0.1955289437688814,-0.1760404085941148}; +VS(-0.9000000000022205,1.5,-1.5,-0.5578343659853064,1.104496913580351,-1.5,-0.3000000000036085,1.5,-1.5,-0.6872456872713681,1.5,-1.061008824046173){-0.3432784748158345,0.9324149524033877,-0.9324149524033877,-0.1326153269539657,0.9370590231565858,-1.272605217318811,-0.02502948906497769,1.433004733686809,-1.433004733686809,-0.21381107283656,1.159494464725985,-0.8201559056713098}; +VS(0.4663576096762498,1.5,0.4928747799337283,0.1867594906204137,0.9963413156998789,0.5834374528289957,0.6957818644015169,1.034398724223024,0.4374156429974086,0.3274333842093161,1.0746393850976,0.1492601791367216){0.08421616398958823,1.339817938434744,0.4402416477048572,0.006326660738783111,0.9790160133857005,0.5732921039486514,0.2194209590736927,0.7939556086524735,0.3357395895194885,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(1.5,-0.1191630952362037,-0.5499736394570767,1.5,0.1710915674621336,-0.04200602324412017,1.5,0.5306821532170947,-0.4823892565667451,1.034778407741336,0.2904345378947407,-0.3277562364003759){0.105574875411931,-0.008429263899071029,-0.03890359624619576,0.105574875411931,0.01210253871121234,-0.002971388537477544,0.105574875411931,0.03753897049356844,-0.03412286612409512,0.3906346646853242,0.1483296987556592,-0.1673905044591349}; +VS(0.9212134668419516,1.5,0.1081050649968649,0.6957818644015169,1.034398724223024,0.4374156429974086,0.6858273747656938,0.8657114519766499,-0.05648846191495322,1.117686079604759,0.9416495772445103,0.1847307279403272){0.3533490466139286,0.9072814119892597,0.06538781067569752,0.2194209590736927,0.7939556086524735,0.3357395895194885,0.2128798575695865,0.6699700449669643,-0.04371615655870593,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,0.006241865842637044,0.7565800192124663,0.0487420946853045,-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.06075775525242027,0.412013053184857,0.04775931969216389,2.431807478689958e-07,0.7565652807451696,0.04874114517071219,-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(-0.04737321428310404,-1.5,0.9063864795909868,-0.007666590109193243,-0.8287456549056962,0.8258269108415379,-0.4558009791465169,-1.083181632964905,0.8136574368356876,0.02275781281838013,-1.066348220943895,0.4304540886310177){-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-4.505940591186309e-07,-0.8287212995974429,0.8258026413097964,-0.07929966316221469,-0.9725982551595657,0.7305901238353386,1.178159559333099e-05,-1.066072092369313,0.4303426234720931}; +VS(-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-0.1710915674621336,-0.04200602324412017,-1.5,0.1191630952362037,-0.5499736394570767,-1.057903081423212,-0.1464439065001446,-0.3648323814937501){-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.01210253871121234,-0.002971388537477544,-0.105574875411931,0.008429263899071029,-0.03890359624619576,-0.3941177123256691,-0.07186006360059333,-0.179023345964012}; +VS(0.6210468606723065,-1.5,1.032231279918527,0.3000000000036085,-1.5,1.5,0.9000000000022205,-1.5,1.5,0.565963221214356,-1.10291367008109,1.5){0.1710157415537551,-1.219904621914732,0.8394824728383804,0.02502948906497769,-1.433004733686809,1.433004733686809,0.3432784748158345,-0.9324149524033877,0.9324149524033877,0.1373626621352447,-0.9309390820561827,1.266108727242093}; +VS(1.100796641735557,0.5614314259084719,1.5,1.5,0.9000000000022205,1.5,1.5,0.3000000000036085,1.5,1.5,0.6210468606723065,1.032231279918527){0.3962829256685603,0.2542644353297981,0.6793290068819106,0.105574875411931,0.06366348150108969,0.1061058025015544,0.105574875411931,0.02122116050056613,0.1061058025015544,0.105574875411931,0.04393111702847074,0.07301715221530793}; +VS(-0.5597074896014569,1.101572222501781,1.5,-0.9000000000022205,1.5,1.5,-0.3000000000036085,1.5,1.5,-0.6210468606723065,1.5,1.032231279918527){-0.1337036049814847,0.9334838152574759,1.27111567837664,-0.3432784748158345,0.9324149524033877,0.9324149524033877,-0.02502948906497769,1.433004733686809,1.433004733686809,-0.1710157415537551,1.219904621914732,0.8394824728383804}; +VS(-1.5,-0.6210468606723065,1.032231279918527,-1.10171795742749,-0.5580755208344336,1.5,-1.5,-0.3000000000036085,1.5,-1.5,-0.9000000000022205,1.5){-0.105574875411931,-0.04393111702847074,0.07301715221530793,-0.3962653789331315,-0.2522860735321669,0.6780965947627013,-0.105574875411931,-0.02122116050056613,0.1061058025015544,-0.105574875411931,-0.06366348150108969,0.1061058025015544}; +VS(-1.007338308721589,-0.4591993016990206,0.2460651252419393,-1.045702801535821,-0.3756236055909717,0.8087962178302747,-0.5635943120417802,-0.5538074958542841,0.553793397074148,-0.7841143956432578,-0.1641941860400691,0.5000493819149361){-0.3845443324121629,-0.2452642429905991,0.1314265427790391,-0.3924741892551049,-0.1882978342465909,0.4054446363259528,-0.1359726659692573,-0.4681558463605895,0.4681439280922441,-0.2768692680624199,-0.1162517757267655,0.3540419426574379}; +VS(-0.1191630952362037,-1.5,-0.5499736394570767,0.1710915674621336,-1.5,-0.04200602324412017,-0.3275866898130944,-1.5,-0.03376430225025673,-0.1579022107244033,-1.096303853423287,-0.2598118039930551){-0.001672160393093572,-1.489362713808621,-0.5460734881233306,0.00488715833964731,-1.478099258740706,-0.04139271454651927,-0.03211114529415318,-1.420232406308262,-0.03196877082146773,-0.003855807862879714,-1.082665095565877,-0.2565795702723643}; +VS(0.1191630952362037,1.5,-0.5499736394570764,-0.5306821532170947,1.5,-0.4823892565667447,-0.1710915674621336,1.5,-0.04200602324411973,-0.1675915421183245,1.061553866168089,-0.3769162223672766){0.001672160393093572,1.489362713808621,-0.5460734881233303,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.00488715833964731,1.478099258740706,-0.04139271454651883,-0.004597891460687347,1.046680834680902,-0.3716353911047656}; +VS(-0.4125529248107365,0.4497467047246011,0.0521332916163757,-0.05564915330012089,0.3488675087696716,0.4154380472687381,-0.5484665190604676,0.5578130980301236,0.5495972653523349,-0.170383298489516,0.7662917891134223,0.4788031609744427){-0.06075775525242027,0.412013053184857,0.04775931969216389,-0.0001718915428299073,0.3483274567813393,0.4147949431165412,-0.1272249123363399,0.475995889915345,0.4689851140825975,-0.004827694442204516,0.7551957668964943,0.4718700180291756}; +VS(-0.4663576096762498,-1.5,0.4928747799337279,-0.6534954622413247,-1.5,1.043634683367717,-0.04737321428310404,-1.5,0.9063864795909868,-0.4558009791465169,-1.083181632964905,0.8136574368356876){-0.08421616398958823,-1.339817938434744,0.4402416477048569,-0.1917789057843272,-1.190945299880428,0.8286078806326541,-0.0001061172875723531,-1.498317148685933,0.9053696038054986,-0.07929966316221469,-0.9725982551595657,0.7305901238353386}; +VS(0.003457720263389993,0.5586749735875669,0.9224026577371629,0.2318315674404384,0.07710022668101275,1.109462433520908,0.5597885910992111,0.4130764392697893,1.095690947042198,0.2604860421297411,0.2703645092577552,0.7191976656187493){4.133950177470692e-08,0.5586716338795517,0.9223971436982404,0.01191094943626596,0.07503758019003029,1.079781213453337,0.1337508018438612,0.3500275040366244,0.9284527775698656,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.9143518820688855,0.2277980133189169,-0.8609762977231573,-0.5938529590596491,0.548179971040525,-1.028856290861751,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.3501816487349682,0.1390260663632443,-0.5254573828827156,-0.1541043258385401,0.4543265608101852,-0.8527067110968689,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-0.882184375683876,0.8989664614044799,-0.8634426186776457,-0.3467110851065496,0.5979814988769075,-0.6165596106132465,-0.5938529590596491,0.548179971040525,-1.028856290861751,-0.8102652432787091,0.5603313653614144,-0.544657779778783){-0.3342190739477275,0.5712626592902011,-0.5486884635492019,-0.03765196219253437,0.5623988441624485,-0.5798714726415255,-0.1541043258385401,0.4543265608101852,-0.8527067110968689,-0.293143526738063,0.3862399382110383,-0.37543603698185}; +VS(-1.5,-1.5,0.2999999999963916,-1.007241949495532,-1.5,0.6625468406826993,-0.9212134668419516,-1.5,0.1081050649968649,-0.9884274276821827,-1.00369956165619,0.3438228915559017){-0.105574875411931,-0.1061058025015544,0.02122116050005562,-0.3845193665442307,-0.8012914507805975,0.3539287461204943,-0.3533490466139286,-0.9072814119892597,0.06538781067569752,-0.3791858278459277,-0.5520386662131638,0.1891039288239612}; +VS(1.5,1.5,-0.3000000000036085,1.5,1.089149732891589,-0.6672369542570592,1.5,1.076335416667465,-0.1087842261929601,1.049479254015272,1.058158078607845,-0.3902303850011975){0.105574875411931,0.1061058025015544,-0.02122116050056613,0.105574875411931,0.07704340430187707,-0.04719847499342546,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3930297864501148,0.5269867301804332,-0.1943435851091256}; +VS(0.08161249999792153,1.5,0.3089910714272177,0.3275866898130944,1.5,-0.03376430225025651,0.4663576096762498,1.5,0.4928747799337283,0.3274333842093161,1.0746393850976,0.1492601791367216){0.0005405771330085734,1.495007321992192,0.3079626094759353,0.03211114529415318,1.420232406308262,-0.03196877082146752,0.08421616398958823,1.339817938434744,0.4402416477048572,0.03206883517071461,1.017544783811256,0.1413301232185073}; +VS(-1.5,0.9212134668419516,0.1081050649968649,-1.5,0.4663576096762498,0.4928747799337279,-1.5,1.007241949495532,0.6625468406826993,-1.06348622057753,0.7711933778905005,0.3919976682156683){-0.105574875411931,0.06516406278300288,0.007647049783983363,-0.105574875411931,0.03298883228493676,0.0348645827050968,-0.105574875411931,0.07124947690963568,0.04686670948367153,-0.3947220003225221,0.3746672543232559,0.1904434014374233}; +VS(1.5,1.5,0.2999999999963916,1.5,0.9894412642911142,0.5547374230566673,1.5,1.076335416667465,-0.1087842261929601,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.1061058025015544,0.02122116050005562,0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(1.5,0.635368603473022,0.08234289298655639,1.5,0.9894412642911142,0.5547374230566673,1.5,1.076335416667465,-0.1087842261929601,1.117686079604759,0.9416495772445103,0.1847307279403272){0.105574875411931,0.04494419703719792,0.005824705827092119,0.105574875411931,0.06999030625050748,0.0392405729673813,0.105574875411931,0.0761369554308975,-0.007695091746476428,0.3955179166452161,0.4122203220858817,0.08086846955695907}; +VS(1.5,-1.5,-0.3000000000036085,1.089149732891589,-1.5,-0.6672369542570592,1.076335416667465,-1.5,-0.1087842261929601,1.087348359247722,-1.055909510685562,-0.4325166188125255){0.105574875411931,-0.1061058025015544,-0.02122116050056613,0.3962679566617992,-0.6948586039641074,-0.3090902256988821,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.3962267866481581,-0.4908234379270231,-0.201048756221832}; +VS(-1.089149732891589,1.5,-0.6672369542570591,-1.076335416667465,1.5,-0.1087842261929601,-0.5306821532170947,1.5,-0.4823892565667447,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.3962679566617992,0.6948586039641074,-0.309090225698882,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(-1.5,-1.089149732891589,-0.6672369542570592,-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-1.076335416667465,-0.1087842261929601,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.07704340430187707,-0.04719847499342546,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-1.5,-0.635368603473022,0.08234289298655639,-1.5,-0.5306821532170947,-0.4823892565667451,-1.5,-1.076335416667465,-0.1087842261929601,-1.124386554808321,-0.8651443480292328,-0.4079553406628728){-0.105574875411931,-0.04494419703719792,0.005824705827092119,-0.105574875411931,-0.03753897049356844,-0.03412286612409512,-0.105574875411931,-0.0761369554308975,-0.007695091746476428,-0.394951426392078,-0.3735087065237112,-0.1761265295872694}; +VS(-0.635368603473022,1.5,0.08234289298655684,-1.076335416667465,1.5,-0.1087842261929601,-0.5306821532170947,1.5,-0.4823892565667447,-0.8683610016790241,1.120037847252563,-0.3982370871985544){-0.1801134066669958,1.207279491741831,0.06627392399557491,-0.3957521357610693,0.7118358000718976,-0.05162433779151203,-0.1172423546627286,1.293693027900234,-0.4160424119695832,-0.3268459539914035,0.7236322764433341,-0.2572923858604841}; +VS(1.5,1.5,1.5,1.5,1.102097624993128,1.097393740594595,1.112147482346928,1.5,1.121236304809639,1.5,1.5,0.8999999999977795){0.105574875411931,0.1061058025015544,0.1061058025015544,0.105574875411931,0.07795930195663531,0.07762656233731471,0.3958727219261088,0.6641054936796815,0.4964127931581248,0.105574875411931,0.1061058025015544,0.06366348150077554}; +VS(-1.5,-1.5,1.5,-1.112147482346928,-1.5,1.121236304809639,-1.5,-1.5,0.8999999999977795,-1.5,-1.102097624993128,1.097393740594595){-0.105574875411931,-0.1061058025015544,0.1061058025015544,-0.3958727219261088,-0.6641054936796815,0.4964127931581248,-0.105574875411931,-0.1061058025015544,0.06366348150077554,-0.105574875411931,-0.07795930195663531,0.07762656233731471}; +VS(1.5,-1.112147482346928,1.121236304809639,1.102097624993128,-1.5,1.097393740594595,1.5,-1.5,0.8999999999977795,1.5,-1.5,1.5){0.105574875411931,-0.0786702007430027,0.07931311861046944,0.3962573430409242,-0.6775885590688879,0.4957209622804725,0.105574875411931,-0.1061058025015544,0.06366348150077554,0.105574875411931,-0.1061058025015544,0.1061058025015544}; +VS(-1.102097624993128,1.5,1.097393740594595,-1.5,1.5,1.5,-1.5,1.5,0.8999999999977795,-1.5,1.112147482346928,1.121236304809639){-0.3962573430409242,0.6775885590688879,0.4957209622804725,-0.105574875411931,0.1061058025015544,0.1061058025015544,-0.105574875411931,0.1061058025015544,0.06366348150077554,-0.105574875411931,0.0786702007430027,0.07931311861046944}; +VS(1.5,-0.8999999999977795,-1.5,1.5,-0.2999999999963916,-1.5,1.10335746975068,-0.5661629246607967,-1.5,1.5,-0.5319384329984906,-1.043350810212014){0.105574875411931,-0.06366348150077554,-0.1061058025015544,0.105574875411931,-0.02122116050005562,-0.1061058025015544,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.105574875411931,-0.0376278362098161,-0.07380371667212846}; +VS(-1.5,0.8999999999977795,-1.5,-1.5,0.5319384329984906,-1.043350810212014,-1.5,0.2999999999963916,-1.5,-1.104828368223028,0.563649930386476,-1.5){-0.105574875411931,0.06366348150077554,-0.1061058025015544,-0.105574875411931,0.0376278362098161,-0.07380371667212846,-0.105574875411931,0.02122116050005562,-0.1061058025015544,-0.3961856708840837,0.2532410222473091,-0.673931660224823}; +VS(0.2999999999963916,1.5,-1.5,0.5319384329984906,1.5,-1.043350810212014,0.56598993733359,1.10234894435484,-1.5,0.8999999999977795,1.5,-1.5){0.02502948906326356,1.433004733690008,-1.433004733690008,0.117936318633696,1.29273826141507,-0.8991863416263223,0.1373783684316538,0.9304466200698106,-1.266087237849667,0.343278474813642,0.9324149524086058,-0.9324149524086058}; +VS(-0.8999999999977795,-1.5,-1.5,-0.5601198042459548,-1.100090743256501,-1.5,-0.5319384329984906,-1.5,-1.043350810212014,-0.2999999999963916,-1.5,-1.5){-0.343278474813642,-0.9324149524086058,-0.9324149524086058,-0.1339436169505085,-0.9319874901410022,-1.270787199856971,-0.117936318633696,-1.29273826141507,-0.8991863416263223,-0.02502948906326356,-1.433004733690008,-1.433004733690008}; +VS(0.630688632445991,-0.006209911821192785,0.8961975422432245,0.2318315674404384,0.07710022668101275,1.109462433520908,0.5597885910992111,0.4130764392697893,1.095690947042198,0.2604860421297411,0.2703645092577552,0.7191976656187493){0.1771278051292889,-0.005015258998882657,0.7237885042381371,0.01191094943626596,0.07503758019003029,1.079781213453337,0.1337508018438612,0.3500275040366244,0.9284527775698656,0.01669569655683361,0.2612437387491034,0.6949354690883129}; +VS(0.6277459385899982,-0.6573644659150149,-1.5,1.10335746975068,-0.5661629246607967,-1.5,0.880412151714562,-0.8957851534280313,-0.8612949295307706,0.3955719747184829,-0.5427177408913001,-1.095437739148967){0.1752566628883229,-0.5320401806088176,-1.214030134413139,0.396227306456457,-0.255113788754882,-0.6759020530381625,0.3332899608378906,-0.5704659306728841,-0.5485014031303457,0.0542002450869531,-0.5008070758515256,-1.010843997875645}; +VS(0.7643495300456075,-0.07810477921177596,-0.02924591605545305,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,0.3512241606330326,-0.3874084409271014,0.06836615683581798,0.3739716744232401,-0.1190731370253491,-0.3981750499786375){0.264256449959243,-0.05637858204474706,-0.02111065794495642,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.03903594387660519,-0.3637580261531315,0.06419255658642738,0.04645904731091235,-0.1108432515657159,-0.3706546945393558}; +VS(0.6536500037736985,-0.624734022745719,1.5,0.3210384070896065,-0.2305777072807509,1.5,0.3043054089732401,-0.4369191666577506,1.00865208147595,0.9917087287401972,-0.4064126752269803,0.9859717494519501){0.1918789786608077,-0.4959573286713336,1.190804351806207,0.03033355578874265,-0.2187970905999778,1.423362387328956,0.02606486385580206,-0.4168450481073453,0.9623098676185253,0.3801807002694581,-0.2224136114266192,0.5395834109695402}; +VS(0.635368603473022,-1.5,0.08234289298655639,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.03906109626403,-0.7427508844638105,0.3903465065533513,0.4480266018043247,-1.005613303187453,0.2596968952138904){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3913966132020324,-0.3765967941760214,0.1979172910604106,0.07577523436002923,-0.9063629996714063,0.2340657747917007}; +VS(0.635368603473022,-1.5,0.08234289298655639,1.076335416667465,-1.5,-0.1087842261929601,0.8042555268537119,-0.8084124208709135,-0.09947475613134096,1.03906109626403,-0.7427508844638105,0.3903465065533513){0.1801134066669958,-1.207279491741831,0.06627392399557455,0.3957521357610693,-0.7118358000718976,-0.05162433779151203,0.2894524542055246,-0.5607534017998812,-0.06900043400343803,0.3913966132020324,-0.3765967941760214,0.1979172910604106}; +VS(-0.6312955193870672,-0.6463057131683141,1.5,-0.6387924546078454,0.004404953838975555,0.8896912684703152,-0.3088526394408758,-0.4355723108634895,0.9957015747302688,-1.045702801535821,-0.3756236055909717,0.8087962178302747){-0.1775143016418856,-0.5217390650698083,1.210895372977929,-0.1823049360341025,0.003536368802224236,0.7142586643226772,-0.02718623460678589,-0.4149623163225785,0.9485879187247132,-0.3924741892551049,-0.1882978342465909,0.4054446363259528}; +}; -- GitLab