package Savage.ShipsMilitary.CarrierNimitzUnitedStates;

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

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> A Nimitz Class aircraft carrier. </p>
 <p> Related links: Catalog page <a href="../../../../ShipsMilitary/CarrierNimitzUnitedStates/CarrierIndex.html" target="_blank">Carrier</a>,  source <a href="../../../../ShipsMilitary/CarrierNimitzUnitedStates/Carrier.java">Carrier.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="../../../../ShipsMilitary/CarrierNimitzUnitedStates/Carrier.x3d">Carrier.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> A Nimitz Class aircraft carrier </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Alan (No last name provided)email: cat@crash.cts.com </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> source </i> </td>
			<td> <a href="http://avalon.viewpoint.com/" target="_blank">http://avalon.viewpoint.com/</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> LT Patrick Sullivan </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 23 March 2005 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 20 October 2019 </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/ShipsMilitary/CarrierNimitzUnitedStates/Carrier.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/ShipsMilitary/CarrierNimitzUnitedStates/Carrier.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D-Edit 3.2, <a href="https://www.web3d.org/x3d/tools/X3D-Edit" target="_blank">https://www.web3d.org/x3d/tools/X3D-Edit</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> VizX3D, <a href="http://www.vivaty.com/downloads/studio" target="_blank">http://www.vivaty.com/downloads/studio</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> Vizthumbnail </i> </td>
			<td> Thumb_Carrier_x3d7464431139245789.jpg </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../ShipsMilitary/CarrierNimitzUnitedStates/../../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 Alan (No last name provided)email: cat@crash.cts.com
 */

public class Carrier
{
	/** Default constructor to create this object. */
	public Carrier ()
	{
	  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("Carrier.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("A Nimitz Class aircraft carrier"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Alan (No last name provided)email: cat@crash.cts.com"))
    .addMeta(new meta().setName(meta.NAME_SOURCE     ).setContent("http://avalon.viewpoint.com/"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("LT Patrick Sullivan"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("23 March 2005"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("20 October 2019"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/ShipsMilitary/CarrierNimitzUnitedStates/Carrier.x3d"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("VizX3D, http://www.vivaty.com/downloads/studio"))
    .addMeta(new meta().setName("Vizthumbnail").setContent("Thumb_Carrier_x3d7464431139245789.jpg"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setInfo(new String[] {"This Web3D World was created with Vizx3D, a Web3D authoring tool","www.vizx3d.com"}).setTitle("Vizx3D_1_2"))
    .addChild(new Transform("dad_GROUND")
      .addChild(new Group("GROUND")
        .addChild(new Transform("dad_Import_Base")
          .addComments(" X3D-to-VRML-97 XSL translation autogenerated by X3dToVrml97.xslt https://www.web3d.org/x3d/content/X3dToVrml97.xslt## Info: <X3D profile='Immersive'> differs from computed profile='Interchange' [X3D] VRML V3.0 utf8 PROFILE Immersive [head] META \"filename\" \"*enter FileNameWithNoAbbreviations.x3d here*\" META \"description\" \"*enter description here, short-sentence summaries preferred*\" META \"author\" \"*enter name of original author here*\" META \"translator\" \"*if manually translating VRML-to-X3 , enter name of person translating here*\" META \"created\" \"*enter date of initial version here*\" META \"translated\" \"*enter date of translation here*\" META \"revised\" \"*enter date of latest revision here*\" META \"version\" \"*enter version here, if any*\" META \"reference\" \"*enter reference citation or relative/online url here*\" META \"reference\" \"*enter additional url/bibliographic reference information here*\" META \"copyright\" \"*enter copyright information here* Example: Copyright (c) Web3D Consortiu Inc. 2002\" META \"Vizthumbnail\" \"Thumb_Nimitz_x3d17928371132129993.jpg\" META \"image\" \"*enter image filename/url here*\" META \"movie\" \"*enter movie filename/url here*\" META \"photo\" \"*enter photo filename/url here*\" META \"keywords\" \"*enter keywords here*\" META \"permissions\" \"*enter permission statements or url here*\" META \"warning\" \"*insert any known warnings, bugs or errors here*\" META \"url\" \"Nimitz.x3d\"## Warning: <meta name='identifier'/> filename doesn't match <meta name='title' content='*enter ileNameWithNoAbbreviations.x3d here*'/> META \"generator\" \"X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit\" META \"license\" \"../../license.html\" [appinfo] MetadataFloat contains a set of floating-point numbers in the value field. [appinfo] Metadata node only [appinfo] MetadataInteger contains a set of 32-bit integer numbers in the value field. [appinfo] Metadata node only [appinfo] MetadataSet contains a set of nodes in the value field. [appinfo] Metadata node only [appinfo] Meta ataString contains a set of strings in the value field. [appinfo] Metadata node only [Scene] ========== ========== ==========## Default X3D NavigationInfo ")
          .addChild(new Group("Import_Base")
            .addChild(new NavigationInfo("NavInfo1").setAvatarSize(new double[] {.25,1.6,.75}))
            .addChild(new Transform("dad_Group2")
              .addComments(" metadata## Warning: MetadataSet has more than one contained-child Metadata nodes with default @containerField='metadata'. Reset appropriate child nodes that are part of the set to have @containerField='value'## Warning: MetadataSet has more than one contained-child Metadata nodes with default @containerField='metadata'. Reset appropriate child nodes that are part of the set to have @containerField='value'## Warning: MetadataSet has contained-child Metadata node with @containerField='m tadata' but no child nodes with @containerField='value' Identifying metadata for the current simulation of interest ")
              .addChild(new Group("Group2")))
            .addChild(new Transform("dad_Group1").setScale(.018,.018,.018)
              .addChild(new Group("Group1")
                .addChild(new Transform("dad_dashblack")
                  .addChild(new Shape("dashblack")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("Black_mat").setAmbientIntensity(0).setDiffuseColor(0.0,0.0,0.0).setShininess(0.000)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(0.524).setCoordIndex(new int[] {0,1,2,-1,3,0,2,-1,4,0,3,-1,5,0,4,-1,6,0,5,-1,7,0,6,-1,8,0,7,-1,9,0,8,-1,10,0,9,-1,11,0,10,-1,12,0,11,-1,13,0,12,-1,14,0,13,-1,14,15,0,-1,16,17,18,-1,19,16,18,-1,20,16,19,-1,21,16,20,-1,22,16,21,-1,23,16,22,-1,24,16,23,-1,25,16,24,-1,26,16,25,-1,27,16,26,-1,28,16,27,-1,29,16,28,-1,30,16,29,-1,30,31,16,-1,32,33,34,-1,35,32,34,-1,36,32,35,-1,37,32,36,-1,38,32,37,-1,39,32,38,-1,40,32,39,-1,41,32,40,-1,42,32,41,-1,43,32,42,-1,44,32,43,-1,45,32,44,-1,46,32,45,-1,46,47,32,-1,48,49,50,-1,51,48,50,-1,52,48,51,-1,53,48,52,-1,54,48,53,-1,55,48,54,-1,56,48,55,-1,57,48,56,-1,58,48,57,-1,59,48,58,-1,60,48,59,-1,61,48,60,-1,62,48,61,-1,62,63,48,-1})
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_20_point())))))
                .addChild(new Transform("dad_ltgrey")
                  .addChild(new Shape("ltgrey")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material1_mat").setDiffuseColor(.65294,.65294,.65294).setShininess(0.000)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(0.524).setCoordIndex(getIndexedFaceSet_11_26_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_26_point())))))
                .addChild(new Transform("dad_mgrey")
                  .addChild(new Shape("mgrey")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material2_mat").setDiffuseColor(.40196,.40196,.40196).setShininess(0.000)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(0.524).setCoordIndex(getIndexedFaceSet_11_32_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_32_point())))))
                .addChild(new Transform("dad_primer")
                  .addChild(new Shape("primer")
                    .setAppearance(new Appearance()
                      .setMaterial(new Material("material4_mat").setAmbientIntensity(0).setDiffuseColor(.50196,0.0,0.0).setShininess(0.000)))
                    .setGeometry(new IndexedFaceSet().setCreaseAngle(1.571).setCoordIndex(getIndexedFaceSet_11_38_coordIndex())
                      .setCoord(new Coordinate().setPoint(getCoordinate_12_38_point())))))))))
        .addChild(new Viewpoint("Viewpoint1").setDescription("Carrier Side").setOrientation(-1.0,0.0,0.0,.114).setPosition(-3.037,40.3,211.44)))));
            }
            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_11_26_coordIndex_1()
		{
			int[] value = {0,1,2,-1,0,2,3,-1,4,5,1,-1,4,1,0,-1,6,7,8,-1,9,6,8,-1,5,6,9,-1,5,4,6,-1,10,11,12,-1,7,10,12,-1,7,6,10,-1,13,14,11,-1,13,11,10,-1,15,16,14,-1,15,14,13,-1,17,18,16,-1,17,16,15,-1,19,20,21,-1,19,21,22,-1,23,24,25,-1,23,25,26,-1,27,28,24,-1,27,24,23,-1,29,30,28,-1,29,28,27,-1,31,32,33,-1,33,34,35,-1,36,33,35,-1,36,31,33,-1,37,38,34,-1,37,34,33,-1,37,39,40,-1,41,37,40,-1,41,38,37,-1,42,43,44,-1,42,44,45,-1,1,46,47,-1,1,47,2,-1,5,48,49,-1,5,49,1,-1,9,50,51,-1,9,51,5,-1,52,53,54,-1,55,56,57,-1,58,59,60,-1,58,60,57,-1,61,62,63,-1,61,63,58,-1,64,61,11,-1,14,65,66,-1,14,66,11,-1,16,67,68,-1,16,68,14,-1,69,16,18,-1,69,21,20,-1,24,70,69,-1,24,69,25,-1,28,30,70,-1,28,70,24,-1,71,16,69,-1,70,30,72,-1,73,70,72,-1,73,74,70,-1,74,73,75,-1,76,77,75,-1,76,75,73,-1,77,76,78,-1,79,80,78,-1,78,76,81,-1,81,79,78,-1,82,80,79,-1,82,79,83,-1,36,83,79,-1,36,79,31,-1,84,85,86,-1,84,86,87,-1,84,87,35,-1,34,84,35,-1,38,84,34,-1,38,41,84,-1,86,85,88,-1,89,86,88,-1,80,86,89,-1,80,82,86,-1,90,89,88,-1,90,88,91,-1,80,89,92,-1,80,92,78,-1,93,77,78,-1,92,93,78,-1,94,93,92,-1,94,95,93,-1,96,74,75,-1,77,96,75,-1,93,96,77,-1,93,97,96,-1,98,99,100,-1,98,100,101,-1,102,103,104,-1,102,104,105,-1,106,107,108,-1,106,108,109,-1,110,111,112,-1,110,112,113,-1,114,115,116,-1,114,116,117,-1,118,119,120,-1,69,118,120,-1,70,118,69,-1,70,74,118,-1,56,121,12,-1,11,56,12,-1,61,56,11,-1,58,56,61,-1,58,57,56,-1,91,40,39,-1,122,91,39,-1,122,90,91,-1,123,92,89,-1,123,89,124,-1,89,90,124,-1,94,92,123,-1,125,126,127,-1,125,127,128,-1,129,130,95,-1,129,95,94,-1,123,131,129,-1,123,129,94,-1,132,133,134,-1,135,132,134,-1,135,131,136,-1,136,132,135,-1,137,129,131,-1,137,131,135,-1,138,139,140,-1,141,138,140,-1,142,138,141,-1,143,138,142,-1,143,144,138,-1,133,132,145,-1,146,145,132,-1,146,132,147,-1,148,149,150,-1,148,150,151,-1,148,152,153,-1,148,153,149,-1,153,152,154,-1,152,155,156,-1,152,156,154,-1,157,158,149,-1,159,160,158,-1,159,158,157,-1,153,154,160,-1,153,160,159,-1,149,153,159,-1,149,159,157,-1,150,149,158,-1,142,150,158,-1,142,141,150,-1,160,143,142,-1,160,142,158,-1,160,156,161,-1,144,160,161,-1,144,143,160,-1,161,162,138,-1,161,138,144,-1,163,138,162,-1,130,129,137,-1,139,130,137,-1,138,130,139,-1,163,130,138,-1,163,164,130,-1,162,165,166,-1,162,166,163,-1,166,167,164,-1,166,164,163,-1,161,156,155,-1,161,155,168,-1,169,170,165,-1,169,165,171,-1,169,172,173,-1,174,169,173,-1,174,170,169,-1,175,176,173,-1,175,173,172,-1,173,176,177,-1,178,173,177,-1,178,179,173,-1,174,179,165,-1,174,165,170,-1,179,174,173,-1,165,179,166,-1,180,3,2,-1,180,2,181,-1,182,183,184,-1,182,184,185,-1,183,186,187,-1,183,187,184,-1,188,189,190,-1,188,190,191,-1,192,193,194,-1,192,194,195,-1,196,197,198,-1,199,196,198,-1,199,200,196,-1,201,202,203,-1,204,201,203,-1,205,201,204,-1,205,200,201,-1,200,199,206,-1,200,206,201,-1,207,208,202,-1,201,207,202,-1,201,209,207,-1,201,206,210,-1,201,210,209,-1,211,212,213,-1,211,213,191,-1,214,215,216,-1,214,216,211,-1,192,217,218,-1,192,218,214,-1,195,219,220,-1,195,220,192,-1,205,221,222,-1,205,222,195,-1,204,223,224,-1,204,224,205,-1,225,226,227,-1,225,227,228,-1,229,207,209,-1,230,209,231,-1,210,232,231,-1,210,231,209,-1,233,234,231,-1,233,231,232,-1,235,236,234,-1,235,234,233,-1,237,238,236,-1,237,236,235,-1,239,240,238,-1,239,238,237,-1,241,242,240,-1,241,240,239,-1,180,181,242,-1,180,242,241,-1,181,243,244,-1,181,244,242,-1,234,245,246,-1,234,246,231,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_2()
		{
			int[] value = {236,247,248,-1,236,248,234,-1,238,249,250,-1,238,250,236,-1,240,251,252,-1,240,252,238,-1,242,253,254,-1,242,254,240,-1,255,256,257,-1,255,257,258,-1,259,260,261,-1,259,261,262,-1,263,264,265,-1,263,265,266,-1,267,268,269,-1,267,269,270,-1,183,191,271,-1,183,271,272,-1,181,2,273,-1,181,273,274,-1,275,276,277,-1,278,275,277,-1,278,279,275,-1,175,280,281,-1,175,281,176,-1,177,176,281,-1,178,177,281,-1,178,281,282,-1,283,178,282,-1,283,284,178,-1,282,184,187,-1,285,282,187,-1,286,282,285,-1,287,282,286,-1,287,283,282,-1,281,280,185,-1,184,281,185,-1,184,282,281,-1,3,180,241,-1,239,3,241,-1,237,3,239,-1,235,3,237,-1,233,3,235,-1,232,3,233,-1,210,3,232,-1,210,10,6,-1,4,210,6,-1,0,210,4,-1,0,3,210,-1,199,13,10,-1,210,199,10,-1,210,206,199,-1,15,13,199,-1,15,199,198,-1,19,22,17,-1,15,19,17,-1,29,19,15,-1,27,19,29,-1,23,19,27,-1,23,26,19,-1,32,122,39,-1,37,32,39,-1,37,33,32,-1,288,289,29,-1,15,288,29,-1,198,288,15,-1,189,288,198,-1,188,288,189,-1,188,147,290,-1,291,188,290,-1,122,188,291,-1,32,188,122,-1,32,288,188,-1,292,146,147,-1,188,292,147,-1,188,293,292,-1,151,294,295,-1,168,151,295,-1,168,155,152,-1,148,168,152,-1,148,151,168,-1,182,168,295,-1,293,182,295,-1,293,188,182,-1,280,171,168,-1,182,280,168,-1,182,185,280,-1,296,297,298,-1,299,300,301,-1,302,303,304,-1,305,302,304,-1,305,306,302,-1,167,166,179,-1,178,167,179,-1,178,284,167,-1,307,211,191,-1,307,191,190,-1,308,214,211,-1,308,211,307,-1,193,192,214,-1,193,214,308,-1,309,205,195,-1,196,200,205,-1,310,311,312,-1,313,310,312,-1,313,314,315,-1,315,310,313,-1,81,76,316,-1,81,316,317,-1,318,72,319,-1,320,318,319,-1,81,318,320,-1,81,317,318,-1,73,72,318,-1,73,318,321,-1,76,73,321,-1,76,321,316,-1,318,317,322,-1,318,322,323,-1,321,318,323,-1,321,323,324,-1,316,321,324,-1,316,324,325,-1,317,316,325,-1,317,325,322,-1,324,323,326,-1,324,326,327,-1,325,324,327,-1,325,327,328,-1,322,325,328,-1,322,328,329,-1,323,322,329,-1,323,329,326,-1,328,327,128,-1,328,128,127,-1,329,328,127,-1,329,127,126,-1,326,329,126,-1,326,126,125,-1,327,326,125,-1,327,125,128,-1,330,331,332,-1,333,330,332,-1,333,334,330,-1,319,72,335,-1,319,335,336,-1,289,319,336,-1,289,336,337,-1,29,289,337,-1,29,337,338,-1,30,29,338,-1,30,338,339,-1,72,30,339,-1,72,339,335,-1,288,32,340,-1,288,340,341,-1,320,288,341,-1,320,341,342,-1,81,320,342,-1,81,342,343,-1,79,81,343,-1,79,343,344,-1,31,79,344,-1,31,344,345,-1,32,31,345,-1,32,345,340,-1,338,337,346,-1,337,347,346,-1,339,338,346,-1,339,346,348,-1,335,339,348,-1,335,348,349,-1,336,335,349,-1,336,349,350,-1,337,336,350,-1,337,350,347,-1,344,343,351,-1,344,351,352,-1,345,344,352,-1,345,352,353,-1,340,345,353,-1,340,353,354,-1,341,340,354,-1,341,354,355,-1,342,341,355,-1,342,355,356,-1,343,342,356,-1,343,356,351,-1,349,348,357,-1,349,357,358,-1,350,349,358,-1,350,358,359,-1,347,350,359,-1,347,359,360,-1,346,347,360,-1,346,360,361,-1,348,346,361,-1,348,361,357,-1,355,354,362,-1,355,362,363,-1,356,355,363,-1,356,363,364,-1,351,356,364,-1,351,364,365,-1,352,351,365,-1,352,365,366,-1,353,352,366,-1,353,366,367,-1,354,353,367,-1,354,367,362,-1,360,359,330,-1,360,330,334,-1,361,360,334,-1,361,334,333,-1,357,361,333,-1,357,333,332,-1,358,357,332,-1,358,332,331,-1,359,358,331,-1,359,331,330,-1,366,365,311,-1,366,311,310,-1,367,366,310,-1,367,310,315,-1,362,367,315,-1,362,315,314,-1,363,362,314,-1,363,314,313,-1,364,363,313,-1,364,313,312,-1,365,364,312,-1,365,312,311,-1,368,369,370,-1,371,368,370,-1,320,368,371,-1,319,368,320,-1,372,368,319,-1,372,373,368,-1,374,375,376,-1,377,374,376,-1,288,374,377,-1,320,374,288,-1,371,374,320,-1,371,378,374,-1,379,380,381,-1,382,379,381,-1,289,379,382,-1,288,379,289,-1,377,379,288,-1,377,383,379,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_3()
		{
			int[] value = {384,385,386,-1,372,384,386,-1,319,384,372,-1,289,384,319,-1,382,384,289,-1,382,387,384,-1,375,374,388,-1,375,388,389,-1,380,379,390,-1,380,390,391,-1,385,384,392,-1,385,392,393,-1,369,368,394,-1,369,394,395,-1,370,396,397,-1,378,370,397,-1,378,371,370,-1,386,398,399,-1,373,386,399,-1,373,372,386,-1,376,400,401,-1,383,376,401,-1,383,377,376,-1,381,402,403,-1,387,381,403,-1,387,382,381,-1,396,404,405,-1,396,405,397,-1,398,406,407,-1,398,407,399,-1,400,408,409,-1,400,409,401,-1,402,410,411,-1,402,411,403,-1,384,387,403,-1,398,386,385,-1,402,381,380,-1,379,383,401,-1,400,376,375,-1,374,378,397,-1,368,373,399,-1,396,370,369,-1,392,384,403,-1,392,403,411,-1,385,393,406,-1,385,406,398,-1,380,391,410,-1,380,410,402,-1,390,379,401,-1,390,401,409,-1,375,389,408,-1,375,408,400,-1,388,374,397,-1,388,397,405,-1,394,368,399,-1,394,399,407,-1,369,395,404,-1,369,404,396,-1,86,82,83,-1,36,35,87,-1,91,88,85,-1,84,41,40,-1,83,36,87,-1,83,87,86,-1,85,84,40,-1,85,40,91,-1,412,413,414,-1,415,412,414,-1,415,416,412,-1,136,131,417,-1,136,417,418,-1,419,124,420,-1,421,419,420,-1,136,419,421,-1,136,418,419,-1,123,124,419,-1,123,419,422,-1,131,123,422,-1,131,422,417,-1,419,418,423,-1,419,423,424,-1,422,419,424,-1,422,424,425,-1,417,422,425,-1,417,425,426,-1,418,417,426,-1,418,426,423,-1,425,424,427,-1,425,427,428,-1,426,425,428,-1,426,428,429,-1,423,426,429,-1,423,429,430,-1,424,423,430,-1,424,430,427,-1,429,428,45,-1,429,45,44,-1,430,429,44,-1,430,44,43,-1,427,430,43,-1,427,43,42,-1,428,427,42,-1,428,42,45,-1,431,432,433,-1,434,431,433,-1,434,435,431,-1,290,147,436,-1,290,436,437,-1,421,290,437,-1,421,437,438,-1,136,421,438,-1,136,438,439,-1,132,136,439,-1,132,439,440,-1,147,132,440,-1,147,440,436,-1,420,124,441,-1,420,441,442,-1,291,420,442,-1,291,442,443,-1,122,291,443,-1,122,443,444,-1,90,122,444,-1,90,444,445,-1,124,90,445,-1,124,445,441,-1,439,438,446,-1,439,446,447,-1,440,439,447,-1,440,447,448,-1,436,440,448,-1,436,448,449,-1,437,436,449,-1,437,449,450,-1,438,437,450,-1,438,450,446,-1,444,443,451,-1,444,451,452,-1,445,444,452,-1,445,452,453,-1,441,445,453,-1,441,453,454,-1,442,441,454,-1,442,454,455,-1,443,442,455,-1,443,455,451,-1,449,448,456,-1,449,456,457,-1,450,449,457,-1,450,457,458,-1,446,450,458,-1,446,458,459,-1,447,446,459,-1,447,459,460,-1,448,447,460,-1,448,460,456,-1,454,453,461,-1,454,461,462,-1,455,454,462,-1,455,462,463,-1,451,455,463,-1,451,463,464,-1,452,451,464,-1,452,464,465,-1,453,452,465,-1,453,465,461,-1,459,458,412,-1,459,412,416,-1,460,459,416,-1,460,416,415,-1,456,460,415,-1,456,415,414,-1,457,456,414,-1,457,414,413,-1,458,457,413,-1,458,413,412,-1,464,463,431,-1,464,431,435,-1,465,464,435,-1,465,435,434,-1,461,465,434,-1,461,434,433,-1,462,461,433,-1,462,433,432,-1,463,462,432,-1,463,432,431,-1,466,467,468,-1,469,466,468,-1,421,466,469,-1,420,466,421,-1,470,466,420,-1,470,471,466,-1,472,473,474,-1,475,472,474,-1,290,472,475,-1,421,472,290,-1,469,472,421,-1,469,476,472,-1,477,478,479,-1,480,477,479,-1,291,477,480,-1,290,477,291,-1,475,477,290,-1,475,481,477,-1,482,483,484,-1,470,482,484,-1,420,482,470,-1,291,482,420,-1,480,482,291,-1,480,485,482,-1,473,472,486,-1,473,486,487,-1,478,477,488,-1,478,488,489,-1,483,482,490,-1,483,490,491,-1,467,466,492,-1,467,492,493,-1,484,494,495,-1,471,484,495,-1,471,470,484,-1,468,496,497,-1,476,468,497,-1,476,469,468,-1,479,498,499,-1,485,479,499,-1,485,480,479,-1,474,500,501,-1,481,474,501,-1,481,475,474,-1,494,502,503,-1,494,503,495,-1,496,504,505,-1,496,505,497,-1,498,506,507,-1,498,507,499,-1,500,508,509,-1,500,509,501,-1,482,485,499,-1,498,479,478,-1,477,481,501,-1,500,474,473,-1,494,484,483,-1,466,471,495,-1,496,468,467,-1,472,476,497,-1,490,482,499,-1,490,499,507,-1,478,489,506,-1,478,506,498,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_4()
		{
			int[] value = {488,477,501,-1,488,501,509,-1,473,487,508,-1,473,508,500,-1,483,491,502,-1,483,502,494,-1,492,466,495,-1,492,495,503,-1,467,493,504,-1,467,504,496,-1,486,472,497,-1,486,497,505,-1,294,510,511,-1,292,294,511,-1,293,294,292,-1,293,295,294,-1,139,137,135,-1,512,511,510,-1,512,510,513,-1,514,512,513,-1,514,513,515,-1,135,134,514,-1,515,135,514,-1,140,135,515,-1,140,139,135,-1,160,153,156,-1,280,175,172,-1,169,280,172,-1,169,171,280,-1,197,194,193,-1,308,197,193,-1,307,197,308,-1,190,197,307,-1,189,197,190,-1,189,198,197,-1,516,517,518,-1,516,518,519,-1,520,521,522,-1,520,522,523,-1,524,525,526,-1,527,524,526,-1,527,528,524,-1,208,529,203,-1,208,203,202,-1,530,531,532,-1,530,532,533,-1,534,535,536,-1,534,536,537,-1,538,539,540,-1,538,540,541,-1,542,543,544,-1,545,546,547,-1,545,547,548,-1,549,550,551,-1,552,549,551,-1,552,553,549,-1,554,555,556,-1,557,558,559,-1,560,557,559,-1,560,561,557,-1,562,563,564,-1,562,564,565,-1,566,567,568,-1,566,568,569,-1,570,8,7,-1,571,572,573,-1,571,573,574,-1,575,576,577,-1,575,577,578,-1,579,580,581,-1,579,581,582,-1,583,584,183,-1,585,191,586,-1,587,588,211,-1,589,590,214,-1,591,592,192,-1,593,594,195,-1,595,596,205,-1,597,598,599,-1,597,599,600,-1,601,602,603,-1,601,603,604,-1,605,606,607,-1,605,607,608,-1,609,610,611,-1,609,611,612,-1,613,614,615,-1,613,615,616,-1,617,618,209,-1,619,620,621,-1,619,621,622,-1,623,624,231,-1,625,626,627,-1,625,627,628,-1,629,630,234,-1,631,632,633,-1,631,633,634,-1,635,636,236,-1,637,638,238,-1,639,640,641,-1,639,641,642,-1,643,644,645,-1,643,645,646,-1,647,648,649,-1,647,649,650,-1,651,652,653,-1,651,653,654,-1,655,656,240,-1,657,658,659,-1,657,659,660,-1,661,662,663,-1,661,663,664,-1,665,242,666,-1,667,668,181,-1,669,670,671,-1,669,671,672,-1,673,674,61,-1,675,676,58,-1,677,678,57,-1,679,680,681,-1,679,681,682,-1,683,684,685,-1,683,685,686,-1,687,688,689,-1,687,689,690,-1,691,2,692,-1,693,694,695,-1,693,695,696,-1,697,698,1,-1,699,700,5,-1,701,702,703,-1,701,703,704,-1,705,706,707,-1,705,707,708,-1,709,710,711,-1,709,711,712,-1,713,714,715,-1,713,715,716,-1,717,718,719,-1,717,719,720,-1,721,722,723,-1,721,723,724,-1,725,726,727,-1,725,727,728,-1,729,730,731,-1,729,731,732,-1,733,734,735,-1,733,735,736,-1,737,738,739,-1,737,739,740,-1,741,742,743,-1,741,743,744,-1,745,746,11,-1,747,748,14,-1,749,750,16,-1,751,752,753,-1,751,753,754,-1,755,756,757,-1,755,757,758,-1,759,760,761,-1,759,761,762,-1,763,764,69,-1,765,118,96,-1,765,96,766,-1,767,768,186,-1,767,186,584,-1,285,187,769,-1,583,272,770,-1,583,770,771,-1,586,213,772,-1,586,772,773,-1,774,271,585,-1,774,585,775,-1,776,212,588,-1,776,588,777,-1,587,216,778,-1,587,778,779,-1,780,215,590,-1,780,590,781,-1,589,218,782,-1,589,782,783,-1,784,217,592,-1,784,592,785,-1,591,220,786,-1,591,786,787,-1,788,219,594,-1,788,594,789,-1,593,222,790,-1,593,790,791,-1,792,221,596,-1,792,596,793,-1,595,224,794,-1,595,794,795,-1,796,223,611,-1,796,611,797,-1,600,259,625,-1,600,625,518,-1,632,266,597,-1,632,597,517,-1,598,265,798,-1,598,798,799,-1,800,260,599,-1,800,599,801,-1,604,255,619,-1,604,619,522,-1,626,262,601,-1,626,601,521,-1,602,261,802,-1,602,802,803,-1,804,256,603,-1,804,603,805,-1,528,608,225,-1,528,225,615,-1,620,258,605,-1,620,605,527,-1,606,257,806,-1,606,806,807,-1,808,226,607,-1,808,607,809,-1,204,203,612,-1,616,228,609,-1,616,609,529,-1,610,227,810,-1,610,810,811,-1,812,264,649,-1,812,649,813,-1,207,613,208,-1,614,229,618,-1,614,618,524,-1,617,230,624,-1,617,624,525,-1,523,622,245,-1,523,245,630,-1,623,246,621,-1,623,621,526,-1,519,628,247,-1,519,247,636,-1,629,248,627,-1,629,627,520,-1,533,634,249,-1,533,249,638,-1,650,263,631,-1,650,631,532,-1,635,250,633,-1,635,633,516,-1,637,252,641,-1,637,641,530,-1,537,642,251,-1,537,251,656,-1,646,267,639,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_5()
		{
			int[] value = {646,639,536,-1,640,270,647,-1,640,647,531,-1,652,300,643,-1,652,643,535,-1,644,299,659,-1,644,659,814,-1,815,816,268,-1,815,268,645,-1,648,269,817,-1,648,817,818,-1,541,654,253,-1,541,253,665,-1,660,301,651,-1,660,651,540,-1,655,254,653,-1,655,653,534,-1,819,304,683,-1,819,683,820,-1,658,305,821,-1,658,821,822,-1,662,306,657,-1,662,657,539,-1,544,664,243,-1,544,243,668,-1,670,302,661,-1,670,661,543,-1,666,244,663,-1,666,663,538,-1,667,274,671,-1,667,671,542,-1,548,672,273,-1,548,273,691,-1,684,303,669,-1,684,669,547,-1,673,64,746,-1,673,746,549,-1,553,724,62,-1,553,62,674,-1,675,63,723,-1,675,723,554,-1,556,720,59,-1,556,59,676,-1,677,60,719,-1,677,719,558,-1,702,55,678,-1,702,678,557,-1,823,824,99,-1,823,99,715,-1,682,100,825,-1,682,825,826,-1,827,686,297,-1,827,297,679,-1,680,296,687,-1,680,687,564,-1,694,101,681,-1,694,681,563,-1,688,298,685,-1,688,685,546,-1,565,690,46,-1,565,46,698,-1,692,47,689,-1,692,689,545,-1,569,696,48,-1,569,48,700,-1,716,98,693,-1,716,693,568,-1,697,49,695,-1,697,695,562,-1,699,51,711,-1,699,711,566,-1,704,54,705,-1,704,705,570,-1,56,701,121,-1,561,728,52,-1,561,52,703,-1,9,8,708,-1,706,53,727,-1,706,727,571,-1,574,712,50,-1,574,50,707,-1,736,102,709,-1,736,709,573,-1,710,105,713,-1,710,713,567,-1,714,104,828,-1,714,828,829,-1,830,831,103,-1,830,103,735,-1,730,275,832,-1,730,832,833,-1,834,835,279,-1,834,279,737,-1,722,277,717,-1,722,717,555,-1,718,276,729,-1,718,729,559,-1,738,278,721,-1,738,721,552,-1,732,106,725,-1,732,725,560,-1,726,109,733,-1,726,733,572,-1,836,837,107,-1,836,107,731,-1,734,108,838,-1,734,838,839,-1,840,841,111,-1,840,111,757,-1,740,112,842,-1,740,842,843,-1,742,113,739,-1,742,739,551,-1,578,744,65,-1,578,65,748,-1,758,110,741,-1,758,741,577,-1,745,66,743,-1,745,743,550,-1,747,68,753,-1,747,753,575,-1,749,71,764,-1,749,764,579,-1,582,754,67,-1,582,67,750,-1,762,114,751,-1,762,751,581,-1,752,117,755,-1,752,755,576,-1,844,845,115,-1,844,115,761,-1,756,116,846,-1,756,846,847,-1,763,120,759,-1,763,759,580,-1,760,119,848,-1,760,848,849,-1,118,74,96,-1,768,769,187,-1,768,187,186,-1,583,183,272,-1,584,583,771,-1,584,771,767,-1,584,186,183,-1,585,586,773,-1,585,773,775,-1,585,271,191,-1,586,191,213,-1,774,770,272,-1,774,272,271,-1,776,772,213,-1,776,213,212,-1,780,778,216,-1,780,216,215,-1,587,211,216,-1,588,587,779,-1,588,779,777,-1,588,212,211,-1,589,214,218,-1,590,589,783,-1,590,783,781,-1,590,215,214,-1,784,782,218,-1,784,218,217,-1,788,786,220,-1,788,220,219,-1,591,192,220,-1,592,591,787,-1,592,787,785,-1,592,217,192,-1,593,195,222,-1,594,593,791,-1,594,791,789,-1,594,219,195,-1,792,790,222,-1,792,222,221,-1,796,794,224,-1,796,224,223,-1,595,205,224,-1,596,595,795,-1,596,795,793,-1,596,221,205,-1,597,600,518,-1,597,518,517,-1,598,597,266,-1,598,266,265,-1,599,598,799,-1,599,799,801,-1,600,599,260,-1,600,260,259,-1,601,604,522,-1,601,522,521,-1,602,601,262,-1,602,262,261,-1,603,602,803,-1,603,803,805,-1,604,603,256,-1,604,256,255,-1,605,608,528,-1,605,528,527,-1,606,605,258,-1,606,258,257,-1,607,606,807,-1,607,807,809,-1,608,607,226,-1,608,226,225,-1,609,612,203,-1,609,203,529,-1,610,609,228,-1,610,228,227,-1,611,610,811,-1,611,811,797,-1,612,611,223,-1,612,223,204,-1,808,810,227,-1,808,227,226,-1,804,806,257,-1,804,257,256,-1,800,802,261,-1,800,261,260,-1,812,798,265,-1,812,265,264,-1,613,616,529,-1,613,529,208,-1,614,613,207,-1,614,207,229,-1,615,614,524,-1,615,524,528,-1,616,615,225,-1,616,225,228,-1,617,209,230,-1,618,617,525,-1,618,525,524,-1,618,229,209,-1,619,622,523,-1,619,523,522,-1,620,619,255,-1,620,255,258,-1,621,620,527,-1,621,527,526,-1,622,621,246,-1,622,246,245,-1,623,231,246,-1,624,623,526,-1,624,526,525,-1,624,230,231,-1,625,628,519,-1,625,519,518,-1,626,625,259,-1,626,259,262,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_6()
		{
			int[] value = {627,626,521,-1,627,521,520,-1,628,627,248,-1,628,248,247,-1,629,234,248,-1,630,629,520,-1,630,520,523,-1,630,245,234,-1,631,634,533,-1,631,533,532,-1,632,631,263,-1,632,263,266,-1,633,632,517,-1,633,517,516,-1,634,633,250,-1,634,250,249,-1,635,236,250,-1,636,635,516,-1,636,516,519,-1,636,247,236,-1,637,238,252,-1,638,637,530,-1,638,530,533,-1,638,249,238,-1,639,642,537,-1,639,537,536,-1,640,639,267,-1,640,267,270,-1,641,640,531,-1,641,531,530,-1,642,641,252,-1,642,252,251,-1,643,646,536,-1,643,536,535,-1,644,643,300,-1,644,300,299,-1,645,644,814,-1,645,814,815,-1,646,645,268,-1,646,268,267,-1,816,817,269,-1,816,269,268,-1,647,650,532,-1,647,532,531,-1,648,647,270,-1,648,270,269,-1,649,648,818,-1,649,818,813,-1,650,649,264,-1,650,264,263,-1,651,654,541,-1,651,541,540,-1,652,651,301,-1,652,301,300,-1,653,652,535,-1,653,535,534,-1,654,653,254,-1,654,254,253,-1,655,240,254,-1,656,655,534,-1,656,534,537,-1,656,251,240,-1,819,821,305,-1,819,305,304,-1,657,660,540,-1,657,540,539,-1,658,657,306,-1,658,306,305,-1,659,658,822,-1,659,822,814,-1,660,659,299,-1,660,299,301,-1,661,664,544,-1,661,544,543,-1,662,661,302,-1,662,302,306,-1,663,662,539,-1,663,539,538,-1,664,663,244,-1,664,244,243,-1,665,666,538,-1,665,538,541,-1,665,253,242,-1,666,242,244,-1,667,181,274,-1,668,667,542,-1,668,542,544,-1,668,243,181,-1,669,672,548,-1,669,548,547,-1,670,669,303,-1,670,303,302,-1,671,670,543,-1,671,543,542,-1,672,671,274,-1,672,274,273,-1,673,61,64,-1,674,673,549,-1,674,549,553,-1,674,62,61,-1,675,58,63,-1,676,675,554,-1,676,554,556,-1,676,59,58,-1,677,57,60,-1,678,677,558,-1,678,558,557,-1,678,55,57,-1,824,825,100,-1,824,100,99,-1,679,682,826,-1,679,826,827,-1,680,679,297,-1,680,297,296,-1,681,680,564,-1,681,564,563,-1,682,681,101,-1,682,101,100,-1,683,686,827,-1,683,827,820,-1,684,683,304,-1,684,304,303,-1,685,684,547,-1,685,547,546,-1,686,685,298,-1,686,298,297,-1,687,690,565,-1,687,565,564,-1,688,687,296,-1,688,296,298,-1,689,688,546,-1,689,546,545,-1,690,689,47,-1,690,47,46,-1,691,692,545,-1,691,545,548,-1,691,273,2,-1,692,2,47,-1,693,696,569,-1,693,569,568,-1,694,693,98,-1,694,98,101,-1,695,694,563,-1,695,563,562,-1,696,695,49,-1,696,49,48,-1,697,1,49,-1,698,697,562,-1,698,562,565,-1,698,46,1,-1,699,5,51,-1,700,699,566,-1,700,566,569,-1,700,48,5,-1,701,704,570,-1,701,570,121,-1,702,701,56,-1,702,56,55,-1,703,702,557,-1,703,557,561,-1,704,703,52,-1,704,52,54,-1,705,708,8,-1,705,8,570,-1,706,705,54,-1,706,54,53,-1,707,706,571,-1,707,571,574,-1,708,707,50,-1,708,50,9,-1,709,712,574,-1,709,574,573,-1,710,709,102,-1,710,102,105,-1,711,710,567,-1,711,567,566,-1,712,711,51,-1,712,51,50,-1,713,716,568,-1,713,568,567,-1,714,713,105,-1,714,105,104,-1,715,714,829,-1,715,829,823,-1,716,715,99,-1,716,99,98,-1,831,828,104,-1,831,104,103,-1,835,832,275,-1,835,275,279,-1,717,720,556,-1,717,556,555,-1,718,717,277,-1,718,277,276,-1,719,718,559,-1,719,559,558,-1,720,719,60,-1,720,60,59,-1,721,724,553,-1,721,553,552,-1,722,721,278,-1,722,278,277,-1,723,722,555,-1,723,555,554,-1,724,723,63,-1,724,63,62,-1,725,728,561,-1,725,561,560,-1,726,725,106,-1,726,106,109,-1,727,726,572,-1,727,572,571,-1,728,727,53,-1,728,53,52,-1,729,732,560,-1,729,560,559,-1,730,729,276,-1,730,276,275,-1,731,730,833,-1,731,833,836,-1,732,731,107,-1,732,107,106,-1,837,838,108,-1,837,108,107,-1,733,736,573,-1,733,573,572,-1,734,733,109,-1,734,109,108,-1,735,734,839,-1,735,839,830,-1,736,735,103,-1,736,103,102,-1,841,842,112,-1,841,112,111,-1,737,740,843,-1,737,843,834,-1,738,737,279,-1,738,279,278,-1,739,738,552,-1,739,552,551,-1,740,739,113,-1,740,113,112,-1,741,744,578,-1,741,578,577,-1,742,741,110,-1,742,110,113,-1,743,742,551,-1,743,551,550,-1,744,743,66,-1,744,66,65,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_7()
		{
			int[] value = {745,11,66,-1,746,745,550,-1,746,550,549,-1,746,64,11,-1,747,14,68,-1,748,747,575,-1,748,575,578,-1,748,65,14,-1,749,16,71,-1,750,749,579,-1,750,579,582,-1,750,67,16,-1,751,754,582,-1,751,582,581,-1,752,751,114,-1,752,114,117,-1,753,752,576,-1,753,576,575,-1,754,753,68,-1,754,68,67,-1,845,846,116,-1,845,116,115,-1,755,758,577,-1,755,577,576,-1,756,755,117,-1,756,117,116,-1,757,756,847,-1,757,847,840,-1,758,757,111,-1,758,111,110,-1,759,762,581,-1,759,581,580,-1,760,759,120,-1,760,120,119,-1,761,760,849,-1,761,849,844,-1,762,761,115,-1,762,115,114,-1,763,69,120,-1,764,763,580,-1,764,580,579,-1,764,71,69,-1,765,848,119,-1,765,119,118,-1,292,511,146,-1,294,151,510,-1,134,133,514,-1,140,515,141,-1,511,512,145,-1,511,145,146,-1,513,510,151,-1,513,151,150,-1,512,514,133,-1,512,133,145,-1,515,513,150,-1,515,150,141,-1,21,69,18,-1,25,69,20,-1,26,25,20,-1,26,20,19,-1,22,21,18,-1,22,18,17,-1,194,197,196,-1,194,196,309,-1,309,195,194,-1,196,205,309,-1,850,851,852,-1,850,852,853,-1,854,855,856,-1,856,857,858,-1,858,854,856,-1,859,860,861,-1,859,861,862,-1,861,860,863,-1,863,864,865,-1,866,863,865,-1,866,861,863,-1,863,867,868,-1,863,868,864,-1,867,859,862,-1,867,862,868,-1,869,870,863,-1,869,863,860,-1,870,871,867,-1,870,867,863,-1,871,872,859,-1,871,859,867,-1,872,869,860,-1,872,860,859,-1,873,874,871,-1,873,871,870,-1,874,875,872,-1,874,872,871,-1,875,876,869,-1,875,869,872,-1,876,873,870,-1,876,870,869,-1,851,850,875,-1,851,875,874,-1,850,853,876,-1,850,876,875,-1,853,852,873,-1,853,873,876,-1,852,851,874,-1,852,874,873,-1,877,878,879,-1,879,880,881,-1,881,877,879,-1,882,883,884,-1,882,884,885,-1,883,886,866,-1,883,866,884,-1,886,887,861,-1,886,861,866,-1,887,888,889,-1,887,889,861,-1,888,882,885,-1,888,885,889,-1,890,891,865,-1,890,865,864,-1,891,892,893,-1,891,893,865,-1,892,894,895,-1,892,895,893,-1,894,896,897,-1,894,897,895,-1,896,890,864,-1,896,864,897,-1,898,899,887,-1,898,887,886,-1,899,900,888,-1,899,888,887,-1,900,901,882,-1,900,882,888,-1,901,902,883,-1,901,883,882,-1,902,898,886,-1,902,886,883,-1,903,904,894,-1,903,894,892,-1,904,905,896,-1,904,896,894,-1,905,906,890,-1,905,890,896,-1,906,907,891,-1,906,891,890,-1,907,903,892,-1,907,892,891,-1,908,909,901,-1,908,901,900,-1,909,910,902,-1,909,902,901,-1,910,911,898,-1,910,898,902,-1,911,912,899,-1,911,899,898,-1,912,908,900,-1,912,900,899,-1,913,914,906,-1,913,906,905,-1,914,915,907,-1,914,907,906,-1,915,916,903,-1,915,903,907,-1,916,917,904,-1,916,904,903,-1,917,913,905,-1,917,905,904,-1,856,855,911,-1,856,911,910,-1,855,854,912,-1,855,912,911,-1,854,858,908,-1,854,908,912,-1,858,857,909,-1,858,909,908,-1,857,856,910,-1,857,910,909,-1,879,878,916,-1,879,916,915,-1,878,877,917,-1,878,917,916,-1,877,881,913,-1,877,913,917,-1,881,880,914,-1,881,914,913,-1,880,879,915,-1,880,915,914,-1,918,919,920,-1,921,918,920,-1,922,918,921,-1,923,918,922,-1,866,918,923,-1,866,865,918,-1,923,924,925,-1,926,923,925,-1,927,923,926,-1,928,923,927,-1,884,923,928,-1,884,866,923,-1,928,929,930,-1,931,928,930,-1,932,928,931,-1,933,928,932,-1,893,928,933,-1,893,884,928,-1,933,934,935,-1,936,933,935,-1,937,933,936,-1,918,933,937,-1,865,933,918,-1,865,893,933,-1,938,939,926,-1,938,926,925,-1,940,941,931,-1,940,931,930,-1,942,943,936,-1,942,936,935,-1,944,945,921,-1,944,921,920,-1,919,918,937,-1,946,919,937,-1,946,947,919,-1,924,923,922,-1,948,924,922,-1,948,949,924,-1,934,933,932,-1,950,934,932,-1,950,951,934,-1,929,928,927,-1,952,929,927,-1,952,953,929,-1,954,947,946,-1,954,946,955,-1,956,949,948,-1,956,948,957,-1,958,951,950,-1,958,950,959,-1,960,953,952,-1,960,952,961,-1,934,951,935,-1,932,931,950,-1,929,953,930,-1,927,926,952,-1,937,936,946,-1,919,947,920,-1,922,921,948,-1,924,949,925,-1,951,958,942,-1,951,942,935,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_8()
		{
			int[] value = {959,950,931,-1,959,931,941,-1,953,960,940,-1,953,940,930,-1,961,952,926,-1,961,926,939,-1,955,946,936,-1,955,936,943,-1,947,954,944,-1,947,944,920,-1,957,948,921,-1,957,921,945,-1,949,956,938,-1,949,938,925,-1,895,168,893,-1,171,885,884,-1,168,171,884,-1,168,884,893,-1,165,862,868,-1,165,868,162,-1,168,895,897,-1,864,168,897,-1,864,161,168,-1,864,868,161,-1,868,162,161,-1,885,171,165,-1,862,885,165,-1,861,885,862,-1,861,889,885,-1,962,963,964,-1,962,964,965,-1,966,967,968,-1,969,966,968,-1,969,970,966,-1,971,972,973,-1,971,973,974,-1,975,976,977,-1,978,975,977,-1,973,975,978,-1,973,972,975,-1,977,979,980,-1,977,980,978,-1,979,971,974,-1,979,974,980,-1,973,978,981,-1,973,981,982,-1,978,980,983,-1,978,983,981,-1,980,974,984,-1,980,984,983,-1,974,973,982,-1,974,982,984,-1,981,983,985,-1,981,985,986,-1,983,984,987,-1,983,987,985,-1,984,982,988,-1,984,988,987,-1,982,981,986,-1,982,986,988,-1,985,987,965,-1,985,965,964,-1,987,988,962,-1,987,962,965,-1,988,986,963,-1,988,963,962,-1,986,985,964,-1,986,964,963,-1,989,990,991,-1,992,989,991,-1,992,993,989,-1,994,995,996,-1,994,996,997,-1,995,975,998,-1,995,998,996,-1,975,972,999,-1,975,999,998,-1,972,1000,1001,-1,972,1001,999,-1,1000,994,997,-1,1000,997,1001,-1,977,976,1002,-1,977,1002,1003,-1,976,1004,1005,-1,976,1005,1002,-1,1004,1006,1007,-1,1004,1007,1005,-1,1006,1008,1009,-1,1006,1009,1007,-1,1008,977,1003,-1,1008,1003,1009,-1,998,999,1010,-1,998,1010,1011,-1,999,1001,1012,-1,999,1012,1010,-1,1001,997,1013,-1,1001,1013,1012,-1,997,996,1014,-1,997,1014,1013,-1,996,998,1011,-1,996,1011,1014,-1,1005,1007,1015,-1,1005,1015,1016,-1,1007,1009,1017,-1,1007,1017,1015,-1,1009,1003,1018,-1,1009,1018,1017,-1,1003,1002,1019,-1,1003,1019,1018,-1,1002,1005,1016,-1,1002,1016,1019,-1,1012,1013,1020,-1,1012,1020,1021,-1,1013,1014,1022,-1,1013,1022,1020,-1,1014,1011,1023,-1,1014,1023,1022,-1,1011,1010,1024,-1,1011,1024,1023,-1,1010,1012,1021,-1,1010,1021,1024,-1,1017,1018,1025,-1,1017,1025,1026,-1,1018,1019,1027,-1,1018,1027,1025,-1,1019,1016,1028,-1,1019,1028,1027,-1,1016,1015,1029,-1,1016,1029,1028,-1,1015,1017,1026,-1,1015,1026,1029,-1,1022,1023,969,-1,1022,969,968,-1,1023,1024,970,-1,1023,970,969,-1,1024,1021,966,-1,1024,966,970,-1,1021,1020,967,-1,1021,967,966,-1,1020,1022,968,-1,1020,968,967,-1,1027,1028,992,-1,1027,992,991,-1,1028,1029,993,-1,1028,993,992,-1,1029,1026,989,-1,1029,989,993,-1,1026,1025,990,-1,1026,990,989,-1,1025,1027,991,-1,1025,991,990,-1,976,975,1030,-1,1031,976,1030,-1,1032,976,1031,-1,1033,976,1032,-1,1034,976,1033,-1,1034,1035,976,-1,975,995,1036,-1,1037,975,1036,-1,1038,975,1037,-1,1039,975,1038,-1,1040,975,1039,-1,1040,1030,975,-1,995,1004,1041,-1,1042,995,1041,-1,1043,995,1042,-1,1044,995,1043,-1,1045,995,1044,-1,1045,1036,995,-1,1004,976,1035,-1,1046,1004,1035,-1,1047,1004,1046,-1,1048,1004,1047,-1,1049,1004,1048,-1,1049,1041,1004,-1,1039,1038,1050,-1,1039,1050,1051,-1,1044,1043,1052,-1,1044,1052,1053,-1,1048,1047,1054,-1,1048,1054,1055,-1,1033,1032,1056,-1,1033,1056,1057,-1,1058,1059,1046,-1,1035,1058,1046,-1,1035,1034,1058,-1,1060,1061,1031,-1,1030,1060,1031,-1,1030,1040,1060,-1,1062,1063,1042,-1,1041,1062,1042,-1,1041,1049,1062,-1,1064,1065,1037,-1,1036,1064,1037,-1,1036,1045,1064,-1,1066,1059,1058,-1,1066,1058,1067,-1,1068,1061,1060,-1,1068,1060,1069,-1,1070,1063,1062,-1,1070,1062,1071,-1,1072,1065,1064,-1,1072,1064,1073,-1,1048,1062,1049,-1,1063,1043,1042,-1,1044,1064,1045,-1,1065,1038,1037,-1,1059,1047,1046,-1,1033,1058,1034,-1,1061,1032,1031,-1,1039,1060,1040,-1,1048,1055,1071,-1,1048,1071,1062,-1,1052,1043,1063,-1,1052,1063,1070,-1,1044,1053,1073,-1,1044,1073,1064,-1,1050,1038,1065,-1,1050,1065,1072,-1,1054,1047,1059,-1,1054,1059,1066,-1,1033,1057,1067,-1,1033,1067,1058,-1,1056,1032,1061,-1,1056,1061,1068,-1,1039,1051,1069,-1,1039,1069,1060,-1,1004,188,1006,-1,1004,995,994,-1,182,1004,994,-1,188,1004,182,-1,191,183,971,-1,191,971,979,-1,182,994,1000,-1,972,182,1000,-1,971,182,972,-1,971,183,182,-1,191,979,977,-1,1008,191,977,-1,1006,191,1008,-1,1006,188,191,-1,1074,1075,1076,-1,1077,1074,1076,-1,1078,1074,1077,-1,1079,1074,1078,-1,1080,1074,1079,-1,1081,1074,1080,-1,1081,1082,1074,-1,1083,1084,1085,-1,1086,1083,1085,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_9()
		{
			int[] value = {1087,1083,1086,-1,1088,1083,1087,-1,1088,1089,1083,-1,1090,1091,1092,-1,1090,1093,1094,-1,1094,1095,1096,-1,1096,1097,1098,-1,1098,1099,1100,-1,1100,1101,1102,-1,1102,1103,1104,-1,1104,1105,1106,-1,1107,1108,1106,-1,1107,1109,1108,-1,1110,1106,1108,-1,1091,1106,1110,-1,1111,1092,1091,-1,1112,1092,1111,-1,1113,1092,1112,-1,1114,1092,1113,-1,1115,1092,1114,-1,1116,1092,1115,-1,1117,1092,1116,-1,1118,1092,1117,-1,1119,1092,1118,-1,1120,1092,1119,-1,1121,1092,1120,-1,1122,1092,1121,-1,1123,1092,1122,-1,1124,1092,1123,-1,1125,1092,1124,-1,1126,1092,1125,-1,1127,1092,1126,-1,1128,1092,1127,-1,1129,1092,1128,-1,1130,1092,1129,-1,1131,1092,1130,-1,1132,1092,1131,-1,1133,1092,1132,-1,1134,1092,1133,-1,1135,1092,1134,-1,1136,1092,1135,-1,1085,1092,1136,-1,1084,1092,1085,-1,1137,1092,1084,-1,1137,1138,1139,-1,1139,1092,1137,-1,1094,1096,1090,-1,1096,1091,1090,-1,1098,1104,1096,-1,1104,1091,1096,-1,1100,1102,1098,-1,1102,1104,1098,-1,1106,1091,1104,-1,1140,1141,1142,-1,1143,1140,1142,-1,1144,1140,1143,-1,1145,1140,1144,-1,1146,1140,1145,-1,1147,1140,1146,-1,1148,1140,1147,-1,1149,1140,1148,-1,1150,1140,1149,-1,1151,1140,1150,-1,1152,1140,1151,-1,1153,1140,1152,-1,1154,1140,1153,-1,1155,1140,1154,-1,1156,1140,1155,-1,1157,1140,1156,-1,1158,1140,1157,-1,1159,1140,1158,-1,1160,1140,1159,-1,1161,1140,1160,-1,1162,1140,1161,-1,1163,1140,1162,-1,1164,1140,1163,-1,1165,1140,1164,-1,1166,1140,1165,-1,1167,1140,1166,-1,1168,1140,1167,-1,1169,1140,1168,-1,1170,1140,1169,-1,1171,1140,1170,-1,1172,1140,1171,-1,1173,1140,1172,-1,1174,1140,1173,-1,1175,1140,1174,-1,1176,1140,1175,-1,1176,1177,1140,-1,1178,1179,1180,-1,1181,1178,1180,-1,1182,1178,1181,-1,1183,1178,1182,-1,1183,1184,1178,-1,1077,1181,1180,-1,1077,1180,1078,-1,1185,1186,1187,-1,1185,1188,1186,-1,1189,1187,1186,-1,1189,1190,1187,-1,1191,1192,1193,-1,1194,1191,1193,-1,1195,1191,1194,-1,1195,1196,1191,-1,1197,1198,1199,-1,1191,1197,1199,-1,1196,1197,1191,-1,1200,1197,1196,-1,1201,1197,1200,-1,1202,1197,1201,-1,1202,1203,1197,-1,1204,1205,1197,-1,1203,1204,1197,-1,1206,1204,1203,-1,1206,1207,1204,-1,1208,1204,1207,-1,1208,1207,1209,-1,1210,1211,1212,-1,1213,1210,1212,-1,1214,1210,1213,-1,1215,1210,1214,-1,1208,1210,1215,-1,1209,1210,1208,-1,1216,1210,1209,-1,1216,1217,1210,-1,1218,1210,1219,-1,1210,1217,1219,-1,1220,1221,1222,-1,1220,1222,1223,-1,1218,1219,1224,-1,1225,1218,1224,-1,1226,1218,1225,-1,1226,1227,1218,-1,1220,1223,1228,-1,1218,1220,1228,-1,1227,1220,1218,-1,1227,1229,1220,-1,1230,1231,1220,-1,1229,1230,1220,-1,1232,1230,1229,-1,1232,1233,1230,-1,1234,1230,1233,-1,1235,1234,1233,-1,1235,1236,1234,-1,1236,1237,1238,-1,1239,1236,1238,-1,1239,1234,1236,-1,1240,1237,1236,-1,1240,1236,1241,-1,1188,1242,1240,-1,1241,1188,1240,-1,1241,1186,1188,-1,1243,1244,1245,-1,1246,1243,1245,-1,1247,1243,1246,-1,1247,1248,1243,-1,1248,1247,1184,-1,1248,1184,1183,-1,1249,1250,1251,-1,1252,1250,1249,-1,1253,1250,1252,-1,1254,1250,1253,-1,1255,1250,1254,-1,1256,1250,1255,-1,1257,1250,1256,-1,1258,1250,1257,-1,1259,1250,1258,-1,1260,1250,1259,-1,1261,1250,1260,-1,1262,1250,1261,-1,1263,1250,1262,-1,1264,1250,1263,-1,1265,1250,1264,-1,1266,1250,1265,-1,1267,1250,1266,-1,1268,1250,1267,-1,1269,1250,1268,-1,1270,1250,1269,-1,1271,1250,1270,-1,1272,1250,1271,-1,1273,1250,1272,-1,1274,1250,1273,-1,1275,1250,1274,-1,1276,1250,1275,-1,1276,1277,1250,-1,1177,1251,1250,-1,1177,1176,1251,-1,1278,1279,1280,-1,1245,1281,1282,-1,1280,1245,1282,-1,1280,1279,1245,-1,1281,1245,1244,-1,1283,1281,1244,-1,1284,1281,1283,-1,1285,1281,1284,-1,1286,1281,1285,-1,1140,1281,1286,-1,1140,1177,1281,-1,1283,1287,1288,-1,1289,1283,1288,-1,1290,1283,1289,-1,1291,1283,1290,-1,1292,1283,1291,-1,1293,1283,1292,-1,1294,1283,1293,-1,1295,1283,1294,-1,1296,1283,1295,-1,1297,1283,1296,-1,1297,1284,1283,-1,1284,1297,1298,-1,1299,1284,1298,-1,1299,1285,1284,-1,1285,1299,1300,-1,1285,1300,1286,-1,1301,1141,1140,-1,1286,1301,1140,-1,1286,1300,1301,-1,1113,1112,1281,-1,1177,1113,1281,-1,1177,1250,1113,-1,1302,1303,1089,-1,1302,1089,1304,-1,1305,1306,1302,-1,1305,1302,1304,-1,1307,1308,1309,-1,1310,1307,1309,-1,1304,1307,1310,-1,1304,1311,1307,-1,1312,1313,1311,-1,1304,1312,1311,-1,1089,1312,1304,-1,1089,1088,1312,-1,1314,1315,1316,-1,1314,1316,1317,-1,1318,1319,1320,-1,1318,1320,1321,-1,1322,1323,1324,-1,1325,1322,1324,-1,1325,1326,1322,-1,1321,1327,1314,-1,1317,1321,1314,-1,1317,1318,1321,-1,1321,1320,1328,-1,1321,1328,1327,-1,1329,1330,1331,-1,1329,1331,1332,-1,1333,1334,1318,-1,1333,1318,1317,-1,1334,1335,1319,-1,1334,1319,1318,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_10()
		{
			int[] value = {1336,1333,1317,-1,1336,1317,1316,-1,1337,1338,1335,-1,1337,1335,1334,-1,1339,1340,1333,-1,1339,1333,1336,-1,1340,1337,1334,-1,1340,1334,1333,-1,1329,1332,1341,-1,1329,1341,1342,-1,1341,1331,1343,-1,1341,1332,1331,-1,1337,1343,1331,-1,1337,1340,1343,-1,1331,1330,1338,-1,1331,1338,1337,-1,1327,1328,1315,-1,1327,1315,1314,-1,1344,1345,1316,-1,1344,1316,1315,-1,1345,1346,1336,-1,1345,1336,1316,-1,1346,1347,1339,-1,1346,1339,1336,-1,1348,1339,1347,-1,1349,1348,1347,-1,1349,1329,1342,-1,1342,1348,1349,-1,1349,1350,1330,-1,1349,1330,1329,-1,1350,1351,1338,-1,1350,1338,1330,-1,1351,1352,1335,-1,1351,1335,1338,-1,1352,1353,1319,-1,1352,1319,1335,-1,1354,1320,1353,-1,1354,1355,1320,-1,1320,1319,1353,-1,1355,1356,1328,-1,1355,1328,1320,-1,1356,1344,1315,-1,1356,1315,1328,-1,1357,1358,1359,-1,1357,1359,1360,-1,1361,1362,1358,-1,1361,1358,1357,-1,1357,1360,1341,-1,1357,1341,1343,-1,1360,1359,1342,-1,1360,1342,1341,-1,1359,1358,1348,-1,1359,1348,1342,-1,1358,1362,1339,-1,1358,1339,1348,-1,1362,1361,1340,-1,1362,1340,1339,-1,1361,1357,1343,-1,1361,1343,1340,-1,1363,1355,1354,-1,1363,1354,1364,-1,1365,1366,1367,-1,1365,1367,1368,-1,1369,1370,1371,-1,1344,1369,1371,-1,1344,1356,1369,-1,1370,1372,1373,-1,1370,1373,1371,-1,1372,1374,1375,-1,1372,1375,1373,-1,1375,1374,1376,-1,1377,1375,1376,-1,1347,1375,1377,-1,1347,1346,1375,-1,1378,1379,1380,-1,1378,1380,1381,-1,1382,1350,1349,-1,1383,1382,1349,-1,1384,1382,1383,-1,1384,1385,1382,-1,1382,1386,1351,-1,1382,1351,1350,-1,1387,1388,1389,-1,1390,1387,1389,-1,1390,1391,1387,-1,1392,1393,1394,-1,1377,1392,1394,-1,1377,1376,1392,-1,1395,1396,1397,-1,1398,1395,1397,-1,1349,1395,1398,-1,1349,1347,1395,-1,1383,1399,1400,-1,1383,1400,1384,-1,1399,1378,1381,-1,1399,1381,1400,-1,1379,1394,1393,-1,1379,1393,1380,-1,1401,1402,1403,-1,1401,1403,1404,-1,1405,1406,1407,-1,1405,1407,1408,-1,1409,1410,1411,-1,1409,1411,1412,-1,1413,1414,1415,-1,1413,1415,1416,-1,1417,1418,1419,-1,1417,1419,1420,-1,1421,1422,1383,-1,1421,1383,1349,-1,1422,1423,1399,-1,1422,1399,1383,-1,1423,1424,1398,-1,1423,1398,1399,-1,1424,1421,1349,-1,1424,1349,1398,-1,1425,1426,1399,-1,1425,1399,1398,-1,1426,1427,1378,-1,1426,1378,1399,-1,1427,1428,1397,-1,1427,1397,1378,-1,1428,1425,1398,-1,1428,1398,1397,-1,1429,1430,1378,-1,1429,1378,1397,-1,1430,1431,1379,-1,1430,1379,1378,-1,1431,1432,1396,-1,1431,1396,1379,-1,1432,1429,1397,-1,1432,1397,1396,-1,1433,1434,1379,-1,1433,1379,1396,-1,1434,1435,1394,-1,1434,1394,1379,-1,1435,1436,1395,-1,1435,1395,1394,-1,1436,1433,1396,-1,1436,1396,1395,-1,1437,1438,1394,-1,1437,1394,1395,-1,1438,1439,1377,-1,1438,1377,1394,-1,1439,1440,1347,-1,1439,1347,1377,-1,1440,1437,1395,-1,1440,1395,1347,-1,1418,1417,1423,-1,1418,1423,1422,-1,1417,1420,1424,-1,1417,1424,1423,-1,1420,1419,1421,-1,1420,1421,1424,-1,1419,1418,1422,-1,1419,1422,1421,-1,1414,1413,1427,-1,1414,1427,1426,-1,1413,1416,1428,-1,1413,1428,1427,-1,1416,1415,1425,-1,1416,1425,1428,-1,1415,1414,1426,-1,1415,1426,1425,-1,1410,1409,1431,-1,1410,1431,1430,-1,1409,1412,1432,-1,1409,1432,1431,-1,1412,1411,1429,-1,1412,1429,1432,-1,1411,1410,1430,-1,1411,1430,1429,-1,1406,1405,1435,-1,1406,1435,1434,-1,1405,1408,1436,-1,1405,1436,1435,-1,1408,1407,1433,-1,1408,1433,1436,-1,1407,1406,1434,-1,1407,1434,1433,-1,1402,1401,1439,-1,1402,1439,1438,-1,1401,1404,1440,-1,1401,1440,1439,-1,1404,1403,1437,-1,1404,1437,1440,-1,1403,1402,1438,-1,1403,1438,1437,-1,1441,1442,1443,-1,1441,1443,1444,-1,1445,1441,1444,-1,1445,1444,1446,-1,1442,1441,1345,-1,1442,1345,1344,-1,1441,1445,1346,-1,1441,1346,1345,-1,1445,1446,1375,-1,1445,1375,1346,-1,1447,1448,1449,-1,1447,1449,1450,-1,1443,1442,1344,-1,1443,1344,1371,-1,1451,1452,1375,-1,1451,1375,1446,-1,1452,1453,1373,-1,1452,1373,1375,-1,1453,1454,1371,-1,1453,1371,1373,-1,1454,1455,1443,-1,1454,1443,1371,-1,1455,1456,1444,-1,1455,1444,1443,-1,1456,1451,1446,-1,1456,1446,1444,-1,1457,1458,1455,-1,1457,1455,1454,-1,1458,1448,1456,-1,1458,1456,1455,-1,1448,1447,1451,-1,1448,1451,1456,-1,1447,1450,1452,-1,1447,1452,1451,-1,1450,1449,1453,-1,1450,1453,1452,-1,1449,1457,1454,-1,1449,1454,1453,-1,1458,1457,1449,-1,1458,1449,1448,-1,1459,1460,1461,-1,1459,1461,1462,-1,1365,1368,1356,-1,1365,1356,1355,-1,1368,1367,1369,-1,1368,1369,1356,-1,1463,1464,1465,-1,1463,1465,1466,-1,1467,1468,1469,-1,1467,1470,1468,-1,1468,1471,1469,-1,1459,1462,1355,-1,1363,1459,1355,-1,1363,1472,1459,-1,1462,1461,1365,-1,1462,1365,1355,-1,1461,1460,1366,-1,1461,1366,1365,-1,1473,1472,1363,-1,1364,1473,1363,-1,1364,1474,1473,-1,1475,1473,1474,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_11()
		{
			int[] value = {1475,1474,1476,-1,1477,1478,1475,-1,1476,1477,1475,-1,1382,1479,1386,-1,1382,1385,1479,-1,1479,1477,1386,-1,1480,1481,1351,-1,1480,1351,1386,-1,1481,1390,1352,-1,1481,1352,1351,-1,1390,1389,1353,-1,1390,1353,1352,-1,1389,1388,1354,-1,1389,1354,1353,-1,1388,1387,1364,-1,1388,1364,1354,-1,1482,1483,1484,-1,1485,1482,1484,-1,1485,1486,1482,-1,1487,1488,1364,-1,1487,1364,1387,-1,1488,1489,1474,-1,1488,1474,1364,-1,1489,1490,1476,-1,1489,1476,1474,-1,1490,1491,1391,-1,1490,1391,1476,-1,1491,1487,1387,-1,1491,1387,1391,-1,1484,1483,1490,-1,1484,1490,1489,-1,1483,1482,1491,-1,1483,1491,1490,-1,1482,1486,1487,-1,1482,1487,1491,-1,1486,1485,1488,-1,1486,1488,1487,-1,1485,1484,1489,-1,1485,1489,1488,-1,1481,1480,1391,-1,1481,1391,1390,-1,1492,1493,1494,-1,1492,1494,1495,-1,1493,1496,1497,-1,1493,1497,1494,-1,1497,1496,1498,-1,1498,1499,1500,-1,1500,1497,1498,-1,1501,1502,1503,-1,1501,1503,1504,-1,1505,1506,1507,-1,1505,1507,1508,-1,1509,1465,1472,-1,1509,1472,1473,-1,1510,1511,1460,-1,1510,1460,1459,-1,1512,1513,1514,-1,1512,1514,1515,-1,1513,1516,1517,-1,1513,1517,1514,-1,1463,1466,1369,-1,1463,1369,1367,-1,1518,1519,1520,-1,1518,1520,1521,-1,1519,1522,1523,-1,1519,1523,1520,-1,1522,1524,1525,-1,1522,1525,1523,-1,1526,1527,1376,-1,1526,1376,1374,-1,1527,1528,1529,-1,1392,1527,1529,-1,1392,1376,1527,-1,1528,1530,1531,-1,1528,1531,1529,-1,1530,1532,1533,-1,1530,1533,1531,-1,1532,1492,1495,-1,1532,1495,1533,-1,1506,1505,1475,-1,1506,1475,1534,-1,1505,1508,1473,-1,1505,1473,1475,-1,1508,1459,1472,-1,1508,1472,1473,-1,1507,1510,1459,-1,1507,1459,1508,-1,1473,1472,1465,-1,1473,1465,1509,-1,1502,1501,1535,-1,1536,1502,1535,-1,1499,1502,1536,-1,1499,1498,1502,-1,1501,1504,1537,-1,1501,1537,1535,-1,1537,1504,1503,-1,1534,1537,1503,-1,1534,1475,1537,-1,1386,1477,1536,-1,1535,1386,1536,-1,1535,1480,1386,-1,1476,1475,1478,-1,1477,1476,1478,-1,1477,1386,1476,-1,1391,1537,1475,-1,1391,1475,1476,-1,1480,1535,1537,-1,1480,1537,1391,-1,1512,1515,1460,-1,1512,1460,1511,-1,1515,1514,1366,-1,1515,1366,1460,-1,1514,1517,1367,-1,1514,1367,1366,-1,1538,1539,1540,-1,1538,1541,1539,-1,1539,1542,1540,-1,1543,1544,1464,-1,1543,1464,1463,-1,1544,1545,1465,-1,1544,1465,1464,-1,1545,1546,1509,-1,1545,1509,1465,-1,1546,1547,1534,-1,1546,1534,1509,-1,1547,1548,1506,-1,1547,1506,1534,-1,1548,1549,1507,-1,1548,1507,1506,-1,1549,1550,1510,-1,1549,1510,1507,-1,1550,1551,1511,-1,1550,1511,1510,-1,1551,1552,1512,-1,1551,1512,1511,-1,1552,1553,1513,-1,1552,1513,1512,-1,1553,1554,1516,-1,1553,1516,1513,-1,1554,1543,1463,-1,1554,1463,1516,-1,1555,1468,1470,-1,1556,1555,1557,-1,1556,1558,1468,-1,1555,1556,1468,-1,1559,1557,1555,-1,1560,1557,1559,-1,1560,1561,1557,-1,1562,1563,1564,-1,1541,1562,1564,-1,1538,1562,1541,-1,1540,1562,1538,-1,1540,1367,1517,-1,1517,1562,1540,-1,1565,1566,1567,-1,1568,1565,1567,-1,1569,1565,1568,-1,1570,1565,1569,-1,1570,1571,1565,-1,1572,1573,1564,-1,1572,1564,1563,-1,1574,1562,1517,-1,1574,1517,1516,-1,1564,1573,1539,-1,1564,1539,1541,-1,1572,1563,1562,-1,1572,1562,1574,-1,1575,1576,1463,-1,1575,1463,1542,-1,1576,1577,1516,-1,1576,1516,1463,-1,1577,1578,1574,-1,1577,1574,1516,-1,1578,1579,1572,-1,1578,1572,1574,-1,1579,1580,1573,-1,1579,1573,1572,-1,1580,1581,1539,-1,1580,1539,1573,-1,1581,1575,1542,-1,1581,1542,1539,-1,1559,1555,1551,-1,1559,1551,1550,-1,1468,1558,1545,-1,1468,1545,1544,-1,1558,1556,1546,-1,1558,1546,1545,-1,1556,1557,1547,-1,1556,1547,1546,-1,1557,1561,1548,-1,1557,1548,1547,-1,1561,1560,1549,-1,1561,1549,1548,-1,1560,1559,1550,-1,1560,1550,1549,-1,1555,1470,1552,-1,1555,1552,1551,-1,1470,1467,1553,-1,1470,1553,1552,-1,1467,1469,1554,-1,1467,1554,1553,-1,1469,1471,1543,-1,1469,1543,1554,-1,1471,1468,1544,-1,1471,1544,1543,-1,1569,1568,1580,-1,1569,1580,1579,-1,1568,1567,1581,-1,1568,1581,1580,-1,1567,1566,1575,-1,1567,1575,1581,-1,1566,1565,1576,-1,1566,1576,1575,-1,1565,1571,1577,-1,1565,1577,1576,-1,1571,1570,1578,-1,1571,1578,1577,-1,1570,1569,1579,-1,1570,1579,1578,-1,1521,1520,1370,-1,1521,1370,1369,-1,1520,1523,1372,-1,1520,1372,1370,-1,1523,1525,1374,-1,1523,1374,1372,-1,1525,1524,1526,-1,1525,1526,1374,-1,1582,1583,1584,-1,1582,1584,1585,-1,1367,1369,1466,-1,1367,1466,1463,-1,1540,1521,1369,-1,1540,1369,1367,-1,1542,1518,1521,-1,1542,1521,1540,-1,1586,1587,1526,-1,1586,1526,1524,-1,1587,1588,1589,-1,1587,1589,1526,-1,1588,1590,1591,-1,1588,1591,1589,-1,1590,1592,1466,-1,1590,1466,1591,-1,1592,1593,1463,-1,1592,1463,1466,-1,1593,1594,1542,-1,1593,1542,1463,-1,1594,1595,1518,-1,1594,1518,1542,-1,1595,1596,1519,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_12()
		{
			int[] value = {1595,1519,1518,-1,1596,1597,1522,-1,1596,1522,1519,-1,1597,1586,1524,-1,1597,1524,1522,-1,1598,1599,1596,-1,1598,1596,1595,-1,1599,1584,1597,-1,1599,1597,1596,-1,1584,1583,1586,-1,1584,1586,1597,-1,1583,1582,1587,-1,1583,1587,1586,-1,1582,1585,1588,-1,1582,1588,1587,-1,1585,1600,1590,-1,1585,1590,1588,-1,1600,1601,1592,-1,1600,1592,1590,-1,1601,1602,1593,-1,1601,1593,1592,-1,1602,1603,1594,-1,1602,1594,1593,-1,1603,1598,1595,-1,1603,1595,1594,-1,1498,1496,1604,-1,1605,1498,1604,-1,1605,1606,1498,-1,1606,1607,1608,-1,1534,1606,1608,-1,1534,1498,1606,-1,1608,1609,1509,-1,1608,1509,1534,-1,1609,1610,1465,-1,1609,1465,1509,-1,1610,1611,1466,-1,1610,1466,1465,-1,1612,1591,1611,-1,1612,1613,1591,-1,1591,1466,1611,-1,1613,1614,1589,-1,1613,1589,1591,-1,1614,1615,1526,-1,1614,1526,1589,-1,1615,1616,1527,-1,1615,1527,1526,-1,1616,1617,1618,-1,1493,1616,1618,-1,1493,1527,1616,-1,1496,1493,1618,-1,1496,1618,1604,-1,1619,1620,1616,-1,1619,1616,1615,-1,1621,1622,1623,-1,1621,1623,1624,-1,1625,1626,1627,-1,1625,1627,1628,-1,1627,1626,1629,-1,1629,1630,1631,-1,1631,1627,1629,-1,1632,1633,1634,-1,1632,1634,1635,-1,1636,1637,1638,-1,1636,1638,1639,-1,1640,1641,1637,-1,1640,1642,1641,-1,1641,1638,1637,-1,1324,1323,1611,-1,1324,1611,1610,-1,1643,1644,1645,-1,1643,1645,1646,-1,1643,1647,1648,-1,1643,1648,1644,-1,1647,1649,1650,-1,1647,1650,1648,-1,1611,1323,1322,-1,1611,1322,1612,-1,1651,1652,1653,-1,1651,1653,1654,-1,1646,1645,1612,-1,1646,1612,1322,-1,1645,1644,1613,-1,1645,1613,1612,-1,1644,1648,1614,-1,1644,1614,1613,-1,1648,1650,1615,-1,1648,1615,1614,-1,1650,1649,1619,-1,1650,1619,1615,-1,1655,1656,1326,-1,1655,1326,1657,-1,1656,1658,1322,-1,1656,1322,1326,-1,1659,1660,1661,-1,1659,1661,1662,-1,1663,1664,1643,-1,1663,1643,1646,-1,1664,1665,1647,-1,1664,1647,1643,-1,1665,1666,1649,-1,1665,1649,1647,-1,1666,1667,1619,-1,1666,1619,1649,-1,1667,1655,1657,-1,1667,1657,1619,-1,1653,1652,1666,-1,1653,1666,1665,-1,1652,1651,1667,-1,1652,1667,1666,-1,1651,1654,1655,-1,1651,1655,1667,-1,1654,1668,1656,-1,1654,1656,1655,-1,1668,1669,1658,-1,1668,1658,1656,-1,1669,1670,1663,-1,1669,1663,1658,-1,1670,1671,1664,-1,1670,1664,1663,-1,1671,1653,1665,-1,1671,1665,1664,-1,1660,1659,1322,-1,1660,1322,1658,-1,1659,1662,1646,-1,1659,1646,1322,-1,1662,1661,1663,-1,1662,1663,1646,-1,1661,1660,1658,-1,1661,1658,1663,-1,1603,1602,1601,-1,1603,1601,1598,-1,1598,1601,1600,-1,1598,1600,1599,-1,1599,1600,1585,-1,1599,1585,1584,-1,1671,1668,1654,-1,1671,1654,1653,-1,1670,1669,1668,-1,1670,1668,1671,-1,1672,1673,1674,-1,1616,1672,1674,-1,1616,1620,1672,-1,1675,1625,1628,-1,1675,1628,1676,-1,1677,1678,1679,-1,1680,1677,1679,-1,1681,1677,1680,-1,1681,1682,1677,-1,1672,1621,1624,-1,1672,1624,1673,-1,1622,1675,1676,-1,1622,1676,1623,-1,1530,1528,1683,-1,1530,1683,1684,-1,1532,1530,1684,-1,1532,1684,1685,-1,1492,1532,1685,-1,1492,1685,1686,-1,1493,1492,1686,-1,1493,1686,1618,-1,1617,1616,1527,-1,1493,1617,1527,-1,1493,1618,1617,-1,1674,1683,1528,-1,1527,1674,1528,-1,1527,1616,1674,-1,1618,1617,1687,-1,1393,1392,1688,-1,1392,1529,1688,-1,1683,1674,1689,-1,1674,1673,1689,-1,1627,1631,1690,-1,1627,1690,1691,-1,1690,1605,1604,-1,1690,1604,1691,-1,1497,1500,1692,-1,1497,1692,1693,-1,1692,1479,1385,-1,1692,1385,1693,-1,1400,1694,1695,-1,1400,1695,1384,-1,1694,1495,1494,-1,1694,1494,1695,-1,1381,1696,1694,-1,1381,1694,1400,-1,1696,1533,1495,-1,1696,1495,1694,-1,1533,1696,1697,-1,1533,1697,1531,-1,1696,1381,1380,-1,1696,1380,1697,-1,1686,1698,1687,-1,1686,1687,1618,-1,1698,1676,1628,-1,1698,1628,1687,-1,1676,1698,1699,-1,1676,1699,1623,-1,1698,1686,1685,-1,1698,1685,1699,-1,1684,1700,1699,-1,1684,1699,1685,-1,1700,1624,1623,-1,1700,1623,1699,-1,1393,1688,1697,-1,1393,1697,1380,-1,1688,1529,1531,-1,1688,1531,1697,-1,1624,1700,1689,-1,1624,1689,1673,-1,1700,1684,1683,-1,1700,1683,1689,-1,1618,1687,1691,-1,1618,1691,1604,-1,1687,1628,1627,-1,1687,1627,1691,-1,1384,1695,1693,-1,1384,1693,1385,-1,1695,1494,1497,-1,1695,1497,1693,-1,1701,1702,1703,-1,1630,1701,1703,-1,1630,1629,1701,-1,1639,1638,1609,-1,1639,1609,1608,-1,1638,1641,1610,-1,1638,1610,1609,-1,1641,1642,1324,-1,1641,1324,1610,-1,1324,1642,1640,-1,1324,1640,1325,-1,1704,1705,1682,-1,1704,1706,1707,-1,1705,1704,1707,-1,1708,1682,1705,-1,1709,1682,1708,-1,1710,1682,1709,-1,1711,1682,1710,-1,1712,1682,1711,-1,1712,1677,1682,-1,1608,1534,1503,-1,1608,1503,1639,-1,1607,1606,1498,-1,1534,1607,1498,-1,1534,1608,1607,-1,1703,1702,1502,-1,1498,1703,1502,-1,1498,1606,1703,-1,1639,1503,1502,-1,1639,1502,1702,-1,1499,1536,1713,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_26_coordIndex_13()
		{
			int[] value = {1536,1477,1713,-1,1477,1478,1713,-1,1479,1692,1693,-1,1692,1500,1693,-1,1630,1703,1714,-1,1703,1606,1714,-1,1606,1607,1714,-1,1605,1690,1715,-1,1690,1631,1715,-1,1479,1693,1713,-1,1479,1713,1477,-1,1693,1500,1499,-1,1693,1499,1713,-1,1605,1715,1714,-1,1605,1714,1606,-1,1715,1631,1630,-1,1715,1630,1714,-1,1716,1717,1702,-1,1716,1702,1701,-1,1717,1632,1635,-1,1718,1717,1635,-1,1639,1717,1718,-1,1639,1702,1717,-1,1718,1719,1636,-1,1718,1636,1639,-1,1635,1634,1719,-1,1635,1719,1718,-1,1633,1632,1717,-1,1633,1717,1716,-1,1720,1721,1722,-1,1720,1722,1723,-1,1724,1725,1640,-1,1724,1640,1637,-1,1726,1727,1728,-1,1726,1728,1729,-1,1730,1731,1732,-1,1730,1732,1325,-1,1731,1733,1734,-1,1731,1734,1732,-1,1733,1735,1629,-1,1733,1629,1734,-1,1735,1736,1701,-1,1735,1701,1629,-1,1736,1737,1716,-1,1736,1716,1701,-1,1737,1738,1633,-1,1737,1633,1716,-1,1738,1739,1634,-1,1738,1634,1633,-1,1739,1740,1719,-1,1739,1719,1634,-1,1740,1741,1636,-1,1740,1636,1719,-1,1741,1724,1637,-1,1741,1637,1636,-1,1742,1743,1740,-1,1742,1740,1739,-1,1743,1744,1741,-1,1743,1741,1740,-1,1744,1722,1724,-1,1744,1724,1741,-1,1722,1721,1725,-1,1722,1725,1724,-1,1721,1720,1730,-1,1721,1730,1725,-1,1720,1723,1731,-1,1720,1731,1730,-1,1723,1745,1733,-1,1723,1733,1731,-1,1745,1746,1735,-1,1745,1735,1733,-1,1746,1747,1736,-1,1746,1736,1735,-1,1747,1748,1737,-1,1747,1737,1736,-1,1748,1749,1738,-1,1748,1738,1737,-1,1749,1742,1739,-1,1749,1739,1738,-1,1744,1745,1723,-1,1744,1723,1722,-1,1743,1742,1749,-1,1748,1743,1749,-1,1747,1743,1748,-1,1746,1743,1747,-1,1746,1745,1744,-1,1744,1743,1746,-1,1727,1726,1640,-1,1727,1640,1725,-1,1726,1729,1325,-1,1726,1325,1640,-1,1729,1728,1730,-1,1729,1730,1325,-1,1728,1727,1725,-1,1728,1725,1730,-1,1709,1708,1325,-1,1709,1325,1732,-1,1708,1705,1326,-1,1708,1326,1325,-1,1705,1707,1657,-1,1705,1657,1326,-1,1707,1706,1619,-1,1707,1619,1657,-1,1706,1704,1750,-1,1620,1706,1750,-1,1620,1619,1706,-1,1672,1620,1750,-1,1672,1750,1751,-1,1621,1672,1751,-1,1621,1751,1752,-1,1622,1621,1752,-1,1622,1752,1753,-1,1675,1622,1753,-1,1675,1753,1754,-1,1625,1675,1754,-1,1625,1754,1755,-1,1626,1625,1755,-1,1626,1755,1756,-1,1629,1626,1756,-1,1629,1756,1757,-1,1757,1711,1710,-1,1734,1757,1710,-1,1734,1629,1757,-1,1710,1709,1732,-1,1710,1732,1734,-1,1711,1757,1758,-1,1750,1704,1759,-1,1704,1682,1759,-1,1756,1760,1758,-1,1756,1758,1757,-1,1760,1712,1711,-1,1760,1711,1758,-1,1755,1761,1760,-1,1755,1760,1756,-1,1761,1677,1712,-1,1761,1712,1760,-1,1754,1762,1761,-1,1754,1761,1755,-1,1762,1678,1677,-1,1762,1677,1761,-1,1753,1763,1762,-1,1753,1762,1754,-1,1763,1679,1678,-1,1763,1678,1762,-1,1752,1764,1763,-1,1752,1763,1753,-1,1764,1680,1679,-1,1764,1679,1763,-1,1751,1765,1764,-1,1751,1764,1752,-1,1765,1681,1680,-1,1765,1680,1764,-1,1750,1759,1765,-1,1750,1765,1751,-1,1759,1682,1681,-1,1759,1681,1765,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_26_point_1()
		{
			double[] value = {5763.79297,285.46155,360.99103,5763.78223,182.50058,367.5145,6387.86377,182.50058,310.05807,6391.80566,285.46155,316.58151,4967.85303,285.46155,418.44748,4967.84326,182.50058,418.44748,4239.42236,285.46155,475.90393,4239.41748,216.81746,463.02365,4401.28076,193.93837,450.25617,4644.06543,182.50058,435.39896,3372.36841,285.46155,545.9054,3372.34644,182.50058,533.10956,3950.42065,182.50058,482.09027,2888.08276,285.46155,603.36188,2888.05029,182.50058,584.04248,2300.86987,285.46155,622.43042,2300.8269,182.50058,622.43042,2216.21948,285.46155,775.32074,2212.29565,182.50058,775.32074,1999.0946,285.46155,922.80884,2030.56189,182.54849,937.36078,2095.04077,182.50058,887.27625,2086.51074,285.46155,887.27625,1528.49023,285.46155,958.33063,1528.479,182.50058,958.33063,1809.69934,182.46248,945.86267,1783.97937,285.46155,958.33063,1452.64416,285.46155,958.33063,1452.62012,181.8921,958.33063,1452.64539,285.46155,707.94049,1452.59351,-.19141,707.94995,167.37764,182.33574,707.95459,167.39114,285.46155,707.94537,167.39506,285.46155,1136.41162,167.37993,182.50058,1136.41162,167.37758,182.50058,1010.58777,167.3768,182.46613,906.07336,-468.49188,285.46155,1136.41162,-468.51291,182.50058,1136.41162,-468.49188,285.46155,958.33063,-468.50687,216.81752,958.33063,-468.51382,182.50058,1010.58777,-503.51504,-151.90897,719.34009,-1499.76379,-151.86325,713.35669,-1499.76538,-203.58096,712.01788,-503.51843,-203.53618,717.87585,5963.74707,61.1095,239.7534,6017.61182,61.1095,225.38927,5266.30859,61.1095,316.46652,5465.29248,61.1095,286.23288,4573.26709,57.64117,381.56363,4755.37109,57.64117,356.03442,4059.82056,-36.00336,388.21381,4149.61328,-36.00336,377.04871,4149.61621,36.83128,407.28235,3962.06543,80.53208,564.42578,4039.90723,182.50058,633.59534,3880.27197,182.50058,775.22943,3718.40015,182.50058,851.75452,3770.4104,61.1095,645.71198,3817.38477,61.1095,636.17773,3562.74365,182.50058,781.75281,3555.45972,61.1095,661.41425,3635.46973,61.1095,653.44806,3434.88769,82.61307,586.41882,3069.62988,61.1095,543.23969,3190.71118,61.1095,520.90942,2521.01099,61.1095,597.97797,2667.80957,61.1095,582.04571,1968.24695,-25.38554,635.22638,1528.46204,-25.38554,654.29492,2191.53223,14.30761,620.09705,1452.57507,-118.20886,707.94995,1452.55664,-236.22623,707.94995,1528.44617,-271.46597,647.77148,1452.54651,-296.68805,660.56738,167.34666,-236.36604,707.95941,167.34392,-297.07599,667.09088,63.52539,-271.46677,667.09088,167.36186,-81.48776,707.96405,63.40048,-180.2105,673.36346,167.35429,-118.35478,707.96173,151.08644,-49.62814,913.7102,167.36453,-37.09536,906.07336,-410.37424,182.50058,958.33063,-410.3923,-25.5442,958.33063,109.22529,-25.4016,958.33063,109.2365,182.50058,958.33063,-446.23789,-48.55779,915.24793,-324.31323,-174.32809,679.63593,-468.53662,-81.51109,730.81982,-468.53332,-38.41155,906.07336,-324.35986,-271.4639,673.36346,167.33595,-407.10022,654.29492,-468.55966,-297.0777,667.09088,-468.56903,-407.10022,654.29492,1290.20898,-407.10022,641.92078,1063.37988,-407.10022,643.00793,5266.2793,-223.3669,143.96126,5266.27197,-299.71954,115.29575};
			return value;
		}
		private double[] getCoordinate_12_26_point_2()
		{
			double[] value = {5465.25488,-299.71954,83.43125,5465.26318,-223.3669,113.72761,4512.54834,-223.3669,257.93323,4512.54443,-299.71954,234.03485,4694.64502,-299.71954,203.73853,4694.65234,-223.3669,232.40402,4014.91577,-223.3669,331.29059,4014.9126,-299.71954,312.15933,4104.70361,-299.71954,296.22708,4104.70801,-223.3669,320.12546,3069.55689,-223.3669,481.01602,3069.53027,-299.71954,466.65192,3190.6189,-299.71954,439.55457,3190.63818,-223.3669,458.68582,2520.93311,-223.3669,559.09344,2520.90869,-299.71954,546.29749,2667.70581,-299.71954,528.79712,2667.73218,-223.3669,543.16132,1604.90222,-253.60371,635.71515,1848.46631,-221.60527,616.17664,1848.49085,-145.25262,628.97259,4063.2876,182.50058,535.89203,-468.49399,285.46155,743.36487,-468.55316,-236.32256,724.29639,-468.54489,-118.42563,727.5581,1411.87061,-156.88834,689.55554,208.0497,-157.02502,689.56659,208.04709,-197.68651,689.56506,1411.86426,-197.55559,689.55621,-1534.56689,-297.07794,660.56738,-1534.5708,-407.10022,654.29492,-1534.56482,-236.37042,718.02387,-1534.55884,-35.90125,724.29639,-1670.77966,-104.21795,698.86926,-1722.22888,-178.84314,685.46075,-1688.92188,-259.79922,684.06677,-1534.56177,-118.37688,721.16009,-1688.92261,-280.03299,664.91663,-3384.14453,-271.51437,667.09088,-1964.36646,-271.51209,667.09088,-1979.03955,-220.36533,667.09088,-2197.76294,-194.84515,667.09088,-2636.72363,-194.94771,667.09088,-3118.45361,-195.1246,667.09088,-3359.52417,-194.77113,667.09088,-1604.97766,-35.84027,848.04846,-1582.84766,285.46155,859.39868,-1534.54028,285.46155,711.50043,-2636.68604,285.46155,1044.23791,-2636.73633,-35.90125,982.37128,-2108.21362,-35.78119,1043.94055,-2005.72717,285.46155,1044.23791,-3119.44727,285.46155,1044.23791,-3118.33472,-35.90125,982.37128,-3119.06689,-35.90125,982.37128,-3559.69336,285.46155,1044.23791,-3559.70435,-35.90125,982.37128,-2636.81982,-35.90125,821.75726,-2636.67041,-145.7757,821.75726,-3116.35791,-35.90125,821.75726,-3118.40674,-144.58858,821.75726,-3559.70654,-194.29376,711.50043,-3559.7085,-236.52115,705.2279,-3559.7102,-297.14529,660.56738,-3559.71216,-407.10022,641.49884,-4586.05029,-236.51479,635.22638,-4586.05029,-297.46976,615.90692,-4586.05029,-407.10022,590.56592,-3559.69409,285.46155,698.95538,-4586.37353,285.46155,1044.23791,-4586.28711,-26.29529,1044.23791,-4586.05029,285.46155,679.63593,-4857.65772,285.46155,1044.23791,-4857.76123,182.50058,1044.23791,-4857.56397,-26.47851,1044.23791,-6235.07617,285.46155,890.14233,-6244.00488,182.50058,851.75452,-6351.71924,-149.89798,603.36188,-6341.46289,-236.53903,494.97238,-4857.60059,-236.4921,609.6344,6461.1626,285.46155,-59.5199,6443.26953,182.50058,-59.5199,-4586.05029,285.46155,-626.80823,-4586.05029,-213.17444,-671.21777,-6416.65723,-174.68158,-499.35019,-6402.19043,285.46155,-511.8952,-5467.39014,-286.91266,-555.72577,-6371.23242,-281.16638,-451.17227,-3559.69556,285.46155,-728.67426,-3559.69556,285.46155,-1228.75232,-3559.69971,182.50058,-1228.75232,-3559.70752,-206.0011,-726.58374,167.35063,-198.31792,-684.01373,167.37537,182.50058,-1228.75232,1074.81848,182.50058,-1228.75232,1528.44946,-205.07369,-677.74115,1785.88806,182.50058,-1172.54565,1528.47607,182.9379,-1228.75232,1528.4845,285.46155,-1228.75232,2300.85254,285.46155,-1104.77564};
			return value;
		}
		private double[] getCoordinate_12_26_point_3()
		{
			double[] value = {2300.79785,182.50058,-1060.11511,2888.01172,182.50058,-811.47174,2887.97119,-11.73483,-662.76337,2757.46875,-76.47351,-624.51666,2561.73804,-108.83801,-616.71411,2300.72046,-108.83801,-639.35327,2888.06543,285.46155,-811.47174,2889.18384,53.00382,-599.013,2888.45093,-11.73483,-617.43603,2890.17017,182.50058,-607.48889,3150.49731,285.46155,-645.87677,-1534.56287,-205.83372,-677.74115,-2293.99585,-292.72202,-689.81244,-2800.28076,-292.72202,-691.4433,-468.54956,-202.65646,-684.01373,-868.31256,-291.74649,-676.85266,-1134.81274,-291.74649,-676.85266,-71.11923,-289.55438,-680.85657,-230.09551,-289.55438,-679.22571,1018.03113,-290.25943,-673.2146,677.75604,-290.25943,-677.98163,2011.09973,-264.16116,-639.44733,1818.04187,-264.16116,-653.81152,2618.76929,-239.72816,-584.6087,2471.97217,-239.72816,-605.3081,3190.62866,-223.3669,-521.61762,3190.60962,-299.71954,-497.71936,3069.52051,-299.71954,-518.41864,3069.54468,-223.3669,-535.91907,3058.40552,14.17001,-576.44934,3213.8916,82.45888,-579.27673,3372.33032,182.03134,-601.21625,3372.35962,285.46155,-626.80823,3880.24805,285.46155,-588.42017,3853.13989,182.50058,-569.35175,4239.41943,285.46155,-556.55579,4239.41309,182.50058,-543.75983,4967.84863,285.46155,-518.41864,4967.83691,182.50058,-511.8952,5763.78857,285.46155,-473.75827,5763.7749,182.50058,-460.96228,6388.91357,285.46155,-422.82529,6386.01709,182.50058,-397.23331,6233.08154,61.1095,-164.91942,6233.01465,61.1095,-185.61877,3681.86328,60.97268,-541.51208,3554.87695,60.97268,-557.44434,4096.81445,61.1095,-500.29114,4007.02222,61.1095,-514.65521,4694.66943,61.1095,-448.97125,4512.56641,61.1095,-471.30148,5465.28613,61.1095,-379.15793,5266.30322,61.1095,-407.8234,6016.89453,61.1095,-314.91669,5963.16064,61.1095,-330.84894,3689.73608,-223.3669,-455.53647,3689.73242,-299.71954,-431.63818,3562.73071,-299.71954,-447.5704,3562.74976,-223.3669,-471.46875,4104.70703,-223.3669,-394.55176,4104.70264,-299.71954,-369.08527,4014.91162,-299.71954,-385.01752,4014.9148,-223.3669,-408.91586,4694.65039,-223.3669,-310.02933,4694.64209,-299.71954,-276.59668,4512.54248,-299.71954,-306.89304,4512.54639,-223.3669,-332.35956,5465.25879,-223.3669,-197.67248,5465.25049,-299.71954,-162.60904,5266.26904,-299.71954,-192.90541,5266.27637,-223.3669,-226.33798,-3944.58814,-294.86307,-684.77362,-4201.17236,-294.86307,-668.84131,6233.72852,61.1095,86.49438,6233.66406,61.1095,57.82881,3699.65015,-276.81372,364.94269,3699.65332,-200.46115,384.07398,3652.67895,-200.46115,393.60818,3572.6687,-200.46115,401.57425,3572.64941,-276.81372,382.44315,-6437.61377,285.46155,488.44901,-6413.76514,-100.72212,488.44901,-6500.68164,-144.63826,-59.5199,-6310.10059,-407.10022,-59.5199,-6306.68018,-407.10022,329.12656,-6336.68652,-407.10022,-378.22665,-6324.8457,-407.10022,-329.35178,-6312.03955,-407.10022,-206.8417,261.73834,285.46155,707.94373,1358.38049,285.46155,707.9422,-1434.15186,285.46155,722.12189,-568.83008,285.46155,732.74347,-1652.82983,285.46155,939.07007,-1744.50794,285.46155,950.53845,-1790.87305,285.46155,1035.68005,-1785.73621,285.46155,1018.56158,5817.60498,-185.19058,67.93806,5817.59668,-261.54321,37.64169,5871.4707,-185.19058,53.57397,5817.46191,-261.54321,-119.98713};
			return value;
		}
		private double[] getCoordinate_12_26_point_4()
		{
			double[] value = {5817.47022,-185.19064,-155.05063,5871.20459,-185.19064,-139.11835,5914.37695,-200.46115,-48.04115,5914.44189,-200.46115,-19.37565,5860.56885,-276.81378,-35.30787,5860.56787,-276.81378,-49.60923,5914.31006,-200.46115,-68.74052,-1534.5509,182.50058,-1228.75232,-468.47299,182.50058,-1228.75232,1682.91724,46.71798,-1000.67017,202.24477,-81.49244,743.49676,202.24399,-85.18716,743.49323,226.74043,-85.17464,743.49414,226.84311,252.31116,743.48261,202.26968,252.31116,743.47925,202.26054,182.33235,743.4873,196.41843,-208.73787,707.95947,196.42255,-145.97647,707.96124,1423.50061,-145.83719,707.94989,1358.22925,-118.25748,707.95386,261.61551,-118.30615,707.9577,1423.49085,-208.60442,707.95044,196.42221,-145.97607,679.3244,1423.50037,-145.83678,679.31305,1423.49072,-208.60403,679.31354,196.41817,-208.73747,679.32269,1411.87073,-156.88815,679.31305,1411.8645,-197.55533,679.31384,208.04683,-197.68625,679.32269,208.0495,-157.02472,679.32416,1393.12512,-85.08974,743.48767,1417.69568,-85.07713,743.48468,1417.70898,-.18634,743.4856,1417.75476,252.31116,743.47705,1393.25159,252.31116,743.47766,1435.13562,-101.64284,707.94971,1375.67749,-101.67343,707.95319,1375.81628,268.88663,707.94232,1435.20032,182.62772,707.94122,1435.15149,-.18874,707.95013,184.83093,268.88663,707.9447,244.29131,268.88663,707.9455,244.17847,-101.74013,707.95844,184.7997,-101.77075,707.95984,184.80386,-81.48984,707.96289,184.81966,182.33424,707.95349,1435.20032,268.88663,754.55469,1375.81628,268.88663,754.55585,1435.15149,-.18874,754.56378,1435.13562,-101.64284,754.56335,1375.67749,-101.67343,754.56671,184.7997,-101.77075,754.57343,184.80386,-81.48984,754.57636,184.81966,182.33424,754.56696,184.83093,268.88663,754.55823,244.29131,268.88663,754.55908,244.17847,-101.74013,754.57196,1417.7096,-.18615,754.56397,1417.69629,-85.07685,754.56311,1393.12573,-85.08946,754.56598,1393.25195,252.31168,754.55597,1417.75525,252.31168,754.55548,202.27072,252.31168,754.55768,226.84428,252.31168,754.56091,226.74161,-85.17417,754.57251,202.24509,-85.18678,754.57159,202.24594,-81.49197,754.57513,202.26166,182.33275,754.56567,1189.2605,-68.14885,707.95105,430.64963,-68.1972,707.95349,347.27109,-73.76791,707.95422,296.78668,-84.9035,707.95526,1323.10169,-84.84507,707.95172,1272.63171,-73.71123,707.95111,314.39279,42.29532,707.95142,314.4101,124.85227,707.94952,308.57169,204.08377,707.94745,296.87012,252.0537,707.94586,308.51691,-36.93527,707.95349,430.71332,235.35228,707.94684,1189.33887,235.35228,707.94605,1272.71814,240.91873,707.9455,1323.20435,252.0537,707.94464,347.3414,240.91873,707.94653,1305.59033,124.85227,707.94763,1305.56909,42.35863,707.94898,1311.4032,-36.87351,707.95044,1311.4707,204.08377,707.94611,314.39243,42.29109,523.79712,314.4097,124.84805,523.79535,430.71304,235.34805,523.7926,1189.33887,235.34805,523.79187,1305.59033,124.84805,523.79346,1305.56909,42.35453,523.79474,1189.2605,-68.15294,523.79688,430.64911,-68.20139,523.79932,353.13538,-49.78732,707.95349,333.75534,-31.36827,707.95306,1286.172,-31.30737,707.95007,1266.78333,-49.72896,707.95044};
			return value;
		}
		private double[] getCoordinate_12_26_point_5()
		{
			double[] value = {333.80368,198.51703,707.94775,353.19141,216.9375,707.94739,1266.85217,216.9375,707.94629,1286.23144,198.51703,707.94653,353.13501,-49.79149,523.79919,333.75504,-31.37244,523.79883,1286.172,-31.31153,523.79596,1266.78333,-49.73317,523.79633,333.80322,198.51282,523.79358,353.19104,216.93329,523.79321,1266.85217,216.93329,523.79205,1286.23144,198.51282,523.79236,-1462.89319,257.77976,746.91974,-1504.97571,257.69669,738.46356,-1505.09302,-25.70007,750.88513,-1505.09119,-90.87928,747.37842,-1462.86743,-90.89996,747.35437,-1511.30884,-214.2784,718.76129,-1511.30689,-140.46876,720.69916,-491.80197,-140.5155,726.82086,-568.93012,-118.40939,725.42542,-1434.22888,-118.39312,723.29273,-491.80698,-214.23271,724.75739,-1511.30689,-140.46876,702.09558,-491.80197,-140.5155,708.21716,-491.80698,-214.23271,706.15375,-1511.30884,-214.2784,700.15759,-503.43057,-151.56043,707.84845,-503.43396,-203.1877,706.38428,-1499.68091,-203.23242,700.52625,-1499.67932,-151.51474,701.86505,-539.15704,-90.59063,753.86377,-496.64929,-90.40687,751.77801,-496.75702,-81.08431,754.2417,-496.72879,258.10129,765.99066,-539.04242,258.15811,759.60547,-1522.88135,274.4021,712.07855,-1445.79883,274.43558,721.84058,-1445.84131,-107.34451,722.71661,-1522.93091,-107.32591,721.44061,-1522.93152,-25.57138,724.72492,-480.0928,-107.33825,727.03705,-557.3349,-107.39038,726.58258,-557.22638,274.42993,733.2702,-480.09616,274.40674,742.2063,-480.13159,-81.4518,729.97974,-1445.44653,-107.47273,714.1546,-1522.53613,-107.45416,712.8786,-1522.53674,-25.69962,716.16296,-1522.48657,274.27368,703.5166,-1445.40405,274.30716,713.27863,-556.45245,274.7034,724.73218,-479.32211,274.68033,733.66827,-479.35754,-81.17844,721.44183,-479.31885,-107.06494,718.49902,-556.56091,-107.11707,718.04449,-1505.09302,-25.70007,716.81342,-1504.97571,257.69669,704.39191,-1462.89319,257.77976,712.84821,-1462.86743,-90.89996,713.28272,-1505.09119,-90.87928,713.30676,-496.75702,-81.08431,720.17004,-496.64929,-90.40687,717.70636,-539.15704,-90.59063,719.79211,-539.04242,258.15811,725.53387,-496.72879,258.10129,731.91907,-725.89386,-79.72938,725.19263,-1277.24829,-79.72145,724.11432,-1359.2876,-84.01643,723.89679,-1407.09363,-92.60951,723.68897,-596.05395,-92.6226,725.42181,-643.85626,-84.02725,725.34479,-1393.50464,30.78024,723.29156,-1393.48218,136.28752,722.72296,-1397.98706,214.24852,722.32538,-1407.02148,259.67755,722.12561,-1398.04175,-47.18075,723.62256,-1277.17859,246.787,723.61401,-725.82031,246.78455,730.66266,-643.77978,251.08084,731.71973,-595.97162,259.6752,732.34723,-1359.21716,251.08369,722.62238,-609.56519,136.28403,729.87183,-609.58905,30.76893,727.69721,-605.08612,-47.19265,726.17969,-605.02612,214.24547,731.45599,-1393.50464,30.78024,502.76642,-1393.48218,136.28752,502.19781,-1277.17859,246.787,503.0889,-725.82031,246.78455,510.13745,-609.56519,136.28403,509.34665,-609.58905,30.76893,507.17209,-725.89386,-79.72938,504.66742,-1277.24829,-79.72145,503.58914,-628.98358,-42.89563,726.14124,-648.37164,-61.31566,725.72369,-1354.76233,-61.30545,723.86352,-1374.14233,-42.88491,723.72632,-648.3064,228.36925,731.27411,-628.9267,209.9489,731.14221};
			return value;
		}
		private double[] getCoordinate_12_26_point_6()
		{
			double[] value = {-1374.08838,209.95223,722.57373,-1354.70068,228.37245,722.72223,-628.98358,-42.89563,505.616,-648.37164,-61.31566,505.19849,-1354.76233,-61.30545,503.33841,-1374.14233,-42.88491,503.20117,-648.3064,228.36925,510.74893,-628.9267,209.9489,510.6171,-1374.08838,209.95223,502.04858,-1354.70068,228.37245,502.19711,-1731.29956,285.46155,1007.2746,-1669.13928,285.46155,970.29999,-1730.46704,-35.90125,938.07599,-1807.0896,-35.90125,973.38117,-1821.37,-157.17746,679.80267,-1903.88501,-175.98952,673.4458,4352.96924,-55.09152,-428.85986,4352.96289,-141.82428,-387.05865,4217.0166,-141.82428,-407.78943,4214.76172,-55.09152,-439.76367,3912.4436,-55.10127,-482.745,3914.698,-141.83401,-450.77069,3806.30542,-141.83401,-466.31088,3804.05737,-55.1404,-492.58234,3259.50635,-67.80026,-546.80609,3307.94409,-38.71334,-548.08569,3417.39063,-48.41679,-539.81439,3419.63892,-135.11049,-513.54285,3295.59839,-135.11049,-530.25915,2931.67944,-121.44164,-585.58813,5071.52978,-55.09152,-350.06775,5071.52148,-141.82428,-295.76843,4880.97949,-141.82428,-323.66556,4880.98535,-55.09152,-365.46683,5794.49316,-51.91016,-257.1257,5751.58789,-125.91748,-205.60727,5634.18408,-138.64291,-219.81457,5634.19238,-51.91016,-274.1138,6056.96973,-50.00137,-162.14903,5962.84131,-129.09883,-126.73009,5948.47266,-124.00862,-150.18938,5991.37842,-50.00137,-201.70786,6093.01709,-38.09096,-21.34107,5998.7124,-117.18849,-53.09054,6092.84033,-38.09096,-88.50945,5991.91797,-50.00137,112.6143,5948.88086,-124.00862,62.42351,5963.20459,-129.09883,38.10697,6057.5083,-50.00137,69.85645,3395.90625,-33.23761,513.63196,3316.32642,-42.94893,493.97385,3316.30395,-129.68169,474.99942,3443.64746,-122.0464,455.96225,3434.90381,-42.94893,531.95404,3667.19995,-38.09096,527.38745,3675.94409,-117.18849,451.39569,3714.82495,-38.09096,523.92725,3927.9895,-38.0933,449.12057,3870.7561,-47.80456,475.78729,3831.87451,-126.90202,403.2558,3936.96216,-134.53731,385.66138,3951.92993,-72.08278,404.63574,5634.25293,-51.91016,182.50859,5634.24365,-138.64291,131.11557,5751.69141,-125.91748,115.85246,5794.729,-51.91016,166.04323,4880.98877,-55.09152,279.17361,4880.98242,-141.82428,240.54524,5071.5249,-141.82428,211.06429,5071.53418,-55.09152,262.45737,4178.54248,134.20947,451.51193,4236.2915,-85.4393,348.31006,4221.32275,-147.89375,329.33563,4357.27002,-147.89375,308.60489,4357.27637,-61.1611,347.23328,2808.15064,-55.09152,551.47107,2808.12671,-141.82428,539.39124,2942.06812,-141.82428,518.67615,2942.09058,-55.09152,537.65057,2260.2688,-64.53394,607.12408,2150.93823,-122.5725,609.04559,2366.90259,-140.18938,587.27472,2366.92676,-53.45664,599.35455,-4508.20898,-323.58051,-638.91278,-4916.14697,-322.66406,-600.99426,-3646.38647,-322.48651,-688.30933,-3264.95068,-321.87469,-691.23657,-1441.28064,-321.27133,-676.26135,-1827.67493,-321.55005,-680.08069,-406.99493,-319.81378,-677.09302,-619.73383,-320.44009,-676.29858,367.69553,-319.15051,-678.68219,118.0704,-318.9491,-679.72748,1600.43884,-310.40146,-660.12927,1333.7688,-317.85806,-667.03955,2366.38306,-281.18375,-609.77136,2196.44849,-289.20337,-623.05866,4353.52344,-223.3669,-355.88153,4353.51904,-299.71954,-330.41507,4217.57178,-299.71954,-351.14584};
			return value;
		}
		private double[] getCoordinate_12_26_point_7()
		{
			double[] value = {4217.57568,-223.3669,-376.61233,3915.82202,-223.3669,-424.26007,3915.81885,-299.71954,-400.36176,3807.42651,-299.71954,-415.90195,3807.42944,-223.3669,-439.80032,3437.23242,-223.3669,-487.79303,3437.21362,-299.71954,-463.89475,3313.17334,-299.71954,-480.61105,3313.19214,-223.3669,-504.50937,2935.91772,-210.64145,-556.00671,2935.89356,-286.99408,-538.50629,2801.95239,-274.26865,-557.86749,2777.52441,-172.46513,-581.99512,2985.33057,-59.95326,-576.25324,3130.4834,-79.3709,-557.82056,3166.57617,-146.68114,-541.27368,3045.49219,-146.68114,-555.57513,3195.44287,27.05743,-567.87982,3147.00464,-2.02948,-566.60016,3688.61768,-141.84384,-480.62143,3561.6311,-141.84384,-496.55362,3559.38257,-55.15015,-522.82526,3686.36914,-55.15015,-506.89291,3437.8772,23.7369,-556.23236,3328.43066,33.44037,-564.50372,4103.58154,-141.82428,-422.88013,4013.78906,-141.82428,-437.2442,4011.53467,-55.09152,-469.21851,4101.32617,-55.09152,-454.85437,3910.65356,20.63276,-508.4942,3802.26733,20.59364,-518.3316,4694.65576,-141.82428,-345.65472,4512.55273,-141.82428,-367.98489,4512.55908,-55.09152,-409.78613,4694.66211,-55.09152,-387.45593,4345.09228,20.64583,-462.47113,4206.88428,20.64583,-473.37494,5070.12939,20.64583,-395.77658,4879.58496,20.64583,-411.17575,5465.26709,-141.82428,-241.94614,5266.28467,-141.82428,-270.61163,5266.29297,-55.09152,-324.91089,5465.27539,-55.09152,-296.24542,5740.85547,-204.27873,-161.62108,5740.84717,-280.63138,-126.55764,5623.44336,-293.35681,-140.76494,5623.45166,-217.00418,-175.82837,5071.51416,-223.3669,-255.02701,5071.50684,-299.71954,-221.59439,4880.96484,-299.71954,-249.49153,4880.97217,-223.3669,-282.9241,5901.61572,-122.73612,-173.91005,5847.88184,-122.73612,-189.84225,5890.78711,-48.7288,-241.36075,5944.521,-48.7288,-225.42847,5811.67285,20.64583,-311.72812,5651.37158,20.64583,-328.71625,5901.71191,-205.5513,-95.43015,5847.96924,-281.90393,-76.29893,5833.60107,-276.81378,-99.7582,5887.34326,-200.46115,-118.88943,5982.93262,-130.37134,-79.92656,5982.86475,-130.37134,-100.62592,6076.99316,-51.27388,-136.04483,6077.06103,-51.27388,-115.34547,6080.23389,20.64583,-255.7039,6145.8252,20.64583,-216.14513,6177.57764,20.64583,-22.61645,6177.40234,20.64583,-89.78489,5983.15088,-130.37134,7.00561,5983.08594,-130.37134,-21.65989,6077.38965,-51.27388,10.08958,6077.4541,-51.27388,38.75508,3448.78564,33.59423,580.69928,3487.78345,23.8829,599.0213,3675.95019,20.64583,602.36523,3723.57544,20.64583,598.90491,3863.79785,23.8829,560.21802,3921.03174,33.59423,533.55133,5740.91699,-280.63138,45.01199,5740.92529,-204.27873,75.30833,5623.47754,-217.00418,90.57148,5623.46924,-293.35681,60.27512,5848.05908,-281.90393,-6.2765,5901.93213,-205.5513,9.65578,5887.6084,-200.46115,33.97232,5833.73535,-276.81378,18.04004,5848.10498,-122.73612,100.73826,5901.96973,-122.73612,86.37413,5945.00781,-48.7288,136.56493,5891.14209,-48.7288,150.92897,6146.64648,20.64583,123.39775,6081.05615,20.64583,166.15561,5266.2876,-141.82428,184.39821,5465.27148,-141.82428,154.16454,5465.27978,-55.09152,205.55756,5266.29688,-55.09152,235.7912,5651.43652,20.64583,235.87833,5811.9126,20.64583,219.41296,4879.58887,20.64583,322.53342};
			return value;
		}
		private double[] getCoordinate_12_26_point_8()
		{
			double[] value = {5070.1333,20.64583,305.81714,4091.26831,118.16332,512.22363,4007.45068,30.76172,468.10373,4031.39111,-3.22776,423.61893,4121.18701,69.60689,442.68738,4247.625,67.17907,410.84998,4247.62207,-5.65557,380.61642,4368.60693,18.62264,379.53961,4398.9502,115.7355,420.92847,4512.55469,-141.82428,290.38846,4694.65869,-141.82428,264.85916,4694.66504,-55.09152,303.48758,4512.56103,-55.09152,329.01675,4880.9751,-223.3669,203.70717,4880.9668,-299.71954,175.04164,5071.51025,-299.71954,145.56075,5071.51758,-223.3669,174.22627,3708.82593,-130.37134,433.3866,3755.80029,-130.37134,423.85233,3794.68164,-51.27388,496.38376,3747.70679,-51.27388,505.918,3541.51099,-130.37134,451.83307,3621.521,-130.37134,443.86685,3612.77734,-51.27388,519.85864,3532.76733,-51.27388,527.82489,4022.40161,-153.96333,351.53525,4112.19385,-153.96333,340.37003,4127.16211,-91.50887,359.34451,4037.36987,-91.50887,370.50958,3812.38867,-211.91403,364.4566,3812.38501,-288.2666,345.32541,3917.47314,-295.90189,327.73093,3917.47632,-219.54925,346.86215,4217.57715,-223.3669,302.98578,4217.57275,-299.71954,279.08734,4353.52002,-299.71954,258.35666,4353.52441,-223.3669,282.255,3442.17627,-288.26666,398.64197,3442.19629,-211.91403,417.77316,3314.85254,-219.54925,436.81033,3314.83276,-295.90189,417.67914,3069.57935,-141.82428,498.87714,3190.66113,-141.82428,476.54688,3190.68359,-55.09152,495.5213,3069.60156,-55.09152,517.85156,3297.94727,23.8829,506.94052,3377.52686,33.59423,526.59863,2810.31519,20.64583,564.521,2944.25513,20.64583,550.70056,2280.92261,5.87608,612.4389,2387.58057,16.95337,604.66937,2520.95776,-141.82428,571.9234,2667.75684,-141.82428,555.99121,2667.78076,-55.09152,568.07111,2520.98169,-55.09152,584.00336,2808.10181,-223.3669,524.44562,2808.07568,-299.71954,510.08139,2942.01709,-299.71954,489.36636,2942.04346,-223.3669,503.73053,2123.58716,-196.94168,600.10803,2123.56274,-273.29431,587.31201,2339.5271,-290.91113,565.54114,2339.55176,-214.5585,578.33704,2044.16577,-109.84882,619.72345,2153.49658,-51.81025,617.80206,1685.85535,-407.10022,604.74921,1485.00342,-407.10022,620.00433,-4907.46924,-407.10022,-577.21753,-5335.95898,-407.10022,-532.25775,-5937.55029,-407.10022,-459.90997,-4201.17383,-407.10022,-636.034,-4499.53174,-407.10022,-615.13574,-2800.28418,-407.10022,-671.06622,-3244.14404,-407.10022,-667.3706,-3944.58911,-407.10022,-651.96631,-3625.57935,-407.10022,-664.44342,-2293.99878,-407.10022,-669.4353,-1847.66003,-407.10022,-670.3504,-1134.8197,-407.10022,-668.26184,-1461.26611,-407.10022,-666.53125,-868.31946,-407.10022,-668.26184,-628.70038,-407.10022,-668.46442,-230.10425,-407.10022,-670.27692,-415.96143,-407.10022,-669.25885,-71.12791,-407.10022,-671.90784,133.17328,-407.10022,-671.96783,677.7489,-407.10022,-667.78357,382.79843,-407.10022,-670.92249,1018.02405,-407.10022,-663.01654,1321.49451,-407.10022,-655.91803,1818.02625,-407.10022,-637.11084,1588.16431,-407.10022,-649.00769,2011.08411,-407.10022,-622.74664,2192.5769,-407.10022,-607.46008,2520.87378,-407.10022,-575.71844,2362.51123,-407.10022,-594.17273,2667.67065,-407.10022,-555.01904,2808.04053,-407.10022,-534.85022,4512.53613,-407.10022,-280.61896,4353.51367,-407.10022,-305.53272};
			return value;
		}
		private double[] getCoordinate_12_26_point_9()
		{
			double[] value = {4104.69873,-407.10022,-343.99515,4217.56689,-407.10022,-326.26343,4014.90747,-407.10022,-359.92737,3915.81323,-407.10022,-375.46368,3689.72095,-407.10022,-406.54019,3807.42017,-407.10022,-391.00388,3562.71924,-407.10022,-422.47244,3437.19531,-407.10022,-438.9967,3190.58691,-407.10022,-474.62076,3313.15479,-407.10022,-455.71298,3069.4978,-407.10022,-495.32013,2941.98169,-407.10022,-515.48889,4694.63574,-407.10022,-250.32259,4880.95654,-407.10022,-223.02138,5751.87061,-407.10022,-95.35675,5634.4668,-407.10022,-109.56405,5465.24219,-407.10022,-137.52672,5266.26074,-407.10022,-167.82307,5071.49853,-407.10022,-195.1243,5812.13818,-407.10022,-34.34818,5766.25098,-407.10022,-9.68747,5812.13721,-407.10022,-48.64955,5766.23926,-407.10022,-71.89745,5071.50147,-407.10022,120.57643,5266.26367,-407.10022,91.3974,5465.24512,-407.10022,59.53289,5634.47949,-407.10022,29.89221,5751.92578,-407.10022,14.62906,4694.6377,-407.10022,178.45232,4880.95947,-407.10022,150.05733,4353.51465,-407.10022,233.66251,4512.53809,-407.10022,208.74875,3694.68115,-407.10022,338.33148,3811.55322,-407.10022,321.59949,3441.33106,-407.10022,374.32016,3567.68042,-407.10022,355.83191,3916.64087,-407.10022,304.005,4014.90845,-407.10022,288.05716,4104.69971,-407.10022,272.12491,4217.56787,-407.10022,254.3932,2941.99048,-407.10022,467.74576,3069.5061,-407.10022,443.74155,3190.59448,-407.10022,416.64404,3313.98755,-407.10022,393.3573,2351.01147,-407.10022,544.04071,2520.88159,-407.10022,525.16687,2667.67871,-407.10022,507.6665,2808.04907,-407.10022,488.46069,1929.41943,-407.10022,585.21063,2135.04712,-407.10022,565.81165,-4552.09961,-203.58096,706.55292,-3595.73853,-203.53618,712.41083,-3595.73535,-151.90897,713.87512,-4552.09814,-151.86325,707.89166,-4557.2124,-90.87928,741.91339,-4516.67871,-90.89996,741.88934,-4516.70361,257.77976,741.45477,-4557.10107,257.69669,732.99853,-4557.21387,-25.70007,745.42011,-4563.18066,-214.2784,713.29626,-4563.1792,-140.46876,715.23425,-4585.50342,-118.37688,715.69513,-4585.50586,-236.37042,712.55884,-3584.49097,-140.5155,721.35577,-3562.16528,-118.42563,722.0932,-3658.53149,-118.40939,719.96045,-4489.18701,-118.39312,717.82782,-3584.49609,-214.23271,719.29242,-3562.1731,-236.32256,718.83148,-4563.1792,-140.46876,696.63055,-3584.49097,-140.5155,702.75226,-3584.49609,-214.23271,700.68872,-4563.18066,-214.2784,694.69263,-3595.6543,-151.56043,702.38348,-3595.65723,-203.1877,700.91931,-4552.01807,-203.23242,695.06128,-4552.01709,-151.51474,696.40008,-3589.22046,258.10129,760.52563,-3629.84033,258.15811,754.14056,-3629.95019,-90.59063,748.3988,-3589.14429,-90.40687,746.31311,-3589.2478,-81.08431,748.77679,-4574.28955,274.4021,706.61346,-4500.29346,274.43558,716.37555,-4489.11328,285.46155,716.65686,-4585.48242,285.46155,706.03552,-4500.33398,-107.34451,717.25165,-4574.33789,-107.32591,715.97559,-4574.33838,-25.57138,719.26001,-4585.5,-35.90125,718.83148,-3573.25073,-107.33825,721.57208,-3647.40039,-107.39038,721.11762,-3647.29639,274.42993,727.80518,-3658.43555,285.46155,727.27844,-3573.25415,274.40674,736.74133,-3562.11645,285.46155,737.89996,-3573.28784,-81.4518,724.51477,-3562.15723,-81.51109,725.35486,-4499.95508,-107.47273,708.68964,-4573.95898,-107.45416,707.41357};
			return value;
		}
		private double[] getCoordinate_12_26_point_10()
		{
			double[] value = {-4573.95898,-25.69962,710.698,-4573.91113,274.27368,698.05157,-4499.91455,274.30716,707.81366,-3646.55322,274.7034,719.26721,-3572.51099,274.68033,728.20337,-3572.54492,-81.17844,715.97687,-3572.50781,-107.06494,713.03412,-3646.65723,-107.11707,712.57953,-4557.21387,-25.70007,711.34845,-4557.10107,257.69669,698.92682,-4516.70361,257.77976,707.38312,-4516.67871,-90.89996,707.81775,-4557.2124,-90.87928,707.8418,-3589.2478,-81.08431,714.70508,-3589.14429,-90.40687,712.24139,-3629.95019,-90.59063,714.32715,-3629.84033,258.15811,720.06891,-3589.22046,258.10129,726.45404,-3684.56909,-92.6226,719.95679,-3730.45776,-84.02725,719.8797,-3809.21094,-79.72938,719.72754,-4338.49121,-79.72145,718.64935,-4417.24609,-84.01643,718.43182,-4463.13818,-92.60951,718.224,-4454.44873,-47.18075,718.15747,-4450.09326,30.78024,717.82654,-4450.07178,136.28752,717.25793,-4454.39551,214.24852,716.86035,-4463.06885,259.67755,716.66058,-4417.17822,251.08369,717.15741,-4338.42432,246.787,718.14911,-3809.14038,246.78455,725.19763,-3730.38428,251.08084,726.25464,-3684.49023,259.6752,726.88232,-3693.18237,214.24547,725.99109,-3697.53955,136.28403,724.4068,-3697.5625,30.76893,722.2323,-3693.23975,-47.19265,720.71478,-4450.09326,30.78024,497.30142,-4450.07178,136.28752,496.73282,-4338.42432,246.787,497.62384,-3809.14038,246.78455,504.67252,-3697.53955,136.28403,503.88165,-3697.5625,30.76893,501.70709,-3809.21094,-79.72938,499.20242,-4338.49121,-79.72145,498.12421,-3716.18066,-42.89563,720.67627,-3734.79248,-61.31566,720.25867,-4412.90234,-61.30545,718.39856,-4431.50635,-42.88491,718.26135,-3734.72974,228.36925,725.8092,-3716.12598,209.9489,725.67725,-4431.4541,209.95223,717.10876,-4412.84277,228.37245,717.25726,-3734.79248,-61.31566,499.73349,-3716.18066,-42.89563,500.15106,-4431.50635,-42.88491,497.73624,-4412.90234,-61.30545,497.87341,-3716.12598,209.9489,505.1521,-3734.72974,228.36925,505.28394,-4412.84277,228.37245,496.73209,-4431.4541,209.95223,496.58362,-4550.02686,-151.86325,-684.70416,-3594.93433,-151.90897,-729.4032,-3594.86401,-203.53618,-727.94025,-4549.96094,-203.58096,-683.36664,-4557.01807,-25.70007,-721.98737,-4556.28272,257.69669,-709.58307,-4516.34961,257.77976,-719.66626,-4516.34668,-90.89996,-720.10144,-4556.84033,-90.87928,-718.48438,-4583.63379,-236.37042,-688.01404,-4583.78857,-118.37688,-691.14722,-4561.46436,-140.46876,-691.59064,-4561.36865,-214.2784,-689.6546,-4487.67725,-118.39312,-697.17743,-3657.97168,-118.40939,-732.93982,-3561.81006,-118.42563,-738.97211,-3584.07642,-140.5155,-737.33167,-3561.65454,-236.32256,-735.7135,-3583.97778,-214.23271,-735.27014,-3583.1438,-140.5155,-718.74695,-4560.53174,-140.46876,-673.0058,-3583.04541,-214.23271,-716.68524,-4560.43603,-214.2784,-671.06989,-3594.20703,-203.1877,-716.46375,-3594.27759,-151.56043,-717.92651,-4549.30371,-203.23242,-671.89001,-4549.36914,-151.51474,-673.22754,-3590.20264,-81.08431,-764.5321,-3589.97559,-90.40687,-762.07507,-3630.84473,-90.59063,-762.50659,-3631.02295,258.15811,-768.24689,-3590.76416,258.10129,-776.27026,-4583.2832,285.46155,-681.49829,-4487.54443,285.46155,-696.01068,-4498.69971,274.43558,-695.27692,-4572.13135,274.4021,-682.52887,-4498.78418,-107.34451,-696.15051,-4572.64844,-107.32591,-691.87946};
			return value;
		}
		private double[] getCoordinate_12_26_point_11()
		{
			double[] value = {-4583.94287,-35.90125,-694.28052,-4572.81397,-25.57138,-695.16046,-3646.90991,-107.39038,-734.54657,-3572.85815,-107.33825,-738.00275,-3658.24243,285.46155,-740.25433,-3647.14136,274.42993,-741.23163,-3562.55347,285.46155,-754.76489,-3573.62183,274.40674,-753.15662,-3561.96558,-81.51109,-742.2309,-3573.04297,-81.4518,-740.94092,-4571.84131,-107.45416,-683.34149,-4497.97656,-107.47273,-687.61255,-4572.00635,-25.69962,-686.62256,-4571.32471,274.27368,-673.99091,-4497.89258,274.30716,-686.73907,-3572.45166,274.68033,-744.65723,-3645.97095,274.7034,-732.7323,-3571.87305,-81.17844,-732.44177,-3571.68823,-107.06494,-729.50348,-3645.7395,-107.11707,-726.04718,-4554.5752,257.69669,-675.54584,-4555.31055,-25.70007,-687.95032,-4514.64209,257.77976,-685.62927,-4514.63916,-90.89996,-686.06445,-4555.13281,-90.87928,-684.44733,-3588.26831,-90.40687,-728.03796,-3588.49487,-81.08431,-730.495,-3629.13721,-90.59063,-728.46948,-3629.31543,258.15811,-734.2099,-3589.05664,258.10129,-742.23321,-4461.67432,-92.60951,-698.62787,-4415.83936,-84.01643,-700.69367,-4337.17578,-79.72145,-704.09961,-3808.48657,-79.72938,-726.60651,-3729.82105,-84.02725,-729.94708,-3683.98291,-92.6226,-731.88196,-4461.52734,259.67755,-697.06897,-4452.87305,214.24852,-697.61975,-4448.57275,136.28752,-698.1919,-4448.62305,30.78024,-698.75909,-4452.99072,-47.18075,-698.91333,-3684.25098,259.6752,-738.80365,-3730.06689,251.08084,-736.31854,-3808.69043,246.78455,-732.07379,-4337.0835,246.787,-703.60254,-4415.70801,251.08369,-699.42328,-3692.68262,-47.19265,-732.28809,-3697.0769,30.76893,-733.62915,-3697.16309,136.28403,-735.80231,-3692.88965,214.24547,-737.5614,-4437.521,136.28752,-477.89069,-4437.5708,30.78024,-478.45776,-3797.63794,246.78455,-511.77261,-4326.03125,246.787,-483.30124,-3686.02466,30.76893,-513.32782,-3686.11084,136.28403,-515.50104,-4326.12353,-79.72145,-483.79828,-3797.43433,-79.72938,-506.30524,-3734.17017,-61.31566,-730.15015,-3715.59814,-42.89563,-731.3208,-4430.07617,-42.88491,-699.94605,-4411.49853,-61.30545,-700.83624,-3715.79443,209.9489,-736.31891,-3734.38574,228.36925,-735.69751,-4411.38135,228.37245,-699.69855,-4429.9668,209.95223,-698.79675,-3704.54614,-42.89563,-511.01953,-3723.11768,-61.31566,-509.84882,-4400.4458,-61.30545,-480.53494,-4419.02441,-42.88491,-479.64475,-3723.3335,228.36925,-515.39618,-3704.74219,209.9489,-516.0177,-4418.91504,209.95223,-478.49542,-4400.32959,228.37245,-479.39722,6393.34424,405.6857,-449.56152,6365.74951,405.68515,-521.98016,6054.34668,405.68433,-547.02563,6011.96436,405.68262,-515.65057,6054.34668,405.67996,396.23044,6089.57178,405.68149,427.74249,6335.63672,405.68936,377.56116,6398.39746,405.68906,302.26776,6426.66113,405.69025,285.4787,-3518.86621,405.66956,816.99658,-3355.96802,405.668,789.45215,-3470.94678,405.66998,-1208.03919,-4542.80029,405.66873,-1214.57153,-4710.4375,405.66962,-1195.67334,-4913.58545,405.66708,-604.45819,-4275.27295,405.66779,829.55078,-1156.23254,405.67184,1382.58069,-304.71137,405.66968,1376.82044,-1235.64551,405.67203,1383.11755,-1142.55225,405.67175,1382.48828,-1063.13904,405.67157,1381.95166,-1049.45862,405.67157,1381.85925,-970.04571,405.67139,1381.32239,-956.36517,405.67133,1381.22998,-876.95227,405.67111,1380.69336,-863.27185,405.67111,1380.60107};
			return value;
		}
		private double[] getCoordinate_12_26_point_12()
		{
			double[] value = {-783.85889,405.67093,1380.06445,-770.17835,405.67087,1379.97205,-690.7655,405.67065,1379.43542,-677.08496,405.67059,1379.34302,-597.672,405.67041,1378.80615,-583.99158,405.67035,1378.71387,-504.57855,405.67017,1378.17712,-490.89813,405.67017,1378.08472,-397.80472,405.66992,1377.45581,-411.48514,405.66998,1377.54834,-318.39172,405.66968,1376.91919,486.97153,405.67093,1370.73499,514.49579,405.67133,735.35626,485.70514,405.67258,-1258.4895,478.77862,405.67258,-1264.47913,-607.15887,405.67041,-1239.46924,-838.37537,405.66885,-1239.5343,-937.40387,405.66892,-1211.39795,-1176.52576,405.66904,-1208.57544,-1190.21997,405.66904,-1208.41394,-1421.47852,405.6691,-1205.68433,-1435.16113,405.6691,-1205.52258,-1666.42737,405.66922,-1202.79285,-1680.1062,405.66922,-1202.63159,-1911.37219,405.66928,-1199.90186,-1925.05554,405.66928,-1199.74036,-2156.31274,405.6694,-1197.01062,-2170.00928,405.6694,-1196.849,-2401.24902,405.66946,-1194.11963,-2414.96704,405.66946,-1193.95764,-2646.18115,405.66962,-1191.22852,-2659.92944,405.66962,-1191.06616,-2891.10889,405.66968,-1188.33777,-2904.89575,405.66968,-1188.17493,-3136.03247,405.66983,-1185.44666,-3149.8667,405.66983,-1185.28357,-3388.9187,405.66998,-1182.46167,-3329.75708,405.66754,1244.80212,-3315.99365,405.6665,1433.44641,-1249.32373,405.67203,1383.32959,2430.99439,405.67157,-735.66486,2680.49707,405.67145,-1096.03272,2678.64648,405.67145,-1104.95044,2614.65161,405.67184,-1148.26074,2603.7229,405.67191,-1155.65686,2539.72754,405.67224,-1198.96704,2528.79907,405.6723,-1206.36316,2464.80395,405.67264,-1249.67334,2453.87524,405.6727,-1257.06958,2389.88037,405.673,-1300.37976,2378.95166,405.67307,-1307.776,2314.9563,405.67343,-1351.08618,2304.02783,405.67352,-1358.4823,2240.03271,405.67386,-1401.7926,2230.46753,405.67395,-1406.73706,2222.26392,405.67395,-1409.22986,2128.80835,405.67395,-1409.78796,2115.12866,405.67395,-1409.86987,2021.67371,405.67395,-1410.42835,2007.99243,405.67395,-1410.51013,1914.54016,405.67386,-1411.06824,1900.8551,405.67386,-1411.15015,1807.40735,405.67386,-1411.7085,1793.71667,405.67386,-1411.79028,1700.27588,405.67386,-1412.34851,1686.57727,405.67386,-1412.43042,1593.14514,405.67386,-1412.98853,1579.43713,405.67386,-1413.07031,1486.0155,405.67386,-1413.62866,1472.29553,405.67386,-1413.71057,1378.88684,405.67386,-1414.26856,1365.15332,405.67386,-1414.35071,1271.75916,405.67386,-1414.90881,1258.01001,405.67386,-1414.99085,1164.63245,405.67386,-1415.54846,1155.58252,405.67386,-1413.55689,1151.2489,405.6738,-1409.49036,1187.61475,405.6723,-752.77118,4001.7478,405.67325,628.46631,5704.4917,405.68173,452.76202,5732.82813,405.6857,421.48129,5724.86816,405.68185,-534.75098,5696.7915,405.68231,-566.17902,4011.7898,405.67444,-676.44134,3945.60254,405.67203,603.40137,6399.76611,287.76163,301.83838,6055.71387,287.75494,-547.45508,6442.16016,287.76425,276.65604,6337.00635,287.76224,377.13165,6367.11914,287.75619,-522.40949,6398.95508,287.75742,-421.59049,-5892.1377,287.72424,942.0824,-6270.88232,287.71518,985.89215,-6453.10938,287.72022,218.65971,-6410.99414,287.72342,-401.54227,-6404.11279,287.7236,-410.20187,-5843.68506,287.72681,-473.0043,-4652.11279,287.72916,1168.80029,-4694.21924,287.72626,1250.43262,-5569.80859,287.72324,1200.0741};
			return value;
		}
		private double[] getCoordinate_12_26_point_13()
		{
			double[] value = {-5815.60742,287.72662,-510.64938,-5630.08203,287.72662,-529.46704,-5444.55713,287.72668,-548.28479,-4912.21728,287.73016,-604.88745,-4273.9043,287.73117,829.12128,-4399.97607,287.73084,1187.67029,-4709.06934,287.73379,-1196.10278,-4541.43262,287.73117,-1215.00073,-3517.49658,287.73367,816.56738,-3469.57715,287.73438,-1208.46863,515.8656,287.73621,734.92688,488.34112,287.73557,1370.30591,-310.18219,287.73373,1376.4436,-1241.11646,287.73721,1382.73425,-3328.38721,287.73077,1244.3728,-3496.57666,287.73181,1049.27637,-837.0061,287.73279,-1239.9635,-605.78955,287.73498,-1239.89868,1271.73975,287.73273,741.26129,486.9859,287.73804,-1265.06616,3415.16431,287.73947,684.75458,2448.73779,287.73318,1344.97754,1468.26209,287.73135,1344.92432,1439.91821,287.73016,1143.57336,1152.27881,287.73993,-1416.06006,2230.47363,287.74005,-1409.61816,2685.48071,287.73642,-1101.68164,2678.86597,287.73935,-1070.14905,1279.16345,287.73407,961.43829,2839.35425,287.73297,-969.55322,3611.15552,287.73959,634.4917,3590.2356,287.73975,672.13324,2888.61792,287.7352,-975.92676,3288.01343,287.73584,-724.32239,3946.9707,287.73721,602.97186,5698.15967,287.75201,-566.60834,5726.23633,287.75131,-535.18042,5734.1958,287.75684,421.05188,5705.86035,287.75116,452.33264,4003.11621,287.73908,628.0368,6055.71387,287.74866,395.80106,6013.33252,287.75247,-516.07983,6090.93994,287.75085,427.31314,3293.46729,405.67105,-723.44653,3287.198,405.67105,-717.76514,3413.79663,405.67358,685.1839,3588.86743,405.6738,672.56238,3609.78784,405.67371,634.92102,3544.50952,405.67224,-707.01898,1097.91516,405.67371,-1403.60327,490.92834,405.67258,-1260.76355,1144.27649,405.6738,-1414.12549,1084.65051,405.67365,-1400.59277,1038.28919,405.67358,-1390.0708,1025.02454,405.67358,-1387.0603,978.66321,405.67352,-1376.53809,965.39856,405.67343,-1373.52759,919.03723,405.67337,-1363.00549,905.77258,405.67331,-1359.99475,888.86932,405.67331,-1356.15845,871.96606,405.67325,-1352.32214,858.70166,405.67325,-1349.31152,841.79822,405.67319,-1345.47534,824.89471,405.67319,-1341.63892,811.63055,405.67313,-1338.62866,794.72705,405.67313,-1334.79211,777.82367,405.67307,-1330.95557,764.55951,405.67307,-1327.94519,747.65601,405.673,-1324.10889,730.75232,405.673,-1320.27258,717.48846,405.673,-1317.26233,671.12634,405.67294,-1306.73987,657.86249,405.67288,-1303.72961,611.50037,405.67282,-1293.20715,598.23645,405.67276,-1290.1969,551.87433,405.6727,-1279.67456,538.61047,405.67264,-1276.66431,492.24835,405.67258,-1266.14185,1466.89258,405.66794,1345.35376,2447.36816,405.66922,1345.40674,1438.54834,405.66715,1144.00293,1270.36987,405.66892,741.69067,1277.79358,405.66992,961.86762,3279.80591,405.67105,-723.987,2968.98755,405.67127,-728.26331,2852.94019,405.67133,-729.8598,2569.9021,405.67145,-733.75378,3281.0437,405.67105,-727.42157,3212.36743,405.67093,-770.68524,3201.1648,405.67093,-777.74249,3132.48828,405.67087,-821.00623,3121.28564,405.67087,-828.06348,3052.60938,405.67071,-871.32709,3041.40698,405.67071,-878.3844,2972.73022,405.67059,-921.64813,2961.52783,405.67059,-928.70538,2892.85132,405.67053,-971.96893,2889.19849,405.67053,-969.60443,2880.47974,405.67035,-974.62164,2837.98584,405.66904,-969.12378};
			return value;
		}
		private double[] getCoordinate_12_26_point_14()
		{
			double[] value = {2677.49585,405.67343,-1069.71985,2682.84351,405.67184,-1095.21094,-4653.48096,405.66644,1169.22949,-4401.34424,405.6676,1188.09973,-5893.50635,405.66299,942.51166,-5571.17676,405.66229,1200.50342,-4695.58789,405.66443,1250.86206,-6405.47998,405.66254,-409.77249,-6412.3623,405.66242,-401.11289,-6454.47803,405.66022,219.08902,-6272.24951,405.65671,986.32135,-5845.05322,405.66476,-472.57501,-5445.92529,405.6647,-547.85535,-5816.97559,405.66458,-510.22003,-1914.4646,393.04715,940.97504,-1914.4646,562.2467,940.97504,-1760.14661,562.2467,920.28332,-1760.14661,393.04715,920.28332,-1760.2522,393.04715,1080.31751,-1760.2522,562.2467,1080.31751,-2068.8606,562.2467,1080.15308,-2068.8606,393.04715,1080.15308,-1991.62353,808.56232,951.3208,-2068.78247,808.56232,961.66675,-2068.8606,808.56232,1080.15308,-1914.5564,808.56232,1080.23523,-1914.4646,808.56232,940.97504,-2068.78247,393.04715,961.66675,-2068.78247,562.2467,961.66675,-1438.53015,562.2467,920.45465,-1438.63562,562.2467,1080.48865,-1438.63562,393.04715,1080.48865,-1438.53015,393.04715,920.45465,-1614.28967,393.04715,920.36096,-1614.39514,393.04715,1080.39514,-1614.39514,562.2467,1080.39514,-1614.28967,562.2467,920.36096,-1538.26758,393.04715,1080.43567,-1538.26758,562.2467,1080.43567,-1538.16211,562.2467,920.40155,-1538.16211,393.04715,920.40155,-1458.57398,393.04715,920.44403,-1458.57398,562.2467,920.44403,-1498.36792,393.04715,920.42273,-1914.4646,604.80914,940.97504,-1760.14661,604.80914,920.28332,-1614.28967,604.80914,920.36096,-1538.16211,604.80914,920.40155,-1498.36792,562.2467,920.42273,-1438.53015,604.80914,920.45465,-1438.63562,604.80914,1080.48865,-1538.26758,604.80914,1080.43567,-1614.39514,604.80914,1080.39514,-1760.2522,604.80914,1080.31751,-2023.45935,604.80914,1080.17725,-2068.8606,604.80914,1080.15308,-2068.78247,604.80914,961.66675,-1498.35815,393.04715,905.51709,-1498.35815,562.2467,905.51709,-1458.57202,562.2467,917.50977,-1458.57202,393.04715,917.50977,-1538.16016,393.04715,917.46747,-1538.16016,562.2467,917.46747,-2068.8606,649.54303,1080.15308,-2023.45935,649.54303,1080.17725,-2138.72046,604.80914,1080.11585,-2138.72046,694.27704,1080.11585,-2138.65381,694.27704,979.23456,-2138.65381,604.80914,979.23456,-2068.78247,694.27704,961.66675,-1914.4646,694.27704,940.97504,-1914.4646,649.54303,940.97504,-1760.14661,694.27704,920.28332,-1760.14661,649.54303,920.28332,-1614.28967,694.27704,920.36096,-1614.28967,649.54303,920.36096,-1538.16211,694.27704,920.40155,-1538.16211,649.54303,920.40155,-1471.13623,649.54303,861.87134,-1505.47876,649.54303,861.85303,-1505.47876,691.03613,861.85303,-1471.13623,691.03613,861.87134,-1438.63562,649.54303,1080.48865,-1438.53015,649.54303,920.45465,-1438.53015,691.17474,920.45465,-1438.63562,691.17474,1080.48865,-1538.26758,649.54303,1080.43567,-2023.49292,649.54303,1130.99695,-2023.49292,604.80914,1130.99695,-1760.28564,604.80914,1131.13721,-1614.42871,604.80914,1131.21484,-1614.42871,649.54303,1131.21484,-1538.13818,694.27704,884.28986,-1538.13635,691.17474,881.35553,-1538.13635,649.54303,881.35553,-1538.13635,604.80914,881.35553,-1505.47876,604.80914,861.85303,-1471.13623,604.80914,861.87134,-1438.50439,604.80914,881.40869,-1438.50439,649.54303,881.40869};
			return value;
		}
		private double[] getCoordinate_12_26_point_15()
		{
			double[] value = {-1438.50439,690.75739,881.40869,-1533.58984,646.44086,917.46979,-1533.56812,646.44086,884.29218,-1533.56812,607.91144,884.29218,-1533.58984,607.91144,917.46979,-1532.88806,646.44086,883.15332,-1505.6687,646.44086,866.89825,-1505.6687,607.91144,866.89825,-1532.88806,607.91144,883.15332,-1502.21692,646.44086,865.96258,-1474.40356,646.44086,865.97742,-1474.40356,607.91144,865.97742,-1502.21692,607.91144,865.96258,-1470.95288,646.44086,866.91675,-1443.75488,646.44086,883.20087,-1443.75488,607.91144,883.20087,-1470.95288,607.91144,866.91675,-1443.07642,646.44086,884.34033,-1443.09839,646.44086,917.51801,-1443.09839,607.91144,917.51801,-1443.07642,607.91144,884.34033,-1438.5282,607.91144,917.52045,-1438.5282,646.44086,917.52045,-1438.50623,646.44086,884.34283,-1438.50623,607.91144,884.34283,-1441.22119,607.91144,879.78204,-1441.22119,646.44086,879.78204,-1468.41931,646.44086,863.49799,-1468.41931,607.91144,863.49799,-1474.40076,607.91144,861.86957,-1474.40076,646.44086,861.86957,-1502.21423,646.44086,861.85474,-1502.21423,607.91144,861.85474,-1508.19763,607.91144,863.47675,-1508.19763,646.44086,863.47675,-1535.41724,646.44086,879.73187,-1535.41724,607.91144,879.73187,-1538.13818,607.91144,884.28986,-1538.13818,646.44086,884.28986,-1538.16016,646.44086,917.46747,-1538.16016,607.91144,917.46747,-1760.10388,604.80914,855.37958,-1914.42175,604.80914,876.07135,-1914.42175,649.54303,876.07135,-1760.10388,649.54303,855.37958,-1614.24683,604.80914,855.45721,-1614.24683,649.54303,855.45721,-1617.51318,622.86401,858.38971,-1759.86255,622.86401,858.31384,-1760.38782,622.86401,917.349,-1617.55225,622.86401,917.42505,-1617.51318,649.54303,858.38971,-1617.55225,649.54303,917.42505,-1760.38782,649.54303,917.349,-1911.19788,649.54303,937.57031,-1911.15894,649.54303,878.6004,-1759.86255,649.54303,858.31384,-1911.19788,622.86401,937.57031,-1911.15894,622.86401,878.6004,-2068.89356,694.27704,1130.26843,-2138.75342,694.27704,1130.23144,-2138.75342,604.80914,1130.23144,-2068.89356,604.80914,1130.26843,-2138.65381,726.41589,979.23456,-2138.72046,726.41589,1080.11585,-2068.8606,726.41589,1080.15308,-2068.78247,726.41589,961.66675,-2180.24463,710.16028,1080.09375,-2141.98682,710.16028,1083.04834,-2180.18018,710.16028,982.14648,-2180.25317,710.16028,1092.98059,-2141.92041,710.16028,982.16693,-2068.8606,694.27704,1080.15308,-1760.2522,694.27704,1080.31751,-1760.2522,649.54303,1080.31751,-1614.39514,694.27704,1080.39514,-1614.39514,649.54303,1080.39514,-1538.26758,691.17474,1080.43567,-1541.5321,694.27704,1080.43384,-1440.81201,690.26483,1080.48755,-1538.30103,649.54303,1131.25537,-1538.30103,604.80914,1131.25537,-1617.69116,626.58667,1128.27905,-1617.66162,626.58667,1083.32764,-1760.25415,626.58667,1083.25171,-2020.1969,626.58667,1083.11304,-2020.22656,626.58667,1128.06445,-2020.22656,649.54303,1128.06445,-2020.1969,649.54303,1083.11304,-1760.25415,649.54303,1083.25171,-1617.66162,649.54303,1083.32764,-1617.69116,649.54303,1128.27905,-1438.50439,726.41589,881.40869,-1438.53015,726.41589,920.45465,-1438.53015,697.37903,920.45465,-1438.50439,697.79639,881.40869,-1438.63562,726.41589,1080.48865,-1438.63562,697.37903,1080.48865,-1538.26758,726.41589,1080.43567,-1538.26758,697.37903,1080.43567};
			return value;
		}
		private double[] getCoordinate_12_26_point_16()
		{
			double[] value = {-1440.81201,697.54443,1080.48755,-1538.31226,694.27704,1148.15625,-1538.31226,726.41589,1148.15625,-1614.43982,726.41589,1148.11572,-1614.43982,694.27704,1148.11572,-1614.42822,694.27704,1130.51074,-1614.42822,726.41589,1130.51074,-1760.28528,726.41589,1130.43286,-1760.28528,694.27704,1130.43286,-1760.2522,726.41589,1080.31751,-2068.89356,726.41589,1130.26843,-2138.75342,726.41589,1130.23144,-2183.51856,726.41589,1094.29321,-2183.50903,726.41589,1080.09192,-2183.50903,694.27704,1080.09192,-2183.51856,694.27704,1094.29321,-2183.44263,726.41589,979.21057,-2183.44263,694.27704,979.21057,-2068.74805,726.41589,909.43866,-1914.43018,726.41589,888.74689,-1914.43018,694.27704,888.74689,-2068.74805,694.27704,909.43866,-1760.11218,726.41589,868.05512,-1760.11218,694.27704,868.05512,-1614.25525,726.41589,868.13287,-1614.25525,694.27704,868.13287,-1614.28967,726.41589,920.36096,-1538.16211,726.41589,920.40155,-1538.13635,726.41589,881.35553,-1538.13635,697.37903,881.35553,-1505.47876,726.41589,861.85303,-1505.47876,697.51776,861.85303,-1471.13623,726.41589,861.87134,-1471.13623,697.51776,861.87134,-1614.39514,726.41589,1080.39514,-1538.30041,694.27704,1130.14038,-1538.26941,694.27704,1083.36987,-1614.42798,694.27704,1130.09998,-2183.40967,694.27704,929.09509,-2184.76123,726.41589,929.09442,-2138.62085,694.27704,929.1189,-2184.80322,694.27704,929.0943,-2138.62085,726.41589,929.1189,-2141.92041,726.41589,982.16693,-2141.98682,726.41589,1083.04834,-2068.86255,726.41589,1083.08728,-1760.25415,726.41589,1083.25171,-1617.66162,726.41589,1083.32764,-1617.6908,726.41589,1127.57471,-1760.2832,726.41589,1127.49866,-2068.8916,726.41589,1127.33447,-2137.50708,726.41589,1127.29773,-2180.25317,726.41589,1092.98059,-2180.24463,726.41589,1080.09375,-2180.18018,726.41589,982.14648,-2137.50708,710.16028,1127.29773,-1760.25415,710.16028,1083.25171,-1617.66162,710.16028,1083.32764,-2068.86255,710.16028,1083.08728,-2068.8916,710.16028,1127.33447,-1760.2832,710.16028,1127.49866,-1617.6908,710.16028,1127.57471,-2199.72241,694.27704,979.2019,-2207.85352,694.27704,968.06134,-2207.83887,694.27704,945.78558,-2141.9165,710.16028,976.29864,-2141.88721,710.16028,932.05139,-2183.61157,710.16028,932.02911,-2204.57544,710.16028,947.19134,-2204.58862,710.16028,967.18567,-2197.95898,710.16028,976.26874,-2183.44067,710.16028,976.27655,-2207.85352,726.41589,968.06134,-2207.83887,726.41589,945.78558,-2199.72241,726.41589,979.2019,-2141.88721,726.41589,932.05139,-2141.9165,726.41589,976.29864,-2183.44067,726.41589,976.27655,-2197.95898,726.41589,976.26874,-2204.58862,726.41589,967.18567,-2204.57544,726.41589,947.19134,-2183.61157,726.41589,932.02911,-1617.55225,711.64923,917.42505,-1617.52161,711.64923,871.06519,-1759.87097,711.64923,870.98938,-1760.38782,711.64923,917.349,-1617.52161,726.41589,871.06519,-1617.55225,726.41589,917.42505,-1760.38782,726.41589,917.349,-1760.14661,726.41589,920.28332,-1914.94617,726.41589,938.07294,-1914.4646,726.41589,940.97504,-2069.46558,726.41589,958.79175,-2135.38672,726.41589,975.36633,-2135.35791,726.41589,931.27466,-2068.01465,726.41589,912.30682,-1913.94849,726.41589,891.64893,-1759.87097,726.41589,870.98938,-2068.01465,711.64923,912.30682,-1913.94849,711.64923,891.64893};
			return value;
		}
		private double[] getCoordinate_12_26_point_17()
		{
			double[] value = {-1914.94617,711.64923,938.07294,-2069.46558,711.64923,958.79175,-2135.38672,711.64923,975.36633,-2135.35791,711.64923,931.27466,-1438.63562,762.89789,1080.48865,-1440.81201,762.73254,1080.48755,-1538.26758,762.89789,1080.43567,-1541.5321,766.00006,1080.43384,-1614.39514,766.00006,1080.39514,-1760.2522,766.00006,1080.31751,-2068.8606,766.00006,1080.15308,-2068.78247,766.00006,961.66675,-1991.62353,766.00006,951.3208,-1914.4646,766.00006,940.97504,-1760.14661,766.00006,920.28332,-1614.28967,766.00006,920.36096,-1538.16211,766.00006,920.40155,-1441.79456,766.00006,920.45288,-1438.53015,762.89789,920.45465,-1614.28967,808.56232,920.36096,-1538.16211,808.56232,920.40155,-1507.82922,808.56232,861.85162,-1473.48694,808.56232,861.86993,-1473.48694,769.26056,861.86993,-1507.82922,769.2489,861.85162,-1438.53015,808.56232,920.45465,-1438.63562,808.56232,1080.48865,-1438.63562,769.10236,1080.48865,-1438.53015,769.10449,920.45465,-1538.26758,808.56232,1080.43567,-1538.26758,769.10236,1080.43567,-1440.81201,769.26764,1080.48755,-1563.70789,766.00006,1181.8269,-1563.70789,808.56232,1181.8269,-1589.08875,808.56232,1181.81335,-1589.08875,766.00006,1181.81335,-1614.43787,808.56232,1145.06421,-1760.28833,808.56232,1135.12756,-1760.28833,766.00006,1135.12756,-1614.43787,766.00006,1145.06421,-1914.59253,808.56232,1135.04553,-2068.89673,766.00006,1134.96326,-2068.89673,808.56232,1134.96326,-1914.43237,808.56232,892.26782,-1914.43237,766.00006,892.26782,-1991.59143,766.00006,902.61377,-1991.59143,808.56232,902.61377,-1760.1145,808.56232,871.57617,-1760.1145,766.00006,871.57617,-1614.25757,808.56232,871.65381,-1614.25757,766.00006,871.65381,-1617.55225,788.58423,917.42505,-1617.52393,788.58423,874.58624,-1759.87329,788.58423,874.51038,-1760.38782,788.58423,917.349,-1760.38782,808.56232,917.349,-1914.94617,808.56232,938.07294,-1760.14661,808.56232,920.28332,-1988.35669,808.56232,947.9162,-1991.62353,860.80371,951.3208,-1988.35669,860.80371,947.9162,-1988.32849,860.80371,905.14288,-1991.59143,860.80371,902.61377,-1988.32849,808.56232,905.14288,-1913.95068,808.56232,895.16998,-1759.87329,808.56232,874.51038,-1617.52393,808.56232,874.58624,-1617.55225,808.56232,917.42505,-1914.94617,788.58423,938.07294,-1988.35669,788.58423,947.9162,-1988.32849,788.58423,905.14288,-1913.95068,788.58423,895.16998,-1541.271,808.56232,882.52716,-1541.271,769.10236,882.52716,-1541.03076,766.00006,885.45331,-1441.63904,808.56232,882.58014,-1441.63904,769.42151,882.58014,-1441.79468,839.21234,920.56189,-1444.78296,839.21234,884.15729,-1474.5448,839.21234,864.80359,-1506.8158,839.21234,864.78638,-1537.87756,839.21234,883.99048,-1534.88867,839.21234,920.40332,-1541.02539,762.89825,882.43536,-1507.81665,762.75159,861.88849,-1473.45898,762.74085,861.79273,-1441.48364,762.58289,882.50214,-1410.21338,779.57416,919.53595,-1553.81738,707.67835,860.14246,-1557.33179,779.23633,861.54541,-1438.92029,767.26697,1080.4884,-1410.32446,779.43469,1117.75952,-1438.91894,695.54114,1080.4884,-1410.32459,707.67835,1117.90881,-1413.52002,707.67835,869.39349,-1410.19434,707.67835,920.46967,-1462.922,707.67835,837.4964,-1513.66064,707.67835,837.4693,-1416.89587,779.81787,870.17505,-1464.76856,779.68842,837.63843};
			return value;
		}
		private double[] getCoordinate_12_26_point_18()
		{
			double[] value = {-1516.24292,779.36883,837.5318,-1538.31018,808.56232,1145.10474,-1538.31018,766.00006,1145.10474,-1538.26941,766.00006,1083.36987,-1541.42651,839.21234,920.39984,-1914.4646,839.21234,940.97504,-1614.28967,839.21234,920.36096,-1760.14661,839.21234,920.28332,-1914.5564,839.21234,1080.23523,-1760.2522,839.21234,1080.31751,-1614.39514,839.21234,1080.39514,-1563.64087,839.21234,1080.42212,-1441.89807,839.21234,1077.55273,-1537.64734,707.68567,1117.87109,-1537.64734,779.43701,1117.87109,-1410.32764,779.43701,1117.93897,-1538.32629,808.56232,1169.59644,-1538.32629,766.00006,1169.59644,-1614.45386,766.00006,1169.55591,-1614.45386,808.56232,1169.55591,-1911.29382,781.13886,1083.17126,-1911.32605,781.13886,1132.11304,-1760.1637,781.13886,1132.19348,-1760.25415,781.13886,1083.25171,-1760.1637,808.56232,1132.19348,-1911.32605,808.56232,1132.11304,-1914.59253,887.60693,1135.04553,-1911.32605,887.60693,1132.11304,-1911.29382,887.60693,1083.17126,-1914.5564,887.60693,1080.23523,-1911.29382,808.56232,1083.17126,-1760.25415,808.56232,1083.25171,-1760.2522,808.56232,1080.31751,-1614.39722,808.56232,1083.32922,-1614.39514,808.56232,1080.39514,-1541.53406,808.56232,1083.36792,-1541.57471,808.56232,1145.10278,-1541.58972,808.56232,1167.8396,-1564.52673,808.56232,1178.89233,-1588.26587,808.56232,1178.87964,-1611.18835,808.56232,1167.80273,-1611.17163,808.56232,1142.34412,-1588.26587,781.13886,1178.87964,-1611.18835,781.13886,1167.80273,-1611.17163,781.13886,1142.34412,-1614.39722,781.13886,1083.32922,-1541.53406,781.13886,1083.36792,-1541.57471,781.13886,1145.10278,-1541.58972,781.13886,1167.8396,-1564.52673,781.13886,1178.89233,-1538.16211,836.11005,920.40155,-1541.271,835.63562,882.52716,-1507.82922,835.9635,861.85162,-1473.48694,835.95184,861.86993,-1441.63904,835.79083,882.58014,-1438.53015,836.10797,920.45465,-1438.63562,834.82513,1080.48865,-1538.26758,836.11005,1080.43567,-1538.55359,858.82092,1094.57983,-1555.83716,857.2677,921.5802,-1429.34363,850.99817,1088.41223,-1421.14429,857.54791,919.86493,-1426.89819,858.00714,875.2406,-1468.18408,857.61896,847.0506,-1512.88232,857.66608,847.01489,-1555.92273,858.50006,876.27039};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_11_32_coordIndex_1()
		{
			int[] value = {0,1,2,-1,0,2,3,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,13,14,-1,15,16,17,-1,15,17,18,-1,17,16,19,-1,20,17,19,-1,20,21,17,-1,19,22,23,-1,19,23,20,-1,22,24,25,-1,22,25,23,-1,24,26,27,-1,28,24,27,-1,29,24,28,-1,29,25,24,-1,30,31,32,-1,30,33,31,-1,34,32,31,-1,35,32,34,-1,36,32,35,-1,37,32,36,-1,37,38,39,-1,40,37,39,-1,40,41,42,-1,43,40,42,-1,44,37,43,-1,44,32,37,-1,40,43,37,-1,45,46,47,-1,48,45,47,-1,48,49,45,-1,50,51,52,-1,50,53,51,-1,54,52,51,-1,54,55,52,-1,56,57,58,-1,59,56,58,-1,60,56,59,-1,60,61,56,-1,62,63,64,-1,62,65,66,-1,67,62,66,-1,68,62,67,-1,68,69,63,-1,70,64,63,-1,71,64,70,-1,71,72,73,-1,74,71,73,-1,75,71,74,-1,76,64,75,-1,77,64,76,-1,78,64,77,-1,79,64,78,-1,79,80,64,-1,71,75,64,-1,68,63,62,-1,81,82,83,-1,81,83,84,-1,85,86,87,-1,85,87,88,-1,89,90,91,-1,92,89,91,-1,93,89,92,-1,93,94,89,-1,89,95,96,-1,89,96,90,-1,97,98,96,-1,95,97,96,-1,99,97,95,-1,99,100,97,-1,101,102,103,-1,101,103,104,-1,105,106,107,-1,108,105,107,-1,109,105,108,-1,110,105,109,-1,111,105,110,-1,111,112,105,-1,110,113,114,-1,110,114,115,-1,113,116,117,-1,118,113,117,-1,119,113,118,-1,119,114,113,-1,120,121,122,-1,123,120,122,-1,124,120,123,-1,124,125,120,-1,126,127,128,-1,129,126,128,-1,130,126,129,-1,130,131,126,-1,132,133,134,-1,134,135,136,-1,137,134,136,-1,138,134,137,-1,138,139,132,-1,134,138,132,-1,140,141,142,-1,143,140,142,-1,144,140,143,-1,145,140,144,-1,145,146,140,-1,147,148,149,-1,147,150,148,-1,151,149,148,-1,152,149,151,-1,153,149,152,-1,153,154,149,-1,151,155,152,-1,151,148,155,-1,156,152,155,-1,157,152,156,-1,158,152,157,-1,158,153,152,-1,159,160,161,-1,159,162,160,-1,163,161,160,-1,164,161,163,-1,165,161,164,-1,165,166,161,-1,167,168,169,-1,167,169,170,-1,171,172,173,-1,171,174,172,-1,175,173,172,-1,176,173,175,-1,177,173,176,-1,178,173,177,-1,178,179,173,-1,180,181,182,-1,180,182,183,-1,184,185,186,-1,187,185,184,-1,187,188,185,-1,189,186,185,-1,190,186,189,-1,191,186,190,-1,192,186,191,-1,192,193,186,-1,194,195,196,-1,194,196,197,-1,198,199,200,-1,201,199,198,-1,201,202,199,-1,203,200,199,-1,204,200,203,-1,205,200,204,-1,206,200,205,-1,206,207,200,-1,203,208,204,-1,203,199,208,-1,209,204,208,-1,210,204,209,-1,210,211,204,-1,209,208,212,-1,213,209,212,-1,214,209,213,-1,214,210,209,-1,213,212,215,-1,216,213,215,-1,217,213,216,-1,218,213,217,-1,218,214,213,-1,217,219,220,-1,216,219,217,-1,216,215,219,-1,221,220,219,-1,222,220,221,-1,223,220,222,-1,223,224,220,-1,221,225,222,-1,221,219,225,-1,226,222,225,-1,227,222,226,-1,228,222,227,-1,228,223,222,-1,226,229,227,-1,226,225,229,-1,230,227,229,-1,231,227,230,-1,232,227,231,-1,232,228,227,-1,230,233,231,-1,230,229,233,-1,234,231,233,-1,234,232,231,-1,233,235,236,-1,237,233,236,-1,238,233,237,-1,239,233,238,-1,239,234,233,-1,240,241,242,-1,240,242,243,-1,244,245,246,-1,244,246,247,-1,248,249,250,-1,248,251,249,-1,252,250,249,-1,253,250,252,-1,254,250,253,-1,254,255,250,-1,251,256,257,-1,248,256,251,-1,248,250,256,-1,10,257,256,-1,10,9,257,-1,256,258,259,-1,256,259,10,-1,258,260,261,-1,258,261,259,-1,260,3,4,-1,260,4,261,-1,3,2,262,-1,263,3,262,-1,264,3,263,-1,5,3,264,-1,5,4,3,-1,265,266,267,-1,265,267,268,-1,269,0,270,-1,271,0,269,-1,271,1,0,-1,7,270,0,-1,7,6,270,-1,0,272,273,-1,0,273,7,-1,272,274,275,-1,276,272,275,-1,277,272,276,-1,278,272,277,-1,278,273,272,-1,275,279,276,-1,275,274,279,-1,280,276,279,-1,281,276,280,-1,281,282,276,-1,283,284,285,-1,283,285,286,-1,287,288,289,-1,287,289,290,-1,291,288,292,-1,291,293,294,-1,295,291,294,-1,296,291,295,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_2()
		{
			int[] value = {297,291,296,-1,297,298,289,-1,288,297,289,-1,299,292,288,-1,299,300,301,-1,301,292,299,-1,297,288,291,-1,302,299,303,-1,302,304,305,-1,306,299,305,-1,307,299,306,-1,308,299,307,-1,309,299,308,-1,309,300,299,-1,310,303,299,-1,311,303,310,-1,311,312,303,-1,305,299,302,-1,311,313,314,-1,311,310,313,-1,315,314,313,-1,316,314,315,-1,316,317,314,-1,258,256,318,-1,258,318,260,-1,319,316,315,-1,319,315,18,-1,320,319,18,-1,320,18,17,-1,321,322,323,-1,321,323,324,-1,325,321,324,-1,325,324,326,-1,327,325,326,-1,327,326,328,-1,329,330,331,-1,329,331,332,-1,12,11,315,-1,12,315,313,-1,11,14,18,-1,11,18,315,-1,14,13,15,-1,14,15,18,-1,333,334,335,-1,333,335,336,-1,337,338,15,-1,337,15,13,-1,338,339,313,-1,338,313,15,-1,339,340,12,-1,339,12,313,-1,340,337,13,-1,340,13,12,-1,334,333,339,-1,334,339,338,-1,333,336,340,-1,333,340,339,-1,336,335,337,-1,336,337,340,-1,335,334,338,-1,335,338,337,-1,341,329,332,-1,342,341,332,-1,342,343,341,-1,344,25,29,-1,344,29,345,-1,23,25,344,-1,23,344,346,-1,20,23,346,-1,20,346,347,-1,21,20,347,-1,21,347,348,-1,349,350,351,-1,320,349,351,-1,320,17,349,-1,352,353,351,-1,352,351,322,-1,321,325,354,-1,321,354,355,-1,325,327,356,-1,325,356,354,-1,330,341,327,-1,330,329,341,-1,341,356,327,-1,321,355,357,-1,321,357,322,-1,322,351,350,-1,322,350,323,-1,17,21,348,-1,17,348,349,-1,320,351,353,-1,357,320,353,-1,357,353,352,-1,357,352,322,-1,358,342,332,-1,358,332,359,-1,350,349,360,-1,345,358,359,-1,361,345,359,-1,361,344,345,-1,359,332,331,-1,328,359,331,-1,328,361,359,-1,344,361,362,-1,344,362,346,-1,361,328,326,-1,361,326,362,-1,346,362,363,-1,346,363,347,-1,362,326,324,-1,362,324,363,-1,347,363,364,-1,347,364,348,-1,363,324,323,-1,363,323,364,-1,348,364,360,-1,348,360,349,-1,364,323,350,-1,364,350,360,-1,29,28,365,-1,28,343,365,-1,342,358,366,-1,358,345,366,-1,342,366,365,-1,342,365,343,-1,366,345,29,-1,366,29,365,-1,367,368,341,-1,343,367,341,-1,369,367,343,-1,369,370,367,-1,371,372,373,-1,373,27,26,-1,374,371,26,-1,375,371,374,-1,375,376,377,-1,378,375,377,-1,379,375,378,-1,380,375,379,-1,381,375,380,-1,382,375,381,-1,383,375,382,-1,384,375,383,-1,385,375,384,-1,386,375,385,-1,387,375,386,-1,388,375,387,-1,389,375,388,-1,390,375,389,-1,391,375,390,-1,392,375,391,-1,393,375,392,-1,394,375,393,-1,395,375,394,-1,396,375,395,-1,397,375,396,-1,397,371,375,-1,373,26,371,-1,343,28,27,-1,373,343,27,-1,398,343,373,-1,398,369,343,-1,35,369,398,-1,35,398,36,-1,35,34,399,-1,370,35,399,-1,370,369,35,-1,400,399,34,-1,31,400,34,-1,31,401,400,-1,376,402,403,-1,376,403,377,-1,378,404,405,-1,378,405,379,-1,380,406,407,-1,380,407,381,-1,382,408,409,-1,382,409,383,-1,384,410,411,-1,384,411,385,-1,412,387,386,-1,412,386,413,-1,414,389,388,-1,414,388,415,-1,391,390,416,-1,391,416,417,-1,393,392,418,-1,393,418,419,-1,395,394,420,-1,395,420,421,-1,397,396,422,-1,397,422,423,-1,372,371,424,-1,372,424,425,-1,376,375,426,-1,375,401,426,-1,378,377,427,-1,380,379,428,-1,382,381,429,-1,384,383,430,-1,390,389,431,-1,392,391,432,-1,394,393,433,-1,396,395,434,-1,371,397,435,-1,398,373,436,-1,373,372,436,-1,388,387,437,-1,386,385,438,-1,31,439,426,-1,31,426,401,-1,439,402,376,-1,439,376,426,-1,402,439,440,-1,402,440,403,-1,439,31,33,-1,439,33,440,-1,403,440,427,-1,403,427,377,-1,440,404,378,-1,440,378,427,-1,404,440,441,-1,404,441,405,-1,440,33,30,-1,440,30,441,-1,405,441,428,-1,405,428,379,-1,441,406,380,-1,441,380,428,-1,406,441,442,-1,406,442,407,-1,441,30,32,-1,441,32,442,-1,407,442,429,-1,407,429,381,-1,442,408,382,-1,442,382,429,-1,408,442,443,-1,408,443,409,-1,442,32,44,-1,442,44,443,-1,409,443,430,-1,409,430,383,-1,443,410,384,-1,443,384,430,-1,414,444,431,-1,414,431,389,-1,444,416,390,-1,444,390,431,-1,417,445,432,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_3()
		{
			int[] value = {417,432,391,-1,445,418,392,-1,445,392,432,-1,419,446,433,-1,419,433,393,-1,446,420,394,-1,446,394,433,-1,421,447,434,-1,421,434,395,-1,447,422,396,-1,447,396,434,-1,423,448,435,-1,423,435,397,-1,448,424,371,-1,448,371,435,-1,425,449,436,-1,425,436,372,-1,449,36,398,-1,449,398,436,-1,424,448,449,-1,424,449,425,-1,448,37,36,-1,448,36,449,-1,422,447,448,-1,422,448,423,-1,447,38,37,-1,447,37,448,-1,420,446,447,-1,420,447,421,-1,446,39,38,-1,446,38,447,-1,418,445,446,-1,418,446,419,-1,445,40,39,-1,445,39,446,-1,416,444,445,-1,416,445,417,-1,444,41,40,-1,444,40,445,-1,415,450,444,-1,415,444,414,-1,450,42,41,-1,450,41,444,-1,413,451,450,-1,413,450,412,-1,451,43,42,-1,451,42,450,-1,412,450,437,-1,412,437,387,-1,450,415,388,-1,450,388,437,-1,410,443,451,-1,410,451,411,-1,443,44,43,-1,443,43,451,-1,411,451,438,-1,411,438,385,-1,451,413,386,-1,451,386,438,-1,452,453,454,-1,452,454,455,-1,453,452,330,-1,453,330,327,-1,452,455,331,-1,452,331,330,-1,456,457,458,-1,456,458,459,-1,454,453,327,-1,454,327,328,-1,460,461,331,-1,460,331,455,-1,461,462,328,-1,461,328,331,-1,462,463,454,-1,462,454,328,-1,463,460,455,-1,463,455,454,-1,457,456,462,-1,457,462,461,-1,456,459,463,-1,456,463,462,-1,459,458,460,-1,459,460,463,-1,458,457,461,-1,458,461,460,-1,464,465,466,-1,464,466,467,-1,468,469,470,-1,468,470,471,-1,472,473,474,-1,475,472,474,-1,476,472,475,-1,477,472,476,-1,478,472,477,-1,479,472,478,-1,480,472,479,-1,481,472,480,-1,482,472,481,-1,483,472,482,-1,484,472,483,-1,485,472,484,-1,486,472,485,-1,487,472,486,-1,488,472,487,-1,489,472,488,-1,490,472,489,-1,491,472,490,-1,492,472,491,-1,493,472,492,-1,494,472,493,-1,495,472,494,-1,496,472,495,-1,496,497,472,-1,498,368,367,-1,498,367,499,-1,498,465,464,-1,469,498,464,-1,468,498,469,-1,468,368,498,-1,475,400,401,-1,375,475,401,-1,374,475,375,-1,500,475,374,-1,500,476,475,-1,501,495,494,-1,501,494,502,-1,465,498,499,-1,465,499,466,-1,469,464,467,-1,469,467,470,-1,367,370,503,-1,370,399,503,-1,399,400,503,-1,400,475,503,-1,496,504,505,-1,504,471,505,-1,474,506,503,-1,474,503,475,-1,506,499,367,-1,506,367,503,-1,499,506,507,-1,499,507,466,-1,506,474,473,-1,506,473,507,-1,472,508,507,-1,472,507,473,-1,508,467,466,-1,508,466,507,-1,467,508,509,-1,467,509,470,-1,508,472,497,-1,508,497,509,-1,470,509,505,-1,470,505,471,-1,509,497,496,-1,509,496,505,-1,510,511,468,-1,510,468,471,-1,511,512,513,-1,511,513,468,-1,514,513,512,-1,515,514,512,-1,515,59,58,-1,58,514,515,-1,515,516,517,-1,515,517,59,-1,516,518,504,-1,516,504,517,-1,518,510,471,-1,518,471,504,-1,519,520,521,-1,519,521,522,-1,53,50,518,-1,53,518,516,-1,50,52,510,-1,50,510,518,-1,52,55,511,-1,52,511,510,-1,55,54,512,-1,55,512,511,-1,54,51,515,-1,54,515,512,-1,523,524,515,-1,523,515,51,-1,524,525,516,-1,524,516,515,-1,525,526,53,-1,525,53,516,-1,526,523,51,-1,526,51,53,-1,527,528,525,-1,527,525,524,-1,528,529,526,-1,528,526,525,-1,529,530,523,-1,529,523,526,-1,530,527,524,-1,530,524,523,-1,531,532,529,-1,531,529,528,-1,532,533,530,-1,532,530,529,-1,533,534,527,-1,533,527,530,-1,534,531,528,-1,534,528,527,-1,535,536,533,-1,535,533,532,-1,536,519,522,-1,534,536,522,-1,534,533,536,-1,522,521,531,-1,522,531,534,-1,521,520,535,-1,532,521,535,-1,532,531,521,-1,520,519,536,-1,520,536,535,-1,476,500,537,-1,476,537,477,-1,538,539,540,-1,538,540,541,-1,480,542,543,-1,480,543,481,-1,544,545,546,-1,544,546,547,-1,484,548,549,-1,484,549,485,-1,486,550,551,-1,486,551,487,-1,552,553,554,-1,552,554,555,-1,490,556,557,-1,490,557,491,-1,558,559,560,-1,558,560,561,-1,562,563,495,-1,562,495,501,-1,563,564,496,-1,563,496,495,-1,564,565,504,-1,564,504,496,-1,565,566,517,-1,565,517,504,-1,566,562,501,-1,566,501,517,-1,47,46,565,-1,47,565,564,-1,46,45,566,-1,46,566,565,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_4()
		{
			int[] value = {45,49,562,-1,45,562,566,-1,49,48,563,-1,49,563,562,-1,48,47,564,-1,48,564,563,-1,537,567,568,-1,478,477,569,-1,570,542,571,-1,480,479,572,-1,543,573,574,-1,482,481,575,-1,576,548,577,-1,484,483,578,-1,549,550,579,-1,486,485,580,-1,581,556,582,-1,490,489,583,-1,557,584,585,-1,492,491,586,-1,587,502,588,-1,494,493,589,-1,551,590,591,-1,488,487,592,-1,478,569,568,-1,478,568,567,-1,569,477,537,-1,569,537,568,-1,480,572,571,-1,480,571,542,-1,572,479,570,-1,572,570,571,-1,482,575,574,-1,482,574,573,-1,575,481,543,-1,575,543,574,-1,484,578,577,-1,484,577,548,-1,578,483,576,-1,578,576,577,-1,486,580,579,-1,486,579,550,-1,580,485,549,-1,580,549,579,-1,490,583,582,-1,490,582,556,-1,583,489,581,-1,583,581,582,-1,492,586,585,-1,492,585,584,-1,586,491,557,-1,586,557,585,-1,494,589,588,-1,494,588,502,-1,589,493,587,-1,589,587,588,-1,488,592,591,-1,488,591,590,-1,592,487,551,-1,592,551,591,-1,593,594,479,-1,593,479,478,-1,594,595,570,-1,594,570,479,-1,595,596,567,-1,595,567,570,-1,596,593,478,-1,596,478,567,-1,597,598,493,-1,597,493,492,-1,598,599,587,-1,598,587,493,-1,599,600,584,-1,599,584,587,-1,600,597,492,-1,600,492,584,-1,601,602,590,-1,601,590,581,-1,602,603,488,-1,602,488,590,-1,603,604,489,-1,603,489,488,-1,604,601,581,-1,604,581,489,-1,605,606,483,-1,605,483,482,-1,606,607,576,-1,606,576,483,-1,607,608,573,-1,607,573,576,-1,608,605,482,-1,608,482,573,-1,539,538,595,-1,539,595,594,-1,538,541,596,-1,538,596,595,-1,541,540,593,-1,541,593,596,-1,540,539,594,-1,540,594,593,-1,559,558,599,-1,559,599,598,-1,558,561,600,-1,558,600,599,-1,561,560,597,-1,561,597,600,-1,560,559,598,-1,560,598,597,-1,553,552,603,-1,553,603,602,-1,552,555,604,-1,552,604,603,-1,555,554,601,-1,555,601,604,-1,554,553,602,-1,554,602,601,-1,545,544,607,-1,545,607,606,-1,544,547,608,-1,544,608,607,-1,547,546,605,-1,547,605,608,-1,546,545,606,-1,546,606,605,-1,609,610,611,-1,609,611,612,-1,609,612,613,-1,56,609,613,-1,56,614,609,-1,56,613,615,-1,616,56,615,-1,616,57,56,-1,617,513,514,-1,617,514,618,-1,617,610,609,-1,614,617,609,-1,614,513,617,-1,610,617,618,-1,610,618,611,-1,613,612,619,-1,514,58,620,-1,58,57,620,-1,613,619,621,-1,613,621,615,-1,619,612,611,-1,619,611,621,-1,618,622,621,-1,618,621,611,-1,622,616,615,-1,622,615,621,-1,616,622,620,-1,616,620,57,-1,622,618,514,-1,622,514,620,-1,623,624,625,-1,623,625,626,-1,627,614,56,-1,627,56,628,-1,629,630,631,-1,629,631,632,-1,633,634,635,-1,633,635,636,-1,637,638,639,-1,637,639,640,-1,641,642,643,-1,641,643,644,-1,638,637,645,-1,638,645,646,-1,634,633,647,-1,634,647,648,-1,649,650,651,-1,649,651,652,-1,650,649,653,-1,650,653,654,-1,642,641,655,-1,642,655,656,-1,657,658,659,-1,657,659,660,-1,661,662,663,-1,661,663,664,-1,665,666,667,-1,665,667,668,-1,669,670,671,-1,669,671,672,-1,673,674,675,-1,673,675,676,-1,677,678,679,-1,677,679,680,-1,681,78,77,-1,649,681,77,-1,649,652,681,-1,77,76,682,-1,653,77,682,-1,653,649,77,-1,682,76,75,-1,683,682,75,-1,629,682,683,-1,629,632,682,-1,683,75,74,-1,684,683,74,-1,665,683,684,-1,665,668,683,-1,684,74,73,-1,685,684,73,-1,661,684,685,-1,661,664,684,-1,685,73,72,-1,686,685,72,-1,657,685,686,-1,657,660,685,-1,686,72,71,-1,56,686,71,-1,56,61,686,-1,71,70,628,-1,71,628,56,-1,70,63,687,-1,688,70,687,-1,689,70,688,-1,689,628,70,-1,687,63,69,-1,690,687,69,-1,623,687,690,-1,623,626,687,-1,690,69,68,-1,691,690,68,-1,677,690,691,-1,677,680,690,-1,691,68,67,-1,692,691,67,-1,673,691,692,-1,673,676,691,-1,692,67,66,-1,693,692,66,-1,669,692,693,-1,669,672,692,-1,693,66,65,-1,641,693,65,-1,641,644,693,-1,65,62,694,-1,655,65,694,-1,655,641,65,-1,694,62,64,-1,637,694,64,-1,637,640,694,-1,64,80,695,-1,645,64,695,-1,645,637,64,-1,695,80,79,-1,634,695,79,-1,634,648,695,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_5()
		{
			int[] value = {79,78,681,-1,635,79,681,-1,635,634,79,-1,657,686,696,-1,686,61,696,-1,60,697,698,-1,697,699,698,-1,699,658,698,-1,659,662,700,-1,661,685,701,-1,685,660,701,-1,663,666,702,-1,665,684,703,-1,684,664,703,-1,667,630,704,-1,629,683,705,-1,683,668,705,-1,631,654,706,-1,653,682,707,-1,682,632,707,-1,651,636,708,-1,635,681,709,-1,681,652,709,-1,647,646,710,-1,645,695,711,-1,695,648,711,-1,639,656,712,-1,655,694,713,-1,694,640,713,-1,643,670,714,-1,669,693,715,-1,693,644,715,-1,671,674,716,-1,673,692,717,-1,692,672,717,-1,675,678,718,-1,677,691,719,-1,691,676,719,-1,679,624,720,-1,623,690,721,-1,690,680,721,-1,722,688,687,-1,722,687,723,-1,687,626,723,-1,625,724,725,-1,724,726,727,-1,724,727,725,-1,60,698,696,-1,60,696,61,-1,698,658,657,-1,698,657,696,-1,661,701,700,-1,661,700,662,-1,701,660,659,-1,701,659,700,-1,665,703,702,-1,665,702,666,-1,703,664,663,-1,703,663,702,-1,629,705,704,-1,629,704,630,-1,705,668,667,-1,705,667,704,-1,653,707,706,-1,653,706,654,-1,707,632,631,-1,707,631,706,-1,635,709,708,-1,635,708,636,-1,709,652,651,-1,709,651,708,-1,645,711,710,-1,645,710,646,-1,711,648,647,-1,711,647,710,-1,655,713,712,-1,655,712,656,-1,713,640,639,-1,713,639,712,-1,669,715,714,-1,669,714,670,-1,715,644,643,-1,715,643,714,-1,673,717,716,-1,673,716,674,-1,717,672,671,-1,717,671,716,-1,677,719,718,-1,677,718,678,-1,719,676,675,-1,719,675,718,-1,623,721,720,-1,623,720,624,-1,721,680,679,-1,721,679,720,-1,625,725,723,-1,625,723,626,-1,723,725,727,-1,723,727,722,-1,728,729,730,-1,728,730,731,-1,732,627,628,-1,732,628,733,-1,91,732,733,-1,91,733,92,-1,731,734,735,-1,731,735,728,-1,736,737,738,-1,736,738,739,-1,740,98,97,-1,740,97,111,-1,736,739,741,-1,112,736,741,-1,112,111,736,-1,741,739,738,-1,742,741,738,-1,101,741,742,-1,104,741,101,-1,743,741,104,-1,744,741,743,-1,745,741,744,-1,746,741,745,-1,747,741,746,-1,748,741,747,-1,749,741,748,-1,749,750,741,-1,742,738,737,-1,97,742,737,-1,97,100,742,-1,737,736,111,-1,737,111,97,-1,751,734,731,-1,752,751,731,-1,753,751,752,-1,85,751,753,-1,88,751,85,-1,754,751,88,-1,755,751,754,-1,756,751,755,-1,757,751,756,-1,758,751,757,-1,759,751,758,-1,760,751,759,-1,761,751,760,-1,762,751,761,-1,762,763,751,-1,752,731,730,-1,764,752,730,-1,765,752,764,-1,766,752,765,-1,767,752,766,-1,768,752,767,-1,769,752,768,-1,770,752,769,-1,771,752,770,-1,772,752,771,-1,773,752,772,-1,774,752,773,-1,775,752,774,-1,776,752,775,-1,777,752,776,-1,778,752,777,-1,779,752,778,-1,780,752,779,-1,781,752,780,-1,782,752,781,-1,81,752,782,-1,81,84,752,-1,764,730,729,-1,628,764,729,-1,628,689,764,-1,729,728,733,-1,729,733,628,-1,728,735,92,-1,728,92,733,-1,735,734,751,-1,93,735,751,-1,93,92,735,-1,765,783,784,-1,765,784,766,-1,767,785,786,-1,767,786,768,-1,769,787,788,-1,769,788,770,-1,771,789,790,-1,771,790,772,-1,773,791,792,-1,773,792,774,-1,775,793,794,-1,775,794,776,-1,777,795,796,-1,777,796,778,-1,779,797,798,-1,779,798,780,-1,781,799,800,-1,781,800,782,-1,765,764,801,-1,764,689,801,-1,689,688,801,-1,688,722,801,-1,727,726,802,-1,726,783,802,-1,784,785,803,-1,767,766,804,-1,786,787,805,-1,769,768,806,-1,788,789,807,-1,771,770,808,-1,790,791,809,-1,773,772,810,-1,792,793,811,-1,775,774,812,-1,794,795,813,-1,777,776,814,-1,796,797,815,-1,779,778,816,-1,798,799,817,-1,781,780,818,-1,800,82,819,-1,81,782,820,-1,821,753,752,-1,821,752,822,-1,752,84,822,-1,83,823,824,-1,83,824,825,-1,727,802,801,-1,727,801,722,-1,802,783,765,-1,802,765,801,-1,767,804,803,-1,767,803,785,-1,804,766,784,-1,804,784,803,-1,769,806,805,-1,769,805,787,-1,806,768,786,-1,806,786,805,-1,771,808,807,-1,771,807,789,-1,808,770,788,-1,808,788,807,-1,773,810,809,-1,773,809,791,-1,810,772,790,-1,810,790,809,-1,775,812,811,-1,775,811,793,-1,812,774,792,-1,812,792,811,-1,777,814,813,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_6()
		{
			int[] value = {777,813,795,-1,814,776,794,-1,814,794,813,-1,779,816,815,-1,779,815,797,-1,816,778,796,-1,816,796,815,-1,781,818,817,-1,781,817,799,-1,818,780,798,-1,818,798,817,-1,81,820,819,-1,81,819,82,-1,820,782,800,-1,820,800,819,-1,83,825,822,-1,83,822,84,-1,822,825,824,-1,822,824,821,-1,762,826,827,-1,762,827,763,-1,754,828,829,-1,754,829,755,-1,830,757,756,-1,830,756,831,-1,758,832,833,-1,758,833,759,-1,760,834,835,-1,760,835,761,-1,85,753,836,-1,753,821,836,-1,824,823,837,-1,823,86,837,-1,754,88,838,-1,87,828,839,-1,830,832,840,-1,758,757,841,-1,833,834,842,-1,760,759,843,-1,835,826,844,-1,762,761,845,-1,93,751,846,-1,751,763,846,-1,827,847,848,-1,847,94,848,-1,829,831,849,-1,756,755,850,-1,824,837,836,-1,824,836,821,-1,837,86,85,-1,837,85,836,-1,87,839,838,-1,87,838,88,-1,839,828,754,-1,839,754,838,-1,758,841,840,-1,758,840,832,-1,841,757,830,-1,841,830,840,-1,760,843,842,-1,760,842,834,-1,843,759,833,-1,843,833,842,-1,762,845,844,-1,762,844,826,-1,845,761,835,-1,845,835,844,-1,827,848,846,-1,827,846,763,-1,848,94,93,-1,848,93,846,-1,756,850,849,-1,756,849,831,-1,850,755,829,-1,850,829,849,-1,749,851,852,-1,749,852,750,-1,743,853,854,-1,743,854,744,-1,745,855,856,-1,745,856,746,-1,747,857,858,-1,747,858,748,-1,101,742,859,-1,742,100,859,-1,99,860,861,-1,860,102,861,-1,743,104,862,-1,103,853,863,-1,854,855,864,-1,745,744,865,-1,856,857,866,-1,747,746,867,-1,858,851,868,-1,749,748,869,-1,112,741,870,-1,741,750,870,-1,852,871,872,-1,871,873,872,-1,873,105,872,-1,99,861,859,-1,99,859,100,-1,861,102,101,-1,861,101,859,-1,103,863,862,-1,103,862,104,-1,863,853,743,-1,863,743,862,-1,745,865,864,-1,745,864,855,-1,865,744,854,-1,865,854,864,-1,747,867,866,-1,747,866,857,-1,867,746,856,-1,867,856,866,-1,749,869,868,-1,749,868,851,-1,869,748,858,-1,869,858,868,-1,852,872,870,-1,852,870,750,-1,872,105,112,-1,872,112,870,-1,874,875,876,-1,874,876,877,-1,874,877,878,-1,110,874,878,-1,110,115,874,-1,111,110,878,-1,111,878,879,-1,879,876,875,-1,740,879,875,-1,740,111,879,-1,875,874,115,-1,875,115,740,-1,876,879,880,-1,878,877,881,-1,878,881,880,-1,878,880,879,-1,881,877,876,-1,881,876,880,-1,882,883,884,-1,882,884,885,-1,883,121,120,-1,883,120,884,-1,885,884,886,-1,885,886,887,-1,888,119,118,-1,888,118,889,-1,120,125,118,-1,120,118,117,-1,125,124,889,-1,125,889,118,-1,124,123,890,-1,124,890,889,-1,123,122,891,-1,123,891,890,-1,122,121,892,-1,122,892,891,-1,893,894,895,-1,893,895,896,-1,883,882,108,-1,883,108,897,-1,882,885,109,-1,882,109,108,-1,885,887,110,-1,885,110,109,-1,887,886,113,-1,887,113,110,-1,886,884,116,-1,886,116,113,-1,884,120,117,-1,884,117,116,-1,898,899,892,-1,898,892,121,-1,899,900,897,-1,899,897,892,-1,900,901,883,-1,900,883,897,-1,901,898,121,-1,901,121,883,-1,894,893,900,-1,894,900,899,-1,893,896,901,-1,893,901,900,-1,896,895,898,-1,896,898,901,-1,895,894,899,-1,895,899,898,-1,129,128,888,-1,129,888,889,-1,128,127,902,-1,903,128,902,-1,903,888,128,-1,902,904,905,-1,902,905,903,-1,906,907,908,-1,909,906,908,-1,909,910,906,-1,131,130,890,-1,131,890,891,-1,130,129,889,-1,130,889,890,-1,127,126,904,-1,127,904,902,-1,911,912,905,-1,911,905,904,-1,912,913,891,-1,912,891,905,-1,913,914,131,-1,913,131,891,-1,914,915,126,-1,914,126,131,-1,915,911,904,-1,915,904,126,-1,908,907,914,-1,908,914,913,-1,907,906,915,-1,907,915,914,-1,906,910,911,-1,906,911,915,-1,910,909,912,-1,910,912,911,-1,909,908,913,-1,909,913,912,-1,903,905,916,-1,917,903,916,-1,917,918,903,-1,916,141,140,-1,919,916,140,-1,920,916,919,-1,921,916,920,-1,922,916,921,-1,922,917,916,-1,923,924,925,-1,923,925,926,-1,132,139,918,-1,132,918,917,-1,139,138,146,-1,139,146,918,-1,138,137,140,-1,138,140,146,-1,927,928,929,-1,927,929,930,-1,931,932,933,-1,931,933,934,-1,935,936,937,-1,935,937,938,-1,939,940,941,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_7()
		{
			int[] value = {939,941,942,-1,928,927,133,-1,928,133,132,-1,927,930,922,-1,927,922,133,-1,930,929,917,-1,930,917,922,-1,929,928,132,-1,929,132,917,-1,932,931,134,-1,932,134,133,-1,931,934,921,-1,931,921,134,-1,934,933,922,-1,934,922,921,-1,933,932,133,-1,933,133,922,-1,936,935,135,-1,936,135,134,-1,935,938,920,-1,935,920,135,-1,938,937,921,-1,938,921,920,-1,937,936,134,-1,937,134,921,-1,940,939,136,-1,940,136,135,-1,939,942,919,-1,939,919,136,-1,942,941,920,-1,942,920,919,-1,941,940,135,-1,941,135,920,-1,924,923,919,-1,924,919,140,-1,923,926,136,-1,923,136,919,-1,926,925,137,-1,926,137,136,-1,925,924,140,-1,925,140,137,-1,149,154,145,-1,149,145,144,-1,154,153,943,-1,154,943,145,-1,153,158,166,-1,153,166,943,-1,158,157,161,-1,158,161,166,-1,157,156,159,-1,157,159,161,-1,156,155,162,-1,156,162,159,-1,944,945,946,-1,946,947,948,-1,948,949,944,-1,946,948,944,-1,150,147,143,-1,150,143,142,-1,950,951,952,-1,950,952,953,-1,951,950,143,-1,951,143,147,-1,950,953,144,-1,950,144,143,-1,953,952,149,-1,953,149,144,-1,952,951,147,-1,952,147,149,-1,954,955,162,-1,954,162,155,-1,955,956,957,-1,955,957,162,-1,956,958,142,-1,956,142,957,-1,958,959,150,-1,958,150,142,-1,959,960,148,-1,959,148,150,-1,960,954,155,-1,960,155,148,-1,947,946,959,-1,947,959,958,-1,946,945,960,-1,946,960,959,-1,945,944,954,-1,945,954,960,-1,944,949,955,-1,944,955,954,-1,949,948,956,-1,949,956,955,-1,948,947,958,-1,948,958,956,-1,173,179,165,-1,164,173,165,-1,163,173,164,-1,163,171,173,-1,168,167,163,-1,168,163,160,-1,167,170,171,-1,167,171,163,-1,170,169,174,-1,170,174,171,-1,169,168,160,-1,169,160,174,-1,175,188,176,-1,175,172,188,-1,187,176,188,-1,184,176,187,-1,961,176,184,-1,961,962,176,-1,181,178,177,-1,181,177,182,-1,181,180,193,-1,181,193,178,-1,193,180,183,-1,193,183,186,-1,961,963,964,-1,961,964,962,-1,961,184,965,-1,184,186,965,-1,177,176,966,-1,176,962,966,-1,183,967,965,-1,183,965,186,-1,967,963,961,-1,967,961,965,-1,963,967,968,-1,963,968,964,-1,967,183,182,-1,967,182,968,-1,964,968,966,-1,964,966,962,-1,968,182,177,-1,968,177,966,-1,189,202,190,-1,189,185,202,-1,201,190,202,-1,198,190,201,-1,969,190,198,-1,969,970,190,-1,195,192,191,-1,195,191,196,-1,195,194,207,-1,195,207,192,-1,207,194,197,-1,207,197,200,-1,969,971,972,-1,969,972,970,-1,969,198,973,-1,198,200,973,-1,191,190,974,-1,190,970,974,-1,197,975,973,-1,197,973,200,-1,975,971,969,-1,975,969,973,-1,971,975,976,-1,971,976,972,-1,975,197,196,-1,975,196,976,-1,972,976,974,-1,972,974,970,-1,976,196,191,-1,976,191,974,-1,977,978,979,-1,977,979,980,-1,981,977,980,-1,981,980,982,-1,981,982,983,-1,214,981,983,-1,214,984,981,-1,210,214,983,-1,210,983,985,-1,211,210,985,-1,211,985,986,-1,978,206,205,-1,978,205,979,-1,978,977,987,-1,978,987,206,-1,977,981,984,-1,977,984,987,-1,205,204,988,-1,204,211,988,-1,983,982,989,-1,986,990,988,-1,986,988,211,-1,990,979,205,-1,990,205,988,-1,985,991,990,-1,985,990,986,-1,991,980,979,-1,991,979,990,-1,983,989,991,-1,983,991,985,-1,989,982,980,-1,989,980,991,-1,992,993,994,-1,992,994,995,-1,224,992,995,-1,224,995,220,-1,214,218,996,-1,214,996,997,-1,997,994,993,-1,984,997,993,-1,984,214,997,-1,993,992,224,-1,993,224,984,-1,218,217,998,-1,217,220,998,-1,994,997,999,-1,995,1000,998,-1,995,998,220,-1,1000,996,218,-1,1000,218,998,-1,996,1000,999,-1,996,999,997,-1,1000,995,994,-1,1000,994,999,-1,1001,1002,1003,-1,237,1001,1003,-1,236,1001,237,-1,235,1001,236,-1,1004,1001,235,-1,1004,1005,1001,-1,1006,1007,1008,-1,1009,1006,1008,-1,1010,1006,1009,-1,1010,1011,1006,-1,1012,1013,1014,-1,1012,1014,1015,-1,241,239,238,-1,241,238,242,-1,241,240,1016,-1,241,1016,239,-1,1016,240,243,-1,1016,243,1017,-1,1002,1018,1019,-1,1002,1019,1003,-1,9,1012,1015,-1,9,1015,257,-1,249,1020,1021,-1,249,1021,252,-1,1013,8,1022,-1,1013,1022,1014,-1,1013,1012,9,-1,1013,9,8,-1,249,251,1023,-1,251,257,1023,-1,1022,253,1024,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_8()
		{
			int[] value = {253,252,1024,-1,1002,1001,1025,-1,1001,1017,1025,-1,238,237,1026,-1,237,1003,1026,-1,1015,1027,1023,-1,1015,1023,257,-1,1027,1020,249,-1,1027,249,1023,-1,1020,1027,1028,-1,1020,1028,1021,-1,1027,1015,1014,-1,1027,1014,1028,-1,1021,1028,1024,-1,1021,1024,252,-1,1028,1014,1022,-1,1028,1022,1024,-1,243,1029,1025,-1,243,1025,1017,-1,1029,1018,1002,-1,1029,1002,1025,-1,1018,1029,1030,-1,1018,1030,1019,-1,1029,243,242,-1,1029,242,1030,-1,1019,1030,1026,-1,1019,1026,1003,-1,1030,242,238,-1,1030,238,1026,-1,8,1016,1017,-1,8,1017,1022,-1,1009,1008,1031,-1,254,1009,1031,-1,254,253,1009,-1,1031,1008,1007,-1,1032,1031,1007,-1,246,1031,1032,-1,245,1031,246,-1,1033,1031,245,-1,1034,1031,1033,-1,1035,1031,1034,-1,1036,1031,1035,-1,1037,1031,1036,-1,1038,1031,1037,-1,1039,1031,1038,-1,1040,1031,1039,-1,1041,1031,1040,-1,1042,1031,1041,-1,1043,1031,1042,-1,1044,1031,1043,-1,1045,1031,1044,-1,1046,1031,1045,-1,1047,1031,1046,-1,1048,1031,1047,-1,1049,1031,1048,-1,1049,1050,1031,-1,1032,1007,1006,-1,1001,1032,1006,-1,1001,1005,1032,-1,1006,1011,1017,-1,1006,1017,1001,-1,1011,1010,1022,-1,1011,1022,1017,-1,1010,1009,253,-1,1010,253,1022,-1,1033,1051,1052,-1,1033,1052,1034,-1,1053,1050,1049,-1,1053,1049,1054,-1,1035,1055,1056,-1,1035,1056,1036,-1,1057,1038,1037,-1,1057,1037,1058,-1,1039,1059,1060,-1,1039,1060,1040,-1,1061,1042,1041,-1,1061,1041,1062,-1,1063,1044,1043,-1,1063,1043,1064,-1,1065,1046,1045,-1,1065,1045,1066,-1,1067,1048,1047,-1,1067,1047,1068,-1,1033,245,1069,-1,244,1051,1070,-1,1035,1034,1071,-1,1052,1055,1072,-1,254,1031,1073,-1,1031,1050,1073,-1,1053,255,1074,-1,1067,1054,1075,-1,1049,1048,1076,-1,1065,1068,1077,-1,1047,1046,1078,-1,1063,1066,1079,-1,1045,1044,1080,-1,1061,1064,1081,-1,1043,1042,1082,-1,1057,1059,1083,-1,1039,1038,1084,-1,1056,1058,1085,-1,1037,1036,1086,-1,1060,1062,1087,-1,1041,1040,1088,-1,246,1032,1089,-1,1032,1005,1089,-1,1004,247,1090,-1,244,1070,1069,-1,244,1069,245,-1,1070,1051,1033,-1,1070,1033,1069,-1,1052,1072,1071,-1,1052,1071,1034,-1,1072,1055,1035,-1,1072,1035,1071,-1,1053,1074,1073,-1,1053,1073,1050,-1,1074,255,254,-1,1074,254,1073,-1,1049,1076,1075,-1,1049,1075,1054,-1,1076,1048,1067,-1,1076,1067,1075,-1,1047,1078,1077,-1,1047,1077,1068,-1,1078,1046,1065,-1,1078,1065,1077,-1,1045,1080,1079,-1,1045,1079,1066,-1,1080,1044,1063,-1,1080,1063,1079,-1,1043,1082,1081,-1,1043,1081,1064,-1,1082,1042,1061,-1,1082,1061,1081,-1,1039,1084,1083,-1,1039,1083,1059,-1,1084,1038,1057,-1,1084,1057,1083,-1,1037,1086,1085,-1,1037,1085,1058,-1,1086,1036,1056,-1,1086,1056,1085,-1,1041,1088,1087,-1,1041,1087,1062,-1,1088,1040,1060,-1,1088,1060,1087,-1,1004,1090,1089,-1,1004,1089,1005,-1,1090,247,246,-1,1090,246,1089,-1,1091,1092,1093,-1,1094,1091,1093,-1,1095,1091,1094,-1,1096,1091,1095,-1,1097,1091,1096,-1,1098,1091,1097,-1,1099,1091,1098,-1,1100,1091,1099,-1,1101,1091,1100,-1,1102,1091,1101,-1,1102,1103,1091,-1,317,1104,1105,-1,317,1105,314,-1,1092,1106,1107,-1,1108,1092,1107,-1,1109,1092,1108,-1,1110,1092,1109,-1,1111,1092,1110,-1,1112,1092,1111,-1,1113,1092,1112,-1,1114,1092,1113,-1,1115,1092,1114,-1,1116,1092,1115,-1,1116,1093,1092,-1,1104,1117,1118,-1,1104,1118,1105,-1,1119,1120,1121,-1,1122,1119,1121,-1,1122,1123,1119,-1,1117,1124,1125,-1,1126,1117,1125,-1,1126,1118,1117,-1,280,279,287,-1,290,280,287,-1,1127,280,290,-1,1128,280,1127,-1,1128,281,280,-1,284,1129,1130,-1,284,1130,285,-1,262,1,263,-1,262,2,1,-1,271,263,1,-1,269,263,271,-1,1131,263,269,-1,1131,1132,263,-1,266,5,264,-1,266,264,267,-1,266,265,6,-1,266,6,5,-1,6,265,268,-1,6,268,270,-1,1132,1131,1133,-1,1132,1133,1134,-1,1129,284,1135,-1,1129,1135,278,-1,284,283,1124,-1,284,1124,1135,-1,1124,283,286,-1,1124,286,1125,-1,1136,281,1128,-1,1136,1128,1137,-1,282,281,1136,-1,282,1136,1138,-1,1129,278,277,-1,1129,277,1130,-1,264,263,1139,-1,263,1132,1139,-1,1131,269,1140,-1,269,270,1140,-1,277,276,1141,-1,276,282,1141,-1,1128,1127,1142,-1,1127,1126,1142,-1,1126,1125,1142,-1,1134,1143,1139,-1,1134,1139,1132,-1,1143,267,264,-1,1143,264,1139,-1,268,1144,1140,-1,268,1140,270,-1,1144,1133,1131,-1,1144,1131,1140,-1,1133,1144,1143,-1,1133,1143,1134,-1,1144,268,267,-1,1144,267,1143,-1,1138,1145,1141,-1,1138,1141,282,-1,1145,1130,277,-1,1145,277,1141,-1,1136,1146,1145,-1,1136,1145,1138,-1,1146,285,1130,-1,1146,1130,1145,-1,1137,1147,1146,-1,1137,1146,1136,-1,1147,286,285,-1,1147,285,1146,-1,286,1147,1142,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_9()
		{
			int[] value = {286,1142,1125,-1,1147,1137,1128,-1,1147,1128,1142,-1,1091,1103,311,-1,1091,311,314,-1,1148,1149,1150,-1,1148,1150,1151,-1,1152,1153,1154,-1,1152,1154,1155,-1,1156,1157,1158,-1,1156,1158,1159,-1,1160,1161,1162,-1,1160,1162,1163,-1,1164,1165,1166,-1,1164,1166,1167,-1,1168,1169,1170,-1,1168,1170,1171,-1,1172,1173,1174,-1,1172,1174,1175,-1,1176,1177,1178,-1,1176,1178,1179,-1,1180,1181,1182,-1,1180,1182,1183,-1,1184,1185,1186,-1,1184,1186,1187,-1,1188,1189,1190,-1,1188,1190,1191,-1,1192,1193,1194,-1,1192,1194,1195,-1,1196,1197,1198,-1,1196,1198,1199,-1,1200,1201,1202,-1,1200,1202,1203,-1,1204,1205,1206,-1,1204,1206,1207,-1,1208,1209,1210,-1,1208,1210,1211,-1,1212,1213,1214,-1,1212,1214,1215,-1,1216,1217,1218,-1,1216,1218,1219,-1,1220,1221,1222,-1,1220,1222,1223,-1,1224,1225,1226,-1,1224,1226,1227,-1,1228,1229,1119,-1,1228,1119,1123,-1,1106,1092,1105,-1,1106,1105,1118,-1,1092,1091,314,-1,1092,314,1105,-1,1225,1224,298,-1,1225,298,1108,-1,1224,1227,289,-1,1224,289,298,-1,1227,1226,1107,-1,1227,1107,289,-1,1226,1225,1108,-1,1226,1108,1107,-1,1221,1220,297,-1,1221,297,1109,-1,1220,1223,298,-1,1220,298,297,-1,1223,1222,1108,-1,1223,1108,298,-1,1222,1221,1109,-1,1222,1109,1108,-1,1217,1216,296,-1,1217,296,1110,-1,1216,1219,297,-1,1216,297,296,-1,1219,1218,1109,-1,1219,1109,297,-1,1218,1217,1110,-1,1218,1110,1109,-1,1213,1212,295,-1,1213,295,1111,-1,1212,1215,296,-1,1212,296,295,-1,1215,1214,1110,-1,1215,1110,296,-1,1214,1213,1111,-1,1214,1111,1110,-1,1209,1208,294,-1,1209,294,1112,-1,1208,1211,295,-1,1208,295,294,-1,1211,1210,1111,-1,1211,1111,295,-1,1210,1209,1112,-1,1210,1112,1111,-1,1205,1204,293,-1,1205,293,1113,-1,1204,1207,294,-1,1204,294,293,-1,1207,1206,1112,-1,1207,1112,294,-1,1206,1205,1113,-1,1206,1113,1112,-1,1201,1200,291,-1,1201,291,1114,-1,1200,1203,293,-1,1200,293,291,-1,1203,1202,1113,-1,1203,1113,293,-1,1202,1201,1114,-1,1202,1114,1113,-1,1197,1196,292,-1,1197,292,1115,-1,1196,1199,291,-1,1196,291,292,-1,1199,1198,1114,-1,1199,1114,291,-1,1198,1197,1115,-1,1198,1115,1114,-1,1193,1192,301,-1,1193,301,1116,-1,1192,1195,292,-1,1192,292,301,-1,1195,1194,1115,-1,1195,1115,292,-1,1194,1193,1116,-1,1194,1116,1115,-1,1189,1188,300,-1,1189,300,1093,-1,1188,1191,301,-1,1188,301,300,-1,1191,1190,1116,-1,1191,1116,301,-1,1190,1189,1093,-1,1190,1093,1116,-1,1185,1184,309,-1,1185,309,1094,-1,1184,1187,300,-1,1184,300,309,-1,1187,1186,1093,-1,1187,1093,300,-1,1186,1185,1094,-1,1186,1094,1093,-1,1181,1180,308,-1,1181,308,1095,-1,1180,1183,309,-1,1180,309,308,-1,1183,1182,1094,-1,1183,1094,309,-1,1182,1181,1095,-1,1182,1095,1094,-1,1177,1176,307,-1,1177,307,1096,-1,1176,1179,308,-1,1176,308,307,-1,1179,1178,1095,-1,1179,1095,308,-1,1178,1177,1096,-1,1178,1096,1095,-1,1173,1172,306,-1,1173,306,1097,-1,1172,1175,307,-1,1172,307,306,-1,1175,1174,1096,-1,1175,1096,307,-1,1174,1173,1097,-1,1174,1097,1096,-1,1169,1168,305,-1,1169,305,1098,-1,1168,1171,306,-1,1168,306,305,-1,1171,1170,1097,-1,1171,1097,306,-1,1170,1169,1098,-1,1170,1098,1097,-1,1165,1164,304,-1,1165,304,1099,-1,1164,1167,305,-1,1164,305,304,-1,1167,1166,1098,-1,1167,1098,305,-1,1166,1165,1099,-1,1166,1099,1098,-1,1161,1160,302,-1,1161,302,1100,-1,1160,1163,304,-1,1160,304,302,-1,1163,1162,1099,-1,1163,1099,304,-1,1162,1161,1100,-1,1162,1100,1099,-1,1157,1156,303,-1,1157,303,1101,-1,1156,1159,302,-1,1156,302,303,-1,1159,1158,1100,-1,1159,1100,302,-1,1158,1157,1101,-1,1158,1101,1100,-1,1153,1152,312,-1,1153,312,1102,-1,1152,1155,303,-1,1152,303,312,-1,1155,1154,1101,-1,1155,1101,303,-1,1154,1153,1102,-1,1154,1102,1101,-1,1149,1148,311,-1,1149,311,1103,-1,1148,1151,312,-1,1148,312,311,-1,1151,1150,1102,-1,1151,1102,312,-1,1150,1149,1103,-1,1150,1103,1102,-1,1230,1231,1232,-1,1230,1232,1233,-1,1234,1235,1236,-1,1234,1236,1237,-1,1122,1121,1127,-1,1122,1127,290,-1,1121,1120,1126,-1,1121,1126,1127,-1,1120,1119,1118,-1,1120,1118,1126,-1,1119,1229,1106,-1,1119,1106,1118,-1,1229,1228,1107,-1,1229,1107,1106,-1,1238,1239,289,-1,1238,289,1123,-1,1239,1240,290,-1,1239,290,289,-1,1240,1241,1122,-1,1240,1122,290,-1,1241,1238,1123,-1,1241,1123,1122,-1,1242,1243,1107,-1,1242,1107,1228,-1,1243,1244,289,-1,1243,289,1107,-1,1244,1245,1123,-1,1244,1123,289,-1,1245,1242,1228,-1,1245,1228,1123,-1,1230,1233,1243,-1,1233,1244,1243,-1,1233,1232,1245,-1,1233,1245,1244,-1,1232,1231,1245,-1,1231,1242,1245,-1,1231,1230,1243,-1,1231,1243,1242,-1,1234,1237,1240,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_32_coordIndex_10()
		{
			int[] value = {1234,1240,1239,-1,1237,1236,1241,-1,1237,1241,1240,-1,1236,1235,1238,-1,1236,1238,1241,-1,1235,1234,1239,-1,1235,1239,1238,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_32_point_1()
		{
			double[] value = {-4401.34424,405.6676,1188.09973,-4380.14893,405.66656,1364.11426,-4303.34912,405.66559,1389.32886,-4275.27295,405.66779,829.55078,-4273.9043,287.73117,829.12128,-4301.98145,287.72784,1388.89978,-4378.78076,287.72934,1363.68481,-4399.97607,287.73084,1187.67029,-1241.11646,287.73721,1382.73425,-3314.62378,287.72928,1433.01709,-3328.38721,287.73077,1244.3728,-6418.96484,360.65076,-512.09796,-6419.64941,405.6626,-511.8833,-5859.22168,405.66483,-574.68579,-5858.53809,367.66623,-574.90057,-5845.05322,405.66476,-472.57501,-5816.97559,405.66458,-510.22003,-5816.29199,306.09879,-510.43463,-5844.36865,325.29047,-472.78964,-5445.92529,405.6647,-547.85535,-5445.24072,325.07303,-548.07001,-5630.76709,306.22589,-529.25232,-4913.58545,405.66708,-604.45819,-4912.90088,332.76855,-604.67279,-4710.4375,405.66962,-1195.67334,-4709.75293,340.93338,-1195.88806,-4542.80029,405.66873,-1214.57153,-4542.49023,388.19772,-1214.66894,-4542.1792,341.53946,-1214.76648,-4548.94141,335.27969,-1214.01672,-3648.25024,367.08081,-1342.28894,-3469.06738,364.3223,-1340.77942,-3737.57373,367.12558,-1342.83264,-3558.92627,367.03604,-1341.74561,-3469.25684,328.40732,-1341.29077,-4506.72998,328.94763,-1347.6427,-4498.17188,364.91202,-1347.79199,-4452.16406,367.48395,-1347.18091,-4362.84082,367.43918,-1346.63721,-4273.51709,367.39438,-1346.09399,-4184.19336,367.34958,-1345.55029,-4094.86939,367.30481,-1345.00671,-4005.54541,367.26001,-1344.46314,-3916.22144,367.21518,-1343.91956,-3826.89795,367.17038,-1343.37598,-848.05633,395.91892,-1208.44959,-845.28064,336.07608,-1209.30041,-847.53339,333.9104,-1208.651,-924.13806,336.22214,-1186.46179,-927.14063,395.91885,-1186.03076,-824.04791,333.60877,-1375.71973,-620.66901,393.224,-1375.50903,-823.87744,320.66592,-1375.77307,-824.56287,393.22266,-1375.57044,-619.60162,301.28827,-1375.84375,-823.53442,301.28638,-1375.90515,486.30109,324.86527,-1264.85132,-599.63641,324.86267,-1239.84155,-606.52936,331.3624,-1239.66675,-607.15887,405.67041,-1239.46924,478.77862,405.67258,-1264.47913,485.99674,351.42093,-1264.75598,865.73462,350.09644,-1446.60046,1151.36548,350.52328,-1511.43518,842.1698,350.06122,-1441.25134,889.29944,350.13168,-1451.94922,912.86414,350.1669,-1457.29822,972.48944,350.25601,-1470.8324,1032.11487,350.34512,-1484.36682,1091.74011,350.43426,-1497.90112,1151.82227,327.05121,-1511.57849,486.30109,325.74603,-1360.51294,485.8446,349.52875,-1360.36987,545.46997,349.61786,-1373.90393,605.09528,349.70694,-1387.43835,664.72064,349.79602,-1400.97278,724.34601,349.88513,-1414.50671,747.91077,349.92038,-1419.85596,771.47546,349.9556,-1425.20483,795.04028,349.99081,-1430.55347,818.6051,350.02606,-1435.90271,2128.59619,353.31638,-1409.93994,2128.80835,405.67395,-1409.78796,2222.26392,405.67395,-1409.22986,2222.7207,353.32178,-1409.37305,2240.48926,353.32214,-1401.93579,2240.03271,405.67386,-1401.7926,2304.02783,405.67352,-1358.4823,2304.48438,353.32214,-1358.62573,2677.49585,405.67343,-1069.71985,2678.86597,287.73935,-1070.14905,2685.48071,287.73642,-1101.68164,2685.02417,327.04804,-1101.53857,2684.71973,344.565,-1101.44312,2682.84351,405.67184,-1095.21094,2837.98584,405.66904,-969.12378,2839.35425,287.73297,-969.55322,2888.16211,327.04694,-975.78381,2888.61792,287.7352,-975.92676,2880.47974,405.67035,-974.62164};
			return value;
		}
		private double[] getCoordinate_12_32_point_2()
		{
			double[] value = {2887.85815,344.56461,-975.68835,2893.30713,353.32214,-972.11206,2892.85132,405.67053,-971.96893,2961.52783,405.67059,-928.70538,2961.98389,353.32214,-928.84833,3293.46729,405.67105,-723.44653,3544.50952,405.67224,-707.01898,4011.7898,405.67444,-676.44134,5696.7915,405.68231,-566.17902,5697.24756,366.37228,-566.32214,5697.70361,327.06207,-566.46527,3287.55737,327.04758,-724.1792,3287.25317,344.56482,-724.08386,5725.78027,327.06143,-535.03717,5726.23633,287.75131,-535.18042,5698.15967,287.75201,-566.60834,5725.32422,366.37164,-534.89404,6012.42041,366.37265,-515.79364,6012.87647,327.06247,-515.93677,6013.33252,287.75247,-516.07983,6012.42041,366.37265,-602.60205,6011.96436,405.68262,-602.45904,6054.34668,405.68433,-633.83386,6054.80273,366.37457,-633.97711,6055.25781,327.06473,-583.95331,6012.87647,327.06247,-602.74524,6266.49072,405.68497,-600.11762,6267.85986,287.75586,-600.54694,6055.71387,287.75494,-619.50855,6055.25781,327.06473,-619.36542,6054.80273,366.37457,-619.22229,6054.34668,405.68433,-619.07916,6511.2124,324.75952,-421.0654,6518.58008,324.7601,-282.45664,6525.94629,324.76059,-143.84775,6533.31397,324.76123,-5.23892,6540.68115,324.76172,133.36984,6548.04785,324.7623,271.97861,6548.96094,285.17801,271.69229,6505.75586,285.17465,-426.5542,6441.24658,366.38592,276.94235,6426.66113,405.69025,285.4787,6398.39746,405.68906,302.26776,6398.85352,366.38,302.12466,6399.31006,327.07074,301.98145,6399.76611,287.76163,301.83838,6442.16016,287.76425,276.65604,6398.85352,366.38,377.62088,6335.63672,405.68936,453.05746,6399.31006,327.07074,377.47775,6398.39746,405.68906,377.76407,6336.09277,366.3804,452.91422,6336.54883,327.07123,452.77109,6337.00635,287.76224,452.6279,6399.76611,287.76163,377.33463,6089.57178,405.68149,503.23874,6090.02783,366.37134,503.09564,6090.48389,327.06104,502.95252,6090.93994,287.75085,502.80936,6090.02783,366.37134,427.5993,6054.34668,405.67996,396.23044,6090.48389,327.06104,427.45624,6089.57178,405.68149,427.74249,6054.80273,366.3696,396.08737,6055.25781,327.05908,395.94415,6055.71387,287.74866,395.80106,6090.93994,287.75085,427.31314,6067.11523,365.98303,522.74255,6066.65918,405.29346,522.8858,5745.14111,405.29929,548.1366,5745.59717,365.98962,547.99347,5733.28467,366.37616,421.33817,5704.4917,405.68173,452.76202,5733.73975,327.06644,421.19507,5732.82813,405.6857,421.48129,5704.94775,366.37158,452.61887,5705.3291,333.56091,452.49945,5705.48047,320.56177,452.45212,5705.86035,287.75116,452.33264,5734.1958,287.75684,421.05188,4012.50952,287.53812,701.57428,5715.25342,287.5502,525.87018,5714.85596,317.66815,526.03455,4012.09888,317.65762,701.6405,4002.58447,333.54999,628.20374,3945.60254,405.67203,603.40137,4002.73584,320.55087,628.15625,4002.2041,366.36194,628.32312,4001.7478,405.67325,628.46631,3946.05859,366.36044,603.25824,3946.43896,333.54828,603.13873,3946.59033,320.54919,603.09143,3946.9707,287.73721,602.97186,4003.11621,287.73908,628.0368,3618.85547,287.55066,700.77441,3954.67334,287.54819,669.25476,3954.27466,317.66751,669.41864,3618.4458,317.66995,700.84015,3610.62427,333.55048,634.65845,3588.86743,405.6738,672.56238};
			return value;
		}
		private double[] getCoordinate_12_32_point_3()
		{
			double[] value = {3610.77515,320.55139,634.61108,3610.24365,366.36237,634.77795,3609.78784,405.67371,634.92102,3589.32373,366.36249,672.41937,3589.7041,333.55057,672.29999,3589.85498,320.55139,672.25269,3590.2356,287.73975,672.13324,3611.15552,287.73959,634.4917,3413.79663,405.67358,685.1839,3414.25244,366.3623,685.04077,3414.7085,327.05084,684.8977,3582.9397,327.05102,672.76941,2447.36816,405.66922,1345.40674,2447.82471,366.35724,1345.26379,2448.28101,327.0451,1345.12061,1466.89258,405.66794,1345.35376,1467.34912,366.35577,1345.21069,1467.7301,333.54312,1345.09131,1474.64539,327.04346,1345.06787,1438.54834,405.66715,1144.00293,1467.88098,320.54388,1345.04394,1439.00501,366.35492,1143.85986,1439.46155,327.04245,1143.71655,1439.91821,287.73016,1143.57336,1468.26209,287.73135,1344.92432,1277.79358,405.66992,961.86762,1278.25024,366.35797,961.72455,1278.70679,327.04593,961.58136,1279.16345,287.73407,961.43829,1270.36987,405.66892,741.69067,1270.82654,366.35684,741.54755,1271.28308,327.04471,741.40442,1271.73975,287.73273,741.26129,514.49579,405.67133,735.35626,515.8656,287.73621,734.92688,486.97153,405.67093,1370.73499,487.42804,366.35919,1370.59204,487.80911,333.54688,1370.47266,487.96017,320.54779,1370.42529,488.34112,287.73557,1370.30591,-309.43576,287.42239,1454.88782,489.08713,287.42416,1448.75024,488.68426,317.54373,1448.9082,-309.83942,317.54242,1454.94983,-397.80472,405.66992,1377.45581,-397.3483,366.35803,1377.31274,-317.93527,366.35776,1376.77588,-318.39172,405.66968,1376.91919,-3315.53711,366.35419,1433.30347,-3308.24292,327.04166,1432.99439,-3315.99365,405.6665,1433.44641,-3315.15576,333.5412,1433.18372,-1248.41052,327.04874,1383.04321,-1241.64844,333.54828,1382.90088,-1241.90234,355.42419,1382.98071,-1249.32373,405.67203,1383.32959,-3329.75708,405.66754,1244.80212,-3315.00513,320.54215,1433.13648,-3497.94629,405.66827,1049.70569,-3496.57666,287.73181,1049.27637,-3518.86621,405.66956,816.99658,-3517.49658,287.73367,816.56738,-4302.89307,366.353,1389.18567,-4302.5127,333.53995,1389.06641,-4302.36182,320.54077,1389.01904,-4378.78076,287.72934,1465.73938,-4301.98145,287.72784,1490.95435,-4302.41602,315.6987,1491.12537,-4379.15967,319.11038,1465.83435,-4379.31201,333.54126,1363.85156,-4379.16162,320.54215,1363.8042,-4379.69287,366.35419,1363.97095,-4653.48096,405.66644,1169.22949,-4652.11279,287.72916,1168.80029,-4695.58789,405.66443,1250.86206,-4695.13135,366.35175,1250.71887,-4694.75049,333.53851,1250.59937,-4694.6001,320.53937,1250.552,-4694.21924,287.72626,1250.43262,-5571.17676,405.66229,1200.50342,-5570.7207,366.3493,1200.36035,-5570.26465,327.03619,1200.21704,-4701.51514,327.03894,1250.18237,-5892.1377,287.72424,1044.13709,-5569.80859,287.72324,1302.12891,-5570.24268,320.16135,1302.2251,-5892.51465,319.9137,1044.24805,-5893.50635,405.66299,942.51166,-6272.24951,405.65671,986.32135,-6271.79346,394.42288,986.17822,-5893.05029,392.87009,942.36853,-6399.35352,394.42575,449.11554,-6417.57568,394.42612,372.39236,-6381.13086,394.42526,525.83868,-6362.90772,394.4249,602.56201,-6344.68457,394.4245,679.28522,-6326.46143,394.4241,756.00842,-6308.23975,394.42371,832.73169,-6290.0166,394.42328,909.45502,-6454.47803,405.66022,219.08902};
			return value;
		}
		private double[] getCoordinate_12_32_point_4()
		{
			double[] value = {-6454.02148,394.42691,218.94591,-6435.79883,394.42651,295.66904,-6424.5415,394.42874,-190.40714,-6420.33008,394.42892,-248.88606,-6428.75244,394.42847,-131.92813,-6432.96484,394.42819,-73.44913,-6437.17627,394.42792,-14.97012,-6441.3877,394.42767,43.50895,-6445.59912,394.42743,101.98795,-6449.81055,394.42719,160.4669,-6412.3623,405.66242,-401.11289,-6411.90625,394.42944,-401.25598,-6416.11768,394.42917,-307.36508,-6405.47998,405.66254,-409.77249,-6411.4502,327.03641,-401.39911,-6404.79639,318.27506,-409.98718,-6404.11279,287.7236,-410.20187,-6410.99414,287.72342,-401.54227,-3355.96802,405.668,789.45215,-5843.68506,287.72681,-473.0043,-5815.60742,287.72662,-510.64938,-5447.09619,287.72543,-723.67505,-5632.62256,242.48537,-704.85736,-5632.45166,273.20529,-704.75507,-5446.87842,318.58414,-723.57819,-4914.75732,287.72894,-780.27783,-4915.31348,325.01437,-780.11462,-4711.60938,287.7326,-1371.49329,-4712.35645,333.19424,-1371.18262,-4543.97217,287.72992,-1390.3916,-4627.79102,287.73129,-1380.94214,-4628.45898,330.86246,-1380.69434,-4544.56201,328.53076,-1390.20618,-6399.53955,371.6026,-416.63376,-5852.68701,371.60477,-477.91498,-5865.1626,371.60483,-567.82458,-6412.01563,371.60266,-506.54327,-5865.1626,405.66476,-567.82458,-5852.68701,405.6647,-477.91498,-6399.53955,405.66254,-416.63376,-6412.01563,405.6626,-506.54327,-4541.43262,287.73117,-1215.00073,-4544.56494,332.86948,-1386.06238,-4542.02246,328.54037,-1214.81567,-4707.05762,340.94119,-1365.67175,-4551.3916,335.28647,-1383.22131,-4910.2207,332.90356,-774.42743,-5447.03174,325.36563,-717.31262,-5632.63721,280.45721,-698.51697,-5818.74268,280.5022,-679.71002,-5818.71143,273.0777,-685.86261,-5818.14795,242.48537,-686.03967,-5630.08203,228.44659,-529.46704,-5815.60742,228.44659,-510.64938,-4912.21728,287.73016,-604.88745,-5444.55713,287.72668,-548.28479,-4709.06934,287.73379,-1196.10278,-5630.08203,287.72662,-529.46704,-4544.5835,341.42529,-1385.13318,-4544.65625,369.61856,-1390.17664,-5818.83154,314.15756,-685.82495,-4712.29248,375.51215,-1371.27844,-4915.44043,367.34729,-780.06311,-5447.78125,359.65176,-723.46033,-5633.30615,314.28464,-704.64252,-4542.1167,371.17969,-1214.78613,-4544.56738,371.17856,-1383.9906,-3470.15112,321.48312,-1208.28857,-3469.57715,287.73438,-1208.46863,-4507.73486,328.52252,-1214.60584,-3477.10181,327.98572,-1208.29565,-4460.00586,388.1752,-1214.16711,-4490.98779,388.18365,-1214.35571,-4504.66748,388.18741,-1214.43884,-3470.94678,405.66998,-1208.03919,-3470.71851,393.82599,-1208.11072,-3477.44409,387.90677,-1208.18799,-3553.08814,387.92734,-1208.64844,-3566.76807,387.93112,-1208.73169,-3642.41211,387.95178,-1209.19177,-3656.0918,387.95554,-1209.27502,-3731.7356,387.97626,-1209.73547,-3745.41553,387.98001,-1209.81873,-3821.05981,388.00061,-1210.27881,-3834.7395,388.00439,-1210.36206,-3910.3833,388.02496,-1210.82251,-3924.06323,388.02875,-1210.90576,-3999.70728,388.04944,-1211.36621,-4013.38696,388.05319,-1211.44934,-4089.03101,388.07388,-1211.90955,-4102.71094,388.07758,-1211.9928,-4178.35498,388.09824,-1212.453,-4192.03467,388.10202,-1212.53638,-4267.67871,388.12262,-1212.9967,-4281.3584,388.12637,-1213.07996,-4357.00244,388.14706,-1213.54016,-4370.68213,388.15076,-1213.62341,-4446.32617,388.17151,-1214.08386,-4498.89941,381.73157,-1214.4198,-3470.21533,328.00177,-1214.40149};
			return value;
		}
		private double[] getCoordinate_12_32_point_5()
		{
			double[] value = {-3470.29883,334.48199,-1208.24231,-3470.56689,381.36963,-1208.15833,-3476.48511,374.15601,-1335.10901,-3552.12915,374.19547,-1335.56958,-3565.80908,374.19989,-1335.65271,-3641.45313,374.23935,-1336.11291,-3655.13281,374.24374,-1336.19604,-3730.77661,374.28323,-1336.65649,-3744.45654,374.28757,-1336.73938,-3820.10083,374.32709,-1337.19983,-3833.78052,374.33145,-1337.28284,-3909.42456,374.37088,-1337.74316,-3998.74829,374.41476,-1338.28674,-3923.10425,374.37531,-1337.82629,-4088.07227,374.45865,-1338.8302,-4012.42798,374.41916,-1338.36987,-4101.75195,374.46304,-1338.91321,-4177.396,374.5025,-1339.37366,-4191.07568,374.50696,-1339.45666,-4266.71973,374.54636,-1339.91724,-4280.3999,374.55084,-1340.00037,-4356.04346,374.59027,-1340.46069,-4369.72314,374.59463,-1340.5437,-4445.36768,374.63416,-1341.00403,-4459.04736,374.63876,-1341.08691,-4490.0293,374.65585,-1341.27588,-3464.81665,393.76318,-1208.66931,-3559.92017,395.94693,-1209.46997,-3649.24243,395.9715,-1210.01269,-3738.56787,395.99606,-1210.55493,-3827.89209,396.02051,-1211.09705,-4095.86182,396.09415,-1212.72485,-4185.1875,396.11862,-1213.26709,-4274.50928,396.1431,-1213.80933,-4363.83301,396.16766,-1214.35242,-4453.15674,396.19226,-1214.89453,-4503.24707,394.34448,-1215.01831,-4006.5376,396.06958,-1212.1825,-3917.21558,396.04507,-1211.63928,-3466.27612,379.9314,-1344.64551,-3558.8833,380.25989,-1345.92139,-3648.21314,380.31946,-1346.44568,-3737.53687,380.36496,-1346.98791,-3826.86084,380.41019,-1347.53088,-4094.83228,380.54578,-1349.15979,-4184.15625,380.59103,-1349.703,-4273.47998,380.63626,-1350.24609,-4362.80371,380.68167,-1350.78833,-4452.11816,380.74979,-1351.29602,-4499.82764,380.62241,-1350.83496,-4005.5083,380.50058,-1348.61682,-3916.18457,380.45532,-1348.07373,-4636.01514,288.0271,-1439.74512,-4719.83398,288.02841,-1430.2959,-4720.58105,333.49011,-1429.98535,-4636.68359,331.15839,-1439.49695,-4701.16309,311.30792,-1384.94189,-4644.39941,309.73029,-1391.37744,-4649.21191,309.90329,-1425.78088,-4705.97559,311.48099,-1419.34534,-4648.54395,331.474,-1425.75928,-4643.73242,331.3009,-1391.35584,-4700.49609,332.87854,-1384.92029,-4705.30762,333.05161,-1419.32373,-906.85516,288.30359,-1336.76416,-3402.61987,288.30508,-1306.90576,-3403.30127,321.815,-1306.70093,-907.53857,320.33508,-1336.61072,-837.0061,287.73279,-1239.9635,-837.96967,288.11331,-1305.0459,-838.5578,319.21503,-1304.92798,-837.57568,319.92181,-1239.78503,-909.1477,327.00391,-1330.38184,-3401.51465,328.48212,-1300.56421,-3464.33154,328.341,-1269.71631,-3463.38403,327.97494,-1205.74951,-3401.31445,327.91013,-1183.14831,-3162.26147,327.77133,-1185.94751,-3148.42871,327.76328,-1186.1095,-2915.24683,327.62796,-1188.83984,-2901.46118,327.61996,-1189.00122,-2668.23682,327.48459,-1191.73218,-2654.48901,327.47656,-1191.89307,-2421.23071,327.34119,-1194.62415,-2407.51294,327.33325,-1194.78491,-2174.22876,327.19781,-1197.51624,-2160.53247,327.18988,-1197.67676,-1927.2312,327.05447,-1200.40845,-1913.54797,327.04648,-1200.56848,-1680.23791,326.91107,-1203.30029,-1666.55896,326.90314,-1203.46045,-1433.24866,326.76767,-1206.19251,-1419.56604,326.75973,-1206.35266,-1186.26392,326.6243,-1209.08411,-1172.56909,326.61636,-1209.24463,-933.44721,326.4776,-1212.04456,-844.50214,326.4248,-1237.77808,-845.4389,326.78775,-1301.04749,-3470.54102,288.1149,-1273.55103,-3471.13135,320.77564,-1273.32361};
			return value;
		}
		private double[] getCoordinate_12_32_point_6()
		{
			double[] value = {-3388.9187,405.66998,-1182.46167,-937.40387,405.66892,-1211.39795,-1176.52576,405.66904,-1208.57544,-3472.48584,347.38528,-1207.90942,-837.74695,332.92053,-1239.7312,-834.47888,346.06696,-1239.87439,-3469.37598,349.25275,-1281.19971,-3391.91968,348.26807,-1323.23608,-918.14783,346.85586,-1353.13599,-839.6712,347.8616,-1312.97961,-823.89716,320.1124,-1239.78259,-823.55414,300.73279,-1239.91431,-619.62134,300.73471,-1239.85303,-605.78955,287.73498,-1239.89868,-606.35437,318.3638,-1239.7218,-620.68878,392.67041,-1239.51831,-824.58264,392.66907,-1239.57971,-838.37537,405.66885,-1239.5343,-824.06757,333.05521,-1239.72925,-658.91492,437.19916,-1320.28992,-786.33368,437.19842,-1320.32813,-786.34119,436.98791,-1268.63269,-658.92242,436.98877,-1268.59424,-630.93042,393.18637,-1366.29041,-630.94745,392.70786,-1248.74329,-814.32123,392.70666,-1248.79846,-814.3042,393.18521,-1366.34546,-630.94739,385.16785,-1248.77026,-814.32117,385.16666,-1248.82544,-814.30414,385.64523,-1366.37244,-630.9303,385.64636,-1366.31738,-786.3407,385.24832,-1268.82068,-786.32953,385.5639,-1346.36035,-658.91077,385.56473,-1346.32202,-658.92194,385.24912,-1268.78247,-786.32977,420.05875,-1346.23511,-658.91107,420.0596,-1346.19678,-3149.8667,405.66983,-1185.28357,-2990.26245,397.11215,-1162.62988,-2992.77759,337.09534,-1162.79089,-3061.53076,337.22171,-1161.98596,-3058.51904,397.11215,-1161.82398,-2891.10889,405.66968,-1188.33777,-2659.92944,405.66962,-1191.06616,-2498.79858,396.81091,-1168.41333,-2500.323,336.50079,-1168.57434,-2569.13843,336.62723,-1167.7688,-2567.11768,396.81097,-1167.60657,-2401.24902,405.66946,-1194.11963,-2170.00928,405.6694,-1196.849,-2156.31274,405.6694,-1197.01062,-1925.05554,405.66928,-1199.74036,-1830.52271,335.73511,-1176.44397,-1829.99243,396.35883,-1176.2804,-1761.63245,396.35883,-1177.08765,-1761.66455,335.60858,-1177.24963,-1666.42737,405.66922,-1202.79285,-1435.16113,405.6691,-1205.52258,-1270.20654,396.05743,-1182.87061,-1269.24109,335.01379,-1183.03308,-1338.09351,335.14032,-1182.22742,-1338.56006,396.0575,-1182.06323,-927.14063,395.91885,-1214.31128,-924.13806,336.22214,-1214.74206,-847.53339,333.9104,-1236.93127,-845.28064,336.07608,-1237.58093,-848.05633,395.91892,-1236.7301,-3136.03247,405.66983,-1185.44666,-3142.94971,354.75397,-1252.99182,-3155.34521,327.21127,-1253.65515,-2904.89575,405.66968,-1188.17493,-2898.0022,354.75391,-1255.88281,-2908.354,327.16055,-1256.54712,-2646.18115,405.66962,-1191.22852,-2653.05542,354.75391,-1258.77393,-2661.36279,327.10986,-1259.43933,-2414.96704,405.66946,-1193.95764,-2408.10791,354.75385,-1261.66516,-2414.37183,327.05914,-1262.33106,-2163.16089,354.75385,-1264.55627,-2167.38062,327.00842,-1265.22302,-1680.1062,405.66922,-1202.63159,-1673.26685,354.75372,-1270.33875,-1673.39844,326.9071,-1271.00708,-1421.47852,405.6691,-1205.68433,-1428.31982,354.75372,-1273.22986,-1426.40735,326.85642,-1273.89917,-1190.21997,405.66904,-1208.41394,-1183.3728,354.75366,-1276.12122,-1179.4165,326.80573,-1276.79102,-1911.37219,405.66928,-1199.90186,-1918.21387,354.75378,-1267.44763,-1920.38953,326.95773,-1268.11523,-3061.89185,337.31155,-1186.82141,-2993.13892,337.18518,-1187.62598,-2990.62354,397.20193,-1187.46509,-3058.88013,397.20203,-1186.65918,-1338.45496,335.21088,-1207.06262,-1269.60242,335.08432,-1207.86841,-1270.56775,396.1279,-1207.70557};
			return value;
		}
		private double[] getCoordinate_12_32_point_7()
		{
			double[] value = {-1338.92151,396.12802,-1206.89868,-1761.99353,396.43481,-1201.92285,-1830.35376,396.43481,-1201.11572,-1830.88416,335.81107,-1201.27905,-1762.02576,335.68457,-1202.08508,-2569.49976,336.71139,-1192.60425,-2500.68408,336.58496,-1193.40979,-2499.16016,396.89508,-1193.24841,-2567.479,396.89514,-1192.44177,484.3718,288.28711,-1356.76123,-557.11249,288.28418,-1332.77502,-557.78674,318.62305,-1332.5658,483.80692,318.91437,-1356.58423,483.86221,325.3775,-1350.40064,486.9859,287.73804,-1265.06616,-555.56122,325.375,-1326.46216,-601.28522,325.20892,-1297.67517,-607.53241,288.10101,-1301.03174,-608.11023,317.85193,-1300.80786,483.68701,374.03433,-1356.54675,-606.47424,373.48267,-1239.6842,-557.79712,374.03186,-1332.56055,-608.21698,373.84869,-1300.81714,1098.37219,366.22989,-1403.745,1097.91516,405.67371,-1403.60327,1144.27649,405.6738,-1414.12549,1144.7334,366.34598,-1414.26819,1152.27881,287.73993,-1416.06006,1151.82227,327.05121,-1415.91699,671.35242,365.1611,-1306.81628,671.12634,405.67294,-1306.73987,717.48846,405.673,-1317.26233,717.71417,365.27719,-1317.34009,794.72705,405.67313,-1334.79211,795.04028,365.4707,-1334.89221,778.1073,365.42831,-1331.04858,777.82367,405.67307,-1330.95557,842.1698,365.58868,-1345.58984,841.79822,405.67319,-1345.47534,858.70166,405.67325,-1349.31152,859.10266,365.63107,-1349.43347,889.29944,365.70664,-1356.28772,888.86932,405.67331,-1356.15845,905.77258,405.67331,-1359.99475,906.23206,365.74905,-1360.13135,825.23706,365.54627,-1341.74646,824.89471,405.67319,-1341.63892,811.63055,405.67313,-1338.62866,811.97321,365.51309,-1338.73572,747.91077,365.35275,-1324.19434,747.65601,405.673,-1324.10889,764.55951,405.67307,-1327.94519,764.84369,365.39511,-1328.03784,730.97778,365.31033,-1320.35071,730.75232,405.673,-1320.27258,872.36658,365.66428,-1352.44434,871.96606,405.67325,-1352.32214,492.47641,364.71338,-1266.2135,492.24835,405.67258,-1266.14185,538.61047,405.67264,-1276.66431,538.83813,364.8295,-1276.73718,552.10175,364.86264,-1279.74792,551.87433,405.6727,-1279.67456,598.23645,405.67276,-1290.1969,598.4635,364.9787,-1290.27136,611.72711,365.01187,-1293.28223,611.50037,405.67282,-1293.20715,657.86249,405.67288,-1303.72961,658.08881,365.12796,-1303.80591,919.49622,365.78226,-1363.14221,919.03723,405.67337,-1363.00549,965.39856,405.67343,-1373.52759,965.85742,365.89828,-1373.66541,979.12152,365.9314,-1376.67615,978.66321,405.67352,-1376.53809,1025.02454,405.67358,-1387.0603,1025.48279,366.04752,-1387.19983,1038.74683,366.08069,-1390.21057,1038.28919,405.67358,-1390.0708,1084.65051,405.67365,-1400.59277,1085.10803,366.19675,-1400.73413,771.47546,365.41174,-1335.69104,724.34601,365.29379,-1324.99341,664.72064,365.14453,-1311.45886,605.09528,364.9953,-1297.92481,545.46997,364.84604,-1284.3905,485.8446,364.69681,-1270.85608,1151.36548,366.36258,-1421.92175,1151.46704,357.62714,-1417.85461,1151.59326,346.7605,-1415.84522,1091.74011,366.21335,-1408.38733,1032.11487,366.06406,-1394.85327,972.48944,365.91486,-1381.31897,912.86414,365.76559,-1367.78455,865.73462,365.64761,-1357.08667,818.6051,365.52966,-1346.38892,485.8446,364.8006,-1350.04089,485.70514,405.67258,-1258.4895,485.61642,377.27325,-1349.96936,490.92834,405.67258,-1260.76355};
			return value;
		}
		private double[] getCoordinate_12_32_point_8()
		{
			double[] value = {545.24243,377.27325,-1363.50208,545.46997,364.84604,-1363.57507,604.86841,377.27332,-1377.03467,605.09528,364.89148,-1377.1095,664.49438,377.27338,-1390.56738,664.72064,364.93692,-1390.6438,724.12042,377.27344,-1404.1001,724.34601,364.98236,-1404.17786,771.19159,377.27344,-1414.78308,771.47546,365.01825,-1414.87598,818.26263,377.27344,-1425.46631,818.6051,365.05411,-1425.57385,865.33386,377.27353,-1436.14966,865.73462,365.09006,-1436.27148,912.40491,377.27359,-1446.83289,912.86414,365.12592,-1446.96936,972.03088,377.27359,-1460.3656,972.48944,365.17136,-1460.50342,1031.65686,377.27359,-1473.89807,1032.11487,365.2168,-1474.03796,1091.28284,377.27365,-1487.43079,1091.74011,365.26224,-1487.57227,1151.50684,354.12793,-1421.96484,1151.36548,365.30768,-1501.10632,1151.2489,405.6738,-1409.49036,1150.90894,377.27365,-1500.96326,1155.58252,405.67386,-1413.55689,1157.2561,403.62695,-1421.74292,2230.01709,327.05127,-1502.18579,1151.82227,327.05121,-1508.62756,1151.5177,353.26007,-1508.5321,2229.56079,353.32214,-1502.04248,2230.47363,287.74005,-1409.61816,2230.01709,327.05127,-1409.47522,2706.37573,362.0105,-1167.21924,2706.83228,335.73639,-1167.36218,3287.55737,327.04758,-816.88971,2986.65747,327.04694,-1010.94965,2986.20142,353.32214,-1010.80658,3287.10107,353.32214,-816.74658,3288.01343,287.73584,-724.32239,3287.10107,353.32214,-730.18408,2894.06299,353.32214,-977.91022,2973.18628,353.32214,-921.79114,3041.86279,353.32214,-878.52753,3053.06519,353.32214,-871.47028,3121.74194,353.32214,-828.20654,3132.94434,353.32214,-821.14929,3201.62085,353.32214,-777.88574,3212.82324,353.32214,-770.82837,3281.5,353.32214,-727.5647,2687.4668,353.81262,-1106.94446,2229.56079,353.32214,-1415.47998,2233.20386,353.32214,-1408.91565,2315.41309,353.32214,-1351.22949,2379.40845,353.32214,-1307.91931,2390.33691,353.32214,-1300.52307,2454.33203,353.32214,-1257.21289,2465.2605,353.32214,-1249.81677,2529.25562,353.32214,-1206.50647,2540.18433,353.32214,-1199.11035,2604.17944,353.32214,-1155.80017,2615.10815,353.32214,-1148.40393,2679.10327,353.32214,-1105.09363,1151.5177,353.26007,-1421.96936,1158.40125,353.26047,-1415.78003,1252.44739,353.26593,-1415.21387,1266.19666,353.26669,-1415.1311,1360.25964,353.27209,-1414.56506,1373.99316,353.27286,-1414.48254,1468.07068,353.27832,-1413.91614,1481.79065,353.27911,-1413.8335,1575.8811,353.28452,-1413.26709,1589.58899,353.28528,-1413.18457,1683.68994,353.29074,-1412.61816,1697.38843,353.2915,-1412.53564,1791.49792,353.29691,-1411.96912,1805.18872,353.29773,-1411.88672,1899.3053,353.30316,-1411.32007,1912.99023,353.30392,-1411.23779,2007.11145,353.30933,-1410.67114,2020.79285,353.31012,-1410.58887,2114.9165,353.31558,-1410.02222,1164.63245,405.67386,-1415.54846,1258.01001,405.67386,-1414.99085,1271.75916,405.67386,-1414.90881,1365.15332,405.67386,-1414.35071,1378.88684,405.67386,-1414.26856,1472.29553,405.67386,-1413.71057,1486.0155,405.67386,-1413.62866,1579.43713,405.67386,-1413.07031,1593.14514,405.67386,-1412.98853,1686.57727,405.67386,-1412.43042,1700.27588,405.67386,-1412.34851,1793.71667,405.67386,-1411.79028,1807.40735,405.67386,-1411.7085,1900.8551,405.67386,-1411.15015,1914.54016,405.67386,-1411.06824,2007.99243,405.67395,-1410.51013,2021.67371,405.67395,-1410.42835};
			return value;
		}
		private double[] getCoordinate_12_32_point_9()
		{
			double[] value = {2115.12866,405.67395,-1409.86987,1151.5177,353.30621,-1489.35071,1157.74915,366.7594,-1489.11902,1264.88452,366.7594,-1488.47888,1259.32202,353.30783,-1488.70166,1372.02014,366.7594,-1487.83862,1367.12647,353.30939,-1488.05273,1479.15552,366.7594,-1487.19873,1474.93066,353.31104,-1487.40381,1586.29114,366.7594,-1486.55859,1582.73499,353.31259,-1486.75488,1693.42664,366.7594,-1485.9187,1690.53919,353.31421,-1486.10608,1800.56201,366.7594,-1485.27832,1798.34338,353.31577,-1485.45703,1907.69763,366.7594,-1484.63843,1906.14771,353.31738,-1484.80798,2014.83301,366.7594,-1483.99805,2013.95215,353.31894,-1484.15906,2121.96851,366.7594,-1483.35803,2121.75635,353.32059,-1483.51001,2234.59082,353.32214,-1411.76953,2229.56079,353.32214,-1482.86108,2230.46753,405.67395,-1406.73706,2234.13379,402.57873,-1411.6333,2229.10425,366.7594,-1482.71777,2614.65161,405.67184,-1148.26074,2678.64648,405.67145,-1104.95044,2314.9563,405.67343,-1351.08618,2378.95166,405.67307,-1307.776,2453.87524,405.6727,-1257.06958,2389.88037,405.673,-1300.37976,2464.80395,405.67264,-1249.67334,2528.79907,405.6723,-1206.36316,2539.72754,405.67224,-1198.96704,2603.7229,405.67191,-1155.65686,2295.91846,353.89789,-1435.21521,2295.46191,367.33514,-1435.07202,2351.58594,353.87329,-1404.62817,2351.12915,367.31049,-1404.48486,2500.97681,367.31021,-1303.07214,2501.43335,353.87329,-1303.21545,2575.90039,367.31006,-1252.36633,2576.35718,353.87329,-1252.50928,2650.82446,367.31006,-1201.65942,2651.28101,353.87335,-1201.80273,2712.9021,353.25116,-1163.97961,2680.49707,405.67145,-1096.03272,2712.44556,366.68777,-1163.8363,2426.05249,367.31036,-1353.77942,2426.50903,353.87329,-1353.92261,3212.36743,405.67093,-770.68524,3281.0437,405.67105,-727.42157,2972.73022,405.67059,-921.64813,3041.40698,405.67071,-878.3844,3052.60938,405.67071,-871.32709,3121.28564,405.67087,-828.06348,3132.48828,405.67087,-821.00623,3201.1648,405.67093,-777.74249,2969.10083,353.53128,-1001.67175,2889.19849,405.67053,-969.60443,2968.64502,358.69388,-1001.52863,3011.08203,353.83459,-981.10046,3010.62598,358.99716,-980.9574,3090.50488,358.99716,-930.63635,3090.96069,353.83459,-930.77954,3170.38379,358.99716,-880.31549,3170.83984,353.83459,-880.45862,3250.26294,358.99716,-829.99469,3250.71875,353.83459,-830.13794,3281.23096,353.56928,-783.43042,3279.80591,405.67105,-723.987,3280.77466,358.73184,-783.28729,3287.198,405.67105,-717.76514,5698.15967,287.75201,-657.84326,3288.01343,287.73584,-815.55731,3287.63257,320.54764,-815.43787,5697.77881,320.56213,-657.72382,5697.70361,327.06207,-651.53601,3287.55737,327.04758,-809.24994,3287.90771,373.77445,-819.73987,5698.05322,373.78894,-662.02582,5696.7915,405.68231,-652.98724,5724.86816,405.68185,-621.5592,5725.32422,366.37164,-621.70245,5697.24756,366.37228,-653.13031,5725.78027,327.06143,-621.84558,5697.70361,327.06207,-653.27356,6055.71387,287.75494,-547.45508,6055.25781,327.06473,-547.31195,6054.80273,366.37457,-547.16882,6054.34668,405.68433,-547.02563,6011.96436,405.68262,-515.65057,5735.12891,391.90186,-543.31537,6001.70361,391.90256,-525.5802,6001.70361,391.90256,-593.89441,5735.12891,391.90186,-611.62964,5724.86816,405.68185,-534.75098,6001.70361,405.68256,-593.89441,6001.70361,405.68256,-525.5802};
			return value;
		}
		private double[] getCoordinate_12_32_point_10()
		{
			double[] value = {5735.12891,405.68185,-543.31537,5735.12891,405.68185,-611.62964,6335.92773,287.75619,-570.44757,6367.11914,287.75619,-522.40949,6334.55859,405.68515,-570.01819,6365.74951,405.68515,-521.98016,6264.58154,334.18494,-594.10999,6061.18603,334.18433,-612.28949,6061.18603,334.18433,-552.64795,6353.16455,334.18515,-529.16473,6329.68994,334.18515,-565.31952,6329.68994,405.68515,-565.31952,6353.16455,405.68515,-529.16473,6061.18603,405.68433,-552.64795,6061.18603,405.68433,-612.28949,6264.58154,405.68497,-594.10999,6393.34424,405.6857,-449.56152,6404.41162,366.3804,-416.10162,6398.95508,287.75742,-421.59049,6433.88037,366.3848,138.3336,6426.5127,366.38367,-.27529,6419.14648,366.38257,-138.88411,6411.77881,366.38147,-277.49289,6440.52783,327.22965,144.18076,6447.2417,327.22965,270.5076,6541.40039,327.22534,266.13144,6534.68603,327.22534,139.80455,6511.93164,327.22534,-288.3038,6505.21728,327.22534,-414.63059,6411.06006,327.22965,-410.25449,6417.77393,327.22965,-283.92764,6519.29883,327.22534,-149.69489,6512.58496,327.22534,-276.02185,6418.42627,327.22965,-271.64575,6425.1416,327.22965,-145.3188,6526.66553,327.22534,-11.08606,6519.95117,327.22534,-137.41298,6425.79395,327.22965,-133.03697,6432.50781,327.22965,-6.71005,6534.03272,327.22534,127.5227,6527.31885,327.22534,1.19578,6433.16113,327.22965,5.57186,6439.87549,327.22965,131.89883,6337.00635,287.76224,377.13165,6096.41211,363.82166,495.53967,6331.6709,363.82932,447.56204,6391.55811,363.82889,375.71652,6391.55811,363.82889,320.72702,6339.60303,363.82953,383.05649,6096.41211,363.82166,432.65179,6446.73047,366.88281,302.12466,6446.73047,366.88281,377.62088,6447.1875,327.57361,377.47775,6447.1875,327.57361,301.98145,6096.41113,405.68164,495.53967,6096.41113,405.68164,432.65179,6339.60303,405.68948,383.05649,6335.63672,405.68936,377.56116,6391.55713,405.68887,320.72702,6391.55713,405.68887,375.71652,6331.6709,405.6893,447.56204,4009.45557,327.05051,627.47876,5698.6084,327.06131,453.177,4018.06885,326.86624,694.90845,5707.22217,326.87701,520.60675,4002.66016,367.87042,628.17999,5705.4043,367.88135,452.47577,4012.05347,367.66953,701.71747,5714.79736,367.68036,526.01331,3617.50269,327.0509,633.99616,3939.71191,327.0488,603.7536,3624.49219,326.87936,694.16443,3946.70361,326.87726,663.92181,3610.69971,375.67096,634.63483,3946.51465,375.66873,603.11505,3618.39966,375.48193,700.91754,3954.21729,375.4798,669.39789,3415.16431,287.73947,761.72632,3590.2356,287.73975,749.10498,3589.81714,318.20557,749.27924,3414.70923,320.27768,761.87152,2448.73779,287.73318,1421.94971,2448.35644,320.54517,1422.06909,2448.28101,327.0451,1414.37061,2448.73779,287.73318,1344.97754,3412.16455,327.05084,755.88525,3582.9397,327.05102,743.57355,3415.16431,287.73947,684.75458,3589.77954,367.87103,672.27625,2448.28101,367.86514,1422.09265,3589.77954,367.87103,749.24805,3414.7085,367.87082,761.86945,1468.26209,287.73135,1417.46912,2448.73779,287.73318,1417.52234,2448.35644,320.54517,1417.64172,1467.87756,317.85187,1417.54761,1474.64539,327.04346,1411.46484,2448.28101,327.0451,1411.51746,1467.80554,361.62357,1345.06775,2448.28101,361.62518,1417.66553};
			return value;
		}
		private double[] getCoordinate_12_32_point_11()
		{
			double[] value = {1467.80554,361.62357,1417.61231,-310.71408,333.54523,1376.61035,-303.79886,327.04568,1376.53418,481.04489,327.0473,1370.50147,-304.71137,405.66968,1376.82044,-310.96811,355.42139,1376.69019,-310.02091,333.21539,1459.4812,-310.40189,366.02786,1459.60059,-1241.33618,366.03052,1465.89111,-1240.95532,333.21841,1465.77173,-1240.80444,320.21933,1465.72437,-309.87003,320.21625,1459.43384,-3312.27051,287.43485,1511.43555,-1238.76245,287.44269,1461.15234,-1239.16455,317.56204,1461.31189,-3312.67578,317.5553,1511.4978,-310.18219,287.73373,1376.4436,-310.56311,320.54617,1376.56299,-303.11096,326.75873,1448.83081,481.73242,326.76028,1442.7981,-3306.07397,326.77026,1505.26697,-1246.24097,326.77737,1455.31592,-1241.49756,320.54919,1382.85364,-3315.08057,375.66168,1433.16016,-1241.573,375.66873,1382.87732,-310.63861,375.66571,1376.58679,487.88464,375.66733,1370.44885,-3312.72705,375.36722,1511.57849,-1239.21887,375.3743,1461.29565,-309.89218,375.35428,1455.03076,488.63065,375.3559,1448.89319,-1241.97791,366.33597,1389.16821,-311.04364,366.33325,1382.87756,-411.02878,366.35803,1377.40515,-490.44177,366.35828,1377.94177,-504.12219,366.35834,1378.03418,-583.53522,366.35855,1378.5708,-597.21564,366.35861,1378.66321,-676.62854,366.35879,1379.20007,-690.30908,366.35886,1379.29248,-769.72199,366.35907,1379.82898,-783.40253,366.35913,1379.92139,-862.81543,366.35938,1380.45789,-876.49585,366.35938,1380.55029,-955.90881,366.35962,1381.08704,-969.58935,366.35962,1381.17944,-1049.00232,366.35989,1381.71619,-1062.68274,366.35998,1381.80847,-1142.0957,366.36017,1382.34509,-1155.77612,366.36026,1382.4375,-1235.18921,366.36044,1382.97424,-411.48514,405.66998,1377.54834,-490.89813,405.67017,1378.08472,-1235.64551,405.67203,1383.11755,-1156.23254,405.67184,1382.58069,-504.57855,405.67017,1378.17712,-583.99158,405.67035,1378.71387,-677.08496,405.67059,1379.34302,-597.672,405.67041,1378.80615,-690.7655,405.67065,1379.43542,-770.17835,405.67087,1379.97205,-863.27185,405.67111,1380.60107,-783.85889,405.67093,1380.06445,-956.36517,405.67133,1381.22998,-876.95227,405.67111,1380.69336,-1049.45862,405.67157,1381.85925,-970.04571,405.67139,1381.32239,-1142.55225,405.67175,1382.48828,-1063.13904,405.67157,1381.95166,-404.18848,366.35944,1448.42908,-404.6449,370.97626,1448.57202,-497.28201,366.3595,1449.05798,-497.73837,370.97626,1449.20117,-1242.0293,366.35974,1454.09045,-1242.48584,370.97653,1454.23364,-1149.39233,370.97647,1453.60449,-1148.93603,366.35968,1453.46155,-1056.29895,370.97647,1452.97559,-1055.84241,366.35968,1452.8324,-963.20544,370.97641,1452.34631,-962.74908,366.35962,1452.20313,-870.112,370.97641,1451.71728,-869.65558,366.35962,1451.57434,-683.92517,370.97632,1450.45935,-683.46875,366.35956,1450.31616,-590.83179,370.97632,1449.83008,-590.37543,366.3595,1449.68701,-777.01862,370.97641,1451.08838,-776.56232,366.35956,1450.94519,-311.09506,366.35944,1447.79981,-311.55148,370.9762,1447.94312,-6506.38965,327.03256,-365.98721,-6548.50488,327.03119,218.80284,-6548.96094,359.71567,218.94591,-6544.74951,359.71579,160.4669,-6540.53809,359.71591,101.98795,-6536.32715,359.71603,43.50895,-6532.11572,359.71619,-14.97012,-6527.9043,359.71631,-73.44913,-6523.69189,359.71643,-131.92813};
			return value;
		}
		private double[] getCoordinate_12_32_point_12()
		{
			double[] value = {-6519.48047,359.71658,-190.40714,-6515.26904,359.71674,-248.88606,-6511.05664,359.7168,-307.36508,-6506.8457,359.71692,-365.84402,-6453.10938,287.72022,218.65971,-6453.56543,327.03354,218.80284,-6366.27783,327.02893,986.03522,-6366.73291,359.71371,986.17822,-6384.95605,359.71393,909.45502,-6403.17871,359.71411,832.73169,-6421.40088,359.71436,756.00842,-6439.62402,359.71448,679.28522,-6457.84668,359.71466,602.56201,-6476.06982,359.7149,525.83868,-6494.29297,359.71509,449.11554,-6512.51514,359.7153,372.39236,-6530.73779,359.71549,295.66904,-6270.88232,287.71518,985.89215,-6271.33838,327.02893,986.03522,-6271.33838,327.02893,1082.18835,-5899.37793,327.03699,1039.16333,-5892.66895,333.53668,1038.40222,-5893.05029,392.87009,1038.52185,-6271.79346,394.42288,1082.33154,-5892.1377,287.72424,942.0824,-5892.51904,320.53748,942.20172,-5899.37793,327.03699,943.01013,-5892.66895,333.53668,942.24908,-5885.75439,327.03711,947.70013,-4694.21924,287.72626,1352.48743,-4694.64307,317.53833,1352.6615,-4372.39648,327.04159,1366.07361,-4309.27686,327.0405,1386.79688,-4372.39648,327.04159,1461.58325,-4309.27686,327.0405,1482.3064,-5569.80859,287.72324,1200.0741,-5567.47559,327.03619,1296.27185,-5885.75439,327.03711,1041.52258,-4701.51514,327.03894,1346.07654,-4302.43701,367.86038,1389.04273,-4379.23682,367.86176,1363.828,-4694.67529,367.85901,1250.57556,-5892.59375,392.81717,942.22534,-4302.43701,367.86038,1491.09741,-4379.23682,367.86176,1465.88281,-4694.67529,367.85901,1352.63049,-5570.26465,367.8562,1302.27197,-5892.59375,367.85709,1044.28003,-6418.74463,359.74219,-359.69781,-6500.89307,359.71579,-359.69781,-6504.21973,359.71579,-313.51132,-6422.0708,359.74219,-313.51132,-6422.95605,359.74219,-301.21887,-6505.10449,359.71579,-301.21887,-6508.43066,359.71579,-255.03233,-6426.28223,359.74219,-255.03233,-6427.16748,359.74219,-242.73984,-6509.31592,359.71579,-242.73984,-6512.64209,359.71579,-196.55337,-6430.49365,359.74219,-196.55337,-6431.37988,359.74219,-184.2609,-6513.52734,359.71579,-184.2609,-6516.85352,359.71579,-138.07437,-6434.70605,359.74219,-138.07437,-6435.59082,359.74219,-125.78189,-6517.73975,359.71579,-125.78189,-6521.06592,359.71579,-79.59537,-6438.91748,359.74219,-79.59537,-6439.80225,359.74219,-67.30289,-6521.95117,359.71579,-67.30289,-6525.27734,359.71579,-21.11636,-6443.12842,359.74219,-21.11636,-6444.01367,359.74219,-8.82388,-6526.16211,359.71579,-8.82388,-6529.48877,359.71579,37.3627,-6447.33984,359.74219,37.3627,-6448.2251,359.74219,49.65519,-6530.37353,359.71579,49.65519,-6533.69971,359.71579,95.84171,-6451.55127,359.74219,95.84171,-6452.4375,359.74219,108.13413,-6534.58496,359.71579,108.13413,-6537.91113,359.71579,154.32063,-6455.7627,359.74219,154.32063,-6456.64893,359.74219,166.61313,-6538.79639,359.71579,166.61313,-6542.12256,359.71579,212.79964,-6459.97412,359.74219,212.79964,-6459.07422,359.74213,225.07585,-6540.99658,359.71579,225.07585,-6525.68555,359.71579,289.53915,-6443.76318,359.74213,289.53915,-6440.85107,359.74213,301.79898,-6522.77344,359.71579,301.79898,-6507.4624,359.71579,366.26242,-6425.54004,359.74213,366.26242,-6422.62842,359.74213,378.52231,-6504.55029,359.71579,378.52231,-6489.24023,359.71579,442.9855,-6407.31836,359.74213,442.9855};
			return value;
		}
		private double[] getCoordinate_12_32_point_13()
		{
			double[] value = {-6404.40625,359.74213,455.24545,-6486.32861,359.71579,455.24545,-6471.01758,359.71579,519.7088,-6389.09522,359.74213,519.7088,-6386.18311,359.74213,531.96869,-6468.10547,359.71579,531.96869,-6452.79443,359.71579,596.43213,-6370.87207,359.74213,596.43213,-6367.95996,359.74213,608.69202,-6449.88232,359.71579,608.69202,-6434.57129,359.71579,673.15527,-6352.64893,359.74213,673.15527,-6349.7373,359.74213,685.41516,-6431.65918,359.71579,685.41516,-6416.34814,359.71579,749.87854,-6334.42627,359.74213,749.87854,-6331.51416,359.74213,762.13843,-6413.43652,359.71579,762.13843,-6398.12647,359.71579,826.60175,-6316.2041,359.74213,826.60175,-6313.29199,359.74213,838.86176,-6395.21436,359.71579,838.86176,-6379.90332,359.71579,903.3252,-6297.98096,359.74213,903.3252,-6295.06934,359.74213,915.58496,-6376.99121,359.71579,915.58496,-6361.68018,359.71579,980.04846,-6279.75781,359.74213,980.04846,-6366.73291,359.71371,1082.33154,-6366.27783,327.02893,1082.18835,-6356.4209,364.38931,998.47406,-6356.4209,364.38931,1070.03577,-6287.01709,364.422,1070.03577,-6287.01709,364.422,998.47406,-6258.08447,364.42856,996.9931,-6258.08447,364.42856,1068.35181,-5906.70068,364.4267,1027.70703,-5906.70068,364.4267,956.34821,-6258.11377,394.36676,1068.35181,-6258.11377,394.36676,996.9931,-5906.72998,392.92618,956.34821,-5906.72998,392.92618,1027.70703,-6353.96533,364.3815,1070.03577,-6353.96533,364.3815,998.47406,-6284.56103,389.7551,998.47406,-6284.56103,389.7551,1070.03577};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_11_38_coordIndex_1()
		{
			int[] value = {0,1,2,-1,0,2,3,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,8,10,11,-1,12,13,14,-1,12,14,15,-1,16,17,18,-1,16,18,19,-1,20,21,22,-1,20,22,23,-1,24,25,26,-1,24,26,27,-1,28,29,30,-1,28,30,31,-1,32,33,34,-1,32,34,35,-1,36,37,38,-1,36,38,39,-1,40,41,42,-1,40,42,43,-1,44,45,46,-1,44,46,47,-1,48,49,50,-1,48,50,51,-1,52,53,54,-1,52,54,55,-1,56,57,58,-1,56,58,59,-1,60,61,62,-1,60,62,63,-1,64,65,66,-1,64,66,67,-1,68,69,70,-1,68,70,71,-1,72,73,74,-1,72,74,75,-1,76,77,78,-1,74,76,78,-1,74,73,76,-1,76,73,79,-1,73,80,81,-1,82,73,81,-1,82,79,73,-1,83,84,85,-1,83,85,86,-1,87,88,89,-1,87,89,83,-1,90,91,92,-1,90,92,87,-1,93,94,95,-1,93,95,90,-1,96,97,98,-1,96,98,93,-1,99,96,81,-1,100,101,102,-1,79,100,102,-1,79,82,100,-1,103,104,102,-1,103,102,105,-1,106,107,108,-1,106,108,109,-1,110,111,112,-1,110,112,113,-1,114,115,116,-1,114,116,117,-1,118,119,120,-1,118,120,121,-1,122,123,124,-1,122,124,125,-1,126,127,128,-1,126,128,129,-1,130,131,132,-1,130,132,133,-1,134,135,136,-1,134,136,137,-1,138,139,140,-1,138,140,141,-1,142,143,144,-1,142,144,145,-1,146,147,148,-1,146,148,149,-1,150,151,152,-1,150,152,153,-1,154,155,156,-1,154,156,157,-1,158,159,160,-1,158,160,161,-1,162,163,164,-1,162,164,165,-1,166,167,168,-1,166,168,169,-1,170,171,172,-1,170,172,173,-1,174,175,176,-1,174,176,177,-1,178,179,180,-1,178,180,181,-1,182,183,184,-1,182,184,185,-1,186,187,188,-1,186,188,189,-1,190,191,192,-1,190,192,193,-1,194,77,76,-1,102,194,76,-1,102,104,194,-1,79,102,76,-1,195,196,197,-1,195,197,198,-1,199,200,201,-1,202,199,201,-1,202,203,199,-1,204,205,206,-1,207,208,209,-1,207,209,210,-1,211,212,213,-1,214,215,216,-1,214,216,217,-1,218,219,220,-1,218,220,221,-1,222,223,224,-1,222,224,225,-1,78,77,194,-1,226,78,194,-1,226,227,78,-1,228,229,230,-1,228,230,231,-1,232,233,234,-1,232,234,235,-1,236,237,238,-1,236,238,239,-1,240,241,242,-1,240,242,243,-1,244,245,246,-1,244,246,247,-1,248,249,250,-1,248,250,251,-1,252,253,254,-1,252,254,255,-1,256,257,258,-1,256,258,259,-1,260,261,262,-1,260,262,263,-1,264,265,266,-1,264,266,267,-1,268,269,270,-1,268,270,271,-1,272,273,274,-1,272,274,275,-1,276,277,278,-1,276,278,279,-1,280,281,282,-1,280,282,283,-1,284,285,286,-1,284,286,287,-1,288,289,290,-1,288,290,291,-1,292,293,294,-1,292,294,295,-1,296,297,298,-1,296,298,299,-1,300,301,302,-1,300,302,303,-1,304,305,306,-1,304,306,307,-1,308,309,310,-1,308,310,311,-1,312,313,314,-1,312,314,315,-1,316,317,318,-1,316,318,319,-1,320,321,322,-1,320,322,323,-1,324,325,326,-1,324,326,327,-1,328,329,330,-1,328,330,331,-1,332,333,334,-1,332,334,335,-1,336,337,338,-1,336,338,339,-1,340,341,342,-1,340,342,343,-1,344,345,346,-1,344,346,347,-1,348,349,350,-1,351,352,353,-1,354,351,353,-1,354,355,351,-1,356,357,358,-1,359,360,361,-1,362,359,361,-1,362,363,359,-1,364,365,366,-1,364,366,367,-1,368,369,370,-1,368,370,371,-1,372,373,374,-1,372,374,375,-1,376,377,378,-1,379,380,381,-1,379,381,382,-1,383,384,385,-1,383,385,386,-1,387,388,389,-1,387,389,390,-1,391,392,393,-1,391,393,394,-1,395,396,397,-1,395,397,398,-1,399,400,401,-1,399,401,402,-1,403,404,405,-1,403,405,406,-1,407,408,409,-1,407,409,410,-1,411,412,413,-1,411,413,414,-1,415,416,417,-1,415,417,418,-1,419,420,421,-1,419,421,422,-1,423,424,425,-1,423,425,426,-1,427,428,429,-1,427,429,430,-1,431,432,433,-1,431,433,434,-1,435,436,437,-1,435,437,438,-1,439,440,441,-1,442,443,444,-1,442,444,445,-1,446,447,448,-1,446,448,449,-1,450,102,451,-1,452,453,454,-1,452,454,455,-1,456,457,458,-1,456,458,459,-1,460,461,462,-1,460,462,463,-1,464,465,466,-1,464,466,467,-1,468,469,470,-1,468,470,471,-1,472,473,474,-1,472,474,475,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_38_coordIndex_2()
		{
			int[] value = {476,477,478,-1,476,478,479,-1,480,481,482,-1,480,482,483,-1,484,485,486,-1,484,486,487,-1,488,489,490,-1,488,490,491,-1,492,493,494,-1,492,494,495,-1,496,497,498,-1,496,498,499,-1,500,501,502,-1,500,502,503,-1,504,505,506,-1,504,506,507,-1,508,509,510,-1,508,510,511,-1,512,513,514,-1,512,514,515,-1,516,517,518,-1,516,518,519,-1,520,521,522,-1,520,522,523,-1,524,525,526,-1,524,526,527,-1,528,529,530,-1,528,530,531,-1,532,533,534,-1,532,534,535,-1,536,537,538,-1,536,538,539,-1,540,541,542,-1,540,542,543,-1,544,545,546,-1,544,546,547,-1,548,549,550,-1,548,550,551,-1,552,553,554,-1,552,554,555,-1,556,557,558,-1,556,558,559,-1,560,561,562,-1,560,562,563,-1,564,565,566,-1,564,566,567,-1,568,569,570,-1,568,570,571,-1,572,573,574,-1,572,574,575,-1,576,577,578,-1,576,578,579,-1,580,581,582,-1,580,582,583,-1,584,585,586,-1,584,586,587,-1,588,589,590,-1,588,590,591,-1,592,593,594,-1,592,594,595,-1,596,597,598,-1,596,598,599,-1,600,601,602,-1,600,602,603,-1,604,605,606,-1,604,606,607,-1,608,609,610,-1,608,610,611,-1,612,613,614,-1,612,614,615,-1,616,617,618,-1,616,618,619,-1,620,621,622,-1,620,622,623,-1,624,625,626,-1,624,626,627,-1,628,629,630,-1,628,630,631,-1,632,633,634,-1,632,634,635,-1,636,637,638,-1,636,638,639,-1,640,641,642,-1,640,642,643,-1,644,645,646,-1,644,646,647,-1,648,649,650,-1,648,650,651,-1,652,653,654,-1,652,654,655,-1,656,657,658,-1,656,658,659,-1,660,661,662,-1,660,662,663,-1,664,665,666,-1,664,666,667,-1,668,669,670,-1,668,670,671,-1,672,673,674,-1,672,674,675,-1,676,677,678,-1,676,678,679,-1,680,681,682,-1,680,682,683,-1,684,685,686,-1,684,686,687,-1,688,689,690,-1,688,690,691,-1,692,693,694,-1,692,694,695,-1,696,697,698,-1,696,698,699,-1,700,701,702,-1,700,702,703,-1,704,705,706,-1,704,706,707,-1,708,709,710,-1,708,710,711,-1,712,713,714,-1,712,714,715,-1,716,717,718,-1,716,718,719,-1,720,721,722,-1,720,722,723,-1,724,725,726,-1,724,726,727,-1,728,729,730,-1,728,730,731,-1,732,733,734,-1,732,734,735,-1,736,737,738,-1,736,738,739,-1,740,73,741,-1,742,743,744,-1,742,744,745,-1,746,747,748,-1,746,748,749,-1,750,751,752,-1,750,752,753,-1,754,755,756,-1,754,756,757,-1,758,759,760,-1,758,760,761,-1,762,763,764,-1,762,764,765,-1,766,767,768,-1,766,768,769,-1,770,771,772,-1,770,772,773,-1,774,775,776,-1,774,776,777,-1,778,779,780,-1,778,780,781,-1,782,783,784,-1,782,784,785,-1,786,787,788,-1,786,788,789,-1,790,791,792,-1,790,792,793,-1,794,795,796,-1,794,796,797,-1,798,799,800,-1,798,800,801,-1,802,803,804,-1,802,804,805,-1,806,807,808,-1,806,808,809,-1,810,811,812,-1,810,812,813,-1,814,815,816,-1,814,816,817,-1,818,819,820,-1,818,820,821,-1,822,823,824,-1,822,824,825,-1,826,827,828,-1,826,828,829,-1,830,831,832,-1,830,832,833,-1,834,835,836,-1,834,836,837,-1,838,839,840,-1,838,840,841,-1,842,843,844,-1,842,844,845,-1,846,847,83,-1,848,849,850,-1,848,850,851,-1,852,853,87,-1,854,855,93,-1,856,857,858,-1,856,858,859,-1,860,861,90,-1,862,81,863,-1,864,865,96,-1,441,866,86,-1,441,86,838,-1,100,212,445,-1,447,205,442,-1,447,442,211,-1,443,204,452,-1,443,452,207,-1,210,451,101,-1,210,101,444,-1,453,206,446,-1,453,446,216,-1,459,105,450,-1,459,450,209,-1,455,109,456,-1,455,456,208,-1,463,106,454,-1,463,454,215,-1,457,108,514,-1,457,514,218,-1,221,467,103,-1,221,103,458,-1,225,515,107,-1,225,107,462,-1,511,113,464,-1,511,464,220,-1,465,112,746,-1,465,746,226,-1,104,466,194,-1,235,471,110,-1,235,110,510,-1,521,197,468,-1,521,468,234,-1,469,196,754,-1,469,754,230,-1,747,111,470,-1,747,470,229,-1,475,120,762,-1,475,762,242,-1,755,195,472,-1,755,472,241,-1,473,198,520,-1,473,520,236,-1,239,539,121,-1,239,121,474,-1,251,479,118,-1,251,118,538,-1,547,125,476,-1,547,476,250,-1,477,124,770,-1,477,770,246,-1,763,119,478,-1,763,478,245,-1,259,483,122,-1,259,122,546,-1,563,129,480,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_38_coordIndex_3()
		{
			int[] value = {563,480,258,-1,481,128,778,-1,481,778,254,-1,771,123,482,-1,771,482,253,-1,267,487,130,-1,267,130,570,-1,587,137,484,-1,587,484,266,-1,485,136,790,-1,485,790,262,-1,733,131,486,-1,733,486,261,-1,275,491,126,-1,275,126,562,-1,571,133,488,-1,571,488,274,-1,489,132,732,-1,489,732,270,-1,779,127,490,-1,779,490,269,-1,283,495,134,-1,283,134,586,-1,599,141,492,-1,599,492,282,-1,493,140,656,-1,493,656,278,-1,791,135,494,-1,791,494,277,-1,291,499,138,-1,291,138,598,-1,611,145,496,-1,611,496,290,-1,497,144,652,-1,497,652,286,-1,657,139,498,-1,657,498,285,-1,299,503,142,-1,299,142,610,-1,623,149,500,-1,623,500,298,-1,501,148,668,-1,501,668,294,-1,653,143,502,-1,653,502,293,-1,307,507,146,-1,307,146,622,-1,635,153,504,-1,635,504,306,-1,505,152,676,-1,505,676,302,-1,669,147,506,-1,669,506,301,-1,513,114,508,-1,513,508,219,-1,509,117,526,-1,509,526,232,-1,519,115,512,-1,519,512,224,-1,527,116,518,-1,527,518,308,-1,523,155,542,-1,523,542,237,-1,525,156,522,-1,525,522,233,-1,311,531,157,-1,311,157,524,-1,315,543,154,-1,315,154,530,-1,535,161,540,-1,535,540,314,-1,319,551,158,-1,319,158,534,-1,541,160,536,-1,541,536,238,-1,537,159,550,-1,537,550,248,-1,549,164,544,-1,549,544,249,-1,545,163,566,-1,545,566,256,-1,555,165,548,-1,555,548,318,-1,323,567,162,-1,323,162,554,-1,559,169,564,-1,559,564,322,-1,327,575,166,-1,327,166,558,-1,565,168,560,-1,565,560,257,-1,561,167,574,-1,561,574,272,-1,573,172,568,-1,573,568,273,-1,569,171,590,-1,569,590,264,-1,579,173,572,-1,579,572,326,-1,331,591,170,-1,331,170,578,-1,583,177,588,-1,583,588,330,-1,343,603,174,-1,343,174,582,-1,589,176,584,-1,589,584,265,-1,585,175,602,-1,585,602,280,-1,595,181,600,-1,595,600,342,-1,339,615,178,-1,339,178,594,-1,601,180,596,-1,601,596,281,-1,597,179,614,-1,597,614,288,-1,607,185,612,-1,607,612,338,-1,335,627,182,-1,335,182,606,-1,613,184,608,-1,613,608,289,-1,609,183,626,-1,609,626,296,-1,619,189,624,-1,619,624,334,-1,347,631,186,-1,347,186,618,-1,625,188,620,-1,625,620,297,-1,621,187,630,-1,621,630,304,-1,637,190,628,-1,637,628,346,-1,629,193,632,-1,629,632,305,-1,633,192,642,-1,633,642,348,-1,350,647,150,-1,350,150,634,-1,643,191,636,-1,643,636,354,-1,649,199,640,-1,649,640,353,-1,641,203,644,-1,641,644,349,-1,358,645,202,-1,358,202,680,-1,677,151,646,-1,677,646,357,-1,689,200,648,-1,689,648,361,-1,287,655,9,-1,287,9,662,-1,665,10,654,-1,665,654,292,-1,279,659,13,-1,279,13,796,-1,661,14,658,-1,661,658,284,-1,367,663,8,-1,367,8,710,-1,719,15,660,-1,719,660,366,-1,371,667,4,-1,371,4,702,-1,711,11,664,-1,711,664,370,-1,295,671,5,-1,295,5,666,-1,673,6,670,-1,673,670,300,-1,375,675,0,-1,375,0,686,-1,703,7,672,-1,703,672,374,-1,303,679,1,-1,303,1,674,-1,683,2,678,-1,683,678,356,-1,681,201,688,-1,681,688,376,-1,378,687,3,-1,378,3,682,-1,691,30,684,-1,691,684,377,-1,685,29,706,-1,685,706,372,-1,693,31,690,-1,693,690,360,-1,707,28,692,-1,707,692,381,-1,715,32,696,-1,715,696,385,-1,697,35,704,-1,697,704,380,-1,705,34,700,-1,705,700,373,-1,701,33,714,-1,701,714,368,-1,713,38,708,-1,713,708,369,-1,709,37,722,-1,709,722,364,-1,729,39,712,-1,729,712,384,-1,721,42,716,-1,721,716,365,-1,717,41,804,-1,717,804,387,-1,390,797,12,-1,390,12,718,-1,723,36,728,-1,723,728,393,-1,727,43,720,-1,727,720,392,-1,805,40,726,-1,805,726,397,-1,271,735,21,-1,271,21,784,-1,787,22,734,-1,787,734,260,-1,739,75,742,-1,739,742,405,-1,854,98,736,-1,854,736,404,-1,737,97,865,-1,737,865,399,-1,402,741,72,-1,402,72,738,-1,863,80,740,-1,863,740,401,-1,406,745,68,-1,406,68,858,-1,74,78,743,-1,227,749,69,-1,227,69,744,-1,751,70,748,-1,751,748,228,-1,410,753,64,-1,410,64,850,-1,859,71,750,-1,859,750,409,-1,231,757,65,-1,231,65,752,-1,759,66,756,-1,759,756,240,-1,414,761,60,-1,414,60,844,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_38_coordIndex_4()
		{
			int[] value = {851,67,758,-1,851,758,413,-1,243,765,61,-1,243,61,760,-1,767,62,764,-1,767,764,244,-1,418,769,56,-1,418,56,836,-1,845,63,766,-1,845,766,417,-1,247,773,57,-1,247,57,768,-1,775,58,772,-1,775,772,252,-1,422,777,24,-1,422,24,828,-1,837,59,774,-1,837,774,421,-1,255,781,25,-1,255,25,776,-1,783,26,780,-1,783,780,268,-1,426,785,20,-1,426,20,808,-1,829,27,782,-1,829,782,425,-1,430,789,16,-1,430,16,800,-1,809,23,786,-1,809,786,429,-1,263,793,17,-1,263,17,788,-1,795,18,792,-1,795,792,276,-1,801,19,794,-1,801,794,389,-1,803,46,798,-1,803,798,388,-1,799,45,812,-1,799,812,427,-1,815,47,802,-1,815,802,396,-1,811,50,806,-1,811,806,428,-1,807,49,832,-1,807,832,423,-1,813,44,814,-1,813,814,433,-1,819,51,810,-1,819,810,432,-1,833,48,818,-1,833,818,437,-1,841,52,822,-1,841,822,439,-1,823,55,830,-1,823,830,436,-1,831,54,826,-1,831,826,424,-1,827,53,840,-1,827,840,419,-1,839,85,834,-1,839,834,420,-1,835,84,847,-1,835,847,415,-1,846,89,842,-1,846,842,416,-1,843,88,853,-1,843,853,411,-1,852,92,848,-1,852,848,412,-1,849,91,861,-1,849,861,407,-1,857,94,855,-1,857,855,403,-1,860,95,856,-1,860,856,408,-1,864,99,862,-1,864,862,400,-1,86,866,83,-1,867,866,441,-1,867,441,440,-1,442,445,212,-1,442,212,211,-1,443,442,205,-1,443,205,204,-1,444,443,207,-1,444,207,210,-1,445,444,101,-1,445,101,100,-1,446,449,217,-1,446,217,216,-1,447,446,206,-1,447,206,205,-1,448,447,211,-1,448,211,213,-1,450,451,210,-1,450,210,209,-1,450,105,102,-1,451,102,101,-1,452,455,208,-1,452,208,207,-1,453,452,204,-1,453,204,206,-1,454,453,216,-1,454,216,215,-1,455,454,106,-1,455,106,109,-1,456,459,209,-1,456,209,208,-1,457,456,109,-1,457,109,108,-1,458,457,218,-1,458,218,221,-1,459,458,103,-1,459,103,105,-1,460,463,215,-1,460,215,214,-1,462,461,222,-1,462,222,225,-1,463,462,107,-1,463,107,106,-1,464,467,221,-1,464,221,220,-1,465,464,113,-1,465,113,112,-1,466,465,226,-1,466,226,194,-1,467,466,104,-1,467,104,103,-1,468,471,235,-1,468,235,234,-1,469,468,197,-1,469,197,196,-1,470,469,230,-1,470,230,229,-1,471,470,111,-1,471,111,110,-1,472,475,242,-1,472,242,241,-1,473,472,195,-1,473,195,198,-1,474,473,236,-1,474,236,239,-1,475,474,121,-1,475,121,120,-1,476,479,251,-1,476,251,250,-1,477,476,125,-1,477,125,124,-1,478,477,246,-1,478,246,245,-1,479,478,119,-1,479,119,118,-1,480,483,259,-1,480,259,258,-1,481,480,129,-1,481,129,128,-1,482,481,254,-1,482,254,253,-1,483,482,123,-1,483,123,122,-1,484,487,267,-1,484,267,266,-1,485,484,137,-1,485,137,136,-1,486,485,262,-1,486,262,261,-1,487,486,131,-1,487,131,130,-1,488,491,275,-1,488,275,274,-1,489,488,133,-1,489,133,132,-1,490,489,270,-1,490,270,269,-1,491,490,127,-1,491,127,126,-1,492,495,283,-1,492,283,282,-1,493,492,141,-1,493,141,140,-1,494,493,278,-1,494,278,277,-1,495,494,135,-1,495,135,134,-1,496,499,291,-1,496,291,290,-1,497,496,145,-1,497,145,144,-1,498,497,286,-1,498,286,285,-1,499,498,139,-1,499,139,138,-1,500,503,299,-1,500,299,298,-1,501,500,149,-1,501,149,148,-1,502,501,294,-1,502,294,293,-1,503,502,143,-1,503,143,142,-1,504,507,307,-1,504,307,306,-1,505,504,153,-1,505,153,152,-1,506,505,302,-1,506,302,301,-1,507,506,147,-1,507,147,146,-1,508,511,220,-1,508,220,219,-1,509,508,114,-1,509,114,117,-1,510,509,232,-1,510,232,235,-1,511,510,110,-1,511,110,113,-1,512,515,225,-1,512,225,224,-1,513,512,115,-1,513,115,114,-1,514,513,219,-1,514,219,218,-1,515,514,108,-1,515,108,107,-1,516,519,224,-1,516,224,223,-1,518,517,309,-1,518,309,308,-1,519,518,116,-1,519,116,115,-1,520,523,237,-1,520,237,236,-1,521,520,198,-1,521,198,197,-1,522,521,234,-1,522,234,233,-1,523,522,156,-1,523,156,155,-1,524,527,308,-1,524,308,311,-1,525,524,157,-1,525,157,156,-1,526,525,233,-1,526,233,232,-1,527,526,117,-1,527,117,116,-1,528,531,311,-1,528,311,310,-1,530,529,312,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_38_coordIndex_5()
		{
			int[] value = {530,312,315,-1,531,530,154,-1,531,154,157,-1,532,535,314,-1,532,314,313,-1,534,533,316,-1,534,316,319,-1,535,534,158,-1,535,158,161,-1,536,539,239,-1,536,239,238,-1,537,536,160,-1,537,160,159,-1,538,537,248,-1,538,248,251,-1,539,538,118,-1,539,118,121,-1,540,543,315,-1,540,315,314,-1,541,540,161,-1,541,161,160,-1,542,541,238,-1,542,238,237,-1,543,542,155,-1,543,155,154,-1,544,547,250,-1,544,250,249,-1,545,544,164,-1,545,164,163,-1,546,545,256,-1,546,256,259,-1,547,546,122,-1,547,122,125,-1,548,551,319,-1,548,319,318,-1,549,548,165,-1,549,165,164,-1,550,549,249,-1,550,249,248,-1,551,550,159,-1,551,159,158,-1,552,555,318,-1,552,318,317,-1,554,553,320,-1,554,320,323,-1,555,554,162,-1,555,162,165,-1,556,559,322,-1,556,322,321,-1,558,557,324,-1,558,324,327,-1,559,558,166,-1,559,166,169,-1,560,563,258,-1,560,258,257,-1,561,560,168,-1,561,168,167,-1,562,561,272,-1,562,272,275,-1,563,562,126,-1,563,126,129,-1,564,567,323,-1,564,323,322,-1,565,564,169,-1,565,169,168,-1,566,565,257,-1,566,257,256,-1,567,566,163,-1,567,163,162,-1,568,571,274,-1,568,274,273,-1,569,568,172,-1,569,172,171,-1,570,569,264,-1,570,264,267,-1,571,570,130,-1,571,130,133,-1,572,575,327,-1,572,327,326,-1,573,572,173,-1,573,173,172,-1,574,573,273,-1,574,273,272,-1,575,574,167,-1,575,167,166,-1,576,579,326,-1,576,326,325,-1,578,577,328,-1,578,328,331,-1,579,578,170,-1,579,170,173,-1,580,583,330,-1,580,330,329,-1,582,581,340,-1,582,340,343,-1,583,582,174,-1,583,174,177,-1,584,587,266,-1,584,266,265,-1,585,584,176,-1,585,176,175,-1,586,585,280,-1,586,280,283,-1,587,586,134,-1,587,134,137,-1,588,591,331,-1,588,331,330,-1,589,588,177,-1,589,177,176,-1,590,589,265,-1,590,265,264,-1,591,590,171,-1,591,171,170,-1,592,595,342,-1,592,342,341,-1,594,593,336,-1,594,336,339,-1,595,594,178,-1,595,178,181,-1,596,599,282,-1,596,282,281,-1,597,596,180,-1,597,180,179,-1,598,597,288,-1,598,288,291,-1,599,598,138,-1,599,138,141,-1,600,603,343,-1,600,343,342,-1,601,600,181,-1,601,181,180,-1,602,601,281,-1,602,281,280,-1,603,602,175,-1,603,175,174,-1,604,607,338,-1,604,338,337,-1,606,605,332,-1,606,332,335,-1,607,606,182,-1,607,182,185,-1,608,611,290,-1,608,290,289,-1,609,608,184,-1,609,184,183,-1,610,609,296,-1,610,296,299,-1,611,610,142,-1,611,142,145,-1,612,615,339,-1,612,339,338,-1,613,612,185,-1,613,185,184,-1,614,613,289,-1,614,289,288,-1,615,614,179,-1,615,179,178,-1,616,619,334,-1,616,334,333,-1,618,617,344,-1,618,344,347,-1,619,618,186,-1,619,186,189,-1,620,623,298,-1,620,298,297,-1,621,620,188,-1,621,188,187,-1,622,621,304,-1,622,304,307,-1,623,622,146,-1,623,146,149,-1,624,627,335,-1,624,335,334,-1,625,624,189,-1,625,189,188,-1,626,625,297,-1,626,297,296,-1,627,626,183,-1,627,183,182,-1,628,631,347,-1,628,347,346,-1,629,628,190,-1,629,190,193,-1,630,629,305,-1,630,305,304,-1,631,630,187,-1,631,187,186,-1,632,635,306,-1,632,306,305,-1,633,632,193,-1,633,193,192,-1,634,633,348,-1,634,348,350,-1,635,634,150,-1,635,150,153,-1,636,639,355,-1,636,355,354,-1,637,636,191,-1,637,191,190,-1,638,637,346,-1,638,346,345,-1,640,643,354,-1,640,354,353,-1,641,640,199,-1,641,199,203,-1,642,641,349,-1,642,349,348,-1,643,642,192,-1,643,192,191,-1,644,647,350,-1,644,350,349,-1,645,644,203,-1,645,203,202,-1,646,645,358,-1,646,358,357,-1,647,646,151,-1,647,151,150,-1,648,651,362,-1,648,362,361,-1,649,648,200,-1,649,200,199,-1,650,649,353,-1,650,353,352,-1,652,655,287,-1,652,287,286,-1,653,652,144,-1,653,144,143,-1,654,653,293,-1,654,293,292,-1,655,654,10,-1,655,10,9,-1,656,659,279,-1,656,279,278,-1,657,656,140,-1,657,140,139,-1,658,657,285,-1,658,285,284,-1,659,658,14,-1,659,14,13,-1,660,663,367,-1,660,367,366,-1,661,660,15,-1,661,15,14,-1,662,661,284,-1,662,284,287,-1,663,662,9,-1,663,9,8,-1,664,667,371,-1,664,371,370,-1,665,664,11,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_38_coordIndex_6()
		{
			int[] value = {665,11,10,-1,666,665,292,-1,666,292,295,-1,667,666,5,-1,667,5,4,-1,668,671,295,-1,668,295,294,-1,669,668,148,-1,669,148,147,-1,670,669,301,-1,670,301,300,-1,671,670,6,-1,671,6,5,-1,672,675,375,-1,672,375,374,-1,673,672,7,-1,673,7,6,-1,674,673,300,-1,674,300,303,-1,675,674,1,-1,675,1,0,-1,676,679,303,-1,676,303,302,-1,677,676,152,-1,677,152,151,-1,678,677,357,-1,678,357,356,-1,679,678,2,-1,679,2,1,-1,680,683,356,-1,680,356,358,-1,681,680,202,-1,681,202,201,-1,682,681,376,-1,682,376,378,-1,683,682,3,-1,683,3,2,-1,684,687,378,-1,684,378,377,-1,685,684,30,-1,685,30,29,-1,686,685,372,-1,686,372,375,-1,687,686,0,-1,687,0,3,-1,688,691,377,-1,688,377,376,-1,689,688,201,-1,689,201,200,-1,690,689,361,-1,690,361,360,-1,691,690,31,-1,691,31,30,-1,692,695,382,-1,692,382,381,-1,693,692,28,-1,693,28,31,-1,694,693,360,-1,694,360,359,-1,696,699,386,-1,696,386,385,-1,697,696,32,-1,697,32,35,-1,698,697,380,-1,698,380,379,-1,700,703,374,-1,700,374,373,-1,701,700,34,-1,701,34,33,-1,702,701,368,-1,702,368,371,-1,703,702,4,-1,703,4,7,-1,704,707,381,-1,704,381,380,-1,705,704,35,-1,705,35,34,-1,706,705,373,-1,706,373,372,-1,707,706,29,-1,707,29,28,-1,708,711,370,-1,708,370,369,-1,709,708,38,-1,709,38,37,-1,710,709,364,-1,710,364,367,-1,711,710,8,-1,711,8,11,-1,712,715,385,-1,712,385,384,-1,713,712,39,-1,713,39,38,-1,714,713,369,-1,714,369,368,-1,715,714,33,-1,715,33,32,-1,716,719,366,-1,716,366,365,-1,717,716,42,-1,717,42,41,-1,718,717,387,-1,718,387,390,-1,719,718,12,-1,719,12,15,-1,720,723,393,-1,720,393,392,-1,721,720,43,-1,721,43,42,-1,722,721,365,-1,722,365,364,-1,723,722,37,-1,723,37,36,-1,724,727,392,-1,724,392,391,-1,726,725,398,-1,726,398,397,-1,727,726,40,-1,727,40,43,-1,728,731,394,-1,728,394,393,-1,729,728,36,-1,729,36,39,-1,730,729,384,-1,730,384,383,-1,732,735,271,-1,732,271,270,-1,733,732,132,-1,733,132,131,-1,734,733,261,-1,734,261,260,-1,735,734,22,-1,735,22,21,-1,736,739,405,-1,736,405,404,-1,737,736,98,-1,737,98,97,-1,738,737,399,-1,738,399,402,-1,739,738,72,-1,739,72,75,-1,740,741,402,-1,740,402,401,-1,740,80,73,-1,741,73,72,-1,742,745,406,-1,742,406,405,-1,743,742,75,-1,743,75,74,-1,744,743,78,-1,744,78,227,-1,745,744,69,-1,745,69,68,-1,746,749,227,-1,746,227,226,-1,747,746,112,-1,747,112,111,-1,748,747,229,-1,748,229,228,-1,749,748,70,-1,749,70,69,-1,750,753,410,-1,750,410,409,-1,751,750,71,-1,751,71,70,-1,752,751,228,-1,752,228,231,-1,753,752,65,-1,753,65,64,-1,754,757,231,-1,754,231,230,-1,755,754,196,-1,755,196,195,-1,756,755,241,-1,756,241,240,-1,757,756,66,-1,757,66,65,-1,758,761,414,-1,758,414,413,-1,759,758,67,-1,759,67,66,-1,760,759,240,-1,760,240,243,-1,761,760,61,-1,761,61,60,-1,762,765,243,-1,762,243,242,-1,763,762,120,-1,763,120,119,-1,764,763,245,-1,764,245,244,-1,765,764,62,-1,765,62,61,-1,766,769,418,-1,766,418,417,-1,767,766,63,-1,767,63,62,-1,768,767,244,-1,768,244,247,-1,769,768,57,-1,769,57,56,-1,770,773,247,-1,770,247,246,-1,771,770,124,-1,771,124,123,-1,772,771,253,-1,772,253,252,-1,773,772,58,-1,773,58,57,-1,774,777,422,-1,774,422,421,-1,775,774,59,-1,775,59,58,-1,776,775,252,-1,776,252,255,-1,777,776,25,-1,777,25,24,-1,778,781,255,-1,778,255,254,-1,779,778,128,-1,779,128,127,-1,780,779,269,-1,780,269,268,-1,781,780,26,-1,781,26,25,-1,782,785,426,-1,782,426,425,-1,783,782,27,-1,783,27,26,-1,784,783,268,-1,784,268,271,-1,785,784,21,-1,785,21,20,-1,786,789,430,-1,786,430,429,-1,787,786,23,-1,787,23,22,-1,788,787,260,-1,788,260,263,-1,789,788,17,-1,789,17,16,-1,790,793,263,-1,790,263,262,-1,791,790,136,-1,791,136,135,-1,792,791,277,-1,792,277,276,-1,793,792,18,-1,793,18,17,-1,794,797,390,-1};
			return value;
		}
		private int[] getIndexedFaceSet_11_38_coordIndex_7()
		{
			int[] value = {794,390,389,-1,795,794,19,-1,795,19,18,-1,796,795,276,-1,796,276,279,-1,797,796,13,-1,797,13,12,-1,798,801,389,-1,798,389,388,-1,799,798,46,-1,799,46,45,-1,800,799,427,-1,800,427,430,-1,801,800,16,-1,801,16,19,-1,802,805,397,-1,802,397,396,-1,803,802,47,-1,803,47,46,-1,804,803,388,-1,804,388,387,-1,805,804,41,-1,805,41,40,-1,806,809,429,-1,806,429,428,-1,807,806,50,-1,807,50,49,-1,808,807,423,-1,808,423,426,-1,809,808,20,-1,809,20,23,-1,810,813,433,-1,810,433,432,-1,811,810,51,-1,811,51,50,-1,812,811,428,-1,812,428,427,-1,813,812,45,-1,813,45,44,-1,814,817,434,-1,814,434,433,-1,815,814,44,-1,815,44,47,-1,816,815,396,-1,816,396,395,-1,818,821,438,-1,818,438,437,-1,819,818,48,-1,819,48,51,-1,820,819,432,-1,820,432,431,-1,822,825,440,-1,822,440,439,-1,823,822,52,-1,823,52,55,-1,824,823,436,-1,824,436,435,-1,826,829,425,-1,826,425,424,-1,827,826,54,-1,827,54,53,-1,828,827,419,-1,828,419,422,-1,829,828,24,-1,829,24,27,-1,830,833,437,-1,830,437,436,-1,831,830,55,-1,831,55,54,-1,832,831,424,-1,832,424,423,-1,833,832,49,-1,833,49,48,-1,834,837,421,-1,834,421,420,-1,835,834,85,-1,835,85,84,-1,836,835,415,-1,836,415,418,-1,837,836,56,-1,837,56,59,-1,838,841,439,-1,838,439,441,-1,839,838,86,-1,839,86,85,-1,840,839,420,-1,840,420,419,-1,841,840,53,-1,841,53,52,-1,842,845,417,-1,842,417,416,-1,843,842,89,-1,843,89,88,-1,844,843,411,-1,844,411,414,-1,845,844,60,-1,845,60,63,-1,846,83,89,-1,847,846,416,-1,847,416,415,-1,847,84,83,-1,848,851,413,-1,848,413,412,-1,849,848,92,-1,849,92,91,-1,850,849,407,-1,850,407,410,-1,851,850,64,-1,851,64,67,-1,852,87,92,-1,853,852,412,-1,853,412,411,-1,853,88,87,-1,854,93,98,-1,855,854,404,-1,855,404,403,-1,855,94,93,-1,856,859,409,-1,856,409,408,-1,857,856,95,-1,857,95,94,-1,858,857,403,-1,858,403,406,-1,859,858,68,-1,859,68,71,-1,860,90,95,-1,861,860,408,-1,861,408,407,-1,861,91,90,-1,862,863,401,-1,862,401,400,-1,862,99,81,-1,863,81,80,-1,864,96,99,-1,865,864,400,-1,865,400,399,-1,865,97,96,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_12_38_point_1()
		{
			double[] value = {5266.21338,-814.91077,1.41784,5266.2124,-824.98407,-27.24767,5465.19287,-820.2005,-27.24767,5465.19434,-813.50708,-12.88359,4512.50488,-822.77777,42.87926,4512.50391,-836.23083,-3.34931,4694.59912,-832.57434,-3.34931,4694.6001,-822.50104,25.3162,4014.88599,-824.2113,72.73655,4014.8855,-841.04449,16.97369,4104.67578,-839.28485,16.97369,4104.67627,-825.83179,63.20232,3562.65039,-818.96295,105.02445,3562.64648,-837.45288,34.89746,3689.6687,-838.43414,34.89746,3689.66919,-821.60107,90.66032,3069.37061,-819.46137,152.02147,3069.36401,-839.67432,61.1951,3190.46509,-837.1831,61.1951,3190.46924,-818.69305,131.32204,2520.73706,-820.3183,201.02565,2520.73169,-838.87451,91.06805,2667.52417,-840.66931,91.06805,2667.53101,-820.45642,181.89439,1817.95606,-817.13922,251.59799,1817.95447,-839.00903,120.941,2010.98804,-837.38123,120.941,2010.99377,-818.82507,230.89859,5266.24268,-559.51801,60.34829,5266.23242,-657.0661,44.41606,5465.21289,-655.66254,30.11464,5465.22461,-559.51801,28.48379,4512.52344,-560.77826,161.1637,4512.51807,-658.60303,132.49818,4694.61377,-658.32636,114.93512,4694.62451,-560.77826,130.86728,4014.89917,-559.77045,232.09042,4014.89429,-655.97485,197.02693,4104.68506,-657.59522,187.49262,4104.69043,-559.77045,216.15814,3562.69775,-556.57654,292.58902,3562.67481,-650.1427,254.38927,3689.69385,-652.78082,240.02513,3689.69849,-556.57654,275.08862,3069.4541,-555.17407,379.43228,3069.42065,-649.50867,334.83456,3190.51904,-648.74036,314.13519,3190.54199,-555.17407,352.33496,2520.823,-555.64679,460.25391,2520.79297,-649.84314,417.28702,2667.58691,-649.98126,398.15591,2667.62012,-555.64679,442.7536,1817.9978,-554.27881,533.98761,1817.98999,-646.78949,494.15698,2011.02722,-648.47534,473.45767,2011.05701,-554.27881,516.42456,677.71301,-815.24249,317.28714,677.71082,-840.49219,157.96464,1017.987,-838.86755,157.96464,1017.98871,-816.9978,288.62164,-230.14737,-816.72949,338.78622,-230.14987,-840.2561,179.46378,-71.17103,-840.82825,179.46378,-71.16894,-815.57861,338.78622,-1134.849,-810.58392,330.44379,-1134.8501,-834.17664,175.88849,-868.35754,-836.76221,175.88849,-868.35516,-813.23566,335.21088,-2800.29663,-782.5769,304.5852,-2800.29834,-827.97315,162.76312,-2294.01489,-822.34235,162.76312,-2294.01367,-798.74951,317.31848,-4286.70068,-746.10498,183.47345,-4586.05127,-765.35266,10.48169,-4129.86035,-819.93964,-20.63326,-4030.11768,-760.04047,202.60467,-4586.05127,-886.49805,-33.92791,-3901.79932,-887.60693,-50.99005,-3901.79932,-860.68701,-41.12175,-4898.02002,-713.82111,-59.5199,-5244.2666,-599.02954,167.65109,-6306.68018,-407.10022,329.12656,-6310.10059,-407.10022,-59.5199,167.33595,-407.10022,654.29492,564.31281,-584.41919,600.31952,904.5885,-586.17444,571.65399,847.90936,-463.11945,622.63886,-468.56903,-407.10022,654.29492,-230.12274,-577.19,620.28387,-71.14429,-576.039,620.28387,-1534.5708,-407.10022,654.29492,-1134.82996,-573.95459,613.66284,-868.33606,-576.6062,618.42999,-3559.71216,-407.10022,641.49884,-2800.28857,-550.46118,590.56934,-2294.00537,-566.63397,603.30261,-4586.05029,-407.10022,590.56592,-4201.1748,-524.81714,541.34387,-3944.5918,-538.75262,560.47516,-5136.65283,-499.41943,449.54926};
			return value;
		}
		private double[] getCoordinate_12_38_point_2()
		{
			double[] value = {-6312.03955,-407.10022,-206.8417,-5211.02881,-617.3465,-207.24999,-4586.05127,-772.24506,-90.72202,-4030.11841,-797.51904,-218.56488,-4129.86035,-823.76843,-76.85304,-4286.70068,-768.47357,-218.56488,-4201.17578,-537.3772,-547.11554,-3944.59106,-537.3772,-563.04779,-3944.59375,-633.98566,-494.55173,-4201.17578,-604.94031,-494.55173,-2294.0144,-822.30939,-355.45822,-2294.01538,-842.52228,-223.23311,-2800.29858,-848.15314,-223.23311,-2800.2981,-826.28345,-309.29233,-2800.29199,-652.78937,-539.90222,-2800.29004,-556.18091,-608.39825,-2294.00464,-556.18091,-606.76739,-2294.00879,-648.81525,-586.06805,-71.16985,-825.27081,-386.16226,-71.17168,-847.14075,-255.50536,-230.1505,-846.56842,-255.50536,-230.14851,-828.07855,-386.16226,1017.98938,-807.70306,-377.81982,1017.98724,-836.33258,-251.92996,677.71106,-837.95721,-251.92996,677.71289,-816.0874,-382.58698,2010.99377,-813.75525,-332.42233,2010.98865,-832.31152,-230.43088,1817.95496,-833.93921,-230.43088,1817.95715,-805.30969,-356.32071,2667.53101,-820.45642,-283.76306,2667.52441,-840.66931,-199.33475,2520.73169,-838.87451,-199.33475,2520.73706,-820.3183,-301.32623,3190.46802,-824.60791,-234.36688,3190.46484,-839.71796,-170.63788,3069.36377,-842.20929,-170.63788,3069.36987,-821.99634,-255.06624,3689.6687,-829.935,-196.55917,3689.66821,-843.45435,-145.56345,3562.64551,-842.47296,-145.56345,3562.64893,-827.36292,-209.29245,4104.67578,-834.23157,-161.87204,4104.67529,-844.30499,-125.2404,4014.88501,-846.06445,-125.2404,4014.8855,-832.54523,-176.23612,4694.6001,-827.93536,-128.81577,4694.59912,-836.35181,-104.9174,4512.50391,-840.00818,-104.9174,4512.50391,-829.93488,-141.54898,5465.19531,-808.83496,-102.58082,5465.19287,-818.90826,-88.21676,5266.21338,-823.69183,-88.21676,5266.21484,-815.27551,-112.11511,-868.33252,-556.4317,-638.99255,-868.34308,-653.37457,-616.7251,-1134.83679,-649.0661,-618.29327,-1134.83276,-556.4317,-638.99255,-71.14448,-557.55719,-640.67047,-71.15276,-651.69244,-616.77216,-230.13149,-654.50012,-616.77216,-230.12088,-557.55719,-639.03967,1018.01062,-549.16315,-629.97589,1018.00372,-634.914,-606.07751,677.72711,-643.2984,-610.84454,677.73547,-549.16315,-634.74304,2011.05383,-549.20898,-579.76422,2011.02588,-643.40552,-546.33154,1817.98889,-634.9599,-570.22992,1817.99573,-549.20898,-594.12836,2667.61523,-555.64679,-501.67102,2667.58423,-649.98126,-471.37466,2520.79028,-649.84314,-488.93774,2520.81812,-555.64679,-522.37042,3190.5376,-557.70904,-421.22577,3190.51538,-654.65509,-390.92944,3069.41748,-652.04352,-411.62881,3069.44849,-557.70904,-441.9252,3689.6958,-561.59674,-352.74536,3689.69165,-661.11487,-325.64804,3562.67163,-658.54279,-338.38126,3562.69409,-561.59674,-368.67761,4104.68897,-564.79053,-292.5917,4104.68408,-665.99512,-267.06247,4014.8938,-664.30866,-281.42654,4014.89795,-564.79053,-308.52399,4694.62207,-564.55573,-207.30081,4694.61279,-663.7608,-199.33475,4512.51709,-665.76031,-212.06798,4512.52246,-564.55573,-237.59724,5266.24072,-558.22577,-145.1557,5465.22314,-558.22577,-114.85934,5465.21191,-650.99048,-127.65534,5266.23145,-657.43085,-137.18956,-3901.79932,-862.21851,-63.6104,-868.35815,-843.07465,-256.68143,-1134.85059,-840.48907,-256.68143,-1134.84973,-820.27625,-388.90652,-868.35614,-824.58472,-387.33838,5763.69141,-589.29681,-54.38892};
			return value;
		}
		private double[] getCoordinate_12_38_point_3()
		{
			double[] value = {5763.69287,-589.29681,-40.08755,5763.68018,-685.44134,-38.4567,5763.6792,-692.13483,-52.82084,5763.68018,-682.06146,-67.18491,-5018.15381,-549.37463,-453.12158,-5450.25684,-481.81162,-449.92261,-5018.15381,-481.81162,-505.68543,-4754.23242,-622.96826,-404.11099,-4481.90527,-641.49017,-417.92099,-4481.90674,-697.13495,-332.88336,-4819.33301,-644.48596,-331.30573,-5975.30225,-425.30423,-399.67691,-6324.8457,-407.10022,-329.35178,-6336.68652,-407.10022,-378.22665,-4499.53174,-407.10022,-615.13574,-4499.53272,-453.89819,-576.03351,-4771.85889,-435.37634,-562.22351,-4907.46924,-407.10022,-577.21753,-3625.58667,-721.05444,-431.36826,-3244.15283,-727.32239,-446.48505,-3244.15503,-785.15375,-369.61511,-3625.58765,-776.69934,-346.33063,-3625.57935,-407.10022,-664.44342,-3244.14404,-407.10022,-667.3706,-3244.14648,-466.4397,-640.45795,-3625.58057,-460.17181,-625.34106,-3383.35815,-862.18109,-109.06323,-3383.35791,-855.45441,19.60221,-1847.67956,-840.95422,22.64248,-1847.67993,-847.68091,-106.02291,-1461.2915,-847.00311,-117.17238,-1461.29138,-844.89899,27.01763,-1847.67468,-722.90619,-553.89001,-1461.28406,-722.98975,-564.63165,-1461.28845,-780.05975,-488.16949,-1847.67664,-780.73755,-477.01999,-628.73828,-788.91327,-490.41184,-628.73389,-731.84314,-566.87402,-415.99674,-732.21838,-566.88977,-416.00241,-790.07776,-490.01987,-628.74438,-851.46918,25.72,-628.74457,-853.5733,-118.47002,-416.0087,-854.73798,-118.07797,-416.00851,-852.63379,26.91176,133.13081,-853.5672,25.81406,133.13062,-855.67139,-119.17567,382.75824,-852.61011,-117.98383,382.75812,-853.45514,18.6477,133.14255,-725.52307,-566.00372,382.7692,-722.72504,-564.02789,382.7645,-780.32147,-487.94208,133.13687,-783.38251,-489.13385,1321.45203,-849.22504,15.8603,1321.45215,-848.38,-120.77123,1588.10803,-847.58221,-113.60487,1588.10779,-849.27216,3.51913,1321.46533,-704.2959,-548.92291,1588.12708,-704.31128,-536.97369,1588.11633,-761.09454,-465.67059,1321.46045,-761.89233,-472.83704,2807.89087,-851.30463,-7.62639,2807.89087,-851.30463,-104.42735,2941.8374,-851.81793,-94.8617,2941.8374,-850.9729,-17.58403,2807.93018,-725.89575,-408.02206,2941.87451,-726.58325,-388.10672,2941.85889,-783.23407,-335.91922,2807.91235,-782.72082,-345.48483,2192.46045,-846.50024,2.3273,2192.46118,-844.8103,-114.79665,2362.37524,-846.99805,-104.43129,2362.37524,-846.99805,-7.63033,2192.48926,-722.09015,-477.02389,2362.41064,-724.23608,-457.89261,2362.39282,-781.0611,-395.35544,2192.47852,-778.87341,-405.7208,3313.04321,-846.28766,-17.78402,3313.04297,-847.13257,-95.06164,3437.10352,-848.05096,-86.70351,3437.10352,-846.3775,-26.54988,3313.07105,-732.66009,-332.8692,3437.12329,-733.95605,-315.35318,3437.11572,-790.22937,-272.32361,3313.05542,-789.3111,-280.68173,3807.38159,-849.02741,-26.45188,3807.38159,-850.70074,-86.60551,3915.78711,-851.57068,-79.83114,3915.7876,-849.89746,-32.42647,3807.39258,-740.13721,-278.03943,3915.79346,-741.20166,-263.29892,3915.79077,-797.28052,-228.23546,3807.38477,-796.41052,-235.00978,4217.5415,-846.20074,-32.22654,4217.5415,-847.87415,-79.63121,4353.48438,-846.44183,-72.8569,4353.48438,-845.18274,-39.00084,4217.54688,-744.68073,-222.91557,4353.49072,-744.60254,-204.58409,4353.48682,-799.32739,-181.07776,4217.54395,-800.75958,-187.85205};
			return value;
		}
		private double[] getCoordinate_12_38_point_4()
		{
			double[] value = {4880.91553,-835.56976,-39.60064,4880.91553,-836.82886,-73.4567,5071.45361,-832.60895,-67.88982,5071.45361,-833.03961,-47.56678,4880.92383,-738.64343,-166.2706,5071.46289,-736.53345,-145.55557,5071.45801,-789.14832,-137.19743,4880.91992,-793.36829,-142.7643,-1847.66296,-467.80499,-643.43781,-1847.66003,-407.10022,-670.3504,-1461.26611,-407.10022,-666.53125,-1461.27222,-467.88855,-654.1795,-628.70038,-407.10022,-668.46442,-415.96143,-407.10022,-669.25885,-415.9693,-468.15213,-656.12842,-628.70654,-467.77698,-656.11267,133.17328,-407.10022,-671.96783,382.79843,-407.10022,-670.92249,382.79202,-464.64221,-656.86151,133.16531,-467.44025,-658.83734,1321.49451,-407.10022,-655.91803,1588.16431,-407.10022,-649.00769,1588.14978,-462.14801,-629.90784,1321.48816,-462.13278,-641.85706,2192.5769,-407.10022,-607.46008,2362.51123,-407.10022,-594.17273,2362.48389,-460.96515,-569.22894,2192.5625,-458.81928,-588.36011,2808.04053,-407.10022,-534.85022,2941.98169,-407.10022,-515.48889,2941.95776,-463.53744,-489.991,2808.01343,-462.84998,-509.90631,4217.56689,-407.10022,-326.26343,4353.51367,-407.10022,-305.53272,4353.50684,-470.33353,-282.43408,4217.5625,-470.41174,-300.76556,3807.42017,-407.10022,-391.00388,3915.81323,-407.10022,-375.46368,3915.80859,-470.16516,-349.96582,3807.40771,-469.10055,-364.7063,3313.15479,-407.10022,-455.71298,3437.19531,-407.10022,-438.9967,3437.18286,-468.51044,-412.6991,3313.13086,-467.21457,-430.21515,4880.95654,-407.10022,-223.02138,5071.49853,-407.10022,-195.1243,5071.48926,-467.67651,-179.20775,4880.9502,-469.78647,-199.92281,5597.85889,-716.7533,-114.59069,5697.34766,-727.11029,-94.43388,5597.85254,-769.36816,-106.2325,5751.87061,-407.10022,-95.35675,5766.23926,-407.10022,-71.89745,5733.94727,-466.88831,-73.49068,5634.4585,-456.53134,-93.6475,5634.4668,-407.10022,-109.56405,5597.84766,-807.62744,-47.62088,5597.84766,-807.19659,-67.94392,5697.34228,-764.93884,-56.14525,5634.47949,-407.10022,29.89221,5634.46875,-457.04822,11.57639,5733.9585,-466.97449,-11.28071,5766.25098,-407.10022,-9.68747,5751.92578,-407.10022,14.62906,3915.79394,-731.22754,170.22362,3807.39404,-730.16296,184.55633,3807.38574,-786.43628,134.76805,3915.79126,-787.30652,128.79347,4353.4917,-735.11774,121.47026,4217.54785,-734.78174,139.80177,4217.54443,-790.8606,98.3717,4353.48779,-789.84259,91.59733,5071.46436,-733.23614,48.69316,4880.9248,-733.65613,72.19952,4880.9209,-788.38104,42.32651,5071.45801,-785.85101,34.36044,5697.34668,-734.15717,-15.86514,5597.85791,-724.23102,6.99196,5597.85156,-776.84589,-7.34077,4880.95947,-407.10022,150.05733,4880.95215,-468.32019,125.76691,5071.49121,-467.90008,102.26062,5071.50147,-407.10022,120.57643,4217.56787,-407.10022,254.3932,4217.56348,-468.00528,227.70357,4353.5083,-468.34116,209.37209,4353.51465,-407.10022,233.66251,3437.12622,-724.26373,225.53166,3313.07422,-723.7962,245.44696,3313.05786,-780.44721,184.50931,3437.11816,-780.53705,175.74338,3811.55322,-407.10022,321.59949,3808.23633,-464.6817,291.6481,3916.63623,-465.74634,277.3154,3916.64087,-407.10022,304.005,3313.98755,-407.10022,393.3573,3313.96216,-463.83121,364.28412,3438.01416,-464.29868,344.36881,3441.33106,-407.10022,374.32016,-4488.8042,-596.42395,436.06949};
			return value;
		}
		private double[] getCoordinate_12_38_point_5()
		{
			double[] value = {-4789.15967,-586.21509,407.80334,-4825.79932,-617.10638,318.50473,-4488.80518,-665.17535,329.31097,-3244.15088,-647.04315,503.42071,-3625.5852,-642.02515,492.79919,-3625.58618,-710.77643,386.04062,-3244.15332,-718.40247,410.21606,-1461.28137,-687.45752,543.65906,-1847.67285,-684.32001,539.67596,-1847.67541,-755.67957,446.47131,-1461.28723,-759.62427,450.84641,-415.99255,-695.13531,556.57398,-628.73016,-694.88525,555.77954,-628.73596,-767.052,462.96686,-416.00009,-768.21668,464.15857,382.77234,-693.28503,545.98779,133.14607,-693.18439,553.42078,133.13857,-766.26563,461.00534,382.76593,-766.15344,453.83893,1588.12708,-716.97015,452.3754,1321.46631,-700.83765,476.01242,1321.45984,-773.70618,383.86362,1588.11585,-773.75336,371.5224,2362.41211,-725.08099,376.08823,2192.49023,-724.62512,394.8118,2192.47876,-781.40839,313.9588,2362.39331,-781.90601,304.00107,2941.87622,-725.3158,301.7822,2807.93164,-725.47327,322.88928,2807.91284,-782.29828,250.80217,2941.85938,-781.96668,240.84453,2808.04907,-407.10022,488.46069,2808.02051,-465.82013,459.7796,2941.96484,-465.66254,438.67252,2941.99048,-407.10022,467.74576,2135.04712,-407.10022,565.81165,2181.06104,-460.88531,534.08301,2350.98315,-461.34131,515.35944,2351.01147,-407.10022,544.04071,1581.52222,-468.55258,586.30023,1485.00342,-407.10022,620.00433,1258.17444,-421.87585,621.09143,-5610.38428,-492.82129,-394.94476,-5178.28174,-560.38434,-398.14368,-5243.38281,-581.90192,-325.33856,-5897.72607,-470.30023,-320.05615,-5200.34863,-429.29245,-517.26373,-5632.45166,-429.29245,-461.50088,-5937.55029,-407.10022,-459.90997,-5335.95898,-407.10022,-532.25775,-4484.70801,-730.11621,-259.77069,-4822.13428,-677.4671,-258.19309,-4737.95654,-569.89606,-469.85358,-4737.95654,-502.33304,-522.41742,-4465.62988,-520.85498,-536.22748,-4465.63037,-588.41797,-483.66361,-4201.17676,-673.80566,-421.76791,-3944.59448,-702.8512,-421.76791,-3944.59546,-758.49597,-336.73026,-4201.17773,-729.45044,-336.73026,-4201.17383,-407.10022,-636.034,-3944.58911,-407.10022,-651.96631,-3944.59009,-458.75778,-612.86395,-4201.1748,-458.75778,-596.9317,-3254.84277,-825.07581,-279.58691,-3254.84351,-846.94531,-193.52769,-3679.0227,-840.96393,-144.15649,-3636.27539,-816.6214,-256.3024,-1461.29053,-818.89154,-383.72385,-1461.29126,-839.10437,-251.49876,-1847.67944,-839.78217,-240.3493,-1847.67859,-819.56934,-372.57437,-628.74371,-845.38049,-256.09338,-628.7417,-826.89056,-386.75037,-416.00589,-828.05524,-386.35831,-416.00781,-846.54511,-255.70136,382.76099,-820.1203,-384.37469,382.75916,-841.99005,-253.71767,133.13153,-845.05121,-254.90945,133.13335,-823.1814,-385.56644,1588.11145,-804.00421,-365.87845,1588.10925,-832.63373,-239.98866,1321.45325,-833.43152,-247.15503,1321.45557,-804.802,-373.04486,2941.84717,-821.70953,-265.02387,2941.84058,-841.92261,-180.59552,2807.89404,-841.40924,-190.16115,2807.90088,-821.19629,-274.58954,2362.38306,-818.74127,-310.89963,2362.37769,-837.29736,-208.90819,2192.46362,-835.1098,-219.27354,2192.46899,-816.55359,-321.26502,3437.10815,-826.01556,-216.6548,3437.10498,-841.12555,-152.92584,3313.04468,-840.20715,-161.28398,3313.0481,-825.09711,-225.01298,3915.7876,-832.12842,-183.21436,3915.78711,-845.64777,-132.21863,3807.38159,-844.77771,-138.99293,3807.38208,-831.2583,-189.98865};
			return value;
		}
		private double[] getCoordinate_12_38_point_6()
		{
			double[] value = {4353.48535,-832.06494,-148.11949,4353.48438,-842.13837,-111.48785,4217.5415,-843.57056,-118.26222,4217.54248,-833.49725,-154.8938,5071.45459,-820.19147,-117.28211,5071.45459,-828.60779,-93.38375,4880.9165,-832.82788,-98.95061,4880.9165,-824.41138,-122.84898,-2800.29468,-729.01581,-479.16834,-2294.01123,-725.04169,-525.33417,-2294.01294,-782.87305,-448.46426,-2800.29663,-786.84717,-402.29837,-3244.14893,-554.0404,-589.70612,-3244.15137,-650.64905,-521.21002,-3625.58496,-644.3811,-506.09317,-3625.58276,-547.77258,-574.58929,-2800.28418,-407.10022,-671.06622,-2293.99878,-407.10022,-669.4353,-2294.00171,-467.85373,-642.5227,-2800.28687,-467.85373,-644.15356,-868.35327,-786.37408,-491.29001,-1134.8468,-782.06549,-492.85815,-1134.84253,-724.99542,-569.32037,-868.34894,-729.30389,-567.75226,-1461.27649,-555.31268,-634.01373,-1461.28052,-647.94721,-613.31433,-1847.67114,-647.86365,-602.57269,-1847.66724,-555.22913,-623.27197,-1134.8197,-407.10022,-668.26184,-868.31946,-407.10022,-668.26184,-868.32574,-467.83978,-655.91009,-1134.82593,-467.83978,-655.91009,-230.10425,-407.10022,-670.27692,-71.12791,-407.10022,-671.90784,-71.1358,-468.08942,-658.77728,-230.11221,-468.08942,-657.14642,-230.13908,-731.1994,-566.79571,-71.16033,-728.39172,-566.79571,-71.16607,-786.25122,-489.92572,-230.14476,-789.0589,-489.92572,-415.97821,-558.07153,-638.62402,-415.98886,-655.01453,-616.35651,-628.72607,-654.63922,-616.34082,-628.71545,-557.69629,-638.60834,677.72113,-717.06805,-560.85248,1017.99756,-708.68372,-556.08533,1017.99274,-766.28015,-479.99945,677.71631,-774.66449,-484.7666,382.78421,-552.6582,-638.1145,382.77597,-646.79346,-614.216,133.14926,-649.59149,-616.1919,133.15762,-555.45624,-640.09027,677.7489,-407.10022,-667.78357,1018.02405,-407.10022,-663.01654,1018.01764,-463.99307,-648.95557,677.74249,-463.99307,-653.72266,1818.02625,-407.10022,-637.11084,2011.08411,-407.10022,-622.74664,2011.0697,-460.28775,-603.64691,1818.01184,-460.28775,-618.01093,1817.97485,-708.33844,-520.24554,2011.01184,-716.78406,-496.34723,2011.0011,-773.56732,-425.0441,1817.96411,-765.1217,-448.94257,1588.14136,-547.08997,-609.66852,1588.1344,-632.84088,-585.77008,1321.47266,-632.82562,-597.71936,1321.47949,-547.07471,-621.6178,2520.76636,-725.38849,-441.73691,2667.5603,-725.52655,-424.17374,2667.54272,-782.35162,-361.6366,2520.74878,-782.2135,-379.19974,2362.45947,-554.53931,-541.50165,2362.4314,-648.73578,-508.06897,2192.51025,-646.58984,-527.20026,2192.53809,-552.39337,-560.63293,2520.87378,-407.10022,-575.71844,2667.67065,-407.10022,-555.01904,2667.64356,-459.49676,-530.0752,2520.84644,-459.49676,-550.7746,3069.4978,-407.10022,-495.32013,3190.58691,-407.10022,-474.62076,3190.56299,-466.89059,-449.12286,3069.47388,-466.89059,-469.82223,3069.396,-728.18921,-370.38681,3190.49414,-730.80084,-349.68747,3190.47852,-787.45166,-297.49997,3069.38037,-784.84009,-318.19934,2941.92969,-556.7124,-462.23239,2941.89868,-651.047,-431.9361,2807.9541,-650.35956,-451.85141,2807.98511,-556.02508,-482.14774,3562.71924,-407.10022,-422.47244,3689.72095,-407.10022,-406.54019,3689.70898,-468.83438,-380.24258,3562.70679,-468.83438,-396.1748,3562.66113,-735.79553,-302.51804,3689.68115,-738.36755,-289.78476,3689.67334,-794.64087,-246.75511,3562.65356,-792.06897,-259.4884};
			return value;
		}
		private double[] getCoordinate_12_38_point_7()
		{
			double[] value = {3437.16235,-560.30579,-384.60202,3437.13989,-657.25183,-354.30566,3313.08814,-655.95599,-371.82172,3313.11011,-559.00983,-402.11807,4014.90747,-407.10022,-359.92737,4104.69873,-407.10022,-343.99515,4104.69434,-470.43127,-318.49728,4014.90283,-470.43127,-334.42957,4014.89014,-742.52863,-250.73822,4104.68018,-744.21509,-236.37407,4104.67773,-800.29401,-201.31055,4014.88696,-798.60754,-215.6747,3915.80225,-563.83667,-323.46829,3915.7981,-663.35461,-296.37094,3807.39722,-662.29004,-311.11139,3807.40137,-562.77191,-338.20874,4512.53613,-407.10022,-280.61896,4694.63574,-407.10022,-250.32259,4694.62939,-470.31393,-227.22404,4512.52978,-470.31393,-257.52039,4512.51123,-743.2251,-191.94098,4694.60645,-741.22559,-179.20775,4694.60254,-795.95062,-155.70138,4512.50684,-797.94995,-168.43468,4353.50147,-565.09479,-257.52039,4353.49561,-666.29932,-231.99117,4217.55127,-666.37756,-250.32259,4217.55713,-565.17297,-275.8519,5071.48096,-560.89093,-165.4709,5071.47168,-660.09601,-157.50476,4880.93115,-662.20599,-178.21979,4880.94043,-563.00092,-186.18593,5266.22314,-731.73077,-134.21797,5465.20361,-725.2904,-124.68369,5465.19824,-777.90515,-116.32557,5266.21777,-784.34564,-125.85979,5465.23291,-467.14905,-121.61018,5266.25098,-467.14905,-151.90654,5266.26074,-407.10022,-167.82307,5465.24219,-407.10022,-137.52672,5713.94775,-572.15118,-74.66647,5713.9375,-664.91589,-87.46247,5614.44775,-654.5589,-107.61928,5614.45898,-561.79425,-94.8233,5713.92773,-742.64221,-82.49933,5713.92578,-752.71564,-68.13519,5614.43066,-794.97339,-79.93388,5614.43213,-784.90008,-94.29794,5779.84619,-478.86685,-35.94141,5779.84522,-478.86685,-50.24277,5812.13721,-407.10022,-48.64955,5812.13818,-407.10022,-34.34818,4014.88501,-851.12598,-79.63121,4104.6748,-849.36639,-79.63121,4104.67529,-847.69318,-32.22654,4014.88501,-849.45264,-32.22654,3562.64502,-848.7937,-86.80544,3689.66772,-849.77502,-86.80544,3689.66772,-848.10168,-26.65181,3562.64502,-847.12036,-26.65181,3807.38257,-822.94104,84.08207,3807.38208,-839.77411,28.31914,3915.7876,-840.64417,22.34456,3915.78809,-823.8111,78.10742,4217.54248,-825.28802,57.4316,4217.54199,-838.74109,11.20297,4353.48438,-837.72315,4.42864,4353.48584,-824.27008,50.65723,4512.50391,-844.00098,-72.85684,4694.59912,-840.34467,-72.85684,4694.59912,-839.08539,-39.00084,4512.50391,-842.74188,-39.00084,4880.91748,-820.25269,16.94233,4880.9165,-830.32599,-11.72317,5071.45361,-827.7959,-19.68925,5071.45459,-817.72253,8.97619,5266.2124,-828.52966,-68.48962,5465.19287,-823.74616,-68.48962,5465.19287,-824.17682,-48.16657,5266.2124,-828.96027,-48.16657,5713.92578,-754.62091,-43.60962,5713.92676,-747.92749,-29.24548,5614.43213,-790.61609,-20.72111,5614.43066,-797.30951,-35.08525,5465.20361,-730.39319,19.37297,5266.22412,-731.79675,33.67433,5266.21777,-784.41162,19.34161,5465.19824,-783.00806,5.04018,5713.93652,-670.20105,-15.71248,5713.94873,-574.05652,-17.34334,5614.45996,-564.13025,5.51376,5614.44775,-660.27478,7.14461,5266.25342,-467.79507,73.08157,5465.23584,-467.79507,41.21707,5465.24512,-407.10022,59.53289,5266.26367,-407.10022,91.3974,4512.53076,-468.4252,184.45831,4694.63184,-468.4252,154.16196,4694.6377,-407.10022,178.45232,4512.53809,-407.10022,208.74875};
			return value;
		}
		private double[] getCoordinate_12_38_point_8()
		{
			double[] value = {4694.60742,-734.53204,88.84914,4512.51221,-734.80878,106.41228,4512.50781,-789.53363,76.53934,4694.60352,-789.2569,58.9762,4880.94287,-560.49902,107.14929,4880.93213,-658.04712,91.21708,5071.47266,-657.62707,67.7107,5071.48291,-560.07898,83.64292,4104.68066,-734.14203,150.84537,4014.89014,-732.52136,160.37959,4014.88769,-788.60034,118.94952,4104.67773,-790.22082,109.41523,4217.55811,-560.34357,200.62584,4217.55273,-658.1684,171.96027,4353.49707,-658.50427,153.62883,4353.50244,-560.67944,182.29433,3689.68286,-728.36023,196.81523,3562.66382,-725.72211,211.17931,3562.65552,-781.99554,161.39104,3689.67456,-784.63367,147.02695,3807.40332,-557.76831,259.95612,3807.39917,-653.97272,224.89269,3915.79907,-655.03735,210.55991,3915.80322,-558.83301,245.62341,3694.68115,-407.10022,338.33148,3567.68042,-407.10022,355.83191,3564.36304,-462.50668,325.88049,3691.36377,-462.50668,308.38013,4014.90381,-467.92129,261.36752,4104.69531,-467.92129,245.4353,4104.69971,-407.10022,272.12491,4014.90845,-407.10022,288.05716,2520.72852,-848.56683,-104.32935,2667.52148,-850.36163,-104.32935,2667.52148,-850.36163,-7.5284,2520.72852,-848.56683,-7.5284,-3944.59326,-631.89642,474.53439,-4201.17627,-617.96106,455.40314,-4201.17725,-686.7124,348.64462,-3944.59424,-700.64783,367.77576,-4821.55713,-658.5672,225.42177,-4484.56397,-706.63611,236.22795,-3636.27441,-770.30804,255.5755,-3679.02246,-822.927,75.50028,-3254.84302,-823.33032,137.92882,-3254.84155,-777.93402,279.75098,-2800.29883,-855.31036,-104.32935,-2294.01563,-849.67957,-104.32935,-2294.01563,-842.95288,24.33611,-2800.29883,-848.5838,24.33611,-1847.6781,-803.35742,322.6893,-1847.67908,-826.9502,168.134,-1461.29077,-830.89496,172.50908,-1461.28979,-807.30225,327.06445,-1134.85132,-849.11273,-118.86594,-868.35876,-851.69812,-118.86594,-868.35852,-849.59399,25.32401,-1134.85095,-847.00855,25.32401,-628.74054,-815.12732,336.9986,-628.74304,-838.65381,177.67616,-416.0072,-839.81848,178.86793,-416.00458,-816.29199,338.19037,-230.15131,-855.60638,-117.68198,-71.17253,-856.17847,-117.68198,-71.17233,-854.07428,27.30769,-230.15112,-853.50226,27.30769,133.134,-815.37787,335.20303,133.13191,-840.62756,175.8806,382.75916,-840.5155,168.71426,382.76123,-815.26581,328.03668,677.71002,-851.00464,-119.47753,1017.98621,-849.38,-119.47753,1017.98608,-850.22504,17.15406,677.7099,-851.84967,17.15406,1321.45459,-817.05408,275.28461,1321.45288,-838.92383,144.6277,1588.10852,-838.97095,132.28647,1588.1106,-817.1012,262.94345,1817.95288,-846.58057,-114.89857,2010.98682,-844.95288,-114.89857,2010.98645,-846.64282,2.22537,1817.95264,-848.27063,2.22537,2192.46875,-819.08856,220.74497,2192.46314,-837.64465,110.78738,2362.37769,-838.14239,100.82967,2362.38306,-819.58618,210.78725,2807.90088,-820.7738,172.13278,2807.89404,-840.98669,81.3064,2941.84058,-840.65509,71.34879,2941.84741,-820.44214,162.1751,3069.36108,-850.61755,-94.95971,3190.46216,-848.12622,-94.95971,3190.46216,-847.28131,-17.68209,3069.36108,-849.77252,-17.68209,3313.04932,-817.92316,121.76427,3313.04517,-836.41309,51.63732,3437.10547,-836.50305,42.87147,3437.10962,-818.01318,112.99841,3190.49683,-724.04108,262.96695,3069.39819,-724.80939,283.66629};
			return value;
		}
		private double[] getCoordinate_12_38_point_9()
		{
			double[] value = {3069.38135,-781.4602,222.72864,3190.48022,-780.6919,202.02919,3313.11499,-555.21576,330.4281,3313.09204,-648.78204,292.22836,3437.14356,-649.24945,272.31305,3437.1665,-555.68323,310.51276,2667.56201,-725.52655,340.2211,2520.76807,-725.38849,359.3523,2520.74951,-782.2135,287.26517,2667.54321,-782.35162,268.13394,2807.99048,-555.60254,423.04211,2807.95728,-649.93701,378.44434,2941.90161,-649.77954,357.33728,2941.93506,-555.44495,401.93497,3069.48071,-465.62311,414.66824,3190.56934,-465.62311,387.57092,3190.59448,-407.10022,416.64404,3069.5061,-407.10022,443.74155,2520.85303,-465.8595,496.48566,2667.65015,-465.8595,478.98526,2667.67871,-407.10022,507.6665,2520.88159,-407.10022,525.16687,1782.37415,-464.36673,571.04511,1975.43335,-464.36673,553.48199,1929.41943,-407.10022,585.21063,1685.85535,-407.10022,604.74921,2011.01233,-723.54382,412.33176,1817.97485,-721.85797,433.03116,1817.96362,-778.64124,352.17813,2011.0011,-780.32703,331.47876,2192.54224,-554.92835,497.4971,2192.51245,-649.12469,454.53027,2362.43433,-649.58069,435.80673,2362.46436,-555.38422,478.77371,1017.99927,-695.9151,499.33972,677.72357,-694.15985,528.00513,677.71722,-767.02832,435.85635,1017.99286,-768.78363,407.19089,1250.62378,-491.4783,592.95136,1307.30286,-614.53332,541.96668,1573.9635,-630.66571,518.32965,1573.97156,-538.15503,558.16028,-71.15655,-693.76263,557.07056,-230.13498,-694.91364,557.07056,-230.1425,-767.99487,464.65518,-71.16405,-766.84399,464.65518,118.04508,-616.28046,609.30341,367.67142,-616.3811,601.87042,-868.34558,-693.20569,552.89935,-1134.83948,-690.55395,548.1322,-1134.84522,-762.72076,455.31955,-868.35138,-765.3725,460.08664,-619.76202,-617.83167,610.72174,-407.02441,-618.08173,611.51624,-3646.3916,-574.45447,558.35632,-3264.95752,-579.47247,568.9779,-2294.00928,-674.46313,531.21979,-2800.29248,-658.29053,518.48657,-2800.29517,-729.64996,425.28192,-2294.01196,-745.82257,438.01517,-1827.68677,-609.14539,597.20081,-1441.29529,-612.2829,601.1839,-5171.80762,-542.83856,393.992,-5208.44678,-573.7298,304.69336,-4772.70459,-535.9444,476.75351,-4472.34961,-546.1532,505.01962,1063.37988,-407.10022,643.00793,1290.20898,-407.10022,641.92078};
			return value;
		}

		/** Large attribute array: Coordinate point field, scene-graph level=12, element #20, 192 total numbers made up of 64 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_12_20_point()
		{
			MFVec3f Coordinate_12_20_point = new MFVec3f(new double[] {1189.33887,235.34805,523.79187,430.71304,235.34805,523.7926,353.19104,216.93329,523.79321,333.80322,198.51282,523.79358,314.4097,124.84805,523.79535,314.39243,42.29109,523.79712,333.75504,-31.37244,523.79883,353.13501,-49.79149,523.79919,430.64911,-68.20139,523.79932,1189.2605,-68.15294,523.79688,1266.78333,-49.73317,523.79633,1286.172,-31.31153,523.79596,1305.56909,42.35453,523.79474,1305.59033,124.84805,523.79346,1286.23144,198.51282,523.79236,1266.85217,216.93329,523.79205,-725.82031,246.78455,510.13745,-1277.17859,246.787,503.0889,-1354.70068,228.37245,502.19711,-1374.08838,209.95223,502.04858,-1393.48218,136.28752,502.19781,-1393.50464,30.78024,502.76642,-1374.14233,-42.88491,503.20117,-1354.76233,-61.30545,503.33841,-1277.24829,-79.72145,503.58914,-725.89386,-79.72938,504.66742,-648.37164,-61.31566,505.19849,-628.98358,-42.89563,505.616,-609.58905,30.76893,507.17209,-609.56519,136.28403,509.34665,-628.9267,209.9489,510.6171,-648.3064,228.36925,510.74893,-3716.12598,209.9489,505.1521,-3734.72974,228.36925,505.28394,-3809.14038,246.78455,504.67252,-4338.42432,246.787,497.62384,-4412.84277,228.37245,496.73209,-4431.4541,209.95223,496.58362,-4450.07178,136.28752,496.73282,-4450.09326,30.78024,497.30142,-4431.50635,-42.88491,497.73624,-4412.90234,-61.30545,497.87341,-4338.49121,-79.72145,498.12421,-3809.21094,-79.72938,499.20242,-3734.79248,-61.31566,499.73349,-3716.18066,-42.89563,500.15106,-3697.5625,30.76893,501.70709,-3697.53955,136.28403,503.88165,-3686.11084,136.28403,-515.50104,-3686.02466,30.76893,-513.32782,-3704.54614,-42.89563,-511.01953,-3723.11768,-61.31566,-509.84882,-3797.43433,-79.72938,-506.30524,-4326.12353,-79.72145,-483.79828,-4400.4458,-61.30545,-480.53494,-4419.02441,-42.88491,-479.64475,-4437.5708,30.78024,-478.45776,-4437.521,136.28752,-477.89069,-4418.91504,209.95223,-478.49542,-4400.32959,228.37245,-479.39722,-4326.03125,246.787,-483.30124,-3797.63794,246.78455,-511.77261,-3723.3335,228.36925,-515.39618,-3704.74219,209.9489,-516.0177});
			return Coordinate_12_20_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #26, 12624 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_11_26_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_26_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_10()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_11()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_12()))
				.append(new MFInt32(getIndexedFaceSet_11_26_coordIndex_13()));
			return IndexedFaceSet_11_26_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #26, 5298 total numbers made up of 1766 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_12_26_point()
		{
			MFVec3f Coordinate_12_26_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_26_point_1()))
				.append(new MFVec3f(getCoordinate_12_26_point_2()))
				.append(new MFVec3f(getCoordinate_12_26_point_3()))
				.append(new MFVec3f(getCoordinate_12_26_point_4()))
				.append(new MFVec3f(getCoordinate_12_26_point_5()))
				.append(new MFVec3f(getCoordinate_12_26_point_6()))
				.append(new MFVec3f(getCoordinate_12_26_point_7()))
				.append(new MFVec3f(getCoordinate_12_26_point_8()))
				.append(new MFVec3f(getCoordinate_12_26_point_9()))
				.append(new MFVec3f(getCoordinate_12_26_point_10()))
				.append(new MFVec3f(getCoordinate_12_26_point_11()))
				.append(new MFVec3f(getCoordinate_12_26_point_12()))
				.append(new MFVec3f(getCoordinate_12_26_point_13()))
				.append(new MFVec3f(getCoordinate_12_26_point_14()))
				.append(new MFVec3f(getCoordinate_12_26_point_15()))
				.append(new MFVec3f(getCoordinate_12_26_point_16()))
				.append(new MFVec3f(getCoordinate_12_26_point_17()))
				.append(new MFVec3f(getCoordinate_12_26_point_18()));
			return Coordinate_12_26_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #32, 9028 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_11_32_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_32_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_11_32_coordIndex_10()));
			return IndexedFaceSet_11_32_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #32, 3738 total numbers made up of 1246 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_12_32_point()
		{
			MFVec3f Coordinate_12_32_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_32_point_1()))
				.append(new MFVec3f(getCoordinate_12_32_point_2()))
				.append(new MFVec3f(getCoordinate_12_32_point_3()))
				.append(new MFVec3f(getCoordinate_12_32_point_4()))
				.append(new MFVec3f(getCoordinate_12_32_point_5()))
				.append(new MFVec3f(getCoordinate_12_32_point_6()))
				.append(new MFVec3f(getCoordinate_12_32_point_7()))
				.append(new MFVec3f(getCoordinate_12_32_point_8()))
				.append(new MFVec3f(getCoordinate_12_32_point_9()))
				.append(new MFVec3f(getCoordinate_12_32_point_10()))
				.append(new MFVec3f(getCoordinate_12_32_point_11()))
				.append(new MFVec3f(getCoordinate_12_32_point_12()))
				.append(new MFVec3f(getCoordinate_12_32_point_13()));
			return Coordinate_12_32_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=11, element #38, 6548 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_11_38_coordIndex()
		{
			MFInt32 IndexedFaceSet_11_38_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_11_38_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_11_38_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_11_38_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_11_38_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_11_38_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_11_38_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_11_38_coordIndex_7()));
			return IndexedFaceSet_11_38_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=12, element #38, 2604 total numbers made up of 868 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_12_38_point()
		{
			MFVec3f Coordinate_12_38_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_12_38_point_1()))
				.append(new MFVec3f(getCoordinate_12_38_point_2()))
				.append(new MFVec3f(getCoordinate_12_38_point_3()))
				.append(new MFVec3f(getCoordinate_12_38_point_4()))
				.append(new MFVec3f(getCoordinate_12_38_point_5()))
				.append(new MFVec3f(getCoordinate_12_38_point_6()))
				.append(new MFVec3f(getCoordinate_12_38_point_7()))
				.append(new MFVec3f(getCoordinate_12_38_point_8()))
				.append(new MFVec3f(getCoordinate_12_38_point_9()));
			return Coordinate_12_38_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 Carrier 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 Carrier().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.ShipsMilitary.CarrierNimitzUnitedStates.Carrier\" 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.ShipsMilitary.CarrierNimitzUnitedStates.Carrier self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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