package Savage.GroundVehicles.Cargo;

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.*;
import org.web3d.x3d.jsail.Texturing.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> Cargo Truck. </p>
 <p> Related links: Catalog page <a href="../../../../GroundVehicles/Cargo/CargoTruckLowDetailIndex.html" target="_blank">CargoTruckLowDetail</a>,  source <a href="../../../../GroundVehicles/Cargo/CargoTruckLowDetail.java">CargoTruckLowDetail.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="../../../../GroundVehicles/Cargo/CargoTruckLowDetail.x3d">CargoTruckLowDetail.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Cargo Truck </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 30 May 2007 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 7 April 2024 </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/GroundVehicles/Cargo/CargoTruckLowDetail.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/CargoTruckLowDetail.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> contributor </i> </td>
			<td> Yumetech, Inc. </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../GroundVehicles/Cargo/../../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>

 */

public class CargoTruckLowDetail
{
	/** Default constructor to create this object. */
	public CargoTruckLowDetail ()
	{
	  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("CargoTruckLowDetail.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Cargo Truck"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("30 May 2007"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("7 April 2024"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/CargoTruckLowDetail.x3d"))
    .addMeta(new meta().setName(meta.NAME_CONTRIBUTOR).setContent("Yumetech, Inc."))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("CargoTruckLowDetail.x3d"))
    .addChild(new NavigationInfo())
    .addChild(new Viewpoint("CargoTruckSideView").setDescription("Cargo Truck Side View").setOrientation(0.0,1.0,0.0,3.14159).setPosition(0.0,5.0,-18.5397))
    .addChild(new Viewpoint("CargoTruckRearView").setDescription("Cargo Truck Rear View").setOrientation(0.0,1.0,0.0,-1.5871).setPosition(-20.0,5.0,0.0))
    .addChild(new Viewpoint("CargoTruckFrontView").setDescription("Cargo Truck Front View").setOrientation(0.0,1.0,0.0,-4.70164).setPosition(20.0,5.0,0.0))
    .addChild(new Viewpoint("CargoTruckTopView").setDescription("Cargo Truck Top View").setOrientation(1.0,0.0,0.0,-1.5871).setPosition(0.0,20.0,0.0))
    .addChild(new Transform("CargoTruck").setRotation(0.0,1.0,0.0,-1.54663).setTranslation(-0.357523,0.0,0.436269)
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material("material0").setAmbientIntensity(0.498).setShininess(0.01))
          .setTexture(new ImageTexture().setUrl(new String[] {"textures/Low/CargoArea.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/textures/Low/CargoArea.jpg"})))
        .setGeometry(new IndexedFaceSet().setCreaseAngle(3.0).setCoordIndex(getIndexedFaceSet_5_18_coordIndex()).setTexCoordIndex(getIndexedFaceSet_5_18_texCoordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_18_point()))
          .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_6_19_point()))))
      .addChild(new Shape("Group15")
        .setAppearance(new Appearance()
          .setMaterial(new Material("material1").setAmbientIntensity(0.498).setDiffuseColor(0.49804,0.49804,0.49804).setShininess(0.01))
          .setTexture(new ImageTexture().setUrl(new String[] {"textures/Low/WheelSide.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/textures/Low/WheelSide.jpg"})))
        .setGeometry(new IndexedFaceSet().setCreaseAngle(3.0).setCoordIndex(getIndexedFaceSet_5_25_coordIndex()).setTexCoordIndex(getIndexedFaceSet_5_25_texCoordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_25_point()))
          .setTexCoord(new TextureCoordinate().setPoint(new MFVec2f(new double[] {1.018,4.5,1.052,4.676,1.055,4.31,1.115,4.499,1.137,4.815,1.143,4.64,1.145,4.348,1.16,4.152,1.21,4.752,1.229,4.221,1.241,4.498,1.26,4.594,1.261,4.396,1.295,4.936,1.303,4.053,1.305,4.669,1.318,4.31,1.319,4.498,1.332,4.565,1.333,4.425,1.337,4.848,1.343,4.142,1.364,4.618,1.373,4.365,1.391,4.734,1.395,4.256,1.425,4.664,1.428,4.327,1.455,4.483,1.464,4.487,1.465,4.528,1.471,4.522,1.485,4.456,1.488,4.465,1.499,4.542,1.5,4.534,1.505,4.311,1.505,4.682,1.505,4.009,1.505,4.107,1.505,4.233,1.505,4.76,1.505,4.886,1.505,4.983,1.523,4.47,1.525,4.524,1.528,4.463,1.53,4.531,1.536,4.496,1.544,4.495,1.582,4.665,1.585,4.329,1.614,4.736,1.618,4.258,1.636,4.628,1.645,4.375,1.666,4.851,1.673,4.145,1.676,4.567,1.677,4.428,1.69,4.495,1.691,4.683,1.704,4.324,1.707,4.94,1.714,4.057,1.749,4.597,1.75,4.399,1.769,4.494,1.78,4.772,1.799,4.241,1.849,4.841,1.865,4.645,1.867,4.353,1.873,4.177,1.894,4.493,1.955,4.682,1.958,4.317,1.992,4.493})))))
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setAmbientIntensity(0.498).setDiffuseColor(0.49804,0.49804,0.49804).setShininess(0.01))
          .setTexture(new ImageTexture().setUrl(new String[] {"textures/Low/WheelTreads.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/textures/Low/WheelTreads.jpg"})))
        .setGeometry(new IndexedFaceSet().setCreaseAngle(3.0).setCoordIndex(getIndexedFaceSet_5_32_coordIndex()).setTexCoordIndex(getIndexedFaceSet_5_32_texCoordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_32_point()))
          .setTexCoord(new TextureCoordinate().setPoint(new MFVec2f(new double[] {1.005,0.534,1.005,0.676,1.005,1.494,1.005,1.541,1.005,2.764,1.005,3.987,1.005,4.034,1.005,4.851,1.005,4.994,1.021,1.393,1.021,2.218,1.021,3.206,1.021,4.123,1.021,4.849,1.021,1.524,1.021,2.251,1.021,3.168,1.021,4.155,1.021,4.981,2.006,1.393,2.006,2.218,2.006,1.524,2.006,2.251,2.006,3.168,2.006,3.206,2.006,4.123,2.006,4.849,2.006,4.155,2.006,4.981,2.011,0.534,2.011,0.676,2.011,1.494,2.011,1.541,2.011,2.764,2.011,3.987,2.011,4.034,2.011,4.851,2.011,4.994})))))
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setAmbientIntensity(0.498).setDiffuseColor(0.0,0.0,0.0).setShininess(0.01)))
        .setGeometry(new IndexedFaceSet().setCoordIndex(getIndexedFaceSet_5_38_coordIndex()).setTexCoordIndex(getIndexedFaceSet_5_38_texCoordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_38_point()))
          .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_6_39_point()))))
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setAmbientIntensity(0.498).setDiffuseColor(0.49804,0.49804,0.49804).setShininess(0.01))
          .setTexture(new ImageTexture().setUrl(new String[] {"textures/Low/CargoTruckFrontAndBack.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/textures/Low/CargoTruckFrontAndBack.jpg"})))
        .setGeometry(new IndexedFaceSet().setCreaseAngle(3.0).setCoordIndex(getIndexedFaceSet_5_45_coordIndex()).setTexCoordIndex(getIndexedFaceSet_5_45_texCoordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_45_point()))
          .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_6_46_point()))))
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setAmbientIntensity(0.498).setDiffuseColor(0.49804,0.49804,0.49804).setShininess(0.01))
          .setTexture(new ImageTexture().setUrl(new String[] {"textures/Low/WheelSide2.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/textures/Low/WheelSide2.jpg"})))
        .setGeometry(new IndexedFaceSet().setCoordIndex(getIndexedFaceSet_5_52_coordIndex()).setTexCoordIndex(getIndexedFaceSet_5_52_texCoordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_52_point()))
          .setTexCoord(new TextureCoordinate().setPoint(new MFVec2f(new double[] {1.019,4.503,1.054,4.679,1.056,4.314,1.117,4.503,1.138,4.819,1.144,4.643,1.146,4.351,1.162,4.155,1.212,4.755,1.231,4.224,1.243,4.502,1.261,4.597,1.263,4.399,1.297,4.939,1.305,4.056,1.307,4.672,1.32,4.313,1.321,4.501,1.334,4.568,1.335,4.429,1.339,4.851,1.345,4.145,1.366,4.621,1.375,4.368,1.393,4.738,1.396,4.473,1.397,4.26,1.404,4.473,1.411,4.568,1.418,4.565,1.427,4.667,1.429,4.331,1.468,4.392,1.473,4.399,1.504,4.601,1.505,4.607,1.506,4.314,1.506,4.685,1.506,4.987,1.506,4.763,1.506,4.889,1.506,4.013,1.506,4.11,1.506,4.236,1.569,4.414,1.573,4.407,1.577,4.571,1.583,4.669,1.583,4.58,1.586,4.332,1.607,4.489,1.616,4.74,1.617,4.488,1.62,4.262,1.638,4.631,1.647,4.378,1.668,4.854,1.674,4.148,1.678,4.57,1.679,4.431,1.692,4.498,1.693,4.686,1.706,4.327,1.708,4.943,1.716,4.06,1.75,4.6,1.752,4.402,1.77,4.498,1.782,4.775,1.801,4.244,1.851,4.844,1.867,4.648,1.869,4.356,1.875,4.181,1.896,4.497,1.957,4.686,1.959,4.32,1.994,4.496})))))
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setAmbientIntensity(0.498).setDiffuseColor(0.49804,0.49804,0.49804).setShininess(0.01))
          .setTexture(new ImageTexture().setUrl(new String[] {"textures/Low/Differential.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/textures/Low/Differential.jpg"})))
        .setGeometry(new IndexedFaceSet().setCreaseAngle(3.0).setCoordIndex(getIndexedFaceSet_5_59_coordIndex()).setTexCoordIndex(getIndexedFaceSet_5_59_texCoordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_59_point()))
          .setTexCoord(new TextureCoordinate().setPoint(new MFVec2f(new double[] {1.002,4.533,1.002,4.976,1.003,4.024,1.063,4.078,1.065,4.528,1.068,4.387,1.084,4.685,1.085,4.983,1.208,4.382,1.21,4.674,1.212,4.297,1.216,4.174,1.219,4.725,1.224,4.168,1.225,4.983,1.229,4.28,1.268,4.269,1.272,4.163,1.278,4.685,1.279,5.0,1.281,4.163,1.288,4.354,1.335,4.32,1.337,4.702,1.349,4.23,1.36,4.741,1.388,4.781,1.389,4.994,1.392,4.067,1.432,4.011,1.438,4.292,1.438,4.635,1.483,4.039,1.516,4.146,1.539,4.303,1.553,4.64,1.57,4.747,1.583,4.814,1.584,4.994,1.61,4.37,1.612,4.685,1.63,4.651,1.708,4.37,1.713,4.657,1.715,4.258,1.718,4.157,1.719,4.725,1.725,5.0,1.726,4.157,1.727,4.786,1.728,4.258,1.768,4.252,1.773,4.168,1.778,4.994,1.78,4.646,1.782,4.168,1.784,4.348,1.915,4.657,1.917,4.932,1.929,4.354,1.939,4.022,1.941,4.539,1.941,4.961,1.995,4.533,1.996,4.024,1.998,4.976})))))
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setAmbientIntensity(0.498).setDiffuseColor(0.49804,0.49804,0.49804).setShininess(0.01))
          .setTexture(new ImageTexture().setUrl(new String[] {"textures/Low/Windshield.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Cargo/textures/Low/Windshield.jpg"})))
        .setGeometry(new IndexedFaceSet("Group15_13_Geo").setDEF("Group15_13_Geo").setCoordIndex(new int[] {0,1,2,-1,0,3,4,-1,5,4,6,-1,7,6,8,-1,9,8,10,-1,11,10,12,-1,13,12,14,-1,15,16,17,-1,16,18,17,-1,17,18,19,-1,20,17,19,-1,21,22,15,-1,23,22,21,-1,23,24,22,-1,22,24,25,-1,22,25,26,-1,22,26,27,-1,23,28,24,-1,23,29,28,-1,23,30,29,-1,23,31,30,-1,32,33,34,-1,33,35,34,-1,33,36,35,-1,33,37,36,-1,33,38,37,-1,33,39,38,-1,33,40,39,-1,33,41,40,-1,42,43,32,-1,43,44,32,-1,44,45,32,-1,46,32,45,-1,46,47,32,-1,32,47,48,-1,49,32,48,-1,0,2,3,-1,0,4,5,-1,5,6,7,-1,7,8,9,-1,9,10,11,-1,11,12,13,-1,13,14,50,-1,15,17,51,-1,21,15,51,-1,32,34,42,-1,52,53,54,-1,55,52,56,-1,57,58,55,-1,59,60,58,-1,61,62,60,-1,63,64,62,-1,65,66,64,-1,67,68,69,-1,70,68,67,-1,70,71,68,-1,72,71,70,-1,73,69,74,-1,73,74,75,-1,75,74,76,-1,67,73,77,-1,77,78,79,-1,78,80,81,-1,78,82,80,-1,78,83,82,-1,83,84,82,-1,79,81,85,-1,86,79,85,-1,86,87,79,-1,52,54,56,-1,55,56,88,-1,57,55,88,-1,59,58,57,-1,61,60,59,-1,63,62,61,-1,65,64,63,-1,67,69,73,-1,67,77,89,-1,77,79,89,-1,78,81,79,-1}).setTexCoordIndex(new int[] {36,44,50,-1,36,53,56,-1,35,56,54,-1,41,54,57,-1,39,57,60,-1,37,60,58,-1,43,58,52,-1,15,3,13,-1,3,4,13,-1,13,4,6,-1,7,13,6,-1,19,21,15,-1,20,21,19,-1,20,30,21,-1,21,30,28,-1,21,28,26,-1,21,26,25,-1,20,32,30,-1,20,31,32,-1,20,29,31,-1,20,24,29,-1,15,21,24,-1,21,29,24,-1,21,31,29,-1,21,32,31,-1,21,30,32,-1,21,28,30,-1,21,27,28,-1,21,25,27,-1,20,19,15,-1,19,16,15,-1,16,14,15,-1,8,15,14,-1,8,6,15,-1,15,6,4,-1,3,15,4,-1,36,50,53,-1,36,56,35,-1,35,54,41,-1,41,57,39,-1,39,60,37,-1,37,58,43,-1,43,52,46,-1,15,13,16,-1,19,15,16,-1,15,24,20,-1,53,50,44,-1,56,53,36,-1,42,55,56,-1,40,57,55,-1,38,61,57,-1,43,58,61,-1,46,52,58,-1,33,51,49,-1,62,51,33,-1,62,59,51,-1,63,59,62,-1,34,49,48,-1,34,48,45,-1,45,48,47,-1,33,34,23,-1,23,17,18,-1,17,9,5,-1,17,10,9,-1,17,12,10,-1,12,11,10,-1,18,5,2,-1,0,18,2,-1,0,1,18,-1,53,44,36,-1,56,36,35,-1,42,56,35,-1,40,55,42,-1,38,57,40,-1,43,61,38,-1,46,58,43,-1,33,49,34,-1,33,23,22,-1,23,18,22,-1,17,5,18,-1})
          .setCoord(new Coordinate("Group15_13_Coord").setPoint(getGroup15_13_Coord_6_66_point()))
          .setTexCoord(new TextureCoordinate().setPoint(new MFVec2f(new double[] {1.002,4.083,1.009,4.064,1.013,4.205,1.024,4.082,1.027,4.177,1.032,4.453,1.033,4.263,1.038,4.457,1.038,4.457,1.056,4.684,1.072,4.832,1.086,4.891,1.104,4.906,1.156,4.608,1.156,4.608,1.225,4.091,1.258,4.74,1.266,4.949,1.267,4.094,1.279,4.756,1.299,4.758,1.427,4.1,1.494,4.089,1.494,4.955,1.616,4.765,1.633,4.108,1.635,4.21,1.635,4.21,1.637,4.296,1.638,4.752,1.64,4.445,1.646,4.716,1.646,4.631,1.72,4.094,1.721,4.949,1.873,4.632,1.873,4.742,1.874,4.207,1.874,4.207,1.876,4.305,1.876,4.305,1.877,4.456,1.877,4.456,1.885,4.141,1.888,4.779,1.888,4.906,1.902,4.125,1.905,4.891,1.92,4.832,1.936,4.684,1.951,4.783,1.959,4.453,1.96,4.129,1.968,4.745,1.972,4.463,1.972,4.463,1.973,4.635,1.976,4.306,1.977,4.155,1.979,4.205,1.979,4.215,1.979,4.215,1.983,4.064,1.99,4.083})))))));
            }
            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_5_18_coordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,2,-1,3,5,4,-1,3,6,5,-1,0,4,7,-1,8,7,9,-1,8,9,10,-1,11,0,8,-1,12,11,13,-1,14,8,10,-1,15,13,8,-1,16,13,15,-1,17,1,0,-1,12,18,17,-1,18,12,19,-1,20,21,19,-1,22,20,12,-1,23,22,16,-1,24,25,2,-1,25,26,3,-1,26,25,27,-1,25,24,28,-1,29,30,28,-1,31,29,17,-1,29,24,1,-1,32,31,18,-1,32,33,31,-1,31,33,30,-1,34,35,18,-1,21,36,34,-1,36,21,37,-1,21,20,38,-1,39,36,40,-1,36,39,41,-1,41,42,35,-1,43,32,35,-1,43,44,33,-1,45,46,44,-1,47,45,43,-1,48,49,45,-1,49,50,46,-1,51,52,50,-1,51,49,48,-1,53,41,54,-1,48,47,42,-1,53,48,42,-1,55,39,56,-1,39,55,54,-1,51,55,57,-1,55,51,53,-1,20,22,58,-1,22,23,59,-1,23,60,61,-1,60,23,62,-1,63,60,64,-1,65,63,66,-1,64,67,66,-1,60,63,68,-1,63,65,69,-1,65,70,71,-1,70,72,73,-1,74,75,76,-1,75,72,77,-1,72,70,78,-1,70,65,67,-1,64,78,67,-1,64,62,15,-1,78,15,14,-1,79,76,80,-1,14,81,82,-1,83,14,82,-1,83,82,84,-1,14,83,85,-1,185,77,85,86,-1,76,86,80,-1,82,80,86,-1,82,87,88,-1,83,84,89,-1,85,90,91,-1,85,83,92,-1,90,92,89,-1,84,86,91,-1,93,94,95,-1,96,97,95,-1,96,95,98,-1,96,98,99,-1,95,94,100,-1,100,101,102,-1,100,103,101,-1,94,104,105,-1,104,106,107,-1,100,108,109,-1,105,110,108,-1,105,107,111,-1,93,112,104,-1,113,106,104,-1,113,114,106,-1,115,116,106,-1,116,117,107,-1,117,118,111,-1,119,120,93,-1,121,119,97,-1,119,121,122,-1,120,119,123,-1,124,125,120,-1,125,126,113,-1,120,125,112,-1,126,127,128,-1,127,126,129,-1,129,126,125,-1,128,130,114,-1,131,115,114,-1,115,131,132,-1,116,115,133,-1,131,134,135,-1,134,131,130,-1,136,137,130,-1,127,138,136,-1,139,138,127,-1,140,141,138,-1,141,142,136,-1,143,144,142,-1,145,143,141,-1,146,147,143,-1,143,147,148,-1,148,149,137,-1,144,136,142,-1,144,148,137,-1,134,150,151,-1,150,134,137,-1,150,147,146,-1,147,150,149,-1,117,116,152,-1,118,117,153,-1,154,118,155,-1,118,154,156,-1,154,157,158,-1,157,159,160,-1,156,158,160,-1,157,154,161,-1,159,157,162,-1,163,159,164,-1,165,163,166,-1,167,168,169,-1,165,167,170,-1,163,165,171,-1,159,163,172,-1,156,160,172,-1,111,156,172,-1,110,172,171,-1,169,173,170,-1,108,174,109,-1,175,174,108,-1,175,176,174,-1,108,177,175,-1,108,171,177,-1,177,171,170,-1,170,173,178,-1,173,174,176,-1,179,174,173,-1,175,177,178,-1,0,2,4,-1,0,7,8,-1,11,8,13,-1,12,13,16,-1,14,10,81,-1,15,8,14,-1,16,15,62,-1,17,0,11,-1,12,17,11,-1,20,19,12,-1,22,12,16,-1,23,16,62,-1,24,2,1,-1,25,3,2,-1,26,27,180,-1,25,28,27,-1,29,28,24,-1,31,17,18,-1,29,1,17,-1,32,18,35,-1,31,30,29,-1,34,18,19,-1,21,34,19,-1,36,37,40,-1,21,38,37,-1,39,40,56,-1,36,41,34,-1,41,35,34,-1,43,35,42,-1,43,33,32,-1,45,44,43,-1,47,43,42,-1,48,45,47,-1,49,46,45,-1,51,50,49,-1,51,48,53,-1,53,42,41,-1,55,56,57,-1,39,54,41,-1,51,57,52,-1,55,53,54,-1,20,58,38,-1,22,59,58,-1,23,61,59,-1,60,62,64,-1,63,64,66,-1,65,66,67,-1,60,68,61,-1,63,69,68,-1,65,71,69,-1,70,73,71,-1,74,76,79,-1,75,77,76,-1,72,78,77,-1,70,67,78,-1,64,15,78,-1,78,14,184,77,-1,82,86,84,-1,82,88,80,-1,83,89,92,-1,85,91,86,-1,85,92,90,-1,90,89,91,-1,84,91,89,-1,93,95,97,-1,95,100,102,-1,94,105,100,-1,104,107,105,-1,100,109,103,-1,105,108,100,-1,105,111,110,-1,93,104,94,-1,113,104,112,-1,115,106,114,-1,116,107,106,-1,117,111,107,-1,119,93,97,-1,121,97,96,-1,119,122,123,-1,120,123,181,-1,124,120,181,-1,125,113,112,-1,120,112,93,-1,126,128,113,-1,129,125,124,-1,128,114,113,-1,131,114,130,-1,115,132,133,-1,116,133};
			return value;
		}
		private int[] getIndexedFaceSet_5_18_coordIndex_2()
		{
			int[] value = {152,-1,131,135,132,-1,134,130,137,-1,136,130,128,-1,127,136,128,-1,139,127,129,-1,140,138,139,-1,141,136,138,-1,143,142,141,-1,145,141,140,-1,146,143,145,-1,143,148,144,-1,144,137,136,-1,134,151,135,-1,150,137,149,-1,150,146,151,-1,147,149,148,-1,117,152,153,-1,118,153,155,-1,154,155,161,-1,118,156,111,-1,154,158,156,-1,157,160,158,-1,157,161,162,-1,159,162,164,-1,163,164,166,-1,165,166,182,-1,167,169,170,-1,165,170,171,-1,163,171,172,-1,159,172,160,-1,111,172,110,-1,110,171,108,-1,177,170,178,-1,173,176,178,-1,179,173,183,-1,175,178,176,-1,14,85,184,-1,85,77,184,-1,77,185,76,-1,185,86,76,-1};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_18_texCoordIndex_1()
		{
			int[] value = {91,55,54,-1,53,97,54,-1,53,96,97,-1,53,90,96,-1,91,97,98,-1,104,98,99,-1,104,99,105,-1,92,91,104,-1,93,92,103,-1,113,104,105,-1,112,103,104,-1,100,103,112,-1,56,55,91,-1,93,57,56,-1,57,93,58,-1,94,60,58,-1,102,94,93,-1,110,102,100,-1,50,49,54,-1,49,48,53,-1,48,49,43,-1,49,50,44,-1,51,45,44,-1,52,51,56,-1,51,50,55,-1,38,52,57,-1,38,46,52,-1,52,46,45,-1,40,39,57,-1,60,47,40,-1,47,60,59,-1,60,94,95,-1,25,47,41,-1,47,25,18,-1,18,17,39,-1,16,38,39,-1,16,19,46,-1,10,3,19,-1,15,10,16,-1,12,5,10,-1,5,0,3,-1,4,1,0,-1,4,5,12,-1,13,18,14,-1,12,15,17,-1,13,12,17,-1,6,25,26,-1,25,6,14,-1,4,6,2,-1,6,4,13,-1,94,102,101,-1,102,110,111,-1,110,148,147,-1,148,110,109,-1,156,148,146,-1,166,156,155,-1,146,154,155,-1,148,156,172,-1,156,166,176,-1,166,165,175,-1,165,164,174,-1,162,163,151,-1,163,164,152,-1,164,165,153,-1,165,166,154,-1,146,153,154,-1,146,109,112,-1,153,112,113,-1,150,151,149,-1,113,106,107,-1,115,113,107,-1,115,107,114,-1,113,115,120,-1,186,152,120,121,-1,151,121,149,-1,107,149,121,-1,107,108,122,-1,115,114,116,-1,120,118,119,-1,120,115,117,-1,118,117,116,-1,114,121,119,-1,128,87,82,-1,126,127,82,-1,126,82,83,-1,126,83,89,-1,82,87,75,-1,75,80,81,-1,75,74,80,-1,87,88,76,-1,88,86,79,-1,75,66,73,-1,76,67,66,-1,76,79,70,-1,128,129,88,-1,130,86,88,-1,130,125,86,-1,123,85,86,-1,85,77,79,-1,77,69,70,-1,132,133,128,-1,131,132,127,-1,132,131,137,-1,133,132,138,-1,140,134,133,-1,134,135,130,-1,133,134,129,-1,135,145,144,-1,145,135,141,-1,141,135,134,-1,144,143,125,-1,136,123,125,-1,123,136,142,-1,85,123,124,-1,136,158,157,-1,158,136,143,-1,160,161,143,-1,145,167,160,-1,159,167,145,-1,180,173,167,-1,173,168,160,-1,178,169,168,-1,182,178,173,-1,183,179,178,-1,178,179,170,-1,170,171,161,-1,169,160,168,-1,169,170,161,-1,158,177,181,-1,177,158,161,-1,177,179,183,-1,179,177,171,-1,77,85,84,-1,69,77,78,-1,35,69,68,-1,69,35,37,-1,35,27,33,-1,27,24,32,-1,37,33,32,-1,27,35,36,-1,24,27,11,-1,23,24,9,-1,22,23,8,-1,21,20,28,-1,22,21,29,-1,23,22,30,-1,24,23,31,-1,37,32,31,-1,70,37,31,-1,67,31,30,-1,28,34,29,-1,66,72,73,-1,65,72,66,-1,65,64,72,-1,66,63,65,-1,66,30,63,-1,63,30,29,-1,29,34,62,-1,34,72,64,-1,71,72,34,-1,65,63,62,-1,91,54,97,-1,91,98,104,-1,92,104,103,-1,93,103,100,-1,113,105,106,-1,112,104,113,-1,100,112,109,-1,56,91,92,-1,93,56,92,-1,94,58,93,-1,102,93,100,-1,110,100,109,-1,50,54,55,-1,49,53,54,-1,48,43,42,-1,49,44,43,-1,51,44,50,-1,52,56,57,-1,51,55,56,-1,38,57,39,-1,52,45,51,-1,40,57,58,-1,60,40,58,-1,47,59,41,-1,60,95,59,-1,25,41,26,-1,47,18,40,-1,18,39,40,-1,16,39,17,-1,16,46,38,-1,10,19,16,-1,15,16,17,-1,12,10,15,-1,5,3,10,-1,4,0,5,-1,4,12,13,-1,13,17,18,-1,6,26,2,-1,25,14,18,-1,4,2,1,-1,6,13,14,-1,94,101,95,-1,102,111,101,-1,110,147,111,-1,148,109,146,-1,156,146,155,-1,166,155,154,-1,148,172,147,-1,156,176,172,-1,166,175,176,-1,165,174,175,-1,162,151,150,-1,163,152,151,-1,164,153,152,-1,165,154,153,-1,146,112,153,-1,153,113,185,152,-1,107,121,114,-1,107,122,149,-1,115,116,117,-1,120,119,121,-1,120,117,118,-1,118,116,119,-1,114,119,116,-1,128,82,127,-1,82,75,81,-1,87,76,75,-1,88,79,76,-1,75,73,74,-1,76,66,75,-1,76,70,67,-1,128,88,87,-1,130,88,129,-1,123,86,125,-1,85,79,86,-1,77,70,79,-1,132,128,127,-1,131,127,126,-1,132,137,138,-1,133,138,139,-1,140,133,139,-1,134,130,129,-1,133,129,128,-1,135,144,130,-1,141,134,140,-1,144,125,130,-1,136,125,143,-1,123,142,124,-1,85,124};
			return value;
		}
		private int[] getIndexedFaceSet_5_18_texCoordIndex_2()
		{
			int[] value = {84,-1,136,157,142,-1,158,143,161,-1,160,143,144,-1,145,160,144,-1,159,145,141,-1,180,167,159,-1,173,160,167,-1,178,168,173,-1,182,173,180,-1,183,178,182,-1,178,170,169,-1,169,161,160,-1,158,181,157,-1,177,161,171,-1,177,183,181,-1,179,171,170,-1,77,84,78,-1,69,78,68,-1,35,68,36,-1,69,37,70,-1,35,33,37,-1,27,32,33,-1,27,36,11,-1,24,11,9,-1,23,9,8,-1,22,8,7,-1,21,28,29,-1,22,29,30,-1,23,30,31,-1,24,31,32,-1,70,31,67,-1,67,30,66,-1,63,29,62,-1,34,64,62,-1,71,34,61,-1,65,62,64,-1,113,120,184,-1,120,152,184,-1,152,187,151,-1,187,121,151,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_18_point_1()
		{
			double[] value = {-2.27218,3.32233,2.83704,-2.27219,3.36403,-1.50604,-2.27219,1.67399,-1.48292,-2.27219,0.91792,-1.47258,-2.27219,1.42091,3.15713,-2.27219,1.23393,2.95073,-2.27219,0.98413,2.81249,-2.27219,1.51937,3.36473,-2.27218,3.35401,3.719,-2.27219,1.5653,3.61555,-2.27219,1.52669,3.8994,-2.27218,4.22416,2.8247,-2.27219,5.57471,2.81981,-2.27218,4.2455,3.66759,-2.27218,3.33519,4.4938,-2.27218,4.2663,4.47126,-2.27219,5.58564,3.61873,-2.27219,4.15072,-1.51681,-2.27219,4.39042,-1.52008,-2.27219,5.51597,-1.47401,-2.22149,5.71614,2.82402,-2.22149,5.65739,-1.4698,-2.22149,5.72707,3.62295,-2.22149,5.73835,4.44728,-2.22149,3.3562,-1.62888,-2.22149,1.66616,-1.60576,-2.22149,0.91624,-1.5955,-2.09512,1.66775,-1.71071,-2.09512,3.35779,-1.73384,-2.22149,4.1429,-1.63964,-2.09512,4.1444,-1.7446,-2.22149,4.32113,-1.64208,-2.22149,4.31945,-1.765,-2.09512,4.24859,-1.74602,-2.27219,5.51193,-1.76902,-2.27219,4.38714,-1.75978,-2.22149,5.65336,-1.76481,-2.09513,5.7529,-1.47374,-2.09513,5.81177,2.82926,-2.22149,5.6362,-3.01859,-2.09513,5.74884,-1.77067,-2.27219,5.49478,-3.0228,-2.27219,4.37007,-3.00742,-2.22149,4.30238,-3.01264,-2.09512,4.23142,-3.00149,-2.22149,4.30718,-3.11106,-2.09512,4.2442,-3.21008,-2.27219,4.37546,-3.06281,-2.27219,4.44297,-3.06988,-2.22149,4.43549,-3.16814,-2.09512,4.44108,-3.29093,-2.22149,5.42473,-3.20011,-2.09512,5.42567,-3.3044,-2.27219,5.43862,-3.08351,-2.27219,5.49394,-3.08426,-2.22149,5.60273,-3.18171,-2.09513,5.73181,-3.01573,-2.09513,5.67629,-3.26507,-2.09513,5.82261,3.62109,-2.09513,5.83394,4.44938,-2.22149,5.76885,6.67675,-2.09513,5.86437,6.67381,-2.27219,5.59692,4.44307,-2.22149,5.73241,6.89599,-2.27219,5.62742,6.67254,-2.22149,5.52811,6.93822,-2.27219,5.62888,6.77943,-2.27219,5.53582,6.78071,-2.09513,5.81686,7.00793,-2.09513,5.52605,7.07964,-2.22149,4.31372,6.95483,-2.09513,4.3178,7.09617,-2.22149,3.36805,6.96777,-2.09513,3.36974,7.10914,-2.22149,1.19808,6.99746,-2.22149,1.75063,6.9899,-2.27219,1.75835,6.83239,-2.27219,3.37576,6.81026,-2.27219,4.32144,6.79732,-2.27219,1.19538,6.84009,-2.27219,1.19338,6.77229,-2.27219,1.43045,4.11321,-2.27219,1.26664,4.3067,-2.2722,2.10945,4.65462,-2.27219,1.76058,4.65939,-2.2722,2.11033,4.93132,-2.27219,1.78778,4.94447,-2.27219,1.0067,4.46254,-2.27219,1.06538,5.2282,-2.22702,1.92354,4.67899,-2.21291,2.05187,4.87386,-2.22702,1.92633,4.88279,-2.21291,2.0551,4.68449,2.36161,3.36403,-1.50604,2.3616,3.32233,2.83704,2.36161,1.42091,3.15713,2.36161,0.91792,-1.47258,2.36161,1.67399,-1.48292,2.36161,1.23393,2.95073,2.36161,0.98413,2.81249};
			return value;
		}
		private double[] getCoordinate_6_18_point_2()
		{
			double[] value = {2.3616,3.35401,3.719,2.36161,1.5653,3.61555,2.36161,1.51937,3.36473,2.36161,1.52669,3.8994,2.3616,4.22416,2.8247,2.3616,4.2455,3.66759,2.36161,5.57471,2.81981,2.36161,5.58564,3.61873,2.3616,3.33519,4.4938,2.36161,1.43045,4.11321,2.3616,4.2663,4.47126,2.36161,5.59692,4.44307,2.36161,4.15072,-1.51681,2.36161,4.39042,-1.52008,2.36161,5.51597,-1.47401,2.31487,5.65739,-1.4698,2.31487,5.71614,2.82402,2.31487,5.72707,3.62295,2.31487,5.73835,4.44728,2.31487,1.66616,-1.60576,2.31487,3.3562,-1.62888,2.31487,0.91624,-1.5955,2.18455,0.91454,-1.70041,2.18455,1.66775,-1.71071,2.18455,4.1444,-1.7446,2.31487,4.1429,-1.63964,2.31487,4.32113,-1.64208,2.31487,4.31945,-1.765,2.36161,4.38714,-1.75978,2.18455,4.24859,-1.74602,2.36161,5.51193,-1.76902,2.31487,5.65336,-1.76481,2.18455,5.74884,-1.77067,2.18455,5.7529,-1.47374,2.31487,5.6362,-3.01859,2.18455,5.73181,-3.01573,2.36161,4.37007,-3.00742,2.36161,5.49478,-3.0228,2.31487,4.30238,-3.01264,2.18455,4.23142,-3.00149,2.18455,4.2442,-3.21008,2.31487,4.30718,-3.11106,2.36161,4.37546,-3.06281,2.31487,4.43549,-3.16814,2.36161,4.44297,-3.06988,2.18455,4.44108,-3.29093,2.18455,5.42567,-3.3044,2.31487,5.42473,-3.20011,2.36161,5.43862,-3.08351,2.36161,5.49394,-3.08426,2.31487,5.60273,-3.18171,2.18455,5.67629,-3.26507,2.18455,5.81177,2.82926,2.18455,5.82261,3.62109,2.31487,5.76885,6.67675,2.18455,5.83394,4.44938,2.36161,5.62742,6.67254,2.31487,5.73241,6.89599,2.36161,5.62888,6.77943,2.31487,5.52811,6.93822,2.36161,5.53582,6.78071,2.18455,5.86437,6.67381,2.18455,5.81686,7.00793,2.31487,4.31372,6.95483,2.18455,5.52605,7.07964,2.31487,3.36805,6.96777,2.18455,4.3178,7.09617,2.31487,1.75063,6.9899,2.31487,1.19808,6.99746,2.36161,1.19538,6.84009,2.36161,1.75835,6.83239,2.36161,3.37576,6.81026,2.36161,4.32144,6.79732,2.36161,1.19338,6.77229,2.36161,1.26664,4.3067,2.36162,2.10945,4.65462,2.36161,1.76058,4.65939,2.36161,2.11033,4.93132,2.36161,1.78778,4.94447,2.36161,1.0067,4.46254,-2.09512,0.91454,-1.70041,2.18455,3.35779,-1.73384,2.18455,3.36974,7.10914,2.36161,1.06538,5.2282,-2.27219,3.35547,5.65203,-2.27219,2.58177,5.87737};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_6_19_point_1()
		{
			double[] value = {1.016,4.341,1.016,4.432,1.02,4.455,1.023,4.323,1.026,4.432,1.028,4.341,1.028,4.448,1.03,4.75,1.03,4.837,1.03,4.948,1.033,4.329,1.036,4.975,1.037,4.341,1.037,4.433,1.037,4.438,1.037,4.335,1.042,4.328,1.042,4.334,1.042,4.438,1.043,4.322,1.043,4.551,1.043,4.602,1.043,4.75,1.043,4.837,1.043,4.949,1.043,4.451,1.043,4.46,1.046,4.967,1.057,4.551,1.057,4.603,1.057,4.751,1.057,4.838,1.057,4.95,1.057,4.958,1.063,4.551,1.066,4.971,1.067,4.98,1.067,4.958,1.156,4.328,1.157,4.334,1.157,4.438,1.158,4.46,1.158,4.015,1.158,4.085,1.158,4.24,1.158,4.312,1.158,4.322,1.158,4.451,1.168,4.015,1.168,4.084,1.168,4.24,1.168,4.312,1.168,4.328,1.179,4.015,1.179,4.085,1.179,4.24,1.179,4.312,1.179,4.334,1.184,4.438,1.185,4.46,1.185,4.451,1.205,4.541,1.23,4.608,1.231,4.638,1.257,4.606,1.257,4.638,1.27,4.75,1.271,4.836,1.271,4.98,1.271,4.971,1.272,4.958,1.276,4.537,1.29,4.561,1.307,4.576,1.327,4.585,1.341,4.753,1.345,4.835,1.347,4.971,1.347,4.98,1.347,4.958,1.353,4.589,1.376,4.585,1.395,4.576,1.414,4.56,1.419,4.98,1.42,4.971,1.421,4.958,1.422,4.751,1.422,4.834,1.427,4.537,1.573,4.016,1.578,4.231,1.578,4.314,1.579,4.438,1.58,4.451,1.58,4.46,1.586,4.039,1.605,4.056,1.624,4.065,1.647,4.068};
			return value;
		}
		private double[] getTextureCoordinate_6_19_point_2()
		{
			double[] value = {1.652,4.438,1.653,4.46,1.653,4.451,1.655,4.315,1.659,4.233,1.673,4.065,1.693,4.055,1.71,4.04,1.724,4.016,1.728,4.438,1.729,4.451,1.729,4.46,1.729,4.315,1.73,4.23,1.743,4.085,1.743,4.117,1.745,4.1,1.746,4.112,1.763,4.112,1.764,4.1,1.769,4.117,1.769,4.087,1.795,4.02,1.814,4.971,1.814,4.98,1.815,4.958,1.82,4.536,1.82,4.606,1.82,4.761,1.82,4.833,1.82,4.855,1.832,4.536,1.832,4.605,1.832,4.76,1.832,4.832,1.832,4.849,1.841,4.971,1.841,4.536,1.841,4.605,1.841,4.76,1.841,4.833,1.841,4.842,1.842,4.98,1.842,4.958,1.842,4.855,1.843,4.849,1.933,4.438,1.933,4.46,1.934,4.451,1.937,4.03,1.943,4.03,1.943,4.082,1.943,4.231,1.943,4.318,1.943,4.429,1.943,4.438,1.954,4.447,1.956,4.98,1.956,4.971,1.957,4.842,1.957,4.855,1.957,4.958,1.957,4.03,1.957,4.081,1.957,4.23,1.957,4.317,1.957,4.428,1.958,4.849,1.962,4.855,1.963,4.862,1.963,4.953,1.963,4.958,1.964,4.455,1.967,4.849,1.97,4.23,1.97,4.317,1.97,4.428,1.971,4.968,1.972,4.861,1.973,4.952,1.976,4.844,1.979,4.975,1.983,4.862,1.983,4.952,1.8365,4.2305,1.8365,4.2305,1.856,4.159,1.856,4.159};
			return value;
		}


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


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_25_texCoordIndex_1()
		{
			int[] value = {8,20,13,-1,15,24,20,-1,22,26,24,-1,22,51,55,-1,62,55,51,-1,62,53,57,-1,69,57,64,-1,41,24,26,-1,42,20,24,-1,43,13,20,-1,42,56,63,-1,41,52,56,-1,37,50,52,-1,52,50,54,-1,68,56,52,-1,70,63,56,-1,68,71,75,-1,61,65,71,-1,54,58,65,-1,67,65,58,-1,60,59,66,-1,62,66,59,-1,69,72,66,-1,73,76,72,-1,74,72,76,-1,67,66,72,-1,74,71,65,-1,77,75,71,-1,8,5,11,-1,15,11,18,-1,51,22,18,-1,26,55,59,-1,59,60,50,-1,58,54,50,-1,18,17,27,-1,19,23,27,-1,10,11,5,-1,17,18,11,-1,10,12,19,-1,23,19,12,-1,25,27,23,-1,40,36,27,-1,53,51,36,-1,57,53,40,-1,64,57,39,-1,39,40,25,-1,39,21,14,-1,7,14,21,-1,9,21,25,-1,9,6,2,-1,16,12,6,-1,3,6,12,-1,0,2,6,-1,3,5,1,-1,4,1,5,-1,34,30,31,-1,35,45,47,-1,49,47,45,-1,46,49,48,-1,32,46,44,-1,28,32,33,-1,30,28,29,-1,31,33,44,-1,44,48,45,-1,31,29,33,-1,4,13,20,-1,8,20,24,-1,15,24,26,-1,26,55,51,-1,53,51,55,-1,69,57,53,-1,73,64,57,-1,37,26,24,-1,41,24,20,-1,42,20,13,-1,43,63,56,-1,42,56,52,-1,41,52,50,-1,61,54,50,-1,61,52,56,-1,68,56,63,-1,70,75,71,-1,68,71,65,-1,61,65,58,-1,60,58,65,-1,67,66,59,-1,55,59,66,-1,62,66,72,-1,69,72,76,-1,77,76,72,-1,74,72,66,-1,67,65,71,-1,74,71,75,-1,15,11,5,-1,22,18,11,-1,36,18,22,-1,37,59,55,-1,37,50,60,-1,60,50,54,-1,36,27,17,-1,17,27,23,-1,3,5,11,-1,10,11,18,-1,17,19,12,-1,16,12,19,-1,16,23,27,-1,25,27,36,-1,40,36,51,-1,39,40,53,-1,38,39,57,-1,21,25,40,-1,38,14,21,-1,9,21,14,-1,16,25,21,-1,7,2,6,-1,9,6,12,-1,10,12,6,-1,3,6,2,-1,0,1,5,-1,8,5,1,-1,35,31,30,-1,34,47,45,-1,48,45,47,-1,44,48,49,-1,33,44,46,-1,29,33,32,-1,31,29,28,-1,35,44,33,-1,35,45,48,-1,31,33,29,-1,8,13,4,-1,15,20,8,-1,22,24,15,-1,22,55,26,-1,62,51,53,-1,62,57,69,-1,69,64,73,-1,41,26,37,-1,42,24,41,-1,43,20,42,-1,42,63,43,-1,41,56,42,-1,37,52,41,-1,52,54,61,-1,68,52,61,-1,70,56,68,-1,68,75,70,-1,61,71,68,-1,54,65,61,-1,67,58,60,-1,60,66,67,-1,62,59,55,-1,69,66,62,-1,73,72,69,-1,74,76,77,-1,67,72,74,-1,74,65,67,-1,77,71,74,-1,8,11,15,-1,15,18,22,-1,51,18,36,-1,26,59,37,-1,59,50,37,-1,58,50,60,-1,18,27,36,-1,19,27,17,-1,10,5,3,-1,17,11,10,-1,10,19,17,-1,23,12,16,-1,25,23,16,-1,40,27,25,-1,53,36,40,-1,57,40,39,-1,64,39,38,-1,39,25,21,-1,39,14,38,-1,7,21,9,-1,9,25,16,-1,9,2,7,-1,16,6,9,-1,3,12,10,-1,0,6,3,-1,3,1,0,-1,4,5,8,-1,34,31,35,-1,35,47,34,-1,49,45,48,-1,46,48,44,-1,32,44,33,-1,28,33,29,-1,30,29,31,-1,31,44,35,-1,44,45,35,-1,4,20,8,-1,8,24,15,-1,15,26,22,-1,26,51,22,-1,53,55,62,-1,69,53,62,-1,73,57,69,-1,37,24,41,-1,41,20,42,-1,42,13,43,-1,43,56,42,-1,42,52,41,-1,41,50,37,-1,61,50,52,-1,61,56,68,-1,68,63,70,-1,70,71,68,-1,68,65,61,-1,61,58,54,-1,60,65,67,-1,67,59,60,-1,55,66,62,-1,62,72,69,-1,69,76,73,-1,77,72,74,-1,74,66,67,-1,67,71,74,-1,74,75,77,-1,15,5,8,-1,22,11,15,-1,36,22,51,-1,37,55,26,-1,37,60,59,-1,60,54,58,-1,36,17,18,-1,17,23,19,-1,3,11,10,-1,10,18,17,-1,17,12,10,-1,16,19,23,-1,16,27,25,-1,25,36,40,-1,40,51,53,-1,39,53,57,-1,38,57,64,-1,21,40,39,-1,38,21,39,-1,9,14,7,-1,16,21,9,-1,7,6,9,-1,9,12,16,-1,10,6,3,-1,3,2,0,-1,0,5,3,-1,8,1,4,-1,35,30,34,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_25_texCoordIndex_2()
		{
			int[] value = {34,45,35,-1,48,47,49,-1,44,49,46,-1,33,46,32,-1,29,32,28,-1,31,28,30,-1,35,33,31,-1,35,48,44,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_25_point_1()
		{
			double[] value = {-1.87135,1.15717,-5.9041,-1.87135,1.30479,-5.70979,-1.80482,1.43955,-5.77386,-1.80482,1.03069,-5.7585,-1.80482,1.13061,-5.62698,-1.89797,0.95226,-5.66822,-1.89797,1.02261,-5.57563,-1.89797,0.50888,-5.33138,-1.89797,0.57922,-5.23879,-1.80482,0.5008,-5.14851,-1.80482,0.40088,-5.28003,-1.87135,0.2267,-5.19722,-1.87135,0.37432,-5.00291,-1.80482,0.09194,-5.13315,-1.80482,1.16975,-5.45305,-1.87135,1.36261,-5.45283,-1.80482,1.51183,-5.45267,-1.87135,1.30866,-5.20554,-1.80482,1.44439,-5.14355,-1.80482,1.13323,-5.28566,-1.89797,1.05016,-5.45319,-1.89797,1.02445,-5.33534,-1.89797,0.96652,-5.25205,-1.87135,1.18707,-5.03074,-1.80482,1.29241,-4.92505,-1.87135,0.99289,-4.90155,-1.80482,1.04967,-4.76356,-1.80482,1.05093,-5.16735,-1.80482,0.91949,-5.0799,-1.89797,0.87398,-5.19049,-1.80482,0.76223,-5.04952,-1.89797,0.76327,-5.1691,-1.89797,0.66057,-5.18925,-1.80482,0.61635,-5.07814,-1.87135,0.54503,-4.89895,-1.80482,0.27646,-4.89026,-1.80482,0.48986,-4.7603,-1.87135,0.76056,-4.85666,-1.80482,0.75926,-4.70745,-1.87135,0.98645,-6.00807,-1.80482,0.91514,-5.82887,-1.89797,0.87091,-5.71776,-1.89797,0.76821,-5.73791,-1.89797,0.50703,-5.57167,-1.89797,0.6575,-5.71652,-1.89797,0.56497,-5.65496,-1.80482,0.76925,-5.85749,-1.80482,0.61199,-5.82711,-1.80482,0.39825,-5.62135,-1.80482,0.36174,-5.45396,-1.89797,0.48132,-5.45383,-1.87135,0.16888,-5.45418,-1.87135,0.22282,-5.70147,-1.80482,0.08709,-5.76346,-1.80482,0.23908,-5.98196,-1.87135,0.34441,-5.87627,-1.87135,0.5386,-6.00546,-1.80482,0.48181,-6.14345,-1.80482,0.48055,-5.73966,-1.87135,0.77092,-6.05035,-1.80482,0.77222,-6.19956,-1.80482,1.04163,-6.14671,-1.80482,1.25502,-6.01675,-1.89579,0.83635,-5.46221,-1.89579,0.81378,-5.5148,-1.94398,0.80456,-5.50539,-1.94398,0.8233,-5.46102,-1.94398,0.80871,-5.42264,-1.89579,0.81811,-5.41423,-1.89579,0.76385,-5.3929,-1.89579,0.71485,-5.4183,-1.94398,0.76531,-5.40557,-1.89579,0.70371,-5.48387,-1.94398,0.7261,-5.42589,-1.89579,0.74604,-5.52942,-1.94398,0.71719,-5.47972,-1.94398,0.75151,-5.51548,1.91302,1.25502,-6.01675,1.91302,1.43955,-5.77386,1.97956,1.30479,-5.70979,1.97956,1.15717,-5.9041,1.91302,1.13061,-5.62698,1.91302,1.03069,-5.7585,2.00617,1.02261,-5.57563,2.00617,0.57922,-5.23879,2.00617,0.50888,-5.33138,1.91302,0.40088,-5.28003,1.97956,0.37432,-5.00291,1.97956,0.2267,-5.19722,1.91302,0.27646,-4.89026,1.91302,0.09194,-5.13315,2.00617,1.05016,-5.45319,1.91302,1.16975,-5.45305,1.97956,1.36261,-5.45283,1.91302,1.51183,-5.45267,1.91302,1.44439,-5.14355,1.97956,1.30866,-5.20554,1.91302,1.13323,-5.28566,2.00617,1.02445,-5.33534,1.91302,1.05093,-5.16735};
			return value;
		}
		private double[] getCoordinate_6_25_point_2()
		{
			double[] value = {2.00617,0.96652,-5.25205,1.97956,1.18707,-5.03074,1.91302,1.29241,-4.92505,1.91302,1.04967,-4.76356,1.97956,0.99289,-4.90155,1.91302,0.91949,-5.0799,2.00617,0.87398,-5.19049,2.00617,0.76327,-5.1691,1.91302,0.76223,-5.04952,1.91302,0.61635,-5.07814,2.00617,0.66057,-5.18925,1.91302,0.5008,-5.14851,1.97956,0.54503,-4.89895,1.91302,0.48986,-4.7603,1.91302,0.75926,-4.70745,1.97956,0.76056,-4.85666,1.91302,0.91514,-5.82887,1.97956,0.98645,-6.00807,2.00617,0.95226,-5.66822,2.00617,0.87091,-5.71776,2.00617,0.48132,-5.45383,2.00617,0.50703,-5.57167,2.00617,0.76821,-5.73791,2.00617,0.56497,-5.65496,1.97956,0.77092,-6.05035,1.91302,0.76925,-5.85749,2.00617,0.6575,-5.71652,1.91302,0.61199,-5.82711,1.91302,0.48055,-5.73966,1.91302,0.39825,-5.62135,1.91302,0.36174,-5.45396,1.97956,0.16888,-5.45418,1.91302,0.01966,-5.45435,1.97956,0.22282,-5.70147,1.91302,0.08709,-5.76346,1.97956,0.34441,-5.87627,1.91302,0.23908,-5.98196,1.91302,0.48181,-6.14345,1.97956,0.5386,-6.00546,1.91302,0.77222,-6.19956,1.91302,1.04163,-6.14671,2.05218,0.8233,-5.46102,2.05218,0.80456,-5.50539,2.00399,0.81378,-5.5148,2.00399,0.83635,-5.46221,2.00399,0.81811,-5.41423,2.05218,0.80871,-5.42264,2.05218,0.76531,-5.40557,2.05218,0.7261,-5.42589,2.00399,0.76385,-5.3929,2.05218,0.71719,-5.47972,2.00399,0.71485,-5.4183,2.05218,0.75151,-5.51548,2.00399,0.70371,-5.48387,2.00399,0.74604,-5.52942,-1.80482,0.01966,-5.45435};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_32_coordIndex_1()
		{
			int[] value = {170,162,0,-1,1,0,162,-1,163,146,2,-1,3,2,146,-1,147,148,4,-1,5,4,148,-1,149,150,6,-1,7,6,150,-1,164,151,8,-1,9,8,151,-1,165,166,10,-1,11,10,166,-1,167,168,12,-1,13,12,168,-1,152,169,14,-1,161,14,169,-1,180,15,153,-1,171,153,15,-1,16,17,155,-1,154,155,17,-1,18,19,156,-1,172,156,19,-1,20,21,157,-1,173,157,21,-1,22,23,158,-1,175,158,23,-1,24,25,174,-1,159,174,25,-1,176,26,160,-1,177,160,26,-1,27,28,178,-1,179,178,28,-1,170,0,161,-1,1,162,163,-1,163,2,1,-1,3,146,147,-1,147,4,3,-1,5,148,149,-1,149,6,5,-1,7,150,164,-1,164,8,7,-1,9,151,165,-1,165,10,9,-1,11,166,167,-1,167,12,11,-1,13,168,152,-1,152,14,13,-1,161,169,170,-1,180,153,179,-1,171,15,16,-1,16,155,171,-1,154,17,18,-1,18,156,154,-1,172,19,20,-1,20,157,172,-1,173,21,22,-1,22,158,173,-1,175,23,24,-1,24,174,175,-1,159,25,176,-1,176,160,159,-1,177,26,27,-1,27,178,177,-1,179,28,180,-1,29,30,31,-1,32,31,30,-1,33,34,35,-1,36,35,34,-1,182,37,38,-1,39,38,37,-1,40,41,42,-1,183,42,41,-1,43,44,45,-1,46,45,44,-1,47,48,49,-1,50,49,48,-1,51,52,53,-1,54,53,52,-1,55,56,57,-1,181,57,56,-1,187,58,59,-1,60,59,58,-1,61,62,63,-1,64,63,62,-1,65,66,67,-1,68,67,66,-1,69,70,71,-1,72,71,70,-1,73,74,75,-1,76,75,74,-1,77,78,79,-1,186,79,78,-1,185,80,81,-1,82,81,80,-1,83,84,85,-1,184,85,84,-1,190,86,87,-1,88,87,86,-1,89,90,91,-1,189,91,90,-1,188,92,93,-1,94,93,92,-1,95,96,97,-1,98,97,96,-1,99,100,101,-1,102,101,100,-1,103,104,105,-1,106,105,104,-1,107,108,109,-1,110,109,108,-1,111,112,113,-1,114,113,112,-1,115,116,117,-1,118,117,116,-1,119,120,121,-1,122,121,120,-1,123,124,125,-1,126,125,124,-1,127,128,129,-1,130,129,128,-1,191,131,132,-1,133,132,131,-1,134,135,136,-1,137,136,135,-1,138,139,140,-1,141,140,139,-1,142,143,144,-1,145,144,143,-1,29,31,181,-1,32,30,33,-1,33,35,32,-1,36,34,182,-1,182,38,36,-1,39,37,40,-1,40,42,39,-1,183,41,43,-1,43,45,183,-1,46,44,47,-1,47,49,46,-1,50,48,51,-1,51,53,50,-1,54,52,55,-1,55,57,54,-1,181,56,29,-1,187,59,184,-1,60,58,61,-1,61,63,60,-1,64,62,65,-1,65,67,64,-1,68,66,69,-1,69,71,68,-1,72,70,73,-1,73,75,72,-1,76,74,77,-1,77,79,76,-1,186,78,185,-1,185,81,186,-1,82,80,83,-1,83,85,82,-1,184,84,187,-1,190,87,114,-1,88,86,89,-1,89,91,88,-1,189,90,188,-1,188,93,189,-1,94,92,95,-1,95,97,94,-1,98,96,99,-1,99,101,98,-1,102,100,103,-1,103,105,102,-1,106,104,107,-1,107,109,106,-1,110,108,111,-1,111,113,110,-1,114,112,190,-1,115,117,145,-1,118,116,119,-1,119,121,118,-1,122,120,123,-1,123,125,122,-1,126,124,127,-1,127,129,126,-1,130,128,191,-1,191,132,130,-1,133,131,134,-1,134,136,133,-1,137,135,138,-1,138,140,137,-1,141,139,142,-1,142,144,141,-1,145,143,115,-1};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_32_texCoordIndex_1()
		{
			int[] value = {29,31,2,-1,4,2,31,-1,33,34,5,-1,7,5,34,-1,28,27,17,-1,16,17,27,-1,23,22,15,-1,14,15,22,-1,37,35,6,-1,4,6,35,-1,33,32,3,-1,1,3,32,-1,19,20,10,-1,11,10,20,-1,24,25,12,-1,13,12,25,-1,0,2,31,-1,33,31,2,-1,4,5,34,-1,36,34,5,-1,18,17,27,-1,23,27,17,-1,16,15,22,-1,21,22,15,-1,8,6,35,-1,33,35,6,-1,4,3,32,-1,30,32,3,-1,9,10,20,-1,24,20,10,-1,11,12,25,-1,26,25,12,-1,29,2,0,-1,4,31,33,-1,33,5,4,-1,7,34,36,-1,28,17,18,-1,16,27,23,-1,23,15,16,-1,14,22,21,-1,37,6,8,-1,4,35,33,-1,33,3,4,-1,1,32,30,-1,19,10,9,-1,11,20,24,-1,24,12,11,-1,13,25,26,-1,0,31,29,-1,33,2,4,-1,4,34,33,-1,36,5,7,-1,18,27,28,-1,23,17,16,-1,16,22,23,-1,21,15,14,-1,8,35,37,-1,33,6,4,-1,4,32,33,-1,30,3,1,-1,9,20,19,-1,24,10,11,-1,11,25,24,-1,26,12,13,-1,29,31,2,-1,4,2,31,-1,33,34,5,-1,7,5,34,-1,28,27,17,-1,16,17,27,-1,23,22,15,-1,14,15,22,-1,37,35,6,-1,4,6,35,-1,33,32,3,-1,1,3,32,-1,19,20,10,-1,11,10,20,-1,24,25,12,-1,13,12,25,-1,29,31,2,-1,4,2,31,-1,33,34,5,-1,7,5,34,-1,28,27,17,-1,16,17,27,-1,23,22,15,-1,14,15,22,-1,37,35,6,-1,4,6,35,-1,33,32,3,-1,1,3,32,-1,19,20,10,-1,11,10,20,-1,24,25,12,-1,13,12,25,-1,0,2,31,-1,33,31,2,-1,4,5,34,-1,36,34,5,-1,18,17,27,-1,23,27,17,-1,16,15,22,-1,21,22,15,-1,8,6,35,-1,33,35,6,-1,4,3,32,-1,30,32,3,-1,9,10,20,-1,24,20,10,-1,11,12,25,-1,26,25,12,-1,0,2,31,-1,33,31,2,-1,4,5,34,-1,36,34,5,-1,18,17,27,-1,23,27,17,-1,16,15,22,-1,21,22,15,-1,8,6,35,-1,33,35,6,-1,4,3,32,-1,30,32,3,-1,9,10,20,-1,24,20,10,-1,11,12,25,-1,26,25,12,-1,29,2,0,-1,4,31,33,-1,33,5,4,-1,7,34,36,-1,28,17,18,-1,16,27,23,-1,23,15,16,-1,14,22,21,-1,37,6,8,-1,4,35,33,-1,33,3,4,-1,1,32,30,-1,19,10,9,-1,11,20,24,-1,24,12,11,-1,13,25,26,-1,29,2,0,-1,4,31,33,-1,33,5,4,-1,7,34,36,-1,28,17,18,-1,16,27,23,-1,23,15,16,-1,14,22,21,-1,37,6,8,-1,4,35,33,-1,33,3,4,-1,1,32,30,-1,19,10,9,-1,11,20,24,-1,24,12,11,-1,13,25,26,-1,0,31,29,-1,33,2,4,-1,4,34,33,-1,36,5,7,-1,18,27,28,-1,23,17,16,-1,16,22,23,-1,21,15,14,-1,8,35,37,-1,33,6,4,-1,4,32,33,-1,30,3,1,-1,9,20,19,-1,24,10,11,-1,11,25,24,-1,26,12,13,-1,0,31,29,-1,33,2,4,-1,4,34,33,-1,36,5,7,-1,18,27,28,-1,23,17,16,-1,16,22,23,-1,21,15,14,-1,8,35,37,-1,33,6,4,-1,4,32,33,-1,30,3,1,-1,9,20,19,-1,24,10,11,-1,11,25,24,-1,26,12,13,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_32_point_1()
		{
			double[] value = {-1.49465,1.43955,-5.77386,-1.49465,1.51183,-5.45267,-1.49465,1.44439,-5.14355,-1.49465,1.29241,-4.92505,-1.49465,1.04967,-4.76356,-1.49465,0.75926,-4.70745,-1.49465,0.48986,-4.7603,-1.49465,0.27646,-4.89026,-1.49465,0.09194,-5.13315,-1.49465,0.01966,-5.45435,-1.49465,0.08709,-5.76346,-1.49465,0.23908,-5.98196,-1.49465,0.48181,-6.14345,-1.49465,0.77222,-6.19956,-1.49465,1.04163,-6.14671,1.60285,1.43955,-5.77386,1.60285,1.51183,-5.45267,1.60285,1.44439,-5.14355,1.60285,1.29241,-4.92505,1.60285,1.04967,-4.76356,1.60285,0.75926,-4.70745,1.60285,0.48986,-4.7603,1.60285,0.27646,-4.89026,1.60285,0.09194,-5.13315,1.60285,0.01966,-5.45435,1.60285,0.08709,-5.76346,1.60285,0.48181,-6.14345,1.60285,0.77222,-6.19956,1.60285,1.04163,-6.14671,-2.08702,1.24481,3.05127,-2.08702,1.42934,3.29416,-1.76134,1.42934,3.29416,-1.76134,1.50162,3.61536,-2.08702,1.50162,3.61536,-2.08702,1.43418,3.92447,-1.76134,1.43418,3.92447,-1.76134,1.2822,4.14297,-2.08702,1.03946,4.30446,-1.76134,1.03946,4.30446,-1.76134,0.74906,4.36057,-2.08702,0.74906,4.36057,-2.08702,0.47965,4.30772,-1.76134,0.47965,4.30772,-2.08702,0.26625,4.17776,-2.08702,0.08173,3.93487,-1.76134,0.08173,3.93487,-1.76134,0.00945,3.61368,-2.08702,0.00945,3.61368,-2.08702,0.07688,3.30456,-1.76134,0.07688,3.30456,-1.76134,0.22887,3.08606,-2.08702,0.22887,3.08606,-2.08702,0.47161,2.92457,-1.76134,0.47161,2.92457,-1.76134,0.76201,2.86846,-2.08702,0.76201,2.86846,-2.08702,1.03142,2.92132,-1.76134,1.03142,2.92132,-1.68248,1.42934,3.29416,-1.3568,1.42934,3.29416,-1.3568,1.50162,3.61536,-1.68248,1.50162,3.61536,-1.68248,1.43418,3.92447,-1.3568,1.43418,3.92447,-1.3568,1.2822,4.14297,-1.68248,1.2822,4.14297,-1.68248,1.03946,4.30446,-1.3568,1.03946,4.30446,-1.3568,0.74906,4.36057,-1.68248,0.74906,4.36057,-1.68248,0.47965,4.30772,-1.3568,0.47965,4.30772,-1.3568,0.26625,4.17776,-1.68248,0.26625,4.17776,-1.68248,0.08173,3.93487,-1.3568,0.08173,3.93487,-1.3568,0.00945,3.61368,-1.68248,0.00945,3.61368,-1.68248,0.07688,3.30456,-1.3568,0.07688,3.30456,-1.68248,0.47161,2.92457,-1.3568,0.47161,2.92457,-1.3568,0.76201,2.86846,-1.68248,0.76201,2.86846,-1.68248,1.03142,2.92132,-1.3568,1.03142,2.92132,1.86707,1.42934,3.29416,2.19275,1.42934,3.29416,2.19275,1.50162,3.61536,1.86707,1.50162,3.61536,1.86707,1.43418,3.92447,2.19275,1.43418,3.92447,1.86707,1.03946,4.30446,2.19275,1.03946,4.30446,2.19275,0.74906,4.36057,1.86707,0.74906,4.36057,1.86707,0.47965,4.30772,2.19275,0.47965,4.30772,2.19275,0.26625,4.17776,1.86707,0.26625,4.17776};
			return value;
		}
		private double[] getCoordinate_6_32_point_2()
		{
			double[] value = {1.86707,0.08173,3.93487,2.19275,0.08173,3.93487,2.19275,0.00945,3.61368,1.86707,0.00945,3.61368,1.86707,0.07688,3.30456,2.19275,0.07688,3.30456,2.19275,0.22887,3.08606,1.86707,0.22887,3.08606,1.86707,0.47161,2.92457,2.19275,0.47161,2.92457,2.19275,0.76201,2.86846,1.86707,0.76201,2.86846,1.86707,1.03142,2.92132,2.19275,1.03142,2.92132,2.19275,1.24481,3.05127,1.46253,1.24481,3.05127,1.46253,1.42934,3.29416,1.78821,1.42934,3.29416,1.78821,1.50162,3.61536,1.46253,1.50162,3.61536,1.46253,1.43418,3.92447,1.78821,1.43418,3.92447,1.78821,1.2822,4.14297,1.46253,1.2822,4.14297,1.46253,1.03946,4.30446,1.78821,1.03946,4.30446,1.78821,0.74906,4.36057,1.46253,0.74906,4.36057,1.46253,0.47965,4.30772,1.78821,0.47965,4.30772,1.78821,0.26625,4.17776,1.46253,0.08173,3.93487,1.78821,0.08173,3.93487,1.78821,0.00945,3.61368,1.46253,0.00945,3.61368,1.46253,0.07688,3.30456,1.78821,0.07688,3.30456,1.78821,0.22887,3.08606,1.46253,0.22887,3.08606,1.46253,0.47161,2.92457,1.78821,0.47161,2.92457,1.78821,0.76201,2.86846,1.46253,0.76201,2.86846,1.46253,1.03142,2.92132,1.78821,1.03142,2.92132,1.78821,1.24481,3.05127,-1.80482,1.44439,-5.14355,-1.80482,1.29241,-4.92505,-1.80482,1.04967,-4.76356,-1.80482,0.75926,-4.70745,-1.80482,0.48986,-4.7603,-1.80482,0.09194,-5.13315,-1.80482,0.77222,-6.19956,1.91302,1.43955,-5.77386,1.91302,1.29241,-4.92505,1.91302,1.44439,-5.14355,1.91302,1.04967,-4.76356,1.91302,0.48986,-4.7603,1.91302,0.09194,-5.13315,1.91302,0.23908,-5.98196,1.91302,0.48181,-6.14345,-1.49465,1.25502,-6.01675,-1.80482,1.43955,-5.77386,-1.80482,1.51183,-5.45267,-1.80482,0.27646,-4.89026,-1.80482,0.01966,-5.45435,-1.80482,0.08709,-5.76346,-1.80482,0.23908,-5.98196,-1.80482,0.48181,-6.14345,-1.80482,1.04163,-6.14671,-1.80482,1.25502,-6.01675,1.91302,1.51183,-5.45267,1.91302,0.75926,-4.70745,1.91302,0.27646,-4.89026,1.91302,0.08709,-5.76346,1.91302,0.01966,-5.45435,1.60285,0.23908,-5.98196,1.91302,0.77222,-6.19956,1.91302,1.04163,-6.14671,1.91302,1.25502,-6.01675,1.60285,1.25502,-6.01675,-1.76134,1.24481,3.05127,-2.08702,1.2822,4.14297,-1.76134,0.26625,4.17776,-1.3568,1.24481,3.05127,-1.68248,0.22887,3.08606,-1.3568,0.22887,3.08606,-1.68248,1.24481,3.05127,1.86707,1.2822,4.14297,2.19275,1.2822,4.14297,1.86707,1.24481,3.05127,1.46253,0.26625,4.17776};
			return value;
		}


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


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_38_texCoordIndex_1()
		{
			int[] value = {564,563,562,-1,561,562,560,-1,559,560,558,-1,556,557,558,-1,564,565,566,-1,566,565,567,-1,568,567,569,-1,571,570,569,-1,561,562,563,-1,559,560,562,-1,557,558,560,-1,556,558,557,-1,563,566,565,-1,568,567,565,-1,570,569,567,-1,571,569,570,-1,564,562,561,-1,561,560,559,-1,559,558,557,-1,564,566,563,-1,566,567,568,-1,568,569,570,-1,561,563,564,-1,559,562,561,-1,557,560,559,-1,563,565,564,-1,568,565,566,-1,570,567,568,-1,437,424,423,-1,437,423,421,-1,437,423,424,-1,437,421,423,-1,437,435,421,-1,445,443,435,-1,474,443,445,-1,474,472,443,-1,472,474,489,-1,497,495,488,-1,496,497,489,-1,475,473,487,-1,473,475,445,-1,444,445,437,-1,437,421,436,-1,420,421,435,-1,436,421,420,-1,442,444,436,-1,443,442,434,-1,472,471,442,-1,471,473,444,-1,471,472,488,-1,473,471,486,-1,494,496,487,-1,495,494,486,-1,327,90,88,-1,326,89,90,-1,328,91,89,-1,329,92,91,-1,330,93,92,-1,331,94,93,-1,332,95,94,-1,239,345,344,-1,238,344,340,-1,340,322,242,-1,322,297,242,-1,297,231,242,-1,347,345,239,-1,347,246,243,-1,349,243,245,-1,351,245,244,-1,350,244,247,-1,348,247,236,-1,237,341,346,-1,341,237,232,-1,343,232,241,-1,342,241,240,-1,339,240,233,-1,339,233,338,-1,185,78,79,-1,184,75,78,-1,194,74,75,-1,187,76,74,-1,76,187,190,-1,179,69,72,-1,180,65,69,-1,181,66,65,-1,182,67,66,-1,178,68,67,-1,189,71,68,-1,71,189,188,-1,70,188,186,-1,77,186,97,-1,97,186,124,-1,124,186,195,-1,242,231,195,-1,231,216,195,-1,191,234,242,-1,234,191,192,-1,192,188,189,-1,192,191,186,-1,234,235,238,-1,235,239,238,-1,208,208,452,-1,181,180,179,-1,301,307,320,-1,334,314,308,-1,314,334,335,-1,315,335,336,-1,316,336,337,-1,317,337,313,-1,302,299,304,-1,296,289,299,-1,289,296,282,-1,275,270,278,-1,270,275,273,-1,264,273,267,-1,268,260,259,-1,260,268,267,-1,259,267,272,-1,263,272,283,-1,292,285,279,-1,285,292,307,-1,274,265,261,-1,258,266,269,-1,265,274,266,-1,277,281,274,-1,288,295,281,-1,299,302,295,-1,306,319,302,-1,319,306,309,-1,310,323,321,-1,312,333,323,-1,311,324,333,-1,305,318,324,-1,318,305,300,-1,303,300,287,-1,294,287,277,-1,281,277,265,-1,153,161,160,-1,152,160,156,-1,161,153,152,-1,148,157,160,-1,145,150,157,-1,150,145,139,-1,123,131,143,-1,131,123,116,-1,120,116,107,-1,83,102,114,-1,82,101,102,-1,81,100,101,-1,80,99,100,-1,99,80,98,-1,115,119,111,-1,129,135,119,-1,135,129,137,-1,147,156,141,-1,112,104,117,-1,104,112,109,-1,86,109,106,-1,84,106,108,-1,85,108,110,-1,113,105,87,-1,105,113,120,-1,116,120,133,-1,126,133,142,-1,138,142,154,-1,146,154,162,-1,155,162,159,-1,154,146,151,-1,142,138,146,-1,132,125,138,-1,121,117,125,-1,293,286,227,-1,298,291,286,-1,291,298,290,-1,280,276,284,-1,271,262,276,-1,257,256,262,-1,255,254,256,-1,253,252,254,-1,230,229,252,-1,229,230,215,-1,214,215,197,-1,196,197,169,-1,171,169,165,-1,167,165,163,-1,164,163,149,-1,158,149,140,-1,144,140,130,-1,122,128,136,-1,128,122,127,-1,134,127,199,-1,213,212,198,-1,228,227,212,-1,47,47,49,-1,49,47,47,-1,47,49,47,-1,16,20,18,-1,24,41,20,-1,11,18,12,-1,7,12,17,-1,10,17,19,-1,15,19,40,-1,41,24,23,-1,24,39,38,-1,22,21,38,-1,20,41,40,-1,18,20,19,-1,18,17,12,-1,14,13,21,-1,8,9,13,-1,9,8,6,-1,531,526,517,-1,515,517,508,-1,505,508,503,-1,501,502,503,-1,531,539,540,-1,540,539,547,-1,550,547,553,-1,555,554,553,-1,510,521,515,-1,518,524,521,-1,538,534,536,-1,546,536,540,-1,530,521,524,-1,531,515,521,-1,530,535,539,-1,529,532,535,-1,545,535,532,-1,547,539,535,-1,545,548,553,-1,537,541,548,-1,546,549,543,-1,550,554,549,-1,551,549,554,-1,544,543,549,-1,551,548,541,-1,555,553,548,-1,510,506,513,-1,512,513,506,-1,536,534,528,-1,540,536,527,-1,527,528,525,-1,527,523,517,-1,508,517,523,-1,511,523,525,-1,511,507,503,-1,520,514,507,-1,504,507,514,-1,501,503,507,-1,504,506,502,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_38_texCoordIndex_2()
		{
			int[] value = {505,502,506,-1,564,563,562,-1,561,562,560,-1,559,560,558,-1,556,557,558,-1,564,565,566,-1,566,565,567,-1,568,567,569,-1,571,570,569,-1,516,517,526,-1,505,508,517,-1,502,503,508,-1,501,503,502,-1,526,540,539,-1,550,547,539,-1,554,552,547,-1,555,552,554,-1,505,516,522,-1,509,522,524,-1,546,536,533,-1,550,540,536,-1,529,524,522,-1,530,522,516,-1,531,539,535,-1,530,535,532,-1,537,532,535,-1,545,535,539,-1,547,552,548,-1,545,548,541,-1,538,542,549,-1,546,549,554,-1,555,554,549,-1,551,549,542,-1,544,541,548,-1,551,548,552,-1,518,513,506,-1,504,506,513,-1,527,528,533,-1,526,527,536,-1,523,525,528,-1,526,517,523,-1,511,523,517,-1,519,525,523,-1,508,503,507,-1,511,507,514,-1,512,514,507,-1,504,507,503,-1,501,502,506,-1,509,506,502,-1,561,562,563,-1,559,560,562,-1,557,558,560,-1,556,558,557,-1,563,566,565,-1,568,567,565,-1,570,569,567,-1,571,569,570,-1,531,517,515,-1,515,508,505,-1,505,503,502,-1,531,540,526,-1,540,547,550,-1,550,553,554,-1,510,515,505,-1,518,521,510,-1,538,536,546,-1,546,540,550,-1,530,524,529,-1,531,521,530,-1,530,539,531,-1,529,535,530,-1,545,532,537,-1,547,535,545,-1,545,553,547,-1,537,548,545,-1,546,543,538,-1,550,549,546,-1,551,554,555,-1,544,549,551,-1,551,541,544,-1,555,548,551,-1,510,513,518,-1,512,506,504,-1,536,528,527,-1,540,527,526,-1,527,525,523,-1,527,517,526,-1,508,523,511,-1,511,525,520,-1,511,503,508,-1,520,507,511,-1,504,514,512,-1,501,507,504,-1,504,502,501,-1,505,506,510,-1,564,562,561,-1,561,560,559,-1,559,558,557,-1,564,566,563,-1,566,567,568,-1,568,569,570,-1,516,526,531,-1,505,517,516,-1,502,508,505,-1,526,539,531,-1,550,539,540,-1,554,547,550,-1,505,522,509,-1,509,524,518,-1,546,533,538,-1,550,536,546,-1,529,522,530,-1,530,516,531,-1,531,535,530,-1,530,532,529,-1,537,535,545,-1,545,539,547,-1,547,548,545,-1,545,541,537,-1,538,549,546,-1,546,554,550,-1,555,549,551,-1,551,542,544,-1,544,548,551,-1,551,552,555,-1,518,506,509,-1,504,513,512,-1,527,533,536,-1,526,536,540,-1,523,528,527,-1,526,523,527,-1,511,517,508,-1,519,523,511,-1,508,507,511,-1,511,514,519,-1,512,507,504,-1,504,503,501,-1,501,506,504,-1,509,502,505,-1,561,563,564,-1,559,562,561,-1,557,560,559,-1,563,565,564,-1,568,565,566,-1,570,567,568,-1,206,207,432,-1,207,206,430,-1,206,206,430,-1,206,206,207,-1,207,207,431,-1,432,431,430,-1,60,48,50,-1,60,50,48,-1,60,60,48,-1,61,61,60,-1,445,435,437,-1,472,489,488,-1,497,488,489,-1,496,489,487,-1,475,487,489,-1,473,445,444,-1,444,437,436,-1,420,435,434,-1,436,420,434,-1,442,436,434,-1,443,434,435,-1,472,442,443,-1,471,444,442,-1,471,488,486,-1,473,486,487,-1,494,487,486,-1,495,486,488,-1,327,88,325,-1,326,90,327,-1,328,89,326,-1,329,91,328,-1,330,92,329,-1,331,93,330,-1,332,94,331,-1,239,344,238,-1,238,340,242,-1,347,239,246,-1,347,243,349,-1,349,245,351,-1,351,244,350,-1,350,247,348,-1,348,236,346,-1,237,346,236,-1,341,232,343,-1,343,241,342,-1,342,240,339,-1,185,79,193,-1,184,78,185,-1,194,75,184,-1,187,74,194,-1,76,190,72,-1,179,72,190,-1,180,69,179,-1,181,65,180,-1,182,66,181,-1,178,67,182,-1,189,68,178,-1,71,188,70,-1,70,186,77,-1,242,195,186,-1,191,242,186,-1,234,192,235,-1,192,186,188,-1,234,238,242,-1,208,452,452,-1,301,320,308,-1,334,308,320,-1,314,335,315,-1,315,336,316,-1,316,337,317,-1,317,313,304,-1,302,304,313,-1,296,299,302,-1,289,282,278,-1,275,278,282,-1,270,273,264,-1,264,267,259,-1,268,259,267,-1,260,267,259,-1,259,272,263,-1,263,283,279,-1,292,279,283,-1,285,307,301,-1,274,261,269,-1,258,269,261,-1,265,266,258,-1,277,274,265,-1,288,281,277,-1,299,295,288,-1,306,302,299,-1,319,309,321,-1,310,321,309,-1,312,323,310,-1,311,333,312,-1,305,324,311,-1,318,300,303,-1,303,287,294,-1,294,277,281,-1,281,265,274,-1,153,160,152,-1,152,156,147,-1,161,152,160,-1,148,160,152,-1,145,157,148,-1,150,139,143,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_38_texCoordIndex_3()
		{
			int[] value = {123,143,139,-1,131,116,120,-1,120,107,114,-1,83,114,107,-1,82,102,83,-1,81,101,82,-1,80,100,81,-1,99,98,111,-1,115,111,98,-1,129,119,115,-1,135,137,141,-1,147,141,137,-1,112,117,121,-1,104,109,86,-1,86,106,84,-1,84,108,85,-1,85,110,87,-1,113,87,110,-1,105,120,116,-1,116,133,126,-1,126,142,138,-1,138,154,146,-1,146,162,155,-1,155,159,151,-1,154,151,159,-1,142,146,154,-1,132,138,142,-1,121,125,132,-1,293,227,228,-1,298,286,293,-1,291,290,284,-1,280,284,290,-1,271,276,280,-1,257,262,271,-1,255,256,257,-1,253,254,255,-1,230,252,253,-1,229,215,214,-1,214,197,196,-1,196,169,171,-1,171,165,167,-1,167,163,164,-1,164,149,158,-1,158,140,144,-1,144,130,136,-1,122,136,130,-1,128,127,134,-1,134,199,198,-1,213,198,199,-1,228,212,213,-1,49,47,49,-1,16,18,11,-1,24,20,16,-1,11,12,7,-1,7,17,10,-1,10,19,15,-1,15,40,23,-1,41,23,40,-1,24,38,23,-1,22,38,39,-1,20,40,19,-1,18,19,17,-1,14,21,22,-1,8,13,14,-1,206,432,430,-1,207,430,431,-1,206,430,430,-1,206,207,207,-1,207,431,432,-1,432,430,430,-1,60,48,48,-1,61,60,60,-1,428,426,419,-1,419,426,425,-1,419,425,417,-1,419,417,394,-1,378,419,394,-1,378,394,377,-1,378,377,375,-1,378,375,374,-1,378,395,419,-1,383,379,373,-1,380,383,376,-1,393,383,380,-1,402,393,396,-1,418,402,416,-1,427,418,422,-1,362,356,387,-1,385,387,440,-1,453,439,440,-1,453,440,463,-1,456,463,440,-1,456,440,441,-1,388,441,440,-1,388,387,356,-1,359,354,389,-1,388,389,449,-1,456,441,449,-1,476,456,458,-1,485,476,469,-1,485,477,470,-1,480,470,457,-1,461,457,429,-1,381,433,429,-1,381,384,363,-1,224,361,363,-1,224,248,205,-1,205,183,174,-1,174,183,204,-1,201,204,226,-1,250,226,354,-1,250,359,356,-1,250,356,217,-1,249,217,356,-1,249,356,362,-1,249,362,360,-1,385,386,360,-1,448,386,385,-1,455,448,439,-1,453,463,466,-1,466,464,455,-1,465,464,466,-1,484,466,463,-1,484,463,476,-1,476,463,456,-1,484,476,485,-1,484,485,491,-1,468,466,484,-1,468,484,492,-1,460,468,478,-1,454,465,468,-1,447,454,460,-1,450,460,462,-1,391,450,451,-1,392,447,450,-1,358,392,391,-1,357,391,390,-1,357,355,219,-1,225,358,357,-1,220,225,222,-1,209,222,219,-1,210,221,220,-1,249,251,221,-1,210,217,249,-1,201,250,217,-1,173,201,217,-1,173,217,210,-1,173,209,200,-1,173,210,209,-1,174,201,173,-1,174,173,103,-1,177,174,118,-1,224,177,166,-1,224,218,352,-1,381,361,352,-1,381,382,438,-1,461,433,438,-1,480,461,467,-1,485,480,483,-1,1,0,170,-1,172,170,0,-1,3,1,172,-1,5,3,175,-1,175,172,1,-1,202,175,2,-1,203,202,4,-1,353,223,459,-1,223,176,479,-1,176,96,490,-1,96,63,499,-1,63,64,498,-1,500,498,64,-1,62,73,493,-1,353,223,459,-1,223,176,479,-1,176,96,490,-1,96,63,499,-1,63,64,498,-1,500,498,64,-1,62,73,493,-1,353,223,459,-1,223,176,479,-1,176,96,490,-1,96,63,499,-1,63,64,498,-1,500,498,64,-1,62,73,493,-1,383,373,376,-1,393,380,396,-1,402,396,416,-1,418,416,422,-1,362,387,385,-1,385,440,439,-1,388,440,387,-1,388,356,359,-1,359,389,388,-1,388,449,441,-1,456,449,458,-1,476,458,469,-1,485,469,477,-1,485,470,480,-1,480,457,461,-1,461,429,433,-1,381,429,384,-1,381,363,361,-1,224,363,248,-1,224,205,177,-1,205,174,177,-1,174,204,201,-1,201,226,250,-1,250,354,359,-1,249,360,251,-1,385,360,362,-1,448,385,439,-1,455,439,453,-1,466,455,453,-1,465,466,468,-1,484,491,492,-1,468,492,478,-1,460,478,462,-1,454,468,460,-1,447,460,450,-1,450,462,451,-1,391,451,390,-1,392,450,391,-1,358,391,357,-1,357,390,355,-1,357,219,222,-1,225,357,222,-1,220,222,209,-1,209,219,200,-1,210,220,209,-1,249,221,210,-1,173,200,103,-1,174,103,118,-1,177,118,166,-1,224,166,218,-1,224,352,361,-1,381,352,382,-1,381,438,433,-1,461,438,467,-1,480,467,483,-1,485,483,491,-1,1,170,172,-1,172,0,1,-1,3,172,175,-1,5,175,203,-1,175,1,2,-1,202,2,4,-1,203,4,5,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_38_texCoordIndex_4()
		{
			int[] value = {353,459,446,-1,223,479,459,-1,176,490,479,-1,96,499,490,-1,63,498,499,-1,500,64,62,-1,62,493,500,-1,353,459,446,-1,223,479,459,-1,176,490,479,-1,96,499,490,-1,63,498,499,-1,500,64,62,-1,62,493,500,-1,353,459,446,-1,223,479,459,-1,176,490,479,-1,96,499,490,-1,63,498,499,-1,500,64,62,-1,62,493,500,-1,414,32,33,-1,37,404,415,-1,43,401,404,-1,401,43,44,-1,397,45,46,-1,42,400,398,-1,400,42,36,-1,413,372,414,-1,414,372,59,-1,35,32,59,-1,364,51,59,-1,364,403,36,-1,403,364,405,-1,36,25,51,-1,365,364,372,-1,366,365,371,-1,367,366,370,-1,367,369,368,-1,51,52,58,-1,52,53,57,-1,53,54,56,-1,54,55,56,-1,58,34,35,-1,57,31,34,-1,56,30,31,-1,55,29,30,-1,54,28,29,-1,53,27,28,-1,52,26,27,-1,51,25,26,-1,405,364,365,-1,406,365,366,-1,407,366,367,-1,408,367,368,-1,409,368,369,-1,410,369,370,-1,411,370,371,-1,412,371,372,-1,414,33,415,-1,37,415,33,-1,43,404,37,-1,401,44,399,-1,397,46,398,-1,42,398,46,-1,400,36,403,-1,414,59,32,-1,364,59,372,-1,364,36,51,-1,365,372,371,-1,366,371,370,-1,367,370,369,-1,51,58,59,-1,52,57,58,-1,53,56,57,-1,58,35,59,-1,57,34,58,-1,56,31,57,-1,55,30,56,-1,54,29,55,-1,53,28,54,-1,52,27,53,-1,51,26,52,-1,405,365,406,-1,406,366,407,-1,407,367,408,-1,408,368,409,-1,409,369,410,-1,410,370,411,-1,411,371,412,-1,412,372,413,-1,168,211,482,-1,168,482,481,-1,211,168,481,-1,211,481,482,-1,168,481,481,-1,168,481,168,-1,482,482,481,-1,482,481,481,-1,211,211,482,-1,211,482,482,-1,168,168,211,-1,168,211,211,-1,211,168,481,-1,211,481,482,-1,168,211,482,-1,168,482,481,-1,481,168,168,-1,481,168,481,-1,482,482,481,-1,482,481,481,-1,211,211,482,-1,211,482,482,-1,168,168,211,-1,168,211,211,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_38_point_1()
		{
			double[] value = {-1.38513,3.98462,-3.66072,1.48879,3.98462,-3.66072,0.85749,4.02269,-3.66142,1.49765,4.00621,-3.55706,0.85137,4.04428,-3.55776,1.48998,4.04171,-2.48636,0.8437,4.07978,-2.48706,1.47721,4.06815,-2.12053,1.48998,4.05583,-1.934,0.8437,4.09391,-1.93471,0.84591,4.10623,-2.12124,-0.73036,4.09389,-1.93471,-1.38633,4.05583,-1.934,-1.37355,4.06815,-2.12053,-1.38633,4.04171,-2.48636,-0.73036,4.07976,-2.48706,-0.73257,4.1062,-2.12124,-1.39399,4.00621,-3.55706,-0.73802,4.04426,-3.55776,-0.74415,4.02267,-3.66142,0.05711,4.06329,-3.55811,0.05824,4.04169,-3.66177,0.05443,4.09879,-2.48741,0.05665,4.12523,-2.12159,0.05443,4.11291,-1.93506,-1.80027,0.80929,-2.46848,1.8983,0.80929,-2.46848,1.8983,0.80844,-1.8737,-1.80027,0.79249,-3.22334,1.8983,0.79249,-3.22334,-1.80027,0.79316,-3.65406,1.8983,0.79316,-3.65406,-1.80027,0.79313,-3.96704,1.8983,0.79313,-3.96704,-1.80027,0.78844,-4.25881,1.8983,0.78844,-4.25881,-1.80027,0.79562,-4.33647,1.8983,0.79562,-4.33647,-1.80027,0.79999,-4.4112,1.8983,0.79999,-4.4112,-0.83874,1.5351,-6.12175,-1.90605,1.5351,-6.12175,-1.90605,1.50794,-6.19304,-0.83874,1.50794,-6.19304,-1.84254,1.52545,-6.48911,-1.79808,1.54183,-6.53536,-0.8408,1.52545,-6.48911,-1.6726,1.53711,-6.56715,-0.76391,1.49933,-6.60395,-1.91371,1.65693,-6.05509,-0.84481,1.65693,-6.05509,-0.84373,1.75988,-5.92203,-1.92138,1.75988,-5.92203,-0.84447,1.82674,-5.72226,-1.92649,1.82674,-5.72226,-0.84447,1.82739,-5.21978,-1.92649,1.82739,-5.21978,-0.84481,1.70441,-4.88156,-1.91371,1.70441,-4.88156,-0.83714,1.5859,-4.76865,-0.8378,1.51219,-4.71722,-1.87174,1.51219,-4.71722,-1.90605,1.5859,-4.76865,-0.83484,1.46121,-4.67895,-1.88188,1.46121,-4.67895,-0.84028,1.27043,-4.59216,-1.87422,1.27043,-4.59216,-0.83963,0.9223,-4.47376,-1.83859,0.9223,-4.47376,-0.83486,0.8424,-4.44644,0.93019,0.9223,-4.47376,1.93663,0.9223,-4.47376,1.91874,0.8424,-4.44644,0.93084,1.27043,-4.59216,1.97226,1.27043,-4.59216,0.92539,1.46121,-4.67895,1.97992,1.46121,-4.67895,0.92836,1.51219,-4.71722,1.96977,1.51219,-4.71722,0.9277,1.5859,-4.76865,0.93536,1.70441,-4.88156,2.01175,1.70441,-4.88156,2.00408,1.5859,-4.76865,0.93502,1.82739,-5.21978,2.02452,1.82739,-5.21978,0.93502,1.82674,-5.72226,2.02452,1.82674,-5.72226,0.93428,1.75988,-5.92203,2.01941,1.75988,-5.92203,0.93536,1.65693,-6.05509,2.01175,1.65693,-6.05509,0.9277,1.5351,-6.12175,2.00408,1.5351,-6.12175,0.9277,1.50794,-6.19304,2.00408,1.50794,-6.19304,0.92976,1.52545,-6.48911,1.94057,1.52545,-6.48911,1.89612,1.54183,-6.53536,1.77063,1.53711,-6.56715,0.87888,1.49933,-6.60395};
			return value;
		}
		private double[] getCoordinate_6_38_point_2()
		{
			double[] value = {0.05749,1.49898,-6.6227,0.92588,1.0947,-6.28486,-0.83533,1.0947,-6.28486,0.92588,1.11744,-6.08123,-1.71731,3.10371,-4.17456,-1.75102,3.10371,-4.17456,-1.78927,2.96167,-4.18769,-1.81699,2.80543,-4.19642,-1.78328,2.80543,-4.19642,-1.75556,2.96167,-4.18769,-1.81699,2.81974,-3.73152,-1.78328,2.81974,-3.73152,-1.81699,2.8341,-3.26375,-1.78328,2.8341,-3.26375,-1.81699,2.84576,-2.78732,-1.78328,2.84576,-2.78732,-1.78161,3.01515,-2.78253,-1.7408,3.15704,-2.7773,-1.70709,3.15704,-2.7773,-1.7479,3.01515,-2.78253,-1.67556,3.40139,-2.76996,-1.64185,3.40139,-2.76996,-1.5877,3.70889,-2.75594,-1.53012,3.84844,-2.75699,-1.49641,3.84844,-2.75699,-1.554,3.70889,-2.75594,-1.50457,3.9084,-2.77533,-1.47086,3.9084,-2.77533,-1.48924,3.93048,-2.82455,-1.48924,3.91978,-3.55943,-1.45553,3.91978,-3.55943,-1.45553,3.93048,-2.82455,-1.48924,3.91608,-3.6053,-1.45553,3.91608,-3.6053,-1.50457,3.88933,-3.65362,-1.47086,3.88933,-3.65362,-1.59026,3.67222,-3.88964,-1.66022,3.4234,-4.16188,-1.62651,3.4234,-4.16188,-1.55655,3.67222,-3.88964,-1.51481,3.89185,-2.23149,-1.4811,3.89185,-2.23149,-1.45555,3.95158,-2.19716,-1.45044,3.95819,-2.05155,-1.48414,3.95819,-2.05155,-1.48925,3.95158,-2.19716,-1.4811,3.89592,-2.01101,-1.51481,3.89592,-2.01101,-1.554,3.71494,-1.9998,-1.5877,3.71494,-1.9998,-1.63674,3.4313,-2.00244,-1.67045,3.4313,-2.00244,-1.70709,3.1715,-1.99371,-1.7408,3.1715,-1.99371,-1.75045,3.02195,-1.98701,-1.78416,3.02195,-1.98701,-1.76796,2.92336,-1.99307,-1.77052,2.87932,-2.03165,-1.80423,2.87932,-2.03165,-1.80167,2.92336,-1.99307,-1.77818,2.87292,-2.16544,-1.81189,2.87292,-2.16544,-1.77052,2.89976,-2.20533,-1.80423,2.89976,-2.20533,-1.75045,3.00957,-2.23099,-1.78416,3.00957,-2.23099,-1.70709,3.17115,-2.22609,-1.7408,3.17115,-2.22609,-1.63674,3.41935,-2.22278,-1.67045,3.41935,-2.22278,-1.554,3.71066,-2.23211,-1.5877,3.71066,-2.23211,1.58728,3.91978,-3.55943,1.55919,3.91978,-3.55943,1.55919,3.91608,-3.6053,1.58728,3.91608,-3.6053,1.57452,3.88933,-3.65362,1.58728,3.93048,-2.82455,1.60261,3.9084,-2.77533,1.57452,3.9084,-2.77533,1.55919,3.93048,-2.82455,1.62816,3.84844,-2.75699,1.60007,3.84844,-2.75699,1.68574,3.70889,-2.75594,1.7736,3.40139,-2.76996,1.74551,3.40139,-2.76996,1.65765,3.70889,-2.75594,1.83883,3.15704,-2.7773,1.81074,3.15704,-2.7773,1.87964,3.01515,-2.78253,1.91502,2.84576,-2.78732,1.88693,2.84576,-2.78732,1.85155,3.01515,-2.78253,1.91502,2.8341,-3.26375,1.88693,2.8341,-3.26375,1.91502,2.81974,-3.73152,1.88693,2.81974,-3.73152,1.91502,2.80543,-4.19642,1.88693,2.80543,-4.19642,1.88731,2.96167,-4.18769};
			return value;
		}
		private double[] getCoordinate_6_38_point_3()
		{
			double[] value = {1.84905,3.10371,-4.17456,1.82096,3.10371,-4.17456,1.85922,2.96167,-4.18769,1.75825,3.4234,-4.16188,1.73016,3.4234,-4.16188,1.6883,3.67222,-3.88964,1.60261,3.88933,-3.65362,1.66021,3.67222,-3.88964,1.8541,3.00957,-2.23099,1.8822,3.00957,-2.23099,1.83883,3.17115,-2.22609,1.87417,2.89976,-2.20533,1.90226,2.89976,-2.20533,1.88184,2.87292,-2.16544,1.90993,2.87292,-2.16544,1.87417,2.87932,-2.03165,1.90226,2.87932,-2.03165,1.87162,2.92336,-1.99307,1.8541,3.02195,-1.98701,1.8822,3.02195,-1.98701,1.89971,2.92336,-1.99307,1.81074,3.1715,-1.99371,1.83883,3.1715,-1.99371,1.7404,3.4313,-2.00244,1.76849,3.4313,-2.00244,1.65765,3.71494,-1.9998,1.68574,3.71494,-1.9998,1.58475,3.89592,-2.01101,1.61284,3.89592,-2.01101,1.55409,3.95819,-2.05155,1.58218,3.95819,-2.05155,1.5592,3.95158,-2.19716,1.58475,3.89185,-2.23149,1.61284,3.89185,-2.23149,1.58729,3.95158,-2.19716,1.65765,3.71066,-2.23211,1.68574,3.71066,-2.23211,1.7404,3.41935,-2.22278,1.76849,3.41935,-2.22278,1.81074,3.17115,-2.22609,-1.66734,2.96127,-4.87097,-1.63363,2.93935,-4.81708,-0.74135,2.97331,-4.98691,-1.6933,2.98251,-4.83652,-1.65959,2.96059,-4.78262,-1.65436,3.121,-4.7027,-1.58513,3.40181,-4.45007,-1.55142,3.37989,-4.39617,-1.62065,3.09907,-4.6488,-1.50291,3.66238,-4.17758,-1.4692,3.64046,-4.12368,-1.44666,3.83045,-4.00418,-1.41295,3.83143,-3.9507,-1.39474,3.89748,-3.94549,-1.33416,3.91397,-3.94621,-0.74567,3.96307,-3.96557,0.05749,3.97027,-4.02141,0.86065,3.96307,-3.96557,1.43219,3.91397,-3.94621,1.49277,3.89748,-3.94549,1.54469,3.83045,-4.00418,1.51661,3.83143,-3.9507,1.60095,3.66238,-4.17758,1.57286,3.64046,-4.12368,1.68316,3.40181,-4.45007,1.65507,3.37989,-4.39617,1.75239,3.121,-4.7027,1.79134,2.98251,-4.83652,1.76325,2.96059,-4.78262,1.72431,3.09907,-4.6488,1.76538,2.96127,-4.87097,1.73729,2.93935,-4.81708,0.85632,2.99524,-5.0408,0.05749,2.98985,-5.109,0.05749,2.96793,-5.05511,0.85632,2.97331,-4.98691,-0.74135,2.99524,-5.0408,-1.73586,1.49166,-6.5476,-1.65618,1.60982,-6.45175,-1.00421,1.57712,-6.51801,-1.88219,1.49408,-6.34541,-1.80251,1.61224,-6.24956,-1.00421,1.45896,-6.61386,0.02955,1.56295,-6.55489,0.02955,1.44479,-6.65074,1.03027,1.57262,-6.51792,1.03027,1.45447,-6.61377,1.67987,1.59633,-6.4515,1.7808,1.47818,-6.54735,1.86868,1.61209,-6.25788,1.96961,1.49393,-6.35372,-1.94828,1.38003,-6.26159,2.03098,1.38439,-6.26898,-1.83971,1.07188,-6.39164,1.94601,1.07635,-6.39262,-1.7217,1.0197,-6.5389,1.76192,1.01071,-6.53873,-0.96172,0.98701,-6.60515,1.05387,0.9915,-6.60523,0.03427,0.97733,-6.64212};
			return value;
		}
		private double[] getCoordinate_6_38_point_4()
		{
			double[] value = {-1.75234,1.14696,3.16392,-1.75234,1.29458,3.35823,-1.68248,1.02048,3.30952,-1.68248,1.1204,3.44104,-1.68248,0.49059,3.91952,-1.68248,0.39067,3.78799,-1.75234,0.21649,3.8708,-1.75234,0.36411,4.06511,-1.75234,1.3524,3.61519,-1.75234,1.29845,3.86248,-1.68248,1.15954,3.61497,-1.68248,1.12302,3.78236,-1.75234,1.17686,4.03728,-1.75234,0.98268,4.16647,-1.68248,1.04072,3.90068,-1.68248,0.90928,3.98812,-1.75234,0.53482,4.16908,-1.68248,0.60614,3.98989,-1.75234,0.75035,4.21136,-1.68248,0.75203,4.01851,-1.75234,0.97624,3.05996,-1.68248,0.90493,3.23915,-1.68248,0.75904,3.21053,-1.68248,0.35153,3.61406,-1.75234,0.15867,3.61385,-1.68248,0.38804,3.44668,-1.75234,0.21261,3.36655,-1.75234,0.3342,3.19175,-1.75234,0.52839,3.06256,-1.68248,0.47034,3.32836,-1.68248,0.60179,3.24091,-1.75234,0.76072,3.01767,1.85807,1.29458,3.35823,1.85807,1.14696,3.16392,1.78821,1.1204,3.44104,1.85807,0.36411,4.06511,1.85807,0.21649,3.8708,1.78821,0.39067,3.78799,1.78821,1.15954,3.61497,1.85807,1.3524,3.61519,1.85807,1.29845,3.86248,1.78821,1.12302,3.78236,1.78821,1.04072,3.90068,1.85807,1.17686,4.03728,1.85807,0.98268,4.16647,1.78821,0.90928,3.98812,1.78821,0.49059,3.91952,1.78821,0.60614,3.98989,1.85807,0.53482,4.16908,1.85807,0.75035,4.21136,1.78821,0.75203,4.01851,1.78821,1.02048,3.30952,1.78821,0.90493,3.23915,1.85807,0.97624,3.05996,1.85807,0.76072,3.01767,1.85807,0.15867,3.61385,1.78821,0.35153,3.61406,1.85807,0.21261,3.36655,1.78821,0.38804,3.44668,1.85807,0.3342,3.19175,1.78821,0.47034,3.32836,1.85807,0.52839,3.06256,1.78821,0.60179,3.24091,1.78821,0.75904,3.21053,-0.75862,1.3505,-2.0541,-0.75862,0.86314,-2.04529,-0.75862,1.09113,3.55951,0.8173,0.86314,-2.04529,0.8173,1.3505,-2.0541,0.8173,1.32545,3.55041,-0.75862,1.32545,3.55041,0.8173,1.09113,3.55951,-2.2337,1.00406,7.08241,-2.10309,1.0127,7.5767,-2.2026,1.00937,7.45374,2.32113,1.00406,7.08241,2.29003,1.00937,7.45374,2.19052,1.0127,7.5767,-2.2337,1.1916,7.07985,2.32113,1.1916,7.07985,-1.80027,0.80844,-1.8737,0.53143,2.09297,-4.47282,0.50692,2.04395,-4.4683,0.37868,1.42072,-4.48162,0.45677,1.98165,-4.46837,0.34184,1.92415,-4.46843,0.13496,1.9002,-4.46846,-0.05985,1.38117,-4.48166,-0.09072,1.94332,-4.46841,-0.21401,2.01999,-4.46832,-0.25162,2.07749,-4.46826,0.15469,1.34304,-4.48947,-0.01052,1.39571,-4.45073,-0.05231,1.42688,-4.47815,-0.2622,2.09053,-4.4774,-0.04696,1.92031,-4.37692,-0.18697,1.99225,-4.43633,0.12531,1.36689,-4.39127,0.26949,1.38133,-4.45074,0.15991,1.89152,-4.33577};
			return value;
		}
		private double[] getCoordinate_6_38_point_5()
		{
			double[] value = {0.37398,1.42688,-4.47815,0.29156,1.90594,-4.37694,0.51515,2.0498,-4.47745,0.43993,1.9635,-4.43636,-1.14859,2.29681,-3.96094,-1.16151,2.46422,-4.02814,-0.98061,2.48433,-4.03286,-0.9832,2.28423,-3.95799,-0.79713,2.46923,-4.02932,-0.67051,2.33958,-3.97097,-0.79713,2.29179,-3.95976,-0.61622,2.41849,-4.008,-0.66017,2.52577,-4.01462,-0.79712,2.59622,-4.03114,-0.98061,2.64907,-4.04354,-1.15893,2.62389,-4.03763,-1.17443,2.65366,-4.01256,-0.97803,2.69643,-4.02259,-0.77902,2.64108,-4.00961,-0.54646,2.5132,-4.01168,-0.64983,2.56811,-3.9925,-0.48185,2.5811,-4.0276,-0.56197,2.5505,-3.98838,-0.53611,2.59077,-3.99782,-0.56197,2.69392,-4.022,-0.51803,2.69686,-4.05474,-0.66015,2.82475,-4.05268,-0.62657,2.84782,-4.09014,-0.83331,2.92539,-4.07628,-1.00646,2.97866,-4.12082,-0.82039,2.95856,-4.1161,-1.00129,2.94804,-4.08159,-1.14084,2.92288,-4.07569,-1.31399,2.84782,-4.09014,-1.15634,2.95101,-4.11433,-1.29073,2.82727,-4.05327,-1.41219,2.67882,-4.01846,-1.44062,2.58824,-3.99722,-1.46646,2.57107,-4.02525,-1.41219,2.5505,-3.98838,-1.42253,2.51822,-4.01285,-1.30106,2.56811,-3.9925,-1.28039,2.52577,-4.01462,-1.35017,2.42855,-4.01036,-1.28556,2.33456,-3.96979,-1.15634,2.26116,-3.92053,-0.98061,2.25109,-3.91817,-0.7842,2.26619,-3.92171,-0.6679,2.31651,-3.93351,-0.59554,2.30435,-3.96271,-0.61105,2.28883,-3.92702,-0.60847,2.22342,-3.91168,-0.48185,2.40248,-3.98572,-0.44567,2.59077,-3.99782,-0.56197,2.20873,-3.94028,-0.44049,2.4071,-3.95475,-0.63433,2.12825,-3.92141,-0.53094,2.19324,-3.9046,-0.6679,2.17309,-3.89988,-0.78679,2.09761,-3.88218,-0.77387,2.05023,-3.90312,-0.6188,2.10769,-3.88455,-0.97028,2.01752,-3.89545,-0.76096,2.02213,-3.86448,-0.97028,2.06742,-3.8751,-1.15893,2.09005,-3.88041,-1.15893,2.05022,-3.90312,-0.97028,1.98942,-3.85681,-1.16668,2.0196,-3.86389,-1.34758,2.11274,-3.88573,-1.3114,2.17814,-3.90106,-1.34758,2.22593,-3.91227,-1.32949,2.14334,-3.92495,-1.39668,2.20623,-3.9397,-1.37084,2.30435,-3.96271,-1.33725,2.28632,-3.92643,-1.27781,2.30896,-3.93174,-1.4768,2.41003,-3.98748,-1.42253,2.19071,-3.90401,-1.52073,2.41212,-3.95593,-1.44579,2.68679,-4.05238,-1.51556,2.57566,-3.99427,-1.48713,2.70146,-4.02377,-1.35017,2.88014,-4.06567,-1.17702,2.99081,-4.09162,-1.00646,3.02352,-4.09929,-0.81005,3.00088,-4.09398,-0.59554,2.87507,-4.06448,-0.487,2.71908,-4.0279,-0.88949,2.38985,-4.65231,-0.98454,2.44088,-4.66133,-0.98454,2.51995,-4.32411,-1.08392,2.46892,-4.3151,-0.8505,2.29545,-4.63313,-0.88949,2.46892,-4.3151,-0.8505,2.21766,-4.60603,-0.8505,2.37452,-4.29592,-1.1229,2.37452,-4.29592,-1.08392,2.38985,-4.65231,-1.1229,2.29673,-4.26882};
			return value;
		}
		private double[] getCoordinate_6_38_point_6()
		{
			double[] value = {-1.1229,2.29545,-4.63313,-0.8505,2.29673,-4.26882,-1.1229,2.21766,-4.60603,-1.12219,3.70337,-2.46182,-1.2367,3.59118,-2.47227,-0.70049,3.59118,-2.47227,-1.33849,3.25458,-2.50363,-0.60825,3.25458,-2.50363,-1.39893,2.88868,-2.56159,-0.55098,2.88868,-2.56159,-1.4212,2.55234,-2.59391,-0.51917,2.55234,-2.59391,-1.41938,2.12396,-2.63382,-0.52235,2.10866,-2.63525,-0.56296,1.72208,-2.69414,-1.38049,1.72208,-2.69414,-1.36458,1.65069,-2.70079,-0.57887,1.65069,-2.70079,1.03069,3.70337,-2.46182,0.91618,3.59118,-2.47227,1.45239,3.59118,-2.47227,0.81439,3.25458,-2.50363,1.54463,3.25458,-2.50363,0.75395,2.88868,-2.56159,1.6019,2.88868,-2.56159,0.73168,2.55234,-2.59391,1.63371,2.55234,-2.59391,0.7335,2.12396,-2.63382,1.63053,2.10866,-2.63525,1.58992,1.72208,-2.69414,0.77239,1.72208,-2.69414,0.7883,1.65069,-2.70079,1.57401,1.65069,-2.70079,-0.03059,3.70288,-2.02338,-0.14511,3.59068,-2.03383,0.39111,3.59068,-2.03383,-0.24689,3.25408,-2.0652,0.48335,3.25408,-2.0652,-0.30733,2.88818,-2.12315,0.54061,2.88818,-2.12315,-0.3296,2.55185,-2.15547,0.57242,2.55185,-2.15547,-0.32779,2.12346,-2.19538,0.56925,2.10816,-2.19681,0.52864,1.72158,-2.2557,-0.2889,1.72158,-2.2557,-0.27298,1.65019,-2.26235,0.51272,1.65019,-2.26235,-0.815,3.70337,-2.46182,1.33788,3.70337,-2.46182,0.2766,3.70288,-2.02338,2.18455,1.20222,7.1388,-0.93535,1.0067,4.46254,1.05999,1.0067,4.46254,-0.93535,0.98413,2.81249,1.05999,0.98413,2.81249,-0.93535,1.23393,2.95073,-0.93535,1.42091,3.15713,-0.93535,1.26664,4.3067,-0.93535,1.51937,3.36473,-0.93535,1.43045,4.11321,-0.93535,1.52669,3.8994,-0.93535,1.5653,3.61555,1.05999,1.23393,2.95073,1.05999,1.26664,4.3067,1.05999,1.42091,3.15713,1.05999,1.43045,4.11321,1.05999,1.51937,3.36473,1.05999,1.52669,3.8994,1.05999,1.5653,3.61555,-2.09513,1.20222,7.1388,-0.04135,1.05064,-5.5275,-0.21563,0.84151,-5.52774,-1.52623,0.70905,-5.52789,-1.51228,0.82756,-5.52776,-0.21563,0.84135,-5.39377,-0.04135,1.05049,-5.39353,-1.51228,0.82741,-5.39378,-1.52623,0.7089,-5.39391,0.33859,0.84151,-5.52774,0.16431,1.05064,-5.5275,1.63524,0.82756,-5.52776,1.64919,0.70905,-5.52789,0.16431,1.05049,-5.39353,0.33859,0.84135,-5.39377,1.64919,0.7089,-5.39391,1.63524,0.82741,-5.39378,-1.49465,0.08709,-5.76346,-1.49465,1.25502,-6.01675,-1.49465,0.48181,-6.14345,-1.49465,0.77222,-6.19956,-1.49465,1.04163,-6.14671,-1.49465,1.44439,-5.14355,-1.49465,1.29241,-4.92505,-1.49465,0.27646,-4.89026,-1.49465,0.75926,-4.70745,-1.49465,0.48986,-4.7603,-1.49465,1.04967,-4.76356,1.60285,0.08709,-5.76346,1.60285,0.23908,-5.98196};
			return value;
		}
		private double[] getCoordinate_6_38_point_7()
		{
			double[] value = {1.60285,0.77222,-6.19956,1.60285,0.48181,-6.14345,1.60285,0.09194,-5.13315,1.60285,1.04967,-4.76356,1.60285,1.29241,-4.92505,1.60285,0.75926,-4.70745,-1.49465,1.43955,-5.77386,-1.49465,0.23908,-5.98196,-1.49465,1.51183,-5.45267,-1.49465,0.09194,-5.13315,-1.49465,0.01966,-5.45435,1.60285,1.43955,-5.77386,1.60285,0.01966,-5.45435,1.60285,1.51183,-5.45267,1.60285,1.25502,-6.01675,1.60285,1.04163,-6.14671,1.60285,1.44439,-5.14355,1.60285,0.48986,-4.7603,1.60285,0.27646,-4.89026,-1.30045,3.8844,-3.89217,1.46468,3.86791,-3.89146,-1.82071,0.8424,-4.44644,-1.76134,1.50162,3.61536,-1.76134,0.00945,3.61368,-1.76134,0.22887,3.08606,-1.76134,0.76201,2.86846,-1.76134,1.43418,3.92447,-1.76134,1.2822,4.14297,-1.76134,0.26625,4.17776,-1.76134,0.74906,4.36057,-1.76134,0.47965,4.30772,-1.68248,0.08173,3.93487,-1.68248,1.50162,3.61536,-1.68248,1.42934,3.29416,-1.68248,0.74906,4.36057,-1.68248,1.03946,4.30446,-1.68248,0.22887,3.08606,-1.68248,0.47161,2.92457,-1.68248,1.24481,3.05127,-1.3568,0.00945,3.61368,-1.3568,1.42934,3.29416,-1.3568,0.07688,3.30456,-1.3568,0.22887,3.08606,-1.3568,1.24481,3.05127,-1.3568,0.76201,2.86846,-1.3568,0.47161,2.92457,-1.3568,1.43418,3.92447,-1.3568,1.2822,4.14297,-1.3568,0.74906,4.36057,-1.3568,0.47965,4.30772,-1.3568,1.03946,4.30446,1.86707,1.24481,3.05127,1.86707,0.07688,3.30456,1.86707,0.76201,2.86846,1.86707,0.47161,2.92457,1.86707,1.2822,4.14297,1.86707,1.03946,4.30446,1.86707,0.74906,4.36057,1.78821,1.2822,4.14297,1.78821,1.03946,4.30446,1.78821,0.07688,3.30456,1.78821,0.47161,2.92457,1.78821,0.76201,2.86846,1.46253,0.07688,3.30456,1.46253,0.22887,3.08606,1.46253,0.47161,2.92457,1.46253,0.76201,2.86846,1.46253,1.03142,2.92132,1.46253,0.08173,3.93487,1.46253,0.26625,4.17776,1.46253,0.47965,4.30772,1.46253,1.2822,4.14297,1.46253,0.74906,4.36057,1.46253,1.03946,4.30446,-1.76134,0.07688,3.30456,-1.76134,1.42934,3.29416,-1.76134,1.24481,3.05127,-1.76134,0.47161,2.92457,-1.76134,1.03142,2.92132,-1.76134,0.08173,3.93487,-1.76134,1.03946,4.30446,-1.68248,1.43418,3.92447,-1.68248,1.2822,4.14297,-1.68248,0.26625,4.17776,-1.68248,0.47965,4.30772,-1.68248,0.00945,3.61368,-1.68248,0.07688,3.30456,-1.68248,0.76201,2.86846,-1.68248,1.03142,2.92132,-1.3568,1.50162,3.61536,-1.3568,1.03142,2.92132,-1.3568,0.08173,3.93487,-1.3568,0.26625,4.17776,1.86707,1.50162,3.61536,1.86707,1.42934,3.29416,1.86707,1.03142,2.92132,1.86707,0.22887,3.08606,1.86707,0.00945,3.61368,1.86707,1.43418,3.92447,1.86707,0.08173,3.93487};
			return value;
		}
		private double[] getCoordinate_6_38_point_8()
		{
			double[] value = {1.86707,0.47965,4.30772,1.86707,0.26625,4.17776,1.78821,1.42934,3.29416,1.78821,1.50162,3.61536,1.78821,1.43418,3.92447,1.78821,0.47965,4.30772,1.78821,0.26625,4.17776,1.78821,0.74906,4.36057,1.78821,0.08173,3.93487,1.78821,0.00945,3.61368,1.78821,0.22887,3.08606,1.78821,1.03142,2.92132,1.78821,1.24481,3.05127,1.46253,0.00945,3.61368,1.46253,1.50162,3.61536,1.46253,1.24481,3.05127,1.46253,1.42934,3.29416,1.46253,1.43418,3.92447,-0.83533,1.11744,-6.08123,-1.36103,3.86791,-3.89146,-0.74567,3.9335,-3.91153,0.05749,3.9407,-3.96737,0.86065,3.9335,-3.91153,1.4041,3.8844,-3.89217,0.92542,0.8424,-4.44644,-2.27219,1.06538,5.2282,2.36161,1.19338,6.77229,-2.22149,1.19808,6.99746,2.31487,1.19808,6.99746,-2.09512,4.23142,-3.00149,2.18455,4.23142,-3.00149,2.18455,4.24859,-1.74602,-2.22149,0.91624,-1.5955,2.36161,0.91792,-1.47258,2.36161,1.0067,4.46254,-2.27219,0.91792,-1.47258,2.36161,0.98413,2.81249,2.36161,1.52669,3.8994,2.36161,1.43045,4.11321,2.36161,1.5653,3.61555,2.36161,1.51937,3.36473,2.36161,1.42091,3.15713,2.36161,1.23393,2.95073,-2.27219,1.42091,3.15713,-2.27219,1.51937,3.36473,-2.27219,1.19338,6.77229,-2.27219,1.19538,6.84009,2.36161,1.19538,6.84009,-2.09512,4.24859,-1.74602,2.31487,0.91624,-1.5955,-2.09512,0.91454,-1.70041,2.18455,0.91454,-1.70041,2.36161,1.06538,5.2282,2.36161,1.26664,4.3067,-2.27219,0.98413,2.81249,-2.27219,1.23393,2.95073,-2.27219,1.5653,3.61555,-2.27219,1.52669,3.8994,-2.27219,1.43045,4.11321,-2.27219,1.26664,4.3067,-2.27219,1.0067,4.46254};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_6_39_point_1()
		{
			double[] value = {0.119,4.64,0.123,4.49,0.137,4.212,0.137,4.212,0.179,3.979,0.179,3.979,0.701,4.524,0.701,4.567,0.704,4.525,0.704,4.525,0.704,4.567,0.704,4.568,0.71,4.577,0.71,4.527,0.71,4.527,0.71,4.57,0.71,4.571,0.713,4.578,0.713,4.579,0.719,4.58,0.719,4.581,0.724,4.532,0.724,4.532,0.728,4.571,0.729,4.571,0.735,3.97,0.735,3.993,0.735,4.026,0.735,4.06,0.735,4.1,0.735,4.145,0.735,4.179,0.735,4.357,0.735,4.604,0.735,4.21,0.735,4.234,0.735,3.284,0.735,4.615,0.736,4.56,0.736,4.56,0.737,4.581,0.738,4.581,0.744,3.265,0.744,4.64,0.767,4.663,0.767,3.047,0.767,3.248,0.902,4.508,0.902,4.525,0.905,4.504,0.913,4.525,0.926,3.97,0.926,3.993,0.926,4.026,0.926,4.06,0.926,4.1,0.926,4.145,0.926,4.179,0.926,4.21,0.926,4.234,0.932,4.525,0.932,4.542,1.002,4.042,1.002,4.443,1.004,4.237,1.017,4.131,1.017,4.132,1.017,4.122,1.018,4.106,1.018,4.11,1.018,4.084,1.018,4.088,1.018,4.092,1.019,4.007,1.02,4.072,1.021,4.042,1.021,4.08,1.023,4.087,1.023,3.987,1.024,3.975,1.025,4.281,1.025,4.282,1.025,4.283,1.025,4.283,1.025,4.285,1.026,4.286,1.026,4.29,1.026,4.293,1.026,3.962,1.026,3.963,1.026,3.964,1.026,3.965,1.026,3.966,1.026,3.966,1.026,3.967,1.026,3.968,1.026,4.604,1.026,4.09,1.027,4.305,1.027,4.281};
			return value;
		}
		private double[] getTextureCoordinate_6_39_point_2()
		{
			double[] value = {1.027,4.282,1.027,4.283,1.027,4.283,1.027,4.424,1.027,4.307,1.027,4.308,1.027,4.285,1.027,4.309,1.028,4.286,1.028,4.29,1.028,4.293,1.029,4.305,1.029,4.307,1.029,4.308,1.029,4.309,1.03,4.327,1.03,4.332,1.03,4.332,1.032,4.573,1.032,4.327,1.032,4.332,1.032,4.332,1.034,4.31,1.035,4.37,1.035,4.089,1.036,4.371,1.036,4.372,1.036,4.307,1.036,4.307,1.036,4.377,1.037,4.331,1.037,4.37,1.038,4.371,1.038,4.372,1.038,4.303,1.038,4.377,1.039,4.328,1.042,4.415,1.042,4.416,1.042,4.417,1.042,4.374,1.044,4.415,1.044,4.416,1.044,4.417,1.044,4.371,1.046,4.439,1.047,4.444,1.048,4.448,1.048,4.449,1.048,4.414,1.048,4.439,1.049,4.454,1.049,4.452,1.049,4.453,1.049,4.444,1.049,4.454,1.05,4.448,1.05,4.449,1.05,4.411,1.051,4.454,1.051,4.452,1.051,4.453,1.052,4.454,1.052,4.44,1.054,4.44,1.056,4.45,1.057,4.687,1.058,4.445,1.06,4.775,1.061,4.453,1.061,4.726,1.063,4.448,1.065,4.577,1.066,4.429,1.075,4.575,1.079,4.299,1.093,4.782,1.093,4.68,1.098,4.106,1.098,4.11,1.098,4.131,1.098,4.132,1.098,4.122,1.098,4.584,1.098,4.042,1.098,3.987,1.098,4.087,1.098,4.08,1.098,4.084,1.098,4.088,1.098,4.092,1.098,4.019,1.098,4.022,1.098,3.975,1.098,4.072,1.102,4.083,1.103,4.456,1.103,4.461,1.103,4.309,1.103,4.313};
			return value;
		}
		private double[] getTextureCoordinate_6_39_point_3()
		{
			double[] value = {1.114,4.224,1.114,4.527,1.121,4.065,1.121,4.065,1.123,4.55,1.123,4.666,1.129,4.55,1.129,4.505,1.13,4.408,1.137,4.244,1.159,4.333,1.163,4.438,1.163,4.309,1.163,4.312,1.163,4.457,1.163,4.462,1.163,4.083,1.178,4.45,1.178,4.849,1.18,4.153,1.18,4.256,1.189,4.31,1.196,4.187,1.206,4.944,1.21,4.826,1.212,4.212,1.221,4.566,1.222,4.309,1.222,4.313,1.222,4.456,1.222,4.461,1.224,4.083,1.229,4.072,1.229,3.975,1.229,4.019,1.229,4.022,1.229,4.092,1.229,4.08,1.229,4.084,1.229,4.088,1.229,3.987,1.229,4.042,1.229,4.087,1.23,4.122,1.23,4.131,1.23,4.132,1.23,4.106,1.23,4.11,1.23,4.801,1.235,4.361,1.239,4.534,1.242,4.331,1.263,4.448,1.266,4.453,1.268,4.445,1.27,4.45,1.272,4.44,1.274,4.44,1.274,4.454,1.275,4.452,1.275,4.453,1.275,4.454,1.276,4.411,1.276,4.448,1.276,4.449,1.277,4.444,1.277,4.454,1.277,4.452,1.277,4.453,1.277,4.454,1.278,4.439,1.278,4.414,1.278,4.448,1.278,4.449,1.279,4.444,1.28,4.439,1.282,4.371,1.282,4.416,1.282,4.417,1.282,4.415,1.284,4.374,1.285,4.416,1.285,4.417,1.285,4.415,1.287,4.328,1.288,4.377,1.288,4.303,1.288,4.371,1.288,4.372,1.289,4.37,1.29,4.331,1.29,4.307,1.29,4.377,1.291,4.307,1.291,4.371,1.291,4.372,1.291,4.37,1.291,4.089,1.293,4.31,1.294,4.332};
			return value;
		}
		private double[] getTextureCoordinate_6_39_point_4()
		{
			double[] value = {1.294,4.332,1.294,4.327,1.296,4.332,1.296,4.332,1.297,4.309,1.297,4.307,1.297,4.308,1.297,4.327,1.297,4.305,1.298,4.293,1.298,4.286,1.298,4.29,1.299,4.285,1.299,4.309,1.299,4.281,1.299,4.282,1.299,4.283,1.299,4.283,1.299,4.307,1.299,4.308,1.3,4.305,1.301,4.293,1.301,4.09,1.301,4.286,1.301,4.29,1.301,3.962,1.301,3.963,1.301,3.964,1.301,3.965,1.301,3.966,1.301,3.966,1.301,3.967,1.301,3.968,1.301,4.285,1.302,4.281,1.302,4.282,1.302,4.283,1.302,4.283,1.302,3.975,1.304,3.987,1.304,4.087,1.306,4.08,1.306,4.042,1.307,4.072,1.309,4.084,1.309,4.088,1.309,4.092,1.309,4.106,1.309,4.11,1.31,4.122,1.31,4.131,1.31,4.132,1.331,4.949,1.332,4.998,1.333,4.643,1.34,4.069,1.344,4.484,1.346,4.103,1.346,4.132,1.346,4.623,1.349,4.288,1.349,4.919,1.356,4.326,1.362,4.888,1.393,3.97,1.393,3.993,1.393,4.026,1.393,4.06,1.393,4.1,1.393,4.145,1.393,4.179,1.393,4.21,1.393,4.234,1.415,4.431,1.418,4.425,1.428,4.396,1.435,4.383,1.461,4.358,1.469,4.079,1.471,4.102,1.473,4.347,1.481,4.945,1.481,4.979,1.482,4.086,1.486,4.91,1.502,4.315,1.504,4.278,1.504,4.502,1.504,4.646,1.506,4.682,1.513,4.041,1.513,4.073,1.513,4.112,1.519,4.072,1.521,4.337,1.527,4.06,1.528,4.333,1.528,3.047,1.528,3.248,1.528,4.663};
			return value;
		}
		private double[] getTextureCoordinate_6_39_point_5()
		{
			double[] value = {1.551,3.265,1.551,4.64,1.557,4.079,1.56,3.284,1.56,4.615,1.56,3.97,1.56,3.993,1.56,4.026,1.56,4.06,1.56,4.1,1.56,4.145,1.56,4.179,1.56,4.21,1.56,4.234,1.56,4.357,1.56,4.604,1.563,4.34,1.577,4.349,1.585,4.102,1.586,4.099,1.589,4.908,1.6,4.906,1.603,4.368,1.604,4.892,1.604,4.887,1.607,4.377,1.621,4.408,1.623,4.411,1.627,4.433,1.634,4.89,1.644,4.548,1.644,4.526,1.644,4.526,1.645,4.926,1.649,4.936,1.649,4.931,1.649,4.931,1.649,4.92,1.654,4.958,1.666,4.322,1.666,4.488,1.666,4.598,1.669,4.943,1.669,4.937,1.669,4.937,1.669,4.926,1.673,4.998,1.675,4.139,1.677,4.292,1.682,4.632,1.686,4.103,1.698,4.071,1.774,4.183,1.778,4.365,1.78,4.208,1.78,4.338,1.787,4.534,1.787,4.799,1.796,4.566,1.799,4.944,1.81,4.174,1.816,4.826,1.823,4.148,1.826,4.44,1.83,4.313,1.832,4.253,1.844,4.333,1.844,4.844,1.873,4.246,1.873,4.55,1.873,4.68,1.879,4.953,1.879,4.948,1.879,4.948,1.879,4.937,1.879,4.937,1.887,4.523,1.896,4.586,1.901,4.226,1.901,4.782,1.912,4.689,1.928,4.416,1.936,4.225,1.94,4.703,1.944,4.422,1.944,4.584,1.95,4.961,1.95,4.955,1.95,4.955,1.95,4.944,1.965,4.604,1.976,4.586,1.981,4.42,1.986,4.007,1.987,4.957,1.987,4.952,1.987,4.952,1.987,4.941,1.996,4.23,2.0,4.443};
			return value;
		}
		private double[] getTextureCoordinate_6_39_point_6()
		{
			double[] value = {2.004,4.042,2.058,3.717,2.083,3.82,2.084,3.606,2.128,3.716,2.143,3.901,2.148,3.799,2.149,3.628,2.16,3.513,2.196,3.864,2.196,3.864,2.21,3.554,2.218,3.716,2.232,3.771,2.233,3.656,2.257,3.972,2.257,3.972,2.263,3.455,2.265,3.816,2.274,3.606,2.274,3.606,2.287,3.92,2.287,3.92,2.292,3.507,2.326,3.854,2.329,3.574,2.408,3.43,2.408,3.487,2.408,3.56,2.408,3.869,2.408,3.942,2.408,3.999,2.486,3.855,2.489,3.575,2.489,3.575,2.524,3.922,2.528,3.509,2.542,3.824,2.551,3.614,2.553,3.974,2.558,3.458,2.583,3.773,2.584,3.658,2.584,3.658,2.597,3.713,2.606,3.876,2.619,3.565,2.655,3.916,2.666,3.801,2.668,3.631,2.672,3.528,2.688,3.713,2.731,3.823,2.731,3.823,2.733,3.61,2.757,3.712,3.452,4.115,3.528,4.524,3.534,3.675,3.717,4.847,3.769,3.308,4.069,5.127,4.087,3.078,4.536,2.976,4.536,5.238,4.985,5.136,5.002,3.086,5.302,4.906,5.355,3.366,5.537,4.538,5.543,3.69,5.619,4.098};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_45_coordIndex_1()
		{
			int[] value = {357,467,0,-1,1,0,2,-1,1,357,0,-1,1,3,358,-1,358,3,4,-1,359,4,5,-1,360,5,6,-1,7,6,8,-1,362,8,253,-1,8,9,254,-1,6,10,9,-1,11,10,6,-1,4,12,11,-1,3,13,12,-1,1,14,13,-1,14,1,2,-1,15,16,14,-1,17,18,16,-1,18,19,16,-1,19,20,21,-1,20,22,23,-1,23,22,24,-1,24,25,26,-1,26,25,27,-1,28,27,401,-1,9,28,255,-1,10,26,28,-1,29,26,10,-1,12,23,29,-1,21,23,12,-1,16,21,13,-1,30,31,18,-1,31,32,19,-1,19,32,33,-1,33,34,20,-1,34,35,22,-1,22,35,36,-1,24,36,37,-1,25,37,38,-1,27,38,39,-1,256,401,39,-1,38,258,402,-1,403,256,39,-1,402,257,403,-1,37,259,258,-1,36,404,259,-1,35,260,404,-1,260,35,34,-1,33,262,405,-1,32,31,40,-1,32,41,261,-1,32,261,262,-1,32,262,33,-1,263,261,41,-1,41,40,42,-1,43,44,42,-1,30,43,40,-1,42,44,45,-1,46,42,47,-1,406,263,46,-1,48,407,406,-1,264,265,407,-1,49,47,50,-1,289,422,51,-1,50,47,45,-1,52,51,45,-1,289,52,288,-1,288,52,53,-1,53,52,45,-1,44,426,425,-1,426,44,43,-1,43,302,430,-1,43,30,431,-1,431,30,54,-1,55,294,428,-1,294,55,56,-1,57,429,56,-1,56,55,266,-1,54,408,266,-1,408,54,30,-1,409,408,17,-1,409,15,58,-1,267,268,58,-1,267,2,59,-1,269,267,59,-1,410,269,60,-1,61,411,410,-1,411,61,62,-1,63,277,270,-1,271,412,57,-1,412,272,298,-1,274,484,298,-1,273,484,274,-1,275,483,484,-1,275,276,483,-1,276,64,483,-1,413,64,276,-1,413,277,63,-1,64,280,279,-1,64,279,482,-1,278,482,279,-1,278,481,482,-1,286,481,278,-1,286,486,481,-1,64,63,280,-1,63,62,414,-1,61,416,414,-1,61,65,415,-1,65,60,417,-1,60,59,418,-1,59,281,418,-1,2,281,59,-1,2,0,281,-1,281,0,282,-1,467,282,0,-1,467,283,282,-1,467,466,283,-1,66,284,283,-1,419,284,66,-1,285,419,354,-1,420,285,67,-1,286,420,353,-1,423,50,51,-1,421,287,50,-1,287,48,50,-1,264,48,287,-1,68,289,288,-1,69,422,289,-1,70,423,422,-1,291,421,423,-1,290,291,70,-1,424,290,71,-1,71,70,69,-1,72,71,73,-1,74,73,75,-1,73,69,68,-1,75,68,76,-1,77,75,78,-1,79,78,80,-1,78,76,81,-1,76,288,53,-1,80,81,82,-1,83,80,84,-1,85,86,87,-1,88,85,84,-1,81,53,425,-1,426,88,82,-1,85,88,89,-1,86,85,90,-1,90,91,92,-1,92,91,292,-1,93,91,90,-1,427,292,94,-1,91,94,292,-1,91,93,94,-1,428,427,94,-1,294,293,427,-1,293,294,429,-1,57,296,295,-1,298,297,296,-1,298,300,297,-1,484,300,298,-1,484,299,300,-1,484,301,299,-1,484,385,301,-1,88,426,430,-1,302,93,89,-1,431,94,93,-1,356,95,355,-1,96,97,95,-1,96,95,356,-1,98,96,356,-1,98,99,469,-1,100,469,361,-1,101,361,470,-1,102,470,471,-1,103,471,303,-1,104,103,432,-1,105,102,103,-1,105,106,101,-1,107,100,101,-1,108,98,100,-1,109,96,98,-1,96,109,110,-1,111,112,110,-1,113,114,112,-1,113,111,115,-1,116,115,111,-1,117,116,118,-1,117,119,120,-1,121,122,120,-1,121,123,124,-1,125,124,304,-1,124,104,305,-1,123,105,104,-1,123,120,106,-1,119,107,106,-1,119,118,108,-1,118,111,109,-1,126,127,114,-1,128,126,113,-1,128,115,116,-1,129,116,130,-1,131,130,116,-1,131,117,122,-1,132,122,121,-1,133,121,125,-1,134,125,306,-1,307,135,306,-1,433,134,135,-1,434,135,307,-1,308,309,135,-1,310,133,134,-1,311,132,133,-1,312,131,132,-1,131,312,435,-1,436,129,130,-1,126,128,136,-1,128,313,136,-1,128,436,313,-1,128,129,436,-1,313,314,137,-1,138,136,137,-1,139,140,138,-1,140,127,126,-1,139,141,142,-1,141,137,143,-1,314,315,143,-1,437,144,143,-1,438,316,144,-1,142,143,144,-1,450,449,145,-1,142,146,147,-1,145,148,147,-1,449,149,145,-1,149,453,145,-1,145,453,150,-1,151,139,148,-1,139,151,460,-1,140,460,461,-1,127,140,461,-1,127,456,344,-1,457,152,153,-1,152,457,346,-1,347,154,346,-1,152,154,317,-1,318,153,152,-1,153,318,114,-1,318,319,112,-1,112,319,440,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_45_coordIndex_2()
		{
			int[] value = {440,441,97,-1,441,155,97,-1,441,320,156,-1,320,321,157,-1,322,158,157,-1,158,322,442,-1,444,159,160,-1,323,317,154,-1,443,323,347,-1,380,325,443,-1,324,325,380,-1,161,326,324,-1,326,161,328,-1,328,161,381,-1,327,328,381,-1,444,327,381,-1,381,329,445,-1,381,162,329,-1,330,329,162,-1,330,162,387,-1,331,330,387,-1,331,387,352,-1,381,445,159,-1,160,159,445,-1,332,158,160,-1,157,158,332,-1,156,157,333,-1,155,156,334,-1,155,335,336,-1,97,155,336,-1,97,336,95,-1,336,337,95,-1,355,95,337,-1,355,337,338,-1,355,338,468,-1,339,465,468,-1,339,447,464,-1,447,340,463,-1,340,341,462,-1,341,331,352,-1,146,163,450,-1,448,451,163,-1,448,146,144,-1,316,448,144,-1,449,164,165,-1,450,166,164,-1,163,167,166,-1,451,452,167,-1,452,342,168,-1,342,424,72,-1,167,168,169,-1,168,72,74,-1,169,74,77,-1,166,169,170,-1,164,170,171,-1,170,77,79,-1,171,79,83,-1,165,171,172,-1,149,165,173,-1,173,172,174,-1,172,83,87,-1,86,175,174,-1,175,176,177,-1,453,173,177,-1,176,151,150,-1,176,175,178,-1,175,86,179,-1,180,178,179,-1,180,92,454,-1,180,181,182,-1,343,183,455,-1,180,455,183,-1,180,183,181,-1,343,344,456,-1,345,457,344,-1,457,345,458,-1,459,347,346,-1,348,184,347,-1,184,348,349,-1,380,184,349,-1,380,349,350,-1,380,350,351,-1,380,351,383,-1,151,176,182,-1,181,461,460,-1,183,456,461,-1,352,486,353,-1,462,353,67,-1,463,67,354,-1,464,354,66,-1,465,66,466,-1,467,355,468,-1,357,356,355,-1,356,357,358,-1,99,358,359,-1,469,359,360,-1,361,360,7,-1,470,7,362,-1,471,362,472,-1,363,364,474,-1,366,365,473,-1,368,365,366,-1,367,368,475,-1,367,476,369,-1,370,369,371,-1,372,373,477,-1,373,376,374,-1,376,375,374,-1,376,479,375,-1,376,377,480,-1,377,378,379,-1,380,383,386,-1,185,161,380,-1,381,161,185,-1,381,185,186,-1,381,186,187,-1,188,387,162,-1,481,189,190,-1,191,64,482,-1,64,191,192,-1,483,192,382,-1,484,382,385,-1,383,384,485,-1,385,382,485,-1,192,193,485,-1,193,185,386,-1,194,186,185,-1,191,194,193,-1,186,194,195,-1,194,191,190,-1,189,196,195,-1,196,188,187,-1,387,481,486,-1,481,387,188,-1,188,196,189,-1,197,487,388,-1,198,489,487,-1,198,199,488,-1,199,200,389,-1,200,201,390,-1,201,202,490,-1,202,391,490,-1,202,491,391,-1,201,392,491,-1,200,393,392,-1,200,199,492,-1,198,394,492,-1,394,198,197,-1,395,197,203,-1,203,388,396,-1,203,396,397,-1,204,205,494,-1,498,399,204,-1,206,496,494,-1,495,398,496,-1,497,400,399,-1,400,204,399,-1,400,495,205,-1,495,206,205,-1,1,358,357,-1,358,4,359,-1,359,5,360,-1,360,6,7,-1,7,8,362,-1,362,253,472,-1,8,254,253,-1,6,9,8,-1,11,6,5,-1,4,11,5,-1,3,12,4,-1,1,13,3,-1,14,2,58,-1,15,14,58,-1,17,16,15,-1,19,21,16,-1,20,23,21,-1,23,24,29,-1,24,26,29,-1,26,27,28,-1,28,401,255,-1,9,255,254,-1,10,28,9,-1,29,10,11,-1,12,29,11,-1,21,12,13,-1,16,13,14,-1,30,18,17,-1,31,19,18,-1,19,33,20,-1,34,22,20,-1,22,36,24,-1,24,37,25,-1,25,38,27,-1,27,39,401,-1,38,402,39,-1,402,403,39,-1,37,258,38,-1,36,259,37,-1,35,404,36,-1,260,34,405,-1,33,405,34,-1,32,40,41,-1,263,41,46,-1,41,42,46,-1,43,42,40,-1,30,40,31,-1,42,45,47,-1,46,47,49,-1,406,46,49,-1,48,406,49,-1,264,407,48,-1,49,50,48,-1,289,51,52,-1,50,45,51,-1,53,45,425,-1,44,425,45,-1,426,43,430,-1,43,431,302,-1,431,54,428,-1,55,428,54,-1,294,56,429,-1,56,266,271,-1,54,266,55,-1,408,30,17,-1,409,17,15,-1,409,58,268,-1,267,58,2,-1,269,59,60,-1,410,60,65,-1,61,410,65,-1,411,62,270,-1,63,270,62,-1,271,57,56,-1,412,298,57,-1,274,298,272,-1,275,484,273,-1,413,63,64,-1,63,414,280,-1,61,414,62,-1,61,415,416,-1,65,417,415,-1,60,418,417,-1,66,283,466,-1,419,66,354,-1,285,354,67,-1,420,67,353,-1,286,353,486,-1,423,51,422,-1,421,50,423,-1,68,288,76,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_45_coordIndex_3()
		{
			int[] value = {69,289,68,-1,70,422,69,-1,291,423,70,-1,290,70,71,-1,424,71,72,-1,71,69,73,-1,72,73,74,-1,74,75,77,-1,73,68,75,-1,75,76,78,-1,77,78,79,-1,79,80,83,-1,78,81,80,-1,76,53,81,-1,80,82,84,-1,83,84,87,-1,85,87,84,-1,88,84,82,-1,81,425,82,-1,426,82,425,-1,85,89,90,-1,86,90,179,-1,90,92,179,-1,92,292,454,-1,93,90,89,-1,428,94,431,-1,294,427,428,-1,293,429,295,-1,57,295,429,-1,298,296,57,-1,88,430,89,-1,302,89,430,-1,431,93,302,-1,98,356,99,-1,98,469,100,-1,100,361,101,-1,101,470,102,-1,102,471,103,-1,103,303,432,-1,104,432,305,-1,105,103,104,-1,105,101,102,-1,107,101,106,-1,108,100,107,-1,109,98,108,-1,96,110,97,-1,111,110,109,-1,113,112,111,-1,116,111,118,-1,117,118,119,-1,117,120,122,-1,121,120,123,-1,121,124,125,-1,125,304,306,-1,124,305,304,-1,123,104,124,-1,123,106,105,-1,119,106,120,-1,119,108,107,-1,118,109,108,-1,126,114,113,-1,128,113,115,-1,128,116,129,-1,131,116,117,-1,131,122,132,-1,132,121,133,-1,133,125,134,-1,134,306,135,-1,433,135,309,-1,308,135,434,-1,310,134,433,-1,311,133,310,-1,312,132,311,-1,131,435,130,-1,436,130,435,-1,126,136,138,-1,313,137,136,-1,138,137,141,-1,139,138,141,-1,140,126,138,-1,139,142,148,-1,141,143,142,-1,314,143,137,-1,437,143,315,-1,438,144,437,-1,142,144,146,-1,450,145,147,-1,142,147,148,-1,145,150,148,-1,151,148,150,-1,139,460,140,-1,127,461,456,-1,127,344,153,-1,457,153,344,-1,152,346,154,-1,152,317,439,-1,318,152,439,-1,153,114,127,-1,318,112,114,-1,112,440,110,-1,440,97,110,-1,441,156,155,-1,320,157,156,-1,322,157,321,-1,158,442,160,-1,444,160,442,-1,323,154,347,-1,443,347,184,-1,380,443,184,-1,161,324,380,-1,444,381,159,-1,160,445,446,-1,332,160,446,-1,157,332,333,-1,156,333,334,-1,155,334,335,-1,339,468,338,-1,339,464,465,-1,447,463,464,-1,340,462,463,-1,341,352,462,-1,146,450,147,-1,448,163,146,-1,449,165,149,-1,450,164,449,-1,163,166,450,-1,451,167,163,-1,452,168,167,-1,342,72,168,-1,167,169,166,-1,168,74,169,-1,169,77,170,-1,166,170,164,-1,164,171,165,-1,170,79,171,-1,171,83,172,-1,165,172,173,-1,149,173,453,-1,173,174,177,-1,172,87,174,-1,86,174,87,-1,175,177,174,-1,453,177,150,-1,176,150,177,-1,176,178,182,-1,175,179,178,-1,180,179,92,-1,180,454,455,-1,180,182,178,-1,343,456,183,-1,345,344,343,-1,457,458,346,-1,459,346,458,-1,348,347,459,-1,151,182,460,-1,181,460,182,-1,183,461,181,-1,352,353,462,-1,462,67,463,-1,463,354,464,-1,464,66,465,-1,465,466,468,-1,467,468,466,-1,357,355,467,-1,356,358,99,-1,99,359,469,-1,469,360,361,-1,361,7,470,-1,470,362,471,-1,471,472,303,-1,363,474,473,-1,366,473,474,-1,368,366,475,-1,367,475,476,-1,367,369,370,-1,372,477,478,-1,373,374,477,-1,376,480,479,-1,377,379,480,-1,185,380,386,-1,381,187,162,-1,188,162,187,-1,481,190,482,-1,191,482,190,-1,64,192,483,-1,483,382,484,-1,383,485,386,-1,385,485,384,-1,192,485,382,-1,193,386,485,-1,194,185,193,-1,191,193,192,-1,186,195,187,-1,194,190,195,-1,189,195,190,-1,196,187,195,-1,387,486,352,-1,481,188,189,-1,197,388,203,-1,198,487,197,-1,198,488,489,-1,199,389,488,-1,200,390,389,-1,201,490,390,-1,201,491,202,-1,200,392,201,-1,200,492,393,-1,198,492,199,-1,394,197,395,-1,395,203,397,-1,204,494,493,-1,498,204,493,-1,206,494,205,-1,495,496,206,-1,497,399,498,-1,400,205,204,-1,530,531,523,-1,531,499,521,-1,501,500,524,-1,532,501,525,-1,550,529,533,-1,502,533,534,-1,503,534,504,-1,535,504,536,-1,537,536,505,-1,538,505,539,-1,506,539,540,-1,541,540,508,-1,507,508,509,-1,510,509,542,-1,511,542,543,-1,512,543,513,-1,514,513,515,-1,545,516,517,-1,546,517,518,-1,547,518,548,-1,549,519,520,-1,525,207,208,-1,526,208,525,-1,208,207,209,-1,210,211,212,-1,213,214,212,-1,214,213,215,-1,213,216,215,-1,215,216,217,-1,523,215,217,-1,521,215,523,-1,522,523,217,-1,522,218,219,-1,220,524,528,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_45_coordIndex_4()
		{
			int[] value = {525,524,220,-1,208,209,221,-1,210,221,209,-1,210,208,221,-1,214,215,222,-1,210,223,208,-1,224,210,214,-1,224,225,223,-1,226,227,214,-1,208,223,225,-1,215,226,222,-1,527,219,228,-1,550,228,229,-1,230,528,529,-1,526,208,231,-1,521,232,215,-1,224,227,233,-1,225,224,234,-1,227,226,235,-1,208,225,236,-1,226,215,232,-1,233,235,236,-1,235,232,231,-1,530,523,522,-1,531,521,523,-1,501,524,525,-1,532,525,526,-1,550,533,502,-1,502,534,503,-1,503,504,535,-1,535,536,537,-1,537,505,538,-1,538,539,506,-1,506,540,541,-1,541,508,507,-1,507,509,510,-1,510,542,511,-1,511,543,512,-1,512,513,514,-1,514,515,544,-1,545,517,546,-1,546,518,547,-1,547,548,520,-1,549,520,548,-1,210,212,214,-1,213,212,216,-1,522,217,218,-1,522,219,527,-1,220,528,230,-1,525,220,207,-1,210,209,211,-1,224,214,227,-1,224,223,210,-1,226,214,222,-1,527,228,550,-1,550,229,529,-1,230,529,229,-1,224,233,234,-1,225,234,236,-1,227,235,233,-1,208,236,231,-1,226,232,235,-1,233,236,234,-1,235,231,236,-1,237,238,239,-1,240,241,238,-1,242,243,244,-1,245,244,243,-1,246,242,247,-1,237,239,248,-1,240,238,237,-1,242,244,247,-1,241,240,249,-1,241,249,250,-1,249,251,252,-1,249,252,250,-1,251,243,242,-1,251,242,252,-1};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_45_texCoordIndex_1()
		{
			int[] value = {307,313,285,-1,248,285,253,-1,248,307,285,-1,248,247,306,-1,306,247,246,-1,305,246,245,-1,304,245,244,-1,302,244,243,-1,301,243,242,-1,243,184,181,-1,244,187,184,-1,182,187,244,-1,246,185,182,-1,247,186,185,-1,248,188,186,-1,188,248,253,-1,164,165,188,-1,140,142,165,-1,142,141,165,-1,141,143,170,-1,143,145,169,-1,169,145,144,-1,144,147,172,-1,172,147,148,-1,171,148,146,-1,184,171,167,-1,187,172,171,-1,168,172,187,-1,185,169,168,-1,170,169,185,-1,165,170,186,-1,99,114,142,-1,114,115,141,-1,141,115,122,-1,122,123,143,-1,123,124,145,-1,145,124,126,-1,144,126,129,-1,147,129,132,-1,148,132,133,-1,134,146,133,-1,132,125,127,-1,130,134,133,-1,127,128,130,-1,129,120,125,-1,126,97,120,-1,124,96,97,-1,96,124,123,-1,122,92,95,-1,115,114,87,-1,115,89,88,-1,115,88,92,-1,115,92,122,-1,64,88,89,-1,89,87,69,-1,86,68,69,-1,99,86,87,-1,69,68,62,-1,65,69,63,-1,61,64,65,-1,58,57,61,-1,51,55,57,-1,60,63,49,-1,10,4,45,-1,49,63,62,-1,44,45,62,-1,10,44,21,-1,21,44,43,-1,43,44,62,-1,68,66,59,-1,66,68,86,-1,86,90,85,-1,86,99,91,-1,91,99,98,-1,113,94,93,-1,94,113,121,-1,131,119,121,-1,121,113,136,-1,98,135,136,-1,135,98,99,-1,163,135,140,-1,163,164,183,-1,218,180,183,-1,218,253,254,-1,220,218,254,-1,223,220,255,-1,259,225,223,-1,225,259,258,-1,260,231,230,-1,137,138,131,-1,138,149,139,-1,173,166,139,-1,175,166,173,-1,178,179,166,-1,178,216,179,-1,216,261,179,-1,227,261,216,-1,227,231,260,-1,261,279,282,-1,261,282,291,-1,293,291,282,-1,293,303,291,-1,296,303,293,-1,296,312,303,-1,261,260,279,-1,260,258,277,-1,259,278,277,-1,259,257,276,-1,257,255,274,-1,255,254,280,-1,254,283,280,-1,253,283,254,-1,253,285,283,-1,283,285,292,-1,313,292,285,-1,313,294,292,-1,313,308,294,-1,314,298,294,-1,297,298,314,-1,295,297,309,-1,299,295,310,-1,296,299,311,-1,5,49,45,-1,15,22,49,-1,22,58,49,-1,51,58,22,-1,209,236,234,-1,211,237,236,-1,207,235,237,-1,204,232,235,-1,155,204,207,-1,102,155,158,-1,158,207,211,-1,103,158,161,-1,104,161,160,-1,161,211,209,-1,160,209,212,-1,105,160,162,-1,106,162,159,-1,162,212,208,-1,212,234,233,-1,159,208,206,-1,107,159,157,-1,156,109,108,-1,205,156,157,-1,208,233,229,-1,228,205,206,-1,156,205,202,-1,109,156,154,-1,154,153,111,-1,111,153,151,-1,201,153,154,-1,203,151,199,-1,153,199,151,-1,153,201,199,-1,221,203,199,-1,217,210,203,-1,210,217,214,-1,198,196,200,-1,194,193,195,-1,194,192,193,-1,191,192,194,-1,191,190,192,-1,191,189,190,-1,191,152,189,-1,205,228,226,-1,224,201,202,-1,222,199,201,-1,322,344,316,-1,366,365,344,-1,366,344,322,-1,368,366,322,-1,368,324,323,-1,367,323,325,-1,369,325,327,-1,370,327,328,-1,371,328,329,-1,388,371,372,-1,387,370,371,-1,387,393,369,-1,389,367,369,-1,390,368,367,-1,386,366,368,-1,366,386,391,-1,421,422,391,-1,445,446,422,-1,445,421,444,-1,443,444,421,-1,441,443,418,-1,441,417,416,-1,440,442,416,-1,440,414,415,-1,438,415,419,-1,415,388,392,-1,414,387,388,-1,414,416,393,-1,417,389,393,-1,417,418,390,-1,418,421,386,-1,469,471,446,-1,468,469,445,-1,468,444,443,-1,464,443,463,-1,462,463,443,-1,462,441,442,-1,460,442,440,-1,457,440,438,-1,454,438,439,-1,452,453,439,-1,461,454,453,-1,456,453,452,-1,458,459,453,-1,466,457,454,-1,473,460,457,-1,475,462,460,-1,462,475,478,-1,481,464,463,-1,469,468,484,-1,468,485,484,-1,468,481,485,-1,468,464,481,-1,485,506,505,-1,486,484,505,-1,503,487,486,-1,487,471,469,-1,503,502,507,-1,502,505,510,-1,506,509,510,-1,514,512,510,-1,516,517,512,-1,507,510,512,-1,533,531,520,-1,507,518,519,-1,520,508,519,-1,531,529,520,-1,529,521,520,-1,520,521,511,-1,504,503,508,-1,503,504,488,-1,487,488,483,-1,471,487,483,-1,471,482,480,-1,479,470,472,-1,470,479,467,-1,455,465,467,-1,470,465,449,-1,451,472,470,-1,472,451,446,-1,451,423,422,-1,422,423,394,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_45_texCoordIndex_2()
		{
			int[] value = {394,379,365,-1,379,363,365,-1,379,378,364,-1,378,377,362,-1,376,358,362,-1,358,376,374,-1,373,359,361,-1,448,449,465,-1,437,448,455,-1,420,413,437,-1,411,413,420,-1,402,403,411,-1,403,402,380,-1,380,402,360,-1,375,380,360,-1,373,375,360,-1,360,346,349,-1,360,343,346,-1,342,346,343,-1,342,343,326,-1,335,342,326,-1,335,326,321,-1,360,349,359,-1,361,359,349,-1,348,358,361,-1,362,358,348,-1,364,362,351,-1,363,364,352,-1,363,347,345,-1,365,363,345,-1,365,345,344,-1,345,341,344,-1,316,344,341,-1,316,341,333,-1,316,333,317,-1,330,315,317,-1,330,332,318,-1,332,334,319,-1,334,331,320,-1,331,335,321,-1,518,532,533,-1,528,530,532,-1,528,518,512,-1,517,528,512,-1,7,28,25,-1,6,26,28,-1,8,30,26,-1,12,34,30,-1,34,77,79,-1,77,102,103,-1,30,79,73,-1,79,103,104,-1,73,104,105,-1,26,73,75,-1,28,75,72,-1,75,105,106,-1,72,106,107,-1,25,72,78,-1,9,25,29,-1,29,78,74,-1,78,107,108,-1,109,76,74,-1,76,33,32,-1,11,29,32,-1,33,14,13,-1,33,76,80,-1,76,109,110,-1,81,80,110,-1,81,111,112,-1,81,38,36,-1,35,40,84,-1,81,84,40,-1,81,40,38,-1,35,19,18,-1,27,20,19,-1,20,27,39,-1,47,42,23,-1,50,48,41,-1,48,50,52,-1,53,48,52,-1,53,52,54,-1,53,54,56,-1,53,56,82,-1,14,33,36,-1,38,17,16,-1,40,18,17,-1,281,396,397,-1,275,397,398,-1,273,398,399,-1,272,399,400,-1,271,400,404,-1,409,264,269,-1,410,263,264,-1,263,410,412,-1,262,412,406,-1,267,406,408,-1,265,408,407,-1,266,407,405,-1,268,405,401,-1,515,459,461,-1,466,513,516,-1,509,513,466,-1,506,509,474,-1,506,476,477,-1,485,477,481,-1,515,516,461,-1,516,513,466,-1,513,474,466,-1,513,475,474,-1,513,509,477,-1,509,506,481,-1,53,82,83,-1,287,249,252,-1,250,249,287,-1,250,287,289,-1,250,289,288,-1,290,251,256,-1,384,354,355,-1,353,383,381,-1,383,353,356,-1,385,356,357,-1,191,150,152,-1,82,101,100,-1,152,150,100,-1,356,337,336,-1,337,287,286,-1,339,289,287,-1,353,339,337,-1,289,339,338,-1,339,353,355,-1,354,340,338,-1,340,290,288,-1,284,395,396,-1,384,251,290,-1,290,340,354,-1,24,31,1,-1,67,71,31,-1,67,117,118,-1,117,177,176,-1,177,219,215,-1,219,239,240,-1,239,241,240,-1,239,238,241,-1,219,213,238,-1,177,174,213,-1,177,117,116,-1,67,70,116,-1,70,67,24,-1,37,24,2,-1,2,1,0,-1,2,0,3,-1,607,540,541,-1,619,618,607,-1,538,539,541,-1,553,554,564,-1,604,603,601,-1,620,607,618,-1,620,534,540,-1,534,538,540,-1,248,306,307,-1,306,246,305,-1,305,245,304,-1,304,244,302,-1,302,243,301,-1,301,242,300,-1,243,181,242,-1,244,184,243,-1,182,244,245,-1,246,182,245,-1,247,185,246,-1,248,186,247,-1,188,253,183,-1,164,188,183,-1,140,165,164,-1,141,170,165,-1,143,169,170,-1,169,144,168,-1,144,172,168,-1,172,148,171,-1,171,146,167,-1,184,167,181,-1,187,171,184,-1,168,187,182,-1,185,168,182,-1,170,185,186,-1,165,186,188,-1,99,142,140,-1,114,141,142,-1,141,122,143,-1,123,145,143,-1,145,126,144,-1,144,129,147,-1,147,132,148,-1,148,133,146,-1,132,127,133,-1,127,130,133,-1,129,125,132,-1,126,120,129,-1,124,97,126,-1,96,123,95,-1,122,95,123,-1,115,87,89,-1,64,89,65,-1,89,69,65,-1,86,69,87,-1,99,87,114,-1,69,62,63,-1,65,63,60,-1,61,65,60,-1,58,61,60,-1,51,57,58,-1,60,49,58,-1,10,45,44,-1,49,62,45,-1,43,62,59,-1,68,59,62,-1,66,86,85,-1,86,91,90,-1,91,98,93,-1,113,93,98,-1,94,121,119,-1,121,136,137,-1,98,136,113,-1,135,99,140,-1,163,140,164,-1,163,183,180,-1,218,183,253,-1,220,254,255,-1,223,255,257,-1,259,223,257,-1,225,258,230,-1,260,230,258,-1,137,131,121,-1,138,139,131,-1,173,139,149,-1,178,166,175,-1,227,260,261,-1,260,277,279,-1,259,277,258,-1,259,276,278,-1,257,274,276,-1,255,280,274,-1,314,294,308,-1,297,314,309,-1,295,309,310,-1,299,310,311,-1,296,311,312,-1,5,45,4,-1,15,49,5,-1,209,234,212,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_45_texCoordIndex_3()
		{
			int[] value = {211,236,209,-1,207,237,211,-1,204,235,207,-1,155,207,158,-1,102,158,103,-1,158,211,161,-1,103,161,104,-1,104,160,105,-1,161,209,160,-1,160,212,162,-1,105,162,106,-1,106,159,107,-1,162,208,159,-1,212,233,208,-1,159,206,157,-1,107,157,108,-1,156,108,157,-1,205,157,206,-1,208,229,206,-1,228,206,229,-1,156,202,154,-1,109,154,110,-1,154,111,110,-1,111,151,112,-1,201,154,202,-1,221,199,222,-1,217,203,221,-1,210,214,200,-1,198,200,214,-1,194,195,197,-1,205,226,202,-1,224,202,226,-1,222,201,224,-1,368,322,324,-1,368,323,367,-1,367,325,369,-1,369,327,370,-1,370,328,371,-1,371,329,372,-1,388,372,392,-1,387,371,388,-1,387,369,370,-1,389,369,393,-1,390,367,389,-1,386,368,390,-1,366,391,365,-1,421,391,386,-1,445,422,421,-1,443,421,418,-1,441,418,417,-1,441,416,442,-1,440,416,414,-1,440,415,438,-1,438,419,439,-1,415,392,419,-1,414,388,415,-1,414,393,387,-1,417,393,416,-1,417,390,389,-1,418,386,390,-1,469,446,445,-1,468,445,444,-1,468,443,464,-1,462,443,441,-1,462,442,460,-1,460,440,457,-1,457,438,454,-1,454,439,453,-1,461,453,459,-1,458,453,456,-1,466,454,461,-1,473,457,466,-1,475,460,473,-1,462,478,463,-1,481,463,478,-1,469,484,486,-1,485,505,484,-1,486,505,502,-1,503,486,502,-1,487,469,486,-1,503,507,508,-1,502,510,507,-1,506,510,505,-1,514,510,509,-1,516,512,514,-1,507,512,518,-1,533,520,519,-1,507,519,508,-1,520,511,508,-1,504,508,511,-1,503,488,487,-1,471,483,482,-1,471,480,472,-1,479,472,480,-1,470,467,465,-1,470,449,450,-1,451,470,450,-1,472,446,471,-1,451,422,446,-1,422,394,391,-1,394,365,391,-1,379,364,363,-1,378,362,364,-1,376,362,377,-1,358,374,361,-1,373,361,374,-1,448,465,455,-1,437,455,447,-1,420,437,447,-1,402,411,420,-1,373,360,359,-1,361,349,350,-1,348,361,350,-1,362,348,351,-1,364,351,352,-1,363,352,347,-1,330,317,333,-1,330,318,315,-1,332,319,318,-1,334,320,319,-1,331,321,320,-1,518,533,519,-1,528,532,518,-1,7,25,9,-1,6,28,7,-1,8,26,6,-1,12,30,8,-1,34,79,30,-1,77,103,79,-1,30,73,26,-1,79,104,73,-1,73,105,75,-1,26,75,28,-1,28,72,25,-1,75,106,72,-1,72,107,78,-1,25,78,29,-1,9,29,11,-1,29,74,32,-1,78,108,74,-1,109,74,108,-1,76,32,74,-1,11,32,13,-1,33,13,32,-1,33,80,36,-1,76,110,80,-1,81,110,111,-1,81,112,84,-1,81,36,80,-1,35,18,40,-1,27,19,35,-1,20,39,23,-1,47,23,39,-1,50,41,46,-1,14,36,16,-1,38,16,36,-1,40,17,38,-1,281,397,275,-1,275,398,273,-1,273,399,272,-1,272,400,271,-1,271,404,269,-1,409,269,404,-1,410,264,409,-1,263,412,262,-1,262,406,267,-1,267,408,265,-1,265,407,266,-1,266,405,268,-1,268,401,270,-1,515,461,516,-1,466,516,461,-1,509,466,474,-1,506,474,476,-1,506,477,485,-1,515,461,459,-1,516,466,461,-1,513,477,475,-1,509,481,477,-1,287,252,286,-1,250,288,256,-1,290,256,288,-1,384,355,381,-1,353,381,355,-1,383,356,385,-1,385,357,382,-1,82,100,83,-1,152,100,101,-1,356,336,357,-1,337,286,336,-1,339,287,337,-1,353,337,356,-1,289,338,288,-1,339,355,338,-1,354,338,355,-1,340,288,338,-1,284,396,281,-1,384,290,354,-1,24,1,2,-1,67,31,24,-1,67,118,71,-1,117,176,118,-1,177,215,176,-1,219,240,215,-1,219,238,239,-1,177,213,219,-1,177,116,174,-1,67,116,117,-1,70,24,37,-1,37,2,3,-1,607,541,608,-1,619,607,608,-1,538,541,540,-1,553,564,563,-1,604,601,602,-1,620,540,607,-1,621,622,616,-1,622,623,617,-1,536,535,547,-1,537,536,549,-1,543,610,609,-1,501,436,435,-1,500,435,434,-1,499,434,433,-1,498,433,432,-1,497,432,431,-1,496,431,430,-1,495,430,429,-1,582,522,523,-1,583,523,524,-1,584,524,525,-1,585,525,526,-1,586,526,527,-1,493,428,427,-1,492,427,426,-1,491,426,425,-1,424,489,490,-1,613,600,606,-1,615,606,613,-1,606,600,590,-1,578,577,574,-1,569,575,574,-1,575,569,552,-1,569,567,552,-1,552,567,556,-1,546,552,556,-1,548,552,546,-1,545,546,556,-1,545,568,566,-1,599,612,611,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_45_texCoordIndex_4()
		{
			int[] value = {613,612,599,-1,606,590,588,-1,578,588,590,-1,578,606,588,-1,575,552,570,-1,578,581,606,-1,580,578,575,-1,580,580,581,-1,571,571,575,-1,606,581,580,-1,552,571,570,-1,544,566,565,-1,543,565,597,-1,598,611,610,-1,615,606,605,-1,548,551,552,-1,580,571,573,-1,580,580,579,-1,571,571,573,-1,606,580,579,-1,571,552,551,-1,573,573,579,-1,573,551,605,-1,621,616,614,-1,622,617,616,-1,536,547,549,-1,537,549,550,-1,543,609,542,-1,501,435,500,-1,500,434,499,-1,499,433,498,-1,498,432,497,-1,497,431,496,-1,496,430,495,-1,495,429,494,-1,582,523,583,-1,583,524,584,-1,584,525,585,-1,585,526,586,-1,586,527,587,-1,493,427,492,-1,492,426,491,-1,491,425,490,-1,424,490,425,-1,578,574,575,-1,569,574,567,-1,545,556,568,-1,545,566,544,-1,599,611,598,-1,613,599,600,-1,578,590,577,-1,580,575,571,-1,580,581,578,-1,571,575,570,-1,544,565,543,-1,543,597,610,-1,598,610,597,-1,580,573,579,-1,580,579,579,-1,571,573,573,-1,606,579,605,-1,571,551,573,-1,573,579,579,-1,573,605,579,-1,558,592,591,-1,560,593,592,-1,596,555,572,-1,559,572,555,-1,589,596,576,-1,558,591,557,-1,560,592,558,-1,596,572,576,-1,593,560,561,-1,593,561,594,-1,561,562,595,-1,561,595,594,-1,562,555,596,-1,562,596,595,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_45_point_1()
		{
			double[] value = {-1.86299,2.40823,-2.10961,-1.88459,2.00685,-2.47069,-1.86298,2.39163,-2.46917,-1.84254,1.60826,-2.46598,-1.83998,1.54511,-2.46482,-1.85648,1.47904,-2.46647,-1.84882,1.26871,-2.46834,-1.84882,1.26838,-1.846,-1.83348,0.93856,-2.46512,-1.83859,0.93319,-3.22307,-1.84882,1.2433,-3.22304,-1.85648,1.4706,-3.23585,-1.83998,1.53667,-3.2342,-1.84254,1.59982,-3.23536,-1.89094,1.99563,-3.23427,-1.86298,2.36292,-3.71483,-1.87824,1.99583,-3.69083,-1.86298,2.3511,-4.04478,-1.86553,2.05884,-4.01072,-1.92904,1.97847,-4.00923,-1.90605,1.59147,-3.99923,-1.90605,1.59767,-3.66339,-1.85904,1.52567,-3.98653,-1.83998,1.53452,-3.66222,-1.86918,1.46246,-3.98823,-1.84882,1.2323,-3.97514,-1.84882,1.2326,-3.64781,-1.83859,0.93383,-3.96677,-1.83859,0.93105,-3.65086,-1.85648,1.46563,-3.66095,-1.86298,2.33434,-4.66634,-1.86553,2.13086,-4.64536,-1.92904,1.9732,-4.63097,-1.91371,1.66708,-4.57076,-1.90605,1.57594,-4.53015,-1.87174,1.5278,-4.49354,-1.88188,1.46513,-4.4665,-1.87422,1.22565,-4.37311,-1.83859,0.92585,-4.28144,-1.82071,0.8484,-4.27714,-1.86553,2.16875,-5.23756,-1.92905,1.96126,-5.21977,-1.86553,2.14892,-5.69088,-1.86298,2.30925,-5.24877,-1.86298,2.29801,-5.70224,-1.86298,2.28756,-5.91729,-1.92905,1.93188,-5.71533,-1.86553,2.09614,-5.90526,-1.92649,1.81778,-6.05231,-1.92905,1.86685,-5.94699,-1.86554,2.01723,-6.30209,-1.86554,2.15818,-6.34519,-1.86298,2.26575,-6.36207,-1.80064,2.49209,-6.38921,-1.8221,2.78736,-4.67757,-1.78926,2.94556,-4.66326,-1.74591,3.11162,-4.6001,-1.63859,3.41545,-4.35755,-1.86298,2.36862,-3.24977,-1.817,2.85143,-2.47621,-1.78416,3.01287,-2.47918,-1.67045,3.41077,-2.47472,-1.5877,3.7139,-2.48425,-1.51481,3.89114,-2.48358,-1.42004,4.07226,-2.48692,-1.7408,3.1665,-2.47809,-1.78416,3.01546,-1.86038,-1.67045,3.43669,-1.87209,-1.69304,2.24187,-6.60599,-1.69559,2.15832,-6.62168,-1.68793,1.74558,-6.60832,-0.77924,1.72017,-6.64536,0.05749,1.71982,-6.6641,-0.7869,2.14115,-6.65886,0.05749,2.1408,-6.6776,-0.78435,2.2247,-6.64317,-1.69835,2.4425,-6.54078,0.05749,2.22435,-6.66192,-0.78967,2.45828,-6.57857,0.05749,2.45793,-6.59731,-0.77945,2.53853,-6.45945,-1.68813,2.52275,-6.42166,-1.67792,2.64566,-6.03677,0.05749,2.53818,-6.47819,-0.76923,2.66144,-6.07456,-0.7651,2.73984,-5.79413,0.05749,2.7395,-5.81287,0.05749,2.66109,-6.0933,-1.67379,2.72406,-5.75634,-1.66514,2.80643,-5.33859,-0.75645,2.82221,-5.37638,-0.75,2.86395,-5.23133,0.05749,2.87542,-5.27977,-1.66121,2.83126,-5.14958,-1.65332,2.88053,-5.00317,1.96103,2.40823,-2.10961,1.98262,2.00685,-2.47069,1.96101,2.39163,-2.46917,1.94057,1.60826,-2.46598,2.00408,1.60793,-1.84365};
			return value;
		}
		private double[] getCoordinate_6_45_point_2()
		{
			double[] value = {1.93802,1.54511,-2.46482,1.95452,1.47904,-2.46647,1.94685,1.26871,-2.46834,1.93152,0.93856,-2.46512,1.93663,0.93319,-3.22307,1.94685,1.2433,-3.22304,1.95452,1.4706,-3.23585,1.93802,1.53667,-3.2342,1.94057,1.59982,-3.23536,1.98897,1.99563,-3.23427,1.96101,2.36862,-3.24977,1.97627,1.99583,-3.69083,1.96101,2.36292,-3.71483,1.96357,2.05884,-4.01072,1.96101,2.3511,-4.04478,2.02708,1.97847,-4.00923,2.00408,1.59147,-3.99923,1.95707,1.52567,-3.98653,2.00408,1.59767,-3.66339,1.93802,1.53452,-3.66222,1.95452,1.46563,-3.66095,1.94685,1.2323,-3.97514,1.96722,1.46246,-3.98823,1.94685,1.2326,-3.64781,1.93663,0.93105,-3.65086,1.93663,0.93383,-3.96677,1.96357,2.13086,-4.64536,1.96101,2.33434,-4.66634,2.02708,1.9732,-4.63097,2.01175,1.66708,-4.57076,2.00408,1.57594,-4.53015,1.96977,1.5278,-4.49354,1.97992,1.46513,-4.4665,1.97226,1.22565,-4.37311,1.93663,0.92585,-4.28144,1.91874,0.8484,-4.27714,2.02708,1.96126,-5.21977,2.02708,1.93188,-5.71533,1.96357,2.16875,-5.23756,1.96101,2.29801,-5.70224,1.96101,2.30925,-5.24877,1.96357,2.14892,-5.69088,1.96357,2.09614,-5.90526,2.02708,1.86685,-5.94699,2.02452,1.81778,-6.05231,1.96101,2.26575,-6.36207,1.96357,2.01723,-6.30209,1.96357,2.15818,-6.34519,1.96102,2.28756,-5.91729,1.90889,2.41809,-6.50845,1.88846,2.615,-6.00432,1.88433,2.6934,-5.72389,1.88729,2.94556,-4.66326,1.92013,2.78736,-4.67757,1.84394,3.11162,-4.6001,1.91504,2.85143,-2.47621,1.8822,3.01287,-2.47918,1.83883,3.1665,-2.47809,1.76849,3.41077,-2.47472,1.61284,3.89114,-2.48358,1.68574,3.7139,-2.48425,1.52574,4.03676,-3.55762,1.5053,4.0987,-2.1211,1.91145,1.74207,-6.57638,1.79107,2.24187,-6.60599,1.79639,2.4425,-6.54078,1.79363,2.15832,-6.62168,1.78596,1.74558,-6.60832,0.87728,1.72017,-6.64536,0.88494,2.14115,-6.65886,0.88238,2.2247,-6.64317,0.8877,2.45828,-6.57857,0.87748,2.53853,-6.45945,1.78617,2.52275,-6.42166,0.8842,2.66144,-6.07456,0.88008,2.73984,-5.79413,1.77183,2.72406,-5.75634,1.77595,2.64566,-6.03677,0.87142,2.82221,-5.37638,0.05749,2.82187,-5.39513,0.86497,2.86395,-5.23133,1.75925,2.83126,-5.14958,1.76317,2.80643,-5.33859,1.75136,2.88053,-5.00317,1.66411,3.68427,-4.09074,0.85137,4.07484,-3.55832,0.8437,4.11034,-2.48762,0.84591,4.13678,-2.1218,0.8437,4.12517,-1.89707,-0.73036,4.12515,-1.89708,-0.73257,4.13676,-2.1218,-0.73036,4.11032,-2.48762,-0.73802,4.07482,-3.55832,0.05711,4.09384,-3.55867,0.05443,4.12934,-2.48797,0.05665,4.15578,-2.12215,0.05443,4.14417,-1.89742,1.79968,1.33201,-6.67094,1.07275,1.29482,-6.73712,0.03427,1.28964,-6.77416};
			return value;
		}
		private double[] getCoordinate_6_45_point_3()
		{
			double[] value = {-1.02309,1.30381,-6.73728,-1.75474,1.3455,-6.67119,-1.87275,1.36037,-6.59617,1.94601,1.36936,-6.59634,2.19052,1.19859,7.57415,-2.10309,1.19859,7.57415,-2.2026,1.19526,7.4512,2.10447,1.75681,7.07843,2.16158,1.49904,7.08728,2.08126,1.66717,7.08498,0.68089,1.5669,7.13025,0.68089,1.66215,7.07857,-0.57655,1.66215,7.07857,-1.98481,1.62381,7.12947,-0.57655,1.5669,7.13025,-2.06513,1.49904,7.08728,-2.01493,1.67234,7.0849,-2.03283,1.75681,7.07843,-2.0122,3.36908,7.06063,-2.0122,4.31713,7.04766,2.10441,3.36908,7.06063,2.0411,1.61864,7.12954,-0.62771,1.49904,7.08728,0.72827,1.49904,7.08728,0.70097,1.40217,7.19288,0.70097,1.4007,7.08495,-0.59178,1.4007,7.08495,-0.59178,1.40217,7.19288,-2.0122,5.43217,7.03631,2.10441,5.43217,7.03631,2.10441,4.31713,7.04766,2.16116,1.20152,7.088,-2.0659,1.20152,7.088,-0.58428,1.34008,7.19373,0.69595,1.3349,7.1938,-0.58428,1.3386,7.0858,0.69595,1.33343,7.08587,-2.0122,4.65073,7.06701,2.10441,4.65073,7.06701,2.10441,5.43214,7.0553,-2.0122,3.91993,7.08023,2.10441,3.91993,7.08023,2.10447,1.75679,7.09742,-2.03283,1.75679,7.09742,-0.57655,1.66213,7.09755,-2.01493,1.67232,7.10389,2.08126,1.66715,7.10396,0.68089,1.66213,7.09755,-2.0122,5.43214,7.0553,-2.0122,3.17509,7.07939,2.10441,3.17509,7.07939,-2.0122,2.37597,7.07849,2.10441,2.37597,7.07849,-1.80027,0.80929,-2.46848,-1.80027,0.79249,-3.22334,-1.80027,0.79316,-3.65406,-1.80027,0.78844,-4.25881,-1.80027,0.79999,-4.4112,-1.83859,0.9223,-4.47376,-1.87422,1.27043,-4.59216,-1.87174,1.51219,-4.71722,-1.92649,1.82739,-5.21978,-1.91371,1.70441,-4.88156,-1.92649,1.82674,-5.72226,-1.90605,1.50794,-6.19304,-1.90605,1.5351,-6.12175,-1.78927,2.96167,-4.18769,-1.81699,2.84576,-2.78732,-1.81699,2.8341,-3.26375,-1.78161,3.01515,-2.78253,-1.5877,3.70889,-2.75594,-1.75102,3.10371,-4.17456,-1.59026,3.67222,-3.88964,-1.48924,3.91608,-3.6053,-1.50457,3.88933,-3.65362,-1.48924,3.91978,-3.55943,-1.48924,3.93048,-2.82455,-1.53012,3.84844,-2.75699,-1.48414,3.95819,-2.05155,-1.48925,3.95158,-2.19716,-1.51481,3.89185,-2.23149,-1.81189,2.87292,-2.16544,-1.80423,2.87932,-2.03165,-1.80167,2.92336,-1.99307,-1.78416,3.02195,-1.98701,-1.67045,3.4313,-2.00244,-1.51481,3.89592,-2.01101,-1.84254,1.52545,-6.48911,-1.81086,2.41809,-6.50845,-1.81852,2.25895,-6.57442,-0.76391,1.49933,-6.60395,-1.6726,1.53711,-6.56715,-0.74135,2.99524,-5.0408,-1.6933,2.98251,-4.83652,-1.75031,2.94286,-4.80961,-1.65436,3.121,-4.7027,-1.58513,3.40181,-4.45007,-1.50291,3.66238,-4.17758,-1.56607,3.68427,-4.09074,-1.39474,3.89748,-3.94549};
			return value;
		}
		private double[] getCoordinate_6_45_point_4()
		{
			double[] value = {-1.44666,3.83045,-4.00418,-1.33416,3.91397,-3.94621,-1.77371,2.79648,-5.11706,1.8983,0.80844,-1.8737,1.8983,0.79316,-3.65406,1.8983,0.79249,-3.22334,1.8983,0.79313,-3.96704,1.8983,0.78844,-4.25881,1.8983,0.79999,-4.4112,1.91874,0.8424,-4.44644,1.97226,1.27043,-4.59216,1.97992,1.46121,-4.67895,1.96977,1.51219,-4.71722,2.02452,1.82739,-5.21978,2.02452,1.82674,-5.72226,2.01941,1.75988,-5.92203,2.00408,1.50794,-6.19304,1.84905,3.10371,-4.17456,1.91502,2.80543,-4.19642,1.91502,2.81974,-3.73152,1.87964,3.01515,-2.78253,1.83883,3.15704,-2.7773,1.7736,3.40139,-2.76996,1.75825,3.4234,-4.16188,1.58728,3.91608,-3.6053,1.60261,3.88933,-3.65362,1.58728,3.91978,-3.55943,1.60261,3.9084,-2.77533,1.58728,3.93048,-2.82455,1.58729,3.95158,-2.19716,1.58218,3.95819,-2.05155,1.61284,3.89592,-2.01101,1.76849,3.41935,-2.22278,1.83883,3.17115,-2.22609,1.8822,3.00957,-2.23099,1.90226,2.89976,-2.20533,1.90993,2.87292,-2.16544,1.90226,2.87932,-2.03165,1.89971,2.92336,-1.99307,1.8822,3.02195,-1.98701,1.76849,3.4313,-2.00244,1.68574,3.71494,-1.9998,0.87888,1.49933,-6.60395,1.76538,2.96127,-4.87097,1.85642,2.89288,-4.8719,1.79134,2.98251,-4.83652,1.81719,3.12628,-4.63177,1.73663,3.41545,-4.35755,1.60095,3.66238,-4.17758,1.54469,3.83045,-4.00418,1.49277,3.89748,-3.94549,1.43219,3.91397,-3.94621,1.61284,3.89739,-1.88058,-1.5877,3.72019,-1.87732,-1.7408,3.17289,-1.86722,1.96101,2.40698,-1.85107,1.97627,2.00652,-1.84835,-1.87824,2.00652,-1.84835,-1.90605,1.60793,-1.84365,-1.83743,1.54478,-1.84248,-1.85648,1.47871,-1.84413,1.95452,1.47871,-1.84413,-1.83348,0.93823,-1.84278,-0.83533,1.11744,-6.08123,-0.83486,0.8424,-4.44644,-0.84481,1.65693,-6.05509,-0.84028,1.27043,-4.59216,-0.84447,1.82674,-5.72226,-0.84373,1.75988,-5.92203,-0.83714,1.5859,-4.76865,-0.84447,1.82739,-5.21978,-0.84481,1.70441,-4.88156,0.92588,1.11744,-6.08123,0.9277,1.5351,-6.12175,0.93084,1.27043,-4.59216,0.92539,1.46121,-4.67895,0.93536,1.65693,-6.05509,0.93428,1.75988,-5.92203,0.93502,1.82674,-5.72226,0.93536,1.70441,-4.88156,1.51688,4.01419,-3.71476,1.51807,4.07226,-2.48692,-0.74415,4.05224,-3.71546,0.86065,3.96307,-3.96557,0.05749,3.97027,-4.02141,-0.74567,3.96307,-3.96557,0.85749,4.05226,-3.71546,1.51807,4.08709,-1.89637,1.96961,1.49393,-6.35372,-1.00421,1.45896,-6.61386,-1.73586,1.49166,-6.5476,-1.94828,1.38003,-6.26159,-1.7217,1.0197,-6.5389,-0.96172,0.98701,-6.60515,1.05387,0.9915,-6.60523,1.76192,1.01071,-6.53873,2.03098,1.38439,-6.26898,1.94601,1.07635,-6.39262,-2.2337,1.00406,7.08241,2.29003,1.19526,7.4512};
			return value;
		}
		private double[] getCoordinate_6_45_point_5()
		{
			double[] value = {2.32113,1.1916,7.07985,-1.80027,0.79313,-3.96704,-1.82071,0.8424,-4.44644,-1.80027,0.79562,-4.33647,-1.88188,1.46121,-4.67895,-1.90605,1.5859,-4.76865,-1.92138,1.75988,-5.92203,-1.91371,1.65693,-6.05509,-1.81699,2.80543,-4.19642,-1.81699,2.81974,-3.73152,-1.7408,3.15704,-2.7773,-1.67556,3.40139,-2.76996,-1.66022,3.4234,-4.16188,-1.50457,3.9084,-2.77533,-1.5877,3.71066,-2.23211,-1.7408,3.17115,-2.22609,-1.67045,3.41935,-2.22278,-1.78416,3.00957,-2.23099,-1.80423,2.89976,-2.20533,-1.7408,3.1715,-1.99371,-1.5877,3.71494,-1.9998,-1.79808,1.54183,-6.53536,-1.82108,2.1754,-6.59011,-1.81341,1.74207,-6.57638,0.05749,1.49898,-6.6227,-1.79042,2.615,-6.00432,-1.78629,2.6934,-5.72389,-1.66734,2.96127,-4.87097,-1.75839,2.89288,-4.8719,-1.71915,3.12628,-4.63177,-1.77764,2.77577,-5.30614,-1.76527,2.84244,-4.95998,1.8983,0.80929,-2.46848,1.93663,0.9223,-4.47376,1.8983,0.79562,-4.33647,2.00408,1.5859,-4.76865,2.01175,1.70441,-4.88156,2.01175,1.65693,-6.05509,2.00408,1.5351,-6.12175,1.88731,2.96167,-4.18769,1.91502,2.8341,-3.26375,1.91502,2.84576,-2.78732,1.68574,3.70889,-2.75594,1.6883,3.67222,-3.88964,1.62816,3.84844,-2.75699,1.61284,3.89185,-2.23149,1.68574,3.71066,-2.23211,1.83883,3.1715,-1.99371,1.94057,1.52545,-6.48911,1.91656,2.25895,-6.57442,1.91911,2.1754,-6.59011,1.89612,1.54183,-6.53536,1.77063,1.53711,-6.56715,1.89867,2.49209,-6.38921,0.05749,2.98985,-5.109,0.85632,2.99524,-5.0408,1.8633,2.84244,-4.95998,1.84835,2.94286,-4.80961,1.75239,3.121,-4.7027,1.68316,3.40181,-4.45007,1.87568,2.77577,-5.30614,1.87175,2.79648,-5.11706,1.68574,3.72019,-1.87732,1.76849,3.43669,-1.87209,1.83883,3.17289,-1.86722,1.8822,3.01546,-1.86038,-1.817,2.85001,-1.86127,-1.86298,2.40698,-1.85107,1.91504,2.85001,-1.86127,1.93546,1.54478,-1.84248,1.94685,1.26838,-1.846,1.93152,0.93823,-1.84278,-1.80027,0.80844,-1.8737,-0.83874,1.5351,-6.12175,-0.83963,0.9223,-4.47376,-0.83484,1.46121,-4.67895,-0.8378,1.51219,-4.71722,0.93019,0.9223,-4.47376,0.92542,0.8424,-4.44644,0.92836,1.51219,-4.71722,0.9277,1.5859,-4.76865,-1.42004,4.08709,-1.89637,-1.40726,4.0987,-2.1211,-1.4277,4.03676,-3.55762,-1.41884,4.01419,-3.71476,0.05824,4.07127,-3.71581,-1.51481,3.89739,-1.88058,1.7808,1.47818,-6.54735,0.02955,1.44479,-6.65074,1.03027,1.45447,-6.61377,-1.88219,1.49408,-6.34541,-1.83971,1.07188,-6.39164,0.03427,0.97733,-6.64212,2.19052,1.0127,7.5767,-2.10309,1.0127,7.5767,-2.2337,1.1916,7.07985,-2.2026,1.00937,7.45374,2.32113,1.00406,7.08241,2.29003,1.00937,7.45374,-2.22149,1.19808,6.99746};
			return value;
		}
		private double[] getCoordinate_6_45_point_6()
		{
			double[] value = {2.31487,3.36805,6.96777,2.31487,1.75063,6.9899,-2.09513,5.81686,7.00793,-2.09513,5.86437,6.67381,2.18455,5.83394,4.44938,2.18455,5.81177,2.82926,-2.09513,5.7529,-1.47374,-2.09513,5.73181,-3.01573,2.18455,5.73181,-3.01573,2.18455,5.67629,-3.26507,-2.09513,5.67629,-3.26507,-2.09512,5.42567,-3.3044,-2.09512,4.44108,-3.29093,2.18455,4.2442,-3.21008,-2.09512,4.2442,-3.21008,2.18455,4.23142,-3.00149,2.18455,4.24859,-1.74602,2.18455,4.1444,-1.7446,2.18455,3.35779,-1.73384,-2.09512,0.91454,-1.70041,-2.09512,1.66775,-1.71071,-2.09513,1.20222,7.1388,-2.09513,3.36974,7.10914,-2.09513,1.75233,7.13127,2.18455,3.36974,7.10914,2.18455,1.75233,7.13127,2.18455,1.20222,7.1388,-2.09513,4.3178,7.09617,2.18455,4.3178,7.09617,2.18455,5.52605,7.07964,-2.22149,3.36805,6.96777,-2.22149,1.75063,6.9899,2.31487,1.19808,6.99746,2.18455,5.81686,7.00793,2.18455,5.86437,6.67381,-2.09513,5.83394,4.44938,2.18455,5.82261,3.62109,-2.09513,5.82261,3.62109,-2.09513,5.81177,2.82926,2.18455,5.7529,-1.47374,2.18455,5.74884,-1.77067,-2.09513,5.74884,-1.77067,2.18455,5.42567,-3.3044,2.18455,4.44108,-3.29093,-2.09512,4.23142,-3.00149,-2.09512,4.24859,-1.74602,-2.09512,4.1444,-1.7446,-2.09512,3.35779,-1.73384,2.18455,1.66775,-1.71071,2.18455,0.91454,-1.70041,-2.09513,5.52605,7.07964};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_6_46_point_1()
		{
			double[] value = {1.016,4.07,1.021,4.088,1.022,4.069,1.022,4.023,1.024,4.71,1.024,4.648,1.024,4.19,1.025,4.203,1.025,4.122,1.025,4.227,1.025,4.721,1.026,4.238,1.026,4.091,1.027,4.256,1.027,4.268,1.027,4.619,1.028,4.279,1.028,4.282,1.029,4.289,1.029,4.296,1.03,4.304,1.03,4.744,1.03,4.616,1.032,4.332,1.033,4.063,1.034,4.231,1.034,4.187,1.034,4.31,1.034,4.2,1.034,4.243,1.034,4.123,1.035,4.086,1.035,4.261,1.035,4.273,1.035,4.09,1.036,4.307,1.036,4.284,1.036,4.013,1.036,4.288,1.037,4.331,1.037,4.295,1.038,4.377,1.038,4.376,1.039,4.754,1.04,4.722,1.042,4.706,1.042,4.375,1.042,4.374,1.043,4.418,1.044,4.686,1.048,4.415,1.052,4.613,1.052,4.441,1.054,4.468,1.056,4.451,1.057,4.617,1.061,4.453,1.062,4.634,1.062,4.657,1.066,4.771,1.07,4.664,1.071,4.648,1.072,4.724,1.073,4.696,1.086,4.657,1.086,4.672,1.087,4.781,1.087,4.058,1.088,4.725,1.088,4.703,1.089,4.01,1.09,4.082,1.101,4.234,1.101,4.184,1.101,4.264,1.101,4.197,1.102,4.275,1.102,4.084,1.102,4.246,1.102,4.119,1.102,4.287,1.103,4.293,1.103,4.461,1.103,4.474,1.103,4.313,1.117,4.792,1.12,4.725,1.121,4.705,1.122,4.656,1.122,4.675,1.13,4.795,1.141,4.801,1.146,4.638,1.148,4.808,1.152,4.815,1.153,4.621,1.157,4.61,1.16,4.602,1.162,4.792,1.162,4.727};
			return value;
		}
		private double[] getTextureCoordinate_6_46_point_2()
		{
			double[] value = {1.162,4.477,1.162,4.462,1.163,4.084,1.163,4.119,1.163,4.184,1.163,4.197,1.163,4.234,1.163,4.246,1.163,4.264,1.163,4.275,1.163,4.287,1.163,4.295,1.163,4.312,1.163,4.815,1.163,4.698,1.164,4.676,1.164,4.008,1.164,4.057,1.164,4.081,1.165,4.84,1.166,4.575,1.168,4.838,1.168,4.632,1.17,4.618,1.173,4.611,1.174,4.525,1.175,4.602,1.176,4.513,1.178,4.507,1.181,4.568,1.183,4.506,1.185,4.881,1.187,4.525,1.188,4.514,1.189,4.505,1.196,4.793,1.197,4.816,1.198,4.836,1.199,4.882,1.205,4.919,1.206,4.728,1.208,4.675,1.208,4.686,1.208,4.619,1.209,4.601,1.209,4.61,1.21,4.505,1.21,4.568,1.21,4.525,1.219,4.916,1.222,4.474,1.222,4.313,1.222,4.461,1.223,4.293,1.223,4.287,1.224,4.084,1.224,4.275,1.224,4.264,1.225,4.119,1.225,4.246,1.225,4.197,1.225,4.184,1.225,4.234,1.229,4.794,1.23,4.729,1.231,4.676,1.232,4.965,1.232,4.504,1.232,4.6,1.232,4.61,1.232,4.619,1.232,4.524,1.233,4.567,1.236,4.947,1.238,4.01,1.24,4.951,1.241,4.083,1.243,4.059,1.243,4.951,1.243,4.968,1.263,4.795,1.263,4.503,1.263,4.6,1.263,4.728,1.263,4.523,1.263,4.609,1.263,4.618,1.263,4.567,1.264,4.675,1.266,4.453,1.27,4.451,1.272,4.468,1.274,4.441,1.278,4.415,1.283,4.418,1.284,4.375,1.284,4.374,1.288,4.377,1.288,4.376,1.29,4.295};
			return value;
		}
		private double[] getTextureCoordinate_6_46_point_3()
		{
			double[] value = {1.29,4.331,1.29,4.288,1.29,4.284,1.291,4.307,1.291,4.09,1.291,4.273,1.291,4.261,1.292,4.123,1.292,4.243,1.292,4.2,1.293,4.31,1.293,4.187,1.293,4.231,1.294,4.014,1.294,4.332,1.295,4.088,1.296,4.951,1.297,4.304,1.297,4.795,1.297,4.066,1.297,4.82,1.297,4.296,1.298,4.289,1.298,4.84,1.298,4.282,1.299,4.875,1.299,4.279,1.299,4.947,1.299,4.268,1.3,4.256,1.3,4.919,1.3,4.939,1.3,4.091,1.3,4.238,1.301,4.227,1.301,4.122,1.302,4.203,1.302,4.19,1.303,4.022,1.306,4.068,1.306,4.088,1.311,4.07,1.317,4.503,1.317,4.522,1.317,4.569,1.318,4.599,1.318,4.609,1.318,4.618,1.318,4.675,1.318,4.309,1.319,4.405,1.319,4.459,1.319,4.295,1.319,4.73,1.319,4.795,1.319,4.818,1.319,4.438,1.319,4.84,1.32,4.919,1.32,4.875,1.32,4.944,1.32,4.97,1.323,4.083,1.324,4.113,1.325,4.144,1.325,4.073,1.326,4.057,1.326,4.078,1.326,4.032,1.327,4.177,1.328,4.022,1.328,4.19,1.33,4.202,1.333,4.222,1.337,4.817,1.337,4.244,1.337,4.84,1.338,4.918,1.338,4.876,1.338,4.944,1.338,4.802,1.34,4.257,1.34,4.952,1.341,4.798,1.344,4.272,1.345,4.731,1.345,4.295,1.345,4.309,1.346,4.438,1.346,4.405,1.346,4.459,1.346,4.973,1.351,4.798,1.351,4.953,1.354,4.804,1.354,4.877,1.354,4.944,1.354,4.84,1.354,4.818,1.354,4.918};
			return value;
		}
		private double[] getTextureCoordinate_6_46_point_4()
		{
			double[] value = {1.359,4.502,1.362,4.52,1.362,4.567,1.362,4.971,1.362,4.597,1.363,4.607,1.363,4.616,1.363,4.673,1.363,4.794,1.363,4.84,1.363,4.877,1.363,4.918,1.363,4.943,1.363,4.73,1.363,4.817,1.367,4.816,1.367,4.729,1.367,4.792,1.367,4.839,1.367,4.876,1.367,4.917,1.367,4.942,1.367,4.672,1.367,4.606,1.367,4.615,1.367,4.596,1.368,4.969,1.368,4.566,1.368,4.519,1.37,4.5,1.376,4.817,1.376,4.916,1.376,4.839,1.376,4.803,1.376,4.876,1.376,4.942,1.377,4.295,1.377,4.309,1.377,4.438,1.377,4.405,1.377,4.459,1.379,4.797,1.379,4.951,1.384,4.972,1.385,4.73,1.389,4.796,1.389,4.951,1.391,4.8,1.392,4.875,1.392,4.942,1.392,4.916,1.392,4.839,1.393,4.816,1.409,4.405,1.409,4.459,1.409,4.438,1.409,4.309,1.409,4.295,1.41,4.874,1.41,4.943,1.41,4.969,1.41,4.918,1.41,4.839,1.411,4.794,1.411,4.817,1.411,4.728,1.411,4.673,1.412,4.607,1.412,4.616,1.412,4.598,1.412,4.568,1.412,4.521,1.413,4.502,1.43,4.937,1.43,4.918,1.431,4.946,1.431,4.874,1.432,4.839,1.432,4.818,1.433,4.794,1.434,4.949,1.436,4.438,1.437,4.295,1.437,4.405,1.437,4.459,1.437,4.309,1.466,4.674,1.466,4.566,1.467,4.522,1.467,4.608,1.467,4.617,1.467,4.727,1.467,4.502,1.467,4.599,1.467,4.794,1.47,4.272,1.474,4.257,1.477,4.244,1.481,4.222,1.484,4.202};
			return value;
		}
		private double[] getTextureCoordinate_6_46_point_5()
		{
			double[] value = {1.485,4.19,1.486,4.022,1.486,4.966,1.487,4.95,1.487,4.177,1.488,4.032,1.488,4.078,1.488,4.057,1.489,4.073,1.489,4.144,1.489,4.113,1.49,4.949,1.491,4.083,1.494,4.946,1.497,4.566,1.497,4.523,1.497,4.599,1.497,4.609,1.497,4.618,1.498,4.503,1.498,4.964,1.499,4.675,1.5,4.728,1.501,4.793,1.508,4.038,1.508,4.08,1.508,4.176,1.508,4.221,1.508,4.227,1.508,4.257,1.508,4.282,1.508,4.288,1.508,4.373,1.508,4.388,1.508,4.405,1.508,4.449,1.508,4.456,1.511,4.915,1.52,4.524,1.52,4.504,1.52,4.567,1.52,4.609,1.521,4.6,1.521,4.618,1.521,4.673,1.521,4.685,1.524,4.727,1.525,4.918,1.531,4.88,1.532,4.835,1.533,4.814,1.534,4.792,1.541,4.504,1.542,4.513,1.542,4.524,1.545,4.88,1.546,4.505,1.549,4.567,1.552,4.506,1.554,4.512,1.555,4.601,1.556,4.524,1.557,4.61,1.559,4.617,1.562,4.63,1.562,4.837,1.564,4.574,1.564,4.839,1.566,4.674,1.567,4.697,1.567,4.813,1.568,4.726,1.568,4.791,1.57,4.601,1.57,4.601,1.573,4.609,1.573,4.609,1.576,4.619,1.576,4.619,1.577,4.813,1.582,4.806,1.584,4.637,1.588,4.799,1.6,4.793,1.608,4.674,1.608,4.655,1.609,4.704,1.61,4.724,1.613,4.791,1.633,4.038,1.633,4.08,1.633,4.176,1.633,4.221,1.633,4.227,1.634,4.257,1.634,4.282,1.634,4.288,1.634,4.373,1.634,4.388,1.634,4.405};
			return value;
		}
		private double[] getTextureCoordinate_6_46_point_6()
		{
			double[] value = {1.634,4.449,1.634,4.456,1.641,4.702,1.642,4.724,1.643,4.78,1.644,4.671,1.644,4.656,1.657,4.695,1.657,4.723,1.659,4.647,1.66,4.663,1.663,4.77,1.668,4.656,1.668,4.633,1.668,4.633,1.671,4.556,1.673,4.616,1.678,4.612,1.685,4.685,1.688,4.705,1.689,4.721,1.691,4.753,1.697,4.982,1.697,4.975,1.697,4.942,1.697,4.81,1.697,4.783,1.697,4.781,1.699,4.615,1.7,4.743,1.703,4.618,1.705,4.72,1.705,4.646,1.706,4.708,1.726,4.058,1.727,4.305,1.728,4.121,1.728,4.059,1.728,4.05,1.728,4.029,1.734,4.049,1.734,4.028,1.735,4.584,1.735,4.551,1.735,4.413,1.735,4.305,1.735,4.121,1.735,4.305,1.735,4.059,1.735,4.121,1.735,4.059,1.737,4.059,1.737,4.093,1.738,4.049,1.738,4.028,1.738,4.123,1.739,4.122,1.739,4.541,1.739,4.452,1.739,4.113,1.739,4.369,1.739,4.284,1.739,4.193,1.739,4.049,1.739,4.028,1.74,4.54,1.74,4.413,1.74,4.112,1.74,4.305,1.742,4.107,1.821,4.093,1.823,4.082,1.823,4.112,1.824,4.075,1.824,4.111,1.824,4.1,1.897,4.112,1.898,4.112,1.898,4.101,1.899,4.074,1.899,4.082,1.901,4.093,1.977,4.983,1.977,4.976,1.977,4.942,1.977,4.811,1.977,4.784,1.977,4.782,1.978,4.107,1.979,4.113,1.98,4.112,1.98,4.541,1.98,4.452,1.98,4.369,1.98,4.285,1.98,4.194,1.98,4.123,1.981,4.541,1.981,4.414,1.981,4.306};
			return value;
		}
		private double[] getTextureCoordinate_6_46_point_7()
		{
			double[] value = {1.981,4.123,1.982,4.049,1.982,4.028,1.984,4.05,1.984,4.028,1.985,4.059,1.985,4.093,1.985,4.05,1.985,4.028,1.986,4.584,1.986,4.551,1.986,4.414,1.986,4.306,1.986,4.122,1.986,4.306,1.986,4.059,1.986,4.122,1.986,4.059,1.991,4.051,1.991,4.03,1.993,4.058,1.993,4.306,1.993,4.122,1.993,4.059};
			return value;
		}


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


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_52_texCoordIndex_1()
		{
			int[] value = {8,20,13,-1,15,24,20,-1,22,30,24,-1,22,49,55,-1,62,55,49,-1,62,53,57,-1,69,57,64,-1,39,24,30,-1,40,20,24,-1,38,13,20,-1,40,56,63,-1,39,51,56,-1,37,47,51,-1,51,47,54,-1,68,56,51,-1,70,63,56,-1,68,71,75,-1,61,65,71,-1,54,58,65,-1,67,65,58,-1,60,59,66,-1,62,66,59,-1,69,72,66,-1,73,76,72,-1,74,72,76,-1,67,66,72,-1,74,71,65,-1,77,75,71,-1,8,5,11,-1,15,11,18,-1,49,22,18,-1,30,55,59,-1,59,60,47,-1,58,54,47,-1,18,17,31,-1,19,23,31,-1,10,11,5,-1,17,18,11,-1,10,12,19,-1,23,19,12,-1,26,31,23,-1,43,36,31,-1,53,49,36,-1,57,53,43,-1,64,57,42,-1,42,43,26,-1,42,21,14,-1,7,14,21,-1,9,21,26,-1,9,6,2,-1,16,12,6,-1,3,6,12,-1,0,2,6,-1,3,5,1,-1,4,1,5,-1,4,13,20,-1,8,20,24,-1,15,24,30,-1,30,55,49,-1,53,49,55,-1,69,57,53,-1,73,64,57,-1,37,30,24,-1,39,24,20,-1,40,20,13,-1,38,63,56,-1,40,56,51,-1,39,51,47,-1,61,54,47,-1,61,51,56,-1,68,56,63,-1,70,75,71,-1,68,71,65,-1,61,65,58,-1,60,58,65,-1,67,66,59,-1,55,59,66,-1,62,66,72,-1,69,72,76,-1,77,76,72,-1,74,72,66,-1,67,65,71,-1,74,71,75,-1,15,11,5,-1,22,18,11,-1,36,18,22,-1,37,59,55,-1,37,47,60,-1,60,47,54,-1,36,31,17,-1,17,31,23,-1,3,5,11,-1,10,11,18,-1,17,19,12,-1,16,12,19,-1,16,23,31,-1,26,31,36,-1,43,36,49,-1,42,43,53,-1,41,42,57,-1,21,26,43,-1,41,14,21,-1,9,21,14,-1,16,26,21,-1,7,2,6,-1,9,6,12,-1,10,12,6,-1,3,6,2,-1,0,1,5,-1,8,5,1,-1,8,13,4,-1,15,20,8,-1,22,24,15,-1,22,55,30,-1,62,49,53,-1,62,57,69,-1,69,64,73,-1,39,30,37,-1,40,24,39,-1,38,20,40,-1,40,63,38,-1,39,56,40,-1,37,51,39,-1,51,54,61,-1,68,51,61,-1,70,56,68,-1,68,75,70,-1,61,71,68,-1,54,65,61,-1,67,58,60,-1,60,66,67,-1,62,59,55,-1,69,66,62,-1,73,72,69,-1,74,76,77,-1,67,72,74,-1,74,65,67,-1,77,71,74,-1,8,11,15,-1,15,18,22,-1,49,18,36,-1,30,59,37,-1,59,47,37,-1,58,47,60,-1,18,31,36,-1,19,31,17,-1,10,5,3,-1,17,11,10,-1,10,19,17,-1,23,12,16,-1,26,23,16,-1,43,31,26,-1,53,36,43,-1,57,43,42,-1,64,42,41,-1,42,26,21,-1,42,14,41,-1,7,21,9,-1,9,26,16,-1,9,2,7,-1,16,6,9,-1,3,12,10,-1,0,6,3,-1,3,1,0,-1,4,5,8,-1,4,20,8,-1,8,24,15,-1,15,30,22,-1,30,49,22,-1,53,55,62,-1,69,53,62,-1,73,57,69,-1,37,24,39,-1,39,20,40,-1,40,13,38,-1,38,56,40,-1,40,51,39,-1,39,47,37,-1,61,47,51,-1,61,56,68,-1,68,63,70,-1,70,71,68,-1,68,65,61,-1,61,58,54,-1,60,65,67,-1,67,59,60,-1,55,66,62,-1,62,72,69,-1,69,76,73,-1,77,72,74,-1,74,66,67,-1,67,71,74,-1,74,75,77,-1,15,5,8,-1,22,11,15,-1,36,22,49,-1,37,55,30,-1,37,60,59,-1,60,54,58,-1,36,17,18,-1,17,23,19,-1,3,11,10,-1,10,18,17,-1,17,12,10,-1,16,19,23,-1,16,31,26,-1,26,36,43,-1,43,49,53,-1,42,53,57,-1,41,57,64,-1,21,43,42,-1,41,21,42,-1,9,14,7,-1,16,21,9,-1,7,6,9,-1,9,12,16,-1,10,6,3,-1,3,2,0,-1,0,5,3,-1,8,1,4,-1,35,28,29,-1,34,46,48,-1,52,48,46,-1,45,52,50,-1,32,45,44,-1,25,32,33,-1,28,25,27,-1,29,33,44,-1,44,50,46,-1,29,27,33,-1,34,29,28,-1,35,48,46,-1,50,46,48,-1,44,50,52,-1,33,44,45,-1,27,33,32,-1,29,27,25,-1,34,44,33,-1,34,46,50,-1,29,33,27,-1,35,29,34,-1,34,48,35,-1,52,46,50,-1,45,50,44,-1,32,44,33,-1,25,33,27,-1,28,27,29,-1,29,44,34,-1,44,46,34,-1,34,28,35,-1};
			return value;
		}
		private int[] getIndexedFaceSet_5_52_texCoordIndex_2()
		{
			int[] value = {35,46,34,-1,50,48,52,-1,44,52,45,-1,33,45,32,-1,27,32,25,-1,29,25,28,-1,34,33,29,-1,34,50,44,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_52_point_1()
		{
			double[] value = {-2.15688,1.14696,3.16392,-2.15688,1.29458,3.35823,-2.08702,1.02048,3.30952,-2.08702,1.1204,3.44104,-1.94625,0.94205,3.3998,-1.94625,1.0124,3.49239,-1.94625,0.49867,3.73664,-1.94625,0.56901,3.82924,-2.08702,0.49059,3.91952,-2.08702,0.39067,3.78799,-2.15688,0.21649,3.8708,-2.15688,0.36411,4.06511,-2.08702,1.15954,3.61497,-2.15688,1.3524,3.61519,-2.15688,1.29845,3.86248,-2.08702,1.12302,3.78236,-1.94625,1.03995,3.61484,-1.94625,1.01425,3.73268,-1.94625,0.95631,3.81597,-2.15688,1.17686,4.03728,-2.15688,0.98268,4.16647,-2.08702,1.04072,3.90068,-2.08702,0.90928,3.98812,-1.94625,0.86377,3.87753,-2.08702,0.75203,4.01851,-1.94625,0.75306,3.89893,-1.94625,0.65036,3.87878,-2.08702,0.60614,3.98989,-2.15688,0.53482,4.16908,-2.15688,0.75035,4.21136,-2.15688,0.97624,3.05996,-2.08702,0.90493,3.23915,-1.94625,0.86071,3.35026,-1.94625,0.758,3.33011,-1.94625,0.49682,3.49636,-1.94625,0.64729,3.3515,-1.94625,0.55476,3.41306,-2.08702,0.75904,3.21053,-2.08702,0.60179,3.24091,-2.08702,0.38804,3.44668,-2.08702,0.35153,3.61406,-1.94625,0.47111,3.6142,-2.15688,0.15867,3.61385,-2.15688,0.21261,3.36655,-2.15688,0.3342,3.19175,-2.15688,0.52839,3.06256,-2.08702,0.47034,3.32836,-2.15688,0.76072,3.01767,2.26261,1.29458,3.35823,2.26261,1.14696,3.16392,2.19275,1.1204,3.44104,2.19275,1.02048,3.30952,2.05198,1.0124,3.49239,2.05198,0.56901,3.82924,2.05198,0.49867,3.73664,2.19275,0.39067,3.78799,2.26261,0.36411,4.06511,2.26261,0.21649,3.8708,2.05198,1.03995,3.61484,2.19275,1.15954,3.61497,2.26261,1.3524,3.61519,2.26261,1.29845,3.86248,2.19275,1.12302,3.78236,2.05198,1.01425,3.73268,2.19275,1.04072,3.90068,2.05198,0.95631,3.81597,2.26261,1.17686,4.03728,2.26261,0.98268,4.16647,2.19275,0.90928,3.98812,2.05198,0.86377,3.87753,2.05198,0.75306,3.89893,2.19275,0.75203,4.01851,2.19275,0.60614,3.98989,2.05198,0.65036,3.87878,2.19275,0.49059,3.91952,2.26261,0.53482,4.16908,2.26261,0.75035,4.21136,2.19275,0.90493,3.23915,2.26261,0.97624,3.05996,2.05198,0.94205,3.3998,2.05198,0.86071,3.35026,2.05198,0.47111,3.6142,2.05198,0.49682,3.49636,2.05198,0.758,3.33011,2.05198,0.55476,3.41306,2.26261,0.76072,3.01767,2.19275,0.75904,3.21053,2.05198,0.64729,3.3515,2.19275,0.60179,3.24091,2.19275,0.47034,3.32836,2.19275,0.38804,3.44668,2.19275,0.35153,3.61406,2.26261,0.15867,3.61385,2.26261,0.21261,3.36655,2.26261,0.3342,3.19175,2.26261,0.52839,3.06256,-1.94598,0.91966,3.61282,-1.94598,0.8602,3.46923,-2.02137,0.8555,3.47957,-2.02137,0.91117,3.61133};
			return value;
		}
		private double[] getCoordinate_6_52_point_2()
		{
			double[] value = {-2.02137,0.86531,3.7228,-1.94598,0.87812,3.73264,-1.94598,0.73716,3.78343,-1.94598,0.6143,3.71557,-2.02137,0.73893,3.76846,-1.94598,0.59121,3.55614,-2.02137,0.62501,3.71063,-1.94598,0.71442,3.44605,-2.02137,0.60105,3.56337,-2.02137,0.71559,3.45719,2.1271,0.91117,3.61133,2.1271,0.8555,3.47957,2.05171,0.8602,3.46923,2.05171,0.91966,3.61282,2.05171,0.87812,3.73264,2.1271,0.86531,3.7228,2.1271,0.73893,3.76846,2.1271,0.62501,3.71063,2.05171,0.73716,3.78343,2.1271,0.60105,3.56337,2.05171,0.6143,3.71557,2.1271,0.71559,3.45719,2.05171,0.59121,3.55614,2.05171,0.71442,3.44605,-2.08702,1.42934,3.29416,-2.08702,0.26625,4.17776,-2.08702,0.47965,4.30772,-2.08702,0.74906,4.36057,-2.08702,0.22887,3.08606,-2.08702,0.47161,2.92457,-2.08702,1.03142,2.92132,-2.08702,1.24481,3.05127,2.19275,0.07688,3.30456,2.19275,0.47161,2.92457,2.19275,0.76201,2.86846,2.19275,1.03142,2.92132,-2.08702,0.08173,3.93487,-2.08702,1.50162,3.61536,-2.08702,1.43418,3.92447,-2.08702,1.03946,4.30446,-2.08702,1.2822,4.14297,-2.08702,0.07688,3.30456,-2.08702,0.00945,3.61368,-2.08702,0.76201,2.86846,2.19275,1.24481,3.05127,2.19275,0.26625,4.17776,2.19275,1.42934,3.29416,2.19275,1.50162,3.61536,2.19275,1.43418,3.92447,2.19275,1.2822,4.14297,2.19275,0.47965,4.30772,2.19275,1.03946,4.30446,2.19275,0.74906,4.36057,2.19275,0.00945,3.61368,2.19275,0.08173,3.93487,2.19275,0.22887,3.08606};
			return value;
		}


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


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_5_59_texCoordIndex_1()
		{
			int[] value = {29,30,28,-1,32,30,29,-1,33,30,32,-1,28,30,24,-1,24,30,22,-1,34,30,33,-1,23,22,30,-1,34,35,31,-1,41,35,34,-1,26,35,36,-1,26,31,35,-1,25,31,26,-1,23,31,25,-1,18,21,22,-1,18,16,21,-1,12,15,16,-1,8,15,12,-1,8,10,15,-1,15,10,11,-1,21,16,17,-1,12,18,19,-1,5,8,9,-1,4,6,7,-1,4,5,6,-1,4,3,5,-1,2,4,0,-1,1,0,4,-1,40,35,41,-1,36,35,40,-1,38,36,37,-1,26,36,38,-1,49,54,53,-1,43,54,49,-1,43,42,56,-1,41,39,42,-1,56,42,44,-1,56,50,51,-1,50,44,45,-1,56,51,52,-1,54,56,59,-1,57,62,58,-1,62,59,61,-1,62,63,65,-1,59,60,61,-1,64,61,60,-1,29,28,30,-1,32,29,30,-1,33,32,30,-1,28,24,30,-1,24,22,30,-1,34,33,30,-1,31,30,22,-1,30,31,35,-1,39,34,35,-1,26,36,35,-1,26,35,31,-1,25,26,31,-1,23,25,31,-1,23,22,21,-1,18,21,16,-1,18,16,15,-1,9,12,15,-1,8,15,10,-1,13,11,10,-1,20,17,16,-1,14,19,18,-1,6,9,8,-1,4,7,6,-1,4,6,5,-1,4,5,3,-1,0,3,2,-1,0,1,7,-1,40,41,35,-1,36,40,35,-1,38,37,36,-1,27,38,36,-1,47,53,54,-1,46,49,54,-1,54,56,42,-1,43,42,39,-1,50,44,42,-1,56,51,50,-1,48,45,44,-1,55,52,51,-1,57,59,56,-1,58,59,57,-1,62,61,59,-1,65,61,62,-1,59,61,60,-1,60,63,64,-1,2,3,4,-1,1,4,7,-1,0,4,3,-1,0,7,4,-1,57,59,62,-1,62,61,63,-1,64,63,61,-1,58,62,59,-1,65,63,61,-1,60,61,63,-1,23,30,31,-1,34,31,30,-1,41,34,39,-1,18,22,23,-1,12,16,18,-1,8,12,9,-1,15,11,13,-1,21,17,20,-1,12,19,14,-1,5,9,6,-1,26,38,27,-1,49,53,47,-1,43,49,46,-1,43,56,54,-1,41,42,43,-1,56,44,50,-1,50,45,48,-1,56,52,55,-1,54,59,57,-1,31,22,23,-1,30,35,34,-1,39,35,41,-1,23,21,18,-1,18,15,12,-1,9,15,8,-1,13,10,15,-1,20,16,21,-1,14,18,12,-1,6,8,5,-1,27,36,26,-1,47,54,49,-1,46,54,43,-1,54,42,43,-1,43,39,41,-1,50,42,56,-1,48,44,50,-1,55,51,56,-1,57,56,54,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_59_point_1()
		{
			double[] value = {0.05302,0.67573,3.6373,0.03758,0.81594,3.51161,0.158,0.70374,3.63733,-0.07976,0.68976,3.63732,-0.16931,0.74295,3.63738,0.27225,0.78496,3.63742,0.3093,0.8298,3.63747,-0.22797,0.8214,3.63746,0.30313,1.02025,3.63769,-0.26503,0.98947,3.58391,0.03758,0.98676,3.51181,-0.46882,0.99502,3.63766,0.17035,1.05943,3.63773,-0.31134,1.04263,3.63771,0.24446,1.03983,3.63771,1.08386,1.01182,3.63768,1.05607,0.84658,3.63749,1.10856,0.80457,3.63744,1.23825,1.03145,3.6377,1.21354,0.81017,3.63745,1.26912,0.86058,3.63751,1.25677,0.8186,3.63746,1.24751,0.75698,3.63739,1.09929,0.75138,3.63738,1.08077,1.67327,4.21598,1.43916,0.86338,3.63751,1.26295,1.00622,3.63767,1.44842,0.93354,3.51175,1.39901,1.01182,3.63768,1.39593,1.16028,3.63785,1.4546,0.70934,3.63734,1.61219,0.68241,3.63667,1.61516,0.93634,3.51175,1.61483,1.15669,3.6372,-0.4225,1.01182,3.63768,-0.3484,1.30669,3.7099,-0.34531,1.07624,3.63775,-1.00489,1.06223,3.63773,-1.14384,0.99221,3.63766,-1.14075,1.61771,4.21592,-0.96784,0.99782,3.63766,-0.95548,0.85498,3.6375,-1.15619,0.84378,3.63749,-0.41633,0.85498,3.6375,-0.97401,0.79897,3.63744,-1.00798,0.79897,3.63744,-1.11296,0.79617,3.63744,-0.98019,0.74858,3.63738,-1.12531,0.75418,3.63739,-1.30566,0.84658,3.63749,-1.2686,0.99782,3.63766,-1.33653,1.14905,3.63783,-1.27169,1.13505,3.63782,-1.33653,0.93914,3.51175,-1.47857,0.93634,3.51175,-1.48685,1.15669,3.6372,-1.33036,0.68136,3.63731,-1.48023,0.68241,3.63667,0.05302,0.67574,3.63603,0.158,0.70374,3.63606,0.03758,0.81566,3.76203,-0.07976,0.68976,3.63604,-0.16931,0.74295,3.6361,0.27225,0.78496,3.63615,0.3093,0.8298,3.6362,-0.22797,0.8214,3.63619,0.03758,0.98647,3.76222,-0.26503,0.98935,3.69012,-0.41633,0.85498,3.63623,0.17035,1.05943,3.63646,-0.31134,1.04263,3.63644,0.24446,1.03983,3.63644,0.30313,1.02025,3.63642,1.05607,0.84658,3.63622,1.08386,1.01182,3.63641,1.10856,0.80457,3.63617,1.21354,0.81017,3.63618,1.26295,1.00622,3.6364,1.23825,1.03145,3.63643,1.26912,0.86058,3.63624,1.25677,0.8186,3.63619,1.22589,0.75418,3.63612,1.24751,0.75698,3.63612,1.07459,0.75138,3.63611,1.09929,0.75138,3.63611,1.2228,1.66486,4.2147,1.08077,1.67327,4.21471,1.39901,1.01182,3.63641,1.44842,0.93326,3.76216,1.39593,1.16028,3.63657,1.43916,0.86338,3.63624,1.4546,0.70935,3.63607,1.61516,0.93606,3.76216,-0.4225,1.01182,3.63641,-0.46882,0.99502,3.63639,-0.3484,1.30669,3.70863,-0.34531,1.07624,3.63648,0.16726,1.30669,3.70863,-0.99871,1.62051,4.21465,-1.14075,1.61771,4.21465};
			return value;
		}
		private double[] getCoordinate_6_59_point_2()
		{
			double[] value = {-1.14384,0.99222,3.63638,-0.98327,1.03145,3.63643,-1.00489,1.06224,3.63646,-1.15619,0.84378,3.63622,-0.95548,0.85498,3.63623,-0.96784,0.99782,3.63639,-1.00798,0.79897,3.63617,-0.97401,0.79897,3.63617,-1.11296,0.79617,3.63616,-1.0018,0.74858,3.63611,-0.98019,0.74858,3.63611,-1.15001,0.75418,3.63612,-1.12531,0.75418,3.63612,-1.2686,0.99782,3.63639,-1.30566,0.84658,3.63622,-1.27169,1.13505,3.63654,-1.33653,1.14906,3.63656,-1.33653,0.93886,3.76217,-1.33036,0.68136,3.63603,-1.47857,0.93606,3.76216,1.22589,0.75418,3.63739,1.07459,0.75138,3.63738,1.2228,1.66486,4.21597,0.16726,1.30669,3.7099,-0.99871,1.62051,4.21592,-0.98327,1.03145,3.6377,-1.0018,0.74858,3.63738,-1.15001,0.75418,3.63739};
			return value;
		}


		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #18, 1162 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_5_18_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_18_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_18_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_18_coordIndex_2()));
			return IndexedFaceSet_5_18_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=5, element #18, 1162 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_5_18_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_5_18_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_18_texCoordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_18_texCoordIndex_2()));
			return IndexedFaceSet_5_18_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #18, 558 total numbers made up of 186 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_6_18_point()
		{
			MFVec3f Coordinate_6_18_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_18_point_1()))
				.append(new MFVec3f(getCoordinate_6_18_point_2()));
			return Coordinate_6_18_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=6, element #19, 376 total numbers made up of 188 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_6_19_point()
		{
			MFVec2f TextureCoordinate_6_19_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_6_19_point_1()))
				.append(new MFVec2f(getTextureCoordinate_6_19_point_2()));
			return TextureCoordinate_6_19_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #25, 1032 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_5_25_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_25_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_25_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_25_coordIndex_2()));
			return IndexedFaceSet_5_25_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=5, element #25, 1032 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_5_25_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_5_25_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_25_texCoordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_25_texCoordIndex_2()));
			return IndexedFaceSet_5_25_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #25, 468 total numbers made up of 156 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_6_25_point()
		{
			MFVec3f Coordinate_6_25_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_25_point_1()))
				.append(new MFVec3f(getCoordinate_6_25_point_2()));
			return Coordinate_6_25_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #32, 768 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_5_32_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_32_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_32_coordIndex_1()));
			return IndexedFaceSet_5_32_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=5, element #32, 768 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_5_32_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_5_32_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_32_texCoordIndex_1()));
			return IndexedFaceSet_5_32_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #32, 576 total numbers made up of 192 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_6_32_point()
		{
			MFVec3f Coordinate_6_32_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_32_point_1()))
				.append(new MFVec3f(getCoordinate_6_32_point_2()));
			return Coordinate_6_32_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #38, 3460 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_5_38_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_38_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_38_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_38_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_5_38_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_5_38_coordIndex_4()));
			return IndexedFaceSet_5_38_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=5, element #38, 3460 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_5_38_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_5_38_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_38_texCoordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_38_texCoordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_5_38_texCoordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_5_38_texCoordIndex_4()));
			return IndexedFaceSet_5_38_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #38, 2283 total numbers made up of 761 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_6_38_point()
		{
			MFVec3f Coordinate_6_38_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_38_point_1()))
				.append(new MFVec3f(getCoordinate_6_38_point_2()))
				.append(new MFVec3f(getCoordinate_6_38_point_3()))
				.append(new MFVec3f(getCoordinate_6_38_point_4()))
				.append(new MFVec3f(getCoordinate_6_38_point_5()))
				.append(new MFVec3f(getCoordinate_6_38_point_6()))
				.append(new MFVec3f(getCoordinate_6_38_point_7()))
				.append(new MFVec3f(getCoordinate_6_38_point_8()));
			return Coordinate_6_38_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=6, element #39, 1144 total numbers made up of 572 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_6_39_point()
		{
			MFVec2f TextureCoordinate_6_39_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_6_39_point_1()))
				.append(new MFVec2f(getTextureCoordinate_6_39_point_2()))
				.append(new MFVec2f(getTextureCoordinate_6_39_point_3()))
				.append(new MFVec2f(getTextureCoordinate_6_39_point_4()))
				.append(new MFVec2f(getTextureCoordinate_6_39_point_5()))
				.append(new MFVec2f(getTextureCoordinate_6_39_point_6()));
			return TextureCoordinate_6_39_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #45, 3312 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_5_45_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_45_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_45_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_45_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_5_45_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_5_45_coordIndex_4()));
			return IndexedFaceSet_5_45_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=5, element #45, 3312 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_5_45_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_5_45_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_45_texCoordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_45_texCoordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_5_45_texCoordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_5_45_texCoordIndex_4()));
			return IndexedFaceSet_5_45_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #45, 1653 total numbers made up of 551 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_6_45_point()
		{
			MFVec3f Coordinate_6_45_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_45_point_1()))
				.append(new MFVec3f(getCoordinate_6_45_point_2()))
				.append(new MFVec3f(getCoordinate_6_45_point_3()))
				.append(new MFVec3f(getCoordinate_6_45_point_4()))
				.append(new MFVec3f(getCoordinate_6_45_point_5()))
				.append(new MFVec3f(getCoordinate_6_45_point_6()));
			return Coordinate_6_45_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=6, element #46, 1248 total numbers made up of 624 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_6_46_point()
		{
			MFVec2f TextureCoordinate_6_46_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_6_46_point_1()))
				.append(new MFVec2f(getTextureCoordinate_6_46_point_2()))
				.append(new MFVec2f(getTextureCoordinate_6_46_point_3()))
				.append(new MFVec2f(getTextureCoordinate_6_46_point_4()))
				.append(new MFVec2f(getTextureCoordinate_6_46_point_5()))
				.append(new MFVec2f(getTextureCoordinate_6_46_point_6()))
				.append(new MFVec2f(getTextureCoordinate_6_46_point_7()));
			return TextureCoordinate_6_46_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #52, 1032 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_5_52_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_52_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_52_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_52_coordIndex_2()));
			return IndexedFaceSet_5_52_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=5, element #52, 1032 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_5_52_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_5_52_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_52_texCoordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_5_52_texCoordIndex_2()));
			return IndexedFaceSet_5_52_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #52, 468 total numbers made up of 156 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_6_52_point()
		{
			MFVec3f Coordinate_6_52_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_52_point_1()))
				.append(new MFVec3f(getCoordinate_6_52_point_2()));
			return Coordinate_6_52_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #59, 552 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_5_59_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_59_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_59_coordIndex_1()));
			return IndexedFaceSet_5_59_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=5, element #59, 552 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_5_59_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_5_59_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_59_texCoordIndex_1()));
			return IndexedFaceSet_5_59_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #59, 384 total numbers made up of 128 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_6_59_point()
		{
			MFVec3f Coordinate_6_59_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_59_point_1()))
				.append(new MFVec3f(getCoordinate_6_59_point_2()));
			return Coordinate_6_59_point;
		}
		/** Large attribute array: Coordinate DEF='Group15_13_Coord' point field, scene-graph level=6, element #66, 270 total numbers made up of 90 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 getGroup15_13_Coord_6_66_point()
		{
			MFVec3f Group15_13_Coord_6_66_point = new MFVec3f(new double[] {1.59468,3.89185,-2.23149,1.56913,3.95158,-2.19716,1.56402,3.95819,-2.05155,1.59468,3.89592,-2.01101,1.66758,3.71494,-1.9998,1.66758,3.71066,-2.23211,1.75033,3.4313,-2.00244,1.75033,3.41935,-2.22278,1.82067,3.1715,-1.99371,1.82067,3.17115,-2.22609,1.86404,3.02195,-1.98701,1.86404,3.00957,-2.23099,1.88155,2.92336,-1.99307,1.8841,2.89976,-2.20533,1.8841,2.87932,-2.03165,1.89686,2.81974,-3.73152,1.89686,2.80543,-4.19642,1.67014,3.67222,-3.88964,1.86915,2.96167,-4.18769,1.83089,3.10371,-4.17456,1.74009,3.4234,-4.16188,1.56912,3.91608,-3.6053,1.89686,2.8341,-3.26375,1.56912,3.91978,-3.55943,1.75544,3.40139,-2.76996,1.82067,3.15704,-2.7773,1.86148,3.01515,-2.78253,1.89686,2.84576,-2.78732,1.66758,3.70889,-2.75594,1.61,3.84844,-2.75699,1.58445,3.9084,-2.77533,1.56912,3.93048,-2.82455,-1.79879,2.81974,-3.73152,-1.79879,2.8341,-3.26375,-1.47105,3.93048,-2.82455,-1.48638,3.9084,-2.77533,-1.51193,3.84844,-2.75699,-1.56951,3.70889,-2.75594,-1.65737,3.40139,-2.76996,-1.7226,3.15704,-2.7773,-1.76341,3.01515,-2.78253,-1.79879,2.84576,-2.78732,-1.47105,3.91978,-3.55943,-1.47105,3.91608,-3.6053,-1.48638,3.88933,-3.65362,-1.57207,3.67222,-3.88964,-1.64202,3.4234,-4.16188,-1.73282,3.10371,-4.17456,-1.77108,2.96167,-4.18769,-1.79879,2.80543,-4.19642,1.89177,2.87292,-2.16544,1.58445,3.88933,-3.65362,-1.49661,3.89592,-2.01101,-1.46595,3.95819,-2.05155,-1.47106,3.95158,-2.19716,-1.56951,3.71494,-1.9998,-1.49661,3.89185,-2.23149,-1.65226,3.41935,-2.22278,-1.65226,3.4313,-2.00244,-1.7226,3.17115,-2.22609,-1.7226,3.1715,-1.99371,-1.76597,3.00957,-2.23099,-1.76597,3.02195,-1.98701,-1.78603,2.89976,-2.20533,-1.78348,2.92336,-1.99307,-1.7937,2.87292,-2.16544,-1.78603,2.87932,-2.03165,-0.74135,2.99521,-5.01583,-1.58513,3.40178,-4.4251,-1.50291,3.66235,-4.15261,-1.66734,2.96124,-4.846,-1.65436,3.12097,-4.67773,-1.6933,2.98248,-4.81155,-0.74567,3.96304,-3.9406,-1.44666,3.83042,-3.97921,-1.33416,3.91394,-3.92124,-1.39474,3.89745,-3.92052,0.05749,3.97024,-3.99644,0.86065,3.96304,-3.9406,0.85632,2.99521,-5.01583,1.60095,3.66235,-4.15261,1.68316,3.40178,-4.4251,1.54469,3.83042,-3.97921,1.43219,3.91394,-3.92124,1.49277,3.89745,-3.92052,1.75239,3.12097,-4.67773,1.79134,2.98248,-4.81155,1.76538,2.96124,-4.846,-1.56951,3.71066,-2.23211,0.05749,2.98982,-5.08403});
			return Group15_13_Coord_6_66_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 CargoTruckLowDetail 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 CargoTruckLowDetail().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.GroundVehicles.Cargo.CargoTruckLowDetail\" 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.GroundVehicles.Cargo.CargoTruckLowDetail self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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