package Savage.Tools.VRML1;

import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.EnvironmentalEffects.*;
import org.web3d.x3d.jsail.fields.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.Lighting.*;
import org.web3d.x3d.jsail.Navigation.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Shape.*;
import org.web3d.x3d.jsail.Texturing.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> Model converted from VRML1 form. </p>
 <p> Related links: Catalog page <a href="../../../../Tools/VRML1/BenningWithTextureIndex.html" target="_blank">BenningWithTexture</a>,  source <a href="../../../../Tools/VRML1/BenningWithTexture.java">BenningWithTexture.java</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dResources.html" target="_blank">X3D Resources</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html" target="_blank">X3D Scene Authoring Hints</a>, and <a href="https://www.web3d.org/x3d/content/X3dTooltips.html" target="_blank">X3D Tooltips</a>. </p>
	<table style="color:black; border:0px solid; border-spacing:10px 0px;">
        <caption>Scene Meta Information</caption>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center; padding:10px 0px;"><i>meta tags</i></td>
			<td style="text-align:left;   padding:10px 0px;">&nbsp; Document Metadata </td>
		</tr>

		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> title </i> </td>
			<td> <a href="../../../../Tools/VRML1/BenningWithTexture.x3d">BenningWithTexture.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Model converted from VRML1 form </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Planet9 Studios </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> Don Brutzman </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translated </i> </td>
			<td> 8 October 2003 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 28 November 2019 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> Image </i> </td>
			<td> <a href="../../../../Tools/VRML1/BenningWithTexture.vrml1.png">BenningWithTexture.vrml1.png</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> Image </i> </td>
			<td> <a href="../../../../Tools/VRML1/BenningWithTexture.vrml1.wrl">BenningWithTexture.vrml1.wrl</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> Image </i> </td>
			<td> <a href="../../../../Tools/VRML1/BenningWithTexture.vrml97.wrl">BenningWithTexture.vrml97.wrl</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="http://www.planet9.com" target="_blank">http://www.planet9.com</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/Tools/VRML1/BenningWithTexture.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/Tools/VRML1/BenningWithTexture.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> C:/Program Files/CosmoSoftware/CosmoPlayer/vrml1tovrml2/vrml1tovrml2.exe </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> Vrml97ToX3dNist, <a href="http://ovrt.nist.gov/v2_x3d.html" target="_blank">http://ovrt.nist.gov/v2_x3d.html</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../Tools/VRML1/../../license.html">../../license.html</a> </td>
		</tr>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center;" colspan="2">  &nbsp; </td>
		</tr>
	</table>

	<p>
		This program uses the
		<a href="https://www.web3d.org/specifications/java/X3DJSAIL.html" target="_blank">X3D Java Scene Access Interface Library (X3DJSAIL)</a>.
		It has been produced using the 
		<a href="https://www.web3d.org/x3d/stylesheets/X3dToJava.xslt" target="_blank">X3dToJava.xslt</a>
		stylesheet
	       (<a href="https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/stylesheets/X3dToJava.xslt" target="_blank">version control</a>)
                which is used to create Java source code from an original <code>.x3d</code> model.
	</p>

	* @author Planet9 Studios
 */

public class BenningWithTexture
{
	/** Default constructor to create this object. */
	public BenningWithTexture ()
	{
	  initialize();
	}

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_IMMERSIVE).setVersion(X3D.VERSION_3_0)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("BenningWithTexture.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Model converted from VRML1 form"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Planet9 Studios"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("Don Brutzman"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATED ).setContent("8 October 2003"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("28 November 2019"))
    .addMeta(new meta().setName(meta.NAME_IMAGE      ).setContent("BenningWithTexture.vrml1.png"))
    .addMeta(new meta().setName(meta.NAME_IMAGE      ).setContent("BenningWithTexture.vrml1.wrl"))
    .addMeta(new meta().setName(meta.NAME_IMAGE      ).setContent("BenningWithTexture.vrml97.wrl"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("http://www.planet9.com"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/Tools/VRML1/BenningWithTexture.x3d"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("C:/Program Files/CosmoSoftware/CosmoPlayer/vrml1tovrml2/vrml1tovrml2.exe"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("BenningWithTexture.x3d"))
    .addChild(new Background().setSkyColor(new MFColor(new double[] {0.2,0.2,0.4})))
    .addChild(new NavigationInfo().setSpeed(20.0))
    .addChild(new Collision().setEnabled(false)
      .addChild(new Group()
        .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57079)
          .addChild(new DirectionalLight().setDirection(0.7,-0.7,-0.7))
          .addChild(new Group()
            .addChild(new Transform().setTranslation(-0.00197593,-0.00121123,-0.515021)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("_DefMat"))
                  .setTexture(new ImageTexture("BenningTexture").setUrl(new String[] {"Benning.gif","https://www.web3d.org/x3d/content/examples/Savage/Tools/VRML1/Benning.gif"})))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(5.0).setSolid(false).setCoordIndex(getIndexedFaceSet_9_23_coordIndex())
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_23_point()))
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_24_point()))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(0.3,1.0,0.3))
                  .setTexture(new ImageTexture().setUSE("BenningTexture")))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(5.0).setSolid(false).setCoordIndex(getIndexedFaceSet_9_32_coordIndex())
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_32_point()))
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_33_point())))))))
        .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57079)
          .addChild(new DirectionalLight().setDirection(0.7,-0.7,-0.7))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.71856).setTranslation(-5157.88,-568.974,134.045)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.29164,-6.50609,-5.27275,4.29164,-6.50609,-5.27275,4.29164,6.50609,-5.27275,-4.29164,6.50609,-5.27275,-4.29164,-6.50609,1.10986,4.29164,-6.50609,1.10986,4.29164,6.50609,1.10986,-4.29164,6.50609,1.10986,-4.29164,-6.50609,1.10986,4.29164,-6.50609,1.10986,4.29164,6.50609,1.10986,-4.29164,6.50609,1.10986,0.0,-6.50609,5.27275,0.0,6.50609,5.27275,0.0,-6.50609,5.27275,0.0,6.50609,5.27275})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-0.293271).setTranslation(-5130.55,-503.334,132.712)
              .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57079)
                .addChild(new Shape()
                  .setAppearance(new Appearance()
                    .setMaterial(new Material()))
                  .setGeometry(new Box().setSize(12.1322,8.33925,12.156))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.7395).setTranslation(-5156.57,-560.649,133.38)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.33717,-6.52002,-4.63819,4.33717,-6.52002,-4.63819,4.33717,6.52002,-4.63819,-4.33717,6.52002,-4.63819,-4.33717,-6.52002,1.47205,4.33717,-6.52002,1.47205,4.33717,6.52002,1.47205,-4.33717,6.52002,1.47205,-4.33717,-6.52002,1.47205,4.33717,-6.52002,1.47205,4.33717,6.52002,1.47205,-4.33717,6.52002,1.47205,0.0,-6.52002,4.63819,0.0,6.52002,4.63819,0.0,-6.52002,4.63819,0.0,6.52002,4.63819})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.38346).setTranslation(-5162.17,-501.147,132.47)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-3.91668,-5.08597,-3.94854,3.91668,-5.08597,-3.94854,3.91668,5.08597,-3.94854,-3.91668,5.08597,-3.94854,-3.91668,-5.08597,1.2852,3.91668,-5.08597,1.2852,3.91668,5.08597,1.2852,-3.91668,5.08597,1.2852,-3.91668,-5.08597,1.2852,3.91668,-5.08597,1.2852,3.91668,5.08597,1.2852,-3.91668,5.08597,1.2852,0.0,-5.08597,3.94854,0.0,5.08597,3.94854,0.0,-5.08597,3.94854,0.0,5.08597,3.94854})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.38346).setTranslation(-5171.97,-503.114,132.469)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-3.91668,-5.08597,-3.94854,3.91668,-5.08597,-3.94854,3.91668,5.08597,-3.94854,-3.91668,5.08597,-3.94854,-3.91668,-5.08597,1.2852,3.91668,-5.08597,1.2852,3.91668,5.08597,1.2852,-3.91668,5.08597,1.2852,-3.91668,-5.08597,1.2852,3.91668,-5.08597,1.2852,3.91668,5.08597,1.2852,-3.91668,5.08597,1.2852,0.0,-5.08597,3.94854,0.0,5.08597,3.94854,0.0,-5.08597,3.94854,0.0,5.08597,3.94854})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.26303).setTranslation(-5219.38,-535.03,130.861)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5.07885,-3.09025,-2.26638,5.07885,-3.09025,-2.26638,5.07885,3.09025,-2.26638,-5.07885,3.09025,-2.26638,-5.07885,-3.09025,-0.0190987,5.07885,-3.09025,-0.0190987,5.07885,3.09025,-0.0190987,-5.07885,3.09025,-0.0190987,-5.07885,-3.09025,-0.0190987,5.07885,-3.09025,-0.0190987,5.07885,3.09025,-0.0190987,-5.07885,3.09025,-0.0190987,0.0,-3.09025,2.26638,0.0,3.09025,2.26638,0.0,-3.09025,2.26638,0.0,3.09025,2.26638})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-2.87979).setTranslation(-5194.66,-529.734,130.259)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,4,0,-1,7,6,2,3,-1,9,10,11,8,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-2.79074,-8.26818,-1.6744,2.79074,-8.26818,-1.6744,2.79074,8.26818,-1.6744,-2.79074,8.26818,-1.6744,-2.79074,-8.26818,-1.11634,2.79074,-8.26818,1.6744,2.79074,8.26818,1.6744,-2.79074,8.26818,-1.11634,-2.79074,-8.26818,-1.11634,2.79074,-8.26818,1.6744,2.79074,8.26818,1.6744,-2.79074,8.26818,-1.11634})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.7395).setTranslation(-5130.79,-558.78,131.736)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.16429,-6.26663,-2.97742,4.16429,-6.26663,-2.97742,4.16429,6.26663,-2.97742,-4.16429,6.26663,-2.97742,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,0.0,-6.26663,2.97742,0.0,6.26663,2.97742,0.0,-6.26663,2.97742,0.0,6.26663,2.97742})))))))
          .addChild(new Group()
            .addChild(new Transform().setTranslation(-5195.22,-538.443,135.281)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,4,6,8,10,-1,11,9,7,5,3,1,-1,0,1,3,2,-1,2,3,5,4,-1,4,5,7,6,-1,6,7,9,8,-1,8,9,11,10,-1,10,11,1,0,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {0.0,0.0,0.0,0.0,0.0,-6.69527,-4.40852,15.7621,0.0,-4.40852,15.7621,-6.69527,-16.134,12.3098,0.0,-16.134,12.3098,-6.69527,-12.3997,-0.883905,0.0,-12.3997,-0.883905,-6.69527,-6.36527,1.01464,0.0,-6.36527,1.01464,-6.69527,-5.51609,-1.72588,0.0,-5.51609,-1.72588,-6.69527})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.72903).setTranslation(-5153.85,-544.017,132.958)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.24052,-6.57915,-4.27633,4.24052,-6.57915,-4.27633,4.24052,6.57915,-4.27633,-4.24052,6.57915,-4.27633,-4.24052,-6.57915,1.35037,4.24052,-6.57915,1.35037,4.24052,6.57915,1.35037,-4.24052,6.57915,1.35037,-4.24052,-6.57915,1.35037,4.24052,-6.57915,1.35037,4.24052,6.57915,1.35037,-4.24052,6.57915,1.35037,0.0,-6.57915,4.27633,0.0,6.57915,4.27633,0.0,-6.57915,4.27633,0.0,6.57915,4.27633})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,0.249153).setTranslation(-5176.81,-523.923,133.615)
              .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57079)
                .addChild(new Shape()
                  .setAppearance(new Appearance()
                    .setMaterial(new Material()))
                  .setGeometry(new Box().setSize(12.5738,10.0571,12.3684))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.7971).setTranslation(-5111.66,-510.403,131.57)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.16429,-6.26663,-2.97742,4.16429,-6.26663,-2.97742,4.16429,6.26663,-2.97742,-4.16429,6.26663,-2.97742,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,0.0,-6.26663,2.97742,0.0,6.26663,2.97742,0.0,-6.26663,2.97742,0.0,6.26663,2.97742})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-0.24192).setTranslation(-5124.52,-530.442,130.312)
              .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57079)
                .addChild(new Shape()
                  .setAppearance(new Appearance()
                    .setMaterial(new Material()))
                  .setGeometry(new Box().setSize(14.8365,3.33293,13.5164))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.7971).setTranslation(-5103.2,-530.461,131.653)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.16429,-6.26663,-2.97742,4.16429,-6.26663,-2.97742,4.16429,6.26663,-2.97742,-4.16429,6.26663,-2.97742,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,0.0,-6.26663,2.97742,0.0,6.26663,2.97742,0.0,-6.26663,2.97742,0.0,6.26663,2.97742})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.26303).setTranslation(-5198.86,-552.489,131.688)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.13584,-5.22501,-2.97742,4.13584,-5.22501,-2.97742,4.13584,5.22501,-2.97742,-4.13584,5.22501,-2.97742,-4.13584,-5.22501,-0.0417427,4.13584,-5.22501,-0.0417427,4.13584,5.22501,-0.0417427,-4.13584,5.22501,-0.0417427,-4.13584,-5.22501,-0.0417427,4.13584,-5.22501,-0.0417427,4.13584,5.22501,-0.0417427,-4.13584,5.22501,-0.0417427,0.0,-5.22501,2.97742,0.0,5.22501,2.97742,0.0,-5.22501,2.97742,0.0,5.22501,2.97742})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.7971).setTranslation(-5111.79,-510.207,132.445)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.16429,-6.26663,-2.97742,4.16429,-6.26663,-2.97742,4.16429,6.26663,-2.97742,-4.16429,6.26663,-2.97742,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,0.0,-6.26663,2.97742,0.0,6.26663,2.97742,0.0,-6.26663,2.97742,0.0,6.26663,2.97742})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.26303).setTranslation(-5208.97,-554.985,131.704)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.15776,-4.87103,-2.97742,4.15776,-4.87103,-2.97742,4.15776,4.87103,-2.97742,-4.15776,4.87103,-2.97742,-4.15776,-4.87103,-0.0577431,4.15776,-4.87103,-0.0577431,4.15776,4.87103,-0.0577431,-4.15776,4.87103,-0.0577431,-4.15776,-4.87103,-0.0577431,4.15776,-4.87103,-0.0577431,4.15776,4.87103,-0.0577431,-4.15776,4.87103,-0.0577431,0.0,-4.87103,2.97742,0.0,4.87103,2.97742,0.0,-4.87103,2.97742,0.0,4.87103,2.97742})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.32062).setTranslation(-5185.57,-507.068,132.509)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-3.70015,-2.65989,-3.98378,3.70015,-2.65989,-3.98378,3.70015,2.65989,-3.98378,-3.70015,2.65989,-3.98378,-3.70015,-2.65989,1.39367,3.70015,-2.65989,1.39367,3.70015,2.65989,1.39367,-3.70015,2.65989,1.39367,-3.70015,-2.65989,1.39367,3.70015,-2.65989,1.39367,3.70015,2.65989,1.39367,-3.70015,2.65989,1.39367,0.0,-2.65989,3.98378,0.0,2.65989,3.98378,0.0,-2.65989,3.98378,0.0,2.65989,3.98378})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-0.138842).setTranslation(-5171.63,-544.147,134.973)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,4,0,-1,7,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1,9,12,8,-1,10,11,13,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-1.51382,-1.51382,-6.2889,1.51382,-1.51382,-6.2889,1.51382,1.51382,-6.2889,-1.51382,1.51382,-6.2889,-1.51382,-1.51382,2.70113,1.51382,-1.51382,2.70113,1.51382,1.51382,2.70113,-1.51382,1.51382,2.70113,-1.51382,-1.51382,2.70113,1.51382,-1.51382,2.70113,1.51382,1.51382,2.70113,-1.51382,1.51382,2.70113,0.0,0.0,6.2889,0.0,0.0,6.2889})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.65049).setTranslation(-5094.76,-569.027,131.425)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.16429,-6.26663,-2.97742,4.16429,-6.26663,-2.97742,4.16429,6.26663,-2.97742,-4.16429,6.26663,-2.97742,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,0.0,-6.26663,2.97742,0.0,6.26663,2.97742,0.0,-6.26663,2.97742,0.0,6.26663,2.97742})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.32062).setTranslation(-5201.76,-509.623,132.499)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.8462,-13.5701,-3.98378,4.8462,-13.5701,-3.98378,4.8462,13.5701,-3.98378,-4.8462,13.5701,-3.98378,-4.8462,-13.5701,0.591437,4.8462,-13.5701,0.591437,4.8462,13.5701,0.591437,-4.8462,13.5701,0.591437,-4.8462,-13.5701,0.591437,4.8462,-13.5701,0.591437,4.8462,13.5701,0.591437,-4.8462,13.5701,0.591437,0.0,-13.5701,3.98378,0.0,13.5701,3.98378,0.0,-13.5701,3.98378,0.0,13.5701,3.98378})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.71332).setTranslation(-5155.42,-552.305,133.104)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.24429,-6.72965,-4.3928,4.24429,-6.72965,-4.3928,4.24429,6.72965,-4.3928,-4.24429,6.72965,-4.3928,-4.24429,-6.72965,1.63401,4.24429,-6.72965,1.63401,4.24429,6.72965,1.63401,-4.24429,6.72965,1.63401,-4.24429,-6.72965,1.63401,4.24429,-6.72965,1.63401,4.24429,6.72965,1.63401,-4.24429,6.72965,1.63401,0.0,-6.72965,4.3928,0.0,6.72965,4.3928,0.0,-6.72965,4.3928,0.0,6.72965,4.3928})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.1298).setTranslation(-5098.83,-627.09,128.828)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-1.72658,-2.39388,-1.02567,1.72658,-2.39388,-1.02567,1.72658,2.39388,-1.02567,-1.72658,2.39388,-1.02567,-1.72658,-2.39388,0.162382,1.72658,-2.39388,0.162382,1.72658,2.39388,0.162382,-1.72658,2.39388,0.162382,-1.72658,-2.39388,0.162382,1.72658,-2.39388,0.162382,1.72658,2.39388,0.162382,-1.72658,2.39388,0.162382,0.0,-2.39388,1.02567,0.0,2.39388,1.02567,0.0,-2.39388,1.02567,0.0,2.39388,1.02567})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.83899).setTranslation(-5182.62,-570.073,131.731)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.16429,-6.26663,-2.97742,4.16429,-6.26663,-2.97742,4.16429,6.26663,-2.97742,-4.16429,6.26663,-2.97742,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,-4.16429,-6.26663,-0.0625068,4.16429,-6.26663,-0.0625068,4.16429,6.26663,-0.0625068,-4.16429,6.26663,-0.0625068,0.0,-6.26663,2.97742,0.0,6.26663,2.97742,0.0,-6.26663,2.97742,0.0,6.26663,2.97742})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.38346).setTranslation(-5152.72,-499.363,132.472)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-3.85617,-4.48831,-3.94854,3.85617,-4.48831,-3.94854,3.85617,4.48831,-3.94854,-3.85617,4.48831,-3.94854,-3.85617,-4.48831,1.32635,3.85617,-4.48831,1.32635,3.85617,4.48831,1.32635,-3.85617,4.48831,1.32635,-3.85617,-4.48831,1.32635,3.85617,-4.48831,1.32635,3.85617,4.48831,1.32635,-3.85617,4.48831,1.32635,0.0,-4.48831,3.94854,0.0,4.48831,3.94854,0.0,-4.48831,3.94854,0.0,4.48831,3.94854})))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,0.309191).setTranslation(-5212.64,-534.993,132.172)
              .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57079)
                .addChild(new Shape()
                  .setAppearance(new Appearance()
                    .setMaterial(new Material()))
                  .setGeometry(new Box().setSize(6.60215,7.15972,14.1716))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-0.165178).setTranslation(-5147.54,-526.861,133.635)
              .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57079)
                .addChild(new Shape()
                  .setAppearance(new Appearance()
                    .setMaterial(new Material()))
                  .setGeometry(new Box().setSize(18.5886,10.0571,15.4745))))))
          .addChild(new Group()
            .addChild(new Transform().setRotation(0.0,0.0,1.0,-1.64813).setTranslation(-5178.72,-543.643,131.327)
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material()))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,3,2,1,-1,0,4,7,3,-1,2,6,5,1,-1,1,5,14,4,0,-1,7,15,6,2,3,-1,8,12,13,11,-1,9,10,13,12,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-4.74292,-6.43529,-2.66913,4.74292,-6.43529,-2.66913,4.74292,6.43529,-2.66913,-4.74292,6.43529,-2.66913,-4.74292,-6.43529,-0.176617,4.74292,-6.43529,-0.176617,4.74292,6.43529,-0.176617,-4.74292,6.43529,-0.176617,-4.74292,-6.43529,-0.176617,4.74292,-6.43529,-0.176617,4.74292,6.43529,-0.176617,-4.74292,6.43529,-0.176617,0.0,-6.43529,2.66913,0.0,6.43529,2.66913,0.0,-6.43529,2.66913,0.0,6.43529,2.66913}))))))))
        .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57079)
          .addChild(new DirectionalLight().setDirection(0.7,-0.7,-0.7))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1,10,12,11,-1,11,12,13,-1,12,14,13,-1,13,14,15,-1,14,16,15,-1,15,16,17,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5107.38,-348.541,127.274,-5102.21,-349.604,127.274,-5111.35,-369.582,127.595,-5106.92,-370.721,127.595,-5124.66,-412.61,129.075,-5120.32,-414.148,129.075,-5128.12,-421.826,129.327,-5124.33,-423.516,129.327,-5134.09,-433.67,129.623,-5129.99,-435.414,129.623,-5137.65,-442.943,129.599,-5133.0,-444.197,129.599,-5139.33,-452.598,129.316,-5134.66,-453.202,129.316,-5142.38,-485.078,128.499,-5136.85,-485.804,128.499,-5148.04,-514.683,128.606,-5142.08,-515.773,128.606})))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1,10,12,11,-1,11,12,13,-1,12,14,13,-1,13,14,15,-1,14,16,15,-1,15,16,17,-1,16,18,17,-1,17,18,19,-1,18,20,19,-1,19,20,21,-1,20,22,21,-1,21,22,23,-1,22,24,23,-1,23,24,25,-1,24,26,25,-1,25,26,27,-1,26,28,27,-1,27,28,29,-1,28,30,29,-1,29,30,31,-1,30,32,31,-1,31,32,33,-1,32,34,33,-1,33,34,35,-1,34,36,35,-1,35,36,37,-1,36,38,37,-1,37,38,39,-1,38,40,39,-1,39,40,41,-1,40,42,41,-1,41,42,43,-1,42,44,43,-1,43,44,45,-1,44,46,45,-1,45,46,47,-1,46,48,47,-1,47,48,49,-1,48,50,49,-1,49,50,51,-1})
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_247_point()))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(getIndexedFaceSet_9_254_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_254_point()))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(0.5,0.5,0.5)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1,10,12,11,-1,11,12,13,-1,12,14,13,-1,13,14,15,-1,14,16,15,-1,15,16,17,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5373.34,-394.354,126.054,-5375.56,-380.673,126.054,-5120.55,-353.986,127.274,-5123.26,-338.838,127.274,-5056.22,-341.66,126.677,-5058.93,-326.013,126.677,-4899.35,-317.341,129.186,-4904.34,-303.042,129.186,-4882.94,-307.835,129.426,-4893.67,-296.992,129.426,-4870.46,-287.07,129.71,-4885.29,-282.326,129.71,-4868.2,-263.522,129.909,-4883.88,-263.916,129.909,-4873.88,-222.057,130.814,-4889.28,-225.365,130.814,-4879.37,-203.368,130.757,-4894.44,-207.795,130.757})))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(0.5,0.5,0.5)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1,10,12,11,-1,11,12,13,-1,12,14,13,-1,13,14,15,-1,14,16,15,-1,15,16,17,-1,16,18,17,-1,17,18,19,-1,18,20,19,-1,19,20,21,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5716.74,-332.394,123.0,-5688.66,-325.418,123.0,-5712.86,-348.022,122.892,-5684.17,-343.504,122.892,-5708.61,-395.62,121.859,-5681.79,-391.902,121.859,-5705.08,-409.878,122.583,-5680.35,-401.351,122.583,-5697.81,-422.922,121.841,-5678.2,-407.455,121.841,-5685.1,-432.315,121.985,-5674.05,-412.045,121.985,-5670.6,-435.751,122.25,-5667.09,-415.381,122.25,-5649.96,-434.869,122.737,-5650.46,-417.596,122.737,-5614.84,-429.939,123.35,-5616.63,-416.037,123.35,-5580.35,-423.754,124.248,-5582.22,-410.956,124.248,-5570.58,-422.49,124.477,-5572.24,-409.665,124.477})))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1,10,12,11,-1,11,12,13,-1,12,14,13,-1,13,14,15,-1,14,16,15,-1,15,16,17,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5176.57,-622.384,129.829,-5182.39,-621.752,129.829,-5175.8,-615.331,129.507,-5181.66,-614.984,129.507,-5175.79,-614.065,129.42,-5181.64,-613.48,129.42,-5173.79,-603.629,128.146,-5179.6,-602.818,128.146,-5173.6,-601.478,128.201,-5179.4,-600.534,128.201,-5173.0,-598.963,128.237,-5178.7,-597.628,128.237,-5171.48,-592.345,128.533,-5177.23,-591.207,128.533,-5170.33,-585.408,128.843,-5176.1,-584.42,128.843,-5157.56,-512.72,128.581,-5163.32,-511.707,128.581})))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5231.62,-530.677,128.695,-5233.16,-525.068,128.695,-5180.11,-516.554,128.571,-5181.21,-510.928,128.571,-5165.17,-514.782,128.576,-5165.39,-509.053,128.576,-5155.27,-515.214,128.586,-5154.93,-509.443,128.586,-5143.8,-516.122,128.6,-5142.93,-510.393,128.6,-5107.31,-524.41,128.663,-5106.03,-518.774,128.663})))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1,10,12,11,-1,11,12,13,-1,12,14,13,-1,13,14,15,-1,14,16,15,-1,15,16,17,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5312.33,-377.299,126.347,-5307.49,-376.439,126.347,-5310.94,-385.095,126.468,-5306.14,-384.079,126.468,-5309.79,-389.801,126.584,-5305.22,-387.822,126.584,-5301.29,-403.434,127.07,-5296.77,-400.264,127.07,-5289.73,-419.294,127.766,-5284.91,-415.448,127.766,-5283.36,-427.156,128.35,-5278.6,-422.639,128.35,-5265.77,-443.379,129.27,-5261.79,-438.676,129.27,-5257.7,-449.447,129.0,-5254.18,-444.54,129.0,-5244.06,-458.933,129.058,-5240.4,-453.488,129.058})))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(0.5,0.5,0.5)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5413.48,-285.606,127.152,-5389.23,-278.786,127.152,-5408.25,-304.241,126.8,-5383.52,-299.072,126.8,-5397.18,-383.845,125.996,-5372.22,-380.376,125.996})))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(0.5,0.5,0.5)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(new int[] {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-5822.84,-356.624,121.312,-5828.96,-330.678,121.312,-5810.94,-359.757,121.483,-5818.09,-322.178,121.483,-4715.35,-200.798,131.845,-4719.72,-161.776,131.845,-4704.4,-193.814,131.204,-4706.53,-166.853,131.204})))))))
          .addChild(new Group()
            .addChild(new Transform()
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setDiffuseColor(1.0,1.0,1.0)))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setSolid(false).setCoordIndex(getIndexedFaceSet_9_310_coordIndex())
                  .setCoord(new Coordinate().setPoint(getCoordinate_10_310_point()))))))))));
            }
            catch (Exception ex)
            {       
                System.err.println ("*** Further hints on X3DJSAIL errors and exceptions at");
                System.err.println ("*** https://www.web3d.org/specifications/java/X3DJSAIL.html");
                throw (ex);
            }
	}
	// end of initialize() method

		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_23_coordIndex_1()
		{
			int[] value = {3631,15,3630,-1,3630,15,86,-1,87,86,15,-1,87,15,16,-1,75,3,4,-1,75,74,3,-1,74,2,3,-1,73,1,2,-1,73,72,1,-1,72,0,1,-1,3556,23,24,-1,95,23,24,-1,95,94,23,-1,94,22,23,-1,93,21,22,-1,93,92,21,-1,92,20,21,-1,91,19,20,-1,91,90,19,-1,90,18,19,-1,90,89,18,-1,89,17,18,-1,88,16,17,-1,88,87,16,-1,160,87,88,-1,160,159,87,-1,159,86,87,-1,159,158,86,-1,3623,86,158,-1,3624,86,3623,-1,3630,86,3624,-1,3558,3557,13,-1,3557,84,13,-1,84,12,13,-1,3558,12,13,-1,3631,12,3558,-1,80,8,9,-1,80,79,8,-1,79,7,8,-1,77,5,6,-1,77,76,5,-1,76,4,5,-1,76,75,4,-1,148,75,76,-1,148,147,75,-1,147,74,75,-1,147,146,74,-1,146,73,74,-1,74,73,2,-1,146,145,73,-1,145,72,73,-1,145,144,72,-1,141,69,70,-1,141,140,69,-1,140,68,69,-1,139,67,68,-1,139,138,67,-1,138,66,67,-1,136,64,65,-1,2680,64,136,-1,2681,64,2680,-1,2683,64,2681,-1,2683,63,64,-1,2684,64,63,-1,2684,63,2682,-1,2683,2682,63,-1,2684,62,64,-1,2709,133,2708,-1,2710,2708,133,-1,2710,133,61,-1,133,132,61,-1,132,60,61,-1,2710,60,61,-1,130,58,59,-1,130,129,58,-1,129,57,58,-1,128,56,57,-1,128,127,56,-1,127,55,56,-1,119,47,48,-1,119,118,47,-1,118,46,47,-1,117,45,46,-1,117,116,45,-1,116,44,45,-1,114,42,43,-1,114,113,42,-1,3625,42,113,-1,3625,3551,42,-1,3551,42,41,-1,3551,3550,41,-1,3550,3549,41,-1,3549,40,41,-1,111,39,40,-1,111,110,39,-1,110,38,39,-1,109,37,38,-1,109,108,37,-1,108,36,37,-1,107,35,36,-1,107,106,35,-1,106,34,35,-1,105,33,34,-1,105,104,33,-1,104,32,33,-1,103,31,32,-1,103,102,31,-1,102,30,31,-1,3555,26,27,-1,3555,3554,26,-1,3556,26,3554,-1,3622,3620,170,-1,3621,170,3620,-1,3621,171,170,-1,242,170,171,-1,242,241,170,-1,241,169,170,-1,170,169,97,-1,169,96,97,-1,3628,97,96,-1,3628,96,3627,-1,3629,3627,96,-1,3629,96,24,-1,96,95,24,-1,168,95,96,-1,168,167,95,-1,167,94,95,-1,167,166,94,-1,166,93,94,-1,94,93,22,-1,166,165,93,-1,165,92,93,-1,165,164,92,-1,164,91,92,-1,92,91,20,-1,164,163,91,-1,163,90,91,-1,163,162,90,-1,162,89,90,-1,162,161,89,-1,161,88,89,-1,89,88,17,-1,161,160,88,-1,232,160,161,-1,232,231,160,-1,231,159,160,-1,231,230,159,-1,230,158,159,-1,230,229,158,-1,3589,158,229,-1,3590,158,3589,-1,3623,158,3590,-1,3548,3547,84,-1,3547,156,84,-1,156,83,84,-1,84,83,12,-1,83,11,12,-1,83,82,11,-1,82,10,11,-1,82,81,10,-1,81,9,10,-1,81,80,9,-1,153,80,81,-1,153,152,80,-1,152,79,80,-1,152,151,79,-1,151,78,79,-1,79,78,7,-1,78,6,7,-1,78,77,6,-1,150,77,78,-1,150,149,77,-1,149,76,77,-1,149,148,76,-1,220,148,149,-1,220,219,148,-1,219,147,148,-1,219,218,147,-1,218,146,147,-1,218,217,146,-1,217,145,146,-1,217,216,145,-1,216,144,145,-1,289,288,216,-1,289,216,217,-1,290,289,217,-1,290,217,218,-1,291,290,218,-1,291,218,219,-1,292,291,219,-1,292,219,220,-1,293,292,220,-1,293,220,221,-1,221,220,149,-1,221,149,150,-1,222,221,150,-1,222,150,151,-1,151,150,78,-1,223,222,151,-1,223,151,152,-1,224,223,152,-1,224,152,153,-1,225,224,153,-1,225,153,154,-1,154,153,81,-1,154,81,82,-1,155,154,82,-1,155,82,83,-1,156,155,83,-1,227,155,156,-1,227,226,155,-1,226,154,155,-1,226,225,154,-1,298,225,226,-1,298,297,225,-1,297,224,225,-1,297,296,224,-1,296,223,224,-1,296,295,223,-1,295,222,223,-1,295,294,222,-1,294,221,222,-1,294,293,221,-1,365,293,294,-1,365,364,293,-1,364,292,293,-1,364,363,292,-1,363,291,292,-1,363,362,291,-1,362,290,291,-1,362,361,290,-1,361,289,290,-1,361,360,289,-1,360,288,289,-1,792,720,721,-1,721,720,648,-1,648,576,577,-1,577,576,504,-1,504,432,433,-1,433,432,360,-1,433,360,361,-1,434,433,361,-1,434,361,362,-1,435,434,362,-1,435,362,363,-1,436,435,363,-1,436,363,364,-1,437,436,364,-1,437,364,365,-1,438,437,365,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_2()
		{
			int[] value = {438,365,366,-1,366,365,294,-1,366,294,295,-1,367,366,295,-1,367,295,296,-1,368,367,296,-1,368,296,297,-1,369,368,297,-1,369,297,298,-1,370,369,298,-1,370,298,299,-1,299,298,226,-1,299,226,227,-1,300,299,227,-1,300,227,228,-1,228,227,156,-1,3517,228,156,-1,3518,3517,156,-1,3547,3518,156,-1,3515,300,228,-1,3515,3514,300,-1,3514,3513,300,-1,3513,371,300,-1,371,299,300,-1,371,370,299,-1,443,370,371,-1,443,442,370,-1,442,369,370,-1,442,441,369,-1,441,368,369,-1,441,440,368,-1,440,367,368,-1,440,439,367,-1,439,366,367,-1,439,438,366,-1,510,438,439,-1,510,509,438,-1,509,437,438,-1,509,508,437,-1,508,436,437,-1,508,507,436,-1,507,435,436,-1,507,506,435,-1,506,434,435,-1,506,505,434,-1,505,433,434,-1,505,504,433,-1,577,504,505,-1,578,577,505,-1,578,505,506,-1,579,578,506,-1,579,506,507,-1,580,579,507,-1,580,507,508,-1,581,580,508,-1,581,508,509,-1,582,581,509,-1,582,509,510,-1,583,582,510,-1,583,510,511,-1,511,510,439,-1,511,439,440,-1,512,511,440,-1,512,440,441,-1,513,512,441,-1,513,441,442,-1,514,513,442,-1,514,442,443,-1,3509,514,443,-1,3510,3509,443,-1,3511,3510,443,-1,3511,443,371,-1,3512,3511,371,-1,3513,3512,371,-1,3509,3508,514,-1,3508,3507,514,-1,3507,586,514,-1,586,513,514,-1,586,585,513,-1,585,512,513,-1,585,584,512,-1,584,511,512,-1,584,583,511,-1,655,583,584,-1,655,654,583,-1,654,582,583,-1,654,653,582,-1,653,581,582,-1,653,652,581,-1,652,580,581,-1,652,651,580,-1,651,579,580,-1,651,650,579,-1,650,578,579,-1,650,649,578,-1,649,577,578,-1,649,648,577,-1,721,648,649,-1,722,721,649,-1,722,649,650,-1,723,722,650,-1,723,650,651,-1,724,723,651,-1,724,651,652,-1,725,724,652,-1,725,652,653,-1,726,725,653,-1,726,653,654,-1,727,726,654,-1,727,654,655,-1,728,727,655,-1,728,655,656,-1,656,655,584,-1,656,584,585,-1,657,656,585,-1,657,585,586,-1,3505,657,586,-1,3506,3505,586,-1,3507,3506,586,-1,3505,3504,657,-1,3504,3503,657,-1,3503,729,657,-1,729,656,657,-1,729,728,656,-1,800,728,729,-1,800,799,728,-1,799,727,728,-1,799,798,727,-1,798,726,727,-1,798,797,726,-1,797,725,726,-1,797,796,725,-1,796,724,725,-1,796,795,724,-1,795,723,724,-1,795,794,723,-1,794,722,723,-1,794,793,722,-1,793,721,722,-1,793,792,721,-1,865,792,793,-1,865,864,792,-1,936,864,865,-1,1009,1008,936,-1,1009,936,937,-1,937,936,865,-1,937,865,866,-1,866,865,793,-1,866,793,794,-1,867,866,794,-1,867,794,795,-1,868,867,795,-1,868,795,796,-1,869,868,796,-1,869,796,797,-1,870,869,797,-1,870,797,798,-1,871,870,798,-1,871,798,799,-1,872,871,799,-1,872,799,800,-1,873,872,800,-1,873,800,801,-1,801,800,729,-1,3501,801,729,-1,3502,3501,729,-1,3503,3502,729,-1,3501,3500,801,-1,3500,874,801,-1,874,873,801,-1,945,873,874,-1,945,944,873,-1,944,872,873,-1,944,943,872,-1,943,871,872,-1,943,942,871,-1,942,870,871,-1,942,941,870,-1,941,869,870,-1,941,940,869,-1,940,868,869,-1,940,939,868,-1,939,867,868,-1,939,938,867,-1,938,866,867,-1,938,937,866,-1,1010,937,938,-1,1010,1009,937,-1,1081,1009,1010,-1,1081,1080,1009,-1,1080,1008,1009,-1,1224,1152,1153,-1,1153,1152,1080,-1,1153,1080,1081,-1,1154,1153,1081,-1,1154,1081,1082,-1,1082,1081,1010,-1,1082,1010,1011,-1,1011,1010,938,-1,1011,938,939,-1,1012,1011,939,-1,1012,939,940,-1,1013,1012,940,-1,1013,940,941,-1,1014,1013,941,-1,1014,941,942,-1,1015,1014,942,-1,1015,942,943,-1,1016,1015,943,-1,1016,943,944,-1,2928,1016,944,-1,2938,2928,944,-1,2938,944,2936,-1,2936,944,945,-1,2937,2936,945,-1,2937,945,2934,-1,2934,945,946,-1,946,945,874,-1,3498,946,874,-1,3499,3498,874,-1,3500,3499,874,-1,3498,3496,946,-1,3497,946,3496,-1,3497,947,946,-1,2935,946,947,-1,2935,2934,946,-1,2957,1091,2956,-1,2956,1091,1090,-1,1163,1090,1091,-1,1163,1162,1090,-1,2950,1090,1162,-1,2958,1090,2950,-1,2958,2956,1090,-1,2950,1162,2949,-1,2949,1162,2945,-1,2945,1162,2944,-1,2944,1162,1233,-1,1234,1233,1162,-1,1234,1162,1163,-1,1235,1234,1163,-1,1235,1163,1164,-1,1164,1163,1091,-1,1164,1091,1092,-1,2955,1092,1091,-1,2955,1091,2954,-1,2957,2954,1091,-1,2933,948,2930,-1,2931,2930,948,-1,2931,948,949,-1,3493,949,948,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_3()
		{
			int[] value = {3493,948,3492,-1,3495,3492,948,-1,3495,948,3494,-1,3494,948,947,-1,2933,947,948,-1,2933,2932,947,-1,2935,947,2932,-1,3497,3494,947,-1,3569,803,3566,-1,3566,803,804,-1,804,803,732,-1,803,731,732,-1,732,731,659,-1,731,658,659,-1,659,658,587,-1,3577,587,658,-1,3578,587,3577,-1,3579,587,3578,-1,3579,515,587,-1,588,587,515,-1,588,515,516,-1,516,515,444,-1,3581,444,515,-1,3582,444,3581,-1,3583,444,3582,-1,3583,372,444,-1,445,444,372,-1,445,372,373,-1,373,372,301,-1,3585,301,372,-1,3586,301,3585,-1,3587,301,3586,-1,3587,229,301,-1,302,301,229,-1,302,229,230,-1,303,302,230,-1,303,230,231,-1,304,303,231,-1,304,231,232,-1,2903,304,232,-1,2904,2903,232,-1,2912,2904,232,-1,2912,232,161,-1,2912,161,162,-1,2912,162,2910,-1,2911,2910,162,-1,2911,162,163,-1,2911,163,2908,-1,2909,2908,163,-1,2909,163,164,-1,2909,164,2906,-1,2907,2906,164,-1,2907,164,165,-1,2907,165,2905,-1,2905,165,2902,-1,2902,165,237,-1,237,165,166,-1,238,237,166,-1,238,166,167,-1,239,238,167,-1,239,167,168,-1,240,239,168,-1,240,168,169,-1,169,168,96,-1,241,240,169,-1,2895,240,241,-1,2895,2894,240,-1,2897,240,2894,-1,2897,239,240,-1,2897,2896,239,-1,2899,239,2896,-1,2899,238,239,-1,2899,2898,238,-1,2901,238,2898,-1,2901,237,238,-1,2901,2900,237,-1,2902,237,2900,-1,2902,2900,309,-1,2901,309,2900,-1,2901,310,309,-1,381,309,310,-1,381,380,309,-1,380,308,309,-1,309,308,236,-1,308,235,236,-1,2907,236,235,-1,2907,235,2906,-1,2909,2906,235,-1,2909,235,234,-1,307,234,235,-1,307,306,234,-1,306,233,234,-1,2911,234,233,-1,2911,233,2910,-1,2912,2910,233,-1,2912,233,2904,-1,2904,233,2903,-1,2903,233,305,-1,306,305,233,-1,377,305,306,-1,2889,305,377,-1,2890,305,2889,-1,2903,305,2890,-1,2903,2890,304,-1,2890,2889,304,-1,2889,376,304,-1,376,375,304,-1,375,303,304,-1,375,374,303,-1,374,302,303,-1,374,373,302,-1,373,301,302,-1,446,373,374,-1,446,445,373,-1,517,445,446,-1,517,516,445,-1,516,444,445,-1,589,516,517,-1,589,588,516,-1,660,588,589,-1,660,659,588,-1,659,587,588,-1,732,659,660,-1,733,732,660,-1,733,660,661,-1,661,660,589,-1,661,589,590,-1,590,589,517,-1,590,517,518,-1,518,517,446,-1,518,446,447,-1,447,446,374,-1,447,374,375,-1,448,447,375,-1,448,375,376,-1,2881,448,376,-1,2882,2881,376,-1,2889,2882,376,-1,2889,377,2882,-1,2882,377,2881,-1,2881,377,449,-1,450,449,377,-1,450,377,378,-1,378,377,306,-1,378,306,307,-1,379,378,307,-1,379,307,308,-1,308,307,235,-1,380,379,308,-1,452,379,380,-1,452,451,379,-1,451,378,379,-1,451,450,378,-1,522,450,451,-1,522,521,450,-1,521,449,450,-1,521,520,449,-1,2877,449,520,-1,2878,449,2877,-1,2881,449,2878,-1,2881,2878,448,-1,2878,2877,448,-1,2877,519,448,-1,519,447,448,-1,519,518,447,-1,591,518,519,-1,591,590,518,-1,662,590,591,-1,662,661,590,-1,734,661,662,-1,734,733,661,-1,805,733,734,-1,805,804,733,-1,804,732,733,-1,3567,804,805,-1,3567,3566,804,-1,3567,805,3565,-1,3565,805,3564,-1,3564,805,878,-1,878,805,806,-1,806,805,734,-1,806,734,735,-1,735,734,662,-1,735,662,663,-1,663,662,591,-1,663,591,592,-1,592,591,519,-1,2873,592,519,-1,2874,2873,519,-1,2877,2874,519,-1,2877,520,2874,-1,2874,520,2873,-1,2873,520,593,-1,593,520,521,-1,594,593,521,-1,594,521,522,-1,595,594,522,-1,595,522,523,-1,523,522,451,-1,523,451,452,-1,524,523,452,-1,524,452,453,-1,453,452,380,-1,453,380,381,-1,454,453,381,-1,454,381,382,-1,382,381,310,-1,382,310,311,-1,2899,311,310,-1,2899,310,2898,-1,2901,2898,310,-1,2899,2896,311,-1,2897,311,2896,-1,2897,312,311,-1,383,311,312,-1,383,382,311,-1,455,382,383,-1,455,454,382,-1,526,454,455,-1,526,525,454,-1,525,453,454,-1,525,524,453,-1,597,524,525,-1,597,596,524,-1,596,523,524,-1,596,595,523,-1,667,595,596,-1,667,666,595,-1,666,594,595,-1,666,665,594,-1,665,593,594,-1,665,664,593,-1,2869,593,664,-1,2870,593,2869,-1,2873,593,2870,-1,2873,2870,592,-1,2870,2869,592,-1,2869,663,592,-1,2869,2866,663,-1,2866,2865,663,-1,2865,735,663,-1,2865,2862,735,-1,2862,2861,735,-1,2861,807,735,-1,807,806,735,-1,879,806,807,-1,879,878,806,-1,3563,878,879,-1,3563,3562,878,-1,3564,878,3562,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_4()
		{
			int[] value = {3491,949,3490,-1,3564,3490,949,-1,3564,949,3493,-1,3491,950,949,-1,1022,949,950,-1,2926,949,1022,-1,2929,949,2926,-1,2931,949,2929,-1,2955,2952,1092,-1,2953,1092,2952,-1,2953,1093,1092,-1,1165,1092,1093,-1,1165,1164,1092,-1,1236,1164,1165,-1,1236,1235,1164,-1,1308,1235,1236,-1,1308,1307,1235,-1,1307,1234,1235,-1,1307,1306,1234,-1,1306,1233,1234,-1,2942,1233,1306,-1,2943,1233,2942,-1,2944,1233,2943,-1,2921,2920,1159,-1,2920,2919,1159,-1,2919,1231,1159,-1,1231,1230,1159,-1,1230,1158,1159,-1,1159,1158,1086,-1,1158,1085,1086,-1,1086,1085,1014,-1,1085,1013,1014,-1,1085,1084,1013,-1,1084,1012,1013,-1,1084,1083,1012,-1,1083,1011,1012,-1,1083,1082,1011,-1,1155,1082,1083,-1,1155,1154,1082,-1,1226,1154,1155,-1,1226,1225,1154,-1,1225,1153,1154,-1,1225,1224,1153,-1,1297,1224,1225,-1,1297,1296,1224,-1,1368,1296,1297,-1,2088,2016,2017,-1,2017,2016,1944,-1,1944,1872,1873,-1,1873,1872,1800,-1,1800,1728,1729,-1,1729,1728,1656,-1,1656,1584,1585,-1,1585,1584,1512,-1,1512,1440,1441,-1,1441,1440,1368,-1,1441,1368,1369,-1,1369,1368,1297,-1,1369,1297,1298,-1,1298,1297,1225,-1,1298,1225,1226,-1,1299,1298,1226,-1,1299,1226,1227,-1,1227,1226,1155,-1,1227,1155,1156,-1,1156,1155,1083,-1,1156,1083,1084,-1,1157,1156,1084,-1,1157,1084,1085,-1,1158,1157,1085,-1,1229,1157,1158,-1,1229,1228,1157,-1,1228,1156,1157,-1,1228,1227,1156,-1,1300,1227,1228,-1,1300,1299,1227,-1,3349,1299,1300,-1,3349,3348,1299,-1,3350,1299,3348,-1,3350,1298,1299,-1,3350,1369,1298,-1,1442,1441,1369,-1,1513,1441,1442,-1,1513,1512,1441,-1,1585,1512,1513,-1,1586,1585,1513,-1,3486,1586,1513,-1,3486,1513,1442,-1,3486,3484,1586,-1,3485,1586,3484,-1,3485,1587,1586,-1,1658,1586,1587,-1,1658,1657,1586,-1,1657,1585,1586,-1,1657,1656,1585,-1,1729,1656,1657,-1,1730,1729,1657,-1,1730,1657,1658,-1,1731,1730,1658,-1,1731,1658,1659,-1,1659,1658,1587,-1,1659,1587,1588,-1,3483,1588,1587,-1,3483,1587,3482,-1,3485,3482,1587,-1,3347,1301,3345,-1,3345,1301,3344,-1,3344,1301,1373,-1,1373,1301,1302,-1,1302,1301,1229,-1,1301,1228,1229,-1,1301,1300,1228,-1,3347,1300,1301,-1,3347,3346,1300,-1,3349,1300,3346,-1,1302,1229,1230,-1,1230,1229,1158,-1,1303,1302,1230,-1,1303,1230,1231,-1,2917,1303,1231,-1,2918,2917,1231,-1,2919,2918,1231,-1,2917,2916,1303,-1,2916,2915,1303,-1,2915,1375,1303,-1,1375,1374,1303,-1,1374,1302,1303,-1,1374,1373,1302,-1,3343,1373,1374,-1,3343,3342,1373,-1,3344,1373,3342,-1,3483,3480,1588,-1,3481,1588,3480,-1,3481,1589,1588,-1,1660,1588,1589,-1,1660,1659,1588,-1,1732,1659,1660,-1,1732,1731,1659,-1,1803,1731,1732,-1,1803,1802,1731,-1,1802,1730,1731,-1,1802,1801,1730,-1,1801,1729,1730,-1,1801,1800,1729,-1,1873,1800,1801,-1,1874,1873,1801,-1,1874,1801,1802,-1,1875,1874,1802,-1,1875,1802,1803,-1,1876,1875,1803,-1,1876,1803,1804,-1,1804,1803,1732,-1,1804,1732,1733,-1,1733,1732,1660,-1,1733,1660,1661,-1,1661,1660,1589,-1,1661,1589,1590,-1,3479,1590,1589,-1,3479,1589,3478,-1,3481,3478,1589,-1,3343,1374,3340,-1,3341,3340,1374,-1,3341,1374,1375,-1,3341,1375,3338,-1,3338,1375,2913,-1,2914,2913,1375,-1,2915,2914,1375,-1,2942,1306,2941,-1,2941,1306,2940,-1,2940,1306,1377,-1,1378,1377,1306,-1,1378,1306,1307,-1,1379,1378,1307,-1,1379,1307,1308,-1,1380,1379,1308,-1,1380,1308,1309,-1,1309,1308,1236,-1,1309,1236,1237,-1,1237,1236,1165,-1,1237,1165,1166,-1,1166,1165,1093,-1,2948,1166,1093,-1,2951,2948,1093,-1,2953,2951,1093,-1,2925,2924,1022,-1,2926,1022,2924,-1,2925,1022,1023,-1,1023,1022,950,-1,3488,1023,950,-1,3489,3488,950,-1,3491,3489,950,-1,3488,3487,1023,-1,3487,2846,1023,-1,2846,2845,1023,-1,2923,1023,2845,-1,2925,1023,2923,-1,2948,2946,1166,-1,2947,1166,2946,-1,2947,1167,1166,-1,1238,1166,1167,-1,1238,1237,1166,-1,1310,1237,1238,-1,1310,1309,1237,-1,1381,1309,1310,-1,1381,1380,1309,-1,1453,1380,1381,-1,1453,1452,1380,-1,1452,1379,1380,-1,1452,1451,1379,-1,1451,1378,1379,-1,3332,1378,1451,-1,3333,1378,3332,-1,3335,1378,3333,-1,3335,1377,1378,-1,3335,3334,1377,-1,3334,2939,1377,-1,2940,1377,2939,-1,3479,3476,1590,-1,3477,1590,3476,-1,3477,1591,1590,-1,1662,1590,1591,-1,1662,1661,1590,-1,1734,1661,1662,-1,1734,1733,1661,-1,1805,1733,1734,-1,1805,1804,1733,-1,1877,1804,1805,-1,1877,1876,1804,-1,1948,1876,1877,-1,1948,1947,1876,-1,1947,1875,1876,-1,1947,1946,1875,-1,1946,1874,1875,-1,1946,1945,1874,-1,1945,1873,1874,-1,1945,1944,1873,-1,2017,1944,1945,-1,2018,2017,1945,-1,2018,1945,1946,-1,2019,2018,1946,-1,2019,1946,1947,-1,2020,2019,1947,-1,2020,1947,1948,-1,2021,2020,1948,-1,2021,1948,1949,-1,1949,1948,1877,-1,1949,1877,1878,-1,1878,1877,1805,-1,1878,1805,1806,-1,1806,1805,1734,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_5()
		{
			int[] value = {1806,1734,1735,-1,1735,1734,1662,-1,1735,1662,1663,-1,1663,1662,1591,-1,3474,1663,1591,-1,3475,3474,1591,-1,3477,3475,1591,-1,3474,3472,1663,-1,3473,1663,3472,-1,3473,1664,1663,-1,1736,1663,1664,-1,1736,1735,1663,-1,1807,1735,1736,-1,1807,1806,1735,-1,1879,1806,1807,-1,1879,1878,1806,-1,1950,1878,1879,-1,1950,1949,1878,-1,2022,1949,1950,-1,2022,2021,1949,-1,2093,2021,2022,-1,2093,2092,2021,-1,2092,2020,2021,-1,2092,2091,2020,-1,2091,2019,2020,-1,2091,2090,2019,-1,2090,2018,2019,-1,2090,2089,2018,-1,2089,2017,2018,-1,2089,2088,2017,-1,2161,2088,2089,-1,2161,2160,2088,-1,2232,2160,2161,-1,2376,2304,2305,-1,2305,2304,2232,-1,2305,2232,2233,-1,2233,2232,2161,-1,2233,2161,2162,-1,2162,2161,2089,-1,2162,2089,2090,-1,2163,2162,2090,-1,2163,2090,2091,-1,2164,2163,2091,-1,2164,2091,2092,-1,2165,2164,2092,-1,2165,2092,2093,-1,2166,2165,2093,-1,2166,2093,2094,-1,2094,2093,2022,-1,2094,2022,2023,-1,2023,2022,1950,-1,2023,1950,1951,-1,1951,1950,1879,-1,1951,1879,1880,-1,1880,1879,1807,-1,1880,1807,1808,-1,1808,1807,1736,-1,1808,1736,1737,-1,1737,1736,1664,-1,1737,1664,1665,-1,3471,1665,1664,-1,3471,1664,3470,-1,3473,3470,1664,-1,3471,3468,1665,-1,3469,1665,3468,-1,3469,1666,1665,-1,1738,1665,1666,-1,1738,1737,1665,-1,1809,1737,1738,-1,1809,1808,1737,-1,1881,1808,1809,-1,1881,1880,1808,-1,1952,1880,1881,-1,1952,1951,1880,-1,2024,1951,1952,-1,2024,2023,1951,-1,2095,2023,2024,-1,2095,2094,2023,-1,2167,2094,2095,-1,2167,2166,2094,-1,2238,2166,2167,-1,2238,2237,2166,-1,2237,2165,2166,-1,2237,2236,2165,-1,2236,2164,2165,-1,2236,2235,2164,-1,2235,2163,2164,-1,2235,2234,2163,-1,2234,2162,2163,-1,2234,2233,2162,-1,2306,2233,2234,-1,2306,2305,2233,-1,2377,2305,2306,-1,2377,2376,2305,-1,2449,2376,2377,-1,2449,2448,2376,-1,2520,2448,2449,-1,2593,2592,2520,-1,2593,2520,2521,-1,2521,2520,2449,-1,2521,2449,2450,-1,2450,2449,2377,-1,2450,2377,2378,-1,2378,2377,2306,-1,2378,2306,2307,-1,2307,2306,2234,-1,2307,2234,2235,-1,2308,2307,2235,-1,2308,2235,2236,-1,2309,2308,2236,-1,2309,2236,2237,-1,2310,2309,2237,-1,2310,2237,2238,-1,2311,2310,2238,-1,2311,2238,2239,-1,2239,2238,2167,-1,2239,2167,2168,-1,2168,2167,2095,-1,2168,2095,2096,-1,2096,2095,2024,-1,2096,2024,2025,-1,2025,2024,1952,-1,2025,1952,1953,-1,1953,1952,1881,-1,1953,1881,1882,-1,1882,1881,1809,-1,1882,1809,1810,-1,1810,1809,1738,-1,1810,1738,1739,-1,1739,1738,1666,-1,1739,1666,1667,-1,3467,1667,1666,-1,3467,1666,3466,-1,3469,3466,1666,-1,3331,1452,3328,-1,3329,3328,1452,-1,3329,1452,1453,-1,3329,1453,3326,-1,3327,3326,1453,-1,3327,1453,1454,-1,1454,1453,1381,-1,1454,1381,1382,-1,1382,1381,1310,-1,1382,1310,1311,-1,1311,1310,1238,-1,1311,1238,1239,-1,1239,1238,1167,-1,1239,1167,1168,-1,1168,1167,1095,-1,2842,1095,1167,-1,2845,1024,1095,-1,1096,1095,1024,-1,1096,1024,1025,-1,1025,1024,952,-1,1024,951,952,-1,952,951,880,-1,2853,880,951,-1,2854,880,2853,-1,2857,880,2854,-1,2857,808,880,-1,881,880,808,-1,881,808,809,-1,809,808,737,-1,808,736,737,-1,737,736,664,-1,2865,664,736,-1,2866,664,2865,-1,2869,664,2866,-1,2865,736,2862,-1,2862,736,2861,-1,2861,736,808,-1,2861,808,2858,-1,2858,808,2857,-1,2858,2857,807,-1,2857,879,807,-1,2857,2854,879,-1,3560,879,2854,-1,3561,879,3560,-1,3563,879,3561,-1,2853,951,2850,-1,2850,951,2849,-1,2849,951,1024,-1,3559,2849,1024,-1,3559,1024,3487,-1,3487,1024,2846,-1,2846,1024,2845,-1,2861,2858,807,-1,737,664,665,-1,738,737,665,-1,738,665,666,-1,739,738,666,-1,739,666,667,-1,740,739,667,-1,740,667,668,-1,668,667,596,-1,668,596,597,-1,669,668,597,-1,669,597,598,-1,598,597,525,-1,598,525,526,-1,599,598,526,-1,599,526,527,-1,527,526,455,-1,527,455,456,-1,456,455,383,-1,456,383,384,-1,384,383,312,-1,384,312,313,-1,2895,313,312,-1,2895,312,2894,-1,2897,2894,312,-1,2895,2892,313,-1,2893,313,2892,-1,2893,314,313,-1,385,313,314,-1,385,384,313,-1,457,384,385,-1,457,456,384,-1,528,456,457,-1,528,527,456,-1,600,527,528,-1,600,599,527,-1,671,599,600,-1,671,670,599,-1,670,598,599,-1,670,669,598,-1,742,669,670,-1,742,741,669,-1,741,668,669,-1,741,740,668,-1,812,740,741,-1,812,811,740,-1,811,739,740,-1,811,810,739,-1,810,738,739,-1,810,809,738,-1,809,737,738,-1,882,809,810,-1,882,881,809,-1,953,881,882,-1,953,952,881,-1,952,880,881,-1,1025,952,953,-1,1026,1025,953,-1,1026,953,954,-1,954,953,882,-1,954,882,883,-1,883,882,810,-1,883,810,811,-1,884,883,811,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_6()
		{
			int[] value = {884,811,812,-1,885,884,812,-1,885,812,813,-1,813,812,741,-1,813,741,742,-1,814,813,742,-1,814,742,743,-1,743,742,670,-1,743,670,671,-1,744,743,671,-1,744,671,672,-1,672,671,600,-1,672,600,601,-1,601,600,528,-1,601,528,529,-1,529,528,457,-1,529,457,458,-1,458,457,385,-1,458,385,386,-1,386,385,314,-1,2888,386,314,-1,2891,2888,314,-1,2893,2891,314,-1,2893,242,2891,-1,2891,242,2888,-1,2888,242,315,-1,315,242,243,-1,243,242,171,-1,243,171,172,-1,3619,172,171,-1,3619,171,3618,-1,3621,3618,171,-1,3546,99,3544,-1,3545,3544,99,-1,3545,99,100,-1,100,99,28,-1,99,27,28,-1,100,28,29,-1,101,100,29,-1,101,29,30,-1,102,101,30,-1,3541,101,102,-1,3541,3540,101,-1,3543,101,3540,-1,3543,100,101,-1,3543,3542,100,-1,3545,100,3542,-1,3541,102,3538,-1,3539,3538,102,-1,3539,102,103,-1,3539,103,3536,-1,3537,3536,103,-1,3537,103,104,-1,104,103,32,-1,3537,104,3534,-1,3535,3534,104,-1,3535,104,105,-1,3535,105,3532,-1,3533,3532,105,-1,3533,105,106,-1,106,105,34,-1,3533,106,3530,-1,3531,3530,106,-1,3531,106,3528,-1,3528,106,107,-1,3529,3528,107,-1,3529,107,3526,-1,3526,107,108,-1,108,107,36,-1,3527,3526,108,-1,3527,108,3524,-1,3524,108,109,-1,3525,3524,109,-1,3525,109,3522,-1,3522,109,110,-1,110,109,38,-1,3523,3522,110,-1,3523,110,3519,-1,3519,110,111,-1,3520,3519,111,-1,3521,3520,111,-1,3521,111,40,-1,3552,3521,40,-1,3552,40,3549,-1,3596,2785,182,-1,2798,182,2785,-1,2799,182,2798,-1,3599,182,2799,-1,3599,3596,182,-1,3598,2798,181,-1,2798,253,181,-1,253,252,181,-1,252,180,181,-1,3600,181,180,-1,3603,3600,180,-1,3603,180,3602,-1,3602,180,179,-1,251,179,180,-1,251,250,179,-1,250,178,179,-1,3604,179,178,-1,3607,3604,178,-1,3607,178,177,-1,249,177,178,-1,249,248,177,-1,248,176,177,-1,3609,177,176,-1,3609,176,3608,-1,3611,3608,176,-1,3611,176,175,-1,247,175,176,-1,247,246,175,-1,246,174,175,-1,3613,175,174,-1,3613,174,3612,-1,3615,3612,174,-1,3615,174,173,-1,245,173,174,-1,245,244,173,-1,244,172,173,-1,3617,173,172,-1,3617,172,3616,-1,3619,3616,172,-1,3617,3614,173,-1,3615,173,3614,-1,244,243,172,-1,316,243,244,-1,316,315,243,-1,2887,315,316,-1,2887,2886,315,-1,2888,315,2886,-1,2888,2886,386,-1,2887,386,2886,-1,2887,387,386,-1,459,386,387,-1,459,458,386,-1,530,458,459,-1,530,529,458,-1,602,529,530,-1,602,601,529,-1,673,601,602,-1,673,672,601,-1,745,672,673,-1,745,744,672,-1,816,744,745,-1,816,815,744,-1,815,743,744,-1,815,814,743,-1,887,814,815,-1,887,886,814,-1,886,813,814,-1,886,885,813,-1,957,885,886,-1,957,956,885,-1,956,884,885,-1,956,955,884,-1,955,883,884,-1,955,954,883,-1,1027,954,955,-1,1027,1026,954,-1,1098,1026,1027,-1,1098,1097,1026,-1,1097,1025,1026,-1,1097,1096,1025,-1,1169,1096,1097,-1,1169,1168,1096,-1,1168,1095,1096,-1,1240,1168,1169,-1,1240,1239,1168,-1,1312,1239,1240,-1,1312,1311,1239,-1,1383,1311,1312,-1,1383,1382,1311,-1,1455,1382,1383,-1,1455,1454,1382,-1,3325,1454,1455,-1,3325,3324,1454,-1,3327,1454,3324,-1,3467,3464,1667,-1,3465,1667,3464,-1,3465,1668,1667,-1,1740,1667,1668,-1,1740,1739,1667,-1,1811,1739,1740,-1,1811,1810,1739,-1,1883,1810,1811,-1,1883,1882,1810,-1,1954,1882,1883,-1,1954,1953,1882,-1,2026,1953,1954,-1,2026,2025,1953,-1,2097,2025,2026,-1,2097,2096,2025,-1,2169,2096,2097,-1,2169,2168,2096,-1,2240,2168,2169,-1,2240,2239,2168,-1,2312,2239,2240,-1,2312,2311,2239,-1,2383,2311,2312,-1,2383,2382,2311,-1,2382,2310,2311,-1,2382,2381,2310,-1,2381,2309,2310,-1,2381,2380,2309,-1,2380,2308,2309,-1,2380,2379,2308,-1,2379,2307,2308,-1,2379,2378,2307,-1,2451,2378,2379,-1,2451,2450,2378,-1,2522,2450,2451,-1,2522,2521,2450,-1,2594,2521,2522,-1,2594,2593,2521,-1,2595,2594,2522,-1,2595,2522,2523,-1,2523,2522,2451,-1,2523,2451,2452,-1,2452,2451,2379,-1,2452,2379,2380,-1,2453,2452,2380,-1,2453,2380,2381,-1,2454,2453,2381,-1,2454,2381,2382,-1,2455,2454,2382,-1,2455,2382,2383,-1,2456,2455,2383,-1,2456,2383,2384,-1,2384,2383,2312,-1,2384,2312,2313,-1,2313,2312,2240,-1,2313,2240,2241,-1,2241,2240,2169,-1,2241,2169,2170,-1,2170,2169,2097,-1,2170,2097,2098,-1,2098,2097,2026,-1,2098,2026,2027,-1,2027,2026,1954,-1,2027,1954,1955,-1,1955,1954,1883,-1,1955,1883,1884,-1,1884,1883,1811,-1,1884,1811,1812,-1,1812,1811,1740,-1,1812,1740,1741,-1,1741,1740,1668,-1,3462,1741,1668,-1,3463,3462,1668,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_7()
		{
			int[] value = {3465,3463,1668,-1,3325,1455,3322,-1,3323,3322,1455,-1,3323,1455,1456,-1,1456,1455,1383,-1,1456,1383,1384,-1,1384,1383,1312,-1,1384,1312,1313,-1,1313,1312,1240,-1,1313,1240,1241,-1,1241,1240,1169,-1,1241,1169,1170,-1,1170,1169,1097,-1,1170,1097,1098,-1,1171,1170,1098,-1,1171,1098,1099,-1,1099,1098,1027,-1,1099,1027,1028,-1,1028,1027,955,-1,1028,955,956,-1,1029,1028,956,-1,1029,956,957,-1,1030,1029,957,-1,1030,957,958,-1,958,957,886,-1,958,886,887,-1,959,958,887,-1,959,887,888,-1,888,887,815,-1,888,815,816,-1,889,888,816,-1,889,816,817,-1,817,816,745,-1,817,745,746,-1,746,745,673,-1,746,673,674,-1,674,673,602,-1,674,602,603,-1,603,602,530,-1,603,530,531,-1,531,530,459,-1,531,459,460,-1,460,459,387,-1,460,387,388,-1,2885,388,387,-1,2885,387,2884,-1,2887,2884,387,-1,2887,316,2884,-1,2885,2884,316,-1,2885,316,317,-1,317,316,244,-1,317,244,245,-1,318,317,245,-1,318,245,246,-1,246,245,174,-1,319,318,246,-1,319,246,247,-1,320,319,247,-1,320,247,248,-1,248,247,176,-1,321,320,248,-1,321,248,249,-1,322,321,249,-1,322,249,250,-1,250,249,178,-1,323,322,250,-1,323,250,251,-1,324,323,251,-1,324,251,252,-1,252,251,180,-1,325,324,252,-1,325,252,253,-1,326,325,253,-1,2796,326,253,-1,2797,2796,253,-1,2798,2797,253,-1,2784,254,2783,-1,2783,254,2782,-1,2782,254,327,-1,327,254,255,-1,255,254,183,-1,2784,183,254,-1,2785,183,2784,-1,3597,183,2785,-1,3597,3594,183,-1,3594,184,183,-1,255,183,184,-1,256,255,184,-1,256,184,185,-1,3591,185,184,-1,3595,3591,184,-1,3595,184,3594,-1,3592,185,3591,-1,3593,185,3592,-1,3593,113,185,-1,186,185,113,-1,186,113,114,-1,187,186,114,-1,187,114,115,-1,115,114,43,-1,115,43,44,-1,116,115,44,-1,188,115,116,-1,188,187,115,-1,259,187,188,-1,259,258,187,-1,258,186,187,-1,258,257,186,-1,257,185,186,-1,257,256,185,-1,329,256,257,-1,329,328,256,-1,328,255,256,-1,328,327,255,-1,399,327,328,-1,2780,327,399,-1,2781,327,2780,-1,2782,327,2781,-1,2794,2793,397,-1,2793,2792,397,-1,2792,470,397,-1,470,469,397,-1,469,396,397,-1,397,396,325,-1,396,324,325,-1,396,395,324,-1,395,323,324,-1,395,394,323,-1,394,322,323,-1,394,393,322,-1,393,321,322,-1,393,392,321,-1,392,320,321,-1,392,391,320,-1,391,319,320,-1,391,390,319,-1,390,318,319,-1,390,389,318,-1,389,317,318,-1,2883,317,389,-1,2885,317,2883,-1,2885,2883,388,-1,2883,2880,388,-1,2880,2879,388,-1,2879,460,388,-1,2879,2876,460,-1,2876,2875,460,-1,2875,531,460,-1,2875,2872,531,-1,2872,2871,531,-1,2871,604,531,-1,604,603,531,-1,675,603,604,-1,675,674,603,-1,747,674,675,-1,747,746,674,-1,818,746,747,-1,818,817,746,-1,890,817,818,-1,890,889,817,-1,961,889,890,-1,961,960,889,-1,960,888,889,-1,960,959,888,-1,1032,959,960,-1,1032,1031,959,-1,1031,958,959,-1,1031,1030,958,-1,1102,1030,1031,-1,1102,1101,1030,-1,1101,1029,1030,-1,1101,1100,1029,-1,1100,1028,1029,-1,1100,1099,1028,-1,1172,1099,1100,-1,1172,1171,1099,-1,1243,1171,1172,-1,1243,1242,1171,-1,1242,1170,1171,-1,1242,1241,1170,-1,1314,1241,1242,-1,1314,1313,1241,-1,1385,1313,1314,-1,1385,1384,1313,-1,1457,1384,1385,-1,1457,1456,1384,-1,1528,1456,1457,-1,3320,1456,1528,-1,3321,1456,3320,-1,3323,1456,3321,-1,3462,3460,1741,-1,3461,1741,3460,-1,3461,1742,1741,-1,1813,1741,1742,-1,1813,1812,1741,-1,1885,1812,1813,-1,1885,1884,1812,-1,1956,1884,1885,-1,1956,1955,1884,-1,2028,1955,1956,-1,2028,2027,1955,-1,2099,2027,2028,-1,2099,2098,2027,-1,2171,2098,2099,-1,2171,2170,2098,-1,2242,2170,2171,-1,2242,2241,2170,-1,2314,2241,2242,-1,2314,2313,2241,-1,2385,2313,2314,-1,2385,2384,2313,-1,2457,2384,2385,-1,2457,2456,2384,-1,2528,2456,2457,-1,2528,2527,2456,-1,2527,2455,2456,-1,2527,2526,2455,-1,2526,2454,2455,-1,2526,2525,2454,-1,2525,2453,2454,-1,2525,2524,2453,-1,2524,2452,2453,-1,2524,2523,2452,-1,2596,2523,2524,-1,2596,2595,2523,-1,2600,2599,2527,-1,2599,2526,2527,-1,2599,2598,2526,-1,2598,2525,2526,-1,2598,2597,2525,-1,2597,2524,2525,-1,2597,2596,2524,-1,2600,2527,2528,-1,2601,2600,2528,-1,2601,2528,2529,-1,2529,2528,2457,-1,2529,2457,2458,-1,2458,2457,2385,-1,2458,2385,2386,-1,2386,2385,2314,-1,2386,2314,2315,-1,2315,2314,2242,-1,2315,2242,2243,-1,2243,2242,2171,-1,2243,2171,2172,-1,2172,2171,2099,-1,2172,2099,2100,-1,2100,2099,2028,-1,2100,2028,2029,-1,2029,2028,1956,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_8()
		{
			int[] value = {2029,1956,1957,-1,1957,1956,1885,-1,1957,1885,1886,-1,1886,1885,1813,-1,1886,1813,1814,-1,1814,1813,1742,-1,1814,1742,1743,-1,3459,1743,1742,-1,3459,1742,3458,-1,3461,3458,1742,-1,3459,3456,1743,-1,3457,1743,3456,-1,3457,1744,1743,-1,1815,1743,1744,-1,1815,1814,1743,-1,1887,1814,1815,-1,1887,1886,1814,-1,1958,1886,1887,-1,1958,1957,1886,-1,2030,1957,1958,-1,2030,2029,1957,-1,2101,2029,2030,-1,2101,2100,2029,-1,2173,2100,2101,-1,2173,2172,2100,-1,2244,2172,2173,-1,2244,2243,2172,-1,2316,2243,2244,-1,2316,2315,2243,-1,2387,2315,2316,-1,2387,2386,2315,-1,2459,2386,2387,-1,2459,2458,2386,-1,2530,2458,2459,-1,2530,2529,2458,-1,2602,2529,2530,-1,2602,2601,2529,-1,2603,2602,2530,-1,2603,2530,2531,-1,2531,2530,2459,-1,2531,2459,2460,-1,2460,2459,2387,-1,2460,2387,2388,-1,2388,2387,2316,-1,2388,2316,2317,-1,2317,2316,2244,-1,2317,2244,2245,-1,2245,2244,2173,-1,2245,2173,2174,-1,2174,2173,2101,-1,2174,2101,2102,-1,2102,2101,2030,-1,2102,2030,2031,-1,2031,2030,1958,-1,2031,1958,1959,-1,1959,1958,1887,-1,1959,1887,1888,-1,1888,1887,1815,-1,1888,1815,1816,-1,1816,1815,1744,-1,1816,1744,1745,-1,3455,1745,1744,-1,3455,1744,3454,-1,3457,3454,1744,-1,3320,1528,3318,-1,3319,3318,1528,-1,3319,1528,1529,-1,1529,1528,1457,-1,1529,1457,1458,-1,1458,1457,1385,-1,1458,1385,1386,-1,1386,1385,1314,-1,1386,1314,1315,-1,1315,1314,1242,-1,1315,1242,1243,-1,1316,1315,1243,-1,1316,1243,1244,-1,1244,1243,1172,-1,1244,1172,1173,-1,1173,1172,1100,-1,1173,1100,1101,-1,1174,1173,1101,-1,1174,1101,1102,-1,1175,1174,1102,-1,1175,1102,1103,-1,1103,1102,1031,-1,1103,1031,1032,-1,1104,1103,1032,-1,1104,1032,1033,-1,1033,1032,960,-1,1033,960,961,-1,1034,1033,961,-1,1034,961,962,-1,962,961,890,-1,962,890,891,-1,891,890,818,-1,891,818,819,-1,819,818,747,-1,2859,819,747,-1,2860,2859,747,-1,2863,2860,747,-1,2863,747,675,-1,2864,2863,675,-1,2867,2864,675,-1,2867,675,604,-1,2868,2867,604,-1,2871,2868,604,-1,2871,605,2868,-1,2868,605,2867,-1,2867,605,2829,-1,2830,2829,605,-1,2831,2830,605,-1,2871,2831,605,-1,2871,532,2831,-1,2832,2831,532,-1,2833,2832,532,-1,2875,2833,532,-1,2875,532,2872,-1,2872,532,2871,-1,2875,461,2833,-1,2834,2833,461,-1,2835,2834,461,-1,2836,2835,461,-1,2876,2836,461,-1,2876,461,2875,-1,2879,2836,2876,-1,2879,389,2836,-1,2836,389,2835,-1,2835,389,2834,-1,2834,389,462,-1,462,389,390,-1,463,462,390,-1,463,390,391,-1,464,463,391,-1,464,391,392,-1,465,464,392,-1,465,392,393,-1,466,465,393,-1,466,393,394,-1,467,466,394,-1,467,394,395,-1,468,467,395,-1,468,395,396,-1,469,468,396,-1,540,468,469,-1,540,539,468,-1,539,467,468,-1,539,538,467,-1,538,466,467,-1,538,537,466,-1,537,465,466,-1,537,536,465,-1,536,464,465,-1,536,535,464,-1,535,463,464,-1,535,534,463,-1,534,462,463,-1,534,533,462,-1,2833,462,533,-1,2834,462,2833,-1,2833,533,2832,-1,2832,533,2831,-1,2831,533,606,-1,606,533,534,-1,607,606,534,-1,607,534,535,-1,608,607,535,-1,608,535,536,-1,609,608,536,-1,609,536,537,-1,610,609,537,-1,610,537,538,-1,611,610,538,-1,2771,611,538,-1,2771,538,2752,-1,2752,538,539,-1,2753,2752,539,-1,2753,539,540,-1,2753,540,2751,-1,2751,540,2750,-1,2750,540,613,-1,613,540,541,-1,541,540,469,-1,541,469,470,-1,542,541,470,-1,2790,542,470,-1,2791,2790,470,-1,2792,2791,470,-1,2778,471,2777,-1,2777,471,2776,-1,2776,471,543,-1,543,471,472,-1,472,471,399,-1,2778,399,471,-1,2779,399,2778,-1,2780,399,2779,-1,472,399,400,-1,400,399,328,-1,400,328,329,-1,401,400,329,-1,401,329,330,-1,330,329,257,-1,330,257,258,-1,331,330,258,-1,331,258,259,-1,332,331,259,-1,332,259,260,-1,260,259,188,-1,260,188,189,-1,189,188,116,-1,189,116,117,-1,190,189,117,-1,190,117,118,-1,118,117,46,-1,191,190,118,-1,191,118,119,-1,192,191,119,-1,192,119,120,-1,120,119,48,-1,120,48,49,-1,122,50,51,-1,122,121,50,-1,121,49,50,-1,121,120,49,-1,193,120,121,-1,193,192,120,-1,264,192,193,-1,264,263,192,-1,263,191,192,-1,263,262,191,-1,262,190,191,-1,262,261,190,-1,261,189,190,-1,261,260,189,-1,333,260,261,-1,333,332,260,-1,404,332,333,-1,404,403,332,-1,403,331,332,-1,403,402,331,-1,402,330,331,-1,402,401,330,-1,474,401,402,-1,474,473,401,-1,473,400,401,-1,473,472,400,-1,544,472,473,-1,544,543,472,-1,616,543,544,-1,2774,543,616,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_9()
		{
			int[] value = {2775,543,2774,-1,2776,543,2775,-1,2759,2757,758,-1,2758,758,2757,-1,2758,759,758,-1,830,758,759,-1,830,829,758,-1,829,757,758,-1,758,757,685,-1,757,684,685,-1,2767,685,684,-1,2767,684,2766,-1,2769,2766,684,-1,2769,684,683,-1,756,683,684,-1,756,755,683,-1,755,682,683,-1,683,682,611,-1,682,610,611,-1,682,681,610,-1,681,609,610,-1,681,680,609,-1,680,608,609,-1,680,679,608,-1,679,607,608,-1,679,678,607,-1,678,606,607,-1,678,677,606,-1,2829,606,677,-1,2830,606,2829,-1,2831,606,2830,-1,2829,677,2828,-1,2828,677,2827,-1,2827,677,749,-1,750,749,677,-1,750,677,678,-1,751,750,678,-1,751,678,679,-1,752,751,679,-1,752,679,680,-1,753,752,680,-1,753,680,681,-1,754,753,681,-1,754,681,682,-1,755,754,682,-1,826,754,755,-1,826,825,754,-1,825,753,754,-1,825,824,753,-1,824,752,753,-1,824,823,752,-1,823,751,752,-1,823,822,751,-1,822,750,751,-1,822,821,750,-1,821,749,750,-1,2825,749,821,-1,2826,749,2825,-1,2827,749,2826,-1,2827,2826,748,-1,2826,2825,748,-1,2859,748,2825,-1,2860,748,2859,-1,2863,748,2860,-1,2863,2827,748,-1,2863,676,2827,-1,2828,2827,676,-1,2829,2828,676,-1,2867,2829,676,-1,2867,676,2864,-1,2864,676,2863,-1,2859,2825,820,-1,2825,2823,820,-1,2823,2822,820,-1,2822,2821,820,-1,2856,820,2821,-1,2859,820,2856,-1,2859,2856,819,-1,2856,2855,819,-1,2855,891,819,-1,2855,2852,891,-1,2852,2851,891,-1,2851,962,891,-1,2851,2848,962,-1,2848,2847,962,-1,2847,1035,962,-1,1035,1034,962,-1,1106,1034,1035,-1,1106,1105,1034,-1,1105,1033,1034,-1,1105,1104,1033,-1,1177,1104,1105,-1,1177,1176,1104,-1,1176,1103,1104,-1,1176,1175,1103,-1,1247,1175,1176,-1,1247,1246,1175,-1,1246,1174,1175,-1,1246,1245,1174,-1,1245,1173,1174,-1,1245,1244,1173,-1,1317,1244,1245,-1,1317,1316,1244,-1,1388,1316,1317,-1,1388,1387,1316,-1,1387,1315,1316,-1,1387,1386,1315,-1,1459,1386,1387,-1,1459,1458,1386,-1,1530,1458,1459,-1,1530,1529,1458,-1,3317,1529,1530,-1,3317,3316,1529,-1,3319,1529,3316,-1,3317,1530,3314,-1,3315,3314,1530,-1,3315,1530,1531,-1,1531,1530,1459,-1,1531,1459,1460,-1,1460,1459,1387,-1,1460,1387,1388,-1,1461,1460,1388,-1,1461,1388,1389,-1,1389,1388,1317,-1,1389,1317,1318,-1,1318,1317,1245,-1,1318,1245,1246,-1,1319,1318,1246,-1,1319,1246,1247,-1,1320,1319,1247,-1,1320,1247,1248,-1,1248,1247,1176,-1,1248,1176,1177,-1,1249,1248,1177,-1,1249,1177,1178,-1,1178,1177,1105,-1,1178,1105,1106,-1,2840,1178,1106,-1,2841,2840,1106,-1,2843,2841,1106,-1,2843,1106,1035,-1,2844,2843,1035,-1,2847,2844,1035,-1,2847,1036,2844,-1,2844,1036,2843,-1,2843,1036,1107,-1,1108,1107,1036,-1,1108,1036,1037,-1,1037,1036,964,-1,1036,963,964,-1,964,963,892,-1,2851,892,963,-1,2852,892,2851,-1,2852,2824,892,-1,2824,2821,892,-1,2821,893,892,-1,964,892,893,-1,965,964,893,-1,965,893,894,-1,894,893,821,-1,2822,821,893,-1,2823,821,2822,-1,2825,821,2823,-1,2822,893,2821,-1,894,821,822,-1,895,894,822,-1,895,822,823,-1,896,895,823,-1,896,823,824,-1,897,896,824,-1,897,824,825,-1,898,897,825,-1,898,825,826,-1,899,898,826,-1,899,826,827,-1,827,826,755,-1,827,755,756,-1,828,827,756,-1,828,756,757,-1,757,756,684,-1,829,828,757,-1,901,828,829,-1,901,900,828,-1,900,827,828,-1,900,899,827,-1,971,899,900,-1,971,970,899,-1,2737,899,970,-1,2737,2724,899,-1,2724,898,899,-1,2724,2723,898,-1,2723,897,898,-1,2725,897,2723,-1,2725,2722,897,-1,2722,968,897,-1,968,896,897,-1,968,967,896,-1,967,895,896,-1,967,966,895,-1,966,894,895,-1,966,965,894,-1,1038,965,966,-1,1038,1037,965,-1,1037,964,965,-1,1109,1037,1038,-1,1109,1108,1037,-1,1181,1108,1109,-1,1181,1180,1108,-1,1180,1107,1108,-1,2840,1107,1180,-1,2841,1107,2840,-1,2843,1107,2841,-1,2840,1180,1179,-1,3031,1179,1180,-1,3031,2838,1179,-1,2839,1179,2838,-1,2840,1179,2839,-1,2840,2838,1178,-1,2838,1250,1178,-1,1250,1249,1178,-1,1322,1249,1250,-1,2809,1249,1322,-1,2809,1321,1249,-1,1321,1248,1249,-1,1321,1320,1248,-1,1392,1320,1321,-1,1392,1391,1320,-1,1391,1319,1320,-1,1391,1390,1319,-1,1390,1318,1319,-1,1390,1389,1318,-1,1462,1389,1390,-1,1462,1461,1389,-1,1533,1461,1462,-1,1533,1532,1461,-1,1532,1460,1461,-1,1532,1531,1460,-1,3313,1531,1532,-1,3313,3312,1531,-1,3315,1531,3312,-1,3455,3452,1745,-1,3453,1745,3452,-1,3453,1746,1745,-1,1817,1745,1746,-1,1817,1816,1745,-1,1889,1816,1817,-1,1889,1888,1816,-1,1960,1888,1889,-1,1960,1959,1888,-1,2032,1959,1960,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_10()
		{
			int[] value = {2032,2031,1959,-1,2103,2031,2032,-1,2103,2102,2031,-1,2175,2102,2103,-1,2175,2174,2102,-1,2246,2174,2175,-1,2246,2245,2174,-1,2318,2245,2246,-1,2318,2317,2245,-1,2389,2317,2318,-1,2389,2388,2317,-1,2461,2388,2389,-1,2461,2460,2388,-1,2532,2460,2461,-1,2532,2531,2460,-1,2604,2531,2532,-1,2604,2603,2531,-1,2619,2618,2546,-1,2618,2545,2546,-1,2546,2545,2474,-1,2545,2473,2474,-1,2474,2473,2401,-1,2473,2400,2401,-1,2401,2400,2329,-1,2400,2328,2329,-1,2329,2328,2256,-1,2328,2255,2256,-1,2256,2255,2184,-1,2255,2183,2184,-1,2184,2183,2111,-1,2183,2110,2111,-1,2111,2110,2039,-1,2110,2038,2039,-1,2039,2038,1966,-1,2038,1965,1966,-1,1966,1965,1894,-1,1965,1893,1894,-1,1894,1893,1821,-1,1893,1820,1821,-1,3445,1821,1820,-1,3445,1820,3444,-1,3447,3444,1820,-1,3447,1820,1819,-1,1892,1819,1820,-1,1892,1891,1819,-1,1891,1818,1819,-1,3449,1819,1818,-1,3449,1818,3448,-1,3450,3448,1818,-1,3450,1818,1746,-1,1818,1817,1746,-1,1890,1817,1818,-1,1890,1889,1817,-1,1961,1889,1890,-1,1961,1960,1889,-1,2033,1960,1961,-1,2033,2032,1960,-1,2104,2032,2033,-1,2104,2103,2032,-1,2176,2103,2104,-1,2176,2175,2103,-1,2247,2175,2176,-1,2247,2246,2175,-1,2319,2246,2247,-1,2319,2318,2246,-1,2390,2318,2319,-1,2390,2389,2318,-1,2462,2389,2390,-1,2462,2461,2389,-1,2533,2461,2462,-1,2533,2532,2461,-1,2605,2532,2533,-1,2605,2604,2532,-1,2606,2605,2533,-1,2606,2533,2534,-1,2534,2533,2462,-1,2534,2462,2463,-1,2463,2462,2390,-1,2463,2390,2391,-1,2391,2390,2319,-1,2391,2319,2320,-1,2320,2319,2247,-1,2320,2247,2248,-1,2248,2247,2176,-1,2248,2176,2177,-1,2177,2176,2104,-1,2177,2104,2105,-1,2105,2104,2033,-1,2105,2033,2034,-1,2034,2033,1961,-1,2034,1961,1962,-1,1962,1961,1890,-1,1962,1890,1891,-1,1891,1890,1818,-1,1963,1962,1891,-1,1963,1891,1892,-1,1964,1963,1892,-1,1964,1892,1893,-1,1893,1892,1820,-1,1965,1964,1893,-1,2037,1964,1965,-1,2037,2036,1964,-1,2036,1963,1964,-1,2036,2035,1963,-1,2035,1962,1963,-1,2035,2034,1962,-1,2106,2034,2035,-1,2106,2105,2034,-1,2178,2105,2106,-1,2178,2177,2105,-1,2249,2177,2178,-1,2249,2248,2177,-1,2321,2248,2249,-1,2321,2320,2248,-1,2392,2320,2321,-1,2392,2391,2320,-1,2464,2391,2392,-1,2464,2463,2391,-1,2535,2463,2464,-1,2535,2534,2463,-1,2607,2534,2535,-1,2607,2606,2534,-1,2610,2609,2537,-1,2609,2536,2537,-1,2537,2536,2465,-1,2536,2464,2465,-1,2465,2464,2392,-1,2465,2392,2393,-1,2393,2392,2321,-1,2393,2321,2322,-1,2322,2321,2249,-1,2322,2249,2250,-1,2250,2249,2178,-1,2250,2178,2179,-1,2179,2178,2106,-1,2179,2106,2107,-1,2107,2106,2035,-1,2107,2035,2036,-1,2108,2107,2036,-1,2108,2036,2037,-1,2109,2108,2037,-1,2109,2037,2038,-1,2038,2037,1965,-1,2110,2109,2038,-1,2182,2109,2110,-1,2182,2181,2109,-1,2181,2108,2109,-1,2181,2180,2108,-1,2180,2107,2108,-1,2180,2179,2107,-1,2251,2179,2180,-1,2251,2250,2179,-1,2323,2250,2251,-1,2323,2322,2250,-1,2394,2322,2323,-1,2394,2393,2322,-1,2466,2393,2394,-1,2466,2465,2393,-1,2537,2465,2466,-1,2538,2537,2466,-1,2538,2466,2467,-1,2467,2466,2394,-1,2467,2394,2395,-1,2395,2394,2323,-1,2395,2323,2324,-1,2324,2323,2251,-1,2324,2251,2252,-1,2252,2251,2180,-1,2252,2180,2181,-1,2253,2252,2181,-1,2253,2181,2182,-1,2254,2253,2182,-1,2254,2182,2183,-1,2183,2182,2110,-1,2255,2254,2183,-1,2327,2254,2255,-1,2327,2326,2254,-1,2326,2253,2254,-1,2326,2325,2253,-1,2325,2252,2253,-1,2325,2324,2252,-1,2396,2324,2325,-1,2396,2395,2324,-1,2468,2395,2396,-1,2468,2467,2395,-1,2539,2467,2468,-1,2539,2538,2467,-1,2611,2538,2539,-1,2611,2610,2538,-1,2610,2537,2538,-1,2612,2611,2539,-1,2612,2539,2540,-1,2540,2539,2468,-1,2540,2468,2469,-1,2469,2468,2396,-1,2469,2396,2397,-1,2397,2396,2325,-1,2397,2325,2326,-1,2398,2397,2326,-1,2398,2326,2327,-1,2399,2398,2327,-1,2399,2327,2328,-1,2328,2327,2255,-1,2400,2399,2328,-1,2472,2399,2400,-1,2472,2471,2399,-1,2471,2398,2399,-1,2471,2470,2398,-1,2470,2397,2398,-1,2470,2469,2397,-1,2541,2469,2470,-1,2541,2540,2469,-1,2613,2540,2541,-1,2613,2612,2540,-1,2617,2616,2544,-1,2616,2543,2544,-1,2544,2543,2472,-1,2543,2471,2472,-1,2543,2542,2471,-1,2542,2470,2471,-1,2542,2541,2470,-1,2614,2541,2542,-1,2614,2613,2541,-1,2615,2614,2542,-1,2615,2542,2543,-1,2616,2615,2543,-1,2544,2472,2473,-1,2473,2472,2400,-1,2545,2544,2473,-1,2617,2544,2545,-1,2618,2617,2545,-1,2536,2535,2464,-1,2608,2535,2536,-1,2608,2607,2535,-1,2609,2608,2536,-1,3451,3450,1746,-1,3453,3451,1746,-1,3313,1532,3310,-1,3311,3310,1532,-1,3311,1532,1533,-1,3311,1533,3309,-1,3309,1533,3308,-1,3308,1533,1606,-1,1606,1533,1534,-1,1534,1533,1462,-1,1534,1462,1463,-1,1463,1462,1390,-1,1463,1390,1391,-1,1464,1463,1391,-1,1464,1391,1392,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_11()
		{
			int[] value = {1465,1464,1392,-1,2806,1465,1392,-1,2807,2806,1392,-1,2808,2807,1392,-1,2808,1392,1321,-1,2809,2808,1321,-1,3031,1180,3029,-1,3030,3029,1180,-1,3030,1180,1181,-1,3030,1181,3027,-1,3028,3027,1181,-1,3028,1181,1182,-1,1182,1181,1109,-1,1182,1109,1110,-1,1110,1109,1038,-1,1110,1038,1039,-1,1039,1038,966,-1,1039,966,967,-1,1040,1039,967,-1,1040,967,968,-1,2720,1040,968,-1,2721,2720,968,-1,2722,2721,968,-1,2720,2719,1040,-1,2719,2717,1040,-1,2717,1111,1040,-1,1111,1039,1040,-1,1111,1110,1039,-1,2715,1110,1111,-1,2718,1110,2715,-1,2718,2714,1110,-1,2714,1182,1110,-1,2714,2713,1182,-1,3025,1182,2713,-1,3026,1182,3025,-1,3028,1182,3026,-1,3098,1324,3097,-1,3100,3097,1324,-1,3100,1324,1323,-1,1395,1323,1324,-1,2818,1323,1395,-1,2819,1323,2818,-1,2820,1323,2819,-1,3099,1323,2820,-1,3100,1323,3099,-1,2818,1395,2817,-1,2817,1395,2816,-1,2816,1395,1467,-1,1468,1467,1395,-1,1468,1395,1396,-1,1396,1395,1324,-1,1396,1324,1325,-1,3098,1325,1324,-1,3098,3096,1325,-1,3096,3095,1325,-1,3095,1397,1325,-1,1397,1396,1325,-1,1469,1396,1397,-1,1469,1468,1396,-1,1540,1468,1469,-1,1540,1539,1468,-1,1539,1467,1468,-1,2814,1467,1539,-1,2815,1467,2814,-1,2816,1467,2815,-1,2806,2805,1465,-1,2805,2804,1465,-1,2804,1536,1465,-1,1536,1464,1465,-1,1536,1535,1464,-1,1535,1463,1464,-1,1535,1534,1463,-1,1607,1534,1535,-1,1607,1606,1534,-1,3307,1606,1607,-1,3449,3446,1819,-1,3447,1819,3446,-1,3307,1607,3304,-1,3305,3304,1607,-1,3305,1607,1608,-1,1608,1607,1535,-1,1608,1535,1536,-1,2802,1608,1536,-1,2803,2802,1536,-1,2804,2803,1536,-1,2814,1539,2813,-1,2813,1539,2812,-1,2812,1539,1611,-1,1612,1611,1539,-1,1612,1539,1540,-1,1613,1612,1540,-1,1613,1540,1541,-1,1541,1540,1469,-1,1541,1469,1470,-1,1470,1469,1397,-1,1470,1397,1398,-1,3094,1398,1397,-1,3094,1397,3093,-1,3095,3093,1397,-1,3025,1254,3023,-1,3023,1254,2711,-1,2712,2711,1254,-1,2713,2712,1254,-1,3025,2713,1254,-1,3021,2726,1255,-1,2727,1255,2726,-1,2728,1255,2727,-1,2728,1184,1255,-1,1256,1255,1184,-1,1256,1184,1185,-1,1185,1184,1112,-1,2730,1112,1184,-1,2731,1112,2730,-1,2732,1112,2731,-1,2732,1041,1112,-1,1113,1112,1041,-1,1113,1041,1042,-1,2733,1042,1041,-1,2734,1042,2733,-1,2735,1042,2734,-1,2735,970,1042,-1,1043,1042,970,-1,1043,970,971,-1,1044,1043,971,-1,1044,971,972,-1,972,971,900,-1,972,900,901,-1,973,972,901,-1,973,901,902,-1,902,901,829,-1,902,829,830,-1,903,902,830,-1,903,830,831,-1,831,830,759,-1,831,759,760,-1,2754,760,759,-1,2758,2754,759,-1,3189,831,760,-1,3189,3188,831,-1,3188,3187,831,-1,3187,904,831,-1,904,903,831,-1,975,903,904,-1,975,974,903,-1,974,902,903,-1,974,973,902,-1,1046,973,974,-1,1046,1045,973,-1,1045,972,973,-1,1045,1044,972,-1,1116,1044,1045,-1,1116,1115,1044,-1,1115,1043,1044,-1,1115,1114,1043,-1,1114,1042,1043,-1,1114,1113,1042,-1,1186,1113,1114,-1,1186,1185,1113,-1,1185,1112,1113,-1,1257,1185,1186,-1,1257,1256,1185,-1,3020,1256,1257,-1,3020,3019,1256,-1,3022,1256,3019,-1,3022,1255,1256,-1,3022,3021,1255,-1,3092,3089,1399,-1,3090,1399,3089,-1,3090,1400,1399,-1,1472,1399,1400,-1,1472,1471,1399,-1,1471,1398,1399,-1,3092,1399,1398,-1,3092,1398,3091,-1,3094,3091,1398,-1,1471,1470,1398,-1,1542,1470,1471,-1,1542,1541,1470,-1,1614,1541,1542,-1,1614,1613,1541,-1,1685,1613,1614,-1,1685,1684,1613,-1,1684,1612,1613,-1,1684,1683,1612,-1,1683,1611,1612,-1,3296,1611,1683,-1,3297,1611,3296,-1,3297,2810,1611,-1,2811,1611,2810,-1,2812,1611,2811,-1,2802,2801,1608,-1,3303,1608,2801,-1,3303,3302,1608,-1,3305,1608,3302,-1,3443,3440,1822,-1,3441,1822,3440,-1,3441,1823,1822,-1,1895,1822,1823,-1,1895,1894,1822,-1,1894,1821,1822,-1,3443,1822,1821,-1,3443,1821,3442,-1,3445,3442,1821,-1,1966,1894,1895,-1,1967,1966,1895,-1,1967,1895,1896,-1,1896,1895,1823,-1,3438,1896,1823,-1,3439,3438,1823,-1,3441,3439,1823,-1,3438,3436,1896,-1,3437,1896,3436,-1,3437,1897,1896,-1,1968,1896,1897,-1,1968,1967,1896,-1,2040,1967,1968,-1,2040,2039,1967,-1,2039,1966,1967,-1,2111,2039,2040,-1,2112,2111,2040,-1,2112,2040,2041,-1,2041,2040,1968,-1,2041,1968,1969,-1,1969,1968,1897,-1,1969,1897,1898,-1,3435,1898,1897,-1,3435,1897,3434,-1,3437,3434,1897,-1,3435,3432,1898,-1,3433,1898,3432,-1,3433,1899,1898,-1,1970,1898,1899,-1,1970,1969,1898,-1,2042,1969,1970,-1,2042,2041,1969,-1,2113,2041,2042,-1,2113,2112,2041,-1,2185,2112,2113,-1,2185,2184,2112,-1,2184,2111,2112,-1,2256,2184,2185,-1,2257,2256,2185,-1,2257,2185,2186,-1,2186,2185,2113,-1,2186,2113,2114,-1,2114,2113,2042,-1,2114,2042,2043,-1,2043,2042,1970,-1,2043,1970,1971,-1,1971,1970,1899,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_12()
		{
			int[] value = {1971,1899,1900,-1,3431,1900,1899,-1,3431,1899,3430,-1,3433,3430,1899,-1,3295,1684,3292,-1,3293,3292,1684,-1,3293,1684,1685,-1,3293,1685,3290,-1,3291,3290,1685,-1,3291,1685,1686,-1,1686,1685,1614,-1,1686,1614,1615,-1,1615,1614,1542,-1,1615,1542,1543,-1,1543,1542,1471,-1,1543,1471,1472,-1,1544,1543,1472,-1,1544,1472,1473,-1,1473,1472,1400,-1,1473,1400,1401,-1,3088,1401,1400,-1,3088,1400,3087,-1,3090,3087,1400,-1,3020,1257,3017,-1,3018,3017,1257,-1,3018,1257,1258,-1,1258,1257,1186,-1,1258,1186,1187,-1,1187,1186,1114,-1,1187,1114,1115,-1,1188,1187,1115,-1,1188,1115,1116,-1,1189,1188,1116,-1,1189,1116,1117,-1,1117,1116,1045,-1,1117,1045,1046,-1,1118,1117,1046,-1,1118,1046,1047,-1,1047,1046,974,-1,1047,974,975,-1,1048,1047,975,-1,3183,1048,975,-1,3184,3183,975,-1,3185,3184,975,-1,3185,975,904,-1,3186,3185,904,-1,3187,3186,904,-1,3207,977,3206,-1,3206,977,3205,-1,3205,977,1049,-1,1050,1049,977,-1,1050,977,978,-1,978,977,906,-1,977,905,906,-1,906,905,833,-1,905,832,833,-1,833,832,761,-1,3211,761,832,-1,3212,761,3211,-1,3213,761,3212,-1,3213,688,761,-1,761,688,689,-1,2762,689,688,-1,2764,2762,688,-1,3214,2764,688,-1,3214,688,3213,-1,2743,2742,616,-1,2773,616,2742,-1,2774,616,2773,-1,2743,616,2740,-1,2740,616,617,-1,617,616,544,-1,617,544,545,-1,545,544,473,-1,545,473,474,-1,546,545,474,-1,546,474,475,-1,475,474,402,-1,475,402,403,-1,476,475,403,-1,476,403,404,-1,477,476,404,-1,477,404,405,-1,405,404,333,-1,405,333,334,-1,334,333,261,-1,334,261,262,-1,335,334,262,-1,335,262,263,-1,336,335,263,-1,336,263,264,-1,337,336,264,-1,337,264,265,-1,265,264,193,-1,265,193,194,-1,194,193,121,-1,194,121,122,-1,195,194,122,-1,195,122,123,-1,123,122,51,-1,123,51,52,-1,124,123,52,-1,124,52,53,-1,125,53,54,-1,125,124,53,-1,197,124,125,-1,197,196,124,-1,196,123,124,-1,196,195,123,-1,267,195,196,-1,267,266,195,-1,266,194,195,-1,266,265,194,-1,338,265,266,-1,338,337,265,-1,409,337,338,-1,409,408,337,-1,408,336,337,-1,408,407,336,-1,407,335,336,-1,407,406,335,-1,406,334,335,-1,406,405,334,-1,478,405,406,-1,478,477,405,-1,549,477,478,-1,549,548,477,-1,548,476,477,-1,548,547,476,-1,547,475,476,-1,547,546,475,-1,619,546,547,-1,619,618,546,-1,618,545,546,-1,618,617,545,-1,2738,617,618,-1,2741,617,2738,-1,2741,2740,617,-1,2763,689,2762,-1,2763,2760,689,-1,2760,690,689,-1,762,689,690,-1,762,761,689,-1,833,761,762,-1,834,833,762,-1,834,762,763,-1,763,762,690,-1,763,690,691,-1,691,690,619,-1,2761,619,690,-1,2761,2739,619,-1,2739,618,619,-1,2739,2738,618,-1,2761,690,2760,-1,691,619,620,-1,620,619,547,-1,620,547,548,-1,621,620,548,-1,621,548,549,-1,622,621,549,-1,622,549,550,-1,550,549,478,-1,550,478,479,-1,479,478,406,-1,479,406,407,-1,480,479,407,-1,480,407,408,-1,481,480,408,-1,481,408,409,-1,482,481,409,-1,482,409,410,-1,410,409,338,-1,410,338,339,-1,339,338,266,-1,339,266,267,-1,340,339,267,-1,340,267,268,-1,268,267,196,-1,268,196,197,-1,269,268,197,-1,269,197,198,-1,198,197,125,-1,198,125,126,-1,126,125,54,-1,126,54,55,-1,127,126,55,-1,199,126,127,-1,199,198,126,-1,270,198,199,-1,270,269,198,-1,342,269,270,-1,342,341,269,-1,341,268,269,-1,341,340,268,-1,412,340,341,-1,412,411,340,-1,411,339,340,-1,411,410,339,-1,483,410,411,-1,483,482,410,-1,554,482,483,-1,554,553,482,-1,553,481,482,-1,553,552,481,-1,552,480,481,-1,552,551,480,-1,551,479,480,-1,551,550,479,-1,623,550,551,-1,623,622,550,-1,694,622,623,-1,694,693,622,-1,693,621,622,-1,693,692,621,-1,692,620,621,-1,692,691,620,-1,764,691,692,-1,764,763,691,-1,835,763,764,-1,835,834,763,-1,907,834,835,-1,907,906,834,-1,906,833,834,-1,978,906,907,-1,979,978,907,-1,979,907,908,-1,908,907,835,-1,908,835,836,-1,836,835,764,-1,836,764,765,-1,765,764,692,-1,765,692,693,-1,766,765,693,-1,766,693,694,-1,767,766,694,-1,767,694,695,-1,695,694,623,-1,695,623,624,-1,624,623,551,-1,624,551,552,-1,625,624,552,-1,625,552,553,-1,626,625,553,-1,626,553,554,-1,627,626,554,-1,627,554,555,-1,555,554,483,-1,555,483,484,-1,484,483,411,-1,484,411,412,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_13()
		{
			int[] value = {485,484,412,-1,485,412,413,-1,413,412,341,-1,413,341,342,-1,414,413,342,-1,414,342,343,-1,343,342,270,-1,343,270,271,-1,271,270,199,-1,271,199,200,-1,200,199,127,-1,200,127,128,-1,201,200,128,-1,201,128,129,-1,129,128,57,-1,202,201,129,-1,202,129,130,-1,203,202,130,-1,203,130,131,-1,131,130,59,-1,131,59,60,-1,132,131,60,-1,204,131,132,-1,204,203,131,-1,275,203,204,-1,275,274,203,-1,274,202,203,-1,274,273,202,-1,273,201,202,-1,273,272,201,-1,272,200,201,-1,272,271,200,-1,344,271,272,-1,344,343,271,-1,415,343,344,-1,415,414,343,-1,487,414,415,-1,487,486,414,-1,486,413,414,-1,486,485,413,-1,557,485,486,-1,557,556,485,-1,556,484,485,-1,556,555,484,-1,628,555,556,-1,628,627,555,-1,699,627,628,-1,699,698,627,-1,698,626,627,-1,698,697,626,-1,697,625,626,-1,697,696,625,-1,696,624,625,-1,696,695,624,-1,768,695,696,-1,768,767,695,-1,839,767,768,-1,839,838,767,-1,838,766,767,-1,838,837,766,-1,837,765,766,-1,837,836,765,-1,909,836,837,-1,909,908,836,-1,980,908,909,-1,980,979,908,-1,1052,979,980,-1,1052,1051,979,-1,1051,978,979,-1,1051,1050,978,-1,1122,1050,1051,-1,1122,1121,1050,-1,1121,1049,1050,-1,3203,1049,1121,-1,3204,1049,3203,-1,3205,1049,3204,-1,3182,3181,1048,-1,3181,1120,1048,-1,1120,1119,1048,-1,1119,1047,1048,-1,1119,1118,1047,-1,1191,1118,1119,-1,1191,1190,1118,-1,1190,1117,1118,-1,1190,1189,1117,-1,1261,1189,1190,-1,1261,1260,1189,-1,1260,1188,1189,-1,1260,1259,1188,-1,1259,1187,1188,-1,1259,1258,1187,-1,1331,1258,1259,-1,3015,1258,1331,-1,3016,1258,3015,-1,3018,1258,3016,-1,3088,3085,1401,-1,3086,1401,3085,-1,3086,1402,1401,-1,1474,1401,1402,-1,1474,1473,1401,-1,1545,1473,1474,-1,1545,1544,1473,-1,1617,1544,1545,-1,1617,1616,1544,-1,1616,1543,1544,-1,1616,1615,1543,-1,1687,1615,1616,-1,1687,1686,1615,-1,3289,1686,1687,-1,3289,3288,1686,-1,3291,1686,3288,-1,3431,3428,1900,-1,3429,1900,3428,-1,3429,1901,1900,-1,1972,1900,1901,-1,1972,1971,1900,-1,2044,1971,1972,-1,2044,2043,1971,-1,2115,2043,2044,-1,2115,2114,2043,-1,2187,2114,2115,-1,2187,2186,2114,-1,2258,2186,2187,-1,2258,2257,2186,-1,2330,2257,2258,-1,2330,2329,2257,-1,2329,2256,2257,-1,2401,2329,2330,-1,2402,2401,2330,-1,2402,2330,2331,-1,2331,2330,2258,-1,2331,2258,2259,-1,2259,2258,2187,-1,2259,2187,2188,-1,2188,2187,2115,-1,2188,2115,2116,-1,2116,2115,2044,-1,2116,2044,2045,-1,2045,2044,1972,-1,2045,1972,1973,-1,1973,1972,1901,-1,3426,1973,1901,-1,3427,3426,1901,-1,3429,3427,1901,-1,3289,1687,3286,-1,3287,3286,1687,-1,3287,1687,1688,-1,1688,1687,1616,-1,1688,1616,1617,-1,1689,1688,1617,-1,1689,1617,1618,-1,1618,1617,1545,-1,1618,1545,1546,-1,1546,1545,1474,-1,1546,1474,1475,-1,1475,1474,1402,-1,3083,1475,1402,-1,3084,3083,1402,-1,3086,3084,1402,-1,3015,1331,3013,-1,3014,3013,1331,-1,3014,1331,1332,-1,1332,1331,1259,-1,1332,1259,1260,-1,1333,1332,1260,-1,1333,1260,1261,-1,1334,1333,1261,-1,1334,1261,1262,-1,1262,1261,1190,-1,1262,1190,1191,-1,1263,1262,1191,-1,1263,1191,1192,-1,1192,1191,1119,-1,1192,1119,1120,-1,1193,1192,1120,-1,3179,1193,1120,-1,3180,3179,1120,-1,3181,3180,1120,-1,3179,3178,1193,-1,3178,3177,1193,-1,3177,1265,1193,-1,1265,1264,1193,-1,1264,1192,1193,-1,1264,1263,1192,-1,1336,1263,1264,-1,1336,1335,1263,-1,1335,1262,1263,-1,1335,1334,1262,-1,3008,1334,1335,-1,3008,3007,1334,-1,3010,1334,3007,-1,3010,1333,1334,-1,3010,3009,1333,-1,3012,1333,3009,-1,3012,1332,1333,-1,3012,3011,1332,-1,3014,1332,3011,-1,3083,3081,1475,-1,3082,1475,3081,-1,3082,1476,1475,-1,1547,1475,1476,-1,1547,1546,1475,-1,1619,1546,1547,-1,1619,1618,1546,-1,1690,1618,1619,-1,1690,1689,1618,-1,1762,1689,1690,-1,1762,1761,1689,-1,1761,1688,1689,-1,3284,1688,1761,-1,3285,1688,3284,-1,3287,1688,3285,-1,3426,3424,1973,-1,3425,1973,3424,-1,3425,1974,1973,-1,2046,1973,1974,-1,2046,2045,1973,-1,2117,2045,2046,-1,2117,2116,2045,-1,2189,2116,2117,-1,2189,2188,2116,-1,2260,2188,2189,-1,2260,2259,2188,-1,2332,2259,2260,-1,2332,2331,2259,-1,2403,2331,2332,-1,2403,2402,2331,-1,2475,2402,2403,-1,2475,2474,2402,-1,2474,2401,2402,-1,2546,2474,2475,-1,2547,2546,2475,-1,2547,2475,2476,-1,2476,2475,2403,-1,2476,2403,2404,-1,2404,2403,2332,-1,2404,2332,2333,-1,2333,2332,2260,-1,2333,2260,2261,-1,2261,2260,2189,-1,2261,2189,2190,-1,2190,2189,2117,-1,2190,2117,2118,-1,2118,2117,2046,-1,2118,2046,2047,-1,2047,2046,1974,-1,2047,1974,1975,-1,3423,1975,1974,-1,3423,1974,3422,-1,3425,3422,1974,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_14()
		{
			int[] value = {3423,3420,1975,-1,3421,1975,3420,-1,3421,1976,1975,-1,2048,1975,1976,-1,2048,2047,1975,-1,2119,2047,2048,-1,2119,2118,2047,-1,2191,2118,2119,-1,2191,2190,2118,-1,2262,2190,2191,-1,2262,2261,2190,-1,2334,2261,2262,-1,2334,2333,2261,-1,2405,2333,2334,-1,2405,2404,2333,-1,2477,2404,2405,-1,2477,2476,2404,-1,2548,2476,2477,-1,2548,2547,2476,-1,2620,2547,2548,-1,2620,2619,2547,-1,2619,2546,2547,-1,2646,2645,2573,-1,2645,2572,2573,-1,2573,2572,2501,-1,2572,2500,2501,-1,2501,2500,2428,-1,2500,2427,2428,-1,2428,2427,2356,-1,2427,2355,2356,-1,2356,2355,2283,-1,2355,2282,2283,-1,2283,2282,2211,-1,2282,2210,2211,-1,3381,2211,2210,-1,3381,2210,3380,-1,3383,3380,2210,-1,3383,2210,2209,-1,2281,2209,2210,-1,2281,2280,2209,-1,2280,2208,2209,-1,3385,2209,2208,-1,3385,2208,3384,-1,3387,3384,2208,-1,3387,2208,2207,-1,2279,2207,2208,-1,2279,2278,2207,-1,2278,2206,2207,-1,3389,2207,2206,-1,3389,2206,3388,-1,3390,3388,2206,-1,3390,2206,2133,-1,2206,2205,2133,-1,2205,2132,2133,-1,3393,2133,2132,-1,3393,2132,3392,-1,3395,3392,2132,-1,3395,2132,2131,-1,2204,2131,2132,-1,2204,2203,2131,-1,2203,2130,2131,-1,3397,2131,2130,-1,3397,2130,3396,-1,3399,3396,2130,-1,3399,2130,2129,-1,2202,2129,2130,-1,2202,2201,2129,-1,2201,2128,2129,-1,3401,2129,2128,-1,3401,2128,3400,-1,3402,3400,2128,-1,3402,2128,2056,-1,2128,2127,2056,-1,2127,2055,2056,-1,3405,2056,2055,-1,3405,2055,3404,-1,3407,3404,2055,-1,3407,2055,2054,-1,2126,2054,2055,-1,2126,2125,2054,-1,2125,2053,2054,-1,3409,2054,2053,-1,3409,2053,3408,-1,3411,3408,2053,-1,3411,2053,2052,-1,2124,2052,2053,-1,2124,2123,2052,-1,2123,2051,2052,-1,3413,2052,2051,-1,3413,2051,3412,-1,3414,3412,2051,-1,3414,2051,1978,-1,2051,2050,1978,-1,2050,1977,1978,-1,3417,1978,1977,-1,3417,1977,3416,-1,3419,3416,1977,-1,3419,1977,1976,-1,2049,1976,1977,-1,2049,2048,1976,-1,2120,2048,2049,-1,2120,2119,2048,-1,2192,2119,2120,-1,2192,2191,2119,-1,2263,2191,2192,-1,2263,2262,2191,-1,2335,2262,2263,-1,2335,2334,2262,-1,2406,2334,2335,-1,2406,2405,2334,-1,2478,2405,2406,-1,2478,2477,2405,-1,2549,2477,2478,-1,2549,2548,2477,-1,2621,2548,2549,-1,2621,2620,2548,-1,2622,2621,2549,-1,2622,2549,2550,-1,2550,2549,2478,-1,2550,2478,2479,-1,2479,2478,2406,-1,2479,2406,2407,-1,2407,2406,2335,-1,2407,2335,2336,-1,2336,2335,2263,-1,2336,2263,2264,-1,2264,2263,2192,-1,2264,2192,2193,-1,2193,2192,2120,-1,2193,2120,2121,-1,2121,2120,2049,-1,2121,2049,2050,-1,2050,2049,1977,-1,2122,2121,2050,-1,2122,2050,2051,-1,2123,2122,2051,-1,2195,2122,2123,-1,2195,2194,2122,-1,2194,2121,2122,-1,2194,2193,2121,-1,2265,2193,2194,-1,2265,2264,2193,-1,2337,2264,2265,-1,2337,2336,2264,-1,2408,2336,2337,-1,2408,2407,2336,-1,2480,2407,2408,-1,2480,2479,2407,-1,2551,2479,2480,-1,2551,2550,2479,-1,2623,2550,2551,-1,2623,2622,2550,-1,2625,2624,2552,-1,2624,2551,2552,-1,2552,2551,2480,-1,2552,2480,2481,-1,2481,2480,2408,-1,2481,2408,2409,-1,2409,2408,2337,-1,2409,2337,2338,-1,2338,2337,2265,-1,2338,2265,2266,-1,2266,2265,2194,-1,2266,2194,2195,-1,2267,2266,2195,-1,2267,2195,2196,-1,2196,2195,2123,-1,2196,2123,2124,-1,2197,2196,2124,-1,2197,2124,2125,-1,2125,2124,2053,-1,2198,2197,2125,-1,2198,2125,2126,-1,2199,2198,2126,-1,2199,2126,2127,-1,2127,2126,2055,-1,2200,2199,2127,-1,2200,2127,2128,-1,2201,2200,2128,-1,2272,2200,2201,-1,2272,2271,2200,-1,2271,2199,2200,-1,2271,2270,2199,-1,2270,2198,2199,-1,2270,2269,2198,-1,2269,2197,2198,-1,2269,2268,2197,-1,2268,2196,2197,-1,2268,2267,2196,-1,2340,2267,2268,-1,2340,2339,2267,-1,2339,2266,2267,-1,2339,2338,2266,-1,2410,2338,2339,-1,2410,2409,2338,-1,2482,2409,2410,-1,2482,2481,2409,-1,2553,2481,2482,-1,2553,2552,2481,-1,2625,2552,2553,-1,2626,2625,2553,-1,2626,2553,2554,-1,2554,2553,2482,-1,2554,2482,2483,-1,2483,2482,2410,-1,2483,2410,2411,-1,2411,2410,2339,-1,2411,2339,2340,-1,2412,2411,2340,-1,2412,2340,2341,-1,2341,2340,2268,-1,2341,2268,2269,-1,2342,2341,2269,-1,2342,2269,2270,-1,2343,2342,2270,-1,2343,2270,2271,-1,2344,2343,2271,-1,2344,2271,2272,-1,2345,2344,2272,-1,2345,2272,2273,-1,2273,2272,2201,-1,2273,2201,2202,-1,2274,2273,2202,-1,2274,2202,2203,-1,2203,2202,2130,-1,2275,2274,2203,-1,2275,2203,2204,-1,2276,2275,2204,-1,2276,2204,2205,-1,2205,2204,2132,-1,2277,2276,2205,-1,2277,2205,2206,-1,2278,2277,2206,-1,2350,2277,2278,-1,2350,2349,2277,-1,2349,2276,2277,-1,2349,2348,2276,-1,2348,2275,2276,-1,2348,2347,2275,-1,2347,2274,2275,-1,2347,2346,2274,-1,2346,2273,2274,-1,2346,2345,2273,-1,2417,2345,2346,-1,2417,2416,2345,-1,2416,2344,2345,-1,2416,2415,2344,-1,2415,2343,2344,-1,2415,2414,2343,-1,2414,2342,2343,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_15()
		{
			int[] value = {2414,2413,2342,-1,2413,2341,2342,-1,2413,2412,2341,-1,2485,2412,2413,-1,2485,2484,2412,-1,2484,2411,2412,-1,2484,2483,2411,-1,2555,2483,2484,-1,2555,2554,2483,-1,2627,2554,2555,-1,2627,2626,2554,-1,2628,2627,2555,-1,2628,2555,2556,-1,2556,2555,2484,-1,2556,2484,2485,-1,2557,2556,2485,-1,2557,2485,2486,-1,2486,2485,2413,-1,2486,2413,2414,-1,2487,2486,2414,-1,2487,2414,2415,-1,2488,2487,2415,-1,2488,2415,2416,-1,2489,2488,2416,-1,2489,2416,2417,-1,2490,2489,2417,-1,2490,2417,2418,-1,2418,2417,2346,-1,2418,2346,2347,-1,2419,2418,2347,-1,2419,2347,2348,-1,2420,2419,2348,-1,2420,2348,2349,-1,2421,2420,2349,-1,2421,2349,2350,-1,2422,2421,2350,-1,2422,2350,2351,-1,2351,2350,2278,-1,2351,2278,2279,-1,2352,2351,2279,-1,2352,2279,2280,-1,2280,2279,2208,-1,2353,2352,2280,-1,2353,2280,2281,-1,2354,2353,2281,-1,2354,2281,2282,-1,2282,2281,2210,-1,2355,2354,2282,-1,2426,2354,2355,-1,2426,2425,2354,-1,2425,2353,2354,-1,2425,2424,2353,-1,2424,2352,2353,-1,2424,2423,2352,-1,2423,2351,2352,-1,2423,2422,2351,-1,2495,2422,2423,-1,2495,2494,2422,-1,2494,2421,2422,-1,2494,2493,2421,-1,2493,2420,2421,-1,2493,2492,2420,-1,2492,2419,2420,-1,2492,2491,2419,-1,2491,2418,2419,-1,2491,2490,2418,-1,2562,2490,2491,-1,2562,2561,2490,-1,2561,2489,2490,-1,2561,2560,2489,-1,2560,2488,2489,-1,2560,2559,2488,-1,2559,2487,2488,-1,2559,2558,2487,-1,2558,2486,2487,-1,2558,2557,2486,-1,2630,2557,2558,-1,2630,2629,2557,-1,2629,2556,2557,-1,2629,2628,2556,-1,2631,2630,2558,-1,2631,2558,2559,-1,2632,2631,2559,-1,2632,2559,2560,-1,2633,2632,2560,-1,2633,2560,2561,-1,2634,2633,2561,-1,2634,2561,2562,-1,2635,2634,2562,-1,2635,2562,2563,-1,2563,2562,2491,-1,2563,2491,2492,-1,2564,2563,2492,-1,2564,2492,2493,-1,2565,2564,2493,-1,2565,2493,2494,-1,2566,2565,2494,-1,2566,2494,2495,-1,2567,2566,2495,-1,2567,2495,2496,-1,2496,2495,2423,-1,2496,2423,2424,-1,2497,2496,2424,-1,2497,2424,2425,-1,2498,2497,2425,-1,2498,2425,2426,-1,2499,2498,2426,-1,2499,2426,2427,-1,2427,2426,2355,-1,2500,2499,2427,-1,2571,2499,2500,-1,2571,2570,2499,-1,2570,2498,2499,-1,2570,2569,2498,-1,2569,2497,2498,-1,2569,2568,2497,-1,2568,2496,2497,-1,2568,2567,2496,-1,2640,2567,2568,-1,2640,2639,2567,-1,2639,2566,2567,-1,2639,2638,2566,-1,2638,2565,2566,-1,2638,2637,2565,-1,2637,2564,2565,-1,2637,2636,2564,-1,2636,2563,2564,-1,2636,2635,2563,-1,2645,2644,2572,-1,2644,2571,2572,-1,2572,2571,2500,-1,2644,2643,2571,-1,2643,2570,2571,-1,2643,2642,2570,-1,2642,2569,2570,-1,2642,2641,2569,-1,2641,2568,2569,-1,2641,2640,2568,-1,2624,2623,2551,-1,3419,1976,3418,-1,3421,3418,1976,-1,3283,1761,1762,-1,3283,1762,3280,-1,3281,3280,1762,-1,3281,1762,1763,-1,1763,1762,1690,-1,1763,1690,1691,-1,1691,1690,1619,-1,1691,1619,1620,-1,1620,1619,1547,-1,1620,1547,1548,-1,1548,1547,1476,-1,1548,1476,1477,-1,3080,1477,1476,-1,3080,1476,3079,-1,3082,3079,1476,-1,3080,3077,1477,-1,3078,1477,3077,-1,3078,1478,1477,-1,1549,1477,1478,-1,1549,1548,1477,-1,1621,1548,1549,-1,1621,1620,1548,-1,1692,1620,1621,-1,1692,1691,1620,-1,1764,1691,1692,-1,1764,1763,1691,-1,3279,1763,1764,-1,3279,3278,1763,-1,3281,1763,3278,-1,3279,1764,3276,-1,3277,3276,1764,-1,3277,1764,1765,-1,1765,1764,1692,-1,1765,1692,1693,-1,1693,1692,1621,-1,1693,1621,1622,-1,1622,1621,1549,-1,1622,1549,1550,-1,1550,1549,1478,-1,1550,1478,1479,-1,3076,1479,1478,-1,3076,1478,3075,-1,3078,3075,1478,-1,3008,1335,3005,-1,3006,3005,1335,-1,3006,1335,1336,-1,3006,1336,3004,-1,3004,1336,3003,-1,3003,1336,1408,-1,1408,1336,1337,-1,1337,1336,1264,-1,1337,1264,1265,-1,3175,1337,1265,-1,3176,3175,1265,-1,3177,3176,1265,-1,3175,3174,1337,-1,3174,3173,1337,-1,3173,1409,1337,-1,1409,1408,1337,-1,3002,1408,1409,-1,3002,3001,1408,-1,3003,1408,3001,-1,3074,3073,1479,-1,3073,1551,1479,-1,1551,1550,1479,-1,1623,1550,1551,-1,1623,1622,1550,-1,1694,1622,1623,-1,1694,1693,1622,-1,1766,1693,1694,-1,1766,1765,1693,-1,3275,1765,1766,-1,3275,3274,1765,-1,3277,1765,3274,-1,3275,1766,3272,-1,3273,3272,1766,-1,3273,1766,1767,-1,1767,1766,1694,-1,1767,1694,1695,-1,1695,1694,1623,-1,1695,1623,1624,-1,1624,1623,1551,-1,1624,1551,1552,-1,3072,1552,1551,-1,3072,1551,3071,-1,3073,3071,1551,-1,3072,3069,1552,-1,3070,1552,3069,-1,3070,1553,1552,-1,1625,1552,1553,-1,1625,1624,1552,-1,1696,1624,1625,-1,1696,1695,1624,-1,1768,1695,1696,-1,1768,1767,1695,-1,1839,1767,1768,-1,3270,1767,1839,-1,3273,1767,3270,-1,3270,1839,3268,-1,3269,3268,1839,-1,3269,1839,1840,-1,1840,1839,1768,-1,1840,1768,1769,-1,1769,1768,1696,-1,1769,1696,1697,-1,1697,1696,1625,-1,1697,1625,1626,-1,1626,1625,1553,-1,1626,1553,1554,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_16()
		{
			int[] value = {3068,1554,1553,-1,3068,1553,3067,-1,3070,3067,1553,-1,3002,1409,2999,-1,3000,2999,1409,-1,3172,3000,1409,-1,3173,3172,1409,-1,3193,1410,2998,-1,2998,1410,1411,-1,1411,1410,1339,-1,3195,1339,1410,-1,3196,1339,3195,-1,3197,1339,3196,-1,3197,1266,1339,-1,1339,1266,1267,-1,1267,1266,1195,-1,1266,1194,1195,-1,1195,1194,1122,-1,1194,1121,1122,-1,3201,1121,1194,-1,3202,1121,3201,-1,3203,1121,3202,-1,3201,1194,3200,-1,3200,1194,3199,-1,3199,1194,1266,-1,3199,1266,3198,-1,3198,1266,3197,-1,1195,1122,1123,-1,1123,1122,1051,-1,1123,1051,1052,-1,1124,1123,1052,-1,1124,1052,1053,-1,1053,1052,980,-1,1053,980,981,-1,981,980,909,-1,981,909,910,-1,910,909,837,-1,910,837,838,-1,911,910,838,-1,911,838,839,-1,912,911,839,-1,912,839,840,-1,840,839,768,-1,840,768,769,-1,769,768,696,-1,769,696,697,-1,770,769,697,-1,770,697,698,-1,771,770,698,-1,771,698,699,-1,772,771,699,-1,772,699,700,-1,700,699,628,-1,700,628,629,-1,629,628,556,-1,629,556,557,-1,630,629,557,-1,630,557,558,-1,558,557,486,-1,558,486,487,-1,559,558,487,-1,559,487,488,-1,488,487,415,-1,488,415,416,-1,416,415,344,-1,416,344,345,-1,345,344,272,-1,345,272,273,-1,346,345,273,-1,346,273,274,-1,347,346,274,-1,347,274,275,-1,348,347,275,-1,348,275,276,-1,276,275,204,-1,276,204,205,-1,205,204,132,-1,205,132,133,-1,206,205,133,-1,206,133,134,-1,2709,134,133,-1,2709,2707,134,-1,2707,2706,134,-1,2706,207,134,-1,207,206,134,-1,278,206,207,-1,278,277,206,-1,277,205,206,-1,277,276,205,-1,349,276,277,-1,349,348,276,-1,420,348,349,-1,420,419,348,-1,419,347,348,-1,419,418,347,-1,418,346,347,-1,418,417,346,-1,417,345,346,-1,417,416,345,-1,489,416,417,-1,489,488,416,-1,560,488,489,-1,560,559,488,-1,632,559,560,-1,632,631,559,-1,631,558,559,-1,631,630,558,-1,702,630,631,-1,702,701,630,-1,701,629,630,-1,701,700,629,-1,773,700,701,-1,773,772,700,-1,844,772,773,-1,844,843,772,-1,843,771,772,-1,843,842,771,-1,842,770,771,-1,842,841,770,-1,841,769,770,-1,841,840,769,-1,913,840,841,-1,913,912,840,-1,984,912,913,-1,984,983,912,-1,983,911,912,-1,983,982,911,-1,982,910,911,-1,982,981,910,-1,1054,981,982,-1,1054,1053,981,-1,1125,1053,1054,-1,1125,1124,1053,-1,1197,1124,1125,-1,1197,1196,1124,-1,1196,1123,1124,-1,1196,1195,1123,-1,1267,1195,1196,-1,1268,1267,1196,-1,1268,1196,1197,-1,1269,1268,1197,-1,1269,1197,1198,-1,1198,1197,1125,-1,1198,1125,1126,-1,1126,1125,1054,-1,1126,1054,1055,-1,1055,1054,982,-1,1055,982,983,-1,1056,1055,983,-1,1056,983,984,-1,1057,1056,984,-1,1057,984,985,-1,985,984,913,-1,985,913,914,-1,914,913,841,-1,914,841,842,-1,915,914,842,-1,915,842,843,-1,916,915,843,-1,916,843,844,-1,917,916,844,-1,917,844,845,-1,845,844,773,-1,845,773,774,-1,774,773,701,-1,774,701,702,-1,775,774,702,-1,775,702,703,-1,703,702,631,-1,703,631,632,-1,704,703,632,-1,704,632,633,-1,633,632,560,-1,633,560,561,-1,561,560,489,-1,561,489,490,-1,490,489,417,-1,490,417,418,-1,491,490,418,-1,491,418,419,-1,492,491,419,-1,492,419,420,-1,493,492,420,-1,493,420,421,-1,421,420,349,-1,421,349,350,-1,350,349,277,-1,350,277,278,-1,351,350,278,-1,351,278,279,-1,279,278,207,-1,279,207,208,-1,2705,208,207,-1,2705,207,2704,-1,2706,2704,207,-1,2680,136,2678,-1,2679,2678,136,-1,2679,136,137,-1,137,136,65,-1,137,65,66,-1,138,137,66,-1,210,137,138,-1,2676,137,210,-1,2677,137,2676,-1,2679,137,2677,-1,2702,2677,209,-1,2701,209,2677,-1,2701,2700,209,-1,2702,209,2700,-1,2702,2700,280,-1,2701,280,2700,-1,2701,281,280,-1,353,280,281,-1,353,352,280,-1,352,279,280,-1,280,279,208,-1,2702,280,208,-1,2703,2702,208,-1,2705,2703,208,-1,352,351,279,-1,423,351,352,-1,423,422,351,-1,422,350,351,-1,422,421,350,-1,494,421,422,-1,494,493,421,-1,565,493,494,-1,565,564,493,-1,564,492,493,-1,564,563,492,-1,563,491,492,-1,563,562,491,-1,562,490,491,-1,562,561,490,-1,634,561,562,-1,634,633,561,-1,705,633,634,-1,705,704,633,-1,777,704,705,-1,777,776,704,-1,776,703,704,-1,776,775,703,-1,847,775,776,-1,847,846,775,-1,846,774,775,-1,846,845,774,-1,918,845,846,-1,918,917,845,-1,989,917,918,-1,989,988,917,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_17()
		{
			int[] value = {988,916,917,-1,988,987,916,-1,987,915,916,-1,987,986,915,-1,986,914,915,-1,986,985,914,-1,1058,985,986,-1,1058,1057,985,-1,1129,1057,1058,-1,1129,1128,1057,-1,1128,1056,1057,-1,1128,1127,1056,-1,1127,1055,1056,-1,1127,1126,1055,-1,1199,1126,1127,-1,1199,1198,1126,-1,1270,1198,1199,-1,1270,1269,1198,-1,1342,1269,1270,-1,1342,1341,1269,-1,1341,1268,1269,-1,1341,1340,1268,-1,1340,1267,1268,-1,1340,1339,1267,-1,1411,1339,1340,-1,1412,1411,1340,-1,1412,1340,1341,-1,1413,1412,1341,-1,1413,1341,1342,-1,1414,1413,1342,-1,1414,1342,1343,-1,1343,1342,1270,-1,1343,1270,1271,-1,1271,1270,1199,-1,1271,1199,1200,-1,1200,1199,1127,-1,1200,1127,1128,-1,1201,1200,1128,-1,1201,1128,1129,-1,1202,1201,1129,-1,1202,1129,1130,-1,1130,1129,1058,-1,1130,1058,1059,-1,1059,1058,986,-1,1059,986,987,-1,1060,1059,987,-1,1060,987,988,-1,1061,1060,988,-1,1061,988,989,-1,1062,1061,989,-1,1062,989,990,-1,990,989,918,-1,990,918,919,-1,919,918,846,-1,919,846,847,-1,920,919,847,-1,920,847,848,-1,848,847,776,-1,848,776,777,-1,849,848,777,-1,849,777,778,-1,778,777,705,-1,778,705,706,-1,706,705,634,-1,706,634,635,-1,635,634,562,-1,635,562,563,-1,636,635,563,-1,636,563,564,-1,637,636,564,-1,637,564,565,-1,638,637,565,-1,638,565,566,-1,566,565,494,-1,566,494,495,-1,495,494,422,-1,495,422,423,-1,496,495,423,-1,496,423,424,-1,424,423,352,-1,424,352,353,-1,425,424,353,-1,425,353,354,-1,354,353,281,-1,2698,354,281,-1,2699,2698,281,-1,2701,2699,281,-1,2676,210,2674,-1,2675,2674,210,-1,2675,210,211,-1,211,210,138,-1,211,138,139,-1,212,211,139,-1,212,139,140,-1,140,139,68,-1,213,212,140,-1,213,140,141,-1,358,357,285,-1,357,284,285,-1,285,284,213,-1,284,212,213,-1,284,283,212,-1,283,211,212,-1,2672,211,283,-1,2673,211,2672,-1,2675,211,2673,-1,2698,2696,354,-1,2697,354,2696,-1,2697,355,354,-1,426,354,355,-1,426,425,354,-1,498,425,426,-1,498,497,425,-1,497,424,425,-1,497,496,424,-1,568,496,497,-1,568,567,496,-1,567,495,496,-1,567,566,495,-1,639,566,567,-1,639,638,566,-1,710,638,639,-1,710,709,638,-1,709,637,638,-1,709,708,637,-1,708,636,637,-1,708,707,636,-1,707,635,636,-1,707,706,635,-1,779,706,707,-1,779,778,706,-1,850,778,779,-1,850,849,778,-1,922,849,850,-1,922,921,849,-1,921,848,849,-1,921,920,848,-1,992,920,921,-1,992,991,920,-1,991,919,920,-1,991,990,919,-1,1063,990,991,-1,1063,1062,990,-1,1134,1062,1063,-1,1134,1133,1062,-1,1133,1061,1062,-1,1133,1132,1061,-1,1132,1060,1061,-1,1132,1131,1060,-1,1131,1059,1060,-1,1131,1130,1059,-1,1203,1130,1131,-1,1203,1202,1130,-1,1274,1202,1203,-1,1274,1273,1202,-1,1273,1201,1202,-1,1273,1272,1201,-1,1272,1200,1201,-1,1272,1271,1200,-1,1344,1271,1272,-1,1344,1343,1271,-1,1415,1343,1344,-1,1415,1414,1343,-1,1487,1414,1415,-1,1487,1486,1414,-1,1486,1413,1414,-1,1486,1485,1413,-1,1485,1412,1413,-1,2993,1412,1485,-1,2994,1412,2993,-1,2996,1412,2994,-1,2996,1411,1412,-1,2996,2995,1411,-1,2998,1411,2995,-1,3068,3065,1554,-1,3066,1554,3065,-1,3066,1555,1554,-1,1627,1554,1555,-1,1627,1626,1554,-1,1698,1626,1627,-1,1698,1697,1626,-1,1770,1697,1698,-1,1770,1769,1697,-1,1841,1769,1770,-1,1841,1840,1769,-1,3267,1840,1841,-1,3267,3266,1840,-1,3269,1840,3266,-1,3267,1841,3264,-1,3265,3264,1841,-1,3265,1841,1842,-1,1842,1841,1770,-1,1842,1770,1771,-1,1771,1770,1698,-1,1771,1698,1699,-1,1699,1698,1627,-1,1699,1627,1628,-1,1628,1627,1555,-1,3063,1628,1555,-1,3064,3063,1555,-1,3066,3064,1555,-1,3063,3061,1628,-1,3062,1628,3061,-1,3062,1629,1628,-1,1700,1628,1629,-1,1700,1699,1628,-1,1772,1699,1700,-1,1772,1771,1699,-1,1843,1771,1772,-1,1843,1842,1771,-1,3263,1842,1843,-1,3263,3262,1842,-1,3265,1842,3262,-1,3263,1843,3260,-1,3261,3260,1843,-1,3261,1843,1844,-1,1844,1843,1772,-1,1844,1772,1773,-1,1773,1772,1700,-1,1773,1700,1701,-1,1701,1700,1629,-1,1701,1629,1630,-1,3060,1630,1629,-1,3060,1629,3059,-1,3062,3059,1629,-1,2992,1486,2989,-1,2990,2989,1486,-1,2990,1486,1487,-1,2990,1487,2987,-1,2988,2987,1487,-1,2988,1487,1488,-1,1488,1487,1415,-1,1488,1415,1416,-1,1416,1415,1344,-1,1416,1344,1345,-1,1345,1344,1272,-1,1345,1272,1273,-1,1346,1345,1273,-1,1346,1273,1274,-1,1347,1346,1274,-1,1347,1274,1275,-1,1275,1274,1203,-1,1275,1203,1204,-1,1204,1203,1131,-1,1204,1131,1132,-1,1205,1204,1132,-1,1205,1132,1133,-1,1206,1205,1133,-1,1206,1133,1134,-1,1207,1206,1134,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_18()
		{
			int[] value = {1207,1134,1135,-1,1135,1134,1063,-1,1135,1063,1064,-1,1064,1063,991,-1,1064,991,992,-1,1065,1064,992,-1,1065,992,993,-1,993,992,921,-1,993,921,922,-1,994,993,922,-1,994,922,923,-1,923,922,850,-1,923,850,851,-1,851,850,779,-1,851,779,780,-1,780,779,707,-1,780,707,708,-1,781,780,708,-1,781,708,709,-1,782,781,709,-1,782,709,710,-1,783,782,710,-1,783,710,711,-1,711,710,639,-1,711,639,640,-1,640,639,567,-1,640,567,568,-1,641,640,568,-1,641,568,569,-1,569,568,497,-1,569,497,498,-1,570,569,498,-1,570,498,499,-1,499,498,426,-1,499,426,427,-1,427,426,355,-1,2694,427,355,-1,2695,2694,355,-1,2697,2695,355,-1,2671,283,2670,-1,2670,283,356,-1,356,283,284,-1,357,356,284,-1,2669,356,357,-1,2669,2668,356,-1,2670,356,2668,-1,2692,2691,500,-1,2691,2690,500,-1,2690,572,500,-1,572,571,500,-1,571,499,500,-1,500,499,427,-1,2692,500,427,-1,2693,2692,427,-1,2694,2693,427,-1,571,570,499,-1,643,570,571,-1,643,642,570,-1,642,569,570,-1,642,641,569,-1,713,641,642,-1,713,712,641,-1,712,640,641,-1,712,711,640,-1,784,711,712,-1,784,783,711,-1,855,783,784,-1,855,854,783,-1,854,782,783,-1,854,853,782,-1,853,781,782,-1,853,852,781,-1,852,780,781,-1,852,851,780,-1,924,851,852,-1,924,923,851,-1,995,923,924,-1,995,994,923,-1,1067,994,995,-1,1067,1066,994,-1,1066,993,994,-1,1066,1065,993,-1,1137,1065,1066,-1,1137,1136,1065,-1,1136,1064,1065,-1,1136,1135,1064,-1,1208,1135,1136,-1,1208,1207,1135,-1,1279,1207,1208,-1,1279,1278,1207,-1,1278,1206,1207,-1,1278,1277,1206,-1,1277,1205,1206,-1,1277,1276,1205,-1,1276,1204,1205,-1,1276,1275,1204,-1,1348,1275,1276,-1,1348,1347,1275,-1,1419,1347,1348,-1,1419,1418,1347,-1,1418,1346,1347,-1,1418,1417,1346,-1,1417,1345,1346,-1,1417,1416,1345,-1,1489,1416,1417,-1,1489,1488,1416,-1,2986,1488,1489,-1,2986,2985,1488,-1,2988,1488,2985,-1,3058,1630,3057,-1,3060,3057,1630,-1,3058,1631,1630,-1,1702,1630,1631,-1,1702,1701,1630,-1,1774,1701,1702,-1,1774,1773,1701,-1,1845,1773,1774,-1,1845,1844,1773,-1,1917,1844,1845,-1,3258,1844,1917,-1,3259,1844,3258,-1,3261,1844,3259,-1,3258,1917,3256,-1,3257,3256,1917,-1,3257,1917,1918,-1,1918,1917,1845,-1,1918,1845,1846,-1,1846,1845,1774,-1,1846,1774,1775,-1,1775,1774,1702,-1,1775,1702,1703,-1,1703,1702,1631,-1,1703,1631,1632,-1,3056,1632,1631,-1,3056,1631,3055,-1,3058,3055,1631,-1,3056,3053,1632,-1,3054,1632,3053,-1,3054,1633,1632,-1,1704,1632,1633,-1,1704,1703,1632,-1,1776,1703,1704,-1,1776,1775,1703,-1,1847,1775,1776,-1,1847,1846,1775,-1,1919,1846,1847,-1,1919,1918,1846,-1,3255,1918,1919,-1,3255,3254,1918,-1,3257,1918,3254,-1,3255,1919,3252,-1,3253,3252,1919,-1,3253,1919,1920,-1,1920,1919,1847,-1,1920,1847,1848,-1,1848,1847,1776,-1,1848,1776,1777,-1,1777,1776,1704,-1,1777,1704,1705,-1,1705,1704,1633,-1,3051,1705,1633,-1,3052,3051,1633,-1,3054,3052,1633,-1,2986,1489,2983,-1,2984,2983,1489,-1,2984,1489,1490,-1,1490,1489,1417,-1,1490,1417,1418,-1,1491,1490,1418,-1,1491,1418,1419,-1,1492,1491,1419,-1,1492,1419,1420,-1,1420,1419,1348,-1,1420,1348,1349,-1,1349,1348,1276,-1,1349,1276,1277,-1,1350,1349,1277,-1,1350,1277,1278,-1,1351,1350,1278,-1,1351,1278,1279,-1,1352,1351,1279,-1,1352,1279,1280,-1,1280,1279,1208,-1,1280,1208,1209,-1,1209,1208,1136,-1,1209,1136,1137,-1,1210,1209,1137,-1,1210,1137,1138,-1,1138,1137,1066,-1,1138,1066,1067,-1,1139,1138,1067,-1,1139,1067,1068,-1,1068,1067,995,-1,1068,995,996,-1,996,995,924,-1,996,924,925,-1,925,924,852,-1,925,852,853,-1,926,925,853,-1,926,853,854,-1,927,926,854,-1,927,854,855,-1,928,927,855,-1,928,855,856,-1,856,855,784,-1,856,784,785,-1,785,784,712,-1,785,712,713,-1,786,785,713,-1,786,713,714,-1,714,713,642,-1,714,642,643,-1,715,714,643,-1,715,643,644,-1,644,643,571,-1,644,571,572,-1,645,644,572,-1,2687,645,572,-1,2688,2687,572,-1,2689,2688,572,-1,2690,2689,572,-1,2666,429,2665,-1,2665,429,573,-1,429,357,358,-1,2666,357,429,-1,2667,357,2666,-1,2669,357,2667,-1,1222,1221,1149,-1,1221,1148,1149,-1,1149,1148,1077,-1,1148,1076,1077,-1,1077,1076,1004,-1,1076,1003,1004,-1,1004,1003,932,-1,1003,931,932,-1,932,931,859,-1,931,858,859,-1,859,858,787,-1,858,786,787,-1,787,786,714,-1,787,714,715,-1,788,787,715,-1,788,715,716,-1,716,715,644,-1,716,644,645,-1,717,716,645,-1,2685,717,645,-1,2686,2685,645,-1,2687,2686,645,-1,2664,573,647,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_19()
		{
			int[] value = {2685,2664,647,-1,2685,647,717,-1,934,933,861,-1,933,860,861,-1,861,860,789,-1,860,788,789,-1,789,788,716,-1,789,716,717,-1,860,859,788,-1,859,787,788,-1,932,859,860,-1,933,932,860,-1,1004,932,933,-1,1005,1004,933,-1,1005,933,934,-1,1077,1004,1005,-1,858,857,786,-1,857,785,786,-1,857,856,785,-1,929,856,857,-1,929,928,856,-1,1000,928,929,-1,1000,999,928,-1,999,927,928,-1,999,998,927,-1,998,926,927,-1,998,997,926,-1,997,925,926,-1,997,996,925,-1,1069,996,997,-1,1069,1068,996,-1,1140,1068,1069,-1,1140,1139,1068,-1,1212,1139,1140,-1,1212,1211,1139,-1,1211,1138,1139,-1,1211,1210,1138,-1,1282,1210,1211,-1,1282,1281,1210,-1,1281,1209,1210,-1,1281,1280,1209,-1,1353,1280,1281,-1,1353,1352,1280,-1,1424,1352,1353,-1,1424,1423,1352,-1,1423,1351,1352,-1,1423,1422,1351,-1,1422,1350,1351,-1,1422,1421,1350,-1,1421,1349,1350,-1,1421,1420,1349,-1,1493,1420,1421,-1,1493,1492,1420,-1,1564,1492,1493,-1,1564,1563,1492,-1,1563,1491,1492,-1,1563,1562,1491,-1,1562,1490,1491,-1,2981,1490,1562,-1,2982,1490,2981,-1,2984,1490,2982,-1,2981,1562,2979,-1,2980,2979,1562,-1,2980,1562,1563,-1,2980,1563,2977,-1,2978,2977,1563,-1,2978,1563,1564,-1,2978,1564,2975,-1,2976,2975,1564,-1,2976,1564,1565,-1,1565,1564,1493,-1,1565,1493,1494,-1,1494,1493,1421,-1,1494,1421,1422,-1,1495,1494,1422,-1,1495,1422,1423,-1,1496,1495,1423,-1,1496,1423,1424,-1,1497,1496,1424,-1,1497,1424,1425,-1,1425,1424,1353,-1,1425,1353,1354,-1,1354,1353,1281,-1,1354,1281,1282,-1,1355,1354,1282,-1,1355,1282,1283,-1,1283,1282,1211,-1,1283,1211,1212,-1,1284,1283,1212,-1,1284,1212,1213,-1,1213,1212,1140,-1,1213,1140,1141,-1,1141,1140,1069,-1,1141,1069,1070,-1,1070,1069,997,-1,1070,997,998,-1,1071,1070,998,-1,1071,998,999,-1,1072,1071,999,-1,1072,999,1000,-1,1073,1072,1000,-1,1073,1000,1001,-1,1001,1000,929,-1,1001,929,930,-1,930,929,857,-1,930,857,858,-1,931,930,858,-1,1002,930,931,-1,1002,1001,930,-1,1074,1001,1002,-1,1074,1073,1001,-1,1145,1073,1074,-1,1145,1144,1073,-1,1144,1072,1073,-1,1144,1143,1072,-1,1143,1071,1072,-1,1143,1142,1071,-1,1142,1070,1071,-1,1142,1141,1070,-1,1214,1141,1142,-1,1214,1213,1141,-1,1285,1213,1214,-1,1285,1284,1213,-1,1357,1284,1285,-1,1357,1356,1284,-1,1356,1283,1284,-1,1356,1355,1283,-1,1427,1355,1356,-1,1427,1426,1355,-1,1426,1354,1355,-1,1426,1425,1354,-1,1498,1425,1426,-1,1498,1497,1425,-1,1569,1497,1498,-1,1569,1568,1497,-1,1568,1496,1497,-1,1568,1567,1496,-1,1567,1495,1496,-1,1567,1566,1495,-1,1566,1494,1495,-1,1566,1565,1494,-1,2974,1565,1566,-1,2974,2973,1565,-1,2976,1565,2973,-1,3046,1707,3045,-1,3048,3045,1707,-1,3048,1707,1706,-1,1779,1706,1707,-1,1779,1778,1706,-1,1778,1705,1706,-1,3050,1706,1705,-1,3050,1705,3049,-1,3051,3049,1705,-1,3050,3047,1706,-1,3048,1706,3047,-1,1778,1777,1705,-1,1849,1777,1778,-1,1849,1848,1777,-1,1921,1848,1849,-1,1921,1920,1848,-1,3251,1920,1921,-1,3251,3250,1920,-1,3253,1920,3250,-1,3251,1921,3248,-1,3249,3248,1921,-1,3249,1921,1922,-1,1922,1921,1849,-1,1922,1849,1850,-1,1850,1849,1778,-1,1850,1778,1779,-1,1851,1850,1779,-1,1851,1779,1780,-1,1780,1779,1707,-1,1780,1707,1708,-1,3046,1708,1707,-1,3046,3043,1708,-1,3044,1708,3043,-1,3044,1709,1708,-1,1781,1708,1709,-1,1781,1780,1708,-1,1852,1780,1781,-1,1852,1851,1780,-1,1924,1851,1852,-1,1924,1923,1851,-1,1923,1850,1851,-1,1923,1922,1850,-1,1994,1922,1923,-1,3246,1922,1994,-1,3247,1922,3246,-1,3249,1922,3247,-1,3246,1994,3244,-1,3245,3244,1994,-1,3245,1994,1995,-1,1995,1994,1923,-1,1995,1923,1924,-1,1996,1995,1924,-1,1996,1924,1925,-1,1925,1924,1852,-1,1925,1852,1853,-1,1853,1852,1781,-1,1853,1781,1782,-1,1782,1781,1709,-1,3041,1782,1709,-1,3042,3041,1709,-1,3044,3042,1709,-1,3169,1711,2969,-1,2969,1711,2968,-1,2968,1711,1784,-1,3166,1784,1711,-1,3167,3166,1711,-1,3169,3167,1711,-1,3131,3130,1640,-1,3133,1640,3130,-1,3133,1639,1640,-1,1640,1639,1567,-1,1639,1566,1567,-1,3134,1566,1639,-1,3135,1566,3134,-1,3135,2974,1566,-1,3134,1639,3132,-1,3133,3132,1639,-1,1640,1567,1568,-1,1641,1640,1568,-1,1641,1568,1569,-1,1642,1641,1569,-1,1642,1569,1570,-1,1570,1569,1498,-1,1570,1498,1499,-1,1499,1498,1426,-1,1499,1426,1427,-1,1500,1499,1427,-1,1500,1427,1428,-1,1428,1427,1356,-1,1428,1356,1357,-1,1429,1428,1357,-1,1429,1357,1358,-1,1358,1357,1285,-1,1358,1285,1286,-1,1286,1285,1214,-1,1286,1214,1215,-1,1215,1214,1142,-1,1215,1142,1143,-1,1216,1215,1143,-1,1216,1143,1144,-1,1217,1216,1144,-1,1217,1144,1145,-1,1218,1217,1145,-1,1218,1145,1146,-1,1146,1145,1074,-1,1146,1074,1075,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_20()
		{
			int[] value = {1075,1074,1002,-1,1075,1002,1003,-1,1003,1002,931,-1,1076,1075,1003,-1,1147,1075,1076,-1,1147,1146,1075,-1,1219,1146,1147,-1,1219,1218,1146,-1,1290,1218,1219,-1,1290,1289,1218,-1,1289,1217,1218,-1,1289,1288,1217,-1,1288,1216,1217,-1,1288,1287,1216,-1,1287,1215,1216,-1,1287,1286,1215,-1,1359,1286,1287,-1,1359,1358,1286,-1,1430,1358,1359,-1,1430,1429,1358,-1,1502,1429,1430,-1,1502,1501,1429,-1,1501,1428,1429,-1,1501,1500,1428,-1,1572,1500,1501,-1,1572,1571,1500,-1,1571,1499,1500,-1,1571,1570,1499,-1,1643,1570,1571,-1,1643,1642,1570,-1,1714,1642,1643,-1,1714,1713,1642,-1,1713,1641,1642,-1,3128,1641,1713,-1,3129,1641,3128,-1,3131,1641,3129,-1,3131,1640,1641,-1,3166,3164,1784,-1,3165,1784,3164,-1,3165,1785,1784,-1,1856,1784,1785,-1,2966,1784,1856,-1,2967,1784,2966,-1,2968,1784,2967,-1,3040,3039,1782,-1,3039,3038,1782,-1,3038,1854,1782,-1,1854,1853,1782,-1,1926,1853,1854,-1,1926,1925,1853,-1,1997,1925,1926,-1,1997,1996,1925,-1,3241,1996,1997,-1,3241,3240,1996,-1,3243,1996,3240,-1,3243,1995,1996,-1,3243,3242,1995,-1,3245,1995,3242,-1,3378,3376,2283,-1,3377,2283,3376,-1,3377,2284,2283,-1,2356,2283,2284,-1,2357,2356,2284,-1,2357,2284,2285,-1,3375,2285,2284,-1,3375,2284,3374,-1,3377,3374,2284,-1,3239,1998,3236,-1,3236,1998,3032,-1,3033,3032,1998,-1,3034,3033,1998,-1,3034,1998,1926,-1,1998,1997,1926,-1,3239,1997,1998,-1,3239,3238,1997,-1,3241,1997,3238,-1,3035,3034,1926,-1,3036,3035,1926,-1,3036,1926,1854,-1,3037,3036,1854,-1,3038,3037,1854,-1,2966,1856,2965,-1,2965,1856,2964,-1,2964,1856,1928,-1,1929,1928,1856,-1,1929,1856,1857,-1,1857,1856,1785,-1,1857,1785,1786,-1,3163,1786,1785,-1,3163,1785,3162,-1,3165,3162,1785,-1,3128,1713,3126,-1,3127,3126,1713,-1,3127,1713,1714,-1,3127,1714,3124,-1,3125,3124,1714,-1,3125,1714,1715,-1,1715,1714,1643,-1,1715,1643,1644,-1,1644,1643,1571,-1,1644,1571,1572,-1,1645,1644,1572,-1,1645,1572,1573,-1,1573,1572,1501,-1,1573,1501,1502,-1,1574,1573,1502,-1,1574,1502,1503,-1,1503,1502,1430,-1,1503,1430,1431,-1,1431,1430,1359,-1,1431,1359,1360,-1,1360,1359,1287,-1,1360,1287,1288,-1,1361,1360,1288,-1,1361,1288,1289,-1,1362,1361,1289,-1,1362,1289,1290,-1,1363,1362,1290,-1,1363,1290,1291,-1,1291,1290,1219,-1,1291,1219,1220,-1,1220,1219,1147,-1,1220,1147,1148,-1,1148,1147,1076,-1,1221,1220,1148,-1,1292,1220,1221,-1,1292,1291,1220,-1,1364,1291,1292,-1,1364,1363,1291,-1,1435,1363,1364,-1,1435,1434,1363,-1,1434,1362,1363,-1,1434,1433,1362,-1,1433,1361,1362,-1,1433,1432,1361,-1,1432,1360,1361,-1,1432,1431,1360,-1,1504,1431,1432,-1,1504,1503,1431,-1,1575,1503,1504,-1,1575,1574,1503,-1,1647,1574,1575,-1,1647,1646,1574,-1,1646,1573,1574,-1,1646,1645,1573,-1,1717,1645,1646,-1,1717,1716,1645,-1,1716,1644,1645,-1,1716,1715,1644,-1,1788,1715,1716,-1,3122,1715,1788,-1,3123,1715,3122,-1,3125,1715,3123,-1,3163,3161,1786,-1,3161,3160,1786,-1,3160,1858,1786,-1,1858,1857,1786,-1,1930,1857,1858,-1,1930,1929,1857,-1,2001,1929,1930,-1,2001,2000,1929,-1,2000,1928,1929,-1,2000,1999,1928,-1,2962,1928,1999,-1,2963,1928,2962,-1,2964,1928,2963,-1,2962,1999,2961,-1,2961,1999,2960,-1,2960,1999,2072,-1,2072,1999,2000,-1,2073,2072,2000,-1,2073,2000,2001,-1,2074,2073,2001,-1,2074,2001,2002,-1,2002,2001,1930,-1,2002,1930,1931,-1,1931,1930,1858,-1,1931,1858,1859,-1,3159,1859,1858,-1,3159,1858,3158,-1,3160,3158,1858,-1,3159,3122,1859,-1,3156,1859,3122,-1,3157,1859,3156,-1,3157,1860,1859,-1,1932,1859,1860,-1,1932,1931,1859,-1,2003,1931,1932,-1,2003,2002,1931,-1,2075,2002,2003,-1,2075,2074,2002,-1,3229,2074,2075,-1,3229,3228,2074,-1,3231,2074,3228,-1,3231,2073,2074,-1,3231,3230,2073,-1,3233,2073,3230,-1,3233,2072,2073,-1,3233,3232,2072,-1,3232,2959,2072,-1,2960,2072,2959,-1,3375,3372,2285,-1,3373,2285,3372,-1,3373,2286,2285,-1,2358,2285,2286,-1,2358,2357,2285,-1,2429,2357,2358,-1,2429,2428,2357,-1,2428,2356,2357,-1,2501,2428,2429,-1,2502,2501,2429,-1,2502,2429,2430,-1,2430,2429,2358,-1,2430,2358,2359,-1,2359,2358,2286,-1,2359,2286,2287,-1,3371,2287,2286,-1,3371,2286,3370,-1,3373,3370,2286,-1,3369,3367,2288,-1,3367,3366,2288,-1,3366,2361,2288,-1,2361,2360,2288,-1,2360,2287,2288,-1,3369,2288,2287,-1,3369,2287,3368,-1,3371,3368,2287,-1,2360,2359,2287,-1,2431,2359,2360,-1,2431,2430,2359,-1,2503,2430,2431,-1,2503,2502,2430,-1,2574,2502,2503,-1,2574,2573,2502,-1,2573,2501,2502,-1,2646,2573,2574,-1,2647,2646,2574,-1,2647,2574,2575,-1,2575,2574,2503,-1,2575,2503,2504,-1,2504,2503,2431,-1,2504,2431,2432,-1,2432,2431,2360,-1,2432,2360,2361,-1,2433,2432,2361,-1,2433,2361,2362,-1,3365,2362,2361,-1,3366,3365,2361,-1,3229,2075,3226,-1,3227,3226,2075,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_21()
		{
			int[] value = {3227,2075,2076,-1,2076,2075,2003,-1,2076,2003,2004,-1,2004,2003,1932,-1,2004,1932,1933,-1,1933,1932,1860,-1,1933,1860,1861,-1,3155,1861,1860,-1,3155,1860,3154,-1,3157,3154,1860,-1,3119,3118,1789,-1,3121,1789,3118,-1,3121,1788,1789,-1,1789,1788,1716,-1,1789,1716,1717,-1,1790,1789,1717,-1,1790,1717,1718,-1,1718,1717,1646,-1,1718,1646,1647,-1,1719,1718,1647,-1,1719,1647,1648,-1,1648,1647,1575,-1,1648,1575,1576,-1,1576,1575,1504,-1,1576,1504,1505,-1,1505,1504,1432,-1,1505,1432,1433,-1,1506,1505,1433,-1,1506,1433,1434,-1,1507,1506,1434,-1,1507,1434,1435,-1,1508,1507,1435,-1,1508,1435,1436,-1,1436,1435,1364,-1,1436,1364,1365,-1,1365,1364,1292,-1,1365,1292,1293,-1,1293,1292,1221,-1,1293,1221,1222,-1,1437,1436,1365,-1,1509,1436,1437,-1,1509,1508,1436,-1,1580,1508,1509,-1,1580,1579,1508,-1,1579,1507,1508,-1,1579,1578,1507,-1,1578,1506,1507,-1,1578,1577,1506,-1,1577,1505,1506,-1,1577,1576,1505,-1,1649,1576,1577,-1,1649,1648,1576,-1,1720,1648,1649,-1,1720,1719,1648,-1,1792,1719,1720,-1,1792,1791,1719,-1,1791,1718,1719,-1,1791,1790,1718,-1,1862,1790,1791,-1,3116,1790,1862,-1,3117,1790,3116,-1,3119,1790,3117,-1,3119,1789,1790,-1,3116,1862,3114,-1,3115,3114,1862,-1,3115,1862,1863,-1,1863,1862,1791,-1,1863,1791,1792,-1,1864,1863,1792,-1,1864,1792,1793,-1,1793,1792,1720,-1,1793,1720,1721,-1,1721,1720,1649,-1,1721,1649,1650,-1,1650,1649,1577,-1,1650,1577,1578,-1,1651,1650,1578,-1,1651,1578,1579,-1,1652,1651,1579,-1,1652,1579,1580,-1,1653,1652,1580,-1,1653,1580,1581,-1,1581,1580,1509,-1,1581,1509,1510,-1,1510,1509,1437,-1,1798,1797,1725,-1,1797,1724,1725,-1,1725,1724,1653,-1,1724,1652,1653,-1,1724,1723,1652,-1,1723,1651,1652,-1,1723,1722,1651,-1,1722,1650,1651,-1,1722,1721,1650,-1,1794,1721,1722,-1,1794,1793,1721,-1,1865,1793,1794,-1,1865,1864,1793,-1,1937,1864,1865,-1,1937,1936,1864,-1,1936,1863,1864,-1,3112,1863,1936,-1,3113,1863,3112,-1,3115,1863,3113,-1,3112,1936,3110,-1,3111,3110,1936,-1,3111,1936,1937,-1,3111,1937,3109,-1,3109,1937,3108,-1,3108,1937,2009,-1,2009,1937,1938,-1,1938,1937,1865,-1,1938,1865,1866,-1,1866,1865,1794,-1,1866,1794,1795,-1,1795,1794,1722,-1,1795,1722,1723,-1,1796,1795,1723,-1,1796,1723,1724,-1,1797,1796,1724,-1,1868,1796,1797,-1,1868,1867,1796,-1,1867,1795,1796,-1,1867,1866,1795,-1,1939,1866,1867,-1,1939,1938,1866,-1,2010,1938,1939,-1,2010,2009,1938,-1,2082,2009,2010,-1,3106,2009,2082,-1,3107,2009,3106,-1,3108,2009,3107,-1,3106,2082,3104,-1,3105,3104,2082,-1,3105,2082,2083,-1,2083,2082,2010,-1,2083,2010,2011,-1,2011,2010,1939,-1,2011,1939,1940,-1,1940,1939,1867,-1,1940,1867,1868,-1,1941,1940,1868,-1,1941,1868,1869,-1,1869,1868,1797,-1,1869,1797,1798,-1,2086,2085,2013,-1,2085,2012,2013,-1,2013,2012,1941,-1,2012,1940,1941,-1,2012,2011,1940,-1,2084,2011,2012,-1,2084,2083,2011,-1,3103,2083,2084,-1,3103,3102,2083,-1,3105,2083,3102,-1,3138,3136,2227,-1,3137,2227,3136,-1,3137,2228,2227,-1,2299,2227,2228,-1,2299,2298,2227,-1,2298,2226,2227,-1,2227,2226,2154,-1,2226,2153,2154,-1,3141,2154,2153,-1,3141,2153,3140,-1,3142,3140,2153,-1,3142,2153,2081,-1,2153,2152,2081,-1,2152,2080,2081,-1,3145,2081,2080,-1,3145,2080,3144,-1,3146,3144,2080,-1,3146,2080,2007,-1,2080,2079,2007,-1,2079,2006,2007,-1,2007,2006,1935,-1,2006,1934,1935,-1,3151,1935,1934,-1,3151,1934,3150,-1,3152,3150,1934,-1,3152,1934,1861,-1,1934,1933,1861,-1,2005,1933,1934,-1,2005,2004,1933,-1,2077,2004,2005,-1,2077,2076,2004,-1,3225,2076,2077,-1,3225,3224,2076,-1,3227,2076,3224,-1,3365,3362,2362,-1,3363,2362,3362,-1,3363,2363,2362,-1,2434,2362,2363,-1,2434,2433,2362,-1,2506,2433,2434,-1,2506,2505,2433,-1,2505,2432,2433,-1,2505,2504,2432,-1,2576,2504,2505,-1,2576,2575,2504,-1,2648,2575,2576,-1,2648,2647,2575,-1,2649,2648,2576,-1,2649,2576,2577,-1,2577,2576,2505,-1,2577,2505,2506,-1,2578,2577,2506,-1,2578,2506,2507,-1,2507,2506,2434,-1,2507,2434,2435,-1,2435,2434,2363,-1,2435,2363,2364,-1,3361,2364,2363,-1,3361,2363,3360,-1,3363,3360,2363,-1,3225,2077,3223,-1,3223,2077,3222,-1,3222,2077,2149,-1,2149,2077,2078,-1,2078,2077,2005,-1,2078,2005,2006,-1,2006,2005,1934,-1,2079,2078,2006,-1,2150,2078,2079,-1,2150,2149,2078,-1,3221,2149,2150,-1,3221,3220,2149,-1,3222,2149,3220,-1,3361,3358,2364,-1,3359,2364,3358,-1,3359,2365,2364,-1,2436,2364,2365,-1,2436,2435,2364,-1,2508,2435,2436,-1,2508,2507,2435,-1,2579,2507,2508,-1,2579,2578,2507,-1,2651,2578,2579,-1,2651,2650,2578,-1,2650,2577,2578,-1,2650,2649,2577,-1,2652,2651,2579,-1,2652,2579,2580,-1,2580,2579,2508,-1,2580,2508,2509,-1,2509,2508,2436,-1,2509,2436,2437,-1,2437,2436,2365,-1,2437,2365,2366,-1,3357,2366,2365,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_22()
		{
			int[] value = {3357,2365,3356,-1,3359,3356,2365,-1,3221,2150,3218,-1,3219,3218,2150,-1,3219,2150,2151,-1,2151,2150,2079,-1,2151,2079,2080,-1,2152,2151,2080,-1,3217,2151,2152,-1,3217,3216,2151,-1,3219,2151,3216,-1,3357,3354,2366,-1,3355,2366,3354,-1,3355,2367,2366,-1,2438,2366,2367,-1,2438,2437,2366,-1,2510,2437,2438,-1,2510,2509,2437,-1,2581,2509,2510,-1,2581,2580,2509,-1,2653,2580,2581,-1,2653,2652,2580,-1,2654,2653,2581,-1,2654,2581,2582,-1,2582,2581,2510,-1,2582,2510,2511,-1,2511,2510,2438,-1,2511,2438,2439,-1,2439,2438,2367,-1,3352,2439,2367,-1,3353,3352,2367,-1,3355,3353,2367,-1,2296,2224,2225,-1,3215,2225,2224,-1,3217,2152,3215,-1,3215,2152,2225,-1,2225,2152,2153,-1,2226,2225,2153,-1,2297,2225,2226,-1,2297,2296,2225,-1,2369,2296,2297,-1,2369,2368,2296,-1,2440,2368,2369,-1,3351,2368,2440,-1,3352,3351,2439,-1,3351,2440,2439,-1,2512,2439,2440,-1,2512,2511,2439,-1,2583,2511,2512,-1,2583,2582,2511,-1,2655,2582,2583,-1,2655,2654,2582,-1,2657,2656,2584,-1,2656,2583,2584,-1,2584,2583,2512,-1,2584,2512,2513,-1,2513,2512,2440,-1,2513,2440,2441,-1,2441,2440,2369,-1,2441,2369,2370,-1,2370,2369,2297,-1,2370,2297,2298,-1,2298,2297,2226,-1,2371,2370,2298,-1,2371,2298,2299,-1,2372,2371,2299,-1,2372,2299,2300,-1,2300,2299,2228,-1,2300,2228,2229,-1,2229,2228,2156,-1,3137,2156,2228,-1,3137,3101,2156,-1,3101,2084,2156,-1,2156,2084,2085,-1,2085,2084,2012,-1,2157,2156,2085,-1,2157,2085,2086,-1,2374,2373,2301,-1,2373,2300,2301,-1,2301,2300,2229,-1,2229,2156,2157,-1,2373,2372,2300,-1,2444,2372,2373,-1,2444,2443,2372,-1,2443,2371,2372,-1,2443,2442,2371,-1,2442,2370,2371,-1,2442,2441,2370,-1,2514,2441,2442,-1,2514,2513,2441,-1,2585,2513,2514,-1,2585,2584,2513,-1,2657,2584,2585,-1,2658,2657,2585,-1,2658,2585,2586,-1,2586,2585,2514,-1,2586,2514,2515,-1,2515,2514,2442,-1,2515,2442,2443,-1,2516,2515,2443,-1,2516,2443,2444,-1,2517,2516,2444,-1,2517,2444,2445,-1,2445,2444,2373,-1,2445,2373,2374,-1,2589,2588,2517,-1,2588,2516,2517,-1,2588,2587,2516,-1,2587,2515,2516,-1,2587,2586,2515,-1,2659,2586,2587,-1,2659,2658,2586,-1,2660,2659,2587,-1,2660,2587,2588,-1,2661,2660,2588,-1,2661,2588,2589,-1,2662,2661,2589,-1,3103,2084,3101,-1,2656,2655,2583,-1,3151,3149,1935,-1,3149,3148,1935,-1,3148,2007,1935,-1,3148,3147,2007,-1,3147,3146,2007,-1,3145,3143,2081,-1,3143,3142,2081,-1,3141,3139,2154,-1,3139,3138,2154,-1,3138,2227,2154,-1,3121,3120,1788,-1,3122,1788,3120,-1,3378,2283,2211,-1,3379,3378,2211,-1,3381,3379,2211,-1,3041,3040,1782,-1,3383,2209,3382,-1,3385,3382,2209,-1,3387,2207,3386,-1,3389,3386,2207,-1,3391,3390,2133,-1,3393,3391,2133,-1,3395,2131,3394,-1,3397,3394,2131,-1,2672,283,2671,-1,2992,1485,1486,-1,2992,2991,1485,-1,2993,1485,2991,-1,3399,2129,3398,-1,3401,3398,2129,-1,3403,3402,2056,-1,3405,3403,2056,-1,3195,1410,3194,-1,3194,1410,3193,-1,3407,2054,3406,-1,3409,3406,2054,-1,3411,2052,3410,-1,3413,3410,2052,-1,3076,3074,1479,-1,3415,3414,1978,-1,3417,3415,1978,-1,3183,3182,1048,-1,3209,905,3208,-1,3208,905,3207,-1,3207,905,977,-1,3209,832,905,-1,3210,832,3209,-1,3211,832,3210,-1,3295,1683,1684,-1,2737,970,2735,-1,2717,2716,1111,-1,2716,2715,1111,-1,2729,1184,2728,-1,2730,1184,2729,-1,2856,2821,2824,-1,2851,963,2848,-1,2848,963,2847,-1,2847,963,1036,-1,2770,683,611,-1,2769,683,2768,-1,2770,2768,683,-1,2750,613,2748,-1,2749,2748,613,-1,2749,613,614,-1,614,613,541,-1,614,541,542,-1,2788,614,542,-1,2789,2788,542,-1,2790,2789,542,-1,2788,2787,614,-1,2787,2747,614,-1,2747,2746,614,-1,2749,614,2746,-1,2765,2759,685,-1,2759,758,685,-1,2767,2765,685,-1,2880,389,2879,-1,2883,389,2880,-1,397,325,326,-1,2794,397,326,-1,2795,2794,326,-1,2796,2795,326,-1,3625,113,3593,-1,3601,3598,181,-1,3601,181,3600,-1,3605,3602,179,-1,3605,179,3604,-1,3607,177,3606,-1,3609,3606,177,-1,3611,175,3610,-1,3613,3610,175,-1,3546,27,99,-1,3553,27,3546,-1,3555,27,3553,-1,2893,241,242,-1,2893,2892,241,-1,2895,241,2892,-1,2947,2842,1167,-1,3331,1451,1452,-1,3331,3330,1451,-1,3332,1451,3330,-1,1086,1014,1015,-1,1087,1086,1015,-1,1087,1015,1016,-1,2927,1087,1016,-1,2928,2927,1016,-1,2927,2922,1087,-1,2922,2921,1087,-1,2921,1159,1087,-1,1159,1086,1087,-1,2911,2908,234,-1,2909,234,2908,-1,2907,2905,236,-1,2905,2902,236,-1,2902,309,236,-1,3588,229,3587,-1,3589,229,3588,-1,3585,372,3584,-1,3584,372,3583,-1,3581,515,3580,-1,3580,515,3579,-1,3577,658,3576,-1,3576,658,3575,-1,3575,658,730,-1,731,730,658,-1,802,730,731,-1,3573,730,802,-1,3574,730,3573,-1,3575,730,3574,-1,3573,802,3572,-1,3572,802,3570,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_23_coordIndex_23()
		{
			int[] value = {3571,3570,802,-1,3571,802,803,-1,803,802,731,-1,3571,803,3568,-1,3569,3568,803,-1,3557,3548,84,-1,3629,3556,24,-1,3628,3626,97,-1,3626,3622,97,-1,3622,170,97,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_10_23_point_1()
		{
			double[] value = {0.00663708,0.0820922,0.0199574,0.0819711,0.0334093,0.0818423,0.0468226,0.0817177,0.060481,0.0815765,0.074249,0.0814275,0.0872103,0.0813431,0.100979,0.0811969,0.114684,0.0810566,0.128332,0.0809224,0.14197,0.0807907,0.155597,0.0806616,0.169312,0.0805261,0.182997,0.0803954,0.196713,0.0802634,0.210504,0.0801255,0.224303,0.0799882,0.238305,0.0798278,0.252218,0.0796785,0.266113,0.0795326,0.279744,0.0794271,0.293695,0.0792779,0.307652,0.079129,0.321633,0.0789767,0.335611,0.078826,0.349582,0.0786778,0.363567,0.078528,0.377548,0.0783812,0.391518,0.078241,0.405481,0.0781106,0.419153,0.078136,0.433271,0.0779882,0.447424,0.0778174,0.461523,0.0777287,0.475688,0.0774453,0.48983,0.0773593,0.504039,0.0772642,0.51823,0.0771163,0.532411,0.0769588,0.546539,0.0767818,0.560654,0.076607,0.574732,0.0764278,0.588739,0.0762376,0.602849,0.0760757,0.616899,0.0759041,0.630898,0.0757268,0.644853,0.0755466,0.658768,0.0753645,0.672639,0.0751811,0.686468,0.0749965,0.700255,0.0748112,0.714004,0.0746256,0.727718,0.0744404,0.741408,0.0742564,0.755085,0.0740745,0.768764,0.0738954,0.782465,0.0737204,0.796213,0.0735508,0.810041,0.0733878,0.823979,0.0732328,0.838012,0.0730836,0.852055,0.0729344,0.866382,0.0728009,0.880697,0.072665,0.895032,0.0725285,0.909403,0.0723922,0.923735,0.0722525,0.937999,0.0721085,0.952201,0.0719609,0.966361,0.0718107,0.980499,0.0716592,0.994628,0.071507,0.012916,0.106509,0.0262045,0.106421,0.0396834,0.106311,0.0531858,0.106202,0.0667306,0.106089,0.0804053,0.105961,0.094021,0.105844,0.107763,0.10571,0.121364,0.105599,0.135019,0.105483,0.148698,0.105366,0.162315,0.105264,0.176059,0.105142,0.189715,0.105041,0.203479,0.104923,0.217333,0.10479,0.231134,0.104671,0.245008,0.104539,0.258855,0.104418,0.272759,0.104285,0.28669,0.104149,0.300637,0.10401,0.314599,0.103869,0.328584,0.103723,0.342547,0.103588,0.356506,0.103459,0.370515,0.103313,0.384504,0.103181};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_2()
		{
			double[] value = {0.398473,0.103072,0.412475,0.102956,0.42652,0.102817,0.440574,0.102679,0.454642,0.102532,0.46871,0.102426,0.482817,0.102389,0.496988,0.102351,0.511188,0.102258,0.525385,0.102126,0.53948,0.101902,0.553585,0.101707,0.567743,0.101553,0.581773,0.101338,0.595923,0.101186,0.609983,0.100999,0.623995,0.100802,0.637974,0.100602,0.651921,0.1004,0.665831,0.100195,0.679703,0.0999877,0.693535,0.0997781,0.707328,0.0995669,0.721086,0.0993555,0.734817,0.0991451,0.748531,0.0989376,0.76224,0.0987346,0.775962,0.0985382,0.789715,0.0983506,0.803524,0.0981737,0.81741,0.0980094,0.831386,0.0978579,0.845447,0.0977169,0.859595,0.0975853,0.873805,0.0974593,0.888073,0.0973375,0.902538,0.0972347,0.916852,0.0971125,0.931119,0.096983,0.945311,0.0968445,0.959454,0.0967,0.973573,0.0965527,4.27175,1.06073,4.27175,1.06073,0.0065303,0.130955,0.0198043,0.130894,0.0330721,0.13084,0.0465605,0.130751,0.0600914,0.130657,0.0736411,0.130564,0.0872436,0.130464,0.100862,0.130364,0.11446,0.130273,0.128075,0.130183,0.141754,0.130083,0.155454,0.129982,0.169199,0.129874,0.18296,0.129766,0.196713,0.129666,0.210487,0.129564,0.224277,0.129463,0.238087,0.129362,0.251927,0.129257,0.265787,0.12915,0.279716,0.129023,0.293658,0.128895,0.30762,0.128762,0.321591,0.128629,0.335556,0.128503,0.349533,0.128377,0.363543,0.128236,0.377558,0.128095,0.391521,0.128008,0.405508,0.127921,0.419551,0.12779,0.433605,0.127658,0.446003,0.14513,0.459794,0.141029,0.475544,0.135337,0.489128,0.13648,0.503863,0.13302,0.521841,0.137879,0.541915,0.124756,0.544588,0.139281,0.560689,0.126634,0.574845,0.126485,0.588948,0.126299,0.60304,0.126112,0.617069,0.125898,0.63107,0.125681,0.645047,0.125464,0.658995,0.125244,0.672907,0.12502,0.686782,0.124791,0.700618,0.12456,0.714418,0.124326,0.728188,0.124092,0.741936,0.123861,0.755675,0.123635,0.769417,0.123417};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_3()
		{
			double[] value = {0.783181,0.123209,0.796983,0.123016,0.810843,0.122837,0.824774,0.122676,0.838786,0.12253,0.852877,0.1224,0.867051,0.122282,0.881303,0.122175,0.895612,0.122075,0.909998,0.121983,0.92433,0.121879,0.938438,0.121736,0.952564,0.121596,0.966662,0.12145,4.27175,1.06073,4.27175,1.06073,0.0130106,0.155412,0.0264229,0.155352,0.0398977,0.155283,0.0533677,0.155221,0.0669035,0.155148,0.0803788,0.155096,0.0939903,0.155014,0.107547,0.154952,0.121157,0.154883,0.134801,0.154809,0.1485,0.154725,0.162312,0.154609,0.176074,0.154514,0.189871,0.154412,0.203636,0.154328,0.217421,0.154243,0.231222,0.154159,0.245039,0.154077,0.25889,0.153988,0.272756,0.1539,0.286694,0.153782,0.300641,0.153665,0.314612,0.15354,0.328595,0.153412,0.342571,0.153295,0.356594,0.153148,0.370609,0.15301,0.384634,0.152867,0.398604,0.152801,0.412617,0.152708,0.42666,0.152587,0.440701,0.1525,0.454766,0.152391,0.468842,0.15232,0.482945,0.15229,0.497084,0.152262,0.511244,0.152191,0.525384,0.152033,0.545882,0.151814,0.553664,0.151715,0.567816,0.15157,0.581933,0.151389,0.596053,0.151215,0.610122,0.151006,0.624141,0.150775,0.638147,0.150548,0.652131,0.15032,0.666084,0.150086,0.68,0.149845,0.693877,0.149598,0.707716,0.149346,0.721523,0.149092,0.735304,0.148839,0.749071,0.14859,0.762834,0.148351,0.77661,0.148123,0.790414,0.14791,0.804262,0.147715,0.818167,0.14754,0.832141,0.147385,0.846187,0.147248,0.860309,0.14713,0.874503,0.147026,0.888759,0.146932,0.903052,0.146843,0.917349,0.14675,0.931619,0.146647,0.94568,0.146499,0.959763,0.146354,0.973848,0.146209,4.27175,1.06073,4.27175,1.06073,0.00629745,0.179903,0.0197925,0.179839,0.033243,0.179793,0.0466984,0.179753,0.0601764,0.179714,0.073633,0.179688,0.0871165,0.179663,0.100665,0.179625,0.114236,0.179587,0.127874,0.179533,0.141541,0.179477,0.155352,0.179371};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_4()
		{
			double[] value = {0.169181,0.179262,0.182977,0.179171,0.196787,0.17908,0.210565,0.179012,0.224361,0.178944,0.23817,0.178879,0.251998,0.178815,0.265855,0.178744,0.279733,0.178672,0.293677,0.178566,0.307633,0.17846,0.321617,0.178338,0.33561,0.178216,0.349634,0.17807,0.363661,0.177923,0.377686,0.177781,0.391712,0.177642,0.405711,0.177562,0.419724,0.177485,0.43374,0.177454,0.447788,0.177409,0.461863,0.177329,0.475956,0.177183,0.490062,0.177131,0.504194,0.17709,0.518347,0.177034,0.532505,0.176939,0.546668,0.176827,0.560821,0.176687,0.57499,0.176561,0.589105,0.176367,0.603196,0.176159,0.617195,0.175879,0.631229,0.175649,0.645247,0.17542,0.659236,0.175182,0.67319,0.174934,0.687106,0.174677,0.700983,0.17441,0.714825,0.174139,0.728638,0.173866,0.742431,0.173596,0.756215,0.173335,0.770004,0.173085,0.783814,0.172853,0.797657,0.172639,0.811548,0.172448,0.825496,0.17228,0.839508,0.172134,0.853588,0.172009,0.867733,0.171902,0.881936,0.171809,0.896178,0.171722,0.910426,0.171633,0.924639,0.17153,0.938783,0.171405,0.952889,0.171269,0.966952,0.171121,0.981052,0.170981,0.995155,0.170842,0.0128752,0.204399,0.0265274,0.204304,0.03997,0.204287,0.0534337,0.20427,0.0668119,0.204295,0.0802836,0.204296,0.0937368,0.204315,0.107301,0.204301,0.120878,0.204292,0.134538,0.204257,0.148292,0.204188,0.162125,0.204087,0.176034,0.203953,0.189845,0.203873,0.203683,0.203786,0.217474,0.203734,0.231298,0.203673,0.245119,0.203626,0.258965,0.203574,0.272834,0.20352,0.28676,0.203433,0.300711,0.203337,0.314683,0.20323,0.328673,0.203114,0.342687,0.20298,0.356713,0.202834,0.370763,0.202657,0.384787,0.202517,0.398811,0.202385,0.41281,0.202323,0.426794,0.202361,0.44082,0.202379,0.454877,0.2024,0.468973,0.202269,0.483075,0.202155,0.497188,0.202057,0.511326,0.202018,0.525497,0.202014,0.539642,0.20188,0.553791,0.201745};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_5()
		{
			double[] value = {0.567945,0.201611,0.582119,0.201499,0.596245,0.201317,0.610302,0.201063,0.624317,0.200786,0.63835,0.200545,0.652368,0.200305,0.666356,0.200055,0.680308,0.199791,0.694222,0.199515,0.708097,0.199228,0.721939,0.198937,0.735757,0.198647,0.749561,0.198364,0.763364,0.198092,0.777181,0.197838,0.791024,0.197605,0.804906,0.197396,0.818838,0.197213,0.832827,0.197056,0.846876,0.196922,0.860984,0.196808,0.875144,0.196711,0.889344,0.196624,0.903558,0.196536,0.917756,0.196439,0.931907,0.196324,0.945979,0.196181,0.960045,0.196036,0.974196,0.195914,4.27175,1.06073,4.27175,1.06073,0.00593545,0.228975,0.0195729,0.228895,0.0332479,0.228805,0.0467001,0.228811,0.0600632,0.228866,0.0734541,0.228923,0.0868929,0.228972,0.100364,0.229021,0.113934,0.229036,0.12753,0.229052,0.14128,0.228999,0.155063,0.228936,0.168977,0.228806,0.182898,0.228674,0.196737,0.228596,0.210587,0.228519,0.224406,0.228472,0.238243,0.228425,0.252081,0.228391,0.26594,0.228354,0.279859,0.228281,0.293793,0.228204,0.307761,0.228106,0.321739,0.228007,0.33575,0.227876,0.349766,0.227744,0.363817,0.227562,0.377864,0.227381,0.391884,0.227249,0.405904,0.227127,0.419871,0.227194,0.43387,0.22727,0.447908,0.227342,0.461985,0.227376,0.476091,0.227315,0.490208,0.227198,0.504348,0.227175,0.518482,0.227045,0.532621,0.226915,0.546765,0.226784,0.560913,0.226654,0.575067,0.226527,0.589225,0.226399,0.60337,0.226246,0.617412,0.225966,0.631448,0.2257,0.645484,0.225453,0.6595,0.225201,0.673486,0.224936,0.687433,0.224653,0.70134,0.224356,0.71521,0.224048,0.729051,0.223738,0.742873,0.223432,0.75669,0.223138,0.770514,0.222861,0.784359,0.222607,0.798238,0.222379,0.81216,0.22218,0.826133,0.222009,0.840162,0.221865,0.854243,0.221745,0.868374,0.221643,0.882544,0.221553,0.896733,0.221467,0.91092,0.221376,0.925081,0.22127,0.9392,0.221146};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_6()
		{
			double[] value = {0.953258,0.220998,0.967325,0.220852,4.27175,1.06073,4.27175,1.06073,0.0128651,0.253388,0.0265308,0.253307,0.0399742,0.253335,0.0533266,0.253418,0.066703,0.253505,0.0800678,0.253615,0.0935254,0.253694,0.107011,0.253775,0.120598,0.253816,0.134123,0.25391,0.147899,0.253868,0.162016,0.253616,0.175944,0.253483,0.189868,0.253355,0.203712,0.253289,0.217518,0.253263,0.231348,0.253232,0.245195,0.253201,0.259046,0.253181,0.272959,0.25312,0.286886,0.253055,0.300852,0.252962,0.314824,0.25287,0.328828,0.252748,0.342841,0.252618,0.356875,0.25246,0.370922,0.252276,0.384939,0.252149,0.398959,0.252025,0.412947,0.252024,0.42693,0.252129,0.440937,0.252311,0.455,0.252403,0.4691,0.252399,0.48322,0.252318,0.497344,0.252185,0.511472,0.252059,0.525605,0.251933,0.539743,0.251806,0.553885,0.25168,0.568031,0.251554,0.582187,0.251437,0.596337,0.251301,0.610442,0.251094,0.624515,0.250852,0.638576,0.250612,0.65262,0.250365,0.666636,0.250103,0.680616,0.24982,0.694553,0.249514,0.70845,0.249193,0.722314,0.248864,0.736153,0.248535,0.749982,0.248216,0.763814,0.247915,0.777661,0.247638,0.791538,0.247391,0.805455,0.247174,0.81942,0.24699,0.833435,0.246836,0.847501,0.246709,0.861614,0.246603,0.875765,0.246512,0.889941,0.246429,0.904124,0.246344,0.918298,0.24625,0.932448,0.246142,0.946576,0.246022,0.960674,0.245887,0.977022,0.240648,4.27175,1.06073,4.27175,1.06073,0.00636773,0.277766,0.0198356,0.277786,0.0332535,0.277844,0.0465972,0.277954,0.0599635,0.278069,0.0733117,0.278213,0.0866954,0.278356,0.100167,0.278469,0.113678,0.278576,0.127189,0.278704,0.140752,0.27882,0.154868,0.278565,0.168982,0.278303,0.182915,0.278173,0.196843,0.278049,0.210642,0.278039,0.224456,0.278031,0.238296,0.278015,0.252156,0.277998,0.266061,0.277948,0.279984,0.277894,0.293943,0.27781,0.307913,0.277723,0.321912,0.277605};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_7()
		{
			double[] value = {0.335918,0.277485,0.34995,0.277325,0.363981,0.277165,0.377996,0.277044,0.392013,0.276926,0.405996,0.276939,0.419997,0.276963,0.433995,0.277127,0.448023,0.277371,0.462113,0.277406,0.476226,0.277367,0.490349,0.27725,0.504467,0.277056,0.518594,0.276934,0.532726,0.276812,0.546862,0.276689,0.561002,0.276567,0.575147,0.276445,0.589297,0.276324,0.603444,0.276189,0.61753,0.275954,0.631625,0.275745,0.645704,0.275524,0.659754,0.275278,0.673767,0.275001,0.687736,0.274695,0.70166,0.274364,0.715545,0.274016,0.729401,0.273665,0.743242,0.273321,0.75708,0.272994,0.77093,0.272693,0.784806,0.272423,0.79872,0.272189,0.812679,0.271992,0.826688,0.271829,0.840746,0.271696,0.854851,0.271589,0.868993,0.271499,0.883164,0.27142,0.897351,0.271344,0.911539,0.271263,0.92572,0.271174,0.939891,0.271077,0.954064,0.270976,0.968237,0.270872,0.98247,0.270792,0.996784,0.270741,0.0130427,0.302305,0.0267556,0.302215,0.0400354,0.30238,0.0533848,0.302523,0.0666495,0.302739,0.0800137,0.302918,0.0933878,0.303113,0.106886,0.30325,0.120588,0.303263,0.13413,0.303409,0.148095,0.303254,0.162208,0.302978,0.176063,0.30291,0.189984,0.302792,0.203794,0.302781,0.217599,0.302791,0.231396,0.302826,0.245249,0.302825,0.259153,0.302783,0.27307,0.302741,0.28703,0.302658,0.300995,0.30258,0.314989,0.302468,0.328992,0.302352,0.343005,0.302224,0.357036,0.302064,0.371066,0.301903,0.385081,0.301788,0.399087,0.301716,0.413075,0.301756,0.427056,0.301945,0.441057,0.302273,0.455132,0.302352,0.469235,0.30236,0.483355,0.302319,0.497467,0.30204,0.511588,0.301918,0.525713,0.3018,0.539844,0.301682,0.553978,0.301563,0.568117,0.301445,0.58227,0.301349,0.596414,0.301219,0.610517,0.301009,0.624623,0.300814,0.638744,0.300647,0.65283,0.300433,0.666878,0.300177,0.680881,0.299881,0.694834,0.299547,0.708743,0.299186,0.722616,0.298814};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_8()
		{
			double[] value = {0.736467,0.298443,0.750311,0.298089,0.764164,0.297762,0.77804,0.297469,0.791951,0.297216,0.805908,0.297005,0.819915,0.296835,0.833972,0.2967,0.848076,0.296594,0.862218,0.296509,0.876391,0.296438,0.890585,0.296373,0.904789,0.296307,0.918996,0.296238,0.933204,0.296164,0.947421,0.296089,0.961664,0.296023,0.975946,0.29597,4.27175,1.06073,4.27175,1.06073,0.00661507,0.326602,0.0201448,0.326622,0.0335369,0.326737,0.046823,0.326939,0.060071,0.327189,0.0733512,0.327445,0.0867044,0.327677,0.100098,0.327908,0.113798,0.327933,0.127522,0.327953,0.141481,0.327792,0.155441,0.32763,0.169283,0.327574,0.183129,0.327524,0.196933,0.327526,0.210747,0.327535,0.224533,0.327592,0.238343,0.327647,0.252243,0.327615,0.266158,0.327581,0.280114,0.327506,0.294079,0.327428,0.308069,0.327322,0.322066,0.327214,0.336077,0.327088,0.350091,0.326961,0.364121,0.326801,0.378151,0.326641,0.392152,0.326577,0.40616,0.326524,0.420124,0.32674,0.434125,0.326965,0.44816,0.32724,0.462249,0.327298,0.47636,0.327276,0.490475,0.327083,0.504606,0.327076,0.518706,0.326771,0.53283,0.326657,0.546959,0.326542,0.561509,0.326428,0.57523,0.326314,0.589398,0.326263,0.603547,0.326146,0.617557,0.325754,0.63174,0.325708,0.645853,0.325531,0.659936,0.325312,0.673979,0.325046,0.687967,0.324724,0.701902,0.324358,0.715793,0.323968,0.729656,0.323574,0.743508,0.323192,0.757363,0.322837,0.771238,0.32252,0.785148,0.322247,0.799103,0.322023,0.81311,0.321846,0.827171,0.321711,0.84128,0.321611,0.855429,0.321536,0.869611,0.321477,0.883817,0.321426,0.898036,0.321378,0.912264,0.321327,0.9265,0.321275,0.940749,0.321224,0.955024,0.321181,0.969343,0.321156,4.27175,1.06073,4.27175,1.06073,0.0135722,0.350982,0.0271665,0.350977,0.0404321,0.351207,0.0536648,0.351487,0.0669207,0.351779,0.0801659,0.352109,0.0935379,0.352374,0.107027,0.352575};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_9()
		{
			double[] value = {0.120739,0.352613,0.134477,0.352643,0.148436,0.352485,0.162365,0.352356,0.176214,0.35231,0.190075,0.352262,0.203883,0.352284,0.217637,0.352387,0.231439,0.352461,0.245322,0.352457,0.259233,0.352434,0.273186,0.352365,0.287148,0.352295,0.301133,0.3522,0.315127,0.352098,0.329118,0.352014,0.343132,0.35189,0.357161,0.351736,0.371192,0.351577,0.385207,0.351471,0.399213,0.351422,0.413195,0.351532,0.427179,0.351791,0.441185,0.352202,0.455265,0.352291,0.46937,0.352239,0.483485,0.352151,0.49761,0.352119,0.511754,0.352143,0.525882,0.351975,0.539944,0.351505,0.554071,0.351394,0.568211,0.351309,0.582417,0.351392,0.596573,0.351292,0.610554,0.350795,0.624641,0.350575,0.638809,0.350513,0.65293,0.350357,0.667014,0.350144,0.681046,0.349861,0.695014,0.349508,0.708928,0.34911,0.722806,0.348697,0.736666,0.348291,0.750526,0.34791,0.764402,0.347568,0.77831,0.347274,0.792262,0.347034,0.806271,0.346852,0.820339,0.346722,0.834458,0.346632,0.84862,0.346572,0.862816,0.346531,0.877037,0.346499,0.891273,0.34647,0.905519,0.346439,0.919775,0.346406,0.934043,0.346374,0.948334,0.346348,0.962661,0.346337,0.977035,0.346344,4.27175,1.06073,4.27175,1.06073,0.0069301,0.375368,0.0208449,0.375138,0.0340579,0.375422,0.0472681,0.375735,0.0605144,0.376051,0.0737343,0.37642,0.0869961,0.376791,0.100459,0.377025,0.113961,0.377255,0.127684,0.377306,0.141429,0.377353,0.15536,0.377227,0.169291,0.377103,0.183153,0.377061,0.197018,0.377026,0.210766,0.377148,0.224536,0.377272,0.238414,0.377281,0.252309,0.377284,0.26626,0.377221,0.28022,0.377157,0.294202,0.377068,0.308189,0.376979,0.322176,0.376902,0.336172,0.376822,0.350201,0.37667,0.364232,0.376516,0.378248,0.376415,0.392266,0.376318,0.406242,0.376449,0.420242,0.376588,0.434252,0.376839,0.448291,0.377176,0.462386,0.377164,0.476494,0.377116,0.490611,0.377069};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_10()
		{
			double[] value = {0.504744,0.377098,0.51888,0.377027,0.53302,0.376934,0.547154,0.376787,0.561301,0.376692,0.575445,0.376564,0.589537,0.376282,0.60358,0.375903,0.617601,0.37552,0.631734,0.375407,0.645845,0.375246,0.659965,0.375102,0.674061,0.374917,0.688064,0.374594,0.70201,0.374211,0.71591,0.373791,0.729784,0.373368,0.743651,0.372966,0.757531,0.372602,0.771439,0.372289,0.785389,0.372034,0.799398,0.371845,0.813472,0.371721,0.827606,0.371649,0.841786,0.371611,0.856001,0.371593,0.870241,0.371586,0.884496,0.37158,0.89876,0.37157,0.91303,0.371556,0.92731,0.371539,0.941605,0.371524,0.955926,0.371518,0.970283,0.371527,0.984678,0.37155,0.999095,0.371577,0.0139863,0.399663,0.0275281,0.399716,0.0409211,0.399902,0.0541484,0.400247,0.0674508,0.400561,0.0806828,0.400971,0.0939398,0.401399,0.107419,0.401658,0.120985,0.401862,0.134712,0.40193,0.148461,0.401993,0.162388,0.401877,0.176213,0.401883,0.19008,0.401852,0.203877,0.401924,0.215693,0.406616,0.23152,0.40208,0.245411,0.402093,0.259379,0.402002,0.273334,0.401944,0.287299,0.40188,0.301282,0.401797,0.31525,0.401756,0.329241,0.401686,0.343241,0.401609,0.357272,0.401458,0.371281,0.40138,0.385301,0.401288,0.399305,0.40129,0.413296,0.401444,0.427314,0.40158,0.441335,0.401923,0.455407,0.402081,0.469507,0.402046,0.483618,0.402047,0.49774,0.402036,0.511863,0.401912,0.525999,0.401863,0.540126,0.401715,0.554257,0.401584,0.5684,0.401489,0.582527,0.401324,0.596585,0.400963,0.610615,0.400574,0.624662,0.400266,0.638734,0.40004,0.65285,0.399909,0.66697,0.399782,0.681025,0.39954,0.695031,0.399232,0.708956,0.398822,0.722854,0.398402,0.736736,0.397991,0.750625,0.397613,0.764539,0.397288,0.778489,0.39702,0.792493,0.396819,0.806573,0.396702,0.820722,0.396652,0.834924,0.396644,0.849164,0.396659,0.863427,0.396682,0.877703,0.396704,0.891985,0.396718};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_11()
		{
			double[] value = {0.906268,0.396723,0.920554,0.396719,0.934849,0.396711,0.949158,0.396706,0.963492,0.39671,0.977856,0.396724,4.27175,1.06073,4.27175,1.06073,0.00764733,0.423774,0.0209798,0.423998,0.034366,0.424201,0.0477775,0.424403,0.0610642,0.424742,0.0743852,0.425084,0.0876153,0.425548,0.100892,0.426011,0.114431,0.426247,0.128006,0.426477,0.14174,0.426558,0.155491,0.42664,0.169309,0.426661,0.183139,0.426684,0.196937,0.426767,0.210749,0.426855,0.224622,0.42688,0.238513,0.426896,0.252479,0.426808,0.266452,0.426715,0.280412,0.426658,0.294379,0.426601,0.308341,0.42657,0.322314,0.426538,0.336309,0.42647,0.350311,0.4264,0.36432,0.426329,0.378335,0.42626,0.39234,0.426266,0.406355,0.426281,0.420364,0.426431,0.434395,0.426585,0.44844,0.426876,0.462518,0.427158,0.476628,0.427077,0.490743,0.426983,0.504861,0.426869,0.518982,0.426751,0.533111,0.426661,0.547245,0.426574,0.561391,0.42652,0.575539,0.426438,0.58959,0.426023,0.603616,0.42559,0.617631,0.425186,0.631656,0.424847,0.645748,0.424685,0.659852,0.42455,0.67392,0.424343,0.68796,0.424093,0.701929,0.423739,0.715871,0.423365,0.729779,0.422967,0.743683,0.422588,0.75761,0.422262,0.771571,0.421995,0.78557,0.421782,0.799643,0.42166,0.81381,0.421638,0.828038,0.421668,0.842303,0.421722,0.856593,0.421785,0.870894,0.421841,0.885196,0.421884,0.899492,0.421908,0.913784,0.421917,0.928074,0.421913,0.942369,0.421905,0.956678,0.421899,0.971008,0.421899,4.27175,1.06073,4.27175,1.06073,0.014018,0.448614,0.0273573,0.448879,0.0407704,0.449102,0.0542179,0.449317,0.0675346,0.449686,0.0810777,0.449862,0.0943306,0.450365,0.10766,0.450835,0.121226,0.451086,0.134993,0.451134,0.148732,0.451233,0.16244,0.451393,0.176263,0.45143,0.190135,0.451417,0.203937,0.45152,0.217756,0.451626,0.23164,0.451654,0.245559,0.451644,0.259529,0.451557,0.273493,0.451494};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_12()
		{
			double[] value = {0.287456,0.451443,0.301424,0.451398,0.315393,0.451374,0.32939,0.451296,0.343387,0.451232,0.357385,0.45119,0.371396,0.451127,0.385416,0.451055,0.399425,0.451075,0.413443,0.451105,0.42746,0.451269,0.441504,0.451366,0.455556,0.451679,0.469644,0.451771,0.483745,0.451684,0.497855,0.45166,0.511966,0.451549,0.526082,0.451449,0.540205,0.451367,0.554341,0.451324,0.568484,0.451275,0.582597,0.451087,0.59663,0.450643,0.610633,0.45017,0.624639,0.449764,0.638698,0.449531,0.652784,0.44937,0.666855,0.44918,0.680894,0.448932,0.694861,0.448566,0.708822,0.448214,0.722777,0.447873,0.736708,0.447518,0.750648,0.447196,0.764638,0.446957,0.778654,0.446762,0.792704,0.446611,0.806877,0.446607,0.821132,0.446684,0.835423,0.446782,0.849742,0.446891,0.86407,0.446989,0.878394,0.447066,0.892706,0.447115,0.907003,0.447136,0.921287,0.447134,0.935566,0.447119,0.949848,0.447098,0.964143,0.447079,0.978458,0.447068,4.27175,1.06073,4.27175,1.06073,0.00720458,0.473104,0.0203224,0.473594,0.0337215,0.473854,0.047177,0.474083,0.0606586,0.474312,0.0742097,0.474494,0.0877729,0.474686,0.101084,0.47519,0.114443,0.475689,0.128202,0.475749,0.141982,0.475799,0.155679,0.475978,0.169398,0.476157,0.183265,0.476152,0.197133,0.476159,0.210943,0.476279,0.224773,0.476394,0.238684,0.476396,0.252609,0.476392,0.266568,0.476337,0.280534,0.476281,0.2945,0.476241,0.308475,0.476199,0.322468,0.476125,0.336467,0.476052,0.35046,0.476016,0.36446,0.475982,0.378477,0.475914,0.392499,0.475845,0.406511,0.475879,0.420535,0.475917,0.434565,0.476019,0.448613,0.476124,0.462677,0.476229,0.476759,0.47633,0.490854,0.476321,0.504959,0.476306,0.519065,0.47621,0.533174,0.476114,0.547298,0.476078,0.561431,0.476047,0.575569,0.476001,0.589636,0.475668,0.603651,0.475199,0.617643,0.474722,0.631689,0.474451,0.645747,0.47423,0.659821,0.474054};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_13()
		{
			double[] value = {0.673872,0.473831,0.687847,0.473465,0.701786,0.473058,0.715741,0.47271,0.729706,0.472399,0.743669,0.472101,0.757677,0.471886,0.771727,0.471733,0.785798,0.47161,0.799948,0.471587,0.814212,0.471693,0.828528,0.47184,0.842875,0.472,0.857233,0.472148,0.871583,0.472265,0.885912,0.472342,0.900215,0.472378,0.914494,0.472378,0.928756,0.472352,0.94301,0.472311,0.957268,0.472266,0.971539,0.472226,0.985832,0.472197,1.00014,0.472172,0.0131799,0.498429,0.0261686,0.499124,0.039723,0.49929,0.0532219,0.499537,0.0669039,0.499608,0.0804885,0.499806,0.094172,0.499913,0.107527,0.500443,0.121386,0.500384,0.135166,0.500437,0.149039,0.500381,0.162745,0.500573,0.176553,0.500645,0.190411,0.500657,0.204084,0.500996,0.217901,0.501138,0.231814,0.501134,0.245732,0.501138,0.259696,0.501068,0.273657,0.501017,0.287622,0.50097,0.301591,0.500933,0.315602,0.500797,0.329592,0.500729,0.343558,0.500762,0.357552,0.500735,0.376827,0.500185,0.385562,0.500688,0.399594,0.500575,0.413608,0.500616,0.427641,0.500595,0.441673,0.500704,0.455726,0.500709,0.469788,0.500824,0.483865,0.500843,0.497951,0.500839,0.512043,0.500777,0.526137,0.500686,0.540238,0.500616,0.554353,0.500592,0.568492,0.500641,0.582608,0.500542,0.59665,0.500158,0.610652,0.499685,0.624698,0.499405,0.638752,0.499171,0.652849,0.499054,0.666926,0.498884,0.680953,0.498608,0.694907,0.4982,0.708818,0.49774,0.722756,0.497363,0.736709,0.497035,0.750731,0.496834,0.764857,0.496801,0.778966,0.49673,0.793094,0.496677,0.807317,0.496744,0.82163,0.496908,0.835998,0.497115,0.850384,0.497317,0.864761,0.497481,0.87911,0.497592,0.893423,0.497646,0.907699,0.497647,0.921944,0.497608,0.936169,0.497542,0.950388,0.497465,0.964612,0.497387,0.978852,0.497319,4.27175,1.06073,4.27175,1.06073,0.00662055,0.522698,0.0190887,0.523958,0.0321568,0.524664,0.0457492,0.524846};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_14()
		{
			double[] value = {0.0594518,0.524924,0.0731753,0.524994,0.0868823,0.5251,0.10061,0.525199,0.114466,0.525148,0.128343,0.525077,0.142218,0.525015,0.156098,0.524956,0.169892,0.525037,0.183702,0.525116,0.197355,0.525487,0.211038,0.525857,0.22494,0.525872,0.238861,0.525869,0.252818,0.525805,0.266784,0.525737,0.280745,0.525693,0.294711,0.525652,0.308717,0.525514,0.322723,0.525384,0.33668,0.525427,0.350647,0.525473,0.375894,0.510159,0.378626,0.525523,0.392656,0.525411,0.406688,0.525295,0.420713,0.525274,0.434745,0.525254,0.448783,0.525258,0.462832,0.525265,0.47689,0.525292,0.490959,0.525317,0.505033,0.525264,0.519114,0.525207,0.533199,0.52514,0.547291,0.525078,0.561412,0.525147,0.575549,0.525231,0.589613,0.524952,0.603659,0.52463,0.617704,0.524339,0.631756,0.524096,0.645865,0.524023,0.659972,0.523933,0.674047,0.523756,0.688065,0.523455,0.701993,0.522987,0.715892,0.522496,0.729824,0.522103,0.743816,0.521843,0.757963,0.52185,0.772164,0.521927,0.78632,0.521914,0.8005,0.521923,0.814762,0.522032,0.82912,0.522249,0.843527,0.522498,0.857928,0.522711,0.872299,0.52286,0.886625,0.522938,0.9009,0.522943,0.91513,0.522889,0.929326,0.522793,0.943504,0.522675,0.95768,0.522553,0.971867,0.52244,4.27175,1.06073,4.27175,1.06073,0.0115592,0.549293,0.0222135,0.541251,0.0387393,0.549673,0.0524414,0.549764,0.0661637,0.549848,0.0799019,0.549928,0.0936243,0.550046,0.10748,0.550004,0.121359,0.549936,0.135268,0.549833,0.149152,0.549772,0.163041,0.549711,0.176846,0.5498,0.190656,0.549904,0.204322,0.550301,0.218089,0.550562,0.232,0.550572,0.246049,0.550302,0.260005,0.550234,0.273958,0.550187,0.28791,0.550157,0.301832,0.550231,0.315831,0.550109,0.329753,0.550258,0.343715,0.550318,0.3577,0.550331,0.371689,0.550368,0.385709,0.550299,0.399741,0.550182,0.413782,0.550007,0.427806,0.549991,0.441839,0.549982};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_15()
		{
			double[] value = {0.455879,0.549989,0.46993,0.549839,0.483984,0.549871,0.498047,0.549865,0.512116,0.549813,0.526185,0.549706,0.540262,0.549648,0.554367,0.549724,0.568486,0.549805,0.5826,0.5498,0.596656,0.54952,0.61068,0.549153,0.624725,0.548892,0.638848,0.548888,0.652981,0.548886,0.667137,0.54892,0.681229,0.548776,0.695258,0.548486,0.709215,0.548059,0.723176,0.547671,0.737173,0.547377,0.751278,0.547292,0.765475,0.547355,0.779666,0.547388,0.793811,0.547333,0.80796,0.547276,0.822252,0.547415,0.836663,0.547694,0.851081,0.547949,0.865468,0.548136,0.879812,0.548244,0.894095,0.548262,0.908314,0.548195,0.922482,0.548065,0.936618,0.5479,0.950745,0.547725,0.964876,0.547556,0.979023,0.547403,4.27175,1.06073,4.27175,1.06073,0.00551111,0.573026,0.00925797,0.576296,0.0176803,0.583039,0.0454329,0.574611,0.0591587,0.574703,0.072902,0.574789,0.0866542,0.574879,0.10051,0.574843,0.114381,0.574795,0.128292,0.574694,0.142205,0.574593,0.156097,0.574532,0.16999,0.574479,0.183799,0.574588,0.197616,0.574706,0.211367,0.574986,0.225149,0.57525,0.239192,0.574981,0.253232,0.574704,0.267175,0.574658,0.28112,0.574622,0.295026,0.574716,0.308946,0.574811,0.322856,0.574984,0.336783,0.575161,0.350763,0.575185,0.364754,0.575206,0.37877,0.575144,0.392792,0.575073,0.406833,0.574895,0.420873,0.574716,0.434898,0.57471,0.448931,0.57471,0.462976,0.574555,0.477021,0.574404,0.491071,0.574407,0.505129,0.574403,0.519188,0.5743,0.533248,0.574197,0.547338,0.574279,0.561441,0.574368,0.575594,0.574647,0.589653,0.574385,0.603681,0.574025,0.617702,0.573677,0.631818,0.57368,0.645964,0.57375,0.660148,0.573892,0.674326,0.573974,0.688432,0.573852,0.702494,0.573622,0.716525,0.573332,0.730562,0.573071,0.74467,0.572958,0.758824,0.572926,0.773008,0.572932,0.78717,0.57289,0.801277,0.572748,0.815431,0.572676,0.829787,0.572895};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_16()
		{
			double[] value = {0.844199,0.573166,0.858598,0.573386,0.872966,0.573538,0.887269,0.573586,0.901489,0.573519,0.915634,0.573357,0.92973,0.573139,0.943803,0.5729,0.957878,0.572666,0.971968,0.572453,0.986079,0.572265,1.00022,0.572104,0.0127085,0.597254,0.0255638,0.598325,0.0391261,0.598585,0.0528166,0.598706,0.0664103,0.598975,0.0801357,0.599091,0.0937521,0.599383,0.10761,0.599349,0.12156,0.59918,0.135467,0.59908,0.149371,0.598991,0.163254,0.598944,0.177032,0.599101,0.19084,0.599229,0.204596,0.599494,0.218359,0.599788,0.232245,0.599855,0.246289,0.599571,0.26029,0.599379,0.274233,0.599343,0.288147,0.599407,0.302059,0.599516,0.315979,0.599641,0.329896,0.599834,0.343839,0.59999,0.357825,0.600023,0.371815,0.600084,0.385835,0.600023,0.399869,0.599898,0.413911,0.599722,0.42794,0.599689,0.441973,0.59969,0.456015,0.599631,0.470064,0.599479,0.484115,0.599448,0.498174,0.599452,0.512231,0.599304,0.526292,0.599199,0.540357,0.599105,0.554453,0.599201,0.568545,0.599198,0.582656,0.599252,0.596723,0.599058,0.610752,0.598717,0.624845,0.598646,0.638978,0.598692,0.653127,0.598759,0.667308,0.598882,0.681457,0.598882,0.695577,0.59879,0.709704,0.598706,0.723813,0.598575,0.73798,0.598559,0.752163,0.598562,0.766344,0.598546,0.780498,0.598469,0.794573,0.598248,0.808651,0.598039,0.822835,0.597999,0.837204,0.598231,0.851651,0.598547,0.866051,0.598762,0.880398,0.598879,0.89464,0.598841,0.908774,0.598658,0.922832,0.598384,0.936855,0.598075,0.950874,0.59777,0.964905,0.597488,0.978956,0.597235,4.27175,1.06073,4.27175,1.06073,0.00746005,0.619891,0.019864,0.621505,0.0329697,0.622321,0.0465133,0.622616,0.0600732,0.622917,0.0736559,0.623218,0.0872445,0.623541,0.100862,0.623857,0.114802,0.623695,0.128744,0.623529,0.142641,0.623441,0.156533,0.623366,0.1703,0.623537,0.184074,0.623721,0.197815,0.624008,0.211578,0.624296};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_17()
		{
			double[] value = {0.225453,0.624377,0.239343,0.624446,0.253344,0.624257,0.267341,0.624076,0.281251,0.624147,0.29517,0.624225,0.309084,0.624361,0.323012,0.624496,0.336946,0.624667,0.350898,0.624829,0.364882,0.624904,0.378878,0.624971,0.392911,0.624854,0.406948,0.624734,0.420977,0.624707,0.435012,0.624682,0.449055,0.624627,0.463103,0.62457,0.477156,0.624547,0.491216,0.624527,0.505276,0.624381,0.519336,0.624231,0.533402,0.624136,0.547471,0.624044,0.561558,0.624044,0.57565,0.624036,0.589728,0.623917,0.603803,0.623779,0.6179,0.62372,0.632008,0.623688,0.646139,0.623711,0.660284,0.623751,0.674435,0.623778,0.688593,0.623802,0.702772,0.623856,0.71697,0.623928,0.731198,0.624044,0.745441,0.624162,0.759656,0.624196,0.77382,0.624115,0.78789,0.623853,0.801933,0.623554,0.81604,0.623374,0.830235,0.623339,0.84459,0.623541,0.859014,0.623819,0.873443,0.624075,0.887739,0.624116,0.901886,0.623944,0.915916,0.623621,0.929891,0.623238,0.943854,0.622856,0.957831,0.622502,0.971829,0.622185,4.27175,1.06073,4.27175,1.06073,0.0142419,0.644503,0.0268951,0.645898,0.0403952,0.64623,0.0537575,0.646789,0.0673082,0.64712,0.0808212,0.647543,0.0944111,0.647888,0.108124,0.64807,0.122054,0.647909,0.135918,0.647864,0.149806,0.647788,0.163561,0.647971,0.177323,0.648173,0.191043,0.648497,0.204792,0.648807,0.218562,0.649118,0.232445,0.649203,0.246368,0.649213,0.26037,0.649026,0.274267,0.649148,0.288187,0.649236,0.302102,0.649381,0.316031,0.649527,0.329988,0.649613,0.343938,0.649786,0.357948,0.649733,0.371939,0.649811,0.385956,0.649789,0.399992,0.64967,0.414023,0.649627,0.428056,0.649608,0.442098,0.649537,0.456144,0.649487,0.470195,0.64948,0.484253,0.649467,0.498318,0.649464,0.512381,0.649317,0.526446,0.649196,0.540517,0.649105,0.554596,0.649048,0.568687,0.649048,0.582764,0.648922,0.596854,0.648853,0.610961,0.648842};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_18()
		{
			double[] value = {0.62507,0.648811,0.639192,0.648805,0.653328,0.648823,0.667462,0.648808,0.681609,0.648812,0.695767,0.648828,0.709948,0.648877,0.724148,0.64895,0.738395,0.649104,0.752663,0.649274,0.766881,0.649308,0.78102,0.649169,0.79509,0.648899,0.809173,0.648663,0.823345,0.648587,0.837663,0.648744,0.852041,0.648973,0.866371,0.6491,0.880729,0.649249,0.894936,0.649162,0.908968,0.648829,0.922906,0.648381,0.936818,0.647918,0.950745,0.647491,0.964696,0.64711,0.97867,0.646768,4.27175,1.06073,4.27175,1.06073,0.00793553,0.668322,0.0211953,0.668909,0.0342989,0.669761,0.0476183,0.670365,0.0609738,0.670965,0.0744568,0.67142,0.0879697,0.67187,0.101656,0.672076,0.115368,0.672266,0.12922,0.672232,0.143076,0.672201,0.156824,0.672391,0.170579,0.672597,0.184286,0.67294,0.198013,0.673291,0.211768,0.673627,0.225549,0.673956,0.239467,0.673976,0.253389,0.674007,0.267288,0.674135,0.281198,0.674268,0.295114,0.674422,0.309042,0.674584,0.323001,0.67468,0.336974,0.674765,0.350986,0.674703,0.365003,0.674641,0.379016,0.674624,0.393037,0.674606,0.407067,0.674564,0.421101,0.674523,0.435142,0.674453,0.449187,0.674384,0.463235,0.674385,0.47729,0.674389,0.491352,0.674399,0.505422,0.674407,0.519491,0.67429,0.533561,0.674175,0.54764,0.674121,0.561725,0.674069,0.575806,0.673965,0.5899,0.673922,0.60401,0.673928,0.618129,0.673944,0.632251,0.673941,0.646379,0.673932,0.660506,0.6739,0.674639,0.673866,0.688783,0.673851,0.702939,0.673848,0.717112,0.67387,0.731318,0.673955,0.745589,0.674166,0.759864,0.674346,0.774065,0.674339,0.78821,0.674208,0.802319,0.674007,0.816463,0.673872,0.83075,0.673987,0.845097,0.674182,0.859389,0.674261,0.873651,0.674276,0.887827,0.67415,0.901967,0.673969,0.915889,0.673481,0.929758,0.672942,0.943644,0.672448,0.957559,0.672012,0.971497,0.671619,0.985449,0.671258,0.999439,0.670952};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_19()
		{
			double[] value = {0.0146873,0.692972,0.0278565,0.693739,0.0411121,0.694436,0.0544464,0.695069,0.0678248,0.695686,0.0813206,0.696163,0.0949223,0.696506,0.108617,0.696724,0.122341,0.696917,0.136192,0.696895,0.149975,0.69702,0.163725,0.697238,0.177458,0.697531,0.191175,0.697902,0.204888,0.698337,0.218662,0.698681,0.232538,0.69881,0.246458,0.69885,0.260269,0.699246,0.274177,0.699401,0.288183,0.699264,0.302108,0.699439,0.316011,0.699755,0.329988,0.699839,0.344052,0.699533,0.358069,0.699459,0.372111,0.699251,0.386125,0.699228,0.400166,0.699013,0.414189,0.698978,0.428212,0.699014,0.442248,0.698953,0.456284,0.699013,0.47033,0.699028,0.484385,0.699155,0.498449,0.699177,0.512525,0.699259,0.526595,0.699149,0.540676,0.699132,0.55476,0.699084,0.568849,0.699036,0.582943,0.698993,0.597035,0.698912,0.611152,0.698937,0.625284,0.698986,0.639414,0.698998,0.65355,0.699,0.667685,0.698979,0.681831,0.698973,0.695979,0.698954,0.710129,0.69892,0.724299,0.698929,0.738509,0.699015,0.752772,0.699202,0.767019,0.699319,0.781208,0.699289,0.795363,0.699178,0.809492,0.699012,0.823678,0.698952,0.837983,0.699099,0.852309,0.699258,0.8666,0.699337,0.880877,0.699375,0.894998,0.69916,0.908843,0.698536,0.922679,0.697929,0.936537,0.697381,0.950421,0.696892,0.964332,0.696457,0.978255,0.696053,4.27175,1.06073,4.27175,1.06073,0.00771104,0.717682,0.0212169,0.71798,0.0346452,0.718425,0.0479194,0.719149,0.0612759,0.7198,0.074669,0.720443,0.0882532,0.720813,0.101866,0.721171,0.115576,0.721387,0.129304,0.721595,0.143082,0.721735,0.15687,0.72188,0.170598,0.722184,0.184341,0.722498,0.198045,0.722953,0.211773,0.72341,0.225644,0.72355,0.23953,0.723685,0.253332,0.724111,0.267159,0.72453,0.281166,0.724409,0.295178,0.724276,0.309077,0.724606,0.322997,0.724928,0.337067,0.724614,0.351135,0.724281,0.365177,0.724061,0.379218,0.723831};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_20()
		{
			double[] value = {0.393255,0.7236,0.407291,0.723365,0.421301,0.723395,0.435319,0.723438,0.449344,0.723504,0.463378,0.723583,0.477422,0.723732,0.49148,0.723883,0.505548,0.72399,0.519626,0.724094,0.533706,0.724094,0.547794,0.724094,0.561883,0.724056,0.575976,0.724015,0.590065,0.723922,0.604171,0.723904,0.618301,0.723966,0.632439,0.724029,0.646578,0.724055,0.660723,0.724076,0.674872,0.724087,0.689024,0.724083,0.703166,0.724032,0.717314,0.723984,0.731486,0.72399,0.745692,0.724059,0.759934,0.724192,0.774174,0.724294,0.788375,0.724289,0.802546,0.724208,0.816706,0.7241,0.830903,0.724058,0.845196,0.72418,0.859523,0.724342,0.873835,0.724457,0.88807,0.724425,0.901883,0.723721,0.915649,0.722979,0.929469,0.722356,0.943307,0.721785,0.95719,0.721301,0.97109,0.72086,4.27175,1.06073,4.27175,1.06073,0.0144073,0.742463,0.0281645,0.74241,0.0414176,0.743168,0.0547521,0.743852,0.0681239,0.744528,0.0815837,0.745107,0.0951798,0.745491,0.108813,0.745844,0.122528,0.746076,0.13624,0.746346,0.150023,0.7465,0.163778,0.746745,0.177515,0.747071,0.191264,0.747412,0.20498,0.747889,0.218759,0.748265,0.232635,0.748423,0.246459,0.748777,0.260275,0.749224,0.274197,0.749383,0.288211,0.74925,0.302244,0.749044,0.316151,0.749379,0.330186,0.749193,0.34425,0.748849,0.358309,0.748489,0.372343,0.748239,0.386421,0.747614,0.400441,0.747362,0.414488,0.746746,0.428473,0.746795,0.442466,0.746826,0.456466,0.746915,0.470474,0.747277,0.4845,0.747449,0.498545,0.7478,0.512598,0.747922,0.526672,0.748169,0.54074,0.748179,0.554841,0.748427,0.568922,0.748399,0.583042,0.748594,0.59714,0.748576,0.611288,0.748788,0.625425,0.748879,0.639562,0.748929,0.653706,0.74897,0.667863,0.749032,0.682019,0.749058,0.696171,0.74905,0.710317,0.749008,0.724477,0.74899,0.738677,0.749062,0.752926,0.749234,0.767201,0.749439,0.781474,0.749603};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_21()
		{
			double[] value = {0.795693,0.749622,0.809873,0.749543,0.824049,0.749451,0.838272,0.749445,0.85256,0.749547,0.866826,0.749591,0.881078,0.749596,0.895034,0.749098,0.908781,0.748286,0.922519,0.747502,0.936269,0.746774,0.950094,0.746191,0.963968,0.745703,0.977843,0.745233,4.27175,1.06073,4.27175,1.06073,0.00834118,0.765805,0.0216581,0.766412,0.034936,0.767131,0.0482502,0.767845,0.0615989,0.768556,0.0750358,0.769169,0.0885053,0.769776,0.102123,0.770155,0.115762,0.77053,0.129461,0.770822,0.14318,0.771111,0.156928,0.771371,0.170691,0.771634,0.184434,0.771985,0.198195,0.772342,0.211959,0.772744,0.225747,0.773138,0.239565,0.773506,0.253402,0.77388,0.267316,0.774055,0.28125,0.774203,0.295284,0.773999,0.309317,0.773786,0.323344,0.773592,0.337373,0.773386,0.351427,0.773013,0.365475,0.772634,0.379552,0.771959,0.393611,0.771276,0.407646,0.770631,0.421661,0.77,0.435621,0.770025,0.449587,0.770086,0.463557,0.770463,0.477547,0.770861,0.491558,0.771241,0.505591,0.771623,0.519637,0.7719,0.533701,0.772178,0.547781,0.772447,0.561877,0.772713,0.575982,0.772926,0.590088,0.77305,0.604228,0.773307,0.618391,0.773602,0.632526,0.773684,0.646672,0.773771,0.660828,0.773862,0.674993,0.77395,0.689149,0.773978,0.703306,0.773981,0.717464,0.77397,0.731647,0.774015,0.745892,0.774203,0.760182,0.774472,0.774495,0.774755,0.78879,0.774956,0.803016,0.774974,0.817207,0.774904,0.831407,0.774846,0.845632,0.774827,0.859863,0.774812,0.874078,0.774755,0.888112,0.774375,0.902007,0.773775,0.915733,0.772925,0.92944,0.772089,0.943075,0.771183,0.956909,0.77062,0.97075,0.770088,0.984581,0.769564,0.998462,0.769128,0.0154281,0.78995,0.0288768,0.790372,0.0419337,0.791499,0.0552531,0.792247,0.0686144,0.79298,0.0820604,0.793615,0.0955047,0.794311,0.109123,0.794717,0.122689,0.795277,0.136397,0.795585,0.150145,0.79584,0.163898,0.796117};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_22()
		{
			double[] value = {0.177641,0.79646,0.191393,0.796833,0.205138,0.797277,0.218915,0.797691,0.232757,0.797971,0.246585,0.798351,0.260509,0.798467,0.274431,0.798629,0.288468,0.798374,0.302495,0.798148,0.316557,0.797744,0.330575,0.797522,0.34467,0.796842,0.358703,0.796433,0.372796,0.795519,0.386837,0.794808,0.400894,0.793725,0.414883,0.793057,0.428835,0.79266,0.44276,0.792699,0.456679,0.793281,0.470626,0.793699,0.484596,0.794289,0.49859,0.79469,0.512601,0.795037,0.526627,0.795321,0.540662,0.795521,0.554719,0.79581,0.568797,0.796125,0.582915,0.796591,0.597063,0.797098,0.611211,0.79747,0.625392,0.797911,0.639537,0.798077,0.653717,0.798346,0.667886,0.798506,0.682062,0.798649,0.696222,0.798699,0.710381,0.798721,0.72455,0.798752,0.738758,0.798874,0.753036,0.799157,0.767368,0.799534,0.781705,0.799873,0.796006,0.800087,0.810235,0.800107,0.82443,0.800039,0.838641,0.799996,0.852876,0.799994,0.867127,0.80001,0.881374,0.800008,0.895413,0.799623,0.909303,0.798997,0.922983,0.79805,0.936231,0.796453,0.949915,0.795627,0.963722,0.795026,0.977507,0.794418,4.27175,1.06073,4.27175,1.06073,0.00988553,0.812327,0.0228219,0.813558,0.0358824,0.81466,0.0489463,0.815838,0.0622762,0.81661,0.0756397,0.817381,0.0890573,0.818112,0.102505,0.818845,0.116047,0.819446,0.129617,0.820044,0.143359,0.820308,0.157113,0.820576,0.170848,0.820934,0.184597,0.821301,0.198332,0.821762,0.212088,0.822226,0.22592,0.822521,0.239775,0.822797,0.253692,0.822914,0.267621,0.823017,0.281653,0.822746,0.295685,0.822465,0.309739,0.822052,0.323788,0.821619,0.337877,0.82091,0.351948,0.820184,0.366031,0.819228,0.380087,0.81826,0.39413,0.817126,0.408137,0.816011,0.42206,0.815592,0.435971,0.815226,0.449844,0.815797,0.463742,0.816405,0.477668,0.817021,0.491622,0.817637,0.505595,0.818001,0.519586,0.81836,0.533584,0.818566,0.547595,0.818777};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_23()
		{
			double[] value = {0.561634,0.819108,0.575713,0.819607,0.589839,0.820269,0.60402,0.821075,0.618191,0.821641,0.632382,0.822175,0.646564,0.822553,0.660761,0.822915,0.674942,0.823145,0.689123,0.823317,0.703285,0.823386,0.71745,0.823442,0.731639,0.823542,0.745878,0.823761,0.760199,0.824161,0.774557,0.824607,0.788905,0.824973,0.803207,0.825186,0.817434,0.825196,0.831639,0.825146,0.845873,0.825149,0.86014,0.825206,0.87448,0.825389,0.888754,0.825426,0.916686,0.826706,0.916634,0.82429,0.929834,0.822505,0.943024,0.820802,0.956749,0.820044,0.970469,0.819313,4.27175,1.06073,4.27175,1.06073,0.0172534,0.835867,0.030074,0.837347,0.0430875,0.83858,0.0561918,0.839732,0.069521,0.840534,0.0827535,0.841599,0.09617,0.842368,0.109542,0.843305,0.123089,0.843931,0.136688,0.844498,0.150426,0.84479,0.164131,0.845204,0.177868,0.845587,0.191582,0.846086,0.205323,0.846572,0.21907,0.847111,0.232918,0.847399,0.246887,0.847316,0.260813,0.847402,0.274882,0.846952,0.288906,0.846653,0.302997,0.846025,0.317034,0.845578,0.331154,0.84462,0.345211,0.843875,0.359291,0.842826,0.373335,0.841824,0.387375,0.840576,0.401369,0.839423,0.415292,0.838728,0.42918,0.838327,0.443034,0.838546,0.456891,0.839168,0.470776,0.839841,0.48469,0.840481,0.498627,0.84097,0.51258,0.841338,0.526541,0.84152,0.540516,0.841743,0.554521,0.842119,0.568542,0.842474,0.582618,0.843107,0.596755,0.843952,0.610906,0.844674,0.62506,0.845247,0.639281,0.846014,0.653456,0.846437,0.6677,0.84706,0.681872,0.847295,0.696087,0.847637,0.710235,0.847694,0.72443,0.847876,0.738625,0.84802,0.752927,0.848439,0.767279,0.848942,0.781698,0.849558,0.796036,0.849902,0.810394,0.850252,0.824588,0.850185,0.838664,0.849853,0.8529,0.849873,0.867127,0.84986,0.881466,0.850057,0.895773,0.85017,0.914154,0.869462,0.923287,0.848388,0.936399,0.84645,0.949729,0.844984};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_24()
		{
			double[] value = {0.963574,0.844432,0.979771,0.847616,4.27175,1.06073,4.27175,1.06073,0.0123353,0.856973,0.0244396,0.859665,0.0372662,0.861198,0.0503238,0.862398,0.0634339,0.863584,0.0766272,0.864693,0.0898635,0.865802,0.103199,0.866786,0.116579,0.867758,0.130154,0.868355,0.143759,0.868942,0.157448,0.869378,0.171153,0.869825,0.184853,0.870343,0.198569,0.870883,0.212301,0.871444,0.226064,0.871986,0.240027,0.871909,0.254003,0.871795,0.268072,0.871317,0.282135,0.870821,0.296222,0.87016,0.310294,0.869486,0.324406,0.8685,0.338494,0.867489,0.352563,0.866411,0.366601,0.865327,0.38063,0.864048,0.394622,0.862768,0.408529,0.862048,0.422413,0.861378,0.436238,0.861594,0.450074,0.861849,0.463917,0.86253,0.47779,0.863219,0.491688,0.863727,0.505608,0.864226,0.519533,0.864413,0.53347,0.864597,0.547437,0.864992,0.561424,0.865395,0.57546,0.866045,0.589527,0.866711,0.603635,0.867461,0.617774,0.868216,0.631954,0.869018,0.64617,0.869832,0.660385,0.870497,0.674628,0.871161,0.688824,0.871539,0.703034,0.871899,0.717212,0.872091,0.731406,0.872293,0.745685,0.872717,0.759993,0.873169,0.774397,0.873826,0.788828,0.874479,0.803183,0.874871,0.817542,0.875229,0.83162,0.874895,0.845691,0.874558,0.859903,0.874538,0.874125,0.874528,0.888422,0.874658,0.904103,0.878164,0.91631,0.873543,0.929848,0.872291,0.943202,0.870782,0.956535,0.869317,0.9707,0.869302,0.986027,0.871144,1.00122,0.872668,0.0189142,0.881721,0.0314021,0.883843,0.0443192,0.885278,0.0573881,0.886512,0.0705731,0.887599,0.0837718,0.888746,0.0969559,0.89002,0.1103,0.891033,0.123783,0.891803,0.137359,0.892421,0.150959,0.89304,0.164639,0.893511,0.178254,0.894225,0.191951,0.894782,0.205546,0.895732,0.219288,0.896317,0.233167,0.896505,0.24714,0.896387,0.261233,0.895799,0.275298,0.89527,0.289438,0.894345,0.303508,0.89364,0.317648,0.892461,0.331731,0.891421};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_25()
		{
			double[] value = {0.345876,0.889785,0.3599,0.888674,0.373891,0.887571,0.387873,0.886264,0.401796,0.885189,0.415661,0.884502,0.429462,0.884656,0.44327,0.88491,0.457087,0.885372,0.470923,0.886086,0.484787,0.886743,0.498674,0.887255,0.512565,0.887382,0.526471,0.887571,0.540392,0.887817,0.554341,0.88823,0.568317,0.888705,0.58234,0.889385,0.596399,0.890121,0.610494,0.890895,0.624646,0.891818,0.638818,0.892663,0.653051,0.89363,0.667258,0.894325,0.681491,0.895007,0.695672,0.895387,0.709809,0.895541,0.723973,0.895751,0.738216,0.896176,0.752492,0.896645,0.766989,0.897692,0.7814,0.89839,0.795926,0.899316,0.810279,0.899711,0.824461,0.899648,0.838525,0.899303,0.85265,0.899106,0.866856,0.899088,0.88093,0.898787,0.895201,0.898891,0.909077,0.898205,0.922628,0.896941,0.93599,0.895397,0.949322,0.893883,0.962849,0.892784,0.977409,0.893472,4.27175,1.06073,4.27175,1.06073,0.0105641,0.908931,0.0255529,0.90641,0.0384293,0.907889,0.0513619,0.909359,0.0645137,0.910477,0.0777057,0.911597,0.0908511,0.912913,0.104048,0.914216,0.117498,0.915023,0.130986,0.915809,0.14456,0.91645,0.158155,0.9171,0.17174,0.917854,0.185348,0.918629,0.198918,0.919616,0.212528,0.920588,0.226389,0.920809,0.240279,0.920971,0.254371,0.920374,0.268457,0.919743,0.282603,0.918774,0.296726,0.917788,0.310868,0.916562,0.324983,0.91529,0.339126,0.913616,0.353222,0.911935,0.367199,0.910802,0.381142,0.909694,0.395055,0.908589,0.408934,0.907516,0.422708,0.90769,0.436491,0.907897,0.450278,0.908372,0.464084,0.90886,0.477913,0.909534,0.491767,0.910198,0.50563,0.910343,0.519501,0.910466,0.533389,0.910711,0.547291,0.910967,0.561229,0.911448,0.575189,0.911943,0.589205,0.912696,0.603251,0.913465,0.617357,0.914411,0.631502,0.915371,0.64569,0.916374,0.659917,0.917378,0.674114,0.918092,0.688339,0.918801,0.702447,0.918961,0.716566,0.91912};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_26()
		{
			double[] value = {0.730775,0.919553,0.745013,0.920014,0.759467,0.921078,0.773979,0.922193,0.788484,0.923175,0.803023,0.924148,0.817198,0.9241,0.831366,0.924025,0.845486,0.923829,0.8596,0.923625,0.873662,0.923309,0.887711,0.922976,0.901582,0.922291,0.915411,0.921556,0.928774,0.919967,0.942087,0.918369,0.955595,0.91721,0.970139,0.917921,4.27175,1.06073,4.27175,1.06073,0.0163362,0.935427,0.0324497,0.930632,0.0453415,0.932153,0.0583099,0.933622,0.0714703,0.934781,0.0846368,0.936017,0.0977996,0.937364,0.111258,0.938103,0.124717,0.938911,0.138294,0.939487,0.151856,0.940166,0.165302,0.941252,0.178876,0.942071,0.19227,0.943554,0.205849,0.944591,0.21955,0.945331,0.233424,0.945533,0.24746,0.945144,0.26155,0.944496,0.275716,0.943437,0.289849,0.942401,0.304083,0.940702,0.318201,0.939383,0.332446,0.937055,0.346537,0.935313,0.360571,0.933623,0.374495,0.93249,0.388344,0.931802,0.402208,0.930727,0.415986,0.930517,0.42974,0.930729,0.443498,0.931168,0.457272,0.931668,0.471067,0.932294,0.484887,0.932993,0.49873,0.933565,0.512578,0.933696,0.526423,0.933643,0.540294,0.933893,0.554172,0.934079,0.568094,0.934574,0.582043,0.935133,0.596045,0.935913,0.610101,0.936857,0.6242,0.937843,0.638362,0.938985,0.652545,0.940024,0.666765,0.94106,0.680954,0.941802,0.695183,0.942589,0.709281,0.942763,0.723393,0.942954,0.737595,0.943412,0.751845,0.943961,0.766312,0.945106,0.780988,0.946746,0.7955,0.947768,0.810009,0.948683,0.824184,0.94865,0.838452,0.948836,0.852567,0.948636,0.866565,0.948168,0.880611,0.947829,0.894412,0.946977,0.908236,0.946221,0.921574,0.944527,0.934887,0.942881,0.948026,0.940995,0.961485,0.939794,0.976707,0.941784,4.27175,1.06073,4.27175,1.06073,0.00291916,0.972766,0.0249881,0.956319,0.0390207,0.955534,0.0522401,0.956452,0.0641278,0.960388,0.0783563,0.959245,0.091791,0.959915,0.105095,0.960968};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_27()
		{
			double[] value = {0.118408,0.962093,0.131795,0.963123,0.145393,0.963664,0.158975,0.964315,0.172535,0.965107,0.185998,0.966299,0.199441,0.967689,0.213044,0.968683,0.226686,0.969662,0.240627,0.969603,0.2552,0.966924,0.269257,0.966196,0.283324,0.965341,0.297413,0.964264,0.311636,0.962284,0.325812,0.960253,0.339971,0.957948,0.354004,0.9561,0.367925,0.954763,0.381727,0.954229,0.395496,0.953939,0.409235,0.954003,0.422997,0.953795,0.436737,0.954046,0.450426,0.956634,0.464234,0.95627,0.47804,0.957167,0.491865,0.957376,0.505708,0.957811,0.519556,0.95796,0.533413,0.958108,0.547278,0.958244,0.561153,0.958392,0.575038,0.958551,0.588955,0.958879,0.602934,0.959551,0.616957,0.96034,0.631056,0.961402,0.645354,0.963332,0.659569,0.964534,0.673697,0.965145,0.687815,0.965613,0.701973,0.966165,0.716107,0.966545,0.730248,0.966889,0.744447,0.967376,0.758675,0.967896,0.773208,0.969293,0.787885,0.970971,0.802425,0.972104,0.816977,0.973162,0.831251,0.973404,0.84532,0.973105,0.858704,0.971174,0.873401,0.972407,0.887505,0.972218,0.901545,0.971893,0.915377,0.971146,0.929051,0.970114,0.942517,0.968727,0.955807,0.967076,0.969035,0.965397,0.985311,0.969289,1.00108,0.97207,0.985353,0.270793,0.96896,0.215196,0.961038,0.196048,0.960464,0.194796,0.951698,0.175663,0.958508,0.190525,0.949702,0.171306,0.942748,0.157358,0.93701,0.146601,0.933433,0.14018,0.923659,0.124362,0.926235,0.128264,0.922034,0.121901,0.91344,0.109829,0.902229,0.098349,0.903158,0.0992708,0.901118,0.0972456,0.890884,0.0875353,0.87936,0.0776068,0.883117,0.0805858,0.873006,0.0727408,0.979629,0.281685,0.977346,0.270791,0.972816,0.252706,0.970827,0.245757,0.965047,0.229236,0.961992,0.220894,0.956741,0.207988,0.951442,0.196119,0.94806,0.188543,0.939743,0.171392,0.939107,0.170202,0.929586,0.153789,0.93763,0.167437,0.925196,0.146694,0.919785,0.138087};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_28()
		{
			double[] value = {0.909811,0.122654,0.910512,0.123686,0.909359,0.121987,0.89862,0.11104,0.88725,0.100284,0.889579,0.102352,0.88397,0.0973702,0.875685,0.0904826,0.863922,0.0814779,0.870447,0.0864723,0.852752,0.0729278,0.427719,0.500888,0.427753,0.500613,0.428257,0.495923,0.434516,0.476028,0.435028,0.474382,0.442324,0.454309,0.443364,0.451455,0.42884,0.485323,0.450533,0.434189,0.454476,0.426951,0.459732,0.417305,0.46886,0.402114,0.46998,0.400397,0.479378,0.387208,0.469311,0.401422,0.430974,0.505154,0.433654,0.492386,0.439998,0.476055,0.444946,0.4634,0.449767,0.451522,0.453259,0.443652,0.462011,0.427009,0.463119,0.424906,0.471784,0.410055,0.477676,0.402033,0.462341,0.426382,0.482007,0.396379,0.588323,0.279773,0.590059,0.278991,0.57216,0.287061,0.577494,0.284656,0.556541,0.292435,0.564935,0.290319,0.542292,0.292959,0.551554,0.293091,0.533445,0.29089,0.546139,0.293602,0.517263,0.281697,0.520482,0.283531,0.50907,0.277031,0.505113,0.274777,0.492964,0.267858,0.503558,0.273892,0.559316,0.301229,0.554189,0.3023,0.559379,0.301521,0.539817,0.301784,0.545439,0.302935,0.539439,0.301688,0.585196,0.290903,0.592521,0.287601,0.569035,0.298188,0.579956,0.293265,0.567397,0.298926,0.527056,0.29703,0.514894,0.290153,0.523823,0.295202,0.502734,0.283276,0.506923,0.285645,0.491983,0.277196,0.490574,0.276399,0.550299,0.288704,0.550686,0.293429,0.548739,0.270002,0.547216,0.251739,0.545507,0.231262,0.545135,0.226799,0.544463,0.218736,0.543054,0.201846,0.542274,0.192494,0.540963,0.17688,0.539644,0.165645,0.538325,0.151284,0.537938,0.145602,0.535679,0.124264,0.545051,0.283139,0.544515,0.276711,0.543545,0.265098,0.542434,0.251784,0.541819,0.24441,0.540353,0.226844,0.538584,0.205654,0.538271,0.201893,0.537704,0.1951,0.536158,0.176921,0.535225,0.167171,0.533818,0.151909,0.532514,0.123571,0.534801,0.125489};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_29()
		{
			double[] value = {0.349804,0.628776,0.349234,0.637461,0.350225,0.622698,0.351789,0.600131,0.352966,0.583139,0.353509,0.5753,0.354425,0.562085,0.355229,0.550467,0.355707,0.543575,0.358341,0.505178,0.369056,0.64382,0.370414,0.624823,0.372076,0.600848,0.372136,0.59999,0.372236,0.598544,0.373857,0.575155,0.374819,0.561281,0.375579,0.550318,0.37686,0.531838,0.3773,0.52548,0.378118,0.510629,0.396013,0.362892,0.400568,0.356288,0.400959,0.351472,0.3878,0.360603,0.401682,0.342578,0.40298,0.326609,0.403682,0.317963,0.405,0.301745,0.406796,0.279635,0.40702,0.276879,0.407434,0.27179,0.409041,0.252013,0.409911,0.241305,0.408199,0.227158,0.406094,0.226428,0.405632,0.226268,0.376601,0.500709,0.378459,0.475969,0.380414,0.490063,0.379584,0.46216,0.380334,0.451007,0.213811,0.451553,0.381398,0.436838,0.382201,0.426154,0.214669,0.440431,0.215722,0.426757,0.383614,0.407333,0.384067,0.4013,0.216487,0.408358,0.217632,0.401962,0.384325,0.397876,0.385934,0.376445,0.215287,0.40513,0.214398,0.40359,0.387251,0.358909,0.387801,0.351588,0.220633,0.363016,0.221452,0.352379,0.38877,0.338691,0.389668,0.32673,0.222912,0.333427,0.223362,0.327591,0.390178,0.319941,0.391536,0.301871,0.223614,0.324315,0.225272,0.302804,0.393106,0.28097,0.393403,0.277011,0.226596,0.285619,0.227181,0.27802,0.393927,0.270035,0.39527,0.252149,0.228224,0.26448,0.22909,0.253238,0.396033,0.241995,0.397138,0.227286,0.229577,0.246929,0.231,0.228458,0.398961,0.203017,0.399005,0.202422,0.232557,0.208244,0.232908,0.203679,0.399084,0.201375,0.389331,0.186202,0.394678,0.188001,0.376556,0.181904,0.379151,0.182777,0.364502,0.177848,0.233535,0.195547,0.234817,0.178903,0.363789,0.177609,0.351031,0.173316,0.363635,0.177557,0.33828,0.169026,0.348133,0.172341,0.325537,0.164739,0.332642,0.167129,0.312803,0.160454,0.317163,0.161921};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_30()
		{
			double[] value = {0.300077,0.156172,0.301697,0.156717,0.292556,0.153642,0.235537,0.169562,0.236726,0.154129,0.28736,0.151893,0.27465,0.147617,0.286241,0.151517,0.261948,0.143344,0.270799,0.146321,0.249255,0.139073,0.255368,0.14113,0.23995,0.135942,0.108253,0.561072,0.108718,0.550058,0.108979,0.544544,0.109894,0.525297,0.110543,0.511648,0.11107,0.500543,0.111814,0.484888,0.112506,0.475887,0.112976,0.471593,0.116225,0.451437,0.20846,0.435136,0.195985,0.430195,0.198136,0.431047,0.187218,0.426721,0.120034,0.436628,0.126903,0.426559,0.183471,0.425436,0.170725,0.421482,0.182689,0.425194,0.157982,0.417557,0.167525,0.420489,0.144611,0.416052,0.152732,0.416966,0.130742,0.420799,0.14236,0.415692,0.127622,0.425479,0.131493,0.549885,0.131834,0.537722,0.132188,0.525116,0.132622,0.509688,0.132884,0.500356,0.133099,0.492734,0.133875,0.475914,0.203009,0.454873,0.205076,0.455559,0.192674,0.451442,0.136546,0.457596,0.142286,0.451138,0.190339,0.450667,0.182985,0.448424,0.189872,0.450512,0.163889,0.446284,0.175254,0.447617,0.149758,0.447534,0.157635,0.445657,0.147841,0.448007,0.778831,0.7747,0.780211,0.753971,0.780507,0.749529,0.780683,0.746891,0.782183,0.724367,0.78305,0.70572,0.782763,0.699285,0.782551,0.694524,0.781651,0.674314,0.775761,0.648013,0.767541,0.631141,0.770837,0.635307,0.761676,0.624316,0.76021,0.622556,0.747647,0.616558,0.758685,0.620727,0.73464,0.612144,0.7428,0.614913,0.721643,0.607734,0.727064,0.609573,0.708656,0.603326,0.711342,0.604238,0.695894,0.598995,0.69568,0.598923,0.682713,0.594522,0.695635,0.598908,0.669756,0.590126,0.679942,0.593582,0.656808,0.585732,0.664264,0.588262,0.643871,0.581342,0.648601,0.582947,0.630956,0.576931,0.632951,0.577636,0.62327,0.57388,0.618346,0.571925,0.605734,0.566917,0.617049,0.57141,0.593121,0.561909,0.601116,0.565084,0.580505,0.556899};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_31()
		{
			double[] value = {0.590742,0.561029,0.567663,0.552483,0.569441,0.55309,0.559467,0.549686,0.554815,0.548098,0.541972,0.543714,0.553806,0.547753,0.529133,0.539331,0.538178,0.542419,0.516298,0.53495,0.522556,0.537086,0.503468,0.530571,0.506941,0.531756,0.490643,0.526193,0.491333,0.526428,0.487465,0.525108,0.477823,0.521817,0.465007,0.517442,0.475731,0.521103,0.452195,0.513069,0.460137,0.51578,0.439388,0.508697,0.444549,0.510459,0.427559,0.504327,0.428968,0.50514,0.415607,0.50058,0.413788,0.499959,0.400995,0.495592,0.413394,0.499824,0.388206,0.491226,0.397826,0.49451,0.377537,0.487778,0.767647,0.750907,0.767734,0.749615,0.767884,0.747412,0.769447,0.724442,0.770363,0.710967,0.77023,0.699339,0.769872,0.68924,0.768459,0.674336,0.764173,0.658918,0.75897,0.649263,0.754207,0.643653,0.741183,0.63927,0.750672,0.642376,0.728137,0.635001,0.734993,0.637245,0.715101,0.630735,0.719329,0.632119,0.702075,0.626473,0.70368,0.626998,0.694105,0.623865,0.68906,0.622214,0.676055,0.617958,0.688045,0.621882,0.66306,0.613706,0.672425,0.61677,0.650075,0.609456,0.65682,0.611663,0.6371,0.605211,0.641229,0.606562,0.624293,0.600603,0.625554,0.601123,0.619706,0.59871,0.611736,0.59542,0.599176,0.590237,0.609545,0.594516,0.586614,0.585052,0.593532,0.587907,0.57398,0.580054,0.577519,0.581308,0.561173,0.575518,0.561821,0.575748,0.5583,0.574501,0.54837,0.570984,0.535573,0.566451,0.54613,0.57019,0.522779,0.561921,0.530446,0.564636,0.509991,0.557391,0.514768,0.559083,0.497206,0.552863,0.499097,0.553533,0.488827,0.549896,0.484426,0.548337,0.471651,0.543813,0.483433,0.547985,0.45888,0.53929,0.467776,0.54244,0.446114,0.534768,0.452125,0.536897,0.433352,0.530248,0.436482,0.531357,0.420595,0.52573,0.420845,0.525819,0.419487,0.525338,0.407842,0.521213,0.395093,0.516698,0.405214,0.520283,0.38235,0.512185};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_32()
		{
			double[] value = {0.389591,0.51475,0.951194,0.790303,0.939071,0.785394,0.947989,0.788967,0.927706,0.777443,0.931963,0.781404,0.923458,0.77218,0.917903,0.763912,0.909032,0.748185,0.90885,0.747835,0.900092,0.730543,0.908422,0.747009,0.896474,0.724028,0.890514,0.71513,0.879731,0.703393,0.882907,0.706498,0.87542,0.699389,0.868314,0.693262,0.856306,0.685226,0.863913,0.689981,0.844046,0.677575,0.846529,0.679226,0.838241,0.673763,0.831689,0.669791,0.81939,0.66298,0.829126,0.668406,0.8079,0.653672,0.811603,0.656999,0.80283,0.648923,0.796608,0.643428,0.785213,0.634004,0.792573,0.640091,0.773553,0.625418,0.774296,0.625671,0.770085,0.624238,0.760585,0.621005,0.949316,0.797061,0.950357,0.797508,0.945859,0.795634,0.937257,0.792024,0.925939,0.783637,0.934512,0.790611,0.917533,0.772368,0.916106,0.770135,0.906944,0.754187,0.913849,0.766484,0.903947,0.748343,0.898216,0.736844,0.890877,0.72406,0.888787,0.721109,0.878034,0.709339,0.886184,0.717845,0.867208,0.699316,0.8667,0.698892,0.854738,0.690632,0.866387,0.698631,0.842438,0.682907,0.848768,0.687018,0.830065,0.675555,0.831313,0.676195,0.826338,0.673733,0.817666,0.669065,0.806128,0.659955,0.814398,0.666831,0.794785,0.649853,0.795524,0.650464,0.793605,0.648877,0.783392,0.640432,0.771619,0.632208,0.776998,0.635144,0.758652,0.627791,0.76091,0.62856,0.589289,0.549644,0.587512,0.532336,0.586464,0.525009,0.583094,0.502222,0.582832,0.500453,0.582749,0.49989,0.579194,0.47586,0.577953,0.46747,0.5752,0.451212,0.57226,0.437992,0.569504,0.426497,0.566511,0.408301,0.565942,0.401506,0.565236,0.390429,0.56461,0.376433,0.564143,0.36601,0.563488,0.351375,0.561942,0.329399,0.561681,0.326425,0.561541,0.324832,0.559497,0.301518,0.59523,0.562692,0.593423,0.549607,0.59101,0.529825,0.590298,0.524962,0.590068,0.523399,0.586674,0.500404,0.585287,0.491004};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_33()
		{
			double[] value = {0.583045,0.475809,0.580474,0.458624,0.578935,0.451165,0.574365,0.430565,0.573419,0.426456,0.570462,0.4087,0.569818,0.401486,0.569474,0.397627,0.568659,0.376406,0.567901,0.352495,0.567865,0.351345,0.56782,0.34994,0.566369,0.326384,0.565218,0.311751,0.563854,0.300338,0.905594,0.814768,0.892466,0.810595,0.899234,0.812746,0.879344,0.806423,0.883532,0.807755,0.86623,0.802254,0.867841,0.802767,0.858022,0.799645,0.853122,0.798088,0.840021,0.793923,0.85216,0.797782,0.826928,0.789761,0.836489,0.7928,0.813842,0.785601,0.820828,0.787821,0.800762,0.781443,0.805177,0.782846,0.78769,0.777287,0.789536,0.777874,0.778289,0.774299,0.774624,0.773134,0.766294,0.769551,0.773905,0.772905,0.748515,0.764834,0.758284,0.767939,0.73547,0.760687,0.742674,0.762977,0.722433,0.756542,0.727072,0.758017,0.709402,0.7524,0.711481,0.753061,0.698816,0.749035,0.696379,0.74826,0.683362,0.744122,0.6959,0.748108,0.670353,0.739987,0.680329,0.743158,0.65735,0.735853,0.664768,0.738211,0.644354,0.731722,0.649217,0.733268,0.631365,0.727593,0.633676,0.728327,0.619602,0.723853,0.618384,0.723466,0.605409,0.719342,0.618145,0.72339,0.592441,0.715219,0.602623,0.718456,0.57948,0.711099,0.587112,0.713525,0.566526,0.706981,0.571611,0.708597,0.553579,0.702865,0.556119,0.703673,0.540645,0.698754,0.540639,0.698752,0.527705,0.69464,0.540637,0.698751,0.514779,0.690531,0.525165,0.693833,0.501859,0.686424,0.509703,0.688918,0.488946,0.682319,0.494251,0.684005,0.476041,0.678216,0.478809,0.679096,0.463142,0.674116,0.463377,0.674191,0.461945,0.673735,0.45025,0.670018,0.437364,0.665921,0.447954,0.669288,0.424486,0.661828,0.432541,0.664388,0.411614,0.657736,0.417138,0.659492,0.398749,0.653646,0.401745,0.654598,0.385891,0.649559,0.386361,0.649708,0.383499,0.648798,0.373041,0.645473,0.360197,0.641391,0.370988,0.644821};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_34()
		{
			double[] value = {0.347359,0.637309,0.355624,0.639937,0.334528,0.633231,0.34027,0.635056,0.321705,0.629154,0.324925,0.630178,0.308888,0.62508,0.309591,0.625303,0.305306,0.623941,0.296078,0.621008,0.283274,0.616937,0.294266,0.620432,0.270478,0.61287,0.278951,0.615563,0.257688,0.608804,0.263646,0.610698,0.244905,0.60474,0.24835,0.605835,0.232128,0.600679,0.233063,0.600976,0.227367,0.599165,0.219359,0.596619,0.206596,0.592562,0.217787,0.59612,0.19384,0.588507,0.202521,0.591267,0.181091,0.584454,0.187263,0.586416,0.168349,0.580403,0.172016,0.581569,0.155613,0.576355,0.156778,0.576725,0.149678,0.574468,0.142884,0.572308,0.130162,0.568264,0.14155,0.571885,0.117446,0.564222,0.126332,0.567047,0.104737,0.560182,0.111123,0.562212,0.0920355,0.556144,0.0959236,0.55738,0.0793399,0.552108,0.0807342,0.552552,0.0722392,0.549851,0.0666511,0.548075,0.053969,0.544043,0.065554,0.547726,0.0412939,0.540014,0.0503833,0.542903,0.0316076,0.537232,0.901559,0.878611,0.88906,0.874597,0.888445,0.8744,0.875337,0.870191,0.888323,0.874361,0.862238,0.865984,0.872626,0.86932,0.849144,0.861779,0.856939,0.864282,0.836059,0.857577,0.841263,0.859248,0.82298,0.853377,0.825596,0.854217,0.809908,0.849179,0.80994,0.849189,0.809747,0.849127,0.796843,0.844983,0.783785,0.84079,0.794293,0.844164,0.770734,0.836599,0.778656,0.839143,0.75769,0.83241,0.76303,0.834125,0.744653,0.828223,0.747414,0.82911,0.731623,0.824039,0.731807,0.824098,0.730691,0.82374,0.7186,0.819857,0.705584,0.815677,0.716211,0.819089,0.692575,0.811499,0.700625,0.814084,0.679572,0.807324,0.685048,0.809082,0.666577,0.80315,0.669481,0.804083,0.653589,0.798979,0.653925,0.799087,0.651891,0.798434,0.640608,0.794811,0.627633,0.790644,0.638378,0.794095,0.614666,0.78648,0.622841,0.789105,0.601705,0.782318,0.607315,0.784119,0.588751,0.778158,0.591797,0.779136};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_35()
		{
			double[] value = {0.575804,0.774,0.57629,0.774156,0.573345,0.77321,0.562864,0.769844,0.549932,0.765691,0.560793,0.769179,0.537005,0.76154,0.545306,0.764206,0.524086,0.757391,0.529829,0.759235,0.511174,0.753245,0.514361,0.754268,0.498268,0.7491,0.498904,0.749304,0.495052,0.748067,0.485369,0.744958,0.472477,0.740818,0.483456,0.744343,0.459592,0.73668,0.468018,0.739386,0.446714,0.732544,0.45259,0.734431,0.433843,0.728411,0.437171,0.72948,0.420978,0.72428,0.421763,0.724532,0.417011,0.723006,0.40812,0.720151,0.39527,0.716024,0.406364,0.719586,0.382426,0.711899,0.390975,0.714644,0.369589,0.707777,0.375596,0.709706,0.356758,0.703656,0.360226,0.70477,0.343935,0.699538,0.344867,0.699838,0.339221,0.698024,0.331118,0.695422,0.318308,0.691309,0.329517,0.694908,0.305505,0.687197,0.314177,0.689982,0.292708,0.683088,0.298846,0.685059,0.279919,0.67898,0.283525,0.680139,0.267136,0.674875,0.268215,0.675222,0.26168,0.673123,0.25436,0.670773,0.24159,0.666672,0.252913,0.670308,0.228828,0.662573,0.237621,0.665397,0.216072,0.658477,0.22234,0.66049,0.203323,0.654383,0.207067,0.655585,0.19058,0.650291,0.191805,0.650684,0.184387,0.648302,0.177845,0.646201,0.165116,0.642113,0.176552,0.645786,0.152394,0.638028,0.161309,0.640891,0.139678,0.633944,0.146075,0.635998,0.12697,0.629863,0.130851,0.631109,0.114268,0.625784,0.115637,0.626224,0.107342,0.62356,0.101572,0.621707,0.0888832,0.617632,0.100432,0.621341,0.0762014,0.61356,0.0852367,0.616461,0.0635266,0.609489,0.0700514,0.611584,0.0508578,0.605421,0.0548753,0.606711,0.0381956,0.601355,0.0397087,0.60184,0.0258148,0.596908,0.214378,0.413794,0.209584,0.401987,0.205441,0.396311,0.194123,0.387316,0.20127,0.392508,0.182425,0.379701,0.183978,0.379947,0.168162,0.381183,0.174285,0.378738,0.154166,0.38154,0.156684,0.381827,0.148431,0.377262,0.143655,0.369513};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_36()
		{
			double[] value = {0.137787,0.35259,0.136391,0.345898,0.136251,0.327869,0.137851,0.315688,0.140488,0.303298,0.143962,0.288768,0.146398,0.278574,0.150296,0.26227,0.152303,0.253796,0.156727,0.235089,0.158185,0.228925,0.163178,0.208077,0.164151,0.204095,0.169677,0.181485,0.170211,0.179298,0.176165,0.154938,0.176267,0.154521,0.177769,0.148372,0.182315,0.129768,0.553117,0.111042,0.563965,0.10568,0.5667,0.102693,0.536654,0.111749,0.54214,0.111371,0.522276,0.11274,0.528183,0.112181,0.507899,0.113731,0.514307,0.11329,0.49352,0.114723,0.50039,0.114249,0.479351,0.114789,0.486365,0.114809,0.465275,0.114746,0.472223,0.114769,0.451245,0.114697,0.4581,0.114721,0.437221,0.114701,0.443995,0.114672,0.423183,0.114786,0.429925,0.114745,0.409157,0.114871,0.415867,0.11483,0.395621,0.113277,0.401822,0.114915,0.383621,0.10633,0.385867,0.108031,0.37952,0.103224,0.182623,0.128508,0.188362,0.10502,0.5733,0.0932689,0.576704,0.0834678,0.578816,0.0763592,0.569147,0.10067,0.372133,0.0976276,0.360807,0.088415,0.368092,0.0945666,0.351268,0.0786446,0.18908,0.102083,0.194408,0.0802767,0.217292,0.411528,0.211673,0.396626,0.206977,0.39077,0.195629,0.381862,0.198921,0.384151,0.188757,0.37708,0.183993,0.374024,0.170531,0.372615,0.182175,0.373631,0.156418,0.373398,0.168212,0.373357,0.145926,0.361601,0.151369,0.369566,0.142188,0.350297,0.139058,0.333265,0.139919,0.327845,0.140332,0.322971,0.144797,0.300987,0.146408,0.297266,0.151447,0.278528,0.153151,0.27219,0.157924,0.253715,0.159836,0.246137,0.1642,0.228841,0.166484,0.219744,0.170327,0.204018,0.172983,0.193146,0.176385,0.179222,0.179478,0.166565,0.182438,0.154451,0.185938,0.140126,0.188487,0.129698,0.562609,0.119821,0.570988,0.112951,0.577339,0.103415,0.547886,0.123998,0.559209,0.121432,0.533767,0.12451,0.544379,0.124069,0.524694,0.125505,0.53239,0.124621};
			return value;
		}
		private double[] getTextureCoordinate_10_23_point_37()
		{
			double[] value = {0.507266,0.124815,0.51414,0.12421,0.497726,0.125938,0.502357,0.125417,0.478589,0.125871,0.489152,0.125368,0.462028,0.126377,0.475553,0.1253,0.448005,0.126319,0.461431,0.126375,0.434022,0.126179,0.445654,0.126316,0.420063,0.12599,0.433193,0.126168,0.406116,0.124664,0.419056,0.125976,0.392967,0.122838,0.40493,0.125784,0.381059,0.115556,0.38962,0.121257,0.369451,0.107294,0.372263,0.109296,0.363893,0.103338,0.192396,0.113699,0.194534,0.10495,0.584462,0.0807022,0.357981,0.098597,0.347078,0.0879991,0.35444,0.0955973,0.338975,0.07875,0.198853,0.0872775,0.200628,0.0802083};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_10_24_point_1()
		{
			double[] value = {-5848.43,-640.191,111.331,-5830.88,-640.358,112.15,-5813.32,-640.525,112.758,-5795.77,-640.692,113.492,-5778.22,-640.859,113.752,-5760.67,-641.027,113.792,-5743.12,-641.194,115.711,-5725.57,-641.361,115.843,-5708.02,-641.528,116.15,-5690.46,-641.696,116.638,-5672.91,-641.863,117.206,-5655.36,-642.03,117.861,-5637.81,-642.197,118.327,-5620.26,-642.364,118.943,-5602.71,-642.532,119.531,-5585.15,-642.699,119.942,-5567.6,-642.866,120.377,-5550.05,-643.033,120.119,-5532.5,-643.201,120.198,-5514.95,-643.368,120.382,-5497.4,-643.535,121.811,-5479.85,-643.702,121.907,-5462.29,-643.869,122.013,-5444.74,-644.037,122.015,-5427.19,-644.204,122.067,-5409.64,-644.371,122.203,-5392.09,-644.538,122.287,-5374.54,-644.706,122.472,-5356.98,-644.873,122.87,-5339.43,-645.04,123.586,-5321.88,-645.207,129.313,-5304.33,-645.374,129.512,-5286.78,-645.542,128.969,-5269.23,-645.709,131.085,-5251.68,-645.876,126.872,-5234.12,-646.043,129.094,-5216.57,-646.21,131.036,-5199.02,-646.378,131.256,-5181.47,-646.545,131.159,-5163.92,-646.712,130.41,-5146.37,-646.879,129.726,-5128.81,-647.047,128.883,-5111.26,-647.214,127.658,-5093.71,-647.381,127.39,-5076.16,-647.548,126.784,-5058.61,-647.715,125.972,-5041.06,-647.883,125.05,-5023.5,-648.05,124.049,-5005.95,-648.217,122.983,-4988.4,-648.384,121.861,-4970.85,-648.552,120.699,-4953.3,-648.719,119.512,-4935.75,-648.886,118.324,-4918.2,-649.053,117.162,-4900.64,-649.22,116.06,-4883.09,-649.388,115.057,-4865.54,-649.555,114.195,-4847.99,-649.722,113.527,-4830.44,-649.889,113.115,-4812.89,-650.057,113.012,-4795.33,-650.224,113.138,-4777.78,-650.391,113.269,-4760.23,-650.558,114.03,-4742.68,-650.725,114.704,-4725.13,-650.893,115.365,-4707.58,-651.06,116.048,-4690.03,-651.227,116.601,-4672.47,-651.394,116.983,-4654.92,-651.561,117.22,-4637.37,-651.729,117.36,-4619.82,-651.896,117.446,-4602.27,-652.063,117.507,-5839.51,-625.074,112.777,-5821.96,-625.241,113.713,-5804.4,-625.409,114.32,-5786.85,-625.576,114.924,-5769.3,-625.743,115.483,-5751.75,-625.91,115.794,-5734.2,-626.077,116.273,-5716.65,-626.245,116.492,-5699.09,-626.412,117.093,-5681.54,-626.579,117.609,-5663.99,-626.746,118.113,-5646.44,-626.914,118.848,-5628.89,-627.081,119.283,-5611.34,-627.248,120.046,-5593.79,-627.415,120.544,-5576.23,-627.582,120.797,-5558.68,-627.75,121.287,-5541.13,-627.917,121.567,-5523.58,-628.084,122.01,-5506.03,-628.251,122.28,-5488.48,-628.419,122.483,-5470.92,-628.586,122.654,-5453.37,-628.753,122.794,-5435.82,-628.92,122.84,-5418.27,-629.087,123.071,-5400.72,-629.255,123.418,-5383.17,-629.422,123.466,-5365.62,-629.589,123.764};
			return value;
		}
		private double[] getCoordinate_10_24_point_2()
		{
			double[] value = {-5348.06,-629.756,124.44,-5330.51,-629.923,125.012,-5312.96,-630.091,125.191,-5295.41,-630.258,125.39,-5277.86,-630.425,125.446,-5260.31,-630.592,126.187,-5242.75,-630.76,128.118,-5225.2,-630.927,130.026,-5207.65,-631.094,131.017,-5190.1,-631.261,131.332,-5172.55,-631.428,130.083,-5155.0,-631.596,129.336,-5137.45,-631.763,129.284,-5119.89,-631.93,128.161,-5102.34,-632.097,128.145,-5084.79,-632.265,127.523,-5067.24,-632.432,126.708,-5049.69,-632.599,125.835,-5032.14,-632.766,124.918,-5014.58,-632.933,123.952,-4997.03,-633.101,122.934,-4979.48,-633.268,121.868,-4961.93,-633.435,120.765,-4944.38,-633.602,119.648,-4926.83,-633.77,118.542,-4909.28,-633.937,117.479,-4891.72,-634.104,116.492,-4874.17,-634.271,115.621,-4856.62,-634.438,114.906,-4839.07,-634.606,114.389,-4821.52,-634.773,114.105,-4803.97,-634.94,114.061,-4786.41,-635.107,114.216,-4768.86,-635.274,114.551,-4751.31,-635.442,114.992,-4733.76,-635.609,115.519,-4716.21,-635.776,116.411,-4698.66,-635.943,116.937,-4681.11,-636.111,117.329,-4663.55,-636.278,117.549,-4646.0,-636.445,117.657,-4628.45,-636.612,117.711,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5848.14,-609.79,112.133,-5830.59,-609.958,113.056,-5813.04,-610.125,114.055,-5795.48,-610.292,114.662,-5777.93,-610.459,115.225,-5760.38,-610.627,115.79,-5742.83,-610.794,116.282,-5725.28,-610.961,116.782,-5707.73,-611.128,117.379,-5690.17,-611.295,117.985,-5672.62,-611.463,118.483,-5655.07,-611.63,118.973,-5637.52,-611.797,119.39,-5619.97,-611.964,119.805,-5602.42,-612.131,120.3,-5584.86,-612.299,120.789,-5567.31,-612.466,121.286,-5549.76,-612.633,121.784,-5532.21,-612.8,122.237,-5514.66,-612.968,122.679,-5497.11,-613.135,122.888,-5479.56,-613.302,123.088,-5462.0,-613.469,123.232,-5444.45,-613.636,123.37,-5426.9,-613.804,123.601,-5409.35,-613.971,123.827,-5391.8,-614.138,123.884,-5374.25,-614.305,123.938,-5356.69,-614.473,124.605,-5339.14,-614.64,125.284,-5321.59,-614.807,125.463,-5304.04,-614.974,125.627,-5288.52,-604.386,125.865,-5271.33,-606.987,126.174,-5251.71,-610.622,127.412,-5234.84,-610.085,128.824,-5216.6,-612.342,130.073,-5194.31,-609.498,130.197,-5169.4,-617.539,129.469,-5165.97,-608.685,128.749,-5146.08,-616.479,129.051,-5128.52,-616.646,129.031,-5110.97,-616.814,128.583,-5093.42,-616.981,128.127,-5075.87,-617.148,127.349,-5058.32,-617.315,126.534,-5040.77,-617.483,125.702,-5023.22,-617.65,124.84,-5005.66,-617.817,123.927,-4988.11,-617.984,122.959,-4970.56,-618.151,121.944,-4953.01,-618.319,120.899,-4935.46,-618.486,119.849,-4917.91,-618.653,118.821,-4900.35,-618.82,117.852,-4882.8,-618.987,116.975};
			return value;
		}
		private double[] getCoordinate_10_24_point_3()
		{
			double[] value = {-4865.25,-619.155,116.226,-4847.7,-619.322,115.638,-4830.15,-619.489,115.239,-4812.6,-619.656,115.046,-4795.05,-619.824,115.055,-4777.49,-619.991,115.242,-4759.94,-620.158,115.594,-4742.39,-620.325,116.084,-4724.84,-620.492,116.653,-4707.29,-620.66,117.334,-4689.74,-620.827,117.858,-4672.18,-620.994,117.912,-4654.63,-621.161,117.988,-4637.08,-621.329,118.006,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5839.22,-594.674,113.192,-5821.67,-594.841,113.882,-5804.11,-595.008,114.493,-5786.56,-595.176,115.161,-5769.01,-595.343,115.737,-5751.46,-595.51,116.497,-5733.91,-595.677,117.0,-5716.36,-595.844,117.684,-5698.81,-596.012,118.294,-5681.25,-596.179,118.872,-5663.7,-596.346,119.36,-5646.15,-596.513,119.577,-5628.6,-596.681,119.978,-5611.05,-596.848,120.316,-5593.5,-597.015,120.806,-5575.94,-597.182,121.295,-5558.39,-597.349,121.795,-5540.84,-597.517,122.306,-5523.29,-597.684,122.759,-5505.74,-597.851,123.224,-5488.19,-598.018,123.433,-5470.63,-598.186,123.656,-5453.08,-598.353,123.798,-5435.53,-598.52,123.922,-5417.98,-598.687,124.147,-5400.43,-598.854,124.105,-5382.88,-599.022,124.146,-5365.33,-599.189,124.138,-5347.77,-599.356,124.809,-5330.22,-599.523,125.237,-5312.67,-599.691,125.428,-5295.12,-599.858,125.915,-5277.57,-600.025,126.204,-5260.02,-600.192,126.835,-5242.46,-600.359,127.818,-5224.91,-600.527,128.815,-5207.36,-600.694,129.445,-5189.81,-600.861,129.324,-5164.33,-601.072,128.768,-5154.71,-601.195,129.056,-5137.16,-601.363,129.048,-5119.6,-601.53,128.722,-5102.05,-601.697,128.46,-5084.5,-601.864,127.892,-5066.95,-602.032,127.123,-5049.4,-602.199,126.39,-5031.85,-602.366,125.645,-5014.29,-602.533,124.846,-4996.74,-602.7,123.98,-4979.19,-602.868,123.053,-4961.64,-603.035,122.079,-4944.09,-603.202,121.083,-4926.54,-603.369,120.093,-4908.99,-603.537,119.141,-4891.43,-603.704,118.262,-4873.88,-603.871,117.487,-4856.33,-604.038,116.848,-4838.78,-604.205,116.371,-4821.23,-604.373,116.073,-4803.68,-604.54,115.958,-4786.13,-604.707,116.017,-4768.57,-604.874,116.236,-4751.02,-605.042,116.594,-4733.47,-605.209,117.052,-4715.92,-605.376,117.548,-4698.37,-605.543,118.01,-4680.82,-605.71,118.385,-4663.26,-605.878,118.336,-4645.71,-606.045,118.323,-4628.16,-606.212,118.307,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5847.85,-579.39,113.175,-5830.3,-579.557,113.683,-5812.75,-579.725,114.32,-5795.19,-579.892,114.994,-5777.64,-580.059,115.669,-5760.09,-580.226,116.447,-5742.54,-580.394,117.225,-5724.99,-580.561,117.913,-5707.44,-580.728,118.605,-5689.88,-580.895,119.187,-5672.33,-581.062,119.752,-5654.78,-581.23,119.972};
			return value;
		}
		private double[] getCoordinate_10_24_point_4()
		{
			double[] value = {-5637.23,-581.397,120.172,-5619.68,-581.564,120.5,-5602.13,-581.731,120.831,-5584.58,-581.899,121.316,-5567.02,-582.066,121.803,-5549.47,-582.233,122.315,-5531.92,-582.4,122.827,-5514.37,-582.567,123.3,-5496.82,-582.735,123.763,-5479.27,-582.902,123.991,-5461.71,-583.069,124.213,-5444.16,-583.236,124.334,-5426.61,-583.404,124.453,-5409.06,-583.571,124.407,-5391.51,-583.738,124.351,-5373.96,-583.905,124.333,-5356.41,-584.072,124.331,-5338.85,-584.24,124.745,-5321.3,-584.407,125.178,-5303.75,-584.574,125.939,-5286.2,-584.741,126.598,-5268.65,-584.909,127.014,-5251.1,-585.076,126.969,-5233.54,-585.243,127.579,-5215.99,-585.41,128.267,-5198.44,-585.577,128.852,-5180.89,-585.745,129.172,-5163.34,-585.912,129.366,-5145.79,-586.079,129.372,-5128.24,-586.246,129.471,-5110.68,-586.413,129.098,-5093.13,-586.581,128.621,-5075.58,-586.748,127.644,-5058.03,-586.915,127.014,-5040.48,-587.082,126.385,-5022.93,-587.25,125.697,-5005.37,-587.417,124.934,-4987.82,-587.584,124.096,-4970.27,-587.751,123.195,-4952.72,-587.918,122.253,-4935.17,-588.086,121.298,-4917.62,-588.253,120.364,-4900.06,-588.42,119.483,-4882.51,-588.587,118.688,-4864.96,-588.755,118.011,-4847.41,-588.922,117.474,-4829.86,-589.089,117.097,-4812.31,-589.256,116.886,-4794.76,-589.423,116.839,-4777.2,-589.591,116.945,-4759.65,-589.758,117.183,-4742.1,-589.925,117.521,-4724.55,-590.092,117.91,-4707.0,-590.26,118.28,-4689.45,-590.427,118.548,-4671.9,-590.594,118.662,-4654.34,-590.761,118.689,-4636.79,-590.928,118.631,-4619.24,-591.096,118.634,-4601.69,-591.263,118.636,-5838.93,-564.274,114.055,-5821.38,-564.441,114.28,-5803.82,-564.608,114.959,-5786.27,-564.775,115.644,-5768.72,-564.943,116.571,-5751.17,-565.11,117.357,-5733.62,-565.277,118.25,-5716.07,-565.444,118.949,-5698.52,-565.612,119.675,-5680.96,-565.779,120.255,-5663.41,-565.946,120.635,-5645.86,-566.113,120.833,-5628.31,-566.28,120.834,-5610.76,-566.448,121.156,-5593.21,-566.615,121.434,-5575.65,-566.782,121.915,-5558.1,-566.949,122.344,-5540.55,-567.117,122.854,-5523.0,-567.284,123.341,-5505.45,-567.451,123.811,-5487.9,-567.618,124.096,-5470.35,-567.785,124.322,-5452.79,-567.953,124.489,-5435.24,-568.12,124.605,-5417.69,-568.287,124.613,-5400.14,-568.454,124.555,-5382.59,-568.621,124.314,-5365.04,-568.789,124.289,-5347.48,-568.956,124.308,-5329.93,-569.123,124.742,-5312.38,-569.29,125.755,-5294.83,-569.458,126.653,-5277.28,-569.625,127.568,-5259.73,-569.792,127.596,-5242.18,-569.959,127.73,-5224.62,-570.126,127.954,-5207.07,-570.294,128.519,-5189.52,-570.461,129.29,-5171.97,-570.628,129.306,-5154.42,-570.795,129.322};
			return value;
		}
		private double[] getCoordinate_10_24_point_5()
		{
			double[] value = {-5136.87,-570.963,129.338,-5119.31,-571.13,129.479,-5101.76,-571.297,129.22,-5084.21,-571.464,128.537,-5066.66,-571.631,127.715,-5049.11,-571.799,127.104,-5031.56,-571.966,126.496,-5014.01,-572.133,125.828,-4996.45,-572.3,125.078,-4978.9,-572.468,124.249,-4961.35,-572.635,123.361,-4943.8,-572.802,122.44,-4926.25,-572.969,121.522,-4908.7,-573.136,120.639,-4891.14,-573.304,119.828,-4873.59,-573.471,119.117,-4856.04,-573.638,118.533,-4838.49,-573.805,118.094,-4820.94,-573.973,117.809,-4803.39,-574.14,117.678,-4785.83,-574.307,117.692,-4768.28,-574.474,117.831,-4750.73,-574.641,118.068,-4733.18,-574.809,118.364,-4715.63,-574.976,118.663,-4698.08,-575.143,118.902,-4680.53,-575.31,119.029,-4662.97,-575.477,118.992,-4645.42,-575.645,118.939,-4627.87,-575.812,119.032,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5847.56,-548.99,114.467,-5830.01,-549.157,114.72,-5812.46,-549.325,114.92,-5794.9,-549.492,115.609,-5777.35,-549.659,116.543,-5759.8,-549.826,117.484,-5742.25,-549.993,118.389,-5724.7,-550.161,119.29,-5707.15,-550.328,120.023,-5689.59,-550.495,120.757,-5672.04,-550.662,121.148,-5654.49,-550.83,121.491,-5636.94,-550.997,121.496,-5619.39,-551.164,121.492,-5601.84,-551.331,121.762,-5584.29,-551.498,122.034,-5566.73,-551.666,122.458,-5549.18,-551.833,122.883,-5531.63,-552.0,123.369,-5514.08,-552.167,123.846,-5496.53,-552.334,124.139,-5478.98,-552.502,124.416,-5461.42,-552.669,124.586,-5443.87,-552.836,124.748,-5426.32,-553.003,124.757,-5408.77,-553.171,124.759,-5391.22,-553.338,124.51,-5373.67,-553.505,124.268,-5356.12,-553.672,124.269,-5338.56,-553.839,124.318,-5321.01,-554.007,125.319,-5303.46,-554.174,126.366,-5285.91,-554.341,127.389,-5268.36,-554.508,128.219,-5250.81,-554.676,128.581,-5233.25,-554.843,128.659,-5215.7,-555.01,129.208,-5198.15,-555.177,129.224,-5180.6,-555.344,129.241,-5163.05,-555.512,129.257,-5145.5,-555.679,129.273,-5127.95,-555.846,129.304,-5110.39,-556.013,129.329,-5092.84,-556.181,129.235,-5075.29,-556.348,128.499,-5057.74,-556.515,127.834,-5040.19,-556.682,127.259,-5022.64,-556.849,126.665,-5005.08,-557.017,125.998,-4987.53,-557.184,125.242,-4969.98,-557.351,124.407,-4952.43,-557.518,123.521,-4934.88,-557.685,122.616,-4917.33,-557.853,121.732,-4899.78,-558.02,120.903,-4882.22,-558.187,120.163,-4864.67,-558.354,119.538,-4847.12,-558.522,119.049,-4829.57,-558.689,118.705,-4812.02,-558.856,118.508,-4794.47,-559.023,118.45,-4776.91,-559.19,118.514,-4759.36,-559.358,118.674,-4741.81,-559.525,118.898,-4724.26,-559.692,119.143,-4706.71,-559.859,119.358,-4689.16,-560.027,119.499,-4671.61,-560.194,119.547};
			return value;
		}
		private double[] getCoordinate_10_24_point_6()
		{
			double[] value = {-4654.05,-560.361,119.47,-4636.5,-560.528,119.407,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5838.64,-533.874,114.674,-5821.09,-534.041,114.88,-5803.54,-534.208,115.566,-5785.98,-534.375,116.497,-5768.43,-534.543,117.443,-5750.88,-534.71,118.489,-5733.33,-534.877,119.399,-5715.78,-535.044,120.316,-5698.23,-535.211,121.059,-5680.67,-535.379,122.03,-5663.12,-535.546,122.408,-5645.57,-535.713,121.864,-5628.02,-535.88,121.843,-5610.47,-536.047,121.843,-5592.92,-536.215,122.118,-5575.37,-536.382,122.567,-5557.81,-536.549,122.992,-5540.26,-536.716,123.418,-5522.71,-536.884,123.898,-5505.16,-537.051,124.19,-5487.61,-537.218,124.472,-5470.06,-537.385,124.628,-5452.5,-537.552,124.789,-5434.95,-537.72,124.816,-5417.4,-537.887,124.815,-5399.85,-538.054,124.684,-5382.3,-538.221,124.443,-5364.75,-538.389,124.45,-5347.2,-538.556,124.475,-5329.64,-538.723,125.035,-5312.09,-538.89,126.066,-5294.54,-539.057,127.428,-5276.99,-539.225,128.396,-5259.44,-539.392,128.945,-5241.89,-539.559,129.159,-5224.33,-539.726,129.143,-5206.78,-539.893,129.159,-5189.23,-540.061,129.175,-5171.68,-540.228,129.192,-5154.13,-540.395,129.208,-5136.58,-540.562,129.224,-5119.02,-540.73,129.281,-5101.47,-540.897,129.256,-5083.92,-541.064,128.917,-5066.37,-541.231,128.427,-5048.82,-541.398,127.94,-5031.27,-541.566,127.427,-5013.72,-541.733,126.844,-4996.16,-541.9,126.164,-4978.61,-542.067,125.387,-4961.06,-542.235,124.536,-4943.51,-542.402,123.647,-4925.96,-542.569,122.758,-4908.41,-542.736,121.912,-4890.85,-542.903,121.143,-4873.3,-543.071,120.481,-4855.75,-543.238,119.948,-4838.2,-543.405,119.557,-4820.65,-543.572,119.31,-4803.1,-543.74,119.198,-4785.55,-543.907,119.208,-4767.99,-544.074,119.316,-4750.44,-544.241,119.491,-4732.89,-544.408,119.699,-4715.34,-544.576,119.901,-4697.79,-544.743,120.063,-4680.24,-544.91,120.162,-4662.68,-545.077,120.206,-4645.13,-545.245,120.187,-4624.8,-548.547,120.127,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5847.27,-518.59,114.233,-5829.72,-518.757,114.804,-5812.17,-518.924,115.521,-5794.61,-519.092,116.445,-5777.06,-519.259,117.386,-5759.51,-519.426,118.439,-5741.96,-519.593,119.492,-5724.41,-519.76,120.42,-5706.86,-519.928,121.328,-5689.31,-520.095,122.315,-5671.75,-520.262,123.252,-5654.2,-520.429,122.746,-5636.65,-520.597,122.21,-5619.1,-520.764,122.187,-5601.55,-520.931,122.191,-5584.0,-521.098,122.64,-5566.44,-521.265,123.1,-5548.89,-521.433,123.527,-5531.34,-521.6,123.947,-5513.79,-521.767,124.24,-5496.24,-521.934,124.519,-5478.69,-522.102,124.681,-5461.14,-522.269,124.829,-5443.58,-522.436,124.858};
			return value;
		}
		private double[] getCoordinate_10_24_point_7()
		{
			double[] value = {-5426.03,-522.603,124.878,-5408.48,-522.77,124.746,-5390.93,-522.938,124.609,-5373.38,-523.105,124.625,-5355.83,-523.272,124.658,-5338.27,-523.439,125.197,-5320.72,-523.607,125.784,-5303.17,-523.774,126.917,-5285.62,-523.941,128.358,-5268.07,-524.108,128.983,-5250.52,-524.275,129.319,-5232.96,-524.443,129.357,-5215.41,-524.61,129.094,-5197.86,-524.777,129.11,-5180.31,-524.944,129.126,-5162.76,-525.111,129.143,-5145.21,-525.279,129.159,-5127.66,-525.446,129.175,-5110.1,-525.613,129.197,-5092.55,-525.78,129.166,-5075.0,-525.948,128.74,-5057.45,-526.115,128.419,-5039.9,-526.282,128.05,-5022.35,-526.449,127.581,-5004.79,-526.616,126.993,-4987.24,-526.784,126.285,-4969.69,-526.951,125.477,-4952.14,-527.118,124.606,-4934.59,-527.285,123.715,-4917.04,-527.453,122.85,-4899.49,-527.62,122.052,-4881.93,-527.787,121.354,-4864.38,-527.954,120.782,-4846.83,-528.121,120.35,-4829.28,-528.289,120.064,-4811.73,-528.456,119.917,-4794.18,-528.623,119.891,-4776.63,-528.79,119.965,-4759.07,-528.958,120.112,-4741.52,-529.125,120.302,-4723.97,-529.292,120.503,-4706.42,-529.459,120.687,-4688.87,-529.626,120.837,-4671.32,-529.794,120.952,-4653.76,-529.961,121.057,-4636.21,-530.128,121.149,-4618.66,-530.295,121.333,-4601.11,-530.463,121.638,-5838.35,-503.473,114.928,-5820.8,-503.641,115.037,-5803.25,-503.808,116.056,-5785.69,-503.975,116.997,-5768.14,-504.142,118.194,-5750.59,-504.31,119.255,-5733.04,-504.477,120.375,-5715.49,-504.644,121.285,-5697.94,-504.811,121.761,-5680.38,-504.978,122.701,-5662.83,-505.146,122.583,-5645.28,-505.313,122.039,-5627.73,-505.48,122.226,-5610.18,-505.647,122.238,-5592.63,-505.815,122.629,-5575.08,-505.982,123.09,-5557.52,-506.149,123.644,-5539.97,-506.316,124.068,-5522.42,-506.483,124.348,-5504.87,-506.651,124.631,-5487.32,-506.818,124.769,-5469.77,-506.985,124.921,-5452.21,-507.152,124.959,-5434.66,-507.32,124.979,-5417.11,-507.487,124.956,-5399.56,-507.654,124.822,-5382.01,-507.821,124.688,-5364.46,-507.988,124.71,-5346.91,-508.156,124.887,-5329.35,-508.323,125.46,-5311.8,-508.49,126.555,-5294.25,-508.657,128.138,-5276.7,-508.824,128.846,-5259.15,-508.992,129.303,-5241.6,-509.159,129.589,-5224.04,-509.326,129.04,-5206.49,-509.493,129.045,-5188.94,-509.661,129.061,-5171.39,-509.828,129.077,-5153.84,-509.995,129.094,-5136.29,-510.162,129.11,-5118.74,-510.329,129.206,-5101.18,-510.497,129.179,-5083.63,-510.664,128.874,-5066.08,-510.831,128.622,-5048.53,-510.998,128.468,-5030.98,-511.166,128.147,-5013.43,-511.333,127.681,-4995.87,-511.5,127.069,-4978.32,-511.667,126.322,-4960.77,-511.834,125.479,-4943.22,-512.002,124.591};
			return value;
		}
		private double[] getCoordinate_10_24_point_8()
		{
			double[] value = {-4925.67,-512.169,123.71,-4908.12,-512.336,122.884,-4890.57,-512.503,122.151,-4873.01,-512.671,121.541,-4855.46,-512.838,121.074,-4837.91,-513.005,120.757,-4820.36,-513.172,120.585,-4802.81,-513.339,120.541,-4785.26,-513.507,120.601,-4767.7,-513.674,120.739,-4750.15,-513.841,120.925,-4732.6,-514.008,121.133,-4715.05,-514.175,121.341,-4697.5,-514.343,121.534,-4679.95,-514.51,121.71,-4662.4,-514.677,121.884,-4644.84,-514.844,122.089,-4627.29,-515.012,122.343,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5846.98,-488.19,114.353,-5829.43,-488.357,114.797,-5811.88,-488.524,115.556,-5794.32,-488.691,116.591,-5776.77,-488.859,117.783,-5759.22,-489.026,118.99,-5741.67,-489.193,120.12,-5724.12,-489.36,121.243,-5706.57,-489.528,121.701,-5689.02,-489.695,122.144,-5671.46,-489.862,122.008,-5653.91,-490.029,121.866,-5636.36,-490.196,122.065,-5618.81,-490.364,122.282,-5601.26,-490.531,122.67,-5583.71,-490.698,123.077,-5566.16,-490.865,123.639,-5548.6,-491.033,124.194,-5531.05,-491.2,124.472,-5513.5,-491.367,124.742,-5495.95,-491.534,124.881,-5478.4,-491.701,125.012,-5460.85,-491.869,125.051,-5443.29,-492.036,125.085,-5425.74,-492.203,125.062,-5408.19,-492.37,125.035,-5390.64,-492.537,124.901,-5373.09,-492.705,124.769,-5355.54,-492.872,124.945,-5337.98,-493.039,125.155,-5320.43,-493.206,126.232,-5302.88,-493.374,127.332,-5285.33,-493.541,128.587,-5267.78,-493.708,129.154,-5250.23,-493.875,129.465,-5232.68,-494.042,129.228,-5215.12,-494.21,129.586,-5197.57,-494.377,128.996,-5180.02,-494.544,129.012,-5162.47,-494.711,129.028,-5144.4,-494.881,129.045,-5127.37,-495.046,129.061,-5109.81,-495.213,129.28,-5092.26,-495.38,129.291,-5074.71,-495.547,128.417,-5057.16,-495.715,128.655,-5039.61,-495.882,128.47,-5022.06,-496.049,128.153,-5004.51,-496.216,127.681,-4986.95,-496.384,127.031,-4969.4,-496.551,126.24,-4951.85,-496.718,125.368,-4934.3,-496.885,124.479,-4916.75,-497.052,123.629,-4899.2,-497.22,122.865,-4881.64,-497.387,122.221,-4864.09,-497.554,121.72,-4846.54,-497.721,121.377,-4828.99,-497.888,121.19,-4811.44,-498.056,121.141,-4793.89,-498.223,121.203,-4776.34,-498.39,121.348,-4758.78,-498.557,121.545,-4741.23,-498.725,121.77,-4723.68,-498.892,122.003,-4706.13,-499.059,122.229,-4688.58,-499.226,122.449,-4671.03,-499.393,122.673,-4653.47,-499.561,122.924,-4635.92,-499.728,123.233,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5838.06,-473.073,114.497,-5820.51,-473.241,114.819,-5802.96,-473.408,115.85,-5785.4,-473.575,117.025,-5767.85,-473.742,118.233,-5750.3,-473.909,119.553,-5732.75,-474.077,120.676,-5715.2,-474.244,121.608};
			return value;
		}
		private double[] getCoordinate_10_24_point_9()
		{
			double[] value = {-5697.65,-474.411,122.059,-5680.09,-474.578,122.486,-5662.54,-474.746,122.357,-5644.99,-474.913,122.314,-5627.44,-475.08,122.517,-5609.89,-475.247,122.713,-5592.34,-475.414,123.116,-5574.79,-475.582,123.76,-5557.23,-475.749,124.316,-5539.68,-475.916,124.643,-5522.13,-476.083,124.913,-5504.58,-476.25,125.049,-5487.03,-476.418,125.181,-5469.48,-476.585,125.24,-5451.92,-476.752,125.277,-5434.37,-476.919,125.368,-5416.82,-477.087,125.344,-5399.27,-477.254,125.229,-5381.72,-477.421,125.101,-5364.17,-477.588,125.127,-5346.62,-477.755,125.324,-5329.06,-477.923,125.988,-5311.51,-478.09,127.086,-5293.96,-478.257,128.631,-5276.41,-478.424,129.23,-5258.86,-478.592,129.415,-5241.31,-478.759,129.497,-5223.75,-478.926,129.743,-5206.2,-479.093,130.151,-5188.65,-479.26,129.999,-5171.1,-479.428,128.963,-5153.55,-479.595,128.979,-5136.0,-479.762,129.069,-5118.45,-479.929,129.651,-5100.89,-480.096,129.7,-5083.34,-480.264,128.584,-5065.79,-480.431,128.278,-5048.24,-480.598,128.439,-5030.69,-480.765,128.321,-5013.14,-480.933,128.036,-4995.58,-481.1,127.546,-4978.03,-481.267,126.848,-4960.48,-481.434,126.016,-4942.93,-481.602,125.137,-4925.38,-481.769,124.275,-4907.83,-481.936,123.487,-4890.28,-482.103,122.814,-4872.72,-482.27,122.283,-4855.17,-482.438,121.915,-4837.62,-482.605,121.717,-4820.07,-482.772,121.674,-4802.52,-482.939,121.754,-4784.97,-483.106,121.921,-4767.42,-483.274,122.144,-4749.86,-483.441,122.396,-4732.31,-483.608,122.656,-4714.76,-483.775,122.912,-4697.21,-483.943,123.162,-4679.66,-484.11,123.413,-4662.11,-484.277,123.684,-4644.55,-484.444,123.997,-4627.0,-484.611,124.367,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5846.69,-457.79,114.344,-5829.14,-457.957,114.013,-5811.59,-458.124,115.105,-5794.04,-458.291,116.277,-5776.48,-458.458,117.453,-5758.93,-458.626,118.773,-5741.38,-458.793,120.096,-5723.83,-458.96,121.041,-5706.28,-459.127,121.971,-5688.73,-459.295,122.414,-5671.17,-459.462,122.845,-5653.62,-459.629,122.805,-5636.07,-459.796,122.771,-5618.52,-459.963,122.959,-5600.97,-460.131,123.167,-5583.42,-460.298,123.804,-5565.87,-460.465,124.445,-5548.31,-460.632,124.771,-5530.76,-460.8,125.084,-5513.21,-460.967,125.216,-5495.66,-461.134,125.346,-5478.11,-461.301,125.407,-5460.56,-461.468,125.469,-5443.0,-461.636,125.563,-5425.45,-461.803,125.65,-5407.9,-461.97,125.54,-5390.35,-462.137,125.426,-5372.8,-462.305,125.455,-5355.25,-462.472,125.495,-5337.7,-462.639,126.155,-5320.14,-462.806,126.836,-5302.59,-462.973,127.822,-5285.04,-463.141,129.035,-5267.49,-463.308,129.307,-5249.94,-463.475,129.48,-5232.39,-463.642,129.658};
			return value;
		}
		private double[] getCoordinate_10_24_point_10()
		{
			double[] value = {-5214.83,-463.81,130.04,-5197.28,-463.977,130.151,-5179.73,-464.144,130.204,-5162.18,-464.311,130.113,-5144.63,-464.478,130.158,-5127.08,-464.646,130.118,-5109.52,-464.813,129.661,-5091.97,-464.98,128.939,-5074.42,-465.147,128.207,-5056.87,-465.314,128.207,-5039.32,-465.482,128.076,-5021.77,-465.649,127.99,-5004.22,-465.816,127.793,-4986.66,-465.983,127.223,-4969.11,-466.151,126.485,-4951.56,-466.318,125.649,-4934.01,-466.485,124.8,-4916.46,-466.652,124.006,-4898.91,-466.819,123.317,-4881.36,-466.987,122.765,-4863.8,-467.154,122.372,-4846.25,-467.321,122.162,-4828.7,-467.488,122.131,-4811.15,-467.656,122.241,-4793.6,-467.823,122.447,-4776.05,-467.99,122.71,-4758.49,-468.157,123.0,-4740.94,-468.324,123.293,-4723.39,-468.492,123.578,-4705.84,-468.659,123.849,-4688.29,-468.826,124.113,-4670.74,-468.993,124.384,-4653.19,-469.161,124.679,-4635.63,-469.328,125.013,-4618.08,-469.495,125.387,-4600.53,-469.662,125.772,-5837.77,-442.673,114.287,-5820.22,-442.84,114.7,-5802.67,-443.008,115.455,-5785.11,-443.175,116.618,-5767.56,-443.342,117.7,-5750.01,-443.509,119.024,-5732.46,-443.676,120.389,-5714.91,-443.844,121.321,-5697.36,-444.011,122.115,-5679.81,-444.178,122.561,-5662.25,-444.345,122.994,-5644.7,-444.513,122.972,-5627.15,-444.68,123.261,-5609.6,-444.847,123.456,-5592.05,-445.014,123.913,-5576.95,-442.368,124.549,-5556.94,-445.349,124.854,-5539.39,-445.516,125.16,-5521.84,-445.683,125.202,-5504.29,-445.85,125.329,-5486.74,-446.018,125.441,-5469.19,-446.185,125.504,-5451.64,-446.352,125.675,-5434.08,-446.519,125.772,-5416.53,-446.686,125.851,-5398.98,-446.854,125.745,-5381.43,-447.021,125.821,-5363.88,-447.188,125.864,-5346.33,-447.355,126.142,-5328.77,-447.522,126.804,-5311.22,-447.69,127.421,-5293.67,-447.857,128.557,-5276.12,-448.024,129.227,-5258.57,-448.191,129.414,-5241.02,-448.359,129.69,-5223.47,-448.526,129.934,-5205.91,-448.693,129.897,-5188.36,-448.86,130.049,-5170.81,-449.027,129.95,-5153.26,-449.195,129.896,-5135.71,-449.362,129.932,-5118.16,-449.529,129.791,-5100.6,-449.696,129.158,-5083.05,-449.864,128.454,-5065.5,-450.031,127.955,-5047.95,-450.198,127.658,-5030.4,-450.365,127.603,-5012.85,-450.532,127.559,-4995.29,-450.7,127.224,-4977.74,-450.867,126.721,-4960.19,-451.034,125.96,-4942.64,-451.201,125.172,-4925.09,-451.369,124.404,-4907.54,-451.536,123.72,-4889.99,-451.703,123.168,-4872.43,-451.87,122.761,-4854.88,-452.037,122.528,-4837.33,-452.205,122.508,-4819.78,-452.372,122.659,-4802.23,-452.539,122.917,-4784.68,-452.706,123.234,-4767.13,-452.874,123.574,-4749.57,-453.041,123.91,-4732.02,-453.208,124.225};
			return value;
		}
		private double[] getCoordinate_10_24_point_11()
		{
			double[] value = {-4714.47,-453.375,124.516,-4696.92,-453.542,124.785,-4679.37,-453.71,125.045,-4661.82,-453.877,125.312,-4644.26,-454.044,125.6,-4626.71,-454.211,125.916,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5846.4,-427.389,113.558,-5828.85,-427.557,114.35,-5811.3,-427.724,115.088,-5793.75,-427.891,115.826,-5776.19,-428.058,116.89,-5758.64,-428.226,117.957,-5741.09,-428.393,119.316,-5723.54,-428.56,120.667,-5705.99,-428.727,121.477,-5688.44,-428.894,122.271,-5670.88,-429.062,122.711,-5653.33,-429.229,123.152,-5635.78,-429.396,123.45,-5618.23,-429.563,123.751,-5600.68,-429.731,124.196,-5583.13,-429.898,124.651,-5565.58,-430.065,124.958,-5548.02,-430.232,125.243,-5530.47,-430.399,125.282,-5512.92,-430.567,125.311,-5495.37,-430.734,125.423,-5477.82,-430.901,125.536,-5460.27,-431.068,125.71,-5442.71,-431.236,125.883,-5425.16,-431.403,125.969,-5407.61,-431.57,126.052,-5390.06,-431.737,126.131,-5372.51,-431.904,126.217,-5354.96,-432.072,126.479,-5337.41,-432.239,126.763,-5319.85,-432.406,127.362,-5302.3,-432.573,127.972,-5284.75,-432.74,128.904,-5267.2,-432.908,129.811,-5249.65,-433.075,129.869,-5232.1,-433.242,129.897,-5214.54,-433.409,129.875,-5196.99,-433.577,129.846,-5179.44,-433.744,129.884,-5161.89,-433.911,129.926,-5144.34,-434.078,130.049,-5126.79,-434.245,130.103,-5109.24,-434.413,129.38,-5091.68,-434.58,128.61,-5074.13,-434.747,127.909,-5056.58,-434.914,127.361,-5039.03,-435.082,127.227,-5021.48,-435.249,127.158,-5003.93,-435.416,126.918,-4986.37,-435.583,126.578,-4968.82,-435.75,125.99,-4951.27,-435.918,125.357,-4933.72,-436.085,124.662,-4916.17,-436.252,124.013,-4898.62,-436.419,123.489,-4881.07,-436.586,123.105,-4863.51,-436.754,122.849,-4845.96,-436.921,122.811,-4828.41,-437.088,123.009,-4810.86,-437.255,123.334,-4793.31,-437.423,123.716,-4775.76,-437.59,124.116,-4758.2,-437.757,124.503,-4740.65,-437.924,124.857,-4723.1,-438.091,125.168,-4705.55,-438.259,125.44,-4688.0,-438.426,125.684,-4670.45,-438.593,125.916,-4652.9,-438.76,126.153,-4635.34,-438.928,126.407,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5837.48,-412.273,114.826,-5819.93,-412.44,115.652,-5802.38,-412.607,116.383,-5784.83,-412.775,117.094,-5767.27,-412.942,118.15,-5749.72,-413.109,118.771,-5732.17,-413.276,120.125,-5714.62,-413.444,121.4,-5697.07,-413.611,122.185,-5679.52,-413.778,122.517,-5661.96,-413.945,122.961,-5644.41,-414.112,123.542,-5626.86,-414.28,123.849,-5609.31,-414.447,124.044,-5591.76,-414.614,124.497,-5574.21,-414.781,124.957,-5556.66,-414.948,125.244,-5539.1,-415.116,125.445,-5521.55,-415.283,125.478,-5504.0,-415.45,125.562};
			return value;
		}
		private double[] getCoordinate_10_24_point_12()
		{
			double[] value = {-5486.45,-415.617,125.675,-5468.9,-415.785,125.8,-5451.35,-415.952,125.971,-5433.79,-416.119,126.024,-5416.24,-416.286,126.108,-5398.69,-416.453,126.239,-5381.14,-416.621,126.324,-5363.59,-416.788,126.391,-5346.04,-416.955,126.658,-5328.48,-417.122,126.95,-5310.93,-417.29,127.537,-5293.38,-417.457,127.976,-5275.83,-417.624,128.889,-5258.28,-417.791,129.316,-5240.73,-417.958,129.349,-5223.18,-418.126,129.521,-5205.62,-418.293,129.501,-5188.07,-418.46,129.506,-5170.52,-418.627,129.551,-5152.97,-418.795,129.682,-5135.42,-418.962,129.799,-5117.87,-419.129,129.609,-5100.31,-419.296,128.858,-5082.76,-419.463,128.04,-5065.21,-419.631,127.37,-5047.66,-419.798,127.08,-5030.11,-419.965,126.95,-5012.56,-420.132,126.755,-4995.01,-420.299,126.432,-4977.45,-420.467,125.847,-4959.9,-420.634,125.293,-4942.35,-420.801,124.763,-4924.8,-420.968,124.2,-4907.25,-421.136,123.71,-4889.7,-421.303,123.405,-4872.14,-421.47,123.197,-4854.59,-421.637,123.088,-4837.04,-421.804,123.308,-4819.49,-421.972,123.709,-4801.94,-422.139,124.158,-4784.39,-422.306,124.627,-4766.84,-422.473,125.076,-4749.28,-422.641,125.475,-4731.73,-422.808,125.812,-4714.18,-422.975,126.087,-4696.63,-423.142,126.313,-4679.08,-423.309,126.506,-4661.53,-423.477,126.688,-4643.97,-423.644,126.874,-4626.42,-423.811,127.078,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5846.11,-396.989,115.008,-5828.56,-397.156,116.256,-5811.01,-397.324,117.014,-5793.46,-397.491,117.708,-5775.9,-397.658,118.399,-5758.35,-397.825,118.989,-5740.8,-397.993,119.601,-5723.25,-398.16,120.868,-5705.7,-398.327,122.122,-5688.15,-398.494,122.452,-5670.6,-398.661,122.762,-5653.04,-398.829,123.341,-5635.49,-398.996,123.922,-5617.94,-399.163,124.116,-5600.39,-399.33,124.336,-5582.84,-399.498,124.789,-5565.29,-399.665,125.234,-5547.73,-399.832,125.443,-5530.18,-399.999,125.638,-5512.63,-400.166,125.728,-5495.08,-400.334,125.816,-5477.53,-400.501,125.938,-5459.98,-400.668,126.055,-5442.42,-400.835,126.104,-5424.87,-401.003,126.157,-5407.32,-401.17,126.288,-5389.77,-401.337,126.421,-5372.22,-401.504,126.484,-5354.67,-401.671,126.545,-5337.12,-401.839,126.819,-5319.56,-402.006,127.105,-5302.01,-402.173,127.521,-5284.46,-402.34,127.943,-5266.91,-402.508,128.367,-5249.36,-402.675,128.779,-5231.81,-402.842,128.966,-5214.25,-403.009,129.139,-5196.7,-403.176,129.145,-5179.15,-403.344,129.15,-5161.6,-403.511,129.281,-5144.05,-403.678,129.42,-5126.5,-403.845,129.53,-5108.95,-404.012,129.044,-5091.39,-404.18,128.276,-5073.84,-404.347,127.491,-5056.29,-404.514,127.132,-5038.74,-404.681,126.876,-5021.19,-404.849,126.715};
			return value;
		}
		private double[] getCoordinate_10_24_point_13()
		{
			double[] value = {-5003.64,-405.016,126.456,-4986.08,-405.183,125.899,-4968.53,-405.35,125.256,-4950.98,-405.517,124.734,-4933.43,-405.685,124.288,-4915.88,-405.852,123.871,-4898.33,-406.019,123.625,-4880.78,-406.186,123.513,-4863.22,-406.354,123.461,-4845.67,-406.521,123.622,-4828.12,-406.688,124.053,-4810.57,-406.855,124.568,-4793.02,-407.022,125.112,-4775.47,-407.19,125.629,-4757.92,-407.357,126.082,-4740.36,-407.524,126.451,-4722.81,-407.691,126.734,-4705.26,-407.859,126.941,-4687.71,-408.026,127.094,-4670.16,-408.193,127.216,-4652.61,-408.36,127.33,-4635.05,-408.527,127.454,-4617.5,-408.695,127.602,-4599.95,-408.862,127.757,-5837.19,-381.873,117.059,-5819.64,-382.04,118.641,-5802.09,-382.207,119.161,-5784.54,-382.374,119.84,-5766.98,-382.542,120.169,-5749.43,-382.709,120.751,-5731.88,-382.876,121.152,-5714.33,-383.043,122.391,-5696.78,-383.211,122.462,-5679.23,-383.378,122.753,-5661.67,-383.545,122.829,-5644.12,-383.712,123.396,-5626.57,-383.879,123.726,-5609.02,-384.047,123.938,-5591.47,-384.214,124.794,-5573.92,-384.381,125.26,-5556.37,-384.548,125.439,-5538.81,-384.716,125.634,-5521.26,-384.883,125.682,-5503.71,-385.05,125.768,-5486.16,-385.217,125.862,-5468.61,-385.384,125.975,-5451.06,-385.552,125.893,-5433.5,-385.719,125.946,-5415.95,-385.886,126.198,-5398.4,-386.053,126.332,-5374.23,-386.618,126.576,-5363.3,-386.388,126.612,-5345.75,-386.555,126.578,-5328.2,-386.722,126.844,-5310.64,-386.889,126.989,-5293.09,-387.057,127.391,-5275.54,-387.224,127.588,-5257.99,-387.391,128.0,-5240.44,-387.558,128.225,-5222.89,-387.725,128.403,-5205.33,-387.893,128.469,-5187.78,-388.06,128.477,-5170.23,-388.227,128.526,-5152.68,-388.394,128.666,-5135.13,-388.562,128.949,-5117.58,-388.729,128.941,-5100.03,-388.896,128.374,-5082.47,-389.063,127.634,-5064.92,-389.23,127.271,-5047.37,-389.398,126.997,-5029.82,-389.565,126.956,-5012.27,-389.732,126.809,-4994.72,-389.899,126.453,-4977.16,-390.067,125.836,-4959.61,-390.234,125.114,-4942.06,-390.401,124.557,-4924.51,-390.568,124.096,-4906.96,-390.735,123.888,-4889.41,-390.903,124.011,-4871.86,-391.07,124.061,-4854.3,-391.237,124.145,-4836.75,-391.404,124.467,-4819.2,-391.572,124.981,-4801.65,-391.739,125.581,-4784.1,-391.906,126.168,-4766.55,-392.073,126.68,-4748.99,-392.24,127.088,-4731.44,-392.408,127.384,-4713.89,-392.575,127.576,-4696.34,-392.742,127.687,-4678.79,-392.909,127.746,-4661.24,-393.076,127.782,-4643.69,-393.244,127.819,-4626.13,-393.411,127.875,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5845.82,-366.589,116.727,-5828.27,-366.756,119.293,-5810.72,-366.924,120.799,-5793.17,-367.091,121.312};
			return value;
		}
		private double[] getCoordinate_10_24_point_14()
		{
			double[] value = {-5775.62,-367.258,121.631,-5758.06,-367.425,121.933,-5740.51,-367.592,122.303,-5722.96,-367.76,122.66,-5705.41,-367.927,122.736,-5687.86,-368.094,122.773,-5670.31,-368.261,122.829,-5652.75,-368.429,122.887,-5635.2,-368.596,123.211,-5617.65,-368.763,123.53,-5600.1,-368.93,124.396,-5582.55,-369.097,125.261,-5565.0,-369.265,125.459,-5547.44,-369.432,125.623,-5529.89,-369.599,125.675,-5512.34,-369.766,125.717,-5494.79,-369.934,125.806,-5477.24,-370.101,125.9,-5459.69,-370.268,125.813,-5442.14,-370.435,125.74,-5424.58,-370.602,125.991,-5407.03,-370.77,126.247,-5375.38,-380.496,126.613,-5371.93,-371.104,126.683,-5354.38,-371.271,126.645,-5336.83,-371.438,126.598,-5319.27,-371.606,126.73,-5301.72,-371.773,126.864,-5284.17,-371.94,127.043,-5266.62,-372.107,127.225,-5249.07,-372.275,127.447,-5231.52,-372.442,127.663,-5213.97,-372.609,127.737,-5196.41,-372.776,127.801,-5178.86,-372.943,127.847,-5161.31,-373.111,127.902,-5143.76,-373.278,128.203,-5126.21,-373.445,128.529,-5108.66,-373.612,128.182,-5091.1,-373.78,127.753,-5073.55,-373.947,127.382,-5056.0,-374.114,127.099,-5038.45,-374.281,127.136,-5020.9,-374.448,127.14,-5003.35,-374.616,126.981,-4985.8,-374.783,126.59,-4968.24,-374.95,125.887,-4950.69,-375.117,125.141,-4933.14,-375.285,124.576,-4915.59,-375.452,124.259,-4898.04,-375.619,124.445,-4880.49,-375.786,124.763,-4862.93,-375.953,124.912,-4845.38,-376.121,125.103,-4827.83,-376.288,125.479,-4810.28,-376.455,126.058,-4792.73,-376.622,126.697,-4775.18,-376.789,127.266,-4757.63,-376.957,127.718,-4740.07,-377.124,128.034,-4722.52,-377.291,128.217,-4704.97,-377.458,128.288,-4687.42,-377.626,128.281,-4669.87,-377.793,128.234,-4652.32,-377.96,128.179,-4634.76,-378.127,128.14,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5836.9,-351.473,120.801,-5823.25,-356.614,120.983,-5801.8,-351.807,121.796,-5784.25,-351.974,122.116,-5766.69,-352.142,122.423,-5749.14,-352.309,122.722,-5731.59,-352.476,123.09,-5714.04,-352.643,123.17,-5696.49,-352.81,123.206,-5678.94,-352.978,123.179,-5661.38,-353.145,123.225,-5643.83,-353.312,123.274,-5626.28,-353.479,123.588,-5608.73,-353.647,123.931,-5591.18,-353.814,124.793,-5573.63,-353.981,125.414,-5556.08,-354.148,125.588,-5538.52,-354.315,125.264,-5520.97,-354.483,125.299,-5503.42,-354.65,125.371,-5485.87,-354.817,125.474,-5468.32,-354.984,125.762,-5450.77,-355.151,125.701,-5433.21,-355.319,126.123,-5415.66,-355.486,126.386,-5398.11,-355.653,126.565,-5380.56,-355.82,126.787,-5363.01,-355.988,126.819,-5345.46,-356.155,126.77,-5327.91,-356.322,126.616,-5310.35,-356.489,126.743,-5292.8,-356.656,126.884};
			return value;
		}
		private double[] getCoordinate_10_24_point_15()
		{
			double[] value = {-5275.25,-356.824,127.051,-5257.7,-356.991,126.943,-5240.15,-357.158,127.156,-5222.6,-357.325,127.302,-5205.04,-357.493,127.366,-5187.49,-357.66,127.332,-5169.94,-357.827,127.386,-5152.39,-357.994,127.677,-5134.84,-358.161,127.977,-5117.29,-358.329,128.125,-5099.74,-358.496,127.785,-5082.18,-358.663,127.292,-5064.63,-358.83,126.987,-5047.08,-358.997,127.136,-5029.53,-359.165,127.29,-5011.98,-359.332,127.507,-4994.43,-359.499,127.409,-4976.88,-359.666,127.052,-4959.32,-359.834,126.451,-4941.77,-360.001,125.919,-4924.22,-360.168,125.555,-4906.67,-360.335,125.56,-4889.12,-360.503,125.83,-4871.57,-360.67,126.047,-4854.01,-360.837,126.108,-4836.46,-361.004,126.164,-4818.91,-361.171,126.569,-4801.36,-361.339,127.221,-4783.81,-361.506,127.831,-4766.26,-361.673,128.319,-4748.71,-361.84,128.667,-4731.15,-362.007,128.856,-4713.6,-362.175,128.895,-4696.05,-362.342,128.824,-4678.5,-362.509,128.69,-4660.95,-362.676,128.537,-4643.4,-362.844,128.396,-4625.84,-363.011,128.282,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5845.53,-336.189,119.448,-5838.95,-335.204,122.204,-5828.51,-330.964,121.859,-5792.88,-336.691,122.59,-5775.33,-336.858,122.889,-5757.77,-337.025,123.178,-5740.22,-337.192,123.476,-5722.67,-337.359,123.557,-5705.12,-337.527,123.618,-5687.57,-337.694,123.59,-5670.02,-337.861,123.561,-5652.46,-338.028,123.601,-5634.91,-338.196,123.655,-5617.36,-338.363,123.983,-5599.81,-338.53,124.327,-5582.26,-338.697,124.945,-5564.71,-338.864,125.535,-5547.16,-339.032,125.222,-5529.6,-339.199,124.897,-5512.05,-339.366,124.961,-5494.5,-339.533,125.044,-5476.95,-339.701,125.346,-5459.4,-339.868,125.649,-5441.85,-340.035,126.086,-5424.29,-340.202,126.529,-5406.74,-340.369,126.712,-5389.19,-340.537,126.89,-5371.64,-340.704,126.928,-5354.09,-340.871,126.952,-5336.54,-341.038,126.794,-5318.98,-341.206,126.635,-5301.43,-341.373,126.768,-5283.88,-341.54,126.911,-5266.33,-341.707,126.793,-5248.78,-341.874,126.68,-5231.23,-342.042,126.828,-5213.68,-342.209,126.965,-5196.12,-342.376,126.935,-5178.57,-342.543,126.904,-5161.02,-342.711,127.187,-5143.47,-342.878,127.48,-5125.92,-343.045,128.094,-5108.37,-343.212,127.797,-5090.82,-343.379,127.332,-5073.26,-343.547,126.888,-5055.71,-343.714,127.037,-5038.16,-343.881,127.299,-5020.61,-344.048,127.682,-5003.06,-344.215,127.965,-4985.51,-344.383,127.902,-4967.95,-344.55,127.657,-4950.4,-344.717,127.312,-4932.85,-344.884,127.014,-4915.3,-345.052,126.968,-4897.75,-345.219,127.058,-4880.2,-345.386,127.212,-4862.65,-345.553,127.285,-4845.09,-345.72,127.189,-4827.54,-345.888,127.211,-4809.99,-346.055,127.726};
			return value;
		}
		private double[] getCoordinate_10_24_point_16()
		{
			double[] value = {-4792.44,-346.222,128.327,-4774.89,-346.389,128.842,-4757.34,-346.557,129.242,-4739.78,-346.724,129.466,-4722.23,-346.891,129.497,-4704.68,-347.058,129.368,-4687.13,-347.225,129.145,-4669.58,-347.393,128.887,-4652.03,-347.56,128.638,-4634.47,-347.727,128.423,-4616.92,-347.894,128.251,-4599.37,-348.061,128.123,-5836.61,-321.073,119.175,-5819.06,-321.24,121.062,-5801.51,-321.407,121.618,-5783.96,-321.574,121.946,-5766.4,-321.741,122.517,-5748.85,-321.909,122.837,-5731.3,-322.076,123.444,-5713.75,-322.243,123.52,-5696.2,-322.41,123.376,-5678.65,-322.577,123.346,-5661.1,-322.745,123.333,-5643.54,-322.912,123.387,-5625.99,-323.079,123.774,-5608.44,-323.246,124.114,-5590.89,-323.414,124.674,-5573.34,-323.581,125.282,-5555.79,-323.748,125.522,-5538.23,-323.915,125.193,-5520.68,-324.082,125.014,-5503.13,-324.25,125.086,-5485.58,-324.417,125.322,-5468.03,-324.584,125.629,-5450.48,-324.751,125.963,-5432.93,-324.919,126.405,-5415.37,-325.086,126.788,-5397.82,-325.253,126.973,-5380.27,-325.42,127.202,-5362.72,-325.587,127.236,-5345.17,-325.755,127.164,-5327.62,-325.922,127.012,-5310.06,-326.089,127.089,-5292.51,-326.256,127.223,-5274.96,-326.424,127.259,-5257.41,-326.591,127.145,-5239.86,-326.758,127.225,-5222.31,-326.925,127.364,-5204.75,-327.092,127.256,-5187.2,-327.26,127.218,-5169.65,-327.427,127.199,-5152.1,-327.594,127.485,-5134.55,-327.761,127.611,-5117.0,-327.928,127.83,-5099.45,-328.096,127.648,-5081.89,-328.263,127.231,-5064.34,-328.43,127.247,-5046.79,-328.597,127.452,-5029.24,-328.765,127.693,-5011.69,-328.932,128.022,-4994.14,-329.099,128.153,-4976.58,-329.266,128.137,-4959.03,-329.433,128.133,-4941.48,-329.601,128.054,-4923.93,-329.768,128.161,-4906.38,-329.935,128.297,-4888.83,-330.102,128.403,-4871.28,-330.27,128.411,-4853.72,-330.437,128.188,-4836.17,-330.604,127.982,-4818.62,-330.771,128.051,-4801.07,-330.938,128.556,-4783.52,-331.106,129.195,-4765.97,-331.273,129.672,-4748.42,-331.44,129.991,-4730.86,-331.607,130.061,-4713.31,-331.775,129.899,-4695.76,-331.942,129.592,-4678.21,-332.109,129.228,-4660.66,-332.276,128.87,-4643.11,-332.443,128.549,-4625.55,-332.611,128.274,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5845.24,-305.789,116.306,-5827.69,-305.956,118.973,-5810.14,-306.123,120.375,-5792.59,-306.29,120.957,-5775.04,-306.458,121.55,-5757.48,-306.625,122.14,-5739.93,-306.792,122.766,-5722.38,-306.959,123.378,-5704.83,-307.127,123.247,-5687.28,-307.294,123.109,-5669.73,-307.461,123.092,-5652.17,-307.628,123.097,-5634.62,-307.795,123.482,-5617.07,-307.963,123.89,-5599.52,-308.13,124.457,-5581.97,-308.297,125.023};
			return value;
		}
		private double[] getCoordinate_10_24_point_17()
		{
			double[] value = {-5564.42,-308.464,125.269,-5546.87,-308.632,125.497,-5529.31,-308.799,125.324,-5511.76,-308.966,125.165,-5494.21,-309.133,125.394,-5476.66,-309.3,125.637,-5459.11,-309.468,125.966,-5441.56,-309.635,126.296,-5424.0,-309.802,126.68,-5406.45,-309.969,127.051,-5388.9,-310.137,127.287,-5371.35,-310.304,127.51,-5353.8,-310.471,127.45,-5336.25,-310.638,127.384,-5318.7,-310.805,127.462,-5301.14,-310.973,127.545,-5283.59,-311.14,127.58,-5266.04,-311.307,127.612,-5248.49,-311.474,127.697,-5230.94,-311.641,127.786,-5213.39,-311.809,127.682,-5195.83,-311.976,127.571,-5178.28,-312.143,127.544,-5160.73,-312.31,127.523,-5143.18,-312.478,127.644,-5125.63,-312.645,127.751,-5108.08,-312.812,127.689,-5090.53,-312.979,127.596,-5072.97,-313.146,127.626,-5055.42,-313.314,127.697,-5037.87,-313.481,127.854,-5020.32,-313.648,128.035,-5002.77,-313.815,128.198,-4985.22,-313.983,128.355,-4967.67,-314.15,128.56,-4950.11,-314.317,128.791,-4932.56,-314.484,129.09,-4915.01,-314.651,129.391,-4897.46,-314.819,129.564,-4879.91,-314.986,129.559,-4862.36,-315.153,129.278,-4844.8,-315.32,128.939,-4827.25,-315.487,128.782,-4809.7,-315.655,128.849,-4792.15,-315.822,129.28,-4774.6,-315.989,129.829,-4757.05,-316.156,130.341,-4739.49,-316.324,130.524,-4721.94,-316.491,130.382,-4704.39,-316.658,130.007,-4686.84,-316.825,129.54,-4669.29,-316.992,129.074,-4651.74,-317.16,128.651,-4634.19,-317.327,128.284,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5836.32,-290.672,116.789,-5818.77,-290.84,119.009,-5801.22,-291.007,119.622,-5783.67,-291.174,120.573,-5766.12,-291.341,121.182,-5748.56,-291.508,121.927,-5731.01,-291.676,122.554,-5713.46,-291.843,122.937,-5695.91,-292.01,122.807,-5678.36,-292.177,122.851,-5660.81,-292.345,122.847,-5643.25,-292.512,123.232,-5625.7,-292.679,123.644,-5608.15,-292.846,124.238,-5590.6,-293.013,124.81,-5573.05,-293.181,125.382,-5555.5,-293.348,125.619,-5537.95,-293.515,125.745,-5520.39,-293.682,125.577,-5502.84,-293.849,125.869,-5485.29,-294.017,126.11,-5467.74,-294.184,126.435,-5450.19,-294.351,126.761,-5432.64,-294.518,126.999,-5415.08,-294.686,127.365,-5397.53,-294.853,127.397,-5379.98,-295.02,127.621,-5362.43,-295.187,127.7,-5344.88,-295.354,127.634,-5327.33,-295.522,127.681,-5309.77,-295.689,127.762,-5292.22,-295.856,127.767,-5274.67,-296.023,127.803,-5257.12,-296.191,127.903,-5239.57,-296.358,127.994,-5222.02,-296.525,128.101,-5204.47,-296.692,127.993,-5186.91,-296.859,127.924,-5169.36,-297.027,127.9,-5151.81,-297.194,127.927,-5134.26,-297.361,128.037,-5116.71,-297.528,127.961,-5099.16,-297.696,127.969,-5081.6,-297.863,128.064};
			return value;
		}
		private double[] getCoordinate_10_24_point_18()
		{
			double[] value = {-5064.05,-298.03,128.128,-5046.5,-298.197,128.23,-5028.95,-298.364,128.368,-5011.4,-298.532,128.456,-4993.85,-298.699,128.572,-4976.3,-298.866,128.706,-4958.74,-299.033,128.889,-4941.19,-299.201,129.106,-4923.64,-299.368,129.444,-4906.09,-299.535,129.804,-4888.54,-299.702,129.965,-4870.99,-299.869,129.869,-4853.43,-300.037,129.584,-4835.88,-300.204,129.346,-4818.33,-300.371,129.345,-4800.78,-300.538,129.686,-4783.23,-300.705,130.134,-4765.68,-300.873,130.431,-4748.13,-301.04,130.76,-4730.57,-301.207,130.742,-4713.02,-301.374,130.363,-4695.47,-301.542,129.815,-4677.92,-301.709,129.245,-4660.37,-301.876,128.727,-4642.82,-302.043,128.276,-4625.26,-302.21,127.883,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5844.95,-275.389,115.986,-5827.4,-275.556,116.944,-5809.85,-275.723,118.284,-5792.3,-275.89,119.262,-5774.75,-276.058,120.233,-5757.19,-276.225,120.991,-5739.64,-276.392,121.741,-5722.09,-276.559,122.14,-5704.54,-276.726,122.515,-5686.99,-276.894,122.567,-5669.44,-277.061,122.624,-5651.88,-277.228,122.999,-5634.33,-277.395,123.397,-5616.78,-277.563,123.99,-5599.23,-277.73,124.593,-5581.68,-277.897,125.175,-5564.13,-278.064,125.745,-5546.58,-278.231,125.875,-5529.02,-278.399,126.02,-5511.47,-278.566,126.304,-5493.92,-278.733,126.593,-5476.37,-278.9,126.914,-5458.82,-279.067,127.246,-5441.27,-279.235,127.482,-5423.71,-279.402,127.704,-5406.16,-279.569,127.716,-5388.61,-279.736,127.729,-5371.06,-279.904,127.807,-5353.51,-280.071,127.881,-5335.96,-280.238,127.922,-5318.41,-280.405,127.965,-5300.85,-280.572,127.967,-5283.3,-280.74,127.969,-5265.75,-280.907,128.072,-5248.2,-281.074,128.178,-5230.65,-281.241,128.294,-5213.1,-281.409,128.406,-5195.54,-281.576,128.342,-5177.99,-281.743,128.28,-5160.44,-281.91,128.304,-5142.89,-282.077,128.331,-5125.34,-282.245,128.285,-5107.79,-282.412,128.324,-5090.24,-282.579,128.434,-5072.68,-282.746,128.557,-5055.13,-282.914,128.655,-5037.58,-283.081,128.744,-5020.03,-283.248,128.799,-5002.48,-283.415,128.852,-4984.93,-283.582,128.932,-4967.38,-283.75,129.029,-4949.82,-283.917,129.161,-4932.27,-284.084,129.383,-4914.72,-284.251,129.781,-4897.17,-284.418,130.137,-4879.62,-284.586,130.227,-4862.07,-284.753,130.144,-4844.51,-284.92,129.962,-4826.96,-285.087,129.872,-4809.41,-285.255,130.134,-4791.86,-285.422,130.511,-4774.31,-285.589,130.724,-4756.76,-285.756,130.845,-4739.21,-285.923,130.769,-4721.65,-286.091,130.615,-4704.1,-286.258,130.028,-4686.55,-286.425,129.368,-4669.0,-286.592,128.771,-4651.45,-286.76,128.254,-4633.9,-286.927,127.8,-4616.34,-287.094,127.39,-4598.79,-287.261,127.058};
			return value;
		}
		private double[] getCoordinate_10_24_point_19()
		{
			double[] value = {-5836.03,-260.272,116.519,-5818.48,-260.439,117.687,-5800.93,-260.607,118.755,-5783.38,-260.774,119.731,-5765.83,-260.941,120.681,-5748.27,-261.108,121.437,-5730.72,-261.276,122.006,-5713.17,-261.443,122.401,-5695.62,-261.61,122.761,-5678.07,-261.777,122.823,-5660.52,-261.944,123.09,-5642.96,-262.112,123.484,-5625.41,-262.279,123.98,-5607.86,-262.446,124.584,-5590.31,-262.613,125.275,-5572.76,-262.78,125.84,-5555.21,-262.948,126.11,-5537.66,-263.115,126.257,-5520.1,-263.282,126.893,-5502.55,-263.449,127.197,-5485.0,-263.617,127.102,-5467.45,-263.784,127.433,-5449.9,-263.951,127.958,-5432.35,-264.118,128.164,-5414.79,-264.285,127.839,-5397.24,-264.453,127.83,-5379.69,-264.62,127.638,-5362.14,-264.787,127.699,-5344.59,-264.954,127.498,-5327.04,-265.122,127.543,-5309.49,-265.289,127.684,-5291.93,-265.456,127.693,-5274.38,-265.623,127.868,-5256.83,-265.79,127.98,-5239.28,-265.958,128.246,-5221.73,-266.125,128.369,-5204.18,-266.292,128.574,-5186.62,-266.459,128.516,-5169.07,-266.626,128.584,-5151.52,-266.794,128.612,-5133.97,-266.961,128.639,-5116.42,-267.128,128.672,-5098.87,-267.295,128.655,-5081.32,-267.463,128.782,-5063.76,-267.63,128.941,-5046.21,-267.797,129.05,-5028.66,-267.964,129.145,-5011.11,-268.131,129.209,-4993.56,-268.299,129.293,-4976.01,-268.466,129.359,-4958.45,-268.633,129.406,-4940.9,-268.8,129.511,-4923.35,-268.968,129.721,-4905.8,-269.135,130.066,-4888.25,-269.302,130.317,-4870.7,-269.469,130.368,-4853.15,-269.636,130.31,-4835.59,-269.804,130.177,-4818.04,-269.971,130.19,-4800.49,-270.138,130.481,-4782.94,-270.305,130.789,-4765.39,-270.473,130.988,-4747.84,-270.64,131.133,-4730.28,-270.807,130.934,-4712.73,-270.974,130.18,-4695.18,-271.141,129.449,-4677.63,-271.309,128.797,-4660.08,-271.476,128.223,-4642.53,-271.643,127.723,-4624.98,-271.81,127.266,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5844.66,-244.988,117.016,-5827.11,-245.156,117.505,-5809.56,-245.323,118.19,-5792.01,-245.49,119.25,-5774.46,-245.657,120.208,-5756.9,-245.825,121.156,-5739.35,-245.992,121.735,-5721.8,-246.159,122.299,-5704.25,-246.326,122.671,-5686.7,-246.493,123.034,-5669.15,-246.661,123.305,-5651.6,-246.828,123.584,-5634.04,-246.995,124.072,-5616.49,-247.162,124.574,-5598.94,-247.33,125.262,-5581.39,-247.497,125.951,-5563.84,-247.664,126.221,-5546.29,-247.831,126.484,-5528.73,-247.998,127.13,-5511.18,-248.166,127.767,-5493.63,-248.333,127.692,-5476.08,-248.5,127.602,-5458.53,-248.667,128.12,-5440.98,-248.835,128.628,-5423.43,-249.002,128.3,-5405.87,-249.169,127.946,-5388.32,-249.336,127.741,-5370.77,-249.503,127.522};
			return value;
		}
		private double[] getCoordinate_10_24_point_20()
		{
			double[] value = {-5353.22,-249.671,127.302,-5335.67,-249.838,127.078,-5318.12,-250.005,127.203,-5300.56,-250.172,127.344,-5283.01,-250.34,127.515,-5265.46,-250.507,127.704,-5247.91,-250.674,127.984,-5230.36,-250.841,128.267,-5212.81,-251.008,128.493,-5195.26,-251.176,128.714,-5177.7,-251.343,128.798,-5160.15,-251.51,128.882,-5142.6,-251.677,128.918,-5125.05,-251.844,128.948,-5107.5,-252.012,128.911,-5089.95,-252.179,128.971,-5072.39,-252.346,129.137,-5054.84,-252.513,129.304,-5037.29,-252.681,129.423,-5019.74,-252.848,129.535,-5002.19,-253.015,129.634,-4984.64,-253.182,129.714,-4967.08,-253.349,129.73,-4949.53,-253.517,129.753,-4931.98,-253.684,129.845,-4914.43,-253.851,130.019,-4896.88,-254.018,130.278,-4879.33,-254.186,130.496,-4861.78,-254.353,130.574,-4844.22,-254.52,130.553,-4826.67,-254.687,130.495,-4809.12,-254.854,130.526,-4791.57,-255.022,130.77,-4774.02,-255.189,131.066,-4756.47,-255.356,131.299,-4738.92,-255.523,131.342,-4721.36,-255.691,130.508,-4703.81,-255.858,129.624,-4686.26,-256.025,128.892,-4668.71,-256.192,128.229,-4651.16,-256.359,127.679,-4633.61,-256.527,127.184,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5835.74,-229.872,117.666,-5818.19,-230.039,117.676,-5800.64,-230.206,118.739,-5783.09,-230.374,119.704,-5765.54,-230.541,120.657,-5747.98,-230.708,121.482,-5730.43,-230.875,122.055,-5712.88,-231.043,122.588,-5695.33,-231.21,122.964,-5677.78,-231.377,123.388,-5660.23,-231.544,123.664,-5642.67,-231.711,124.056,-5625.12,-231.879,124.551,-5607.57,-232.046,125.064,-5590.02,-232.213,125.752,-5572.47,-232.38,126.309,-5554.92,-232.548,126.587,-5537.37,-232.715,127.115,-5519.81,-232.882,127.76,-5502.26,-233.049,128.04,-5484.71,-233.216,127.948,-5467.16,-233.384,127.763,-5449.61,-233.551,128.265,-5432.06,-233.718,128.106,-5414.5,-233.885,127.747,-5396.95,-234.053,127.366,-5379.4,-234.22,127.126,-5361.85,-234.387,126.409,-5344.3,-234.554,126.165,-5326.75,-234.721,125.458,-5309.2,-234.889,125.597,-5291.64,-235.056,125.715,-5274.09,-235.223,125.906,-5256.54,-235.39,126.445,-5238.99,-235.557,126.741,-5221.44,-235.725,127.265,-5203.89,-235.892,127.498,-5186.33,-236.059,127.889,-5168.78,-236.226,127.979,-5151.23,-236.394,128.37,-5133.68,-236.561,128.412,-5116.13,-236.728,128.737,-5098.58,-236.895,128.791,-5081.03,-237.062,129.136,-5063.47,-237.23,129.329,-5045.92,-237.397,129.469,-5028.37,-237.564,129.598,-5010.82,-237.731,129.754,-4993.27,-237.899,129.864,-4975.72,-238.066,129.931,-4958.17,-238.233,129.955,-4940.61,-238.4,130.009,-4923.06,-238.567,130.177,-4905.51,-238.735,130.471,-4887.96,-238.902,130.806,-4870.41,-239.069,131.09};
			return value;
		}
		private double[] getCoordinate_10_24_point_21()
		{
			double[] value = {-4852.86,-239.236,131.191,-4835.3,-239.404,131.169,-4817.75,-239.571,131.13,-4800.2,-239.738,131.199,-4782.65,-239.905,131.404,-4765.1,-240.072,131.536,-4747.55,-240.24,131.62,-4729.99,-240.407,131.071,-4712.44,-240.574,130.126,-4694.89,-240.741,129.214,-4677.34,-240.908,128.371,-4659.79,-241.076,127.711,-4642.24,-241.243,127.169,-4624.69,-241.41,126.651,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5844.37,-214.588,116.396,-5826.82,-214.756,117.234,-5809.27,-214.923,118.209,-5791.72,-215.09,119.176,-5774.17,-215.257,120.137,-5756.62,-215.424,120.973,-5739.06,-215.592,121.802,-5721.51,-215.759,122.343,-5703.96,-215.926,122.881,-5686.41,-216.093,123.314,-5668.86,-216.261,123.744,-5651.31,-216.428,124.136,-5633.75,-216.595,124.533,-5616.2,-216.762,125.038,-5598.65,-216.929,125.549,-5581.1,-217.097,126.116,-5563.55,-217.264,126.671,-5546.0,-217.431,127.195,-5528.44,-217.598,127.724,-5510.89,-217.765,128.009,-5493.34,-217.933,128.26,-5475.79,-218.1,128.08,-5458.24,-218.267,127.89,-5440.69,-218.434,127.722,-5423.14,-218.602,127.54,-5405.58,-218.769,127.153,-5388.03,-218.936,126.757,-5370.48,-219.103,125.997,-5352.93,-219.27,125.226,-5335.38,-219.438,124.501,-5317.83,-219.605,123.792,-5300.28,-219.772,123.895,-5282.72,-219.939,124.041,-5265.17,-220.107,124.579,-5247.62,-220.274,125.141,-5230.07,-220.441,125.68,-5212.52,-220.608,126.222,-5194.97,-220.775,126.633,-5177.41,-220.943,127.046,-5159.86,-221.11,127.447,-5142.31,-221.277,127.843,-5124.76,-221.444,128.174,-5107.21,-221.612,128.397,-5089.66,-221.779,128.781,-5072.1,-221.946,129.213,-5054.55,-222.113,129.383,-5037.0,-222.28,129.56,-5019.45,-222.448,129.74,-5001.9,-222.615,129.919,-4984.35,-222.782,130.023,-4966.8,-222.949,130.098,-4949.24,-223.117,130.154,-4931.69,-223.284,130.279,-4914.14,-223.451,130.578,-4896.59,-223.618,130.975,-4879.04,-223.785,131.389,-4861.49,-223.953,131.704,-4843.93,-224.12,131.795,-4826.38,-224.287,131.78,-4808.83,-224.454,131.78,-4791.28,-224.621,131.828,-4773.73,-224.789,131.879,-4756.18,-224.956,131.88,-4738.63,-225.123,131.489,-4721.07,-225.29,130.831,-4703.52,-225.458,129.867,-4685.97,-225.625,128.918,-4668.42,-225.792,127.882,-4650.87,-225.959,127.264,-4633.32,-226.126,126.683,-4615.76,-226.294,126.112,-4598.21,-226.461,125.647,-5835.45,-199.472,116.269,-5817.9,-199.639,116.848,-5800.35,-199.806,118.285,-5782.8,-199.974,119.257,-5765.25,-200.141,120.209,-5747.69,-200.308,121.041,-5730.14,-200.475,121.945,-5712.59,-200.642,122.498,-5695.04,-200.81,123.236,-5677.49,-200.977,123.67,-5659.94,-201.144,124.04,-5642.39,-201.311,124.436};
			return value;
		}
		private double[] getCoordinate_10_24_point_22()
		{
			double[] value = {-5624.83,-201.479,124.911,-5607.28,-201.646,125.421,-5589.73,-201.813,126.015,-5572.18,-201.98,126.573,-5554.63,-202.147,126.969,-5537.08,-202.315,127.485,-5519.52,-202.482,127.688,-5501.97,-202.649,127.943,-5484.42,-202.816,127.704,-5466.87,-202.983,127.501,-5449.32,-203.151,127.085,-5431.77,-203.318,126.885,-5414.21,-203.485,126.141,-5396.66,-203.652,125.718,-5379.11,-203.82,124.691,-5361.56,-203.987,123.907,-5344.01,-204.154,122.674,-5326.46,-204.321,121.937,-5308.91,-204.488,121.524,-5291.35,-204.656,121.636,-5273.8,-204.823,122.402,-5256.25,-204.99,122.968,-5238.7,-205.157,123.74,-5221.15,-205.325,124.285,-5203.6,-205.492,124.764,-5186.04,-205.659,125.167,-5168.49,-205.826,125.471,-5150.94,-205.993,125.879,-5133.39,-206.161,126.319,-5115.84,-206.328,126.937,-5098.29,-206.495,127.603,-5080.74,-206.662,128.108,-5063.18,-206.829,128.694,-5045.63,-206.997,128.955,-5028.08,-207.164,129.336,-5010.53,-207.331,129.589,-4992.98,-207.498,129.822,-4975.43,-207.666,129.945,-4957.88,-207.833,130.034,-4940.32,-208.0,130.136,-4922.77,-208.167,130.343,-4905.22,-208.334,130.739,-4887.67,-208.502,131.247,-4870.12,-208.669,131.709,-4852.57,-208.836,132.023,-4835.01,-209.003,132.111,-4817.46,-209.171,132.094,-4799.91,-209.338,132.108,-4782.36,-209.505,132.168,-4764.81,-209.672,132.251,-4747.26,-209.839,132.313,-4729.71,-210.007,131.925,-4712.15,-210.174,131.254,-4694.6,-210.341,130.205,-4677.05,-210.508,128.387,-4659.5,-210.676,127.473,-4641.95,-210.843,126.826,-4624.4,-211.01,126.17,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5844.08,-184.188,114.002,-5826.53,-184.355,115.521,-5808.98,-184.523,116.883,-5791.43,-184.69,118.329,-5773.88,-184.857,119.295,-5756.33,-185.024,120.258,-5738.77,-185.191,121.171,-5721.22,-185.359,122.085,-5703.67,-185.526,122.844,-5686.12,-185.693,123.597,-5668.57,-185.86,123.962,-5651.02,-186.028,124.332,-5633.46,-186.195,124.805,-5615.91,-186.362,125.289,-5598.36,-186.529,125.88,-5580.81,-186.696,126.473,-5563.26,-186.864,126.872,-5545.71,-187.031,127.248,-5528.16,-187.198,127.44,-5510.6,-187.365,127.616,-5493.05,-187.533,127.364,-5475.5,-187.7,127.098,-5457.95,-187.867,126.681,-5440.4,-188.034,126.241,-5422.85,-188.201,125.481,-5405.29,-188.369,124.7,-5387.74,-188.536,123.652,-5370.19,-188.703,122.588,-5352.64,-188.87,121.327,-5335.09,-189.038,120.086,-5317.54,-189.205,119.656,-5299.99,-189.372,119.288,-5282.43,-189.539,120.016,-5264.88,-189.706,120.785,-5247.33,-189.874,121.563,-5229.78,-190.041,122.338,-5212.23,-190.208,122.82,-5194.68,-190.375,123.296,-5177.13,-190.542,123.594,-5159.57,-190.71,123.898};
			return value;
		}
		private double[] getCoordinate_10_24_point_23()
		{
			double[] value = {-5142.02,-190.877,124.339,-5124.47,-191.044,124.975,-5106.92,-191.211,125.798,-5089.37,-191.379,126.784,-5071.82,-191.546,127.493,-5054.26,-191.713,128.164,-5036.71,-191.88,128.655,-5019.16,-192.047,129.128,-5001.61,-192.215,129.449,-4984.06,-192.382,129.703,-4966.51,-192.549,129.84,-4948.95,-192.716,129.962,-4931.4,-192.884,130.134,-4913.85,-193.051,130.441,-4896.3,-193.218,130.955,-4878.75,-193.385,131.52,-4861.2,-193.552,131.994,-4843.65,-193.72,132.293,-4826.09,-193.887,132.362,-4808.54,-194.054,132.362,-4790.99,-194.221,132.424,-4773.44,-194.389,132.546,-4755.89,-194.556,132.811,-4738.34,-194.723,132.91,-4703.18,-193.609,131.787,-4703.23,-195.057,131.738,-4685.68,-195.225,129.765,-4668.13,-195.392,127.877,-4650.58,-195.559,127.068,-4633.03,-195.726,126.287,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5835.16,-169.072,113.276,-5817.61,-169.239,115.033,-5800.06,-169.406,116.5,-5782.51,-169.573,117.871,-5764.96,-169.741,118.839,-5747.41,-169.908,120.102,-5729.85,-170.075,121.028,-5712.3,-170.242,122.14,-5694.75,-170.409,122.9,-5677.2,-170.577,123.592,-5659.65,-170.744,123.974,-5642.1,-170.911,124.492,-5624.54,-171.078,124.975,-5606.99,-171.246,125.587,-5589.44,-171.413,126.184,-5571.89,-171.58,126.839,-5554.34,-171.747,127.213,-5536.79,-171.914,127.173,-5519.23,-172.082,127.321,-5501.68,-172.249,126.872,-5484.13,-172.416,126.591,-5466.58,-172.583,125.942,-5449.03,-172.751,125.495,-5431.48,-172.918,124.474,-5413.93,-173.085,123.691,-5396.37,-173.252,122.565,-5378.82,-173.419,121.489,-5361.27,-173.587,120.13,-5343.72,-173.754,118.877,-5326.17,-173.921,118.142,-5308.62,-174.088,117.741,-5291.06,-174.255,118.044,-5273.51,-174.423,118.806,-5255.96,-174.59,119.624,-5238.41,-174.757,120.402,-5220.86,-174.924,121.009,-5203.31,-175.092,121.478,-5185.76,-175.259,121.737,-5168.2,-175.426,122.043,-5150.65,-175.593,122.521,-5133.1,-175.76,122.974,-5115.55,-175.928,123.737,-5098.0,-176.095,124.739,-5080.45,-176.262,125.599,-5062.89,-176.429,126.292,-5045.34,-176.597,127.2,-5027.79,-176.764,127.723,-5010.24,-176.931,128.469,-4992.69,-177.098,128.781,-4975.14,-177.265,129.214,-4957.59,-177.433,129.329,-4940.03,-177.6,129.583,-4922.48,-177.767,129.794,-4904.93,-177.934,130.311,-4887.38,-178.102,130.918,-4869.83,-178.269,131.649,-4852.28,-178.436,132.08,-4834.72,-178.603,132.517,-4817.17,-178.77,132.495,-4799.62,-178.938,132.182,-4782.07,-179.105,132.255,-4764.52,-179.272,132.294,-4746.97,-179.439,132.562,-4729.42,-179.606,132.738,-4705.81,-167.287,131.446,-4694.31,-179.941,130.883,-4676.76,-180.108,128.795,-4659.21,-180.275,127.221};
			return value;
		}
		private double[] getCoordinate_10_24_point_24()
		{
			double[] value = {-4641.66,-180.443,126.66,-4624.11,-180.61,130.241,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5843.79,-153.788,109.814,-5826.24,-153.955,112.887,-5808.69,-154.122,114.649,-5791.14,-154.29,116.034,-5773.59,-154.457,117.399,-5756.04,-154.624,118.674,-5738.48,-154.791,119.946,-5720.93,-154.959,121.077,-5703.38,-155.126,122.191,-5685.83,-155.293,122.893,-5668.28,-155.46,123.582,-5650.73,-155.627,124.107,-5633.18,-155.795,124.642,-5615.62,-155.962,125.253,-5598.07,-156.129,125.887,-5580.52,-156.296,126.544,-5562.97,-156.464,127.178,-5545.42,-156.631,127.142,-5527.87,-156.798,127.067,-5510.31,-156.965,126.596,-5492.76,-157.132,126.106,-5475.21,-157.3,125.436,-5457.66,-157.467,124.751,-5440.11,-157.634,123.726,-5422.56,-157.801,122.67,-5405.0,-157.968,121.539,-5387.45,-158.136,120.398,-5369.9,-158.303,119.041,-5352.35,-158.47,117.677,-5334.8,-158.637,116.931,-5317.25,-158.805,116.239,-5299.7,-158.972,116.528,-5282.14,-159.139,116.86,-5264.59,-159.306,117.662,-5247.04,-159.473,118.471,-5229.49,-159.641,119.08,-5211.94,-159.808,119.677,-5194.39,-159.975,119.933,-5176.83,-160.142,120.183,-5159.28,-160.31,120.666,-5141.73,-160.477,121.156,-5124.18,-160.644,121.916,-5106.63,-160.811,122.692,-5089.08,-160.978,123.558,-5071.53,-161.146,124.427,-5053.97,-161.313,125.346,-5036.42,-161.48,126.276,-5018.87,-161.647,127.042,-5001.32,-161.815,127.807,-4983.77,-161.982,128.261,-4966.22,-162.149,128.696,-4948.67,-162.316,128.95,-4931.11,-162.483,129.214,-4913.56,-162.651,129.718,-4896.01,-162.818,130.25,-4878.46,-162.985,130.999,-4860.91,-163.152,131.745,-4843.36,-163.319,132.21,-4825.8,-163.487,132.638,-4808.25,-163.654,132.329,-4790.7,-163.821,132.017,-4773.15,-163.988,132.042,-4755.6,-164.156,132.078,-4738.05,-164.323,132.264,-4718.62,-162.294,132.187,-4702.94,-164.657,131.168,-4685.39,-164.824,129.876,-4667.84,-164.992,128.303,-4650.29,-165.159,126.773,-4632.74,-165.326,126.805,-4615.19,-165.493,128.835,-4597.63,-165.661,130.515,-5834.87,-138.672,110.584,-5817.32,-138.839,112.94,-5799.77,-139.006,114.541,-5782.22,-139.173,115.919,-5764.67,-139.34,117.136,-5747.12,-139.508,118.413,-5729.56,-139.675,119.821,-5712.01,-139.842,120.948,-5694.46,-140.009,121.812,-5676.91,-140.176,122.513,-5659.36,-140.344,123.213,-5641.81,-140.511,123.756,-5624.25,-140.678,124.555,-5606.7,-140.845,125.186,-5589.15,-141.013,126.231,-5571.6,-141.18,126.889,-5554.05,-141.347,127.13,-5536.5,-141.514,127.048,-5518.95,-141.681,126.473,-5501.39,-141.849,125.958,-5483.84,-142.016,125.025,-5466.29,-142.183,124.323,-5448.74,-142.35,123.118,-5431.19,-142.518,122.057};
			return value;
		}
		private double[] getCoordinate_10_24_point_25()
		{
			double[] value = {-5413.64,-142.685,120.359,-5396.08,-142.852,119.216,-5378.53,-143.019,118.079,-5360.98,-143.186,116.721,-5343.43,-143.354,115.609,-5325.88,-143.521,114.912,-5308.33,-143.688,115.123,-5290.78,-143.855,115.442,-5273.22,-144.023,115.985,-5255.67,-144.19,116.796,-5238.12,-144.357,117.546,-5220.57,-144.524,118.14,-5203.02,-144.691,118.319,-5185.47,-144.859,118.567,-5167.91,-145.026,118.874,-5150.36,-145.193,119.358,-5132.81,-145.36,119.91,-5115.26,-145.528,120.678,-5097.71,-145.695,121.505,-5080.16,-145.862,122.369,-5062.61,-146.029,123.391,-5045.05,-146.196,124.326,-5027.5,-146.364,125.389,-5009.95,-146.531,126.163,-4992.4,-146.698,126.922,-4974.85,-146.865,127.362,-4957.3,-147.032,127.567,-4939.74,-147.2,127.83,-4922.19,-147.367,128.316,-4904.64,-147.534,128.848,-4887.09,-147.701,129.983,-4869.54,-147.869,130.751,-4851.99,-148.036,131.754,-4834.44,-148.203,132.206,-4816.88,-148.37,132.182,-4799.33,-148.537,131.866,-4781.78,-148.705,131.704,-4764.23,-148.872,131.727,-4746.68,-149.039,131.458,-4729.13,-149.206,131.607,-4711.57,-149.374,130.938,-4694.02,-149.541,129.666,-4676.47,-149.708,128.099,-4658.92,-149.875,126.559,-4641.37,-150.042,125.448,-4623.82,-150.21,126.213,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5843.5,-123.388,113.877,-5825.95,-123.555,111.251,-5808.4,-123.722,112.857,-5790.85,-123.889,114.447,-5773.3,-124.057,115.662,-5755.75,-124.224,116.876,-5738.19,-124.391,118.29,-5720.64,-124.558,119.687,-5703.09,-124.726,120.564,-5685.54,-124.893,121.418,-5667.99,-125.06,122.121,-5650.44,-125.227,122.831,-5632.89,-125.394,123.647,-5615.33,-125.562,124.483,-5597.78,-125.729,125.534,-5580.23,-125.896,126.569,-5562.68,-126.063,126.833,-5545.13,-126.231,127.036,-5527.58,-126.398,126.464,-5510.02,-126.565,125.856,-5492.47,-126.732,124.9,-5474.92,-126.899,123.925,-5457.37,-127.067,122.701,-5439.82,-127.234,121.426,-5422.27,-127.401,119.73,-5404.72,-127.568,118.021,-5387.16,-127.736,116.878,-5369.61,-127.903,115.76,-5352.06,-128.07,114.641,-5334.51,-128.237,113.553,-5316.96,-128.404,113.777,-5299.41,-128.572,114.035,-5281.85,-128.739,114.574,-5264.3,-128.906,115.126,-5246.75,-129.073,115.872,-5229.2,-129.24,116.606,-5211.65,-129.408,116.798,-5194.1,-129.575,116.966,-5176.54,-129.742,117.261,-5158.99,-129.909,117.567,-5141.44,-130.077,118.108,-5123.89,-130.244,118.663,-5106.34,-130.411,119.483,-5088.79,-130.578,120.32,-5071.24,-130.745,121.337,-5053.68,-130.913,122.366,-5036.13,-131.08,123.436,-5018.58,-131.247,124.506,-5001.03,-131.414,125.275,-4983.48,-131.582,126.038,-4965.93,-131.749,126.24,-4948.38,-131.916,126.44};
			return value;
		}
		private double[] getCoordinate_10_24_point_26()
		{
			double[] value = {-4930.82,-132.083,126.92,-4913.27,-132.25,127.428,-4895.72,-132.418,128.547,-4878.17,-132.585,129.715,-4860.62,-132.752,130.745,-4843.07,-132.919,131.764,-4825.51,-133.087,131.754,-4807.96,-133.254,131.715,-4790.41,-133.421,131.555,-4772.86,-133.588,131.386,-4755.31,-133.755,131.106,-4737.76,-133.923,130.808,-4720.21,-134.09,130.153,-4702.65,-134.257,129.448,-4685.1,-134.424,127.875,-4667.55,-134.592,126.288,-4650.0,-134.759,125.144,-4632.45,-134.926,125.908,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5834.58,-108.271,116.288,-5817.03,-108.439,111.407,-5799.48,-108.606,113.009,-5781.93,-108.773,114.551,-5764.38,-108.94,115.771,-5746.83,-109.107,117.066,-5729.27,-109.275,118.469,-5711.72,-109.442,119.253,-5694.17,-109.609,120.106,-5676.62,-109.776,120.721,-5659.07,-109.944,121.44,-5641.52,-110.111,122.568,-5623.96,-110.278,123.424,-5606.41,-110.445,124.943,-5588.86,-110.612,126.011,-5571.31,-110.78,126.782,-5553.76,-110.947,127.016,-5536.21,-111.114,126.663,-5518.66,-111.281,126.051,-5501.1,-111.449,125.029,-5483.55,-111.616,124.027,-5466.0,-111.783,122.358,-5448.45,-111.95,121.066,-5430.9,-112.117,118.75,-5413.35,-112.285,117.019,-5395.79,-112.452,115.335,-5378.24,-112.619,114.214,-5360.69,-112.786,113.546,-5343.14,-112.953,112.481,-5325.59,-113.121,112.302,-5308.04,-113.288,112.555,-5290.49,-113.455,113.041,-5272.93,-113.622,113.589,-5255.38,-113.79,114.265,-5237.83,-113.957,115.013,-5220.28,-114.124,115.632,-5202.73,-114.291,115.801,-5185.18,-114.458,115.782,-5167.63,-114.626,116.073,-5150.07,-114.793,116.297,-5132.52,-114.96,116.835,-5114.97,-115.127,117.438,-5097.42,-115.295,118.262,-5079.87,-115.462,119.251,-5062.32,-115.629,120.279,-5044.76,-115.796,121.463,-5027.21,-115.963,122.539,-5009.66,-116.131,123.61,-4992.11,-116.298,124.385,-4974.56,-116.465,125.202,-4957.01,-116.632,125.409,-4939.46,-116.8,125.633,-4921.9,-116.967,126.122,-4904.35,-117.134,126.701,-4886.8,-117.301,127.868,-4869.25,-117.468,129.52,-4851.7,-117.636,130.558,-4834.15,-117.803,131.489,-4816.59,-117.97,131.489,-4799.04,-118.137,131.705,-4781.49,-118.304,131.542,-4763.94,-118.472,131.116,-4746.39,-118.639,130.817,-4728.84,-118.806,130.013,-4711.28,-118.973,129.302,-4693.73,-119.141,127.666,-4676.18,-119.308,126.07,-4658.63,-119.475,124.231,-4641.08,-119.642,123.068,-4623.53,-119.809,125.084,0.00197593,0.00121123,0.515021,0.00197593,0.00121123,0.515021,-5843.21,-92.9877,129.124,-5825.66,-93.1549,112.996,-5808.11,-93.3221,112.243,-5790.56,-93.4893,113.192,-5773.01,-93.6565,117.141,-5755.46,-93.8238,116.038,-5737.91,-93.991,116.735,-5720.35,-94.1582,117.808};
			return value;
		}
		private double[] getCoordinate_10_24_point_27()
		{
			double[] value = {-5702.8,-94.3254,118.95,-5685.25,-94.4926,119.995,-5667.7,-94.6599,120.558,-5650.15,-94.8271,121.227,-5632.6,-94.9943,122.034,-5615.04,-95.1615,123.229,-5597.49,-95.3287,124.615,-5579.94,-95.4959,125.611,-5562.39,-95.6632,126.589,-5544.84,-95.8304,126.562,-5527.29,-95.9976,123.989,-5509.74,-96.1648,123.309,-5492.18,-96.332,122.505,-5474.63,-96.4993,121.48,-5457.08,-96.6665,119.567,-5439.53,-96.8337,117.596,-5421.98,-97.0009,115.345,-5404.43,-97.1681,113.538,-5386.87,-97.3354,112.235,-5369.32,-97.5026,111.733,-5351.77,-97.6698,111.475,-5334.22,-97.837,111.571,-5316.67,-98.0042,111.396,-5299.12,-98.1715,111.679,-5281.56,-98.3387,114.292,-5264.01,-98.5059,113.961,-5246.46,-98.6731,114.884,-5228.91,-98.8403,115.123,-5211.36,-99.0075,115.585,-5193.81,-99.1748,115.765,-5176.26,-99.342,115.942,-5158.7,-99.5092,116.109,-5141.15,-99.6764,116.286,-5123.6,-99.8436,116.475,-5106.05,-100.011,116.83,-5088.5,-100.178,117.524,-5070.95,-100.345,118.333,-5053.39,-100.513,119.408,-5035.84,-100.68,121.329,-5018.29,-100.847,122.533,-5000.74,-101.014,123.158,-4983.19,-101.181,123.643,-4965.64,-101.349,124.209,-4948.09,-101.516,124.608,-4930.53,-101.683,124.971,-4912.98,-101.85,125.473,-4895.43,-102.017,126.005,-4877.88,-102.185,127.383,-4860.33,-102.352,129.025,-4842.78,-102.519,130.14,-4825.22,-102.686,131.181,-4807.67,-102.854,131.441,-4790.12,-103.021,131.184,-4772.57,-103.188,129.367,-4755.02,-103.355,130.575,-4737.47,-103.522,130.424,-4719.92,-103.69,130.142,-4702.36,-103.857,129.456,-4684.81,-104.024,128.496,-4667.26,-104.191,127.193,-4649.71,-104.359,125.63,-4632.16,-104.526,124.037,-4614.61,-104.693,127.822,-4597.05,-104.86,130.515,-4615.16,-530.329,121.439,-4634.54,-564.008,119.447,-4644.27,-575.656,119.067,-4644.99,-576.418,119.05,-4655.86,-588.07,118.79,-4647.41,-579.018,118.992,-4658.34,-590.723,118.731,-4667.02,-599.224,118.611,-4674.15,-605.774,118.463,-4678.57,-609.683,118.341,-4690.6,-619.303,117.923,-4687.44,-616.931,118.048,-4692.59,-620.8,117.844,-4703.07,-628.136,117.319,-4716.6,-635.091,116.427,-4715.47,-634.532,116.502,-4717.94,-635.76,116.338,-4730.35,-641.651,115.586,-4744.4,-647.68,114.841,-4739.82,-645.872,115.082,-4752.16,-650.635,114.435,-4622.4,-523.675,121.741,-4624.9,-530.236,121.15,-4629.99,-541.145,120.201,-4632.39,-545.366,120.023,-4639.4,-555.397,119.585,-4643.11,-560.465,119.362,-4649.56,-568.315,119.102,-4656.14,-575.543,118.938,-4660.33,-580.157,118.834,-4670.69,-590.605,118.639,-4671.48,-591.331,118.629,-4683.29,-601.32,118.377,-4673.32,-593.015,118.607,-4688.71,-605.635,118.218,-4695.36,-610.868,117.966};
			return value;
		}
		private double[] getCoordinate_10_24_point_28()
		{
			double[] value = {-4707.52,-620.247,117.342,-4706.67,-619.621,117.399,-4708.07,-620.652,117.305,-4721.01,-627.276,116.409,-4734.78,-633.794,115.545,-4731.95,-632.54,115.699,-4738.78,-635.561,115.327,-4748.89,-639.739,114.784,-4763.26,-645.202,114.025,-4755.28,-642.171,114.446,-4776.93,-650.399,113.303,-5310.54,-386.72,127.022,-5310.5,-386.891,127.026,-5309.88,-389.783,127.064,-5302.07,-402.173,127.54,-5301.44,-403.196,127.576,-5292.35,-415.703,128.124,-5291.05,-417.479,128.202,-5309.16,-396.338,127.226,-5282.13,-428.292,128.929,-5277.22,-432.812,129.185,-5270.69,-438.831,129.527,-5259.37,-448.184,129.571,-5257.98,-449.229,129.525,-5246.33,-457.355,129.564,-5258.81,-448.605,129.552,-5306.47,-384.128,127.02,-5303.13,-392.058,127.274,-5295.22,-402.238,127.675,-5289.06,-410.132,128.038,-5283.06,-417.555,128.452,-5278.71,-422.506,128.854,-5267.84,-432.902,129.453,-5266.46,-434.214,129.529,-5255.71,-443.356,129.569,-5248.41,-448.288,129.54,-5267.43,-433.293,129.476,-5243.03,-451.776,129.562,-5111.3,-523.503,129.171,-5109.15,-523.991,129.175,-5131.32,-518.955,129.137,-5124.71,-520.456,129.148,-5150.69,-515.576,129.107,-5140.28,-516.922,129.121,-5168.38,-515.161,129.09,-5156.88,-515.143,129.099,-5179.37,-516.366,129.095,-5163.6,-514.797,129.103,-5199.5,-521.87,129.133,-5195.5,-520.771,129.123,-5209.7,-524.664,129.157,-5214.62,-526.014,129.169,-5229.74,-530.159,129.205,-5216.56,-526.545,129.174,-5147.21,-510.234,129.1,-5153.58,-509.549,129.103,-5147.13,-510.059,129.11,-5171.42,-509.767,129.089,-5164.44,-509.101,129.081,-5171.89,-509.823,129.089,-5115.14,-516.704,129.163,-5106.06,-518.764,129.178,-5135.16,-512.156,129.128,-5121.63,-515.23,129.152,-5137.19,-511.695,129.125,-5187.29,-512.583,129.101,-5202.42,-516.702,129.137,-5191.31,-513.678,129.11,-5217.55,-520.821,129.173,-5212.34,-519.402,129.16,-5230.93,-524.462,129.205,-5232.68,-524.939,129.209,-5158.45,-517.81,129.114,-5157.95,-514.933,129.108,-5160.45,-529.199,129.155,-5162.4,-540.316,129.196,-5164.59,-552.777,129.241,-5165.07,-555.492,129.25,-5165.93,-560.397,129.268,-5167.74,-570.668,129.305,-5168.74,-576.355,129.326,-5170.41,-585.844,129.34,-5172.06,-592.649,129.101,-5173.7,-601.343,128.658,-5174.19,-604.794,128.599,-5177.19,-617.833,130.046,-5164.99,-521.169,129.13,-5165.67,-525.084,129.144,-5166.92,-532.155,129.17,-5168.34,-540.26,129.199,-5169.13,-544.747,129.215,-5171.01,-555.436,129.254,-5173.27,-568.325,129.3,-5173.67,-570.612,129.309,-5174.4,-574.743,129.324,-5176.37,-585.788,129.294,-5177.53,-591.69,129.027,-5179.32,-600.961,128.993,-5181.13,-618.25,130.332,-5178.28,-617.087,130.096};
			return value;
		}
		private double[] getCoordinate_10_24_point_29()
		{
			double[] value = {-5407.78,-307.621,127.271,-5408.49,-302.253,127.219,-5407.27,-311.347,127.233,-5405.36,-325.181,127.091,-5403.93,-335.597,126.985,-5403.27,-340.403,126.935,-5402.15,-348.503,126.852,-5401.17,-355.624,126.78,-5400.59,-359.848,126.736,-5397.4,-383.334,126.347,-5383.61,-298.638,127.524,-5381.99,-310.202,127.209,-5379.96,-324.898,127.059,-5379.89,-325.424,127.054,-5379.77,-326.31,127.044,-5377.79,-340.645,126.898,-5376.62,-349.148,126.811,-5375.7,-355.867,126.742,-5374.14,-367.192,126.626,-5373.6,-371.088,126.586,-5372.6,-380.229,126.624,-5350.58,-470.734,125.494,-5344.89,-474.828,125.547,-5344.41,-477.776,125.514,-5360.89,-472.03,125.259,-5343.53,-483.223,125.453,-5341.94,-493.001,125.343,-5341.09,-498.296,125.283,-5339.48,-508.226,125.172,-5337.29,-521.764,125.019,-5337.01,-523.451,125.001,-5336.51,-526.568,124.965,-5334.55,-538.676,124.829,-5333.48,-545.232,124.756,-5335.67,-553.867,124.584,-5338.31,-554.294,124.523,-5338.89,-554.388,124.51,-5374.52,-386.281,126.535,-5372.26,-401.436,126.369,-5369.76,-392.852,126.55,-5370.86,-409.936,126.417,-5369.95,-416.771,126.362,-5579.25,-414.733,124.731,-5368.65,-425.457,126.297,-5367.66,-432.014,126.28,-5578.21,-421.561,124.63,-5576.93,-429.957,124.506,-5365.97,-443.49,125.954,-5365.42,-447.169,125.851,-5575.93,-441.313,124.598,-5574.61,-445.18,124.28,-5365.11,-449.26,125.8,-5363.17,-462.344,125.473,-5577.47,-443.269,124.506,-5578.62,-444.193,124.437,-5361.54,-473.136,125.586,-5360.92,-477.54,125.158,-5570.96,-469.096,123.926,-5569.96,-475.628,123.829,-5359.74,-485.434,125.03,-5358.65,-492.755,124.914,-5568.19,-487.267,123.656,-5567.64,-490.851,123.603,-5358.03,-496.917,124.877,-5356.37,-507.993,124.786,-5567.33,-492.863,123.573,-5565.32,-506.075,123.377,-5354.45,-520.805,124.691,-5354.08,-523.235,124.695,-5563.71,-516.631,123.221,-5563.0,-521.298,123.152,-5353.45,-527.503,124.614,-5351.81,-538.454,124.459,-5561.73,-529.615,123.029,-5560.68,-536.522,122.926,-5350.89,-544.674,124.383,-5349.54,-553.682,124.273,-5560.08,-540.398,122.869,-5558.35,-551.745,122.701,-5347.27,-568.594,124.543,-5347.24,-568.935,124.311,-5556.46,-564.165,122.517,-5556.03,-566.969,122.475,-5347.12,-569.6,124.532,-5359.37,-578.813,124.311,-5352.68,-577.743,124.314,-5375.4,-581.35,124.079,-5372.12,-580.853,124.329,-5390.53,-583.747,123.886,-5555.27,-571.966,122.401,-5553.71,-582.193,122.249,-5391.42,-583.889,123.874,-5407.33,-586.487,124.352,-5391.54,-583.962,124.35,-5423.3,-589.04,124.344,-5410.96,-587.067,124.351,-5439.31,-591.575,124.113,-5430.39,-590.16,124.225,-5455.32,-594.112,123.918,-5449.84,-593.244,123.985};
			return value;
		}
		private double[] getCoordinate_10_24_point_30()
		{
			double[] value = {-5471.33,-596.648,123.695,-5469.5,-596.262,122.877,-5480.81,-598.144,123.525,-5552.84,-587.932,122.164,-5551.39,-597.416,122.024,-5487.56,-599.124,122.646,-5503.39,-601.712,123.147,-5488.77,-599.402,123.385,-5519.46,-604.235,122.733,-5508.25,-602.48,123.062,-5535.56,-606.757,122.266,-5527.8,-605.542,122.491,-5547.38,-608.605,121.881,-5712.97,-345.874,123.371,-5712.42,-352.659,123.282,-5712.12,-356.047,123.211,-5711.07,-367.873,122.961,-5710.33,-376.261,122.783,-5709.72,-383.087,122.639,-5708.87,-392.712,122.436,-5707.95,-398.306,122.51,-5707.28,-401.004,122.647,-5703.03,-413.554,122.889,-5586.02,-424.771,124.613,-5601.87,-427.613,124.202,-5599.14,-427.123,124.273,-5613.03,-429.613,123.912,-5698.68,-422.473,121.941,-5689.74,-428.882,122.448,-5617.79,-430.351,123.814,-5633.96,-432.622,123.531,-5618.78,-430.491,123.797,-5650.14,-434.876,123.247,-5638.02,-433.192,123.46,-5667.19,-435.604,122.845,-5656.83,-435.162,123.09,-5684.92,-432.449,122.374,-5670.07,-435.788,122.763,-5688.83,-429.557,122.458,-5683.68,-352.932,123.228,-5683.32,-360.4,123.064,-5682.94,-368.141,122.895,-5682.48,-377.617,122.687,-5682.2,-383.349,122.561,-5681.97,-388.033,122.459,-5680.77,-398.565,122.885,-5592.93,-412.538,124.486,-5590.3,-412.15,124.554,-5606.07,-414.478,124.142,-5677.53,-409.814,122.575,-5670.25,-413.866,122.645,-5609.04,-414.916,124.064,-5618.36,-416.204,123.921,-5609.64,-415.004,124.048,-5642.65,-417.235,123.394,-5628.21,-416.57,123.655,-5660.67,-416.234,122.953,-5650.57,-417.553,123.318,-5663.12,-415.908,122.881,-4873.65,-223.837,131.345,-4871.93,-236.372,131.054,-4871.56,-239.058,130.991,-4871.34,-240.654,130.954,-4869.47,-254.279,130.638,-4868.4,-265.573,130.407,-4868.77,-269.488,130.374,-4869.05,-272.383,130.349,-4870.23,-284.675,130.246,-4877.53,-300.556,129.932,-4887.73,-310.716,129.747,-4883.7,-308.273,129.93,-4895.04,-314.842,129.764,-4896.85,-315.894,129.737,-4912.35,-319.356,129.493,-4898.74,-316.987,129.709,-4928.4,-321.845,129.236,-4918.33,-320.283,129.397,-4944.46,-324.333,128.979,-4937.76,-323.295,129.086,-4960.51,-326.822,128.722,-4957.19,-326.307,128.776,-4976.3,-329.269,128.47,-4976.56,-329.31,128.466,-4992.61,-331.799,128.209,-4976.62,-329.319,128.465,-5008.66,-334.287,127.952,-4996.04,-332.33,128.154,-5024.72,-336.775,127.696,-5015.47,-335.342,127.844,-5040.77,-339.264,127.439,-5034.9,-338.354,127.533,-5056.81,-341.772,127.197,-5054.33,-341.366,127.222,-5066.41,-343.612,127.287,-5072.56,-344.791,127.344,-5088.31,-347.809,127.49,-5074.18,-345.101,127.359,-5104.07,-350.827,127.636,-5094.08,-348.914,127.544,-5119.82,-353.845,127.782};
			return value;
		}
		private double[] getCoordinate_10_24_point_31()
		{
			double[] value = {-5107.07,-351.428,127.866,-5135.82,-356.424,127.716,-5133.6,-356.07,127.726,-5146.03,-358.055,127.666,-5151.83,-358.981,127.638,-5167.85,-361.538,127.561,-5153.09,-359.182,127.632,-5183.86,-364.095,127.484,-5172.58,-362.293,127.538,-5199.87,-366.652,127.406,-5192.06,-365.405,127.444,-5215.89,-369.209,127.329,-5211.55,-368.517,127.35,-5231.9,-371.767,127.252,-5231.04,-371.629,127.256,-5235.87,-372.4,127.233,-5247.91,-374.324,127.175,-5263.92,-376.881,127.097,-5250.52,-374.741,127.162,-5279.94,-379.438,127.02,-5270.01,-377.853,127.068,-5295.95,-381.995,126.943,-5289.5,-380.965,126.974,-5310.74,-384.587,126.952,-5308.98,-384.076,126.88,-5325.7,-386.746,126.799,-5327.98,-387.109,126.788,-5343.99,-389.667,126.711,-5328.47,-387.188,126.786,-5360.0,-392.224,126.634,-5347.96,-390.3,126.692,-5373.37,-394.227,126.529,-4887.5,-238.126,131.049,-4887.39,-238.907,131.03,-4887.2,-240.239,130.998,-4885.25,-254.129,130.661,-4884.1,-262.28,130.464,-4884.29,-269.34,130.366,-4884.76,-275.477,130.299,-4886.54,-284.52,130.183,-4891.86,-293.824,130.002,-4898.29,-299.609,129.837,-4904.17,-302.942,129.704,-4920.23,-305.402,129.443,-4908.53,-303.663,129.633,-4936.34,-307.796,129.181,-4927.87,-306.538,129.319,-4952.44,-310.189,128.92,-4947.22,-309.412,129.005,-4968.55,-312.582,128.659,-4966.57,-312.287,128.691,-4978.41,-314.047,128.499,-4984.66,-314.975,128.397,-5000.76,-317.368,128.136,-4985.91,-315.162,128.377,-5016.87,-319.762,127.875,-5005.26,-318.037,128.063,-5032.97,-322.155,127.613,-5024.61,-320.911,127.749,-5049.08,-324.548,127.352,-5043.95,-323.786,127.435,-5065.02,-327.226,127.249,-5063.45,-326.912,127.234,-5070.75,-328.369,127.302,-5080.71,-330.354,127.394,-5096.4,-333.482,127.54,-5083.45,-330.9,127.42,-5112.09,-336.61,127.686,-5103.45,-334.888,127.605,-5127.86,-339.6,127.767,-5123.45,-338.868,127.788,-5143.83,-342.246,127.69,-5143.02,-342.112,127.694,-5147.41,-342.84,127.673,-5159.79,-344.893,127.613,-5175.75,-347.54,127.535,-5162.58,-345.357,127.599,-5191.71,-350.187,127.458,-5182.15,-348.601,127.505,-5207.68,-352.834,127.381,-5201.71,-351.845,127.41,-5223.64,-355.481,127.304,-5221.28,-355.089,127.315,-5234.1,-357.216,127.253,-5239.6,-358.127,127.227,-5255.56,-360.774,127.15,-5240.84,-358.333,127.221,-5271.53,-363.421,127.072,-5260.41,-361.577,127.126,-5287.49,-366.068,126.995,-5279.97,-364.821,127.032,-5303.45,-368.714,126.918,-5299.54,-368.065,126.937,-5319.41,-371.361,126.841,-5319.1,-371.309,126.842,-5320.8,-371.591,126.834,-5335.38,-374.008,126.764,-5351.34,-376.655,126.687,-5338.66,-374.554,126.748,-5367.3,-379.302,126.609};
			return value;
		}
		private double[] getCoordinate_10_24_point_32()
		{
			double[] value = {-5358.23,-377.798,126.653,-4657.74,-213.791,127.16,-4673.33,-217.092,127.963,-4661.87,-214.689,127.376,-4687.91,-222.198,128.648,-4682.49,-219.718,128.458,-4693.42,-225.554,128.999,-4700.55,-230.715,129.314,-4712.06,-240.578,130.0,-4712.31,-240.811,130.043,-4723.67,-251.614,130.73,-4712.91,-241.36,130.145,-4728.26,-255.625,130.876,-4735.78,-261.075,131.04,-4749.23,-268.179,131.132,-4745.28,-266.313,131.13,-4754.56,-270.576,131.115,-4763.29,-274.181,130.961,-4778.08,-278.901,130.787,-4768.72,-276.117,130.901,-4793.07,-283.283,130.374,-4790.04,-282.343,130.481,-4800.01,-285.344,129.873,-4808.06,-287.645,129.714,-4823.26,-291.642,129.58,-4811.37,-288.581,129.978,-4837.56,-297.242,129.61,-4832.96,-295.247,129.624,-4843.89,-300.128,129.678,-4851.56,-303.365,129.518,-4865.78,-309.082,129.66,-4856.59,-305.39,129.568,-4880.31,-314.265,129.755,-4879.4,-314.12,129.763,-4884.6,-314.941,129.716,-4896.34,-316.794,129.61,-4660.07,-209.667,127.232,-4658.73,-209.366,127.159,-4664.52,-210.628,127.463,-4675.6,-213.069,128.072,-4690.05,-218.393,128.654,-4679.1,-213.972,128.196,-4700.88,-225.483,129.199,-4702.72,-226.88,129.289,-4714.55,-236.851,129.916,-4705.78,-229.287,129.685,-4718.45,-240.517,130.172,-4725.88,-247.7,130.621,-4735.18,-255.559,130.884,-4737.86,-257.399,131.01,-4751.28,-264.537,131.131,-4741.26,-259.5,131.301,-4764.62,-270.48,130.964,-4765.24,-270.726,130.948,-4779.97,-275.57,130.745,-4765.63,-270.878,130.938,-4794.95,-279.952,130.23,-4787.27,-277.642,130.56,-4810.05,-284.122,129.741,-4808.53,-283.769,129.803,-4814.68,-285.204,129.746,-4825.37,-287.915,129.593,-4839.73,-293.399,129.635,-4829.41,-289.242,129.57,-4853.78,-299.427,129.524,-4852.86,-299.056,129.515,-4855.25,-300.019,129.539,-4868.01,-305.144,129.669,-4882.67,-310.097,129.743,-4875.99,-308.352,129.75,-4898.7,-312.627,129.595,-4895.9,-312.186,129.621,-5108.93,-358.408,127.924,-5111.23,-369.05,128.102,-5112.58,-373.575,128.248,-5116.93,-387.64,128.732,-5117.27,-388.732,128.769,-5117.38,-389.079,128.781,-5121.96,-403.889,129.29,-5123.56,-409.054,129.468,-5127.07,-419.041,129.766,-5130.8,-427.141,129.975,-5134.28,-434.174,130.137,-5138.04,-445.224,130.047,-5138.76,-449.333,129.927,-5139.65,-456.038,129.745,-5140.44,-464.518,129.531,-5141.04,-470.835,129.372,-5141.87,-479.706,129.149,-5143.85,-493.073,129.043,-5144.19,-494.885,129.049,-5144.37,-495.856,129.053,-5146.99,-510.06,129.105,-5101.45,-350.395,127.723,-5103.78,-358.457,127.904,-5106.89,-370.617,128.108,-5107.81,-373.62,128.208,-5108.11,-374.586,128.241,-5112.49,-388.777,128.725,-5114.28,-394.573,128.922};
			return value;
		}
		private double[] getCoordinate_10_24_point_33()
		{
			double[] value = {-5117.17,-403.934,129.242,-5120.47,-414.51,129.6,-5122.43,-419.085,129.723,-5128.22,-431.705,130.046,-5129.42,-434.22,130.108,-5133.15,-445.019,130.088,-5133.95,-449.379,129.952,-5134.38,-451.711,129.878,-5135.42,-464.566,129.546,-5136.39,-479.061,129.183,-5136.44,-479.758,129.165,-5136.5,-480.61,129.144,-5138.37,-494.941,129.047,-5139.85,-503.858,129.079,-5141.58,-510.808,129.107,-4717.29,-201.079,132.336,-4733.42,-203.42,132.184,-4725.11,-202.213,132.262,-4749.56,-205.761,132.031,-4744.41,-205.013,132.08,-4765.69,-208.102,131.879,-4763.71,-207.814,131.898,-4775.8,-209.568,131.783,-4781.83,-210.443,131.726,-4797.97,-212.784,131.574,-4783.01,-210.615,131.715,-4814.1,-215.125,131.422,-4802.32,-213.415,131.533,-4830.24,-217.466,131.269,-4821.62,-216.216,131.351,-4846.37,-219.807,131.117,-4840.92,-219.017,131.168,-4862.51,-222.148,130.964,-4860.23,-221.817,130.986,-4874.11,-223.832,130.855,-4878.64,-224.489,130.812,-4889.1,-226.75,131.111,-4879.53,-224.618,130.804,-4910.91,-229.171,130.507,-4898.83,-227.419,130.621,-4927.05,-231.512,130.355,-4918.13,-230.219,130.439,-4943.18,-233.853,130.202,-4937.44,-233.02,130.257,-4959.32,-236.194,130.05,-4956.74,-235.821,130.074,-4972.43,-238.097,129.926,-4975.45,-238.535,129.898,-4991.59,-240.876,129.745,-4976.04,-238.621,129.892,-5007.72,-243.217,129.593,-4995.35,-241.422,129.71,-5023.86,-245.558,129.44,-5014.65,-244.223,129.527,-5039.99,-247.899,129.288,-5033.95,-247.023,129.345,-5056.13,-250.241,129.136,-5053.26,-249.824,129.163,-5070.75,-252.362,128.998,-5072.26,-252.582,128.983,-5088.4,-254.923,128.831,-5072.56,-252.625,128.98,-5104.53,-257.264,128.678,-5091.86,-255.425,128.798,-5120.67,-259.605,128.526,-5111.17,-258.226,128.616,-5136.8,-261.946,128.374,-5130.47,-261.027,128.434,-5152.94,-264.287,128.221,-5149.77,-263.827,128.251,-5169.06,-266.627,128.069,-5169.07,-266.628,128.069,-5185.21,-268.969,127.916,-5169.07,-266.628,128.069,-5201.34,-271.31,127.764,-5188.38,-269.429,127.887,-5217.48,-273.651,127.612,-5207.68,-272.229,127.704,-5233.61,-275.992,127.459,-5226.98,-275.03,127.522,-5249.75,-278.333,127.307,-5246.29,-277.831,127.34,-5265.88,-280.674,127.154,-5265.59,-280.631,127.157,-5267.38,-280.891,127.14,-5282.02,-283.015,127.002,-5298.15,-285.356,126.85,-5284.89,-283.432,126.975,-5314.29,-287.697,126.697,-5304.19,-286.233,126.793,-5330.42,-290.038,126.545,-5323.5,-289.033,126.61,-5346.56,-292.379,126.392,-5342.8,-291.834,126.428,-5362.69,-294.72,126.24,-5362.1,-294.635,126.246,-5365.7,-295.156,126.212,-5378.83,-297.061,126.088,-5394.96,-299.402,125.935,-5381.41,-297.435,126.063};
			return value;
		}
		private double[] getCoordinate_10_24_point_34()
		{
			double[] value = {-5411.1,-301.743,125.783,-5400.71,-300.236,125.881,-5427.23,-304.085,125.63,-5420.01,-303.037,125.699,-5443.37,-306.426,125.478,-5439.32,-305.837,125.516,-5459.5,-308.767,125.326,-5458.62,-308.638,125.334,-5464.01,-309.421,125.283,-5475.64,-311.108,125.173,-5491.77,-313.449,125.021,-5477.92,-311.439,125.152,-5507.91,-315.79,124.868,-5497.22,-314.239,124.969,-5524.04,-318.131,124.716,-5516.53,-317.04,124.787,-5540.18,-320.472,124.564,-5535.83,-319.841,124.605,-5556.31,-322.813,124.411,-5555.13,-322.641,124.422,-5562.33,-323.686,124.354,-5572.45,-325.154,124.259,-5588.58,-327.495,124.106,-5574.44,-325.442,124.24,-5604.72,-329.836,123.954,-5593.74,-328.243,124.058,-5620.85,-332.177,123.802,-5613.04,-331.043,123.875,-5636.99,-334.518,123.649,-5632.35,-333.844,123.693,-5653.13,-336.859,123.497,-5651.65,-336.645,123.511,-5660.65,-337.95,123.426,-5669.26,-339.2,123.344,-5685.4,-341.541,123.192,-5670.95,-339.445,123.329,-5701.53,-343.882,123.04,-5690.25,-342.246,123.146,-5717.67,-346.223,122.887,-5709.56,-345.047,122.964,-5733.8,-348.564,122.735,-5728.86,-347.847,122.782,-5749.94,-350.905,122.582,-5748.16,-350.648,122.599,-5758.96,-352.215,122.497,-5766.07,-353.246,122.43,-5782.21,-355.587,122.278,-5767.47,-353.449,122.417,-5798.34,-357.928,122.125,-5786.77,-356.25,122.235,-5811.2,-359.25,121.177,-4721.85,-162.086,132.346,-4737.22,-164.331,132.201,-4737.98,-164.441,132.194,-4754.11,-166.796,132.042,-4738.13,-164.463,132.193,-4770.23,-169.151,131.889,-4757.44,-167.284,132.01,-4786.36,-171.507,131.737,-4776.76,-170.104,131.828,-4802.49,-173.862,131.585,-4796.07,-172.925,131.645,-4818.61,-176.217,131.432,-4815.39,-175.746,131.463,-4834.74,-178.572,131.28,-4834.7,-178.566,131.28,-4834.94,-178.601,131.278,-4850.87,-180.927,131.128,-4867.0,-183.282,130.975,-4854.02,-181.387,131.098,-4883.12,-185.638,130.823,-4873.33,-184.208,130.915,-4899.25,-187.993,130.671,-4892.65,-187.028,130.733,-4915.38,-190.348,130.518,-4911.96,-189.849,130.55,-4931.51,-192.703,130.366,-4931.28,-192.67,130.368,-4932.66,-192.872,130.355,-4947.63,-195.058,130.214,-4963.76,-197.413,130.061,-4950.59,-195.49,130.186,-4979.89,-199.769,129.909,-4969.91,-198.311,130.003,-4996.01,-202.124,129.757,-4989.22,-201.132,129.821,-5012.14,-204.479,129.604,-5008.54,-203.952,129.638,-5028.27,-206.834,129.452,-5027.85,-206.773,129.456,-5030.38,-207.142,129.432,-5044.39,-209.189,129.299,-5060.52,-211.544,129.147,-5047.17,-209.594,129.273,-5076.65,-213.899,128.995,-5066.48,-212.414,129.091,-5092.78,-216.255,128.842,-5085.79,-215.235,128.908,-5108.9,-218.61,128.69,-5105.11,-218.056,128.726};
			return value;
		}
		private double[] getCoordinate_10_24_point_35()
		{
			double[] value = {-5125.03,-220.965,128.538,-5124.42,-220.877,128.543,-5128.09,-221.413,128.509,-5141.16,-223.32,128.385,-5157.28,-225.675,128.233,-5143.74,-223.697,128.361,-5173.41,-228.03,128.081,-5163.05,-226.518,128.179,-5189.54,-230.386,127.928,-5182.37,-229.339,127.996,-5205.67,-232.741,127.776,-5201.68,-232.159,127.814,-5221.79,-235.096,127.624,-5221.0,-234.98,127.631,-5225.81,-235.683,127.586,-5237.92,-237.451,127.471,-5254.05,-239.806,127.319,-5240.31,-237.801,127.449,-5270.17,-242.161,127.167,-5259.63,-240.621,127.266,-5286.3,-244.517,127.014,-5278.94,-243.442,127.084,-5302.43,-246.872,126.862,-5298.26,-246.263,126.901,-5318.56,-249.227,126.71,-5317.57,-249.083,126.719,-5323.53,-249.953,126.663,-5334.68,-251.582,126.557,-5350.81,-253.937,126.405,-5336.89,-251.904,126.536,-5366.94,-256.292,126.253,-5356.2,-254.725,126.354,-5383.06,-258.648,126.1,-5375.52,-257.545,126.172,-5399.19,-261.003,125.948,-5394.83,-260.366,125.989,-5415.32,-263.358,125.796,-5414.15,-263.187,125.807,-5421.25,-264.224,125.74,-5431.45,-265.713,125.643,-5447.57,-268.068,125.491,-5433.46,-266.007,125.624,-5463.7,-270.423,125.339,-5452.78,-268.828,125.442,-5479.83,-272.779,125.186,-5472.09,-271.649,125.259,-5495.95,-275.134,125.034,-5491.41,-274.469,125.077,-5512.08,-277.489,124.881,-5510.72,-277.29,124.894,-5518.97,-278.494,124.816,-5528.21,-279.844,124.729,-5544.34,-282.199,124.577,-5530.03,-280.111,124.712,-5560.46,-284.554,124.424,-5549.35,-282.931,124.529,-5576.59,-286.909,124.272,-5568.66,-285.752,124.347,-5592.72,-289.265,124.12,-5587.98,-288.573,124.165,-5608.84,-291.62,123.967,-5607.29,-291.393,123.982,-5616.69,-292.765,123.893,-5624.97,-293.975,123.815,-5641.1,-296.33,123.663,-5626.61,-294.214,123.8,-5657.23,-298.685,123.51,-5645.92,-297.035,123.617,-5673.35,-301.04,123.358,-5665.24,-299.855,123.435,-5689.48,-303.396,123.206,-5684.55,-302.676,123.252,-5705.61,-305.751,123.053,-5703.87,-305.497,123.07,-5714.4,-307.035,122.97,-5721.73,-308.106,122.901,-5737.86,-310.461,122.749,-5723.18,-308.317,122.887,-5753.99,-312.816,122.596,-5742.5,-311.138,122.705,-5770.11,-315.171,122.444,-5761.81,-313.959,122.522,-5786.24,-317.526,122.292,-5781.13,-316.779,122.34,-5802.37,-319.882,122.139,-5800.44,-319.6,122.157,-5818.7,-322.144,121.12,-5578.58,-437.956,124.613,-5584.76,-445.084,124.185,-5590.09,-448.473,123.872,-5604.53,-453.817,123.379,-5595.42,-450.736,123.663,-5619.44,-458.328,122.947,-5617.48,-458.193,122.974,-5637.5,-457.272,122.772,-5629.74,-458.844,122.862,-5655.13,-456.961,122.808,-5651.95,-456.801,122.808,-5662.39,-459.546,122.749,-5668.46,-464.265,122.628};
			return value;
		}
		private double[] getCoordinate_10_24_point_36()
		{
			double[] value = {-5675.95,-474.618,122.41,-5677.76,-478.717,122.312,-5678.01,-489.8,122.114,-5675.89,-497.362,122.312,-5672.46,-505.054,122.504,-5668.08,-514.03,122.49,-5665.0,-520.326,122.481,-5660.08,-530.394,122.465,-5657.64,-535.598,122.266,-5652.28,-547.081,121.752,-5650.51,-550.867,121.583,-5644.43,-563.686,121.072,-5643.23,-566.138,120.993,-5636.44,-580.063,120.546,-5635.79,-581.411,120.502,-5628.45,-596.426,120.062,-5628.32,-596.683,120.056,-5626.45,-600.477,119.98,-5620.81,-611.956,119.749,-5155.53,-625.918,129.197,-5142.11,-629.236,129.27,-5138.74,-631.066,129.308,-5176.03,-625.441,130.172,-5169.19,-625.679,129.675,-5193.92,-624.815,131.436,-5186.61,-625.183,131.352,-5211.68,-624.111,130.849,-5203.77,-624.432,131.274,-5229.46,-623.382,129.726,-5220.96,-623.734,130.327,-5247.03,-623.188,127.999,-5238.33,-623.257,128.964,-5264.55,-623.074,126.555,-5255.9,-623.119,127.017,-5282.05,-623.001,125.949,-5273.5,-623.037,126.245,-5299.56,-622.902,125.487,-5291.1,-622.963,125.636,-5317.1,-622.762,125.249,-5308.68,-622.829,125.364,-5334.63,-622.623,125.011,-5326.24,-622.69,125.125,-5351.59,-623.506,124.605,-5343.81,-622.55,124.886,-5366.7,-627.66,123.85,-5363.87,-626.637,123.996,-5371.88,-629.529,123.583,-5620.42,-612.734,119.733,-5613.29,-627.229,119.442,-5130.51,-636.806,128.706,-5126.23,-642.763,128.043,-5123.62,-647.093,127.958,-5135.7,-632.304,129.201,-5381.2,-632.9,123.103,-5395.52,-638.464,122.389,-5386.31,-634.746,122.84,-5407.61,-644.39,121.713,-5612.4,-629.042,119.405,-5605.77,-642.502,119.134,-5574.9,-439.382,124.653,-5582.14,-448.4,124.186,-5588.16,-451.898,123.874,-5602.63,-457.194,123.399,-5598.43,-455.836,123.525,-5611.39,-460.031,123.135,-5617.46,-461.843,122.965,-5634.5,-462.575,122.78,-5619.76,-462.066,122.936,-5652.28,-461.999,122.808,-5637.43,-462.099,122.771,-5665.63,-469.142,122.538,-5658.71,-464.297,122.674,-5670.42,-476.057,122.379,-5674.46,-486.496,122.149,-5673.37,-489.844,122.137,-5672.85,-492.854,122.141,-5666.94,-506.54,122.69,-5665.0,-508.81,122.495,-5658.64,-520.387,122.477,-5656.49,-524.302,122.47,-5650.61,-535.665,122.137,-5648.29,-540.317,121.927,-5642.99,-550.939,121.446,-5640.21,-556.53,121.204,-5635.48,-566.212,120.893,-5632.22,-572.907,120.678,-5628.04,-581.484,120.402,-5624.23,-589.284,120.152,-5620.56,-596.757,119.992,-5616.21,-605.595,119.813,-5613.04,-612.03,119.682,-5143.73,-620.634,129.142,-5133.37,-624.853,129.15,-5125.4,-630.647,128.272,-5161.96,-618.011,129.057,-5147.94,-619.636,129.135,-5179.57,-617.681,130.212,-5166.33,-617.958,129.25,-5190.88,-617.082,131.276,-5181.2,-617.558,129.265};
			return value;
		}
		private double[] getCoordinate_10_24_point_37()
		{
			double[] value = {-5212.43,-617.376,130.707,-5203.94,-617.804,131.165,-5224.23,-616.606,130.005,-5218.5,-616.965,130.347,-5247.95,-616.432,127.893,-5234.85,-616.868,129.273,-5268.57,-615.955,126.415,-5251.73,-616.742,127.498,-5286.07,-615.881,125.809,-5269.32,-615.952,126.389,-5303.53,-615.87,125.435,-5289.01,-615.862,125.654,-5320.98,-615.896,125.201,-5304.57,-615.871,125.421,-5338.39,-616.632,125.249,-5322.24,-615.898,125.184,-5354.91,-617.638,124.504,-5339.9,-615.925,124.947,-5369.9,-621.995,123.783,-5359.12,-618.577,124.314,-5384.56,-626.961,123.048,-5381.0,-625.757,123.226,-5391.58,-629.342,122.695,-5608.18,-621.904,119.481,-5605.53,-627.303,119.372,-5116.57,-644.479,127.776,-5399.05,-632.205,122.357,-5412.88,-638.624,121.56,-5403.53,-634.019,122.165,-5423.22,-644.242,120.761,-5600.16,-638.212,119.15,-5597.93,-642.577,119.113};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_32_coordIndex_1()
		{
			int[] value = {0,1,24,-1,1,25,24,-1,1,2,25,-1,2,26,25,-1,2,3,26,-1,3,27,26,-1,3,4,27,-1,4,28,27,-1,4,5,28,-1,5,29,28,-1,5,6,29,-1,6,30,29,-1,6,7,30,-1,7,31,30,-1,7,8,31,-1,8,32,31,-1,8,9,32,-1,9,33,32,-1,9,10,33,-1,10,34,33,-1,10,11,34,-1,11,35,34,-1,11,12,35,-1,12,36,35,-1,12,13,36,-1,13,37,36,-1,13,14,37,-1,14,38,37,-1,14,15,38,-1,15,39,38,-1,15,16,39,-1,16,40,39,-1,20,21,44,-1,21,45,44,-1,21,22,45,-1,22,46,45,-1,22,23,46,-1,48,24,49,-1,24,25,49,-1,49,25,50,-1,25,26,50,-1,50,26,51,-1,26,27,51,-1,51,27,52,-1,27,28,52,-1,52,28,53,-1,28,29,53,-1,53,29,54,-1,29,30,54,-1,54,30,55,-1,30,31,55,-1,55,31,56,-1,31,32,56,-1,56,32,57,-1,32,33,57,-1,57,33,58,-1,33,34,58,-1,58,34,59,-1,34,35,59,-1,59,35,60,-1,35,36,60,-1,60,36,61,-1,36,37,61,-1,61,37,62,-1,37,38,62,-1,62,38,63,-1,38,39,63,-1,63,39,64,-1,39,40,64,-1,64,40,65,-1,40,41,65,-1,65,41,66,-1,41,42,66,-1,44,45,69,-1,69,45,70,-1,45,46,70,-1,70,46,71,-1,49,50,73,-1,50,74,73,-1,50,51,74,-1,51,75,74,-1,51,52,75,-1,52,76,75,-1,52,53,76,-1,53,77,76,-1,53,54,77,-1,54,78,77,-1,54,55,78,-1,55,79,78,-1,55,56,79,-1,56,80,79,-1,56,57,80,-1,57,81,80,-1,57,58,81,-1,58,82,81,-1,58,59,82,-1,59,83,82,-1,59,60,83,-1,60,84,83,-1,60,61,84,-1,61,85,84,-1,61,62,85,-1,62,86,85,-1,62,63,86,-1,63,87,86,-1,63,64,87,-1,64,88,87,-1,64,65,88,-1,65,89,88,-1,65,66,89,-1,66,90,89,-1,66,67,90,-1,67,91,90,-1,70,71,94,-1,97,73,98,-1,73,74,98,-1,98,74,99,-1,74,75,99,-1,99,75,100,-1,75,76,100,-1,100,76,101,-1,76,77,101,-1,101,77,102,-1,77,78,102,-1,102,78,103,-1,78,79,103,-1,103,79,104,-1,79,80,104,-1,104,80,105,-1,80,81,105,-1,105,81,106,-1,81,82,106,-1,106,82,107,-1,82,83,107,-1,107,83,108,-1,83,84,108,-1,108,84,109,-1,84,85,109,-1,109,85,110,-1,85,86,110,-1,110,86,111,-1,86,87,111,-1,111,87,112,-1,87,88,112,-1,112,88,113,-1,88,89,113,-1,113,89,114,-1,89,90,114,-1,114,90,115,-1,90,91,115,-1,115,91,116,-1,91,92,116,-1,116,92,117,-1,97,98,121,-1,98,122,121,-1,98,99,122,-1,99,123,122,-1,99,100,123,-1,100,124,123,-1,100,101,124,-1,101,125,124,-1,101,102,125,-1,102,126,125,-1,102,103,126,-1,103,127,126,-1,103,104,127,-1,104,128,127,-1,104,105,128,-1,105,129,128,-1,105,106,129,-1,106,130,129,-1,106,107,130,-1,107,131,130,-1,107,108,131,-1,108,132,131,-1,108,109,132,-1,109,133,132,-1,109,110,133,-1,110,134,133,-1,110,111,134,-1,111,135,134,-1,111,112,135,-1,112,136,135,-1,112,113,136,-1,113,137,136,-1,113,114,137,-1,114,138,137,-1,114,115,138,-1,115,139,138,-1,115,116,139,-1,116,140,139,-1,116,117,140,-1,117,141,140,-1,145,121,146,-1,121,122,146,-1,146,122,147,-1,122,123,147,-1,147,123,148,-1,123,124,148,-1,148,124,149,-1,124,125,149,-1,149,125,150,-1,125,126,150,-1,150,126,151,-1,126,127,151,-1,151,127,152,-1,127,128,152,-1,152,128,153,-1,128,129,153,-1,153,129,154,-1,129,130,154,-1,154,130,155,-1,130,131,155,-1,155,131,156,-1,131,132,156,-1,156,132,157,-1,132,133,157,-1,157,133,158,-1,133,134,158,-1,158,134,159,-1,134,135,159,-1,159,135,160,-1,135,136,160,-1,160,136,161,-1,136,137,161,-1,161,137,162,-1,137,138,162,-1,162,138,163,-1,138,139,163,-1,163,139,164,-1,139,140,164,-1,164,140,165,-1,140,141,165,-1,165,141,166,-1,141,142,166,-1,166,142,167,-1,145,146,169,-1,146,170,169,-1,146,147,170,-1,147,171,170,-1,147,148,171,-1,148,172,171,-1,148,149,172,-1,149,173,172,-1,149,150,173,-1,150,174,173,-1,150,151,174,-1,151,175,174,-1,151,152,175,-1,152,176,175,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_32_coordIndex_2()
		{
			int[] value = {152,153,176,-1,153,177,176,-1,153,154,177,-1,154,178,177,-1,154,155,178,-1,155,179,178,-1,155,156,179,-1,156,180,179,-1,156,157,180,-1,157,181,180,-1,157,158,181,-1,158,182,181,-1,158,159,182,-1,159,183,182,-1,159,160,183,-1,160,184,183,-1,160,161,184,-1,161,185,184,-1,161,162,185,-1,162,186,185,-1,162,163,186,-1,163,187,186,-1,163,164,187,-1,164,188,187,-1,164,165,188,-1,165,189,188,-1,165,166,189,-1,166,190,189,-1,166,167,190,-1,193,169,194,-1,169,170,194,-1,194,170,195,-1,170,171,195,-1,195,171,196,-1,171,172,196,-1,196,172,197,-1,172,173,197,-1,197,173,198,-1,173,174,198,-1,198,174,199,-1,174,175,199,-1,199,175,200,-1,175,176,200,-1,200,176,201,-1,176,177,201,-1,201,177,202,-1,177,178,202,-1,202,178,203,-1,178,179,203,-1,203,179,204,-1,179,180,204,-1,204,180,205,-1,180,181,205,-1,205,181,206,-1,181,182,206,-1,206,182,207,-1,182,183,207,-1,207,183,208,-1,183,184,208,-1,208,184,209,-1,184,185,209,-1,209,185,210,-1,185,186,210,-1,210,186,211,-1,186,187,211,-1,211,187,212,-1,187,188,212,-1,212,188,213,-1,188,189,213,-1,213,189,214,-1,189,190,214,-1,214,190,215,-1,193,194,217,-1,194,218,217,-1,194,195,218,-1,195,219,218,-1,195,196,219,-1,196,220,219,-1,196,197,220,-1,197,221,220,-1,197,198,221,-1,198,222,221,-1,198,199,222,-1,199,223,222,-1,199,200,223,-1,200,224,223,-1,200,201,224,-1,201,225,224,-1,201,202,225,-1,202,226,225,-1,202,203,226,-1,203,227,226,-1,203,204,227,-1,204,228,227,-1,204,205,228,-1,205,229,228,-1,205,206,229,-1,206,230,229,-1,206,207,230,-1,207,231,230,-1,207,208,231,-1,208,232,231,-1,208,209,232,-1,209,233,232,-1,209,210,233,-1,210,234,233,-1,210,211,234,-1,211,235,234,-1,211,212,235,-1,212,236,235,-1,212,213,236,-1,213,237,236,-1,213,214,237,-1,214,238,237,-1,214,215,238,-1,217,218,242,-1,242,218,243,-1,218,219,243,-1,243,219,244,-1,219,220,244,-1,244,220,245,-1,220,221,245,-1,245,221,246,-1,221,222,246,-1,246,222,247,-1,222,223,247,-1,247,223,248,-1,223,224,248,-1,248,224,249,-1,224,225,249,-1,249,225,250,-1,225,226,250,-1,250,226,251,-1,226,227,251,-1,251,227,252,-1,227,228,252,-1,252,228,253,-1,228,229,253,-1,253,229,254,-1,229,230,254,-1,254,230,255,-1,230,231,255,-1,255,231,256,-1,231,232,256,-1,256,232,257,-1,232,233,257,-1,257,233,258,-1,233,234,258,-1,258,234,259,-1,234,235,259,-1,259,235,260,-1,235,236,260,-1,260,236,261,-1,236,237,261,-1,261,237,262,-1,237,238,262,-1,262,238,263,-1,242,266,265,-1,242,243,266,-1,243,267,266,-1,243,244,267,-1,244,268,267,-1,244,245,268,-1,245,269,268,-1,245,246,269,-1,246,270,269,-1,246,247,270,-1,247,271,270,-1,247,248,271,-1,248,272,271,-1,248,249,272,-1,249,273,272,-1,249,250,273,-1,250,274,273,-1,250,251,274,-1,251,275,274,-1,251,252,275,-1,252,276,275,-1,252,253,276,-1,253,277,276,-1,253,254,277,-1,254,278,277,-1,254,255,278,-1,255,279,278,-1,255,256,279,-1,256,280,279,-1,256,257,280,-1,257,281,280,-1,257,258,281,-1,258,282,281,-1,258,259,282,-1,259,283,282,-1,259,260,283,-1,260,284,283,-1,260,261,284,-1,261,285,284,-1,261,262,285,-1,262,286,285,-1,262,263,286,-1,265,266,290,-1,290,266,291,-1,266,267,291,-1,291,267,292,-1,267,268,292,-1,292,268,293,-1,268,269,293,-1,293,269,294,-1,269,270,294,-1,294,270,295,-1,270,271,295,-1,295,271,296,-1,271,272,296,-1,296,272,297,-1,272,273,297,-1,297,273,298,-1,273,274,298,-1,298,274,299,-1,274,275,299,-1,299,275,300,-1,275,276,300,-1,300,276,301,-1,276,277,301,-1,301,277,302,-1,277,278,302,-1,302,278,303,-1,278,279,303,-1,303,279,304,-1,279,280,304,-1,304,280,305,-1,280,281,305,-1,305,281,306,-1,281,282,306,-1,306,282,307,-1,282,283,307,-1,307,283,308,-1,283,284,308,-1,308,284,309,-1,284,285,309,-1,309,285,310,-1,285,286,310,-1,310,286,311,-1,290,314,313,-1,290,291,314,-1,291,315,314,-1,291,292,315,-1,292,316,315,-1,292,293,316,-1,293,317,316,-1,293,294,317,-1,294,318,317,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_32_coordIndex_3()
		{
			int[] value = {294,295,318,-1,295,319,318,-1,295,296,319,-1,296,320,319,-1,296,297,320,-1,297,321,320,-1,297,298,321,-1,298,322,321,-1,298,299,322,-1,300,301,324,-1,301,325,324,-1,301,302,325,-1,302,326,325,-1,302,303,326,-1,303,327,326,-1,303,304,327,-1,304,328,327,-1,304,305,328,-1,305,329,328,-1,305,306,329,-1,306,330,329,-1,306,307,330,-1,307,331,330,-1,307,308,331,-1,308,332,331,-1,308,309,332,-1,309,333,332,-1,309,310,333,-1,310,334,333,-1,310,311,334,-1,313,314,338,-1,338,314,339,-1,314,315,339,-1,339,315,340,-1,315,316,340,-1,340,316,341,-1,316,317,341,-1,341,317,342,-1,317,318,342,-1,342,318,343,-1,318,319,343,-1,343,319,344,-1,319,320,344,-1,344,320,345,-1,320,321,345,-1,324,325,349,-1,349,325,350,-1,325,326,350,-1,350,326,351,-1,326,327,351,-1,351,327,352,-1,327,328,352,-1,352,328,353,-1,328,329,353,-1,353,329,354,-1,329,330,354,-1,354,330,355,-1,330,331,355,-1,355,331,356,-1,331,332,356,-1,356,332,357,-1,332,333,357,-1,357,333,358,-1,333,334,358,-1,358,334,359,-1,338,362,361,-1,338,339,362,-1,339,363,362,-1,339,340,363,-1,340,364,363,-1,340,341,364,-1,341,365,364,-1,341,342,365,-1,342,366,365,-1,342,343,366,-1,349,373,372,-1,349,350,373,-1,350,374,373,-1,350,351,374,-1,351,375,374,-1,351,352,375,-1,352,376,375,-1,352,353,376,-1,353,377,376,-1,353,354,377,-1,354,378,377,-1,354,355,378,-1,355,379,378,-1,355,356,379,-1,356,380,379,-1,356,357,380,-1,357,381,380,-1,357,358,381,-1,358,382,381,-1,358,359,382,-1,361,362,386,-1,386,362,387,-1,362,363,387,-1,387,363,388,-1,363,364,388,-1,388,364,389,-1,364,365,389,-1,395,371,396,-1,371,372,396,-1,396,372,397,-1,372,373,397,-1,397,373,398,-1,373,374,398,-1,398,374,399,-1,374,375,399,-1,399,375,400,-1,375,376,400,-1,400,376,401,-1,376,377,401,-1,401,377,402,-1,377,378,402,-1,402,378,403,-1,378,379,403,-1,403,379,404,-1,379,380,404,-1,404,380,405,-1,380,381,405,-1,405,381,406,-1,381,382,406,-1,406,382,407,-1,386,410,409,-1,386,387,410,-1,387,411,410,-1,387,388,411,-1,388,412,411,-1,388,389,412,-1,389,413,412,-1,393,417,416,-1,393,394,417,-1,394,418,417,-1,394,395,418,-1,395,419,418,-1,395,396,419,-1,396,420,419,-1,396,397,420,-1,397,421,420,-1,397,398,421,-1,398,422,421,-1,398,399,422,-1,399,423,422,-1,399,400,423,-1,400,424,423,-1,400,401,424,-1,401,425,424,-1,401,402,425,-1,402,426,425,-1,402,403,426,-1,403,427,426,-1,403,404,427,-1,404,428,427,-1,404,405,428,-1,405,429,428,-1,405,406,429,-1,406,430,429,-1,406,407,430,-1,409,410,434,-1,434,410,435,-1,410,411,435,-1,435,411,436,-1,411,412,436,-1,436,412,437,-1,412,413,437,-1,437,413,438,-1,413,414,438,-1,438,414,439,-1,414,415,439,-1,439,415,440,-1,415,416,440,-1,440,416,441,-1,416,417,441,-1,441,417,442,-1,417,418,442,-1,442,418,443,-1,418,419,443,-1,443,419,444,-1,419,420,444,-1,444,420,445,-1,420,421,445,-1,445,421,446,-1,421,422,446,-1,446,422,447,-1,422,423,447,-1,447,423,448,-1,423,424,448,-1,448,424,449,-1,424,425,449,-1,449,425,450,-1,425,426,450,-1,450,426,451,-1,426,427,451,-1,451,427,452,-1,427,428,452,-1,452,428,453,-1,428,429,453,-1,453,429,454,-1,429,430,454,-1,454,430,455,-1,438,439,462,-1,439,463,462,-1,439,440,463,-1,440,464,463,-1,440,441,464,-1,441,465,464,-1,441,442,465,-1,442,466,465,-1,442,443,466,-1,443,467,466,-1,443,444,467,-1,444,468,467,-1,444,445,468,-1,445,469,468,-1,445,446,469,-1,446,470,469,-1,446,447,470,-1,447,471,470,-1,447,448,471,-1,448,472,471,-1,448,449,472,-1,449,473,472,-1,449,450,473,-1,450,474,473,-1,450,451,474,-1,451,475,474,-1,451,452,475,-1,452,476,475,-1,452,453,476,-1,453,477,476,-1,453,454,477,-1,454,478,477,-1,454,455,478,-1,467,468,492,-1,492,468,493,-1,468,469,493,-1,493,469,494,-1,469,470,494,-1,494,470,495,-1,470,471,495,-1,495,471,496,-1,471,472,496,-1,496,472,497,-1,472,473,497,-1,497,473,498,-1,473,474,498,-1,498,474,499,-1,474,475,499,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_32_coordIndex_4()
		{
			int[] value = {499,475,500,-1,475,476,500,-1,500,476,501,-1,476,477,501,-1,501,477,502,-1,477,478,502,-1,502,478,503,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_10_32_point_1()
		{
			double[] value = {0.625583,0.0872303,0.640815,0.0874449,0.656159,0.08767,0.671526,0.0878868,0.686671,0.0880535,0.701721,0.088201,0.716602,0.0883208,0.731456,0.0884389,0.746216,0.0885456,0.760759,0.0886265,0.775115,0.0886891,0.789318,0.0887394,0.803744,0.0888231,0.818377,0.0889342,0.832838,0.0890288,0.84689,0.089084,0.860607,0.0891115,0.874943,0.0892059,0.889897,0.0893609,0.905433,0.0895675,0.921229,0.0897926,0.936783,0.0899922,0.952137,0.0901715,0.967478,0.0903474,0.63316,0.113713,0.648426,0.113983,0.663807,0.114272,0.679035,0.114491,0.694182,0.114676,0.709218,0.114824,0.724099,0.114931,0.738913,0.115025,0.753662,0.115109,0.768306,0.115175,0.782817,0.115219,0.79732,0.11527,0.811956,0.115354,0.826581,0.115441,0.84105,0.115503,0.855028,0.115488,0.869094,0.115497,0.883853,0.115626,0.898302,0.115707,0.914413,0.116039,0.929525,0.116216,0.944887,0.116424,0.96017,0.116618,4.27175,1.06073,0.625603,0.139985,0.640726,0.140244,0.656047,0.140582,0.671376,0.140894,0.686562,0.14112,0.701702,0.141317,0.716743,0.141469,0.731577,0.141546,0.746368,0.141615,0.761135,0.141684,0.775882,0.141753,0.7906,0.14182,0.805332,0.141898,0.820063,0.14198,0.834706,0.142044,0.849222,0.142082,0.863521,0.142077,0.877972,0.142117,0.892536,0.142187,0.906805,0.1422,0.922109,0.142433,0.937959,0.142769,0.95296,0.142929,0.96797,0.14309,0.633061,0.166463,0.648254,0.166795,0.66354,0.167153,0.678879,0.167511,0.694121,0.167786,0.709221,0.167973,0.724172,0.168084,0.738918,0.168107,0.753734,0.168171,0.768573,0.168252,0.783447,0.168352,0.798335,0.168461,0.813188,0.168559,0.828039,0.16866,0.84276,0.168722,0.857366,0.168755,0.871844,0.168757,0.886343,0.168775,0.900657,0.168749,0.915199,0.168795,0.930703,0.169097,0.945574,0.16923,0.960399,0.169351,4.27175,1.06073,0.625432,0.192653,0.640529,0.192968,0.655634,0.193259,0.670941,0.193675};
			return value;
		}
		private double[] getTextureCoordinate_10_32_point_2()
		{
			double[] value = {0.686375,0.194138,0.701599,0.194425,0.716644,0.194587,0.731452,0.194613,0.746165,0.194601,0.761011,0.194671,0.775925,0.194781,0.790927,0.194934,0.805943,0.195091,0.820937,0.195237,0.835835,0.195345,0.850577,0.195394,0.865234,0.195418,0.879906,0.195456,0.894457,0.19546,0.908819,0.195409,0.923361,0.195428,0.938067,0.195506,0.95305,0.195672,0.966731,0.195452,0.63298,0.219245,0.64801,0.219502,0.662979,0.219686,0.678439,0.220273,0.693937,0.220828,0.709172,0.221139,0.72403,0.221171,0.738646,0.221059,0.753326,0.221012,0.768159,0.221073,0.783121,0.221212,0.798228,0.221428,0.81339,0.221665,0.828501,0.221869,0.84338,0.22196,0.858199,0.222028,0.873064,0.222121,0.887897,0.222203,0.902536,0.222211,0.916894,0.222119,0.930955,0.22193,0.94453,0.221584,0.958058,0.221251,4.27175,1.06073,0.625481,0.245569,0.640563,0.245912,0.655606,0.246179,0.670694,0.246471,0.686319,0.247242,0.701762,0.247771,0.716731,0.247864,0.73132,0.247671,0.745813,0.247445,0.760416,0.247332,0.775058,0.247269,0.790028,0.24743,0.805388,0.247821,0.820741,0.248187,0.835869,0.248411,0.850873,0.248563,0.865915,0.248733,0.880947,0.248896,0.895839,0.248991,0.910453,0.248963,0.924612,0.248744,0.938198,0.248303,0.951759,0.247888,0.966274,0.247888,0.633055,0.272268,0.648223,0.272716,0.663396,0.273123,0.67883,0.273776,0.694286,0.274381,0.709372,0.274574,0.724105,0.274442,0.738622,0.274158,0.752989,0.273798,0.767235,0.273396,0.781577,0.273116,0.796872,0.273534,0.812576,0.274198,0.828165,0.274746,0.843444,0.275072,0.858617,0.27532,0.873857,0.275599,0.888897,0.275759,0.903767,0.275828,0.918355,0.275758,0.93253,0.275499,0.946223,0.275034,0.959971,0.274632,4.27175,1.06073,0.625478,0.298515,0.640682,0.299079,0.655972,0.299693,0.671432,0.300449,0.686843,0.301061,0.701999,0.301329,0.716866,0.301282,0.731494,0.301022};
			return value;
		}
		private double[] getTextureCoordinate_10_32_point_3()
		{
			double[] value = {0.745903,0.300605,0.760007,0.299976,0.773957,0.299296,0.788407,0.29909,0.804155,0.299897,0.820114,0.3008,0.835804,0.301453,0.851245,0.301899,0.866694,0.302327,0.881994,0.302642,0.896958,0.302743,0.911777,0.302764,0.926453,0.302711,0.940624,0.302398,0.954421,0.301917,0.968216,0.301471,0.632974,0.325147,0.648354,0.326002,0.663866,0.326938,0.679317,0.327675,0.694528,0.328025,0.70951,0.328079,0.724256,0.327879,0.738778,0.327482,0.753012,0.326858,0.766981,0.326059,0.781117,0.325501,0.796125,0.325754,0.81191,0.326633,0.827878,0.327594,0.843698,0.328377,0.859354,0.328992,0.874937,0.32952,0.890055,0.329708,0.904944,0.329743,0.919804,0.329767,0.934472,0.329682,0.948697,0.32935,0.962691,0.328914,4.27175,1.06073,0.62522,0.351029,0.640547,0.351934,0.656126,0.353135,0.671633,0.354062,0.686884,0.354511,0.701903,0.354608,0.716767,0.354515,0.731427,0.354208,0.745864,0.3537,0.759925,0.35286,0.773899,0.352029,0.788364,0.351761,0.803773,0.352396,0.819689,0.353434,0.835747,0.354517,0.851685,0.355428,0.867447,0.356145,0.882784,0.3565,0.897818,0.35662,0.912731,0.356657,0.927643,0.356699,0.942333,0.356604,0.956739,0.356341,0.971143,0.356102,0.632839,0.377937,0.648279,0.37905,0.663811,0.380167,0.679088,0.380729,0.6941,0.380834,0.708959,0.380727,0.723748,0.380557,0.738347,0.380184,0.752632,0.379492,0.766597,0.378526,0.780664,0.377775,0.795541,0.377933,0.811199,0.378851,0.827315,0.380133,0.843446,0.381336,0.859446,0.382343,0.875086,0.382987,0.890454,0.383376,0.905547,0.383535,0.92049,0.383581,0.935414,0.383619,0.950131,0.383518,0.964674,0.383314,4.27175,1.06073,0.625185,0.403967,0.640413,0.404779,0.655835,0.405862,0.671153,0.406611,0.686178,0.406781,0.701023,0.406661,0.715802,0.406476,0.7305,0.406216,0.744993,0.405731,0.759171,0.404917,0.773202,0.404024,0.787548,0.403582};
			return value;
		}
		private double[] getTextureCoordinate_10_32_point_4()
		{
			double[] value = {0.802805,0.404176,0.818458,0.40514,0.834569,0.406488,0.850885,0.407936,0.867033,0.409131,0.882752,0.409869,0.898198,0.410335,0.913257,0.410459,0.928272,0.410551,0.943176,0.410558,0.957891,0.410434,0.972547,0.410283,0.632697,0.430699,0.64788,0.431407,0.663078,0.432056,0.678125,0.432346,0.692971,0.432263,0.707754,0.432106,0.722474,0.431887,0.737087,0.431551,0.751521,0.431021,0.765797,0.430352,0.780198,0.429916,0.795165,0.430204,0.809967,0.430292,0.825439,0.431111,0.841852,0.432856,0.858455,0.434667,0.874729,0.436036,0.890547,0.436892,0.905934,0.437312,0.921106,0.437526,0.936107,0.437592,0.950951,0.437535,0.965717,0.437428,4.27175,1.06073,0.625091,0.456805,0.640084,0.457132,0.655077,0.457431,0.670011,0.457582,0.684841,0.457527,0.699581,0.457337,0.714378,0.457283,0.729049,0.45705,0.743623,0.456712,0.758172,0.456387,0.772685,0.456058,0.787464,0.456119,0.802232,0.456172,0.81722,0.456495,0.832937,0.45763,0.849581,0.459699,0.866298,0.461698,0.882604,0.463145,0.898396,0.463997,0.913786,0.464422,0.928959,0.46463,0.943964,0.464685,0.95885,0.464643,0.973501,0.464417,0.632454,0.483165,0.647298,0.483133,0.662091,0.483009,0.676834,0.482817,0.691537,0.482591,0.706299,0.48252,0.72107,0.482491,0.735703,0.482252,0.750374,0.482113,0.765246,0.4823,0.780028,0.482356,0.794898,0.482537,0.809899,0.482884,0.824859,0.483163,0.840857,0.484661,0.857607,0.486912,0.874254,0.488891,0.890454,0.490265,0.906164,0.491054,0.921491,0.491419,0.936721,0.491678,0.951813,0.491801,0.9669,0.491921,4.27175,1.06073,0.62492,0.509419,0.639746,0.509324,0.654461,0.508985,0.669166,0.508694,0.683856,0.50843,0.698546,0.508221,0.713389,0.508345,0.728126,0.508282,0.74285,0.508219,0.757745,0.508452,0.772542,0.508525,0.787402,0.508698,0.802678,0.509448,0.817762,0.509889,0.832946,0.510434,0.84902,0.512044};
			return value;
		}
		private double[] getTextureCoordinate_10_32_point_5()
		{
			double[] value = {0.865664,0.514218,0.882147,0.516059,0.898058,0.517149,0.913644,0.517827,0.929025,0.518259,0.944342,0.518608,0.95974,0.519023,0.975396,0.519662,0.632235,0.535618,0.64697,0.535285,0.661666,0.534926,0.676443,0.534835,0.691195,0.53472,0.705958,0.534658,0.7208,0.534777,0.735671,0.534952,0.750569,0.535169,0.765478,0.535397,0.780253,0.535403,0.795437,0.536041,0.810768,0.536848,0.825746,0.537108,0.840902,0.537596,0.857137,0.539437,0.87356,0.541382,0.889644,0.542794,0.905288,0.543614,0.920735,0.544169,0.936164,0.544679,0.951766,0.545344,0.967487,0.546097,4.27175,1.06073,0.624749,0.561995,0.639547,0.561805,0.654253,0.561404,0.669069,0.561376,0.683883,0.561367,0.69865,0.561269,0.713532,0.561447,0.728564,0.561923,0.743603,0.562374,0.758603,0.562723,0.773459,0.562803,0.788389,0.563009,0.803449,0.563413,0.818504,0.563785,0.833526,0.564092,0.84911,0.565157,0.865067,0.566645,0.880922,0.567905,0.896521,0.56877,0.911954,0.569388,0.927193,0.569753,0.942746,0.570451,0.958713,0.57156,0.975228,0.573184,0.632096,0.588277,0.64689,0.588085,0.661746,0.588122,0.676592,0.588149,0.691344,0.587956,0.706146,0.587922,0.721307,0.588694,0.736444,0.589343,0.751539,0.589856,0.766527,0.590133,0.78138,0.590157,0.796292,0.590292,0.811263,0.590522,0.826312,0.590864,0.841589,0.591526,0.85709,0.592465,0.872486,0.5932,0.887775,0.59375,0.903085,0.594299,0.918434,0.594869,0.933189,0.594706,0.949069,0.595854,0.965047,0.597051,4.27175,1.06073,0.624623,0.614704,0.639481,0.614688,0.654343,0.614708,0.669212,0.614766,0.684034,0.614711,0.698872,0.614721,0.713899,0.615193,0.729114,0.616043,0.744339,0.616838,0.759453,0.61734,0.774382,0.617457,0.789185,0.617349,0.803984,0.617256,0.819,0.617539,0.834198,0.6181,0.849467,0.618734,0.864584,0.619107,0.879574,0.619287,0.894562,0.61946,0.909352,0.619371};
			return value;
		}
		private double[] getTextureCoordinate_10_32_point_6()
		{
			double[] value = {0.924088,0.619228,0.939339,0.619735,0.955039,0.620752,0.970948,0.621958};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_10_33_point_1()
		{
			double[] value = {-5064.94,-640.657,124.38,-5046.4,-640.649,126.112,-5027.86,-640.641,128.069,-5009.32,-640.633,129.805,-4990.78,-640.625,130.353,-4972.24,-640.616,130.444,-4953.7,-640.608,129.895,-4935.16,-640.6,129.307,-4916.62,-640.592,128.461,-4898.08,-640.584,127.023,-4879.54,-640.576,125.166,-4861.0,-640.567,123.033,-4842.46,-640.559,121.678,-4823.92,-640.551,120.959,-4805.38,-640.543,119.861,-4786.84,-640.535,117.867,-4768.3,-640.527,115.234,-4749.76,-640.518,114.153,-4731.22,-640.51,114.469,-4712.68,-640.502,115.955,-4694.14,-640.494,117.847,-4675.6,-640.486,119.138,-4657.06,-640.478,119.964,-4638.52,-640.47,120.71,-5055.68,-624.597,125.577,-5037.14,-624.589,127.302,-5018.6,-624.581,129.262,-5000.06,-624.573,130.253,-4981.52,-624.565,130.763,-4962.98,-624.556,130.777,-4944.44,-624.548,130.228,-4925.9,-624.54,129.506,-4907.36,-624.532,128.64,-4888.82,-624.524,127.535,-4870.28,-624.516,126.146,-4851.74,-624.507,124.845,-4833.2,-624.499,123.996,-4814.66,-624.491,123.177,-4796.12,-624.483,122.04,-4777.58,-624.475,119.835,-4759.04,-624.467,117.977,-4740.5,-624.458,117.744,-4721.96,-624.45,116.868,-4703.42,-624.442,119.405,-4684.88,-624.434,119.812,-4666.34,-624.426,120.653,-4647.8,-624.418,121.293,0.0,0.0,0.0,-5064.95,-608.545,125.537,-5046.41,-608.537,126.619,-5027.87,-608.529,128.454,-5009.33,-608.521,130.02,-4990.79,-608.513,130.748,-4972.25,-608.504,131.186,-4953.71,-608.496,131.195,-4935.17,-608.488,130.482,-4916.63,-608.48,129.694,-4898.09,-608.472,128.899,-4879.55,-608.464,128.114,-4861.01,-608.455,127.307,-4842.47,-608.447,126.602,-4823.93,-608.439,125.94,-4805.39,-608.431,125.107,-4786.85,-608.423,124.031,-4768.31,-608.415,122.534,-4749.77,-608.406,121.467,-4731.23,-608.398,120.706,-4712.69,-608.39,119.38,-4694.15,-608.382,120.185,-4675.62,-608.374,121.971,-4657.08,-608.366,122.065,-4638.54,-608.358,122.162,-5055.69,-592.485,126.033,-5037.15,-592.477,127.381,-5018.61,-592.469,128.924,-5000.07,-592.461,130.447,-4981.53,-592.453,131.35,-4962.99,-592.444,131.588,-4944.45,-592.436,131.257,-4925.91,-592.428,130.273,-4907.37,-592.42,129.597,-4888.83,-592.412,129.046,-4870.29,-592.404,128.636,-4851.75,-592.395,128.291,-4833.21,-592.387,127.873,-4814.67,-592.379,127.473,-4796.13,-592.371,126.788,-4777.59,-592.363,125.88,-4759.05,-592.355,124.746,-4740.51,-592.346,123.726,-4721.97,-592.338,122.385,-4703.43,-592.33,121.582,-4684.89,-592.322,122.687,-4666.35,-592.314,122.525,-4647.81,-592.306,122.284,0.0,0.0,0.0,-5064.97,-576.433,125.577,-5046.43,-576.425,126.548,-5027.89,-576.417,127.372,-5009.35,-576.409,128.957};
			return value;
		}
		private double[] getCoordinate_10_33_point_2()
		{
			double[] value = {-4990.81,-576.401,130.823,-4972.27,-576.392,131.604,-4953.73,-576.384,131.623,-4935.19,-576.376,130.818,-4916.65,-576.368,129.778,-4898.11,-576.36,129.239,-4879.57,-576.352,128.941,-4861.03,-576.343,128.905,-4842.49,-576.335,128.897,-4823.95,-576.327,128.822,-4805.41,-576.319,128.51,-4786.87,-576.311,127.847,-4768.33,-576.303,127.035,-4749.79,-576.295,126.304,-4731.25,-576.286,125.363,-4712.71,-576.278,124.092,-4694.17,-576.27,123.247,-4675.63,-576.262,122.763,-4657.09,-576.254,122.809,-4638.55,-576.246,120.512,-5055.7,-560.373,126.595,-5037.16,-560.365,127.097,-5018.62,-560.357,127.212,-5000.08,-560.349,129.417,-4981.54,-560.341,131.444,-4963.0,-560.332,132.206,-4944.46,-560.324,131.534,-4925.92,-560.316,130.121,-4907.38,-560.308,129.044,-4888.84,-560.3,128.52,-4870.3,-560.292,128.404,-4851.77,-560.283,128.68,-4833.23,-560.275,129.062,-4814.69,-560.267,129.275,-4796.15,-560.259,128.91,-4777.61,-560.251,128.424,-4759.07,-560.243,128.066,-4740.53,-560.234,127.657,-4721.99,-560.226,126.869,-4703.45,-560.218,125.566,-4684.91,-560.21,123.763,-4666.37,-560.202,121.146,-4647.83,-560.194,118.584,0.0,0.0,0.0,-5064.98,-544.321,126.909,-5046.44,-544.313,127.709,-5027.9,-544.305,128.168,-5009.36,-544.297,128.734,-4990.82,-544.289,131.437,-4972.28,-544.28,133.047,-4953.74,-544.272,132.723,-4935.2,-544.264,131.127,-4916.66,-544.256,129.378,-4898.12,-544.248,128.134,-4879.58,-544.24,127.111,-4861.04,-544.231,127.09,-4842.5,-544.223,128.096,-4823.96,-544.215,128.985,-4805.42,-544.207,129.239,-4786.88,-544.199,129.176,-4768.34,-544.191,129.193,-4749.8,-544.183,129.176,-4731.26,-544.174,128.859,-4712.72,-544.166,127.999,-4694.18,-544.158,126.293,-4675.64,-544.15,123.597,-4657.1,-544.142,121.0,-4638.56,-544.134,120.261,-5055.72,-528.261,128.021,-5037.18,-528.253,129.129,-5018.64,-528.245,130.066,-5000.1,-528.237,131.965,-4981.56,-528.229,133.667,-4963.02,-528.22,133.753,-4944.48,-528.212,132.572,-4925.94,-528.204,130.792,-4907.4,-528.196,128.711,-4888.86,-528.188,126.456,-4870.32,-528.18,124.678,-4851.78,-528.171,125.665,-4833.24,-528.163,127.614,-4814.7,-528.155,129.096,-4796.16,-528.147,129.704,-4777.62,-528.139,130.011,-4759.08,-528.131,130.43,-4740.54,-528.122,130.389,-4722.0,-528.114,129.995,-4703.46,-528.106,129.059,-4684.92,-528.098,127.385,-4666.38,-528.09,124.903,-4647.84,-528.082,122.655,0.0,0.0,0.0,-5064.99,-512.209,127.934,-5046.46,-512.201,129.321,-5027.92,-512.193,130.874,-5009.38,-512.185,132.92,-4990.84,-512.177,134.449,-4972.3,-512.168,134.773,-4953.76,-512.16,133.999,-4935.22,-512.152,132.486};
			return value;
		}
		private double[] getCoordinate_10_33_point_3()
		{
			double[] value = {-4916.68,-512.144,130.413,-4898.14,-512.136,127.594,-4879.6,-512.128,124.576,-4861.06,-512.119,123.229,-4842.52,-512.111,125.479,-4823.98,-512.103,128.052,-4805.44,-512.095,129.729,-4786.9,-512.087,130.678,-4768.36,-512.079,131.561,-4749.82,-512.071,132.048,-4731.28,-512.062,131.791,-4712.74,-512.054,131.257,-4694.2,-512.046,130.47,-4675.66,-512.038,128.775,-4657.12,-512.03,126.487,-4638.58,-512.022,124.318,-5055.73,-496.149,128.579,-5037.19,-496.141,130.746,-5018.65,-496.133,133.155,-5000.11,-496.125,134.918,-4981.57,-496.117,135.46,-4963.03,-496.108,135.064,-4944.49,-496.1,133.875,-4925.95,-496.092,132.06,-4907.41,-496.084,129.517,-4888.87,-496.076,126.405,-4870.33,-496.068,124.051,-4851.79,-496.059,124.297,-4833.25,-496.051,126.543,-4814.71,-496.043,129.035,-4796.17,-496.035,130.949,-4777.63,-496.027,132.321,-4759.09,-496.019,133.416,-4740.55,-496.01,133.444,-4722.01,-496.002,132.996,-4703.47,-495.994,132.511,-4684.93,-495.986,131.685,-4666.39,-495.978,130.083,-4647.85,-495.97,128.152,0.0,0.0,0.0,-5065.01,-480.097,127.465,-5046.47,-480.089,129.583,-5027.93,-480.081,132.546,-5009.39,-480.073,134.698,-4990.85,-480.065,135.465,-4972.31,-480.056,135.219,-4953.77,-480.048,134.427,-4935.23,-480.04,133.02,-4916.69,-480.032,131.026,-4898.15,-480.024,128.064,-4879.61,-480.016,125.112,-4861.07,-480.007,123.799,-4842.53,-479.999,125.13,-4823.99,-479.991,127.629,-4805.45,-479.983,130.24,-4786.91,-479.975,132.337,-4768.37,-479.967,133.865,-4749.83,-479.959,134.356,-4731.29,-479.95,134.177,-4712.75,-479.942,133.762,-4694.21,-479.934,133.361,-4675.67,-479.926,132.566,-4657.13,-479.918,131.295,-4638.59,-479.91,130.088,-5055.75,-464.037,128.834,-5037.21,-464.029,131.322,-5018.67,-464.021,133.804,-5000.13,-464.013,134.799,-4981.59,-464.005,134.586,-4963.05,-463.996,133.808,-4944.51,-463.988,132.866,-4925.97,-463.98,131.381,-4907.43,-463.972,129.044,-4888.89,-463.964,125.96,-4870.35,-463.956,123.439,-4851.81,-463.947,123.37,-4833.27,-463.939,125.349,-4814.73,-463.931,128.287,-4796.19,-463.923,130.991,-4777.65,-463.915,133.16,-4759.11,-463.907,134.361,-4740.57,-463.898,134.893,-4722.03,-463.89,134.819,-4703.49,-463.882,134.45,-4684.95,-463.874,134.06,-4666.41,-463.866,133.306,-4647.87,-463.858,132.28,0.0,0.0,0.0,-5065.02,-447.985,128.301,-5046.48,-447.977,129.851,-5027.94,-447.969,132.065,-5009.4,-447.961,133.443,-4990.86,-447.953,133.394,-4972.32,-447.944,132.635,-4953.78,-447.936,131.713,-4935.24,-447.928,130.606,-4916.7,-447.92,128.94,-4898.16,-447.912,126.452,-4879.62,-447.904,123.757,-4861.08,-447.895,122.182};
			return value;
		}
		private double[] getCoordinate_10_33_point_4()
		{
			double[] value = {-4842.54,-447.887,123.201,-4824.0,-447.879,125.138,-4805.46,-447.871,128.013,-4786.92,-447.863,131.112,-4768.39,-447.855,133.568,-4749.85,-447.847,134.901,-4731.31,-447.838,135.567,-4712.77,-447.83,135.406,-4694.23,-447.822,135.164,-4675.69,-447.814,134.721,-4657.15,-447.806,133.957,-4638.61,-447.798,133.128,-5055.76,-431.925,129.056,-5037.22,-431.917,130.248,-5018.68,-431.909,131.3,-5000.14,-431.901,131.525,-4981.6,-431.893,130.89,-4963.06,-431.884,130.084,-4944.52,-431.876,129.136,-4925.98,-431.868,127.917,-4907.44,-431.86,126.247,-4888.9,-431.852,124.249,-4870.36,-431.844,122.788,-4851.82,-431.835,123.015,-4833.28,-431.827,122.774,-4814.74,-431.819,124.236,-4796.2,-431.811,127.826,-4777.66,-431.803,131.531,-4759.12,-431.795,134.201,-4740.58,-431.786,135.697,-4722.04,-431.778,136.203,-4703.5,-431.77,136.248,-4684.96,-431.762,135.957,-4666.42,-431.754,135.389,-4647.88,-431.746,134.71,0.0,0.0,0.0,-5065.04,-415.873,128.797,-5046.5,-415.865,129.081,-5027.96,-415.857,129.304,-5009.42,-415.849,129.207,-4990.88,-415.841,128.665,-4972.34,-415.832,127.83,-4953.8,-415.824,127.288,-4935.26,-415.816,126.36,-4916.72,-415.808,125.202,-4898.18,-415.8,124.069,-4879.64,-415.792,122.928,-4861.1,-415.783,122.637,-4842.56,-415.775,122.329,-4824.02,-415.767,122.608,-4805.48,-415.759,124.654,-4786.94,-415.751,128.698,-4768.4,-415.743,132.551,-4749.86,-415.735,135.2,-4731.32,-415.726,136.579,-4712.78,-415.718,137.054,-4694.24,-415.71,137.072,-4675.7,-415.702,136.769,-4657.16,-415.694,136.262,-4638.62,-415.686,135.369,-5055.77,-399.813,128.709,-5037.23,-399.805,128.237,-5018.69,-399.797,127.579,-5000.15,-399.789,126.781,-4981.61,-399.781,125.913,-4963.07,-399.772,125.362,-4944.54,-399.764,124.897,-4926.0,-399.756,124.001,-4907.46,-399.748,123.309,-4888.92,-399.74,123.286,-4870.38,-399.732,122.995,-4851.84,-399.723,122.96,-4833.3,-399.715,123.264,-4814.76,-399.707,123.428,-4796.22,-399.699,126.077,-4777.68,-399.691,130.223,-4759.14,-399.683,133.782,-4740.6,-399.674,136.111,-4722.06,-399.666,137.27,-4703.52,-399.658,137.592,-4684.98,-399.65,137.701,-4666.44,-399.642,137.543,-4647.9,-399.634,137.378,0.0,0.0,0.0,-5065.05,-383.761,128.832,-5046.51,-383.753,128.26,-5027.97,-383.745,127.219,-5009.43,-383.737,126.268,-4990.89,-383.729,125.368,-4972.35,-383.72,124.573,-4953.81,-383.712,124.423,-4935.27,-383.704,123.91,-4916.73,-383.696,123.397,-4898.19,-383.688,123.459,-4879.65,-383.68,123.208,-4861.11,-383.671,123.152,-4842.57,-383.663,124.209,-4824.03,-383.655,124.67,-4805.49,-383.647,125.327,-4786.95,-383.639,128.018};
			return value;
		}
		private double[] getCoordinate_10_33_point_5()
		{
			double[] value = {-4768.41,-383.631,131.757,-4749.87,-383.623,134.836,-4731.33,-383.614,136.49,-4712.79,-383.606,137.369,-4694.25,-383.598,137.788,-4675.71,-383.59,138.052,-4657.17,-383.582,138.436,-4638.63,-383.574,139.237,-5055.79,-367.701,128.493,-5037.25,-367.693,127.511,-5018.71,-367.685,126.482,-5000.17,-367.677,125.939,-4981.63,-367.669,125.353,-4963.09,-367.66,124.865,-4944.55,-367.652,124.706,-4926.01,-367.644,124.648,-4907.47,-367.636,124.669,-4888.93,-367.628,124.71,-4870.39,-367.62,124.345,-4851.85,-367.611,125.132,-4833.31,-367.603,126.223,-4814.77,-367.595,126.32,-4796.23,-367.587,126.828,-4777.69,-367.579,129.774,-4759.15,-367.571,132.882,-4740.61,-367.562,135.02,-4722.07,-367.554,136.1,-4703.53,-367.546,136.71,-4684.99,-367.538,137.237,-4666.45,-367.53,138.036,-4647.91,-367.522,138.987,0.0,0.0,0.0,-5065.07,-351.649,128.871,-5046.53,-351.641,128.18,-5027.99,-351.633,127.125,-5009.45,-351.625,126.714,-4990.91,-351.617,126.335,-4972.37,-351.608,125.801,-4953.83,-351.6,125.747,-4935.29,-351.592,126.207,-4916.75,-351.584,126.622,-4898.21,-351.576,126.861,-4879.67,-351.568,126.637,-4861.13,-351.559,126.629,-4842.59,-351.551,126.961,-4824.05,-351.543,127.24,-4805.51,-351.535,127.404,-4786.97,-351.527,128.867,-4768.43,-351.519,131.042,-4749.89,-351.511,132.818,-4731.35,-351.502,133.92,-4712.81,-351.494,134.601,-4694.27,-351.486,134.856,-4675.73,-351.478,135.669,-4657.19,-351.47,137.167,-4638.65,-351.462,139.514,-5055.8,-335.589,128.728,-5037.26,-335.581,128.063,-5018.72,-335.573,127.772,-5000.18,-335.565,127.464,-4981.64,-335.557,126.797,-4963.1,-335.548,126.389,-4944.56,-335.54,127.305,-4926.02,-335.532,128.017,-4907.48,-335.524,128.506,-4888.94,-335.516,128.607,-4870.4,-335.508,128.296,-4851.86,-335.499,128.166,-4833.32,-335.491,128.191,-4814.78,-335.483,128.398,-4796.24,-335.475,129.125,-4777.7,-335.467,130.299,-4759.16,-335.459,131.14,-4740.62,-335.45,131.679,-4722.08,-335.442,132.217,-4703.54,-335.434,132.785,-4685.0,-335.426,132.173,-4666.47,-335.418,133.67,-4647.93,-335.41,135.237,0.0,0.0,0.0,-5065.08,-319.537,129.178,-5046.54,-319.529,128.812,-5028.0,-319.521,128.503,-5009.46,-319.513,128.253,-4990.92,-319.505,127.827,-4972.38,-319.496,127.501,-4953.84,-319.488,127.898,-4935.3,-319.48,128.884,-4916.76,-319.472,129.78,-4898.22,-319.464,130.22,-4879.68,-319.456,130.061,-4861.14,-319.448,129.554,-4842.6,-319.439,129.071,-4824.06,-319.431,129.171,-4805.52,-319.423,129.7,-4786.98,-319.415,130.343,-4768.44,-319.407,130.581,-4749.9,-319.399,130.518,-4731.36,-319.39,130.446,-4712.82,-319.382,129.97};
			return value;
		}
		private double[] getCoordinate_10_33_point_6()
		{
			double[] value = {-4694.28,-319.374,129.41,-4675.74,-319.366,129.854,-4657.2,-319.358,131.083,-4638.66,-319.35,132.596};
			return value;
		}



		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_254_coordIndex_1()
		{
			int[] value = {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1,10,12,11,-1,11,12,13,-1,12,14,13,-1,13,14,15,-1,14,16,15,-1,15,16,17,-1,16,18,17,-1,17,18,19,-1,18,20,19,-1,19,20,21,-1,20,22,21,-1,21,22,23,-1,22,24,23,-1,23,24,25,-1,24,26,25,-1,25,26,27,-1,26,28,27,-1,27,28,29,-1,28,30,29,-1,29,30,31,-1,30,32,31,-1,31,32,33,-1,32,34,33,-1,33,34,35,-1,34,36,35,-1,35,36,37,-1,36,38,37,-1,37,38,39,-1,38,40,39,-1,39,40,41,-1,40,42,41,-1,41,42,43,-1,42,44,43,-1,43,44,45,-1,44,46,45,-1,45,46,47,-1,46,48,47,-1,47,48,49,-1,48,50,49,-1,49,50,51,-1,50,52,51,-1,51,52,53,-1,52,54,53,-1,53,54,55,-1,54,56,55,-1,55,56,57,-1,56,58,57,-1,57,58,59,-1,58,60,59,-1,59,60,61,-1,60,62,61,-1,61,62,63,-1,62,64,63,-1,63,64,65,-1,64,66,65,-1,65,66,67,-1,66,68,67,-1,67,68,69,-1,68,70,69,-1,69,70,71,-1,70,72,71,-1,71,72,73,-1,72,74,73,-1,73,74,75,-1,74,76,75,-1,75,76,77,-1,76,78,77,-1,77,78,79,-1,78,80,79,-1,79,80,81,-1,80,82,81,-1,81,82,83,-1,82,84,83,-1,83,84,85,-1,84,86,85,-1,85,86,87,-1,86,88,87,-1,87,88,89,-1,88,90,89,-1,89,90,91,-1,90,92,91,-1,91,92,93,-1,92,94,93,-1,93,94,95,-1,94,96,95,-1,95,96,97,-1,96,98,97,-1,97,98,99,-1,98,100,99,-1,99,100,101,-1,100,102,101,-1,101,102,103,-1,102,104,103,-1,103,104,105,-1,104,106,105,-1,105,106,107,-1,106,108,107,-1,107,108,109,-1,108,110,109,-1,109,110,111,-1,110,112,111,-1,111,112,113,-1,112,114,113,-1,113,114,115,-1,114,116,115,-1,115,116,117,-1,116,118,117,-1,117,118,119,-1,118,120,119,-1,119,120,121,-1,120,122,121,-1,121,122,123,-1,122,124,123,-1,123,124,125,-1,124,126,125,-1,125,126,127,-1,126,128,127,-1,127,128,129,-1,128,130,129,-1,129,130,131,-1,130,132,131,-1,131,132,133,-1,132,134,133,-1,133,134,135,-1,134,136,135,-1,135,136,137,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_10_254_point_1()
		{
			double[] value = {-4898.5,-317.136,129.076,-4899.2,-312.707,129.076,-4877.63,-313.842,129.264,-4878.83,-309.492,129.264,-4848.21,-302.02,128.97,-4849.91,-297.872,128.97,-4845.34,-300.812,129.311,-4847.15,-296.722,129.311,-4842.22,-299.336,128.993,-4844.05,-295.28,128.993,-4839.37,-298.077,129.21,-4841.16,-294.045,129.21,-4836.31,-296.668,129.016,-4838.06,-292.652,129.016,-4833.4,-295.434,129.122,-4835.07,-291.416,129.122,-4830.38,-294.171,129.036,-4831.95,-290.16,129.036,-4827.4,-293.036,129.06,-4828.81,-289.026,129.06,-4824.37,-291.99,129.082,-4825.64,-287.997,129.082,-4821.28,-291.024,129.035,-4822.37,-287.038,129.035,-4818.25,-290.259,129.288,-4819.26,-286.307,129.288,-4814.94,-289.347,129.057,-4815.84,-285.419,129.057,-4811.87,-288.725,129.516,-4812.78,-284.857,129.516,-4808.35,-287.71,129.144,-4809.27,-283.914,129.144,-4805.27,-287.035,129.738,-4806.25,-283.323,129.738,-4801.59,-285.823,129.304,-4802.7,-282.226,129.304,-4798.24,-284.81,129.418,-4799.31,-281.249,129.418,-4794.87,-283.78,129.547,-4795.91,-280.213,129.547,-4791.69,-282.905,130.098,-4792.77,-279.36,130.098,-4788.11,-281.684,129.811,-4789.18,-278.157,129.811,-4784.95,-280.827,130.205,-4785.96,-277.291,130.205,-4781.51,-279.79,130.03,-4782.51,-276.241,130.03,-4778.35,-278.979,130.279,-4779.34,-275.406,130.279,-4775.02,-278.009,130.192,-4776.08,-274.43,130.192,-4771.83,-277.08,130.262,-4772.94,-273.478,130.262,-4768.69,-276.11,130.387,-4769.91,-272.492,130.387,-4765.52,-275.009,130.39,-4766.87,-271.371,130.39,-4762.43,-273.861,130.468,-4763.9,-270.193,130.468,-4759.35,-272.616,130.5,-4760.93,-268.916,130.5,-4756.31,-271.332,130.547,-4757.96,-267.586,130.547,-4753.31,-270.033,130.639,-4755.01,-266.254,130.639,-4750.24,-268.651,130.614,-4751.98,-264.864,130.614,-4747.21,-267.249,130.623,-4749.0,-263.477,130.623,-4744.18,-265.78,130.611,-4746.05,-262.046,130.611,-4741.17,-264.223,130.576,-4743.14,-260.532,130.576,-4738.37,-262.699,130.872,-4740.5,-259.082,130.872,-4735.2,-260.709,130.446,-4737.52,-257.183,130.446,-4732.29,-258.739,130.355,-4734.78,-255.282,130.355,-4729.62,-256.738,130.549,-4732.29,-253.367,130.549,-4726.66,-254.304,130.138,-4729.5,-251.029,130.138,-4724.12,-252.031,130.279,-4727.06,-248.813,130.279,-4721.31,-249.44,129.882,-4724.34,-246.26,129.882,-4718.88,-247.085,130.029,-4721.96,-243.914,130.029,-4716.15,-244.467,129.595,-4719.23,-241.282,129.595,-4713.81,-242.189,129.783,-4716.85,-238.968,129.783,-4711.06,-239.665,129.317,-4714.04,-236.386,129.317,-4708.5,-237.356,129.188,-4711.42,-234.042,129.188,-4705.93,-235.116,129.062,-4708.78,-231.765,129.062};
			return value;
		}
		private double[] getCoordinate_10_254_point_2()
		{
			double[] value = {-4703.55,-233.109,129.253,-4706.32,-229.715,129.253,-4700.76,-230.875,128.81,-4703.45,-227.434,128.81,-4698.16,-228.881,128.677,-4700.75,-225.385,128.677,-4695.74,-227.137,128.855,-4698.24,-223.577,128.855,-4692.88,-225.184,128.397,-4695.29,-221.536,128.397,-4690.21,-223.506,128.255,-4692.46,-219.748,128.255,-4687.52,-221.98,128.112,-4689.51,-218.087,128.112,-4685.01,-220.829,128.412,-4686.81,-216.846,128.412,-4681.85,-219.438,127.824,-4683.43,-215.348,127.824,-4678.93,-218.482,127.682,-4680.17,-214.256,127.682,-4675.93,-217.726,127.679,-4677.02,-213.429,127.679,-4672.65,-216.927,127.388,-4673.66,-212.576,127.388,-4669.41,-216.253,127.233,-4670.34,-211.85,127.233,-4666.11,-215.578,127.073,-4667.03,-211.154,127.073,-4662.77,-214.884,126.908,-4663.71,-210.459,126.908,-4659.42,-214.166,126.734,-4660.39,-209.741,126.734,-4656.08,-213.421,126.556,-4657.08,-208.997,126.556,-4652.74,-212.653,126.373,-4653.76,-208.231,126.373,-4649.41,-211.875,126.189,-4650.44,-207.454,126.189};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_310_coordIndex_1()
		{
			int[] value = {0,2,1,-1,1,2,3,-1,2,4,3,-1,3,4,5,-1,4,6,5,-1,5,6,7,-1,6,8,7,-1,7,8,9,-1,8,10,9,-1,9,10,11,-1,10,12,11,-1,11,12,13,-1,12,14,13,-1,13,14,15,-1,14,16,15,-1,15,16,17,-1,16,18,17,-1,17,18,19,-1,18,20,19,-1,19,20,21,-1,20,22,21,-1,21,22,23,-1,22,24,23,-1,23,24,25,-1,24,26,25,-1,25,26,27,-1,26,28,27,-1,27,28,29,-1,28,30,29,-1,29,30,31,-1,30,32,31,-1,31,32,33,-1,32,34,33,-1,33,34,35,-1,34,36,35,-1,35,36,37,-1,36,38,37,-1,37,38,39,-1,38,40,39,-1,39,40,41,-1,40,42,41,-1,41,42,43,-1,42,44,43,-1,43,44,45,-1,44,46,45,-1,45,46,47,-1,46,48,47,-1,47,48,49,-1,48,50,49,-1,49,50,51,-1,50,52,51,-1,51,52,53,-1,52,54,53,-1,53,54,55,-1,54,56,55,-1,55,56,57,-1,56,58,57,-1,57,58,59,-1,58,60,59,-1,59,60,61,-1,60,62,61,-1,61,62,63,-1,62,64,63,-1,63,64,65,-1,64,66,65,-1,65,66,67,-1,66,68,67,-1,67,68,69,-1,68,70,69,-1,69,70,71,-1,70,72,71,-1,71,72,73,-1,72,74,73,-1,73,74,75,-1,74,76,75,-1,75,76,77,-1,76,78,77,-1,77,78,79,-1,78,80,79,-1,79,80,81,-1,80,82,81,-1,81,82,83,-1,82,84,83,-1,83,84,85,-1,84,86,85,-1,85,86,87,-1,86,88,87,-1,87,88,89,-1,88,90,89,-1,89,90,91,-1,90,92,91,-1,91,92,93,-1,92,94,93,-1,93,94,95,-1,94,96,95,-1,95,96,97,-1,96,98,97,-1,97,98,99,-1,98,100,99,-1,99,100,101,-1,100,102,101,-1,101,102,103,-1,102,104,103,-1,103,104,105,-1,104,106,105,-1,105,106,107,-1,106,108,107,-1,107,108,109,-1,108,110,109,-1,109,110,111,-1,110,112,111,-1,111,112,113,-1,112,114,113,-1,113,114,115,-1,114,116,115,-1,115,116,117,-1,116,118,117,-1,117,118,119,-1,118,120,119,-1,119,120,121,-1,120,122,121,-1,121,122,123,-1,122,124,123,-1,123,124,125,-1,124,126,125,-1,125,126,127,-1,126,128,127,-1,127,128,129,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_10_310_point_1()
		{
			double[] value = {-5577.26,-435.985,124.163,-5574.18,-438.09,124.163,-5577.99,-437.042,124.134,-5574.88,-439.109,124.134,-5579.7,-439.692,124.028,-5576.74,-441.981,124.028,-5584.46,-444.891,123.688,-5582.02,-447.753,123.688,-5591.64,-449.457,123.266,-5589.9,-453.07,123.266,-5617.5,-458.203,122.459,-5616.77,-461.778,122.459,-5628.88,-458.94,122.306,-5628.91,-462.954,122.306,-5632.52,-458.309,122.27,-5633.21,-462.813,122.27,-5636.13,-457.441,122.254,-5636.86,-462.144,122.254,-5640.05,-456.961,122.264,-5640.19,-461.885,122.264,-5643.71,-457.1,122.268,-5643.8,-462.065,122.268,-5647.27,-456.819,122.284,-5647.47,-461.773,122.284,-5651.06,-456.758,122.292,-5650.86,-461.819,122.292,-5655.14,-456.962,122.293,-5653.84,-462.197,122.293,-5657.8,-457.956,122.269,-5655.9,-463.223,122.269,-5661.75,-459.064,122.246,-5659.14,-464.234,122.246,-5665.96,-462.239,122.165,-5662.43,-466.742,122.165,-5669.18,-464.85,122.098,-5665.44,-469.192,122.098,-5671.94,-467.393,122.052,-5667.5,-471.036,122.052,-5673.87,-470.585,121.986,-5668.96,-473.459,121.986,-5675.65,-473.806,121.915,-5670.56,-476.198,121.915,-5676.97,-477.287,121.828,-5671.87,-479.642,121.828,-5678.72,-480.463,121.759,-5673.29,-482.228,121.759,-5679.15,-484.64,121.668,-5673.71,-484.722,121.668,-5678.32,-488.541,121.57,-5673.86,-487.799,121.57,-5676.62,-495.643,121.731,-5672.34,-494.219,121.731,-5673.73,-502.459,121.993,-5669.57,-500.484,121.993,-5659.7,-531.173,121.949,-5654.22,-528.429,121.949,-5646.83,-558.758,120.715,-5640.6,-555.732,120.715,-5630.15,-592.97,119.616,-5623.93,-589.92,119.616,-5604.16,-645.784,118.553,-5598.18,-642.224,118.553,-5591.83,-663.304,120.624,-5586.44,-658.62,120.624,-5582.49,-672.588,120.083,-5577.8,-666.379,120.083,-5576.44,-676.338,119.796,-5573.21,-668.924,119.796,-5556.79,-682.683,119.586,-5555.09,-673.744,119.586,-5533.83,-684.741,121.315,-5533.73,-675.591,121.315,-5505.11,-681.516,119.097,-5505.94,-675.1,119.097,-5487.11,-678.298,119.216,-5488.89,-671.47,119.216,-5444.69,-664.901,118.342,-5447.84,-657.623,118.342,-5403.67,-642.214,121.501,-5406.99,-635.422,121.501,-5391.55,-636.639,122.056,-5394.07,-630.184,122.056,-5359.5,-625.058,123.706,-5361.18,-619.039,123.706,-5346.61,-622.529,124.333,-5347.29,-615.937,124.333,-5292.71,-622.957,125.066,-5292.68,-615.855,125.066,-5258.02,-623.103,126.266,-5257.98,-616.0,126.266,-5231.34,-623.313,129.226,-5231.15,-616.212,129.226,-5218.52,-624.327,129.982,-5218.16,-616.354,129.982,-5214.06,-624.527,130.235,-5213.64,-616.556,130.235,-5208.15,-624.888,130.561,-5207.93,-616.904,130.561,-5202.5,-624.848,130.87,-5202.57,-616.867,130.87};
			return value;
		}
		private double[] getCoordinate_10_310_point_2()
		{
			double[] value = {-5197.85,-624.8,131.003,-5197.63,-616.816,131.003,-5190.58,-625.284,130.636,-5190.39,-617.298,130.636,-5182.16,-625.129,130.009,-5182.23,-617.147,130.009,-5170.92,-625.127,129.149,-5170.59,-617.145,129.149,-5166.58,-625.491,128.838,-5165.91,-617.538,128.838,-5161.23,-625.95,128.642,-5160.74,-617.982,128.642,-5154.91,-626.197,128.61,-5153.81,-618.252,128.61,-5149.35,-627.826,128.642,-5147.38,-619.526,128.642,-5144.56,-628.936,128.668,-5142.23,-620.72,128.668,-5142.53,-629.615,128.635,-5139.01,-621.802,128.635,-5140.39,-630.927,128.717,-5136.19,-623.356,128.717,-5136.74,-632.865,128.635,-5132.47,-625.336,128.635,-5132.12,-635.192,128.292,-5126.87,-629.203,128.292,-5127.24,-641.271,128.103,-5120.61,-637.003,128.103,-5123.55,-648.403,127.241,-5116.68,-644.929,127.241};
			return value;
		}

		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #23, 22040 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_23_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_23_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_10()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_11()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_12()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_13()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_14()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_15()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_16()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_17()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_18()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_19()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_20()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_21()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_22()))
				.append(new MFInt32(getIndexedFaceSet_9_23_coordIndex_23()));
			return IndexedFaceSet_9_23_coordIndex;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #23, 7264 total numbers made up of 3632 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_10_23_point()
		{
			MFVec2f TextureCoordinate_10_23_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_10_23_point_1()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_2()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_3()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_4()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_5()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_6()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_7()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_8()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_9()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_10()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_11()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_12()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_13()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_14()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_15()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_16()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_17()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_18()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_19()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_20()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_21()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_22()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_23()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_24()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_25()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_26()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_27()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_28()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_29()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_30()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_31()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_32()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_33()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_34()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_35()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_36()))
				.append(new MFVec2f(getTextureCoordinate_10_23_point_37()));
			return TextureCoordinate_10_23_point;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #24, 10896 total numbers made up of 3632 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_10_24_point()
		{
			MFVec3f Coordinate_10_24_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_10_24_point_1()))
				.append(new MFVec3f(getCoordinate_10_24_point_2()))
				.append(new MFVec3f(getCoordinate_10_24_point_3()))
				.append(new MFVec3f(getCoordinate_10_24_point_4()))
				.append(new MFVec3f(getCoordinate_10_24_point_5()))
				.append(new MFVec3f(getCoordinate_10_24_point_6()))
				.append(new MFVec3f(getCoordinate_10_24_point_7()))
				.append(new MFVec3f(getCoordinate_10_24_point_8()))
				.append(new MFVec3f(getCoordinate_10_24_point_9()))
				.append(new MFVec3f(getCoordinate_10_24_point_10()))
				.append(new MFVec3f(getCoordinate_10_24_point_11()))
				.append(new MFVec3f(getCoordinate_10_24_point_12()))
				.append(new MFVec3f(getCoordinate_10_24_point_13()))
				.append(new MFVec3f(getCoordinate_10_24_point_14()))
				.append(new MFVec3f(getCoordinate_10_24_point_15()))
				.append(new MFVec3f(getCoordinate_10_24_point_16()))
				.append(new MFVec3f(getCoordinate_10_24_point_17()))
				.append(new MFVec3f(getCoordinate_10_24_point_18()))
				.append(new MFVec3f(getCoordinate_10_24_point_19()))
				.append(new MFVec3f(getCoordinate_10_24_point_20()))
				.append(new MFVec3f(getCoordinate_10_24_point_21()))
				.append(new MFVec3f(getCoordinate_10_24_point_22()))
				.append(new MFVec3f(getCoordinate_10_24_point_23()))
				.append(new MFVec3f(getCoordinate_10_24_point_24()))
				.append(new MFVec3f(getCoordinate_10_24_point_25()))
				.append(new MFVec3f(getCoordinate_10_24_point_26()))
				.append(new MFVec3f(getCoordinate_10_24_point_27()))
				.append(new MFVec3f(getCoordinate_10_24_point_28()))
				.append(new MFVec3f(getCoordinate_10_24_point_29()))
				.append(new MFVec3f(getCoordinate_10_24_point_30()))
				.append(new MFVec3f(getCoordinate_10_24_point_31()))
				.append(new MFVec3f(getCoordinate_10_24_point_32()))
				.append(new MFVec3f(getCoordinate_10_24_point_33()))
				.append(new MFVec3f(getCoordinate_10_24_point_34()))
				.append(new MFVec3f(getCoordinate_10_24_point_35()))
				.append(new MFVec3f(getCoordinate_10_24_point_36()))
				.append(new MFVec3f(getCoordinate_10_24_point_37()));
			return Coordinate_10_24_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #32, 3028 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_32_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_32_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_32_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_32_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_32_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_32_coordIndex_4()));
			return IndexedFaceSet_9_32_coordIndex;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #32, 1008 total numbers made up of 504 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_10_32_point()
		{
			MFVec2f TextureCoordinate_10_32_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_10_32_point_1()))
				.append(new MFVec2f(getTextureCoordinate_10_32_point_2()))
				.append(new MFVec2f(getTextureCoordinate_10_32_point_3()))
				.append(new MFVec2f(getTextureCoordinate_10_32_point_4()))
				.append(new MFVec2f(getTextureCoordinate_10_32_point_5()))
				.append(new MFVec2f(getTextureCoordinate_10_32_point_6()));
			return TextureCoordinate_10_32_point;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #33, 1512 total numbers made up of 504 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_10_33_point()
		{
			MFVec3f Coordinate_10_33_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_10_33_point_1()))
				.append(new MFVec3f(getCoordinate_10_33_point_2()))
				.append(new MFVec3f(getCoordinate_10_33_point_3()))
				.append(new MFVec3f(getCoordinate_10_33_point_4()))
				.append(new MFVec3f(getCoordinate_10_33_point_5()))
				.append(new MFVec3f(getCoordinate_10_33_point_6()));
			return Coordinate_10_33_point;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #247, 156 total numbers made up of 52 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_10_247_point()
		{
			MFVec3f Coordinate_10_247_point = new MFVec3f(new double[] {-4827.97,-677.79,110.48,-4830.7,-670.906,110.48,-4813.88,-672.23,111.165,-4816.5,-665.246,111.165,-4795.22,-666.123,112.096,-4797.97,-658.242,112.096,-4788.76,-664.015,112.015,-4791.6,-655.926,112.015,-4782.51,-661.902,112.412,-4785.46,-653.605,112.412,-4776.13,-659.764,112.666,-4779.25,-651.281,112.666,-4740.78,-646.304,114.515,-4744.22,-637.965,114.515,-4724.77,-639.166,115.368,-4728.59,-631.056,115.368,-4704.14,-628.885,116.742,-4708.78,-621.182,116.742,-4698.8,-625.165,117.053,-4704.17,-617.768,117.053,-4692.86,-620.999,117.318,-4698.57,-613.434,117.318,-4687.04,-616.63,117.549,-4693.0,-608.983,117.549,-4681.27,-612.07,117.752,-4687.37,-604.583,117.752,-4670.18,-602.269,118.057,-4676.13,-595.579,118.057,-4659.59,-592.061,118.186,-4665.68,-586.031,118.186,-4639.04,-570.051,118.677,-4645.95,-564.344,118.677,-4625.89,-552.411,119.421,-4633.56,-547.422,119.421,-4620.35,-542.658,119.795,-4628.53,-538.568,119.795,-4616.04,-532.775,120.722,-4624.52,-529.376,120.722,-4613.61,-526.055,121.277,-4622.19,-523.098,121.277,-4611.35,-519.339,121.819,-4620.21,-516.697,121.819,-4609.43,-512.569,122.411,-4618.51,-510.236,122.411,-4607.85,-505.798,123.018,-4616.89,-503.69,123.018,-4606.39,-499.053,123.605,-4615.32,-497.061,123.605,-4604.96,-492.4,124.147,-4613.8,-490.309,124.147,-4603.28,-485.686,124.335,-4612.05,-483.466,124.335});
			return Coordinate_10_247_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #254, 544 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_254_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_254_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_254_coordIndex_1()));
			return IndexedFaceSet_9_254_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #254, 414 total numbers made up of 138 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_10_254_point()
		{
			MFVec3f Coordinate_10_254_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_10_254_point_1()))
				.append(new MFVec3f(getCoordinate_10_254_point_2()));
			return Coordinate_10_254_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #310, 512 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_310_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_310_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_310_coordIndex_1()));
			return IndexedFaceSet_9_310_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=10, element #310, 390 total numbers made up of 130 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_10_310_point()
		{
			MFVec3f Coordinate_10_310_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_10_310_point_1()))
				.append(new MFVec3f(getCoordinate_10_310_point_2()));
			return Coordinate_10_310_point;
		}

	/** The initialized model object, created within initialize() method. */
	private X3D x3dModel;

	/** 
	 * Provide a 
	 * <a href="https://dzone.com/articles/java-copy-shallow-vs-deep-in-which-you-will-swim" target="_blank">shallow copy</a>
	 * of the X3D model.
	 * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html">X3D</a>
	 * @return BenningWithTexture model
	 */
	public X3D getX3dModel()
	{	  
		return x3dModel;
	}
	   
    /** 
     * Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
     * @param args array of input parameters, provided as arguments
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html#handleArguments-java.lang.String:A-">X3D.handleArguments(args)</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html#validationReport--">X3D.validationReport()</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html">CommandLine</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html#USAGE">CommandLine.USAGE</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/ConfigurationProperties.html">ConfigurationProperties</a>
     */
    public static void main(String args[])
    {
        System.out.println("Build this X3D model, showing validation diagnostics...");
        X3D thisExampleX3dModel = new BenningWithTexture().getX3dModel();
//      System.out.println("X3D model construction complete.");
	
        // next handle command line arguments
        boolean hasArguments = (args != null) && (args.length > 0);
        boolean validate = true; // default
        boolean argumentsLoadNewModel = false;
        String  fileName = new String();

        if (args != null)
        {
                for (String arg : args)
                {
                        if (arg.toLowerCase().startsWith("-v") || arg.toLowerCase().contains("validate"))
                        {
                                validate = true; // making sure
                        }
                        if (arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_X3D) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_CLASSICVRML) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_X3DB) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_VRML97) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_EXI) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_GZIP) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_ZIP) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_HTML) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_XHTML))
                        {
                                argumentsLoadNewModel = true;
                                fileName = arg;
                        }
                }
        }
        if      (argumentsLoadNewModel)
                System.out.println("WARNING: \"Savage.Tools.VRML1.BenningWithTexture\" model invocation is attempting to load file \"" + fileName + "\" instead of simply validating itself... file loading ignored.");
        else if (hasArguments) // if no arguments provided, this method produces usage warning
                thisExampleX3dModel.handleArguments(args);
	
        if (validate)
        {
            //  System.out.println("--- TODO fix duplicated outputs ---"); // omit when duplicated outputs problem is solved/refactored
		String validationResults = thisExampleX3dModel.validationReport();
            //  System.out.println("-----------------------------------"); // omit when duplicated outputs problem is solved/refactored
                System.out.print("Savage.Tools.VRML1.BenningWithTexture self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

                // experimental: test X3DJSAIL output files
                // Tools/VRML1/BenningWithTexture_JavaExport.* file validation is checked when building X3D Example Archives
                String filenameX3D  = "Tools/VRML1/BenningWithTexture_JavaExport.x3d"; 
                String filenameX3DV = "Tools/VRML1/BenningWithTexture_JavaExport.x3dv"; 
                String filenameJSON = "Tools/VRML1/BenningWithTexture_JavaExport.json";
                thisExampleX3dModel.toFileX3D        (filenameX3D);
                thisExampleX3dModel.toFileClassicVRML(filenameX3DV);
// TODO         thisExampleX3dModel.toFileJSON       (filenameJSON);
        }
    }
}
