package Savage.AircraftFixedWing.Boeing747Tunisia;

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> A Boeing Model 747 Airliner. </p>
 <p> Related links: Catalog page <a href="../../../../AircraftFixedWing/Boeing747Tunisia/Boeing747Index.html" target="_blank">Boeing747</a>,  source <a href="../../../../AircraftFixedWing/Boeing747Tunisia/Boeing747.java">Boeing747.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="../../../../AircraftFixedWing/Boeing747Tunisia/Boeing747.x3d">Boeing747.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> A Boeing Model 747 Airliner </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Nabil Ouerghi </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> Blender 245 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> X3D exporter v1.55 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 17 January 2006 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 28 November 2019 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/Boeing747Tunisia/Boeing747.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/Boeing747Tunisia/Boeing747.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D-Edit 3.2, <a href="https://www.web3d.org/x3d/tools/X3D-Edit" target="_blank">https://www.web3d.org/x3d/tools/X3D-Edit</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../AircraftFixedWing/Boeing747Tunisia/../../license.html">../../license.html</a> </td>
		</tr>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center;" colspan="2">  &nbsp; </td>
		</tr>
	</table>

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

	* @author Nabil Ouerghi
 */

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

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_INTERCHANGE).setVersion(X3D.VERSION_3_2)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("Boeing747.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("A Boeing Model 747 Airliner"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Nabil Ouerghi"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("Blender 245"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("X3D exporter v1.55"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("17 January 2006"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("28 November 2019"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/Boeing747Tunisia/Boeing747.x3d"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setInfo(new String[] {"http://www.boeing.com/commercial/747family/747-8_background.html"}).setTitle("F18")
      .setMetadata(new MetadataSet().setName("SMAL").setReference("https://www.web3d.org/x3d/content/examples/Savage/Tools/SMAL/SMAL.html")
        .setMetadata(new MetadataString().setName("version").setValue(new String[] {"1.0"})
          .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"This is the version of SMAL employed, not of the model."})))
        .setMetadata(new MetadataSet().setName("EntityDefinition")
          .addComments(" Identifying metadata for the current simulation of interest ")
          .setMetadata(new MetadataSet().setName("Classification")
            .setMetadata(new MetadataString().setName("level").setValue(new String[] {"UNCLASSIFIED"})
              .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"UNCLASSIFIED","FOUO","CONFIDENTIAL","SECRET"})))
            .setMetadata(new MetadataString().setName("reference").setValue(new String[] {"http://www.boeing.com/commercial/747family/747-8_fact_sheet.html"})
              .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The published source of classified information, if any, contained in the Metadata."})))
            .setMetadata(new MetadataString().setName("rationale")
              .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The specific element which contains the information classifying this document."}))))
          .setMetadata(new MetadataSet().setName("IdentificationParameters")
            .setMetadata(new MetadataString().setName("name").setValue(new String[] {"747"})
              .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The plain language name of the vehicle this model represents, i.e. the base class (DDG-51), or vehicle designation (M1A2)."}))))
          .setMetadata(new MetadataSet().setName("X3DArchiveModel")
            .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"This is a placeholder element which ensures the proper validation of autogenerated SMAL code."})))
          .setMetadata(new MetadataSet().setName("PhysicalParameters")
            .setMetadata(new MetadataSet().setName("PhysicalConstraints")
              .setMetadata(new MetadataFloat().setName("height").setValue(new double[] {19.5})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum structural height of the object in meters. This may be used for clearance checking or other calculations."})))
              .setMetadata(new MetadataFloat().setName("width").setValue(new double[] {68.5})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum width, beam, or wingspan of the vehicle in meters. This may be used for clearance checking or other calculations."})))
              .setMetadata(new MetadataFloat().setName("length").setValue(new double[] {76.4})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum structural length of the object in meters. This may be used for clearance checking or other calculations."})))
              .setMetadata(new MetadataFloat().setName("grossWeight").setValue(new double[] {439985.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The standard operational weight of the vehicle in pounds or kilograms. This may be used in physics calculations."}))))
            .setMetadata(new MetadataSet().setName("DynamicResponseConstraints")
              .setMetadata(new MetadataFloat().setName("maximumSpeed").setValue(new double[] {1012.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum rated speed for this vehicle in knots."})))
              .setMetadata(new MetadataFloat().setName("cruiseSpeed").setValue(new double[] {1012.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The published cruise speed for this vehicle in knots."})))
              .setMetadata(new MetadataFloat().setName("maximumAltitude").setValue(new double[] {45000.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The absolute ceiling for this aircraft in feet or meters."})))
              .setMetadata(new MetadataFloat().setName("cruiseAltitude").setValue(new double[] {35000.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The cruise ceiling for this aircraft in feet or meters."})))
              .setMetadata(new MetadataFloat().setName("maximumAcceleration").setValue(new double[] {100.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The ideal maximum acceleration achievable by this vehicle in meters per second squared, as in at maximum Power excess for aircraft."})))
              .setMetadata(new MetadataFloat().setName("maximumFuelCapacity").setValue(new double[] {240410.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum usable fuel capacity in liters."}))))
            .setMetadata(new MetadataSet().setName("TacticalConstraints")
              .addComments(" none defined ")))
          .setMetadata(new MetadataSet().setName("NetworkedCommunicationParameterSet")
            .setMetadata(new MetadataSet().setName("DisConfiguration")
              .setMetadata(new MetadataInteger().setName("entityKind").setValue(new int[] {1})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration identifying the platform type."})))
              .setMetadata(new MetadataInteger().setName("entityDomain").setValue(new int[] {2})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the domain of operations of this object (air)."})))
              .setMetadata(new MetadataInteger().setName("entityCountry").setValue(new int[] {217})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the country of origin of this object (the value for Tunisia is 217)."})))
              .setMetadata(new MetadataInteger().setName("entityCategory").setValue(new int[] {57})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the type of this vehicle (Non-combatant commercial aircraft)."}))))))))
    .addComments(" This axis tool helped align this blender output model ")
    .addComments(" Inline url=\"../../../Basic/course/CoordinateAxesNSEW.x3d\"/ ")
    .addChild(new Transform("BOEING747").setRotation(0.0,1.0,0.0,1.570796).setScale(25.0,25.0,25.0)
      .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57)
        .addChild(new Transform().setRotation(0.0,0.0,1.0,1.57)
          .addChild(new Transform().setTranslation(21.0775,-8.0,5.05)
            .addChild(new Transform("B747taiB_B747glas")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747glas").setAmbientIntensity(0.167).setDiffuseColor(0.012,0.043,0.0).setShininess(0.098).setSpecularColor(0.401,0.401,0.401).setTransparency(0.3)))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_65_coordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747glas").setPoint(getcoord_B747taiB_B747glas_10_65_point())))))
            .addChild(new Transform("B747taiB_B747side")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747side").setAmbientIntensity(0.167).setDiffuseColor(0.765,0.765,0.765).setShininess(0.098).setSpecularColor(0.401,0.401,0.401))
                  .setTexture(new ImageTexture("B747SIDE_JPG").setUrl(new String[] {"B747SIDE.JPG","https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/Boeing747Tunisia/B747SIDE.JPG"})))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_72_coordIndex()).setTexCoordIndex(getIndexedFaceSet_9_72_texCoordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747side").setPoint(getcoord_B747taiB_B747side_10_72_point()))
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_73_point())))))
            .addChild(new Transform("B747taiB_B747whit")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747whit").setAmbientIntensity(0.167).setDiffuseColor(0.765,0.765,0.765).setShininess(0.098).setSpecularColor(0.401,0.401,0.401)))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_79_coordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747whit").setPoint(getcoord_B747taiB_B747whit_10_79_point())))))
            .addChild(new Transform("B747taiB_B747mark")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747mark").setAmbientIntensity(0.167).setDiffuseColor(0.212,0.212,0.212).setShininess(0.098).setSpecularColor(0.401,0.401,0.401)))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_85_coordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747mark").setPoint(getcoord_B747taiB_B747mark_10_85_point())))))
            .addChild(new Transform("B747taiB_B747silv")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747silv").setAmbientIntensity(0.167).setDiffuseColor(0.867,0.867,0.867).setShininess(0.098).setSpecularColor(0.401,0.401,0.401))
                  .setTexture(new ImageTexture("B747SILV_JPG").setUrl(new String[] {"B747SILV.JPG","https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/Boeing747Tunisia/B747SILV.JPG"})))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_92_coordIndex()).setTexCoordIndex(getIndexedFaceSet_9_92_texCoordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747silv").setPoint(getcoord_B747taiB_B747silv_10_92_point()))
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_93_point())))))
            .addChild(new Transform("B747taiB_B747grey")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747grey").setAmbientIntensity(0.167).setDiffuseColor(0.447,0.447,0.447).setShininess(0.098).setSpecularColor(0.401,0.401,0.401))
                  .setTexture(new ImageTexture().setUSE("B747SILV_JPG")))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_100_coordIndex()).setTexCoordIndex(getIndexedFaceSet_9_100_texCoordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747grey").setPoint(getcoord_B747taiB_B747grey_10_100_point()))
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_101_point())))))
            .addChild(new Transform("B747taiB_B747taiB")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747taiB").setAmbientIntensity(0.167).setDiffuseColor(0.765,0.765,0.765).setShininess(0.098).setSpecularColor(0.401,0.401,0.401))
                  .setTexture(new ImageTexture("B747TAIB_JPG").setUrl(new String[] {"B747TAIB.JPG","https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/Boeing747Tunisia/B747TAIB.JPG"})))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_108_coordIndex()).setTexCoordIndex(getIndexedFaceSet_9_108_texCoordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747taiB").setPoint(getcoord_B747taiB_B747taiB_10_108_point()))
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_109_point())))))
            .addChild(new Transform("B747taiB_B747line")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747line").setAmbientIntensity(0.167).setDiffuseColor(0.494,0.494,0.494).setShininess(0.098).setSpecularColor(0.401,0.401,0.401)))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_115_coordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747line").setPoint(getcoord_B747taiB_B747line_10_115_point())))))
            .addChild(new Transform("B747taiB_B747blck")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747blck").setAmbientIntensity(0.167).setDiffuseColor(0.212,0.212,0.212).setShininess(0.098).setSpecularColor(0.401,0.401,0.401)))
                .setGeometry(new IndexedFaceSet().setConvex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_9_121_coordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747blck").setPoint(getcoord_B747taiB_B747blck_10_121_point())))))
            .addChild(new Transform("B747taiB_B747luft")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747luft").setAmbientIntensity(0.167).setDiffuseColor(0.698,0.698,0.698).setShininess(0.098).setSpecularColor(0.401,0.401,0.401))
                  .setTexture(new ImageTexture("B747LUFT_JPG").setUrl(new String[] {"B747LUFT.JPG","https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/Boeing747Tunisia/B747LUFT.JPG"})))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_128_coordIndex()).setTexCoordIndex(getIndexedFaceSet_9_128_texCoordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747luft").setPoint(getcoord_B747taiB_B747luft_10_128_point()))
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_129_point())))))
            .addChild(new Transform("B747taiB_B747tail")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747tail").setAmbientIntensity(0.167).setDiffuseColor(0.765,0.765,0.765).setShininess(0.098).setSpecularColor(0.401,0.401,0.401))
                  .setTexture(new ImageTexture("B747TAIL_JPG").setUrl(new String[] {"B747TAIL.JPG","https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/Boeing747Tunisia/B747TAIL.JPG"})))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(getIndexedFaceSet_9_136_coordIndex()).setTexCoordIndex(getIndexedFaceSet_9_136_texCoordIndex())
                  .setCoord(new Coordinate("coord_B747taiB_B747tail").setPoint(getcoord_B747taiB_B747tail_10_136_point()))
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_137_point())))))
            .addChild(new Transform("B747taiB_B747cpit")
              .addChild(new Shape()
                .setAppearance(new Appearance()
                  .setMaterial(new Material("MA_B747cpit").setAmbientIntensity(0.167).setDiffuseColor(0.012,0.043,0.0).setShininess(0.098).setSpecularColor(0.401,0.401,0.401).setTransparency(0.3)))
                .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(3.14159).setSolid(false).setCoordIndex(new int[] {0,3,1,-1,0,2,3,-1,0,4,2,-1,4,0,5,-1,5,6,4,-1,7,11,8,-1,7,8,10,-1,9,11,7,-1,11,9,12,-1,14,16,20,-1,19,16,14,-1,13,15,14,-1,16,19,17,-1,13,14,20,-1,20,18,13,-1,24,22,28,-1,24,27,22,-1,23,21,22,-1,27,24,25,-1,22,21,28,-1,26,28,21,-1,33,29,30,-1,30,29,32,-1,33,31,29,-1,31,33,34,-1,38,35,36,-1,37,35,38,-1,39,35,37,-1,39,40,35,-1,41,40,39,-1})
                  .setCoord(new Coordinate("coord_B747taiB_B747cpit").setPoint(getcoord_B747taiB_B747cpit_10_143_point())))))))))
    .addChild(new Viewpoint().setDescription("Front view of Boeing 747").setOrientation(0.0,1.0,0.0,1.57).setPosition(50.0,0.0,0.0))
    .addChild(new Viewpoint().setDescription("Right 45 profile view of Boeing 747").setOrientation(0.0,1.0,0.0,0.707).setPosition(50.0,0.0,50.0))
    .addChild(new Viewpoint().setDescription("Right side view of Boeing 747").setPosition(0.0,0.0,50.0)));
            }
            catch (Exception ex)
            {       
                System.err.println ("*** Further hints on X3DJSAIL errors and exceptions at");
                System.err.println ("*** https://www.web3d.org/specifications/java/X3DJSAIL.html");
                throw (ex);
            }
	}
	// end of initialize() method

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


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747glas_10_65_point_1()
		{
			double[] value = {-20.997290,7.645564,-5.028880,-20.997223,7.646922,-5.030311,-20.997164,7.651183,-5.030317,-20.997179,7.652468,-5.028880,-20.997652,7.652468,-5.021553,-20.997875,7.651183,-5.020077,-20.997902,7.646779,-5.020156,-20.997763,7.645564,-5.021515,-20.997841,7.639387,-5.021667,-20.997993,7.638008,-5.020233,-20.998095,7.633769,-5.020230,-20.997950,7.632483,-5.021667,-20.997507,7.633649,-5.030546,-20.997391,7.638102,-5.030469,-20.997387,7.639387,-5.029033,-20.999117,7.564489,-5.021820,-20.998693,7.564489,-5.029185,-20.998657,7.565773,-5.030622,-20.998562,7.570107,-5.030622,-20.998545,7.571393,-5.029185,-20.998993,7.571393,-5.021820,-20.999161,7.570107,-5.020382,-20.999231,7.565774,-5.020382,-20.997564,7.690425,-5.019619,-20.997612,7.686091,-5.019619,-20.996948,7.684806,-5.028422,-20.996910,7.686091,-5.029860,-20.996899,7.690425,-5.029860,-20.996914,7.691710,-5.028422,-20.996885,7.697886,-5.028270,-20.996859,7.699172,-5.029707,-20.996836,7.703506,-5.029707,-20.996851,7.704791,-5.028270,-20.997259,7.704687,-5.020789,-20.997442,7.703506,-5.019467,-20.997494,7.699172,-5.019467,-20.997295,7.697887,-5.020986,-20.997625,7.658644,-5.021362,-20.997103,7.658644,-5.028728,-20.997057,7.659929,-5.030165,-20.997023,7.664263,-5.030165,-20.997049,7.665548,-5.028728,-20.997561,7.665549,-5.021362,-20.997780,7.664264,-5.019925,-20.997818,7.659930,-5.019925,-20.997723,7.673011,-5.019773,-20.997530,7.671726,-5.021210,-20.997009,7.671725,-5.028575,-20.996954,7.673011,-5.030012,-20.996923,7.677344,-5.030012,-20.996958,7.678629,-5.028575,-20.997465,7.678629,-5.021210,-20.997681,7.677344,-5.019773,-20.999195,7.559683,-5.021820,-20.999353,7.558397,-5.020382,-20.999422,7.554064,-5.020382,-20.999310,7.552779,-5.021820,-20.998842,7.552778,-5.029185,-20.998774,7.554064,-5.030622,-20.998747,7.558397,-5.030622,-20.998798,7.559640,-5.029232,-20.998041,7.626306,-5.021820,-20.998224,7.625021,-5.020382,-20.998299,7.620687,-5.020382,-20.998173,7.619403,-5.021820,-20.997746,7.619402,-5.029185,-20.997715,7.620674,-5.030544,-20.997625,7.625021,-5.030622,-20.997620,7.626306,-5.029185,-21.000217,7.504930,-5.021820,-20.999699,7.504929,-5.029185,-20.999613,7.506119,-5.030515,-20.999525,7.510636,-5.030524,-20.999561,7.511833,-5.029185,-21.000177,7.510702,-5.020382,-21.000332,7.506215,-5.020382,-21.000126,7.517671,-5.020208,-20.999474,7.516306,-5.029185,-20.999392,7.517515,-5.030537,-20.999304,7.522020,-5.030516,-20.999340,7.523210,-5.029185,-20.999851,7.523210,-5.021820,-21.000023,7.521925,-5.020382,-20.999859,7.529843,-5.020466,-20.999231,7.528888,-5.029185,-20.999149,7.530076,-5.030513,-20.999060,7.534765,-5.030366,-20.999098,7.535792,-5.029185,-20.999605,7.535793,-5.021820,-20.999775,7.534507,-5.020382,-21.001116,7.454398,-5.030622,-21.000921,7.458731,-5.030622,-21.000877,7.460016,-5.029185,-21.001356,7.460016,-5.021820,-21.001572,7.458771,-5.020427,-21.001743,7.454658,-5.020468,-21.001648,7.453112,-5.021820,-21.001205,7.453112,-5.029185,-20.999010,7.540380,-5.029185,-20.998926,7.541605,-5.030555};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_2()
		{
			double[] value = {-20.998846,7.546001,-5.030619,-20.998894,7.547284,-5.029185,-20.999399,7.547284,-5.021820,-20.999557,7.545999,-5.020382,-20.999666,7.541539,-5.020382,-21.003721,7.406914,-5.030622,-21.003668,7.408198,-5.029185,-21.004002,7.408148,-5.021763,-21.004225,7.406914,-5.020382,-21.004499,7.402579,-5.020382,-21.004425,7.401295,-5.021860,-21.004112,7.401295,-5.029185,-21.004002,7.402579,-5.030622,-21.002882,7.419868,-5.030622,-21.002836,7.421154,-5.029185,-21.003189,7.421154,-5.021820,-21.003403,7.419868,-5.020382,-21.003677,7.415535,-5.020382,-21.003618,7.414337,-5.021721,-21.003277,7.414250,-5.029185,-21.003141,7.415584,-5.030581,-21.002697,7.432922,-5.020380,-21.002890,7.428489,-5.020382,-21.002810,7.427204,-5.021820,-21.002451,7.427204,-5.029185,-21.002316,7.428731,-5.030605,-21.002148,7.432692,-5.030580,-21.002098,7.434108,-5.029185,-21.001509,7.445776,-5.030622,-21.001905,7.447062,-5.021820,-21.002096,7.446162,-5.020559,-21.002287,7.441389,-5.020663,-21.002199,7.440157,-5.021820,-21.001816,7.440157,-5.029185,-21.001713,7.441443,-5.030622,-21.001177,7.471439,-5.020275,-21.001287,7.467349,-5.020350,-21.001163,7.466067,-5.021820,-21.000662,7.466066,-5.029185,-21.000595,7.467351,-5.030622,-21.000437,7.471723,-5.030574,-21.000486,7.472971,-5.029185,-21.000984,7.472971,-5.021820,-21.000334,7.479020,-5.029185,-21.000263,7.480306,-5.030622,-21.000126,7.484897,-5.030467,-21.000664,7.485925,-5.021820,-21.000893,7.484429,-5.020022,-21.001009,7.480193,-5.020106,-21.000544,7.497475,-5.019946,-21.000662,7.493491,-5.019853,-21.000010,7.491975,-5.029185,-20.999935,7.493260,-5.030622,-20.999823,7.497593,-5.030622,-20.999840,7.498878,-5.029185,-20.997011,8.241337,-5.015527,-20.997602,8.240151,-5.024309,-20.997828,8.241437,-5.025746,-20.997906,8.245770,-5.025746,-20.997721,8.247056,-5.024309,-20.997135,8.247056,-5.016944,-20.997065,8.245747,-5.015423,-20.997187,8.252979,-5.016437,-20.997753,8.252978,-5.023801,-20.997988,8.254264,-5.025239,-20.998066,8.258598,-5.025239,-20.997869,8.259883,-5.023801,-20.997267,8.259883,-5.016436,-20.997215,8.258598,-5.014998,-20.997169,8.254264,-5.014998,-20.997314,8.265806,-5.015928,-20.997877,8.265806,-5.023293,-20.998127,8.267091,-5.024731,-20.998192,8.271425,-5.024731,-20.997982,8.272710,-5.023293,-20.997395,8.272711,-5.015928,-20.997360,8.271425,-5.014491,-20.997314,8.267092,-5.014491,-20.997446,8.278633,-5.015420,-20.997988,8.278633,-5.022785,-20.998240,8.279918,-5.024222,-20.998302,8.284252,-5.024222,-20.998093,8.285538,-5.022785,-20.997549,8.285538,-5.015420,-20.997517,8.284252,-5.013983,-20.997463,8.279919,-5.013983,-20.997736,8.298365,-5.014912,-20.997715,8.297079,-5.013475,-20.997650,8.292746,-5.013475,-20.997620,8.291583,-5.014776,-20.998108,8.291460,-5.022277,-20.998381,8.292746,-5.023715,-20.998478,8.297079,-5.023715,-20.998259,8.298365,-5.022278,-20.995781,8.008117,-5.016543,-20.995781,8.006882,-5.017977,-20.996202,8.006882,-5.025342,-20.996300,8.008167,-5.026779,-20.996298,8.012501,-5.026779,-20.996201,8.013785,-5.025342};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_3()
		{
			double[] value = {-20.995768,8.013786,-5.017977,-20.995724,8.012501,-5.016540,-20.995716,8.021122,-5.016591,-20.995762,8.019835,-5.018028,-20.996206,8.019835,-5.025393,-20.996305,8.021121,-5.026830,-20.996313,8.025513,-5.026837,-20.996208,8.026740,-5.025393,-20.995754,8.026740,-5.018028,-20.996275,8.038935,-5.026293,-20.996218,8.039695,-5.025444,-20.995745,8.039695,-5.018078,-20.995701,8.038409,-5.016641,-20.995752,8.034225,-5.016713,-20.995752,8.032790,-5.018078,-20.996216,8.032790,-5.025444,-20.996288,8.033733,-5.026498,-20.996237,8.052530,-5.025627,-20.995731,8.052649,-5.018129,-20.995693,8.051507,-5.016852,-20.995693,8.047017,-5.016706,-20.995739,8.045744,-5.018129,-20.996223,8.045744,-5.025494,-20.996378,8.047358,-5.026945,-20.996378,8.051196,-5.026945,-20.996401,8.064318,-5.026982,-20.995714,8.065464,-5.018025,-20.995695,8.064318,-5.016743,-20.995693,8.059984,-5.016743,-20.995728,8.058699,-5.018239,-20.996231,8.058699,-5.025511,-20.995701,8.077272,-5.016793,-20.995697,8.072938,-5.016794,-20.996223,8.071585,-5.025201,-20.996428,8.072938,-5.027033,-20.996437,8.077271,-5.027033,-20.996288,8.078557,-5.025596,-20.995724,8.078557,-5.018231,-20.996340,8.091512,-5.025647,-20.995775,8.091512,-5.018282,-20.995735,8.090226,-5.016845,-20.995726,8.085893,-5.016845,-20.995745,8.084608,-5.018282,-20.996315,8.084607,-5.025647,-20.996469,8.085893,-5.027084,-20.996494,8.090279,-5.027103,-20.996515,8.098806,-5.027122,-20.996414,8.103067,-5.027116,-20.996401,8.104368,-5.025807,-20.995832,8.104465,-5.018333,-20.995770,8.103181,-5.016896,-20.995760,8.098846,-5.016896,-20.995804,8.097562,-5.018333,-20.996367,8.097562,-5.025698,-20.996609,8.115829,-5.027198,-20.996445,8.117419,-5.025749,-20.995892,8.117420,-5.018384,-20.995804,8.116216,-5.017036,-20.995792,8.111687,-5.017074,-20.995863,8.110517,-5.018384,-20.996418,8.110516,-5.025749,-20.996471,8.124755,-5.027187,-20.996656,8.129088,-5.027237,-20.996496,8.130374,-5.025800,-20.995951,8.130374,-5.018435,-20.995857,8.129089,-5.016997,-20.995840,8.124755,-5.016997,-20.995920,8.123471,-5.018435,-20.996471,8.123470,-5.025800,-20.995863,7.943369,-5.016203,-20.996124,7.942111,-5.025088,-20.996180,7.943395,-5.026525,-20.996187,7.947730,-5.026525,-20.996134,7.949015,-5.025088,-20.995857,7.947759,-5.016183,-20.995832,7.960291,-5.016304,-20.995832,7.956718,-5.016304,-20.995882,7.955065,-5.017773,-20.996149,7.955065,-5.025138,-20.996202,7.956350,-5.026576,-20.996210,7.960684,-5.026576,-20.996159,7.961968,-5.025138,-20.995871,7.961969,-5.017773,-20.995796,7.974080,-5.016266,-20.995813,7.968408,-5.016344,-20.996174,7.968027,-5.025199,-20.996229,7.969304,-5.026627,-20.996237,7.973638,-5.026627,-20.996185,7.974923,-5.025189,-20.995813,7.982031,-5.016625,-20.995834,7.980973,-5.017875,-20.996197,7.980973,-5.025240,-20.996254,7.982258,-5.026677,-20.996264,7.986592,-5.026678,-20.996210,7.987813,-5.025312,-20.995819,7.987878,-5.017875,-20.996202,8.000832,-5.025291,-20.995792,8.000832,-5.017926,-20.995752,7.999547,-5.016489,-20.995806,7.995263,-5.016495};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_4()
		{
			double[] value = {-20.995806,7.993928,-5.017926,-20.996208,7.993928,-5.025291,-20.996281,7.995212,-5.026728,-20.996288,7.999547,-5.026728,-20.996246,7.842445,-5.019277,-20.996201,7.842445,-5.026592,-20.996246,7.843730,-5.028029,-20.996237,7.848064,-5.028029,-20.996187,7.849350,-5.026592,-20.996197,7.849350,-5.019241,-20.996340,7.848064,-5.017789,-20.996374,7.843731,-5.017789,-20.996128,7.862417,-5.019170,-20.996244,7.861145,-5.017637,-20.996277,7.856812,-5.017637,-20.996174,7.855525,-5.026439,-20.996222,7.856812,-5.027876,-20.996216,7.861145,-5.027876,-20.996164,7.862333,-5.026547,-20.996586,7.789371,-5.019864,-20.996384,7.789371,-5.027202,-20.996410,7.790655,-5.028639,-20.996393,7.794990,-5.028639,-20.996355,7.796275,-5.027202,-20.996540,7.796266,-5.019827,-20.996687,7.794990,-5.018399,-20.996719,7.790656,-5.018399,-20.996416,7.815909,-5.019570,-20.996269,7.815909,-5.026897,-20.996317,7.817194,-5.028334,-20.996304,7.821528,-5.028334,-20.996246,7.822813,-5.026897,-20.996368,7.822813,-5.019534,-20.996517,7.821529,-5.018094,-20.996548,7.817194,-5.018094,-20.996687,8.201671,-5.018468,-20.997311,8.201671,-5.025833,-20.997522,8.202955,-5.027270,-20.997581,8.207290,-5.027270,-20.997406,8.208575,-5.025833,-20.996763,8.208575,-5.018467,-20.996695,8.207290,-5.017030,-20.996645,8.202955,-5.017030,-20.997627,8.215782,-5.026762,-20.997688,8.220117,-5.026762,-20.997503,8.221401,-5.025325,-20.996885,8.221402,-5.017960,-20.996819,8.220117,-5.016523,-20.996771,8.215782,-5.016523,-20.996811,8.214498,-5.017960,-20.997414,8.214498,-5.025325,-20.997509,8.227324,-5.024817,-20.997723,8.228610,-5.026254,-20.997780,8.232944,-5.026254,-20.997597,8.234229,-5.024817,-20.997009,8.234229,-5.017452,-20.996944,8.232944,-5.016015,-20.996897,8.228610,-5.016015,-20.997210,8.188844,-5.026340,-20.997414,8.190128,-5.027778,-20.997473,8.194462,-5.027778,-20.997299,8.195747,-5.026340,-20.996637,8.195747,-5.018975,-20.996571,8.194462,-5.017538,-20.996521,8.190128,-5.017538,-20.996565,8.188844,-5.018975,-20.997919,8.311152,-5.014361,-20.997915,8.309907,-5.012967,-20.997850,8.305573,-5.012967,-20.997810,8.304288,-5.014418,-20.998306,8.304287,-5.021770,-20.998577,8.305573,-5.023207,-20.998676,8.309907,-5.023207,-20.998463,8.311192,-5.021770,-20.998121,8.322733,-5.012459,-20.998051,8.318399,-5.012459,-20.998510,8.317115,-5.021262,-20.998779,8.318399,-5.022699,-20.998878,8.322733,-5.022699,-20.998665,8.324018,-5.021262,-20.998114,8.324018,-5.014000,-20.996769,7.718216,-5.028117,-20.997133,7.718160,-5.020689,-20.997299,7.716932,-5.019315,-20.997345,7.712597,-5.019315,-20.997192,7.711343,-5.020719,-20.996819,7.711312,-5.028117,-20.996784,7.712597,-5.029554,-20.996777,7.716569,-5.029604,-20.996685,7.730172,-5.029201,-20.997026,7.731249,-5.020545,-20.997192,7.730012,-5.019162,-20.997232,7.725678,-5.019162,-20.997084,7.724411,-5.020580,-20.996729,7.725493,-5.029324,-20.997128,7.738759,-5.019010,-20.996979,7.737483,-5.020437,-20.996643,7.737474,-5.027596,-20.996613,7.738849,-5.029128,-20.996584,7.743159,-5.029175};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_5()
		{
			double[] value = {-20.996592,7.744377,-5.027812,-20.996920,7.744338,-5.020402,-20.997089,7.743093,-5.019010,-20.996981,7.756173,-5.018857,-20.997023,7.751840,-5.018857,-20.996870,7.750555,-5.020294,-20.996553,7.750555,-5.027659,-20.996559,7.751840,-5.029097,-20.996561,7.756204,-5.029115,-20.996510,7.757360,-5.027759,-20.996813,7.757427,-5.020259,-20.996510,7.769255,-5.028944,-20.996469,7.770539,-5.027507,-20.996706,7.770512,-5.020117,-20.996866,7.769255,-5.018704,-20.996910,7.764920,-5.018704,-20.996763,7.763636,-5.020165,-20.996487,7.763636,-5.027507,-20.996525,7.765182,-5.029063,-21.010115,8.472980,-5.015167,-21.010574,8.474200,-5.016533,-21.011358,8.478646,-5.016551,-21.011246,8.479883,-5.015167,-21.009745,8.479883,-5.007802,-21.009321,8.478599,-5.006365,-21.008745,8.474190,-5.006449,-21.008785,8.472980,-5.007802,-21.013369,8.492710,-5.014659,-21.011274,8.491426,-5.005857,-21.010586,8.487081,-5.005869,-21.010641,8.485947,-5.007163,-21.012159,8.485806,-5.014659,-21.012730,8.487091,-5.016097,-21.013487,8.491451,-5.016068,-21.012526,8.499919,-5.005349,-21.012577,8.498846,-5.006548,-21.014254,8.498642,-5.014051,-21.014851,8.499908,-5.015577,-21.015612,8.504300,-5.015535,-21.015444,8.505537,-5.014151,-21.013680,8.505538,-5.006786,-21.013210,8.504252,-5.005349,-21.002028,8.410519,-5.008904,-21.001848,8.408844,-5.010341,-21.002106,8.409038,-5.017925,-21.002470,8.410129,-5.019144,-21.002979,8.414486,-5.019118,-21.002867,8.415603,-5.017868,-21.002581,8.415749,-5.010341,-21.002449,8.414639,-5.009102,-21.003183,8.422854,-5.008511,-21.003202,8.421670,-5.009910,-21.003536,8.421670,-5.017199,-21.003872,8.422936,-5.018615,-21.004391,8.427289,-5.018636,-21.003859,8.428575,-5.009834,-21.003597,8.427290,-5.008397,-21.005890,8.441392,-5.016701,-21.005043,8.441402,-5.009326,-21.004780,8.440116,-5.007888,-21.004364,8.435783,-5.007888,-21.004379,8.434561,-5.009255,-21.004965,8.434498,-5.016691,-21.005293,8.435782,-5.018128,-21.005930,8.440120,-5.018124,-21.005703,8.448480,-5.007527,-21.005690,8.447325,-5.008818,-21.007032,8.448462,-5.017455,-21.007601,8.453107,-5.017365,-21.006582,8.454229,-5.008818,-21.006468,8.453253,-5.007318,-21.007225,8.461349,-5.006971,-21.007269,8.460152,-5.008310,-21.008785,8.461105,-5.016741,-21.009523,8.466048,-5.016803,-21.009439,8.467056,-5.015675,-21.008123,8.467056,-5.008310,-21.007872,8.465739,-5.006834,-20.998775,8.344831,-5.012744,-20.999128,8.344707,-5.020246,-20.999418,8.345870,-5.021546,-20.999641,8.350327,-5.021683,-20.999434,8.351612,-5.020246,-20.998993,8.351612,-5.012881,-20.998962,8.350327,-5.011444,-20.998817,8.345854,-5.011600,-20.999187,8.357535,-5.012373,-20.999928,8.358820,-5.021175,-21.000120,8.363154,-5.021175,-20.999411,8.364439,-5.012373,-20.999382,8.363154,-5.010936,-20.999239,8.358820,-5.010936,-20.999987,8.377266,-5.012105,-20.999989,8.375981,-5.010428,-20.999788,8.371648,-5.010428,-20.999672,8.370362,-5.011865,-21.000069,8.370362,-5.019147,-21.000404,8.371648,-5.020667,-21.000599,8.375981,-5.020667,-21.000376,8.384414,-5.009935};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_6()
		{
			double[] value = {-21.000658,8.383238,-5.018777,-21.001024,8.384474,-5.020159,-21.001278,8.388845,-5.020117,-21.001045,8.390093,-5.018684,-21.000677,8.390095,-5.011357,-21.000610,8.388808,-5.009920,-21.001345,8.396016,-5.018214,-21.001690,8.397302,-5.019651,-21.001949,8.401635,-5.019651,-21.001749,8.402772,-5.018381,-21.001387,8.402921,-5.010849,-21.001274,8.401636,-5.009412,-21.001028,8.397302,-5.009412,-21.000999,8.396016,-5.010849,-20.998577,8.338785,-5.013389,-20.998562,8.337501,-5.011951,-20.998446,8.333166,-5.011951,-20.998356,8.331882,-5.013465,-20.998758,8.331882,-5.020753,-20.999031,8.333166,-5.022191,-20.999184,8.337501,-5.022191,-20.998962,8.338785,-5.020753,-20.996332,8.160430,-5.019786,-20.997032,8.160430,-5.027151,-20.997223,8.161715,-5.028588,-20.997282,8.166049,-5.028588,-20.997116,8.167335,-5.027151,-20.996405,8.167335,-5.019786,-20.996317,8.166049,-5.018349,-20.996267,8.161716,-5.018349,-20.996159,7.901391,-5.026439,-20.996216,7.902675,-5.027876,-20.996218,7.907009,-5.027876,-20.996164,7.908294,-5.026439,-20.996012,7.908294,-5.019074,-20.995981,7.907009,-5.017637,-20.996002,7.902616,-5.017703,-20.996029,7.901391,-5.019074,-20.998384,7.607531,-5.021820,-20.998566,7.606246,-5.020382,-20.998640,7.601912,-5.020382,-20.998505,7.600627,-5.021820,-20.998066,7.601912,-5.030622,-20.997997,7.606246,-5.030622,-21.018341,8.534846,-5.004499,-21.017523,8.530485,-5.004531,-21.017597,8.529228,-5.005937,-21.020479,8.530512,-5.014739,-21.021395,8.534858,-5.014727,-21.021132,8.536131,-5.013165,-21.027582,7.466496,-4.950357,-21.027576,7.462162,-4.950357,-21.022348,7.460877,-4.959159,-21.021488,7.462162,-4.960597,-21.021477,7.466496,-4.960597,-21.026545,7.467781,-4.951847,-21.022600,7.500284,-4.959159,-21.021742,7.501569,-4.960597,-21.021793,7.505903,-4.960597,-21.027142,7.507189,-4.951794,-21.028141,7.505904,-4.950357,-21.028048,7.501570,-4.950357,-21.028238,7.427064,-4.950357,-21.028408,7.422729,-4.950357,-21.023417,7.421444,-4.959159,-21.022554,7.422729,-4.960597,-21.022337,7.427063,-4.960597,-21.023064,7.428332,-4.959178,-21.152588,8.534846,-5.004499,-21.153408,8.530485,-5.004531,-21.153334,8.529228,-5.005937,-21.150452,8.530512,-5.014739,-21.149536,8.534858,-5.014727,-21.149799,8.536131,-5.013165,-21.160818,8.472980,-5.015167,-21.160355,8.474200,-5.016533,-21.159573,8.478646,-5.016551,-21.159685,8.479883,-5.015167,-21.161186,8.479883,-5.007802,-21.161610,8.478599,-5.006365,-21.162186,8.474190,-5.006449,-21.162146,8.472980,-5.007802,-21.157562,8.492710,-5.014659,-21.159658,8.491426,-5.005857,-21.160343,8.487081,-5.005869,-21.160292,8.485947,-5.007163,-21.158772,8.485806,-5.014659,-21.158199,8.487091,-5.016097,-21.157444,8.491451,-5.016068,-21.158407,8.499919,-5.005349,-21.158354,8.498846,-5.006548,-21.156677,8.498642,-5.014051,-21.156078,8.499908,-5.015577,-21.155321,8.504300,-5.015535,-21.155485,8.505537,-5.014151,-21.157249,8.505538,-5.006786,-21.157721,8.504252,-5.005349,-21.168903,8.410519,-5.008904,-21.169083,8.408844,-5.010341,-21.168827,8.409038,-5.017925};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_7()
		{
			double[] value = {-21.168459,8.410129,-5.019144,-21.167952,8.414486,-5.019118,-21.168062,8.415603,-5.017868,-21.168350,8.415749,-5.010341,-21.168482,8.414639,-5.009102,-21.167747,8.422854,-5.008511,-21.167727,8.421670,-5.009910,-21.167395,8.421670,-5.017199,-21.167061,8.422936,-5.018615,-21.166538,8.427289,-5.018636,-21.167072,8.428575,-5.009834,-21.167334,8.427290,-5.008397,-21.165043,8.441392,-5.016701,-21.165888,8.441402,-5.009326,-21.166149,8.440116,-5.007888,-21.166565,8.435783,-5.007888,-21.166552,8.434561,-5.009255,-21.165968,8.434498,-5.016691,-21.165638,8.435782,-5.018128,-21.165003,8.440120,-5.018124,-21.165226,8.448480,-5.007527,-21.165243,8.447325,-5.008818,-21.163897,8.448462,-5.017455,-21.163330,8.453107,-5.017365,-21.164351,8.454229,-5.008818,-21.164463,8.453253,-5.007318,-21.163706,8.461349,-5.006971,-21.163662,8.460152,-5.008310,-21.162146,8.461105,-5.016741,-21.161406,8.466048,-5.016803,-21.161491,8.467056,-5.015675,-21.162806,8.467056,-5.008310,-21.163059,8.465739,-5.006834,-21.172155,8.344831,-5.012744,-21.171803,8.344707,-5.020246,-21.171513,8.345870,-5.021546,-21.171289,8.350327,-5.021683,-21.171495,8.351612,-5.020246,-21.171936,8.351612,-5.012881,-21.171970,8.350327,-5.011444,-21.172113,8.345854,-5.011600,-21.171743,8.357535,-5.012373,-21.171003,8.358820,-5.021175,-21.170811,8.363154,-5.021175,-21.171518,8.364439,-5.012373,-21.171551,8.363154,-5.010936,-21.171692,8.358820,-5.010936,-21.170944,8.377266,-5.012105,-21.170938,8.375981,-5.010428,-21.171143,8.371648,-5.010428,-21.171257,8.370362,-5.011865,-21.170860,8.370362,-5.019147,-21.170525,8.371648,-5.020667,-21.170332,8.375981,-5.020667,-21.170555,8.384414,-5.009935,-21.170273,8.383238,-5.018777,-21.169907,8.384474,-5.020159,-21.169651,8.388845,-5.020117,-21.169886,8.390093,-5.018684,-21.170256,8.390095,-5.011357,-21.170322,8.388808,-5.009920,-21.169586,8.396016,-5.018214,-21.169241,8.397302,-5.019651,-21.168980,8.401635,-5.019651,-21.169184,8.402772,-5.018381,-21.169542,8.402921,-5.010849,-21.169659,8.401636,-5.009412,-21.169903,8.397302,-5.009412,-21.169931,8.396016,-5.010849,-21.172354,8.338785,-5.013389,-21.172369,8.337501,-5.011951,-21.172485,8.333166,-5.011951,-21.172575,8.331882,-5.013465,-21.172173,8.331882,-5.020753,-21.171900,8.333166,-5.022191,-21.171751,8.337501,-5.022191,-21.171970,8.338785,-5.020753,-21.173920,8.241337,-5.015527,-21.173328,8.240151,-5.024309,-21.173103,8.241437,-5.025746,-21.173023,8.245770,-5.025746,-21.173210,8.247056,-5.024309,-21.173794,8.247056,-5.016944,-21.173864,8.245747,-5.015423,-21.173744,8.252979,-5.016437,-21.173178,8.252978,-5.023801,-21.172943,8.254264,-5.025239,-21.172865,8.258598,-5.025239,-21.173063,8.259883,-5.023801,-21.173664,8.259883,-5.016436,-21.173716,8.258598,-5.014998,-21.173759,8.254264,-5.014998,-21.173615,8.265806,-5.015928,-21.173056,8.265806,-5.023293,-21.172804,8.267091,-5.024731,-21.172737,8.271425,-5.024731,-21.172951,8.272710,-5.023293,-21.173536,8.272711,-5.015928,-21.173571,8.271425,-5.014491,-21.173615,8.267092,-5.014491};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_8()
		{
			double[] value = {-21.173485,8.278633,-5.015420,-21.172943,8.278633,-5.022785,-21.172691,8.279918,-5.024222,-21.172626,8.284252,-5.024222,-21.172838,8.285538,-5.022785,-21.173380,8.285538,-5.015420,-21.173412,8.284252,-5.013983,-21.173468,8.279919,-5.013983,-21.173195,8.298365,-5.014912,-21.173216,8.297079,-5.013475,-21.173281,8.292746,-5.013475,-21.173309,8.291583,-5.014776,-21.172821,8.291460,-5.022277,-21.172548,8.292746,-5.023715,-21.172453,8.297079,-5.023715,-21.172670,8.298365,-5.022278,-21.175150,8.008117,-5.016543,-21.175150,8.006882,-5.017977,-21.174728,8.006882,-5.025342,-21.174631,8.008167,-5.026779,-21.174631,8.012501,-5.026779,-21.174730,8.013785,-5.025342,-21.175163,8.013786,-5.017977,-21.175207,8.012501,-5.016540,-21.175215,8.021122,-5.016591,-21.175169,8.019835,-5.018028,-21.174726,8.019835,-5.025393,-21.174625,8.021121,-5.026830,-21.174620,8.025513,-5.026837,-21.174723,8.026740,-5.025393,-21.175175,8.026740,-5.018028,-21.174654,8.038935,-5.026293,-21.174713,8.039695,-5.025444,-21.175188,8.039695,-5.018078,-21.175232,8.038409,-5.016641,-21.175180,8.034225,-5.016713,-21.175180,8.032790,-5.018078,-21.174715,8.032790,-5.025444,-21.174643,8.033733,-5.026498,-21.174694,8.052530,-5.025627,-21.175200,8.052649,-5.018129,-21.175238,8.051507,-5.016852,-21.175238,8.047017,-5.016706,-21.175192,8.045744,-5.018129,-21.174706,8.045744,-5.025494,-21.174551,8.047358,-5.026945,-21.174551,8.051196,-5.026945,-21.174528,8.064318,-5.026982,-21.175219,8.065464,-5.018025,-21.175234,8.064318,-5.016743,-21.175238,8.059984,-5.016743,-21.175201,8.058699,-5.018239,-21.174700,8.058699,-5.025511,-21.175228,8.077272,-5.016793,-21.175234,8.072938,-5.016794,-21.174707,8.071585,-5.025201,-21.174503,8.072938,-5.027033,-21.174494,8.077271,-5.027033,-21.174643,8.078557,-5.025596,-21.175207,8.078557,-5.018231,-21.174591,8.091512,-5.025647,-21.175156,8.091512,-5.018282,-21.175194,8.090226,-5.016845,-21.175207,8.085893,-5.016845,-21.175186,8.084608,-5.018282,-21.174614,8.084607,-5.025647,-21.174459,8.085893,-5.027084,-21.174438,8.090279,-5.027103,-21.174414,8.098806,-5.027122,-21.174515,8.103067,-5.027116,-21.174528,8.104368,-5.025807,-21.175098,8.104465,-5.018333,-21.175161,8.103181,-5.016896,-21.175173,8.098846,-5.016896,-21.175127,8.097562,-5.018333,-21.174562,8.097562,-5.025698,-21.174320,8.115829,-5.027198,-21.174488,8.117419,-5.025749,-21.175039,8.117420,-5.018384,-21.175127,8.116216,-5.017036,-21.175138,8.111687,-5.017074,-21.175068,8.110517,-5.018384,-21.174511,8.110516,-5.025749,-21.174459,8.124755,-5.027187,-21.174274,8.129088,-5.027237,-21.174433,8.130374,-5.025800,-21.174982,8.130374,-5.018435,-21.175074,8.129089,-5.016997,-21.175091,8.124755,-5.016997,-21.175011,8.123471,-5.018435,-21.174459,8.123470,-5.025800,-21.175068,7.943369,-5.016203,-21.174809,7.942111,-5.025088,-21.174751,7.943395,-5.026525,-21.174744,7.947730,-5.026525,-21.174797,7.949015,-5.025088,-21.175072,7.947759,-5.016183,-21.175098,7.960291,-5.016304,-21.175098,7.956718,-5.016304,-21.175047,7.955065,-5.017773};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_9()
		{
			double[] value = {-21.174784,7.955065,-5.025138,-21.174726,7.956350,-5.026576,-21.174717,7.960684,-5.026576,-21.174768,7.961968,-5.025138,-21.175060,7.961969,-5.017773,-21.175135,7.974080,-5.016266,-21.175114,7.968408,-5.016344,-21.174757,7.968027,-5.025199,-21.174702,7.969304,-5.026627,-21.174692,7.973638,-5.026627,-21.174746,7.974923,-5.025189,-21.175119,7.982031,-5.016625,-21.175095,7.980973,-5.017875,-21.174732,7.980973,-5.025240,-21.174675,7.982258,-5.026677,-21.174665,7.986592,-5.026678,-21.174717,7.987813,-5.025312,-21.175112,7.987878,-5.017875,-21.174728,8.000832,-5.025291,-21.175138,8.000832,-5.017926,-21.175180,7.999547,-5.016489,-21.175123,7.995263,-5.016495,-21.175123,7.993928,-5.017926,-21.174723,7.993928,-5.025291,-21.174650,7.995212,-5.026728,-21.174643,7.999547,-5.026728,-21.174685,7.842445,-5.019277,-21.174730,7.842445,-5.026592,-21.174686,7.843730,-5.028029,-21.174692,7.848064,-5.028029,-21.174742,7.849350,-5.026592,-21.174732,7.849350,-5.019241,-21.174591,7.848064,-5.017789,-21.174555,7.843731,-5.017789,-21.174801,7.862417,-5.019170,-21.174688,7.861145,-5.017637,-21.174654,7.856812,-5.017637,-21.174757,7.855525,-5.026439,-21.174709,7.856812,-5.027876,-21.174715,7.861145,-5.027876,-21.174767,7.862333,-5.026547,-21.174345,7.789371,-5.019864,-21.174547,7.789371,-5.027202,-21.174522,7.790655,-5.028639,-21.174540,7.794990,-5.028639,-21.174576,7.796275,-5.027202,-21.174393,7.796266,-5.019827,-21.174244,7.794990,-5.018399,-21.174213,7.790656,-5.018399,-21.174515,7.815909,-5.019570,-21.174662,7.815909,-5.026897,-21.174612,7.817194,-5.028334,-21.174627,7.821528,-5.028334,-21.174683,7.822813,-5.026897,-21.174562,7.822813,-5.019534,-21.174412,7.821529,-5.018094,-21.174381,7.817194,-5.018094,-21.174246,8.201671,-5.018468,-21.173618,8.201671,-5.025833,-21.173409,8.202955,-5.027270,-21.173349,8.207290,-5.027270,-21.173523,8.208575,-5.025833,-21.174170,8.208575,-5.018467,-21.174234,8.207290,-5.017030,-21.174286,8.202955,-5.017030,-21.173302,8.215782,-5.026762,-21.173244,8.220117,-5.026762,-21.173428,8.221401,-5.025325,-21.174044,8.221402,-5.017960,-21.174110,8.220117,-5.016523,-21.174158,8.215782,-5.016523,-21.174120,8.214498,-5.017960,-21.173515,8.214498,-5.025325,-21.173420,8.227324,-5.024817,-21.173206,8.228610,-5.026254,-21.173151,8.232944,-5.026254,-21.173332,8.234229,-5.024817,-21.173920,8.234229,-5.017452,-21.173988,8.232944,-5.016015,-21.174036,8.228610,-5.016015,-21.173721,8.188844,-5.026340,-21.173515,8.190128,-5.027778,-21.173456,8.194462,-5.027778,-21.173634,8.195747,-5.026340,-21.174294,8.195747,-5.018975,-21.174360,8.194462,-5.017538,-21.174408,8.190128,-5.017538,-21.174368,8.188844,-5.018975,-21.173014,8.311152,-5.014361,-21.173016,8.309907,-5.012967,-21.173080,8.305573,-5.012967,-21.173120,8.304288,-5.014418,-21.172623,8.304287,-5.021770,-21.172354,8.305573,-5.023207,-21.172255,8.309907,-5.023207,-21.172468,8.311192,-5.021770,-21.172812,8.322733,-5.012459,-21.172880,8.318399,-5.012459,-21.172421,8.317115,-5.021262,-21.172150,8.318399,-5.022699};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_10()
		{
			double[] value = {-21.172052,8.322733,-5.022699,-21.172266,8.324018,-5.021262,-21.172817,8.324018,-5.014000,-21.174162,7.718216,-5.028117,-21.173798,7.718160,-5.020689,-21.173634,7.716932,-5.019315,-21.173588,7.712597,-5.019315,-21.173738,7.711343,-5.020719,-21.174110,7.711312,-5.028117,-21.174147,7.712597,-5.029554,-21.174154,7.716569,-5.029604,-21.174248,7.730172,-5.029201,-21.173904,7.731249,-5.020545,-21.173738,7.730012,-5.019162,-21.173698,7.725678,-5.019162,-21.173845,7.724411,-5.020580,-21.174202,7.725493,-5.029324,-21.173801,7.738759,-5.019010,-21.173952,7.737483,-5.020437,-21.174288,7.737474,-5.027596,-21.174316,7.738849,-5.029128,-21.174347,7.743159,-5.029175,-21.174339,7.744377,-5.027812,-21.174011,7.744338,-5.020402,-21.173841,7.743093,-5.019010,-21.173948,7.756173,-5.018857,-21.173908,7.751840,-5.018857,-21.174059,7.750555,-5.020294,-21.174377,7.750555,-5.027659,-21.174372,7.751840,-5.029097,-21.174368,7.756204,-5.029115,-21.174421,7.757360,-5.027759,-21.174118,7.757427,-5.020259,-21.174421,7.769255,-5.028944,-21.174463,7.770539,-5.027507,-21.174227,7.770512,-5.020117,-21.174063,7.769255,-5.018704,-21.174019,7.764920,-5.018704,-21.174166,7.763636,-5.020165,-21.174444,7.763636,-5.027507,-21.174406,7.765182,-5.029063,-21.174603,8.160430,-5.019786,-21.173899,8.160430,-5.027151,-21.173706,8.161715,-5.028588,-21.173647,8.166049,-5.028588,-21.173815,8.167335,-5.027151,-21.174528,8.167335,-5.019786,-21.174612,8.166049,-5.018349,-21.174664,8.161716,-5.018349,-21.174768,7.901391,-5.026439,-21.174715,7.902675,-5.027876,-21.174713,7.907009,-5.027876,-21.174767,7.908294,-5.026439,-21.174919,7.908294,-5.019074,-21.174950,7.907009,-5.017637,-21.174931,7.902616,-5.017703,-21.174900,7.901391,-5.019074,-21.172546,7.607531,-5.021820,-21.172367,7.606246,-5.020382,-21.172291,7.601912,-5.020382,-21.172426,7.600627,-5.021820,-21.172865,7.601912,-5.030622,-21.172934,7.606246,-5.030622,-21.173641,7.645564,-5.028880,-21.173706,7.646922,-5.030311,-21.173765,7.651183,-5.030317,-21.173752,7.652468,-5.028880,-21.173279,7.652468,-5.021553,-21.173056,7.651183,-5.020077,-21.173027,7.646779,-5.020156,-21.173168,7.645564,-5.021515,-21.173090,7.639387,-5.021667,-21.172935,7.638008,-5.020233,-21.172838,7.633769,-5.020230,-21.172979,7.632483,-5.021667,-21.173422,7.633649,-5.030546,-21.173538,7.638102,-5.030469,-21.173546,7.639387,-5.029033,-21.171812,7.564489,-5.021820,-21.172237,7.564489,-5.029185,-21.172274,7.565773,-5.030622,-21.172369,7.570107,-5.030622,-21.172384,7.571393,-5.029185,-21.171940,7.571393,-5.021820,-21.171768,7.570107,-5.020382,-21.171698,7.565774,-5.020382,-21.173365,7.690425,-5.019619,-21.173317,7.686091,-5.019619,-21.173985,7.684806,-5.028422,-21.174019,7.686091,-5.029860,-21.174032,7.690425,-5.029860,-21.174015,7.691710,-5.028422,-21.174046,7.697886,-5.028270,-21.174074,7.699172,-5.029707,-21.174095,7.703506,-5.029707,-21.174080,7.704791,-5.028270,-21.173670,7.704687,-5.020789,-21.173487,7.703506,-5.019467,-21.173435,7.699172,-5.019467,-21.173634,7.697887,-5.020986};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_11()
		{
			double[] value = {-21.173306,7.658644,-5.021362,-21.173830,7.658644,-5.028728,-21.173872,7.659929,-5.030165,-21.173910,7.664263,-5.030165,-21.173883,7.665548,-5.028728,-21.173368,7.665549,-5.021362,-21.173151,7.664264,-5.019925,-21.173113,7.659930,-5.019925,-21.173210,7.673011,-5.019773,-21.173401,7.671726,-5.021210,-21.173922,7.671725,-5.028575,-21.173975,7.673011,-5.030012,-21.174007,7.677344,-5.030012,-21.173971,7.678629,-5.028575,-21.173464,7.678629,-5.021210,-21.173252,7.677344,-5.019773,-21.171732,7.559683,-5.021820,-21.171577,7.558397,-5.020382,-21.171509,7.554064,-5.020382,-21.171621,7.552779,-5.021820,-21.172087,7.552778,-5.029185,-21.172157,7.554064,-5.030622,-21.172182,7.558397,-5.030622,-21.172132,7.559640,-5.029232,-21.172890,7.626306,-5.021820,-21.172709,7.625021,-5.020382,-21.172630,7.620687,-5.020382,-21.172760,7.619403,-5.021820,-21.173185,7.619402,-5.029185,-21.173214,7.620674,-5.030544,-21.173306,7.625021,-5.030622,-21.173309,7.626306,-5.029185,-21.170713,7.504930,-5.021820,-21.171232,7.504929,-5.029185,-21.171318,7.506119,-5.030515,-21.171404,7.510636,-5.030524,-21.171370,7.511833,-5.029185,-21.170753,7.510702,-5.020382,-21.170599,7.506215,-5.020382,-21.170807,7.517671,-5.020208,-21.171457,7.516306,-5.029185,-21.171539,7.517515,-5.030537,-21.171627,7.522020,-5.030516,-21.171591,7.523210,-5.029185,-21.171078,7.523210,-5.021820,-21.170908,7.521925,-5.020382,-21.171072,7.529843,-5.020466,-21.171700,7.528888,-5.029185,-21.171782,7.530076,-5.030513,-21.171871,7.534765,-5.030366,-21.171833,7.535792,-5.029185,-21.171326,7.535793,-5.021820,-21.171154,7.534507,-5.020382,-21.169817,7.454398,-5.030622,-21.170012,7.458731,-5.030622,-21.170055,7.460016,-5.029185,-21.169575,7.460016,-5.021820,-21.169359,7.458771,-5.020427,-21.169188,7.454658,-5.020468,-21.169281,7.453112,-5.021820,-21.169727,7.453112,-5.029185,-21.171921,7.540380,-5.029185,-21.172005,7.541605,-5.030555,-21.172087,7.546001,-5.030619,-21.172037,7.547284,-5.029185,-21.171532,7.547284,-5.021820,-21.171375,7.545999,-5.020382,-21.171267,7.541539,-5.020382,-21.167210,7.406914,-5.030622,-21.167265,7.408198,-5.029185,-21.166927,7.408148,-5.021763,-21.166704,7.406914,-5.020382,-21.166431,7.402579,-5.020382,-21.166506,7.401295,-5.021860,-21.166815,7.401295,-5.029185,-21.166927,7.402579,-5.030622,-21.168047,7.419868,-5.030622,-21.168095,7.421154,-5.029185,-21.167742,7.421154,-5.021820,-21.167528,7.419868,-5.020382,-21.167253,7.415535,-5.020382,-21.167313,7.414337,-5.021721,-21.167654,7.414250,-5.029185,-21.167789,7.415584,-5.030581,-21.168232,7.432922,-5.020380,-21.168043,7.428489,-5.020382,-21.168121,7.427204,-5.021820,-21.168482,7.427204,-5.029185,-21.168613,7.428731,-5.030605,-21.168785,7.432692,-5.030580,-21.168833,7.434108,-5.029185,-21.169424,7.445776,-5.030622,-21.169025,7.447062,-5.021820,-21.168835,7.446162,-5.020559,-21.168642,7.441389,-5.020663,-21.168732,7.440157,-5.021820,-21.169115,7.440157,-5.029185,-21.169218,7.441443,-5.030622,-21.169754,7.471439,-5.020275,-21.169643,7.467349,-5.020350};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_12()
		{
			double[] value = {-21.169765,7.466067,-5.021820,-21.170269,7.466066,-5.029185,-21.170336,7.467351,-5.030622,-21.170496,7.471723,-5.030574,-21.170444,7.472971,-5.029185,-21.169947,7.472971,-5.021820,-21.170597,7.479020,-5.029185,-21.170666,7.480306,-5.030622,-21.170807,7.484897,-5.030467,-21.170265,7.485925,-5.021820,-21.170038,7.484429,-5.020022,-21.169922,7.480193,-5.020106,-21.170387,7.497475,-5.019946,-21.170271,7.493491,-5.019853,-21.170921,7.491975,-5.029185,-21.170996,7.493260,-5.030622,-21.171106,7.497593,-5.030622,-21.171093,7.498878,-5.029185,-21.143349,7.466496,-4.950357,-21.143354,7.462162,-4.950357,-21.148584,7.460877,-4.959159,-21.149441,7.462162,-4.960597,-21.149454,7.466496,-4.960597,-21.144388,7.467781,-4.951847,-21.148331,7.500284,-4.959159,-21.149189,7.501569,-4.960597,-21.149136,7.505903,-4.960597,-21.143789,7.507189,-4.951794,-21.142790,7.505904,-4.950357,-21.142881,7.501570,-4.950357,-21.142691,7.427064,-4.950357,-21.142523,7.422729,-4.950357,-21.147512,7.421444,-4.959159,-21.148376,7.422729,-4.960597,-21.148592,7.427063,-4.960597,-21.147865,7.428332,-4.959178,-21.158087,7.316085,-5.020382,-21.158070,7.314800,-5.029185,-21.158148,7.316085,-5.030622,-21.158684,7.320418,-5.030622,-21.158922,7.321704,-5.029185,-21.158669,7.320418,-5.020382,-21.131807,7.201912,-5.029439,-21.133291,7.208352,-5.021555,-21.131405,7.201864,-5.021281,-21.133606,7.208589,-5.029185,-21.133291,7.207304,-5.030622,-21.132132,7.202970,-5.030622,-21.132864,7.207304,-5.020382,-21.137396,7.222824,-5.021881,-21.135599,7.216027,-5.029161,-21.135969,7.217329,-5.030610,-21.136980,7.221527,-5.030707,-21.136972,7.221539,-5.020382,-21.135754,7.217205,-5.020382,-21.137444,7.222824,-5.029185,-21.139500,7.230685,-5.022063,-21.139551,7.230685,-5.029185,-21.139854,7.231970,-5.030622,-21.140949,7.236304,-5.030622,-21.140905,7.236304,-5.020382,-21.141323,7.237589,-5.021820,-21.143032,7.244450,-5.029194,-21.144321,7.249655,-5.030622,-21.143360,7.245727,-5.020382,-21.144474,7.250060,-5.020382,-21.144781,7.251345,-5.029185,-21.148365,7.265691,-5.022054,-21.147022,7.260169,-5.020382,-21.146635,7.258787,-5.029185,-21.146860,7.260072,-5.030622,-21.147825,7.264406,-5.030622,-21.147968,7.264406,-5.020382,-21.151070,7.278340,-5.020445,-21.151489,7.279744,-5.022029,-21.149845,7.273245,-5.029637,-21.150129,7.274126,-5.020382,-21.151335,7.279744,-5.029185,-21.150967,7.278460,-5.030622,-21.149990,7.274126,-5.030622,-21.154318,7.294211,-5.022021,-21.154215,7.294047,-5.029369,-21.153227,7.288592,-5.020382,-21.154005,7.292926,-5.020382,-21.152941,7.287308,-5.029185,-21.153101,7.288592,-5.030622,-21.153925,7.292926,-5.030622,-21.156715,7.307618,-5.021903,-21.156401,7.306360,-5.020382,-21.155638,7.302026,-5.020382,-21.155468,7.300741,-5.029185,-21.155647,7.302026,-5.030622,-21.156454,7.306360,-5.030622,-21.156754,7.307645,-5.029185,-21.139843,7.232057,-5.020382,-21.160326,7.333681,-5.030561,-21.159704,7.328018,-5.029196,-21.159781,7.329293,-5.030622,-21.159668,7.329293,-5.020382,-21.160156,7.333626,-5.020382};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_13()
		{
			double[] value = {-21.160498,7.334911,-5.029185,-21.164328,7.370875,-5.029185,-21.163666,7.364277,-5.029527,-21.163773,7.369590,-5.020382,-21.163769,7.365256,-5.030622,-21.164200,7.369590,-5.030622,-21.163446,7.364915,-5.020457,-21.166063,7.394233,-5.021804,-21.165442,7.388698,-5.020382,-21.166321,7.393039,-5.030535,-21.165470,7.387343,-5.021819,-21.165808,7.392962,-5.020382,-21.166365,7.394247,-5.029185,-21.165770,7.387342,-5.029185,-21.165918,7.388627,-5.030622,-21.127501,7.190777,-5.020382,-21.129030,7.195111,-5.020382,-21.129593,7.196396,-5.021820,-21.130001,7.196396,-5.029185,-21.127762,7.189492,-5.029185,-21.128237,7.190777,-5.030622,-21.129641,7.195111,-5.030622,-21.125154,7.181915,-5.030610,-21.124987,7.183187,-5.021819,-21.122299,7.176284,-5.021881,-21.122965,7.176284,-5.029185,-21.123543,7.177569,-5.030622,-21.122538,7.177569,-5.020382,-21.124231,7.181904,-5.020382,-21.125574,7.183188,-5.029185,-21.119572,7.169980,-5.021906,-21.116249,7.163076,-5.021894,-21.120010,7.168745,-5.030567,-21.120453,7.169980,-5.029185,-21.117413,7.163076,-5.029185,-21.118099,7.164361,-5.030622,-21.116524,7.164361,-5.020382,-21.118610,7.168695,-5.020382,-21.113148,7.156773,-5.021852,-21.109722,7.149913,-5.021770,-21.111128,7.149868,-5.029185,-21.111855,7.151154,-5.030622,-21.114016,7.155488,-5.030622,-21.109648,7.151154,-5.020382,-21.111778,7.155488,-5.020382,-21.114529,7.156773,-5.029185,-21.004868,7.394233,-5.021804,-21.005486,7.388698,-5.020382,-21.004610,7.393039,-5.030535,-21.005459,7.387343,-5.021819,-21.005121,7.392962,-5.020382,-21.004564,7.394247,-5.029185,-21.005161,7.387342,-5.029185,-21.005011,7.388627,-5.030622,-21.006601,7.370875,-5.029185,-21.007265,7.364277,-5.029527,-21.007154,7.369590,-5.020382,-21.007160,7.365256,-5.030622,-21.006729,7.369590,-5.030622,-21.007483,7.364915,-5.020457,-21.010601,7.333681,-5.030561,-21.011225,7.328018,-5.029196,-21.011150,7.329293,-5.030622,-21.011261,7.329293,-5.020382,-21.010773,7.333626,-5.020382,-21.010431,7.334911,-5.029185,-21.012842,7.316085,-5.020382,-21.012861,7.314800,-5.029185,-21.012783,7.316085,-5.030622,-21.012247,7.320418,-5.030622,-21.012005,7.321704,-5.029185,-21.012260,7.320418,-5.020382,-21.039122,7.201912,-5.029439,-21.037640,7.208352,-5.021555,-21.039522,7.201864,-5.021281,-21.037323,7.208589,-5.029185,-21.037640,7.207304,-5.030622,-21.038799,7.202970,-5.030622,-21.038065,7.207304,-5.020382,-21.033535,7.222824,-5.021881,-21.035332,7.216027,-5.029161,-21.034958,7.217329,-5.030610,-21.033951,7.221527,-5.030707,-21.033958,7.221539,-5.020382,-21.035177,7.217205,-5.020382,-21.033485,7.222824,-5.029185,-21.031429,7.230685,-5.022063,-21.031378,7.230685,-5.029185,-21.031075,7.231970,-5.030622,-21.029982,7.236304,-5.030622,-21.030025,7.236304,-5.020382,-21.029606,7.237589,-5.021820,-21.027899,7.244450,-5.029194,-21.026608,7.249655,-5.030622,-21.027569,7.245727,-5.020382,-21.026455,7.250060,-5.020382,-21.026148,7.251345,-5.029185,-21.022566,7.265691,-5.022054,-21.023909,7.260169,-5.020382,-21.024294,7.258787,-5.029185};
			return value;
		}
		private double[] getcoord_B747taiB_B747glas_10_65_point_14()
		{
			double[] value = {-21.024069,7.260072,-5.030622,-21.023104,7.264406,-5.030622,-21.022961,7.264406,-5.020382,-21.019857,7.278340,-5.020445,-21.019442,7.279744,-5.022029,-21.021084,7.273245,-5.029637,-21.020800,7.274126,-5.020382,-21.019596,7.279744,-5.029185,-21.019962,7.278460,-5.030622,-21.020939,7.274126,-5.030622,-21.016613,7.294211,-5.022021,-21.016714,7.294047,-5.029369,-21.017702,7.288592,-5.020382,-21.016926,7.292926,-5.020382,-21.017986,7.287308,-5.029185,-21.017830,7.288592,-5.030622,-21.017004,7.292926,-5.030622,-21.014214,7.307618,-5.021903,-21.014526,7.306360,-5.020382,-21.015291,7.302026,-5.020382,-21.015459,7.300741,-5.029185,-21.015284,7.302026,-5.030622,-21.014475,7.306360,-5.030622,-21.014174,7.307645,-5.029185,-21.031088,7.232057,-5.020382,-21.043430,7.190777,-5.020382,-21.041901,7.195111,-5.020382,-21.041336,7.196396,-5.021820,-21.040928,7.196396,-5.029185,-21.043167,7.189492,-5.029185,-21.042688,7.190777,-5.030622,-21.041288,7.195111,-5.030622,-21.045774,7.181915,-5.030610,-21.045944,7.183187,-5.021819,-21.048632,7.176284,-5.021881,-21.047964,7.176284,-5.029185,-21.047386,7.177569,-5.030622,-21.048391,7.177569,-5.020382,-21.046698,7.181904,-5.020382,-21.045357,7.183188,-5.029185,-21.051357,7.169980,-5.021906,-21.054682,7.163076,-5.021894,-21.050920,7.168745,-5.030567,-21.050476,7.169980,-5.029185,-21.053516,7.163076,-5.029185,-21.052830,7.164361,-5.030622,-21.054405,7.164361,-5.020382,-21.052320,7.168695,-5.020382,-21.057783,7.156773,-5.021852,-21.061209,7.149913,-5.021770,-21.059799,7.149868,-5.029185,-21.059074,7.151154,-5.030622,-21.056913,7.155488,-5.030622,-21.061283,7.151154,-5.020382,-21.059151,7.155488,-5.020382,-21.056402,7.156773,-5.029185};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_72_coordIndex_1()
		{
			int[] value = {1,0,2,-1,3,4,2,-1,9,259,10,-1,11,30,35,-1,12,14,13,-1,14,16,17,-1,18,16,19,-1,18,20,21,-1,22,23,24,-1,27,29,33,-1,26,31,32,-1,33,34,35,-1,5,49,40,-1,39,43,42,-1,48,49,50,-1,58,98,44,-1,103,58,51,-1,52,60,33,-1,55,54,52,-1,54,57,52,-1,102,58,44,-1,102,59,51,-1,64,63,15,-1,76,69,68,-1,106,70,71,-1,72,70,53,-1,74,73,75,-1,77,76,68,-1,78,77,79,-1,66,77,68,-1,81,80,82,-1,65,80,66,-1,53,83,61,-1,272,0,263,-1,263,0,1,-1,2,0,86,-1,86,0,87,-1,87,0,89,-1,2,86,3,-1,124,9,3,-1,9,4,3,-1,9,7,4,-1,7,116,4,-1,116,7,6,-1,182,7,8,-1,8,7,9,-1,10,8,9,-1,124,259,9,-1,89,0,35,-1,35,0,11,-1,11,0,272,-1,31,30,11,-1,32,31,11,-1,82,15,12,-1,15,14,12,-1,17,13,14,-1,90,19,16,-1,15,90,14,-1,90,16,14,-1,91,17,16,-1,21,91,18,-1,91,16,18,-1,19,22,18,-1,22,20,18,-1,25,21,20,-1,27,33,23,-1,27,23,22,-1,22,24,25,-1,22,25,20,-1,23,33,30,-1,24,23,26,-1,23,30,26,-1,25,26,32,-1,25,24,26,-1,22,28,27,-1,28,29,27,-1,22,19,28,-1,26,30,31,-1,34,89,35,-1,35,30,33,-1,49,44,93,-1,95,94,38,-1,42,95,39,-1,95,38,39,-1,94,120,38,-1,49,5,41,-1,96,43,98,-1,96,42,43,-1,97,96,98,-1,44,98,43,-1,43,39,44,-1,44,45,102,-1,45,44,49,-1,102,45,46,-1,45,49,46,-1,34,102,47,-1,102,46,47,-1,46,49,48,-1,257,256,49,-1,99,49,41,-1,36,88,100,-1,261,37,48,-1,37,36,48,-1,47,101,34,-1,103,98,58,-1,33,60,59,-1,105,29,28,-1,67,52,105,-1,29,105,52,-1,33,29,52,-1,61,55,53,-1,69,53,55,-1,67,69,52,-1,69,55,52,-1,61,62,55,-1,62,54,55,-1,62,56,54,-1,56,57,54,-1,62,103,56,-1,51,56,103,-1,51,58,102,-1,56,51,59,-1,57,56,59,-1,52,57,60,-1,57,59,60,-1,62,61,84,-1,104,62,84,-1,103,62,104,-1,103,104,97,-1,98,103,97,-1,65,28,63,-1,65,63,64,-1,90,15,63,-1,19,90,28,-1,90,63,28,-1,66,105,65,-1,65,105,28,-1,68,67,66,-1,67,105,66,-1,72,53,69,-1,72,69,76,-1,67,68,69,-1,83,53,70,-1,83,70,106,-1,107,71,70,-1,76,107,72,-1,107,70,72,-1,107,76,73,-1,71,107,74,-1,107,73,74,-1,108,75,73,-1,109,108,76,-1,108,73,76,-1,109,76,77,-1,109,77,78,-1,79,77,66,-1,79,66,80,-1,79,80,81,-1,110,82,80,-1,110,80,65,-1,110,65,64,-1,82,110,15,-1,110,64,15,-1,106,112,83,-1,112,111,84,-1,112,84,83,-1,83,84,61,-1,33,59,102,-1,33,102,34,-1,115,2,113,-1,114,39,118,-1,44,39,114,-1,93,44,114,-1,85,49,93,-1,40,49,85,-1,362,1,119,-1,1,2,115,-1,119,1,115,-1,113,4,116,-1,2,4,113,-1,116,6,117,-1,39,38,118,-1,118,38,120,-1,123,3,86,-1,47,92,101,-1,123,86,87,-1,87,122,123,-1,87,89,121,-1,121,122,87,-1,125,3,126,-1,125,124,3,-1,47,46,127,-1,47,128,92,-1,47,127,128,-1,129,127,46,-1,46,48,129,-1,48,130,129,-1,48,131,130,-1,36,131,48,-1,88,259,124,-1,124,100,88,-1,89,34,132,-1,132,121,89,-1,101,132,34,-1,126,3,123,-1,133,134,50,-1,134,133,135,-1,135,187,134,-1,193,36,37,-1,36,193,88,-1,41,253,252,-1,41,177,138,-1,137,41,138,-1,139,141,140,-1,200,204,99,-1,143,10,142,-1,142,10,145,-1,142,145,146,-1,149,150,6,-1,150,149,151,-1,152,151,149,-1,251,5,158,-1,5,154,153,-1,5,151,155,-1,154,5,155,-1,151,152,155,-1,157,41,156,-1,159,160,153,-1,158,153,160,-1,233,161,162,-1,6,163,161,-1,6,164,163,-1,164,6,165,-1,164,165,147,-1,6,166,165,-1,150,166,6,-1,6,167,149,-1,168,167,6,-1,171,169,7,-1,171,7,172,-1,171,172,173,-1,231,173,172,-1,7,177,174,-1,174,172,7,-1,177,175,174,-1,177,7,176,-1,178,176,7,-1,179,178,7,-1,178,179,180,-1,7,182,181,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_2()
		{
			int[] value = {181,179,7,-1,183,182,8,-1,184,145,10,-1,184,185,186,-1,186,187,135,-1,186,185,187,-1,191,190,189,-1,192,88,193,-1,191,136,190,-1,194,50,134,-1,196,193,37,-1,37,197,196,-1,136,191,199,-1,195,199,198,-1,136,199,195,-1,202,200,201,-1,203,144,225,-1,204,200,202,-1,203,205,144,-1,180,179,206,-1,207,181,182,-1,141,139,180,-1,180,206,141,-1,208,207,182,-1,210,140,141,-1,211,200,99,-1,99,212,211,-1,99,213,212,-1,207,208,214,-1,213,209,215,-1,207,214,215,-1,215,214,213,-1,220,133,50,-1,221,222,223,-1,220,223,222,-1,221,146,222,-1,99,204,224,-1,216,99,224,-1,146,221,142,-1,177,41,226,-1,227,226,41,-1,41,157,228,-1,228,227,41,-1,157,229,228,-1,229,157,230,-1,160,159,148,-1,175,177,226,-1,229,230,173,-1,173,231,229,-1,117,6,232,-1,233,232,6,-1,239,234,235,-1,147,240,164,-1,233,162,244,-1,5,40,236,-1,237,5,236,-1,40,234,238,-1,238,236,40,-1,234,239,238,-1,241,240,5,-1,241,5,242,-1,5,237,242,-1,244,162,243,-1,244,242,237,-1,242,244,243,-1,245,150,151,-1,151,5,246,-1,246,245,151,-1,5,247,246,-1,240,147,248,-1,5,240,248,-1,5,248,247,-1,235,250,239,-1,117,232,249,-1,235,117,249,-1,235,249,250,-1,6,161,233,-1,169,170,168,-1,168,170,148,-1,148,170,160,-1,7,169,6,-1,6,169,168,-1,5,251,41,-1,158,5,153,-1,156,251,158,-1,156,41,251,-1,41,252,99,-1,253,41,137,-1,209,252,210,-1,210,252,253,-1,210,253,140,-1,140,253,137,-1,252,209,213,-1,252,213,99,-1,254,8,10,-1,254,255,8,-1,8,255,201,-1,8,201,200,-1,200,183,8,-1,254,203,255,-1,203,254,205,-1,10,143,254,-1,254,143,205,-1,225,144,218,-1,225,218,219,-1,218,217,219,-1,49,256,258,-1,257,49,99,-1,49,258,50,-1,220,50,258,-1,220,258,223,-1,223,258,256,-1,223,256,217,-1,217,256,257,-1,217,257,219,-1,219,257,216,-1,216,257,99,-1,192,189,259,-1,88,192,259,-1,259,189,188,-1,259,188,185,-1,259,185,184,-1,10,259,184,-1,194,260,48,-1,50,194,48,-1,260,261,48,-1,197,261,198,-1,261,197,37,-1,198,261,260,-1,198,260,195,-1,195,260,194,-1,189,190,188,-1,262,263,517,-1,266,265,264,-1,506,270,271,-1,287,272,291,-1,274,273,13,-1,276,274,17,-1,276,277,278,-1,279,277,21,-1,281,280,282,-1,25,283,282,-1,286,284,289,-1,288,283,32,-1,290,289,291,-1,305,267,296,-1,299,295,298,-1,305,304,306,-1,350,314,300,-1,314,355,307,-1,316,308,289,-1,310,311,308,-1,313,310,308,-1,314,354,300,-1,315,354,307,-1,319,320,275,-1,325,329,324,-1,326,106,71,-1,326,327,309,-1,328,74,75,-1,329,330,324,-1,330,331,332,-1,330,322,324,-1,333,334,335,-1,333,321,322,-1,336,309,317,-1,272,263,262,-1,263,1,362,-1,262,517,264,-1,264,339,262,-1,339,340,262,-1,262,340,272,-1,272,340,343,-1,339,264,265,-1,270,371,265,-1,266,270,265,-1,268,270,266,-1,341,268,266,-1,268,429,269,-1,268,269,270,-1,269,271,270,-1,506,371,270,-1,343,291,272,-1,287,288,272,-1,288,32,272,-1,272,32,11,-1,275,335,273,-1,274,275,273,-1,13,17,274,-1,278,344,276,-1,344,275,274,-1,276,344,274,-1,17,91,276,-1,91,21,277,-1,276,91,277,-1,280,278,277,-1,279,280,277,-1,21,25,279,-1,289,284,281,-1,281,284,280,-1,282,280,25,-1,25,280,279,-1,289,281,287,-1,281,282,283,-1,287,281,283,-1,283,25,32,-1,285,280,284,-1,286,285,284,-1,278,280,285,-1,287,283,288,-1,343,290,291,-1,287,291,289,-1,300,305,346,-1,94,347,294,-1,347,298,295,-1,294,347,295,-1,120,94,294,-1,267,305,297,-1,299,348,350,-1,298,348,299,-1,348,349,350,-1,350,300,299,-1,295,299,300,-1,301,300,354,-1,300,301,305,-1,301,354,302,-1,305,301,302,-1,354,290,303,-1,302,354,303,-1,305,302,304,-1,503,504,305,-1,305,351,297,-1,342,292,352,-1,293,508,304,-1,292,293,304,-1,353,303,290,-1,350,355,314,-1,316,289,315,-1,286,357,285,-1,308,323,357,-1,357,286,308,-1,286,289,308,-1,311,317,309,-1,309,325,311,-1,325,323,308,-1,311,325,308,-1,318,317,311,-1,310,318,311,-1,312,318,310,-1,313,312,310,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_3()
		{
			int[] value = {355,318,312,-1,312,307,355,-1,314,307,354,-1,307,312,315,-1,312,313,315,-1,313,308,316,-1,315,313,316,-1,317,318,337,-1,318,356,337,-1,318,355,356,-1,356,355,349,-1,355,350,349,-1,285,321,319,-1,319,321,320,-1,275,344,319,-1,344,278,285,-1,319,344,285,-1,357,322,321,-1,357,321,285,-1,323,324,322,-1,357,323,322,-1,309,327,325,-1,325,327,329,-1,324,323,325,-1,309,336,326,-1,326,336,106,-1,71,358,326,-1,358,329,327,-1,326,358,327,-1,329,358,328,-1,358,71,74,-1,328,358,74,-1,75,359,328,-1,359,360,329,-1,328,359,329,-1,329,360,330,-1,330,360,331,-1,330,332,322,-1,322,332,333,-1,333,332,334,-1,335,361,333,-1,333,361,321,-1,321,361,320,-1,361,335,275,-1,320,361,275,-1,112,106,336,-1,111,112,337,-1,337,112,336,-1,337,336,317,-1,315,289,354,-1,354,289,290,-1,295,364,366,-1,295,300,364,-1,300,346,364,-1,305,338,346,-1,305,296,338,-1,263,362,367,-1,517,263,365,-1,263,367,365,-1,294,295,366,-1,294,366,120,-1,265,370,339,-1,345,303,353,-1,339,370,340,-1,369,340,370,-1,343,340,368,-1,369,368,340,-1,265,372,373,-1,371,372,265,-1,302,303,374,-1,375,303,345,-1,374,303,375,-1,374,376,302,-1,304,302,376,-1,377,304,376,-1,378,304,377,-1,378,292,304,-1,506,342,371,-1,352,371,342,-1,290,343,379,-1,368,379,343,-1,379,353,290,-1,265,373,370,-1,381,380,306,-1,380,381,382,-1,434,382,381,-1,292,440,293,-1,440,292,342,-1,500,297,499,-1,424,297,385,-1,297,384,385,-1,388,386,387,-1,451,447,351,-1,271,390,389,-1,271,389,392,-1,392,389,393,-1,397,396,341,-1,396,397,398,-1,398,399,396,-1,267,498,405,-1,401,267,400,-1,398,267,402,-1,267,401,402,-1,399,398,402,-1,297,404,403,-1,407,406,400,-1,400,405,407,-1,408,480,409,-1,410,341,408,-1,411,341,410,-1,341,411,412,-1,412,411,394,-1,413,341,412,-1,413,397,341,-1,414,341,396,-1,414,415,341,-1,416,418,268,-1,268,418,419,-1,419,418,420,-1,420,478,419,-1,424,268,421,-1,419,421,268,-1,422,424,421,-1,268,424,423,-1,423,425,268,-1,425,426,268,-1,426,425,427,-1,429,268,428,-1,426,428,268,-1,429,430,269,-1,392,431,271,-1,432,431,433,-1,434,433,382,-1,432,433,434,-1,437,438,436,-1,342,439,440,-1,383,438,437,-1,306,441,381,-1,440,443,293,-1,444,293,443,-1,438,383,446,-1,446,442,445,-1,446,383,442,-1,447,449,448,-1,391,450,472,-1,447,451,449,-1,452,450,391,-1,426,427,453,-1,428,454,429,-1,386,388,427,-1,453,427,388,-1,454,455,429,-1,387,457,388,-1,447,458,351,-1,459,351,458,-1,460,351,459,-1,455,454,461,-1,456,460,462,-1,461,454,462,-1,461,462,460,-1,380,467,306,-1,469,468,470,-1,470,467,469,-1,393,468,469,-1,451,351,471,-1,351,463,471,-1,468,393,389,-1,297,424,473,-1,473,474,297,-1,404,297,475,-1,474,475,297,-1,476,404,475,-1,404,476,477,-1,406,407,395,-1,424,422,473,-1,477,476,420,-1,478,420,476,-1,341,363,479,-1,479,480,341,-1,481,486,482,-1,487,394,411,-1,409,480,491,-1,296,267,483,-1,267,484,483,-1,481,296,485,-1,483,485,296,-1,486,481,485,-1,487,488,267,-1,267,488,489,-1,484,267,489,-1,409,491,490,-1,489,491,484,-1,491,489,490,-1,397,492,398,-1,267,398,493,-1,492,493,398,-1,494,267,493,-1,394,487,495,-1,487,267,495,-1,495,267,494,-1,497,482,486,-1,479,363,496,-1,363,482,496,-1,496,482,497,-1,408,341,480,-1,417,416,415,-1,417,415,395,-1,417,395,407,-1,416,268,341,-1,416,341,415,-1,498,267,297,-1,267,405,400,-1,498,403,405,-1,297,403,498,-1,499,297,351,-1,297,500,384,-1,499,456,457,-1,499,457,500,-1,500,457,387,-1,500,387,384,-1,456,499,460,-1,460,499,351,-1,269,501,271,-1,502,501,269,-1,502,269,448,-1,448,269,447,-1,430,447,269,-1,450,501,502,-1,501,450,452,-1,390,271,501,-1,390,501,452,-1,391,472,465,-1,465,472,466,-1,464,465,466,-1,503,305,505,-1,305,504,351,-1,505,305,306,-1,306,467,505,-1,505,467,470,-1,505,470,503,-1,503,470,464,-1,503,464,504,-1,504,464,466,-1,504,466,463,-1,504,463,351,-1,436,439,506,-1,439,342,506,-1,436,506,435,-1,435,506,432,-1,432,506,431,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_4()
		{
			int[] value = {506,271,431,-1,507,441,304,-1,441,306,304,-1,508,507,304,-1,508,444,445,-1,444,508,293,-1,508,445,507,-1,507,445,442,-1,507,442,441,-1,437,436,435,-1,264,517,511,-1,341,512,518,-1,341,266,512,-1,514,264,513,-1,519,365,509,-1,520,510,363,-1,519,509,516,-1,365,519,521,-1,521,517,365,-1,515,510,520,-1,341,518,522,-1,522,520,363,-1,363,341,522,-1,515,509,510,-1,516,509,515,-1,511,513,264,-1,512,266,514,-1,266,264,514,-1,523,588,525,-1,525,587,565,-1,528,565,529,-1,565,530,527,-1,567,536,537,-1,548,545,544,-1,577,548,549,-1,559,558,553,-1,556,592,575,-1,523,561,562,-1,525,524,523,-1,564,524,525,-1,564,525,526,-1,565,527,526,-1,565,526,525,-1,525,586,587,-1,587,589,565,-1,589,529,565,-1,566,565,528,-1,565,566,530,-1,531,532,529,-1,532,534,529,-1,589,531,529,-1,533,534,532,-1,620,534,533,-1,620,535,534,-1,567,534,535,-1,535,536,567,-1,535,620,538,-1,541,540,531,-1,542,570,571,-1,570,542,543,-1,950,546,547,-1,545,547,546,-1,575,950,547,-1,547,548,575,-1,545,548,547,-1,574,549,548,-1,573,549,574,-1,551,550,549,-1,552,551,573,-1,551,549,573,-1,577,549,553,-1,554,553,602,-1,559,553,555,-1,553,554,555,-1,909,555,554,-1,556,575,548,-1,556,548,576,-1,556,576,593,-1,593,576,578,-1,577,578,576,-1,577,576,548,-1,578,577,557,-1,558,557,577,-1,558,577,553,-1,557,558,542,-1,557,569,578,-1,569,557,563,-1,563,557,542,-1,571,560,563,-1,571,563,542,-1,579,556,593,-1,581,580,561,-1,524,581,523,-1,581,561,523,-1,545,546,582,-1,582,583,545,-1,544,545,583,-1,574,548,584,-1,584,548,544,-1,552,573,585,-1,586,525,588,-1,531,589,541,-1,592,556,579,-1,549,550,594,-1,553,595,596,-1,553,549,595,-1,549,597,595,-1,549,598,597,-1,549,594,598,-1,553,596,601,-1,553,601,602,-1,604,605,603,-1,606,600,599,-1,550,603,594,-1,532,531,607,-1,568,559,572,-1,607,608,532,-1,608,609,532,-1,609,610,532,-1,610,533,532,-1,610,611,533,-1,611,612,533,-1,531,539,607,-1,558,559,568,-1,614,613,542,-1,542,615,614,-1,542,616,615,-1,542,558,616,-1,558,617,616,-1,558,618,617,-1,558,619,618,-1,558,568,619,-1,621,543,613,-1,543,542,613,-1,572,538,622,-1,612,620,533,-1,621,607,539,-1,622,538,620,-1,568,572,622,-1,531,540,623,-1,624,623,540,-1,625,624,626,-1,624,540,626,-1,625,626,627,-1,626,540,628,-1,732,740,725,-1,725,727,732,-1,560,571,630,-1,631,630,571,-1,633,632,555,-1,555,632,635,-1,555,635,634,-1,639,640,636,-1,642,643,644,-1,646,645,647,-1,646,647,648,-1,650,649,651,-1,787,652,653,-1,657,655,656,-1,659,658,572,-1,572,654,660,-1,572,660,659,-1,660,654,661,-1,661,662,660,-1,790,792,817,-1,667,668,666,-1,537,669,666,-1,675,828,670,-1,823,604,603,-1,869,671,551,-1,550,551,678,-1,678,551,679,-1,550,678,680,-1,678,677,680,-1,537,536,772,-1,536,648,684,-1,681,772,536,-1,648,685,684,-1,688,535,689,-1,688,689,690,-1,689,535,538,-1,572,658,538,-1,536,697,648,-1,535,688,698,-1,536,535,698,-1,698,697,536,-1,922,923,920,-1,538,658,700,-1,700,699,538,-1,531,702,539,-1,531,703,702,-1,703,531,704,-1,703,704,705,-1,531,623,706,-1,706,704,531,-1,623,707,706,-1,707,623,708,-1,539,709,621,-1,539,710,709,-1,710,713,711,-1,765,711,713,-1,539,712,710,-1,710,712,713,-1,714,712,539,-1,701,715,714,-1,539,702,716,-1,625,627,744,-1,628,540,717,-1,719,718,628,-1,719,628,717,-1,720,717,540,-1,718,719,748,-1,720,540,721,-1,722,724,720,-1,722,720,721,-1,723,721,540,-1,724,722,629,-1,629,747,724,-1,723,540,727,-1,727,725,723,-1,540,541,726,-1,540,726,727,-1,728,726,541,-1,541,729,728,-1,560,630,730,-1,730,731,560,-1,630,732,730,-1,560,731,733,-1,733,734,560,-1,731,735,733,-1,736,590,563,-1,560,734,737,-1,560,737,563,-1,734,738,737,-1,739,738,734,-1,732,630,740,-1,735,731,741,-1,590,736,591,-1,743,570,742,-1,570,708,742,-1,749,718,748,-1,625,744,746,-1,746,744,745,-1,629,751,747,-1,752,751,750,-1,751,752,631,-1,750,751,629,-1,754,753,571,-1,755,631,571,-1,631,755,751,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_5()
		{
			int[] value = {571,753,756,-1,756,755,571,-1,749,756,753,-1,749,748,756,-1,715,701,770,-1,708,570,757,-1,757,707,708,-1,570,758,757,-1,570,771,758,-1,760,703,759,-1,771,760,759,-1,759,703,705,-1,762,543,761,-1,893,543,621,-1,761,543,893,-1,769,715,770,-1,764,763,543,-1,766,765,762,-1,768,767,543,-1,763,768,543,-1,769,770,763,-1,763,770,768,-1,570,543,771,-1,760,771,767,-1,767,771,543,-1,688,651,649,-1,688,690,651,-1,692,691,653,-1,653,652,692,-1,694,693,656,-1,656,655,694,-1,662,661,696,-1,662,696,695,-1,669,537,772,-1,774,773,669,-1,669,772,774,-1,682,776,681,-1,773,774,632,-1,775,776,682,-1,778,777,683,-1,685,648,647,-1,643,686,687,-1,632,774,635,-1,778,639,777,-1,637,775,638,-1,776,775,637,-1,639,778,640,-1,686,643,642,-1,559,914,641,-1,641,644,559,-1,779,645,559,-1,644,643,780,-1,559,644,780,-1,559,780,779,-1,559,645,781,-1,646,781,645,-1,649,650,782,-1,650,559,782,-1,559,781,783,-1,559,783,782,-1,787,559,784,-1,784,652,787,-1,559,785,784,-1,650,785,559,-1,657,559,786,-1,786,655,657,-1,559,787,786,-1,654,572,788,-1,572,559,788,-1,559,657,788,-1,789,792,790,-1,599,791,789,-1,789,791,792,-1,599,793,791,-1,599,795,793,-1,793,795,796,-1,797,795,599,-1,809,811,798,-1,796,794,793,-1,599,799,797,-1,800,798,797,-1,800,797,799,-1,809,798,800,-1,801,799,599,-1,599,537,802,-1,599,802,801,-1,663,664,801,-1,663,801,802,-1,537,665,803,-1,803,802,537,-1,550,680,804,-1,603,550,804,-1,805,603,804,-1,810,811,809,-1,816,815,812,-1,815,816,667,-1,796,819,794,-1,807,817,808,-1,790,817,818,-1,818,817,807,-1,819,796,820,-1,663,814,664,-1,667,816,668,-1,814,663,813,-1,670,604,821,-1,822,821,604,-1,604,823,822,-1,824,670,825,-1,824,825,826,-1,827,825,670,-1,828,827,670,-1,670,829,830,-1,670,821,831,-1,670,831,829,-1,830,675,670,-1,831,821,833,-1,831,833,832,-1,833,677,832,-1,869,839,671,-1,675,674,828,-1,672,835,673,-1,676,832,677,-1,826,825,834,-1,834,825,835,-1,839,869,836,-1,826,839,836,-1,826,899,900,-1,826,834,838,-1,826,838,839,-1,835,672,840,-1,835,840,834,-1,841,842,552,-1,673,551,850,-1,850,672,673,-1,551,851,850,-1,671,851,551,-1,675,551,852,-1,852,674,675,-1,551,853,852,-1,853,551,673,-1,677,678,676,-1,551,675,679,-1,854,841,552,-1,854,552,585,-1,844,552,855,-1,855,843,844,-1,552,856,855,-1,842,856,552,-1,845,846,857,-1,552,844,858,-1,552,859,551,-1,847,869,551,-1,551,859,860,-1,861,847,551,-1,848,849,862,-1,551,862,861,-1,837,873,863,-1,868,870,866,-1,871,854,585,-1,871,585,863,-1,863,872,871,-1,837,878,873,-1,875,874,842,-1,842,841,875,-1,877,843,876,-1,843,877,844,-1,848,868,849,-1,865,880,864,-1,879,880,865,-1,868,848,870,-1,880,879,846,-1,846,845,880,-1,872,863,873,-1,729,541,881,-1,729,881,882,-1,883,881,541,-1,729,882,741,-1,883,541,884,-1,886,885,883,-1,886,883,884,-1,541,591,887,-1,887,884,541,-1,591,888,887,-1,741,882,735,-1,591,736,888,-1,739,886,738,-1,885,886,739,-1,563,737,889,-1,736,563,889,-1,606,891,602,-1,805,823,603,-1,599,789,890,-1,606,599,890,-1,606,890,891,-1,806,602,892,-1,892,602,891,-1,711,765,766,-1,621,709,894,-1,621,894,893,-1,895,878,837,-1,874,875,895,-1,896,874,895,-1,877,876,897,-1,898,877,897,-1,899,826,866,-1,826,900,837,-1,899,898,897,-1,899,897,900,-1,900,897,896,-1,900,896,895,-1,900,895,837,-1,899,864,898,-1,867,868,866,-1,866,865,899,-1,899,865,864,-1,867,826,836,-1,826,867,866,-1,846,859,857,-1,857,859,552,-1,858,857,552,-1,905,904,554,-1,906,554,807,-1,906,905,554,-1,806,554,602,-1,807,554,806,-1,808,906,807,-1,906,902,905,-1,905,902,903,-1,903,902,819,-1,903,819,820,-1,901,904,903,-1,903,904,905,-1,901,811,904,-1,904,811,810,-1,907,904,810,-1,813,907,814,-1,907,813,908,-1,904,909,554,-1,907,909,904,-1,907,908,909,-1,812,555,909,-1,812,909,908,-1,815,910,812,-1,910,555,812,-1,910,633,555,-1,555,634,911,-1,638,911,637,-1,559,555,913,-1,638,912,913,-1,559,913,914,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_6()
		{
			int[] value = {912,636,914,-1,914,913,912,-1,638,913,911,-1,911,913,555,-1,914,636,640,-1,914,640,641,-1,915,916,536,-1,915,683,682,-1,915,682,916,-1,916,682,681,-1,683,915,778,-1,918,778,915,-1,918,915,536,-1,536,917,918,-1,684,919,536,-1,919,917,536,-1,919,687,917,-1,917,687,686,-1,699,920,538,-1,923,689,538,-1,927,689,923,-1,920,923,538,-1,922,927,923,-1,699,924,920,-1,920,924,695,-1,920,695,921,-1,920,921,925,-1,920,925,926,-1,920,926,922,-1,921,695,696,-1,925,693,694,-1,925,694,926,-1,922,691,692,-1,922,692,927,-1,765,764,762,-1,762,764,543,-1,716,701,714,-1,716,714,539,-1,571,743,745,-1,571,570,743,-1,571,745,754,-1,744,754,745,-1,916,681,536,-1,537,666,665,-1,665,666,668,-1,848,862,860,-1,860,862,551,-1,936,932,933,-1,934,1336,931,-1,941,969,942,-1,952,977,949,-1,575,952,950,-1,977,979,953,-1,962,963,958,-1,965,523,562,-1,928,929,523,-1,928,967,929,-1,929,967,930,-1,931,1336,930,-1,936,968,932,-1,934,968,1336,-1,939,937,935,-1,935,936,933,-1,939,938,937,-1,939,1020,938,-1,940,1020,939,-1,939,969,940,-1,941,940,969,-1,1020,940,943,-1,972,947,973,-1,947,972,948,-1,950,952,546,-1,575,951,952,-1,952,951,977,-1,953,976,977,-1,976,953,954,-1,954,975,976,-1,955,956,954,-1,956,957,975,-1,954,956,975,-1,978,951,575,-1,953,979,958,-1,953,958,954,-1,958,959,1002,-1,958,963,960,-1,959,958,960,-1,960,1309,959,-1,981,978,575,-1,978,981,993,-1,993,979,978,-1,979,977,951,-1,978,979,951,-1,979,993,980,-1,979,980,961,-1,961,962,979,-1,979,962,958,-1,962,961,947,-1,592,981,575,-1,971,961,980,-1,961,971,966,-1,961,966,947,-1,964,973,966,-1,966,973,947,-1,982,983,965,-1,983,928,523,-1,965,983,523,-1,546,952,582,-1,984,582,952,-1,952,949,984,-1,977,976,985,-1,977,985,949,-1,975,957,986,-1,523,987,989,-1,929,987,523,-1,989,588,523,-1,955,954,994,-1,995,958,996,-1,954,958,995,-1,997,954,995,-1,998,954,997,-1,994,954,998,-1,996,958,1001,-1,1001,958,1002,-1,1005,1004,1003,-1,1000,1006,999,-1,1003,955,994,-1,963,970,974,-1,1008,1007,937,-1,1009,1008,937,-1,1010,1009,937,-1,938,1010,937,-1,1011,1010,938,-1,1012,1011,938,-1,963,962,970,-1,1013,1014,947,-1,1015,947,1014,-1,1016,947,1015,-1,962,947,1016,-1,1017,962,1016,-1,1018,962,1017,-1,1019,962,1018,-1,970,962,1019,-1,948,1021,1013,-1,947,948,1013,-1,943,974,1022,-1,1020,1012,938,-1,1007,1021,944,-1,943,1022,1020,-1,974,970,1022,-1,945,1340,1023,-1,1023,1024,945,-1,1024,1025,1026,-1,945,1024,1026,-1,1026,1025,1027,-1,945,1026,1028,-1,1140,1132,1125,-1,1127,1125,1132,-1,973,964,1030,-1,1030,1031,973,-1,1032,1033,960,-1,1032,960,1035,-1,1035,960,1034,-1,1040,1039,1036,-1,1043,1042,1044,-1,1045,1046,1047,-1,1047,1046,1048,-1,1049,1050,1051,-1,1052,1187,1053,-1,1055,1057,1056,-1,1058,1059,974,-1,1054,974,1060,-1,1060,974,1059,-1,1054,1060,1061,-1,1062,1061,1060,-1,1192,1190,1217,-1,1068,1067,1066,-1,1069,942,1066,-1,1228,1075,1070,-1,1004,1223,1003,-1,1071,1269,956,-1,956,955,1078,-1,956,1078,1079,-1,1078,955,1080,-1,1077,1078,1080,-1,941,942,1172,-1,1048,941,1084,-1,1172,1081,941,-1,1085,1048,1084,-1,940,1088,1089,-1,1089,1088,1090,-1,940,1089,943,-1,1058,974,943,-1,1097,941,1048,-1,1088,940,1098,-1,940,941,1098,-1,1097,1098,941,-1,1323,1322,1320,-1,1058,943,1100,-1,1099,1100,943,-1,1102,1340,944,-1,1103,1340,1102,-1,1340,1103,1104,-1,1104,1103,1105,-1,1023,1340,1106,-1,1104,1106,1340,-1,1107,1023,1106,-1,1023,1107,1108,-1,1109,944,1021,-1,1110,944,1109,-1,1113,1110,1111,-1,1111,1165,1113,-1,1112,944,1110,-1,1112,1110,1113,-1,1112,1114,944,-1,1115,1101,1114,-1,1102,944,1116,-1,1027,1025,1144,-1,945,1028,1117,-1,1118,1119,1028,-1,1028,1119,1117,-1,1117,1120,945,-1,1119,1118,1148,-1,945,1120,1121,-1,1124,1122,1120,-1,1120,1122,1121,-1,1121,1123,945,-1,1122,1124,1029,-1,1147,1029,1124,-1,945,1123,1127,-1,1125,1127,1123,-1,946,945,1126,-1,1126,945,1127,-1,1126,1128,946,-1,1129,946,1128,-1,1030,964,1130,-1,1131,1130,964,-1,1132,1030,1130,-1,1131,964,1133,-1,1134,1133,964,-1,1135,1131,1133,-1,991,1136,966,-1,1134,964,1137,-1,1137,964,966,-1,1138,1134,1137,-1,1138,1139,1134,-1,1030,1132,1140,-1,1131,1135,1141,-1,1136,991,992,-1,972,1143,1142,-1,1108,972,1142,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_7()
		{
			int[] value = {1118,1149,1148,-1,1144,1025,1146,-1,1144,1146,1145,-1,1151,1029,1147,-1,1151,1152,1150,-1,1152,1151,1031,-1,1151,1150,1029,-1,1153,1154,973,-1,1031,1155,973,-1,1155,1031,1151,-1,1153,973,1156,-1,1155,1156,973,-1,1156,1149,1153,-1,1148,1149,1156,-1,1101,1115,1170,-1,972,1108,1157,-1,1107,1157,1108,-1,1158,972,1157,-1,1171,972,1158,-1,1103,1160,1159,-1,1160,1171,1159,-1,1103,1159,1105,-1,948,1162,1161,-1,948,1293,1021,-1,948,1161,1293,-1,1115,1169,1170,-1,1163,1164,948,-1,1165,1166,1162,-1,1167,1168,948,-1,1168,1163,948,-1,1170,1169,1163,-1,1170,1163,1168,-1,948,972,1171,-1,1171,1160,1167,-1,1171,1167,948,-1,1051,1088,1049,-1,1090,1088,1051,-1,1091,1092,1053,-1,1052,1053,1092,-1,1093,1094,1056,-1,1055,1056,1094,-1,1061,1062,1096,-1,1096,1062,1095,-1,942,1069,1172,-1,1173,1174,1069,-1,1172,1069,1174,-1,1176,1082,1081,-1,1174,1173,1032,-1,1176,1175,1082,-1,1177,1178,1083,-1,1048,1085,1047,-1,1086,1043,1087,-1,1174,1032,1035,-1,1039,1178,1177,-1,1175,1037,1038,-1,1175,1176,1037,-1,1178,1039,1040,-1,1043,1086,1042,-1,1314,963,1041,-1,1044,1041,963,-1,1045,1179,963,-1,1043,1044,1180,-1,1044,963,1180,-1,1180,963,1179,-1,1045,963,1181,-1,1181,1046,1045,-1,1050,1049,1182,-1,963,1050,1182,-1,1181,963,1183,-1,1183,963,1182,-1,963,1187,1184,-1,1052,1184,1187,-1,1185,963,1184,-1,1185,1050,963,-1,963,1057,1186,-1,1055,1186,1057,-1,1187,963,1186,-1,974,1054,1188,-1,963,974,1188,-1,1057,963,1188,-1,1192,1189,1190,-1,1191,999,1189,-1,1191,1189,1192,-1,1193,999,1191,-1,1195,999,1193,-1,1195,1193,1196,-1,1195,1197,999,-1,1211,1209,1198,-1,1194,1196,1193,-1,1199,999,1197,-1,1198,1200,1197,-1,1197,1200,1199,-1,1198,1209,1200,-1,1199,1201,999,-1,942,999,1202,-1,1202,999,1201,-1,1064,1063,1201,-1,1201,1063,1202,-1,1065,942,1203,-1,1202,1203,942,-1,1080,955,1204,-1,955,1003,1204,-1,1003,1205,1204,-1,1211,1210,1209,-1,1215,1216,1212,-1,1216,1215,1067,-1,1219,1196,1194,-1,1217,1207,1208,-1,1217,1190,1218,-1,1217,1218,1207,-1,1196,1219,1220,-1,1214,1063,1064,-1,1216,1067,1068,-1,1063,1214,1213,-1,1004,1070,1221,-1,1221,1222,1004,-1,1223,1004,1222,-1,1070,1224,1225,-1,1225,1224,1226,-1,1225,1227,1070,-1,1227,1228,1070,-1,1229,1070,1230,-1,1221,1070,1231,-1,1231,1070,1229,-1,1075,1230,1070,-1,1221,1231,1233,-1,1233,1231,1232,-1,1077,1233,1232,-1,1239,1269,1071,-1,1074,1075,1228,-1,1235,1072,1073,-1,1232,1076,1077,-1,1225,1226,1234,-1,1225,1234,1235,-1,1269,1239,1236,-1,1239,1226,1236,-1,1299,1226,1300,-1,1234,1226,1238,-1,1238,1226,1239,-1,1072,1235,1240,-1,1240,1235,1234,-1,1242,1241,957,-1,956,1073,1250,-1,1072,1250,1073,-1,1251,956,1250,-1,1251,1071,956,-1,956,1075,1252,-1,1074,1252,1075,-1,1253,956,1252,-1,956,1253,1073,-1,1078,1077,1076,-1,1075,956,1079,-1,1241,1254,957,-1,957,1254,986,-1,957,1244,1255,-1,1243,1255,1244,-1,1256,957,1255,-1,1256,1242,957,-1,1246,1245,1257,-1,1244,957,1258,-1,1259,957,956,-1,1269,1247,956,-1,1259,956,1260,-1,1247,1261,956,-1,1249,1248,1262,-1,1262,956,1261,-1,1273,1237,1263,-1,1270,1268,1266,-1,1254,1271,986,-1,986,1271,1263,-1,1272,1263,1271,-1,1278,1237,1273,-1,1274,1275,1242,-1,1241,1242,1275,-1,1243,1277,1276,-1,1277,1243,1244,-1,1268,1248,1249,-1,1280,1265,1264,-1,1280,1279,1265,-1,1248,1268,1270,-1,1279,1280,1246,-1,1245,1246,1280,-1,1263,1272,1273,-1,946,1129,1281,-1,1281,1129,1282,-1,1281,1283,946,-1,1282,1129,1141,-1,946,1283,1284,-1,1285,1286,1283,-1,1283,1286,1284,-1,992,946,1287,-1,1284,1287,946,-1,1288,992,1287,-1,1282,1141,1135,-1,1136,992,1288,-1,1286,1139,1138,-1,1286,1285,1139,-1,1137,966,1289,-1,966,1136,1289,-1,1291,1006,1002,-1,1223,1205,1003,-1,1189,999,1290,-1,999,1006,1290,-1,1290,1006,1291,-1,1002,1206,1292,-1,1002,1292,1291,-1,1165,1111,1166,-1,1109,1021,1294,-1,1294,1021,1293,-1,1278,1295,1237,-1,1275,1274,1295,-1,1274,1296,1295,-1,1276,1277,1297,-1,1277,1298,1297,-1,1226,1299,1266,-1,1300,1226,1237,-1,1298,1299,1297,-1,1297,1299,1300,-1,1297,1300,1296,-1,1296,1300,1295,-1,1295,1300,1237,-1,1264,1299,1298,-1,1268,1267,1266,-1,1265,1266,1299,-1,1265,1299,1264,-1,1226,1267,1236,-1,1267,1226,1266,-1,1259,1246,1257,-1,1259,1257,957,-1,1257,1258,957,-1,1304,1305,959,-1,959,1306,1207,-1,1305,1306,959,-1,959,1206,1002,-1,959,1207,1206,-1,1306,1208,1207,-1,1302,1306,1305,-1,1302,1305,1303,-1,1302,1303,1219,-1,1219,1303,1220,-1,1304,1301,1303,-1,1304,1303,1305,-1,1211,1301,1304,-1,1211,1304,1210,-1,1304,1307,1210,-1,1307,1213,1214,-1,1213,1307,1308,-1,1309,1304,959,-1,1309,1307,1304,-1,1308,1307,1309,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_8()
		{
			int[] value = {960,1212,1309,-1,1309,1212,1308,-1,1310,1215,1212,-1,960,1310,1212,-1,1033,1310,960,-1,1034,960,1311,-1,1311,1038,1037,-1,960,963,1313,-1,1312,1038,1313,-1,1313,963,1314,-1,1036,1312,1314,-1,1313,1314,1312,-1,1313,1038,1311,-1,1313,1311,960,-1,1036,1314,1040,-1,1040,1314,1041,-1,1316,1315,941,-1,1083,1315,1082,-1,1082,1315,1316,-1,1082,1316,1081,-1,1315,1083,1178,-1,1178,1318,1315,-1,1315,1318,941,-1,1317,941,1318,-1,1319,1084,941,-1,1317,1319,941,-1,1087,1319,1317,-1,1087,1317,1086,-1,1320,1099,943,-1,1089,1323,943,-1,1089,1327,1323,-1,1323,1320,943,-1,1327,1322,1323,-1,1324,1099,1320,-1,1324,1320,1095,-1,1095,1320,1321,-1,1321,1320,1325,-1,1325,1320,1326,-1,1326,1320,1322,-1,1095,1321,1096,-1,1093,1325,1094,-1,1094,1325,1326,-1,1091,1322,1092,-1,1092,1322,1327,-1,1164,1165,1162,-1,1164,1162,948,-1,1101,1116,1114,-1,1114,1116,944,-1,1143,973,1145,-1,972,973,1143,-1,1145,973,1154,-1,1154,1144,1145,-1,1081,1316,941,-1,1066,942,1065,-1,1066,1065,1068,-1,1262,1248,1260,-1,1262,1260,956,-1,1340,945,1329,-1,930,1336,929,-1,937,944,1339,-1,946,990,1334,-1,935,937,1333,-1,944,937,1007,-1,946,1334,1335,-1,1335,1329,946,-1,1337,929,1336,-1,1330,988,1328,-1,1338,987,929,-1,1337,1338,929,-1,990,988,1331,-1,1336,968,936,-1,936,935,1333,-1,1332,936,1333,-1,1334,990,1331,-1,1333,937,1339,-1,945,946,1329,-1,1340,1339,944,-1,1328,988,987,-1,987,1338,1328,-1,1331,988,1330,-1,936,1332,1336,-1,1346,1345,1383,-1,1385,1352,1351,-1,1358,1357,1341,-1,1360,1359,1342,-1,1363,1343,1373,-1,1383,1344,1363,-1,1344,1383,1345,-1,1367,1365,1350,-1,1384,1355,1347,-1,1349,1384,1347,-1,1383,1363,1373,-1,1364,1361,1348,-1,1350,1364,1348,-1,1348,1361,1355,-1,1348,1355,1384,-1,1352,1384,1354,-1,1354,1366,1352,-1,1341,1356,1393,-1,1350,1348,1386,-1,1368,1367,1350,-1,1365,1364,1350,-1,1372,1370,1371,-1,1374,1353,1375,-1,1382,1347,1355,-1,1377,1374,1375,-1,1378,1377,1379,-1,1379,1380,1378,-1,1379,1377,1375,-1,1375,1353,1381,-1,1342,1359,1372,-1,1353,1342,1372,-1,1372,1381,1353,-1,1362,1378,1380,-1,1380,1376,1362,-1,1343,1362,1376,-1,1376,1373,1343,-1,1452,1382,1369,-1,1388,1348,1384,-1,1384,1352,1385,-1,1388,1386,1348,-1,1382,1452,1394,-1,1390,1359,1360,-1,1392,1391,1360,-1,1391,1390,1360,-1,1393,1392,1360,-1,1394,1347,1382,-1,1349,1347,1395,-1,1347,1396,1395,-1,1347,1394,1396,-1,1349,1395,1397,-1,1398,1399,1349,-1,1349,1397,1398,-1,1394,1452,1389,-1,1384,1349,1399,-1,1399,1354,1384,-1,1400,1370,1372,-1,1372,1402,1400,-1,1360,1341,1393,-1,1402,1372,1359,-1,1401,1359,1390,-1,1401,1402,1359,-1,1404,1432,1403,-1,1341,1424,1405,-1,1403,1341,1405,-1,1406,1405,1424,-1,1366,1354,1407,-1,1366,1407,1408,-1,1409,1408,1407,-1,1389,1452,1410,-1,1389,1410,1400,-1,1352,1366,1412,-1,1412,1411,1352,-1,1366,1413,1412,-1,1351,1416,1414,-1,1351,1414,1415,-1,1417,1465,1418,-1,1465,1417,1385,-1,1351,1415,1419,-1,1351,1419,1385,-1,1420,1421,1415,-1,1415,1421,1419,-1,1357,1358,1422,-1,1430,1357,1422,-1,1423,1341,1425,-1,1341,1423,1424,-1,1425,1341,1357,-1,1357,1426,1425,-1,1426,1357,1427,-1,1428,1426,1427,-1,1357,1429,1427,-1,1357,1430,1429,-1,1424,1438,1411,-1,1416,1440,1430,-1,1426,1428,1439,-1,1356,1341,1431,-1,1432,1431,1403,-1,1424,1411,1406,-1,1433,1432,1404,-1,1366,1476,1413,-1,1433,1434,1413,-1,1434,1433,1404,-1,1426,1439,1435,-1,1436,1435,1439,-1,1352,1437,1436,-1,1411,1438,1352,-1,1438,1437,1352,-1,1440,1416,1351,-1,1436,1439,1352,-1,1441,1440,1351,-1,1352,1439,1442,-1,1351,1352,1442,-1,1351,1442,1441,-1,1451,1369,1371,-1,1443,1370,1444,-1,1443,1444,1445,-1,1370,1400,1446,-1,1446,1444,1370,-1,1400,1447,1446,-1,1448,1454,1449,-1,1449,1369,1450,-1,1369,1451,1450,-1,1453,1452,1369,-1,1371,1370,1455,-1,1371,1455,1456,-1,1457,1455,1370,-1,1443,1457,1370,-1,1456,1451,1371,-1,1400,1410,1447,-1,1448,1445,1454,-1,1443,1445,1448,-1,1430,1422,1458,-1,1459,1422,1358,-1,1430,1458,1416,-1,1459,1358,1460,-1,1459,1460,1461,-1,1417,1464,1387,-1,1459,1461,1462,-1,1358,1387,1463,-1,1463,1460,1358,-1,1387,1464,1463,-1,1385,1419,1465,-1,1462,1421,1420,-1,1417,1418,1464,-1,1462,1461,1421,-1,1466,1470,1354,-1,1393,1356,1467,-1,1466,1393,1467,-1,1409,1407,1468,-1,1469,1407,1354,-1,1354,1470,1469,-1,1466,1467,1471,-1,1470,1466,1471,-1,1356,1475,1472,-1,1472,1467,1356,-1,1474,1473,1472,-1,1409,1468,1473,-1,1409,1473,1474,-1,1449,1454,1453,-1,1449,1453,1369,-1,1474,1472,1475,-1,1475,1356,1431,-1,1476,1366,1408,-1,1433,1413,1476,-1,1403,1431,1341,-1,1487,1518,1486,-1,1492,1493,1477,-1,1494,1495,1478,-1,1479,1498,1501,-1,1346,1383,1481,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_9()
		{
			int[] value = {1365,1367,1482,-1,1499,1365,1482,-1,1490,1484,1483,-1,1498,1480,1501,-1,1496,1482,1490,-1,1484,1490,1517,-1,1517,1487,1489,-1,1500,1489,1487,-1,1491,1477,1526,-1,1482,1485,1519,-1,1482,1519,1490,-1,1482,1368,1485,-1,1367,1368,1482,-1,1503,1505,1504,-1,1479,1501,1506,-1,1488,1507,1508,-1,1482,1496,1499,-1,1483,1515,1490,-1,1507,1510,1508,-1,1510,1511,1512,-1,1513,1512,1511,-1,1510,1512,1508,-1,1488,1508,1514,-1,1494,1478,1505,-1,1478,1488,1505,-1,1514,1505,1488,-1,1511,1497,1513,-1,1509,1513,1497,-1,1497,1479,1509,-1,1506,1509,1479,-1,1515,1585,1502,-1,1480,1481,1383,-1,1480,1383,1516,-1,1480,1516,1501,-1,1487,1517,1518,-1,1490,1519,1521,-1,1517,1490,1521,-1,1585,1515,1527,-1,1494,1523,1495,-1,1524,1525,1495,-1,1523,1524,1495,-1,1525,1526,1495,-1,1483,1527,1515,-1,1483,1484,1528,-1,1529,1483,1528,-1,1527,1483,1529,-1,1528,1484,1530,-1,1532,1531,1484,-1,1530,1484,1531,-1,1585,1527,1522,-1,1484,1517,1532,-1,1489,1532,1517,-1,1503,1533,1505,-1,1535,1505,1533,-1,1477,1495,1526,-1,1505,1535,1494,-1,1494,1534,1523,-1,1535,1534,1494,-1,1565,1537,1536,-1,1557,1477,1538,-1,1477,1536,1538,-1,1538,1539,1557,-1,1489,1500,1540,-1,1540,1500,1541,-1,1541,1542,1540,-1,1585,1522,1543,-1,1543,1522,1533,-1,1500,1487,1545,-1,1544,1545,1487,-1,1546,1500,1545,-1,1549,1486,1547,-1,1547,1486,1548,-1,1598,1550,1551,-1,1550,1598,1518,-1,1548,1486,1552,-1,1552,1486,1518,-1,1554,1553,1548,-1,1554,1548,1552,-1,1493,1492,1555,-1,1492,1563,1555,-1,1477,1556,1558,-1,1556,1477,1557,-1,1477,1558,1492,-1,1559,1492,1558,-1,1492,1559,1560,-1,1559,1561,1560,-1,1562,1492,1560,-1,1563,1492,1562,-1,1571,1557,1544,-1,1573,1549,1563,-1,1561,1559,1572,-1,1477,1491,1564,-1,1564,1565,1536,-1,1544,1557,1539,-1,1565,1566,1537,-1,1609,1500,1546,-1,1567,1566,1546,-1,1566,1567,1537,-1,1572,1559,1568,-1,1568,1569,1572,-1,1570,1487,1569,-1,1571,1544,1487,-1,1570,1571,1487,-1,1549,1573,1486,-1,1572,1569,1487,-1,1573,1574,1486,-1,1572,1487,1575,-1,1487,1486,1575,-1,1575,1486,1574,-1,1502,1584,1504,-1,1503,1576,1577,-1,1577,1576,1578,-1,1533,1503,1579,-1,1577,1579,1503,-1,1580,1533,1579,-1,1587,1581,1582,-1,1502,1582,1583,-1,1584,1502,1583,-1,1585,1586,1502,-1,1503,1504,1588,-1,1588,1504,1589,-1,1588,1590,1503,-1,1590,1576,1503,-1,1584,1589,1504,-1,1543,1533,1580,-1,1578,1581,1587,-1,1578,1576,1581,-1,1555,1563,1591,-1,1555,1592,1493,-1,1591,1563,1549,-1,1493,1592,1593,-1,1593,1592,1594,-1,1597,1550,1520,-1,1594,1592,1595,-1,1520,1493,1596,-1,1593,1596,1493,-1,1597,1520,1596,-1,1552,1518,1598,-1,1554,1595,1553,-1,1551,1550,1597,-1,1594,1595,1554,-1,1603,1599,1489,-1,1491,1526,1600,-1,1526,1599,1600,-1,1540,1542,1601,-1,1540,1602,1489,-1,1603,1489,1602,-1,1600,1599,1604,-1,1599,1603,1604,-1,1608,1491,1605,-1,1600,1605,1491,-1,1606,1607,1605,-1,1601,1542,1606,-1,1606,1542,1607,-1,1587,1582,1586,-1,1586,1582,1502,-1,1605,1607,1608,-1,1491,1608,1564,-1,1500,1609,1541,-1,1546,1566,1609,-1,1564,1536,1477,-1,1611,1697,1610,-1,1636,1611,1610,-1,1630,1615,1616,-1,1625,1630,1616,-1,1619,1625,1616,-1,1622,1621,1618,-1,1636,1610,1623,-1,1650,1656,1614,-1,1613,1611,1636,-1,1656,1640,1614,-1,1631,1627,1628,-1,1620,1631,1628,-1,1620,1628,1617,-1,1615,1630,1632,-1,1630,1629,1632,-1,1651,1644,1629,-1,1629,1630,1625,-1,1633,1631,1620,-1,1634,1633,1620,-1,1620,1617,1618,-1,1618,1635,1620,-1,1635,1618,1621,-1,1626,1613,1641,-1,1638,1626,1641,-1,1624,1617,1628,-1,1636,1643,1637,-1,1641,1613,1636,-1,1629,1644,1642,-1,1632,1629,1642,-1,1614,1640,1639,-1,1614,1639,1812,-1,1626,1638,1640,-1,1640,1656,1626,-1,1619,1645,1625,-1,1647,1646,1634,-1,1634,1648,1647,-1,1649,1626,1656,-1,1645,1619,1646,-1,1646,1647,1645,-1,1634,1620,1652,-1,1652,1648,1634,-1,1611,1613,1653,-1,1649,1653,1613,-1,1620,1635,1652,-1,1651,1629,1625,-1,1653,1655,1611,-1,1613,1626,1649,-1,1702,1697,1657,-1,1623,1610,1662,-1,1610,1698,1663,-1,1663,1664,1610,-1,1652,1612,1665,-1,1666,1612,1652,-1,1668,1667,1624,-1,1671,1672,1673,-1,1617,1624,1674,-1,1624,1671,1674,-1,1676,1675,1677,-1,1678,1675,1676,-1,1682,1681,1683,-1,1684,1681,1682,-1,1681,1684,1685,-1,1688,1687,1686,-1,1690,1689,1691,-1,1698,1610,1692,-1,1693,1692,1610,-1,1695,1694,1610,-1,1697,1696,1610,-1,1699,1693,1694,-1,1693,1699,1700,-1,1695,1696,1701,-1,1703,1695,1701,-1,1697,1704,1657,-1,1686,1660,1705,-1,1707,1706,1611,-1,1706,1707,1659,-1,1659,1707,1658,-1,1708,1661,1709,-1,1710,1661,1708,-1,1712,1711,1660,-1,1705,1660,1711,-1,1655,1711,1611,-1,1697,1611,1704,-1,1611,1706,1704,-1,1611,1708,1709,-1,1709,1707,1611,-1,1712,1708,1611,-1,1698,1679,1714,-1,1698,1714,1663,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_10()
		{
			int[] value = {1716,1715,1683,-1,1713,1717,1718,-1,1715,1719,1720,-1,1719,1715,1716,-1,1713,1677,1675,-1,1683,1681,1716,-1,1713,1718,1677,-1,1659,1658,1721,-1,1686,1687,1660,-1,1661,1710,1690,-1,1690,1710,1689,-1,1679,1698,1722,-1,1701,1723,1703,-1,1700,1724,1725,-1,1700,1699,1724,-1,1726,1723,1701,-1,1702,1621,1727,-1,1728,1727,1621,-1,1668,1637,1729,-1,1668,1729,1730,-1,1669,1624,1731,-1,1731,1670,1669,-1,1624,1732,1731,-1,1667,1732,1624,-1,1671,1624,1733,-1,1733,1672,1671,-1,1624,1669,1734,-1,1624,1734,1733,-1,1673,1672,1738,-1,1668,1730,1667,-1,1736,1735,1737,-1,1736,1737,1669,-1,1669,1670,1736,-1,1739,1738,1740,-1,1739,1740,1623,-1,1741,1738,1739,-1,1741,1673,1738,-1,1665,1612,1654,-1,1654,1612,1742,-1,1743,1654,1742,-1,1636,1623,1643,-1,1623,1740,1643,-1,1744,1737,1643,-1,1643,1737,1735,-1,1643,1735,1637,-1,1637,1735,1729,-1,1740,1744,1643,-1,1745,1717,1713,-1,1717,1745,1623,-1,1623,1745,1739,-1,1617,1678,1685,-1,1617,1685,1684,-1,1678,1746,1675,-1,1617,1674,1746,-1,1617,1746,1678,-1,1680,1679,1618,-1,1684,1680,1618,-1,1684,1618,1617,-1,1662,1610,1747,-1,1747,1610,1664,-1,1747,1715,1720,-1,1720,1717,1662,-1,1720,1662,1747,-1,1662,1717,1623,-1,1664,1715,1747,-1,1749,1748,1618,-1,1748,1751,1618,-1,1752,1750,1618,-1,1722,1752,1679,-1,1679,1752,1618,-1,1725,1724,1750,-1,1726,1751,1748,-1,1726,1748,1723,-1,1750,1749,1618,-1,1724,1749,1750,-1,1696,1695,1610,-1,1694,1693,1610,-1,1751,1622,1618,-1,1728,1621,1622,-1,1621,1753,1754,-1,1755,1721,1658,-1,1721,1755,1754,-1,1755,1756,1754,-1,1689,1757,1691,-1,1654,1743,1655,-1,1655,1743,1711,-1,1754,1635,1621,-1,1754,1756,1635,-1,1635,1756,1691,-1,1691,1757,1635,-1,1688,1635,1757,-1,1688,1758,1652,-1,1688,1652,1635,-1,1652,1758,1666,-1,1686,1758,1688,-1,1711,1712,1611,-1,1759,1702,1657,-1,1759,1753,1621,-1,1621,1702,1759,-1,1627,1631,1760,-1,1627,1760,1761,-1,1762,1760,1631,-1,1631,1765,1762,-1,1631,1633,1766,-1,1631,1766,1767,-1,1767,1765,1631,-1,1628,1627,1768,-1,1628,1768,1769,-1,1770,1768,1627,-1,1627,1771,1770,-1,1771,1627,1761,-1,1628,1769,1632,-1,1616,1615,1772,-1,1773,1772,1615,-1,1615,1632,1774,-1,1774,1773,1615,-1,1632,1775,1774,-1,1632,1769,1775,-1,1616,1772,1776,-1,1778,1616,1776,-1,1616,1778,1619,-1,1777,1776,1772,-1,1777,1772,1761,-1,1771,1761,1772,-1,1783,1619,1779,-1,1619,1783,1646,-1,1634,1646,1781,-1,1633,1634,1781,-1,1781,1766,1633,-1,1646,1782,1781,-1,1783,1782,1646,-1,1765,1764,1763,-1,1765,1763,1762,-1,1779,1619,1780,-1,1619,1778,1780,-1,1765,1780,1778,-1,1765,1778,1764,-1,1868,1785,1784,-1,1785,1966,1784,-1,1788,1785,1826,-1,1790,1804,1791,-1,1804,1800,1791,-1,1800,1794,1791,-1,1796,1797,1793,-1,1784,1810,1798,-1,1810,1784,1966,-1,1614,1787,1821,-1,1787,1824,1821,-1,1956,1824,1787,-1,1789,1956,1787,-1,1614,1812,1787,-1,1801,1805,1802,-1,1805,1795,1802,-1,1802,1795,1792,-1,1804,1790,1806,-1,1803,1804,1806,-1,1644,1651,1803,-1,1804,1803,1800,-1,1805,1807,1795,-1,1807,1808,1795,-1,1792,1795,1793,-1,1809,1793,1795,-1,1793,1809,1796,-1,1967,1811,1810,-1,1789,1813,1955,-1,1792,1799,1802,-1,1966,1967,1810,-1,1644,1803,1815,-1,1803,1806,1815,-1,1789,1787,1812,-1,1789,1812,1813,-1,1816,1794,1800,-1,1817,1818,1808,-1,1819,1808,1818,-1,1614,1821,1650,-1,1794,1816,1817,-1,1818,1817,1816,-1,1795,1808,1822,-1,1819,1822,1808,-1,1788,1826,1823,-1,1823,1820,1788,-1,1957,1820,1827,-1,1809,1795,1822,-1,1803,1651,1800,-1,1956,1827,1824,-1,1868,1873,1828,-1,1784,1798,1833,-1,1869,1784,1834,-1,1835,1834,1784,-1,1786,1822,1836,-1,1786,1837,1822,-1,1838,1839,1799,-1,1843,1842,1844,-1,1799,1792,1845,-1,1842,1799,1845,-1,1846,1847,1848,-1,1846,1849,1847,-1,1852,1853,1854,-1,1852,1855,1853,-1,1855,1852,1856,-1,1858,1859,1857,-1,1860,1861,1862,-1,1784,1869,1863,-1,1863,1864,1784,-1,1865,1866,1784,-1,1867,1868,1784,-1,1864,1870,1865,-1,1870,1864,1871,-1,1867,1866,1872,-1,1866,1874,1872,-1,1875,1868,1828,-1,1831,1857,1876,-1,1877,1878,1785,-1,1878,1877,1830,-1,1878,1830,1829,-1,1832,1879,1880,-1,1832,1881,1879,-1,1882,1883,1831,-1,1831,1876,1882,-1,1882,1826,1785,-1,1785,1868,1875,-1,1877,1785,1875,-1,1879,1785,1880,-1,1878,1880,1785,-1,1879,1883,1785,-1,1850,1869,1885,-1,1885,1869,1834,-1,1886,1887,1854,-1,1888,1884,1889,-1,1890,1886,1891,-1,1886,1890,1887,-1,1848,1884,1846,-1,1852,1854,1887,-1,1889,1884,1848,-1,1829,1830,1892,-1,1858,1857,1831,-1,1881,1832,1861,-1,1881,1861,1860,-1,1869,1850,1893,-1,1894,1872,1874,-1,1895,1871,1896,-1,1870,1871,1895,-1,1894,1897,1872,-1,1796,1873,1898,-1,1898,1899,1796,-1,1810,1839,1900,-1,1900,1839,1901,-1,1799,1840,1902,-1,1841,1902,1840,-1,1903,1799,1902,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_11()
		{
			int[] value = {1903,1838,1799,-1,1799,1842,1904,-1,1843,1904,1842,-1,1840,1799,1905,-1,1905,1799,1904,-1,1843,1844,1909,-1,1901,1839,1838,-1,1906,1907,1908,-1,1908,1907,1840,-1,1841,1840,1907,-1,1909,1910,1911,-1,1911,1910,1798,-1,1909,1912,1910,-1,1844,1912,1909,-1,1786,1836,1825,-1,1786,1825,1913,-1,1825,1914,1913,-1,1911,1798,1810,-1,1908,1915,1810,-1,1908,1810,1906,-1,1906,1810,1900,-1,1915,1911,1810,-1,1888,1916,1884,-1,1916,1888,1798,-1,1916,1798,1910,-1,1849,1792,1856,-1,1856,1792,1855,-1,1792,1849,1846,-1,1845,1792,1917,-1,1792,1846,1917,-1,1850,1851,1793,-1,1851,1855,1793,-1,1793,1855,1792,-1,1784,1833,1918,-1,1784,1918,1835,-1,1886,1918,1891,-1,1888,1891,1833,-1,1833,1891,1918,-1,1888,1833,1798,-1,1886,1835,1918,-1,1919,1920,1793,-1,1922,1919,1793,-1,1921,1923,1793,-1,1923,1893,1850,-1,1923,1850,1793,-1,1895,1896,1921,-1,1922,1897,1919,-1,1919,1897,1894,-1,1920,1921,1793,-1,1920,1895,1921,-1,1866,1867,1784,-1,1864,1865,1784,-1,1797,1922,1793,-1,1796,1899,1797,-1,1924,1796,1925,-1,1892,1926,1829,-1,1926,1892,1925,-1,1927,1926,1925,-1,1928,1860,1862,-1,1914,1825,1826,-1,1914,1826,1882,-1,1809,1925,1796,-1,1927,1925,1809,-1,1927,1809,1862,-1,1928,1862,1809,-1,1809,1859,1928,-1,1929,1859,1822,-1,1822,1859,1809,-1,1929,1822,1837,-1,1929,1857,1859,-1,1883,1882,1785,-1,1873,1930,1828,-1,1924,1930,1796,-1,1873,1796,1930,-1,1805,1801,1931,-1,1931,1801,1932,-1,1931,1933,1805,-1,1936,1805,1933,-1,1807,1805,1937,-1,1937,1805,1938,-1,1936,1938,1805,-1,1801,1802,1939,-1,1939,1802,1940,-1,1939,1941,1801,-1,1942,1801,1941,-1,1801,1942,1932,-1,1940,1802,1806,-1,1790,1791,1943,-1,1943,1944,1790,-1,1806,1790,1945,-1,1944,1945,1790,-1,1946,1806,1945,-1,1940,1806,1946,-1,1943,1791,1947,-1,1791,1949,1947,-1,1949,1791,1794,-1,1947,1948,1943,-1,1943,1948,1932,-1,1932,1942,1943,-1,1794,1954,1950,-1,1954,1794,1817,-1,1817,1808,1952,-1,1808,1807,1952,-1,1937,1952,1807,-1,1953,1817,1952,-1,1953,1954,1817,-1,1935,1936,1934,-1,1934,1936,1933,-1,1794,1950,1951,-1,1949,1794,1951,-1,1951,1936,1949,-1,1949,1936,1935,-1,1789,1955,1964,-1,1965,1956,1789,-1,1789,1960,1965,-1,1962,1827,1956,-1,1785,1959,1966,-1,1785,1788,1959,-1,1955,1814,1963,-1,1963,1814,1961,-1,1964,1955,1963,-1,1814,1811,1961,-1,1968,1961,1811,-1,1811,1967,1968,-1,1964,1960,1789,-1,1788,1820,1958,-1,1958,1959,1788,-1,1962,1957,1827,-1,1957,1958,1820,-1,2012,1970,1971,-1,1976,1981,2049,-1,1976,1969,1979,-1,1989,2002,2001,-1,2041,2040,2005,-1,1993,1974,1975,-1,1976,1980,1981,-1,1986,1971,1970,-1,1990,1983,2002,-1,1990,2002,1989,-1,2002,1983,1995,-1,1995,1988,1985,-1,1978,1975,1984,-1,1979,1980,1976,-1,1983,1987,1995,-1,1995,1987,1988,-1,1977,1985,1970,-1,2022,2021,1984,-1,2049,1981,2056,-1,1997,1996,1972,-1,2000,1978,1979,-1,1975,1978,2000,-1,1996,1985,1972,-1,1985,1996,1995,-1,1997,1972,1973,-1,1974,1992,1991,-1,1975,2000,1993,-1,1994,1976,1999,-1,1992,1974,1993,-1,1999,1976,2049,-1,1979,1969,2000,-1,1994,1969,1976,-1,2010,2011,1975,-1,2011,2003,1975,-1,1970,2012,2004,-1,2006,2041,2005,-1,2006,1974,1991,-1,2006,2013,1974,-1,2013,2014,1974,-1,2014,1975,1974,-1,2014,2010,1975,-1,2015,1972,1985,-1,1985,1977,2007,-1,2007,2015,1985,-1,2017,1973,1972,-1,1972,2016,2017,-1,1972,2015,2016,-1,2012,1971,2008,-1,1977,1970,2004,-1,2007,1977,2004,-1,1991,2041,2006,-1,2040,2009,2005,-1,2003,1984,1975,-1,1986,2018,2020,-1,1971,1986,2020,-1,2018,1986,1982,-1,1971,2020,2025,-1,2021,1982,1984,-1,2018,1982,2021,-1,2024,2023,2030,-1,2024,2030,2027,-1,2031,1971,2025,-1,2032,2028,2008,-1,2008,1971,2032,-1,1971,2031,2032,-1,2008,2028,2033,-1,2033,2003,2008,-1,2029,2019,2024,-1,2029,2024,2027,-1,2035,2017,2009,-1,1973,2017,2035,-1,1973,2035,2038,-1,2036,2041,1991,-1,2039,2036,1991,-1,2009,2040,2037,-1,1991,1998,2034,-1,2034,2039,1991,-1,2034,1998,1973,-1,1973,2038,2034,-1,2009,2037,2035,-1,2029,2031,2025,-1,2029,2025,2019,-1,1984,2023,2022,-1,1984,2030,2023,-1,2003,2030,1984,-1,2003,2026,2030,-1,2003,2033,2026,-1,2043,2085,2044,-1,2056,2050,2049,-1,2042,2050,2054,-1,2075,1989,2001,-1,2052,2075,2069,-1,2113,2114,2078,-1,2047,2067,2048,-1,2055,2050,2056,-1,2073,2049,2050,-1,2044,2061,2043,-1,2058,2064,2075,-1,2075,2064,1989,-1,2063,2075,2052,-1,2052,2069,2070,-1,2117,2052,2070,-1,2048,2053,2059,-1,2055,2054,2050,-1,2062,2058,2075,-1,2062,2075,2063,-1,2060,2051,2043,-1,2094,2095,2059,-1,2053,2074,2054,-1,2053,2048,2074,-1,2117,2070,2045,-1,2045,2070,2071,-1,2045,2071,2046,-1,2066,2047,2065,-1,2074,2048,2067,-1,2047,2066,2067,-1,2049,2073,1999,-1,2050,2068,2073,-1,2042,2054,2074,-1,2042,2068,2050,-1,2084,2083,2048,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_12()
		{
			int[] value = {2076,2084,2048,-1,2085,2043,2077,-1,2114,2079,2078,-1,2047,2079,2065,-1,2086,2079,2047,-1,2087,2086,2047,-1,2048,2087,2047,-1,2083,2087,2048,-1,2045,2088,2117,-1,2051,2117,2080,-1,2088,2080,2117,-1,2046,2090,2045,-1,2089,2045,2090,-1,2088,2045,2089,-1,2044,2085,2081,-1,2043,2051,2077,-1,2051,2080,2077,-1,2114,2065,2079,-1,2082,2113,2078,-1,2059,2076,2048,-1,2091,2061,2093,-1,2061,2044,2093,-1,2061,2091,2057,-1,2093,2044,2098,-1,2057,2094,2059,-1,2057,2091,2094,-1,2096,2097,2103,-1,2103,2097,2100,-1,2044,2104,2098,-1,2101,2105,2081,-1,2044,2081,2105,-1,2104,2044,2105,-1,2101,2081,2106,-1,2076,2106,2081,-1,2092,2102,2097,-1,2097,2102,2100,-1,2090,2108,2082,-1,2090,2046,2108,-1,2108,2046,2111,-1,2114,2109,2065,-1,2109,2112,2065,-1,2113,2082,2110,-1,2072,2065,2107,-1,2112,2107,2065,-1,2072,2107,2046,-1,2111,2046,2107,-1,2110,2082,2108,-1,2104,2102,2098,-1,2098,2102,2092,-1,2096,2059,2095,-1,2103,2059,2096,-1,2103,2076,2059,-1,2099,2076,2103,-1,2106,2076,2099,-1,2052,2117,2119,-1,2116,2115,2121,-1,2122,2116,2120,-1,2120,2116,2121,-1,2060,2116,2122,-1,2122,2051,2060,-1,2122,2123,2051,-1,2051,2123,2124,-1,2124,2117,2051,-1,2115,2063,2118,-1,2118,2121,2115,-1,2063,2125,2118,-1,2126,2125,2063,-1,2063,2052,2126,-1,2052,2119,2126,-1,2128,2127,2129,-1,2175,2130,2131,-1,2136,2129,2127,-1,2127,2132,2136,-1,2128,2129,2133,-1,2133,2134,2128,-1,2135,2131,2130,-1,2135,2130,2134,-1,2134,2133,2135,-1,2131,2135,2132,-1,2136,2132,2135,-1,2142,2141,2143,-1,2140,2177,2181,-1,2188,2377,2186,-1,2145,2172,2144,-1,2155,2175,2154,-1,2158,2131,2132,-1,2159,2140,2138,-1,2132,2160,2193,-1,2166,2137,2161,-1,2181,2139,2140,-1,2139,2138,2140,-1,2157,2192,2173,-1,2140,2141,2142,-1,2143,2141,2185,-1,2143,2185,2378,-1,2378,2186,2377,-1,2378,2183,2143,-1,2183,2142,2143,-1,2142,2183,2177,-1,2140,2142,2177,-1,2178,2149,2146,-1,2147,2178,2163,-1,2147,2164,2167,-1,2178,2147,2148,-1,2148,2149,2178,-1,2145,2149,2172,-1,2172,2149,2152,-1,2145,2144,2168,-1,2165,2172,2150,-1,2150,2172,2171,-1,2165,2150,2166,-1,2172,2151,2171,-1,2149,2148,2152,-1,2152,2173,2172,-1,2172,2173,2151,-1,2156,2175,2155,-1,2154,2176,2155,-1,2176,2154,2157,-1,2154,2175,2158,-1,2157,2154,2158,-1,2157,2158,2162,-1,2158,2175,2131,-1,2151,2173,2189,-1,2147,2163,2164,-1,2149,2145,2146,-1,2182,2146,2145,-1,2172,2165,2144,-1,2181,2161,2139,-1,2145,2168,2182,-1,2174,2187,2159,-1,2157,2162,2192,-1,2159,2187,2196,-1,2140,2196,2184,-1,2151,2189,2190,-1,2151,2190,2153,-1,2158,2132,2193,-1,2158,2193,2191,-1,2158,2191,2162,-1,2187,2195,2196,-1,2140,2184,2141,-1,2141,2184,2185,-1,2378,2185,2186,-1,2192,2189,2173,-1,2159,2196,2140,-1,2137,2198,2161,-1,2199,2166,2200,-1,2201,2150,2202,-1,2200,2150,2201,-1,2166,2150,2200,-1,2170,2204,2205,-1,2206,2150,2207,-1,2209,2208,2203,-1,2208,2206,2203,-1,2210,2205,2139,-1,2202,2206,2208,-1,2202,2150,2206,-1,2215,2211,2171,-1,2252,2171,2211,-1,2213,2212,2214,-1,2170,2205,2210,-1,2215,2214,2212,-1,2216,2212,2213,-1,2217,2216,2138,-1,2139,2217,2138,-1,2218,2217,2139,-1,2205,2218,2139,-1,2215,2219,2214,-1,2215,2171,2219,-1,2169,2227,2138,-1,2220,2171,2221,-1,2219,2171,2220,-1,2222,2169,2138,-1,2223,2222,2138,-1,2138,2213,2223,-1,2216,2213,2138,-1,2224,2151,2225,-1,2227,2151,2224,-1,2171,2151,2227,-1,2221,2227,2169,-1,2171,2227,2221,-1,2229,2228,2159,-1,2230,2229,2159,-1,2138,2230,2159,-1,2231,2230,2138,-1,2227,2231,2138,-1,2151,2153,2233,-1,2232,2233,2153,-1,2232,2159,2234,-1,2235,2234,2159,-1,2235,2159,2236,-1,2228,2236,2159,-1,2237,2236,2228,-1,2226,2238,2228,-1,2239,2228,2238,-1,2159,2232,2174,-1,2243,2174,2232,-1,2244,2242,2241,-1,2246,2196,2195,-1,2153,2190,2247,-1,2244,2247,2190,-1,2240,2248,2246,-1,2245,2246,2248,-1,2244,2241,2247,-1,2241,2242,2249,-1,2196,2249,2242,-1,2250,2249,2196,-1,2251,2250,2196,-1,2246,2251,2196,-1,2245,2251,2246,-1,2199,2137,2166,-1,2252,2205,2204,-1,2253,2238,2225,-1,2225,2238,2226,-1,2237,2228,2239,-1,2151,2254,2225,-1,2151,2233,2254,-1,2225,2254,2253,-1,2255,2248,2240,-1,2153,2247,2256,-1,2255,2256,2248,-1,2153,2256,2255,-1,2257,2208,2209,-1,2210,2139,2258,-1,2209,2258,2139,-1,2209,2139,2161,-1,2209,2161,2257,-1,2257,2161,2198,-1,2150,2171,2252,-1,2150,2204,2207,-1,2252,2204,2150,-1,2153,2255,2259,-1,2259,2243,2232,-1,2259,2232,2153,-1,2265,2264,2266,-1,2264,2263,2302,-1,2384,2309,2307,-1,2273,2268,2267,-1,2269,2303,2272,-1,2275,2297,2273,-1,2278,2275,2276,-1,2175,2279,2295,-1,2160,2132,2127,-1,2260,2286,2283,-1,2262,2302,2263,-1,2261,2262,2263,-1,2261,2263,2282,-1,2312,2280,2293,-1,2263,2264,2265,-1,2265,2266,2306,-1,2306,2266,2386,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_13()
		{
			int[] value = {2307,2386,2384,-1,2304,2386,2266,-1,2264,2304,2266,-1,2389,2309,2384,-1,2272,2299,2269,-1,2299,2270,2285,-1,2164,2270,2167,-1,2270,2299,2271,-1,2272,2271,2299,-1,2272,2268,2273,-1,2267,2268,2288,-1,2273,2287,2274,-1,2273,2274,2275,-1,2274,2287,2286,-1,2291,2276,2275,-1,2292,2291,2275,-1,2273,2277,2272,-1,2271,2272,2277,-1,2293,2277,2273,-1,2293,2273,2297,-1,2297,2275,2278,-1,2175,2156,2279,-1,2296,2295,2279,-1,2295,2296,2280,-1,2175,2295,2130,-1,2134,2130,2295,-1,2134,2295,2281,-1,2295,2280,2281,-1,2281,2280,2284,-1,2134,2281,2128,-1,2281,2284,2128,-1,2285,2270,2164,-1,2304,2264,2298,-1,2268,2272,2303,-1,2287,2273,2267,-1,2264,2302,2298,-1,2283,2302,2262,-1,2288,2268,2303,-1,2308,2294,2282,-1,2284,2280,2312,-1,2308,2282,2315,-1,2315,2263,2305,-1,2305,2263,2265,-1,2297,2278,2310,-1,2127,2128,2311,-1,2311,2128,2284,-1,2314,2308,2315,-1,2305,2265,2306,-1,2306,2386,2307,-1,2297,2312,2293,-1,2315,2282,2263,-1,2316,2260,2283,-1,2286,2317,2318,-1,2274,2319,2320,-1,2274,2318,2319,-1,2274,2286,2318,-1,2322,2290,2323,-1,2274,2324,2325,-1,2326,2327,2321,-1,2324,2326,2321,-1,2323,2328,2262,-1,2324,2320,2326,-1,2274,2320,2324,-1,2291,2292,2329,-1,2329,2333,2291,-1,2331,2330,2332,-1,2323,2290,2328,-1,2332,2333,2331,-1,2331,2334,2330,-1,2334,2335,2261,-1,2335,2262,2261,-1,2335,2336,2262,-1,2336,2323,2262,-1,2337,2333,2332,-1,2291,2333,2337,-1,2345,2289,2261,-1,2291,2338,2339,-1,2291,2337,2338,-1,2289,2340,2261,-1,2340,2341,2261,-1,2330,2261,2341,-1,2330,2334,2261,-1,2276,2342,2343,-1,2276,2345,2342,-1,2276,2291,2345,-1,2345,2339,2289,-1,2345,2291,2339,-1,2347,2346,2282,-1,2346,2348,2282,-1,2348,2261,2282,-1,2348,2349,2261,-1,2349,2345,2261,-1,2278,2276,2351,-1,2351,2350,2278,-1,2282,2350,2352,-1,2352,2353,2282,-1,2282,2353,2354,-1,2354,2347,2282,-1,2354,2355,2347,-1,2356,2344,2347,-1,2347,2357,2356,-1,2350,2282,2294,-1,2294,2361,2350,-1,2360,2310,2359,-1,2315,2363,2314,-1,2310,2278,2364,-1,2365,2358,2363,-1,2363,2362,2365,-1,2359,2310,2364,-1,2360,2359,2366,-1,2366,2315,2360,-1,2366,2367,2315,-1,2367,2368,2315,-1,2368,2363,2315,-1,2368,2362,2363,-1,2260,2317,2286,-1,2323,2292,2322,-1,2329,2292,2369,-1,2369,2292,2323,-1,2356,2370,2343,-1,2356,2343,2344,-1,2347,2355,2357,-1,2371,2276,2343,-1,2351,2276,2371,-1,2371,2343,2370,-1,2365,2372,2358,-1,2364,2278,2373,-1,2373,2372,2365,-1,2373,2278,2372,-1,2326,2374,2327,-1,2262,2328,2375,-1,2375,2327,2262,-1,2262,2327,2283,-1,2283,2327,2374,-1,2283,2374,2316,-1,2275,2274,2292,-1,2322,2274,2325,-1,2322,2292,2274,-1,2372,2278,2376,-1,2361,2376,2350,-1,2350,2376,2278,-1,2194,2383,2188,-1,2197,2379,2194,-1,2379,2197,2313,-1,2194,2379,2383,-1,2380,2180,2179,-1,2179,2183,2381,-1,2183,2378,2381,-1,2179,2381,2380,-1,2180,2380,2382,-1,2385,2382,2380,-1,2377,2188,2383,-1,2379,2313,2389,-1,2301,2382,2385,-1,2389,2313,2309,-1,2387,2301,2385,-1,2301,2387,2300,-1,2304,2300,2388,-1,2386,2304,2388,-1,2300,2387,2388,-1,2391,2390,2392,-1,2393,2390,2391,-1,2393,2394,2390,-1,2395,2394,2393,-1,2395,2396,2394,-1,2397,2396,2395,-1,2393,2391,2378,-1,2395,2393,2377,-1,2393,2378,2377,-1,2391,2392,2380,-1,2397,2395,2377,-1,2397,2383,2379,-1,2378,2391,2381,-1,2381,2391,2380,-1,2380,2392,2385,-1,2383,2397,2377,-1,2390,2394,2386,-1,2392,2390,2386,-1,2397,2379,2389,-1,2394,2396,2384,-1,2394,2384,2386,-1,2396,2397,2389,-1,2396,2389,2384,-1,2385,2392,2387,-1,2392,2386,2388,-1,2392,2388,2387,-1,2414,2413,2404,-1,2403,2417,2405,-1,2423,2421,2411,-1,2415,2401,2402,-1,2465,2404,2413,-1,2404,2399,2412,-1,2414,2404,2412,-1,2399,2404,2401,-1,2399,2401,2400,-1,2400,2401,2415,-1,2400,2415,2416,-1,2415,2402,2405,-1,2416,2415,2405,-1,2403,2405,2402,-1,2478,2406,2417,-1,2403,2478,2417,-1,2407,2408,2436,-1,2436,2408,2419,-1,2419,2409,2410,-1,2410,2420,2419,-1,2419,2420,2436,-1,2411,2421,2422,-1,2454,2455,2465,-1,2422,2466,2471,-1,2447,2439,2461,-1,2423,2439,2446,-1,2464,2423,2411,-1,2423,2407,2421,-1,2421,2427,2422,-1,2403,2425,2478,-1,2465,2455,2426,-1,2401,2431,2432,-1,2402,2401,2433,-1,2424,2433,2401,-1,2402,2433,2425,-1,2402,2425,2403,-1,2404,2431,2401,-1,2455,2456,2426,-1,2435,2436,2420,-1,2438,2437,2421,-1,2421,2437,2427,-1,2427,2428,2451,-1,2420,2429,2435,-1,2410,2430,2420,-1,2429,2420,2430,-1,2478,2425,2498,-1,2424,2401,2432,-1,2431,2404,2426,-1,2404,2465,2426,-1,2407,2436,2421,-1,2438,2421,2436,-1,2440,2418,2445,-1,2407,2445,2418,-1,2423,2446,2407,-1,2445,2407,2446,-1,2414,2447,2461,-1,2398,2442,2412,-1,2447,2414,2444,-1,2443,2444,2414,-1,2412,2443,2414,-1,2442,2443,2412,-1,2398,2441,2442,-1,2418,2440,2398,-1,2441,2398,2440,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_14()
		{
			int[] value = {2466,2422,2449,-1,2427,2451,2422,-1,2450,2422,2451,-1,2449,2422,2450,-1,2451,2428,2452,-1,2426,2453,2434,-1,2456,2453,2426,-1,2428,2434,2452,-1,2453,2452,2434,-1,2448,2454,2466,-1,2459,2460,2413,-1,2439,2423,2458,-1,2464,2411,2457,-1,2463,2423,2464,-1,2458,2423,2463,-1,2462,2459,2413,-1,2414,2462,2413,-1,2461,2462,2414,-1,2458,2461,2439,-1,2457,2411,2467,-1,2422,2471,2411,-1,2470,2411,2471,-1,2467,2411,2470,-1,2465,2472,2454,-1,2472,2466,2454,-1,2413,2469,2465,-1,2468,2469,2413,-1,2413,2460,2468,-1,2460,2467,2468,-1,2460,2457,2467,-1,2466,2449,2448,-1,2485,2486,2479,-1,2489,2478,2480,-1,2493,2495,2483,-1,2476,2487,2477,-1,2479,2538,2485,-1,2474,2479,2484,-1,2479,2486,2484,-1,2479,2474,2476,-1,2476,2474,2475,-1,2476,2475,2487,-1,2487,2475,2488,-1,2477,2487,2480,-1,2487,2488,2480,-1,2480,2478,2477,-1,2406,2478,2489,-1,2482,2481,2509,-1,2482,2509,2491,-1,2409,2491,2410,-1,2492,2410,2491,-1,2492,2491,2509,-1,2493,2483,2494,-1,2528,2527,2538,-1,2539,2494,2544,-1,2512,2520,2534,-1,2512,2495,2519,-1,2495,2537,2483,-1,2481,2495,2493,-1,2500,2493,2494,-1,2528,2538,2499,-1,2504,2476,2505,-1,2476,2477,2506,-1,2506,2496,2476,-1,2506,2477,2497,-1,2497,2477,2478,-1,2497,2478,2498,-1,2504,2479,2476,-1,2529,2528,2499,-1,2509,2508,2492,-1,2510,2511,2493,-1,2510,2493,2500,-1,2501,2500,2524,-1,2502,2492,2508,-1,2503,2410,2492,-1,2492,2502,2503,-1,2476,2496,2505,-1,2479,2504,2499,-1,2538,2479,2499,-1,2509,2481,2493,-1,2493,2511,2509,-1,2490,2513,2518,-1,2518,2481,2490,-1,2519,2495,2481,-1,2481,2518,2519,-1,2520,2486,2534,-1,2515,2473,2484,-1,2486,2520,2517,-1,2517,2516,2486,-1,2516,2484,2486,-1,2516,2515,2484,-1,2514,2473,2515,-1,2513,2490,2473,-1,2473,2514,2513,-1,2494,2539,2522,-1,2524,2500,2494,-1,2494,2523,2524,-1,2494,2522,2523,-1,2501,2524,2525,-1,2526,2499,2507,-1,2526,2529,2499,-1,2507,2501,2525,-1,2525,2526,2507,-1,2527,2521,2539,-1,2533,2532,2485,-1,2495,2512,2531,-1,2483,2537,2530,-1,2495,2536,2537,-1,2495,2531,2536,-1,2532,2535,2485,-1,2535,2486,2485,-1,2535,2534,2486,-1,2534,2531,2512,-1,2483,2530,2540,-1,2544,2494,2483,-1,2483,2543,2544,-1,2483,2540,2543,-1,2545,2538,2527,-1,2539,2545,2527,-1,2542,2485,2538,-1,2542,2541,2485,-1,2533,2485,2541,-1,2540,2533,2541,-1,2530,2533,2540,-1,2522,2539,2521,-1,2554,2552,2549,-1,2550,2554,2549,-1,2551,2550,2549,-1,2549,2547,2551,-1,2553,2552,2554,-1,2555,2556,2557,-1,2555,2558,2556,-1,2548,2549,2552,-1,2555,2560,2559,-1,2559,2558,2555,-1,2555,2557,2561,-1,2562,2555,2561,-1,2560,2555,2563,-1,2563,2555,2562,-1,2546,2564,2560,-1,2559,2565,2548,-1,2559,2560,2566,-1,2559,2566,2565,-1,2560,2567,2566,-1,2564,2567,2560,-1,2546,2549,2568,-1,2549,2548,2569,-1,2569,2568,2549,-1,2548,2570,2569,-1,2548,2565,2571,-1,2548,2571,2570,-1,2546,2568,2564,-1,2576,2575,2574,-1,2578,2577,2579,-1,2579,2580,2578,-1,2579,2581,2580,-1,2579,2582,2581,-1,2579,2583,2582,-1,2585,2584,2576,-1,2584,2586,2576,-1,2586,2575,2576,-1,2573,2574,2572,-1,2575,2572,2574,-1,2587,2576,2574,-1,2572,2588,2594,-1,2583,2589,2572,-1,2573,2591,2579,-1,2592,2579,2590,-1,2579,2592,2583,-1,2579,2591,2590,-1,2592,2589,2583,-1,2573,2593,2591,-1,2572,2594,2573,-1,2573,2594,2593,-1,2595,2588,2572,-1,2572,2589,2595,-1,2597,2598,2596,-1,2599,2598,2597,-1,2600,2599,2597,-1,2608,2596,2598,-1,2605,2606,2604,-1,2605,2601,2606,-1,2601,2607,2606,-1,2601,2603,2607,-1,2601,2605,2602,-1,2596,2608,2619,-1,2597,2609,2610,-1,2610,2611,2597,-1,2611,2600,2597,-1,2612,2602,2614,-1,2601,2602,2612,-1,2601,2612,2613,-1,2615,2596,2616,-1,2615,2616,2602,-1,2613,2618,2608,-1,2602,2617,2614,-1,2602,2616,2617,-1,2613,2612,2618,-1,2619,2616,2596,-1,2608,2620,2619,-1,2608,2618,2621,-1,2608,2621,2620,-1,2625,2624,2623,-1,2623,2626,2625,-1,2626,2623,2627,-1,2628,2626,2627,-1,2639,2636,2631,-1,2641,2629,2622,-1,2633,2629,2641,-1,2630,2632,2634,-1,2634,2635,2630,-1,2631,2630,2635,-1,2636,2630,2631,-1,2637,2632,2630,-1,2630,2638,2637,-1,2630,2636,2638,-1,2639,2646,2647,-1,2639,2647,2645,-1,2646,2639,2631,-1,2633,2648,2631,-1,2633,2641,2649,-1,2649,2648,2633,-1,2647,2644,2645,-1,2646,2631,2648,-1,2642,2622,2627,-1,2642,2627,2643,-1,2643,2627,2623,-1,2643,2623,2645,-1,2643,2645,2644,-1,2640,2622,2642,-1,2640,2641,2622,-1,2652,2653,2651,-1,2654,2651,2653,-1,2651,2654,2655,-1,2654,2656,2655,-1,2664,2667,2659,-1,2657,2669,2650,-1,2657,2661,2669,-1,2660,2658,2662,-1,2663,2662,2658,-1,2658,2659,2663,-1,2658,2664,2659,-1,2660,2665,2658,-1,2666,2658,2665,-1,2664,2658,2666,-1,2674,2667,2675,-1,2675,2667,2673,-1,2667,2674,2659,-1,2676,2661,2659,-1,2669,2661,2677,-1,2676,2677,2661,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_coordIndex_15()
		{
			int[] value = {2672,2675,2673,-1,2659,2674,2676,-1,2650,2670,2655,-1,2655,2670,2671,-1,2655,2671,2651,-1,2651,2671,2673,-1,2673,2671,2672,-1,2650,2668,2670,-1,2669,2668,2650,-1,2680,2679,2678,-1,2680,2681,2679,-1,2681,2682,2679,-1,2678,2690,2680,-1,2688,2687,2686,-1,2683,2687,2688,-1,2689,2683,2688,-1,2685,2683,2689,-1,2687,2683,2684,-1,2690,2678,2701,-1,2691,2679,2692,-1,2693,2692,2679,-1,2682,2693,2679,-1,2684,2694,2696,-1,2684,2683,2694,-1,2694,2683,2695,-1,2678,2697,2698,-1,2698,2697,2684,-1,2700,2695,2690,-1,2699,2684,2696,-1,2698,2684,2699,-1,2694,2695,2700,-1,2698,2701,2678,-1,2702,2690,2701,-1,2700,2690,2703,-1,2703,2690,2702,-1,2707,2708,2706,-1,2709,2710,2711,-1,2712,2711,2710,-1,2713,2711,2712,-1,2714,2711,2713,-1,2715,2711,2714,-1,2716,2717,2708,-1,2718,2716,2708,-1,2707,2718,2708,-1,2706,2705,2704,-1,2704,2707,2706,-1,2708,2719,2706,-1,2720,2704,2726,-1,2721,2715,2704,-1,2723,2705,2711,-1,2711,2724,2722,-1,2724,2711,2715,-1,2723,2711,2722,-1,2721,2724,2715,-1,2725,2705,2723,-1,2726,2704,2705,-1,2726,2705,2725,-1,2720,2727,2704,-1,2721,2704,2727,-1,2734,2736,2731,-1,2736,2732,2731,-1,2732,2733,2731,-1,2729,2731,2733,-1,2734,2735,2736,-1,2738,2737,2739,-1,2740,2737,2738,-1,2731,2730,2734,-1,2742,2737,2741,-1,2740,2741,2737,-1,2739,2737,2743,-1,2737,2744,2743,-1,2737,2742,2745,-1,2737,2745,2744,-1,2746,2728,2742,-1,2747,2741,2730,-1,2742,2741,2748,-1,2748,2741,2747,-1,2749,2742,2748,-1,2749,2746,2742,-1,2731,2728,2750,-1,2730,2731,2751,-1,2750,2751,2731,-1,2752,2730,2751,-1,2747,2730,2753,-1,2753,2730,2752,-1,2750,2728,2746,-1,2771,2764,2754,-1,2772,2754,2755,-1,2775,2770,2772,-1,2774,2775,2772,-1,2772,2773,2774,-1,2770,2754,2772,-1,2771,2754,2769,-1,2769,2754,2770,-1,2766,2763,2767,-1,2772,2755,2759,-1,2761,2757,2763,-1,2763,2757,2762,-1,2755,2754,2764,-1,2764,2765,2755,-1,2765,2758,2755,-1,2761,2763,2766,-1,2766,2767,2768,-1,2759,2755,2781,-1,2759,2781,2776,-1,2782,2757,2761,-1,2782,2780,2760,-1,2760,2757,2782,-1,2778,2761,2756,-1,2778,2783,2761,-1,2783,2782,2761,-1,2758,2760,2779,-1,2779,2777,2758,-1,2756,2759,2776,-1,2776,2778,2756,-1,2784,2755,2758,-1,2784,2781,2755,-1,2784,2758,2777,-1,2779,2760,2780,-1,2795,2802,2785,-1,2785,2803,2786,-1,2801,2806,2803,-1,2806,2805,2803,-1,2804,2803,2805,-1,2785,2801,2803,-1,2785,2802,2800,-1,2785,2800,2801,-1,2794,2797,2798,-1,2786,2803,2790,-1,2788,2792,2794,-1,2788,2794,2793,-1,2785,2786,2795,-1,2796,2795,2786,-1,2789,2796,2786,-1,2794,2792,2797,-1,2798,2797,2799,-1,2786,2790,2812,-1,2812,2790,2807,-1,2788,2813,2792,-1,2811,2813,2791,-1,2788,2791,2813,-1,2792,2809,2787,-1,2814,2809,2792,-1,2813,2814,2792,-1,2791,2789,2810,-1,2808,2810,2789,-1,2790,2787,2807,-1,2809,2807,2787,-1,2786,2815,2789,-1,2812,2815,2786,-1,2789,2815,2808,-1,2791,2810,2811,-1,2816,2818,2819,-1,2818,2817,2819,-1,2830,2825,2826,-1,2825,2830,2820,-1,2834,2833,2827,-1,2829,2827,2820,-1,2830,2829,2820,-1,2832,2824,2833,-1,2827,2833,2824,-1,2823,2827,2824,-1,2820,2822,2828,-1,2822,2827,2823,-1,2831,2826,2825,-1,2820,2828,2821,-1,2821,2825,2820,-1,2820,2827,2822,-1,2839,2845,2840,-1,2840,2845,2846,-1,2838,2837,2842,-1,2839,2838,2842,-1,2838,2839,2840,-1,2840,2846,2836,-1,2836,2841,2840,-1,2837,2835,2842,-1,2842,2835,2844,-1,2843,2842,2844,-1,2858,2849,2855,-1,2856,2855,2849,-1,2855,2854,2858,-1,2857,2853,2856,-1,2856,2847,2857,-1,2849,2848,2856,-1,2856,2848,2847,-1,2849,2858,2852,-1,2850,2857,2847,-1,2851,2852,2858,-1,2866,2862,2865,-1,2860,2863,2864,-1,2864,2861,2860,-1,2860,2861,2866,-1,2859,2862,2866,-1,2859,2866,2861,-1};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_72_texCoordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,13,14,-1,15,16,17,-1,18,19,20,-1,21,22,23,-1,24,25,26,-1,27,28,29,-1,30,31,32,-1,33,34,35,-1,36,37,38,-1,39,40,41,-1,42,43,44,-1,45,46,47,-1,48,49,50,-1,51,52,53,-1,54,55,56,-1,57,58,59,-1,60,61,62,-1,63,64,65,-1,66,67,68,-1,69,70,71,-1,72,73,74,-1,75,76,77,-1,78,79,80,-1,81,82,83,-1,84,85,86,-1,87,88,89,-1,90,91,92,-1,93,94,95,-1,96,97,98,-1,99,100,101,-1,102,103,104,-1,105,106,107,-1,108,109,110,-1,111,112,113,-1,114,115,116,-1,117,118,119,-1,120,121,122,-1,123,124,125,-1,126,127,128,-1,129,130,131,-1,132,133,134,-1,135,136,137,-1,138,139,140,-1,141,142,143,-1,144,145,146,-1,147,148,149,-1,150,151,152,-1,153,154,155,-1,156,157,158,-1,159,160,161,-1,162,163,164,-1,165,166,167,-1,168,169,170,-1,171,172,173,-1,174,175,176,-1,177,178,179,-1,180,181,182,-1,183,184,185,-1,186,187,188,-1,189,190,191,-1,192,193,194,-1,195,196,197,-1,198,199,200,-1,201,202,203,-1,204,205,206,-1,207,208,209,-1,210,211,212,-1,213,214,215,-1,216,217,218,-1,219,220,221,-1,222,223,224,-1,225,226,227,-1,228,229,230,-1,231,232,233,-1,234,235,236,-1,237,238,239,-1,240,241,242,-1,243,244,245,-1,246,247,248,-1,249,250,251,-1,252,253,254,-1,255,256,257,-1,258,259,260,-1,261,262,263,-1,264,265,266,-1,267,268,269,-1,270,271,272,-1,273,274,275,-1,276,277,278,-1,279,280,281,-1,282,283,284,-1,285,286,287,-1,288,289,290,-1,291,292,293,-1,294,295,296,-1,297,298,299,-1,300,301,302,-1,303,304,305,-1,306,307,308,-1,309,310,311,-1,312,313,314,-1,315,316,317,-1,318,319,320,-1,321,322,323,-1,324,325,326,-1,327,328,329,-1,330,331,332,-1,333,334,335,-1,336,337,338,-1,339,340,341,-1,342,343,344,-1,345,346,347,-1,348,349,350,-1,351,352,353,-1,354,355,356,-1,357,358,359,-1,360,361,362,-1,363,364,365,-1,366,367,368,-1,369,370,371,-1,372,373,374,-1,375,376,377,-1,378,379,380,-1,381,382,383,-1,384,385,386,-1,387,388,389,-1,390,391,392,-1,393,394,395,-1,396,397,398,-1,399,400,401,-1,402,403,404,-1,405,406,407,-1,408,409,410,-1,411,412,413,-1,414,415,416,-1,417,418,419,-1,420,421,422,-1,423,424,425,-1,426,427,428,-1,429,430,431,-1,432,433,434,-1,435,436,437,-1,438,439,440,-1,441,442,443,-1,444,445,446,-1,447,448,449,-1,450,451,452,-1,453,454,455,-1,456,457,458,-1,459,460,461,-1,462,463,464,-1,465,466,467,-1,468,469,470,-1,471,472,473,-1,474,475,476,-1,477,478,479,-1,480,481,482,-1,483,484,485,-1,486,487,488,-1,489,490,491,-1,492,493,494,-1,495,496,497,-1,498,499,500,-1,501,502,503,-1,504,505,506,-1,507,508,509,-1,510,511,512,-1,513,514,515,-1,516,517,518,-1,519,520,521,-1,522,523,524,-1,525,526,527,-1,528,529,530,-1,531,532,533,-1,534,535,536,-1,537,538,539,-1,540,541,542,-1,543,544,545,-1,546,547,548,-1,549,550,551,-1,552,553,554,-1,555,556,557,-1,558,559,560,-1,561,562,563,-1,564,565,566,-1,567,568,569,-1,570,571,572,-1,573,574,575,-1,576,577,578,-1,579,580,581,-1,582,583,584,-1,585,586,587,-1,588,589,590,-1,591,592,593,-1,594,595,596,-1,597,598,599,-1,600,601,602,-1,603,604,605,-1,606,607,608,-1,609,610,611,-1,612,613,614,-1,615,616,617,-1,618,619,620,-1,621,622,623,-1,624,625,626,-1,627,628,629,-1,630,631,632,-1,633,634,635,-1,636,637,638,-1,639,640,641,-1,642,643,644,-1,645,646,647,-1,648,649,650,-1,651,652,653,-1,654,655,656,-1,657,658,659,-1,660,661,662,-1,663,664,665,-1,666,667,668,-1,669,670,671,-1,672,673,674,-1,675,676,677,-1,678,679,680,-1,681,682,683,-1,684,685,686,-1,687,688,689,-1,690,691,692,-1,693,694,695,-1,696,697,698,-1,699,700,701,-1,702,703,704,-1,705,706,707,-1,708,709,710,-1,711,712,713,-1,714,715,716,-1,717,718,719,-1,720,721,722,-1,723,724,725,-1,726,727,728,-1,729,730,731,-1,732,733,734,-1,735,736,737,-1,738,739,740,-1,741,742,743,-1,744,745,746,-1,747,748,749,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_2()
		{
			int[] value = {750,751,752,-1,753,754,755,-1,756,757,758,-1,759,760,761,-1,762,763,764,-1,765,766,767,-1,768,769,770,-1,771,772,773,-1,774,775,776,-1,777,778,779,-1,780,781,782,-1,783,784,785,-1,786,787,788,-1,789,790,791,-1,792,793,794,-1,795,796,797,-1,798,799,800,-1,801,802,803,-1,804,805,806,-1,807,808,809,-1,810,811,812,-1,813,814,815,-1,816,817,818,-1,819,820,821,-1,822,823,824,-1,825,826,827,-1,828,829,830,-1,831,832,833,-1,834,835,836,-1,837,838,839,-1,840,841,842,-1,843,844,845,-1,846,847,848,-1,849,850,851,-1,852,853,854,-1,855,856,857,-1,858,859,860,-1,861,862,863,-1,864,865,866,-1,867,868,869,-1,870,871,872,-1,873,874,875,-1,876,877,878,-1,879,880,881,-1,882,883,884,-1,885,886,887,-1,888,889,890,-1,891,892,893,-1,894,895,896,-1,897,898,899,-1,900,901,902,-1,903,904,905,-1,906,907,908,-1,909,910,911,-1,912,913,914,-1,915,916,917,-1,918,919,920,-1,921,922,923,-1,924,925,926,-1,927,928,929,-1,930,931,932,-1,933,934,935,-1,936,937,938,-1,939,940,941,-1,942,943,944,-1,945,946,947,-1,948,949,950,-1,951,952,953,-1,954,955,956,-1,957,958,959,-1,960,961,962,-1,963,964,965,-1,966,967,968,-1,969,970,971,-1,972,973,974,-1,975,976,977,-1,978,979,980,-1,981,982,983,-1,984,985,986,-1,987,988,989,-1,990,991,992,-1,993,994,995,-1,996,997,998,-1,999,1000,1001,-1,1002,1003,1004,-1,1005,1006,1007,-1,1008,1009,1010,-1,1011,1012,1013,-1,1014,1015,1016,-1,1017,1018,1019,-1,1020,1021,1022,-1,1023,1024,1025,-1,1026,1027,1028,-1,1029,1030,1031,-1,1032,1033,1034,-1,1035,1036,1037,-1,1038,1039,1040,-1,1041,1042,1043,-1,1044,1045,1046,-1,1047,1048,1049,-1,1050,1051,1052,-1,1053,1054,1055,-1,1056,1057,1058,-1,1059,1060,1061,-1,1062,1063,1064,-1,1065,1066,1067,-1,1068,1069,1070,-1,1071,1072,1073,-1,1074,1075,1076,-1,1077,1078,1079,-1,1080,1081,1082,-1,1083,1084,1085,-1,1086,1087,1088,-1,1089,1090,1091,-1,1092,1093,1094,-1,1095,1096,1097,-1,1098,1099,1100,-1,1101,1102,1103,-1,1104,1105,1106,-1,1107,1108,1109,-1,1110,1111,1112,-1,1113,1114,1115,-1,1116,1117,1118,-1,1119,1120,1121,-1,1122,1123,1124,-1,1125,1126,1127,-1,1128,1129,1130,-1,1131,1132,1133,-1,1134,1135,1136,-1,1137,1138,1139,-1,1140,1141,1142,-1,1143,1144,1145,-1,1146,1147,1148,-1,1149,1150,1151,-1,1152,1153,1154,-1,1155,1156,1157,-1,1158,1159,1160,-1,1161,1162,1163,-1,1164,1165,1166,-1,1167,1168,1169,-1,1170,1171,1172,-1,1173,1174,1175,-1,1176,1177,1178,-1,1179,1180,1181,-1,1182,1183,1184,-1,1185,1186,1187,-1,1188,1189,1190,-1,1191,1192,1193,-1,1194,1195,1196,-1,1197,1198,1199,-1,1200,1201,1202,-1,1203,1204,1205,-1,1206,1207,1208,-1,1209,1210,1211,-1,1212,1213,1214,-1,1215,1216,1217,-1,1218,1219,1220,-1,1221,1222,1223,-1,1224,1225,1226,-1,1227,1228,1229,-1,1230,1231,1232,-1,1233,1234,1235,-1,1236,1237,1238,-1,1239,1240,1241,-1,1242,1243,1244,-1,1245,1246,1247,-1,1248,1249,1250,-1,1251,1252,1253,-1,1254,1255,1256,-1,1257,1258,1259,-1,1260,1261,1262,-1,1263,1264,1265,-1,1266,1267,1268,-1,1269,1270,1271,-1,1272,1273,1274,-1,1275,1276,1277,-1,1278,1279,1280,-1,1281,1282,1283,-1,1284,1285,1286,-1,1287,1288,1289,-1,1290,1291,1292,-1,1293,1294,1295,-1,1296,1297,1298,-1,1299,1300,1301,-1,1302,1303,1304,-1,1305,1306,1307,-1,1308,1309,1310,-1,1311,1312,1313,-1,1314,1315,1316,-1,1317,1318,1319,-1,1320,1321,1322,-1,1323,1324,1325,-1,1326,1327,1328,-1,1329,1330,1331,-1,1332,1333,1334,-1,1335,1336,1337,-1,1338,1339,1340,-1,1341,1342,1343,-1,1344,1345,1346,-1,1347,1348,1349,-1,1350,1351,1352,-1,1353,1354,1355,-1,1356,1357,1358,-1,1359,1360,1361,-1,1362,1363,1364,-1,1365,1366,1367,-1,1368,1369,1370,-1,1371,1372,1373,-1,1374,1375,1376,-1,1377,1378,1379,-1,1380,1381,1382,-1,1383,1384,1385,-1,1386,1387,1388,-1,1389,1390,1391,-1,1392,1393,1394,-1,1395,1396,1397,-1,1398,1399,1400,-1,1401,1402,1403,-1,1404,1405,1406,-1,1407,1408,1409,-1,1410,1411,1412,-1,1413,1414,1415,-1,1416,1417,1418,-1,1419,1420,1421,-1,1422,1423,1424,-1,1425,1426,1427,-1,1428,1429,1430,-1,1431,1432,1433,-1,1434,1435,1436,-1,1437,1438,1439,-1,1440,1441,1442,-1,1443,1444,1445,-1,1446,1447,1448,-1,1449,1450,1451,-1,1452,1453,1454,-1,1455,1456,1457,-1,1458,1459,1460,-1,1461,1462,1463,-1,1464,1465,1466,-1,1467,1468,1469,-1,1470,1471,1472,-1,1473,1474,1475,-1,1476,1477,1478,-1,1479,1480,1481,-1,1482,1483,1484,-1,1485,1486,1487,-1,1488,1489,1490,-1,1491,1492,1493,-1,1494,1495,1496,-1,1497,1498,1499,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_3()
		{
			int[] value = {1500,1501,1502,-1,1503,1504,1505,-1,1506,1507,1508,-1,1509,1510,1511,-1,1512,1513,1514,-1,1515,1516,1517,-1,1518,1519,1520,-1,1521,1522,1523,-1,1524,1525,1526,-1,1527,1528,1529,-1,1530,1531,1532,-1,1533,1534,1535,-1,1536,1537,1538,-1,1539,1540,1541,-1,1542,1543,1544,-1,1545,1546,1547,-1,1548,1549,1550,-1,1551,1552,1553,-1,1554,1555,1556,-1,1557,1558,1559,-1,1560,1561,1562,-1,1563,1564,1565,-1,1566,1567,1568,-1,1569,1570,1571,-1,1572,1573,1574,-1,1575,1576,1577,-1,1578,1579,1580,-1,1581,1582,1583,-1,1584,1585,1586,-1,1587,1588,1589,-1,1590,1591,1592,-1,1593,1594,1595,-1,1596,1597,1598,-1,1599,1600,1601,-1,1602,1603,1604,-1,1605,1606,1607,-1,1608,1609,1610,-1,1611,1612,1613,-1,1614,1615,1616,-1,1617,1618,1619,-1,1620,1621,1622,-1,1623,1624,1625,-1,1626,1627,1628,-1,1629,1630,1631,-1,1632,1633,1634,-1,1635,1636,1637,-1,1638,1639,1640,-1,1641,1642,1643,-1,1644,1645,1646,-1,1647,1648,1649,-1,1650,1651,1652,-1,1653,1654,1655,-1,1656,1657,1658,-1,1659,1660,1661,-1,1662,1663,1664,-1,1665,1666,1667,-1,1668,1669,1670,-1,1671,1672,1673,-1,1674,1675,1676,-1,1677,1678,1679,-1,1680,1681,1682,-1,1683,1684,1685,-1,1686,1687,1688,-1,1689,1690,1691,-1,1692,1693,1694,-1,1695,1696,1697,-1,1698,1699,1700,-1,1701,1702,1703,-1,1704,1705,1706,-1,1707,1708,1709,-1,1710,1711,1712,-1,1713,1714,1715,-1,1716,1717,1718,-1,1719,1720,1721,-1,1722,1723,1724,-1,1725,1726,1727,-1,1728,1729,1730,-1,1731,1732,1733,-1,1734,1735,1736,-1,1737,1738,1739,-1,1740,1741,1742,-1,1743,1744,1745,-1,1746,1747,1748,-1,1749,1750,1751,-1,1752,1753,1754,-1,1755,1756,1757,-1,1758,1759,1760,-1,1761,1762,1763,-1,1764,1765,1766,-1,1767,1768,1769,-1,1770,1771,1772,-1,1773,1774,1775,-1,1776,1777,1778,-1,1779,1780,1781,-1,1782,1783,1784,-1,1785,1786,1787,-1,1788,1789,1790,-1,1791,1792,1793,-1,1794,1795,1796,-1,1797,1798,1799,-1,1800,1801,1802,-1,1803,1804,1805,-1,1806,1807,1808,-1,1809,1810,1811,-1,1812,1813,1814,-1,1815,1816,1817,-1,1818,1819,1820,-1,1821,1822,1823,-1,1824,1825,1826,-1,1827,1828,1829,-1,1830,1831,1832,-1,1833,1834,1835,-1,1836,1837,1838,-1,1839,1840,1841,-1,1842,1843,1844,-1,1845,1846,1847,-1,1848,1849,1850,-1,1851,1852,1853,-1,1854,1855,1856,-1,1857,1858,1859,-1,1860,1861,1862,-1,1863,1864,1865,-1,1866,1867,1868,-1,1869,1870,1871,-1,1872,1873,1874,-1,1875,1876,1877,-1,1878,1879,1880,-1,1881,1882,1883,-1,1884,1885,1886,-1,1887,1888,1889,-1,1890,1891,1892,-1,1893,1894,1895,-1,1896,1897,1898,-1,1899,1900,1901,-1,1902,1903,1904,-1,1905,1906,1907,-1,1908,1909,1910,-1,1911,1912,1913,-1,1914,1915,1916,-1,1917,1918,1919,-1,1920,1921,1922,-1,1923,1924,1925,-1,1926,1927,1928,-1,1929,1930,1931,-1,1932,1933,1934,-1,1935,1936,1937,-1,1938,1939,1940,-1,1941,1942,1943,-1,1944,1945,1946,-1,1947,1948,1949,-1,1950,1951,1952,-1,1953,1954,1955,-1,1956,1957,1958,-1,1959,1960,1961,-1,1962,1963,1964,-1,1965,1966,1967,-1,1968,1969,1970,-1,1971,1972,1973,-1,1974,1975,1976,-1,1977,1978,1979,-1,1980,1981,1982,-1,1983,1984,1985,-1,1986,1987,1988,-1,1989,1990,1991,-1,1992,1993,1994,-1,1995,1996,1997,-1,1998,1999,2000,-1,2001,2002,2003,-1,2004,2005,2006,-1,2007,2008,2009,-1,2010,2011,2012,-1,2013,2014,2015,-1,2016,2017,2018,-1,2019,2020,2021,-1,2022,2023,2024,-1,2025,2026,2027,-1,2028,2029,2030,-1,2031,2032,2033,-1,2034,2035,2036,-1,2037,2038,2039,-1,2040,2041,2042,-1,2043,2044,2045,-1,2046,2047,2048,-1,2049,2050,2051,-1,2052,2053,2054,-1,2055,2056,2057,-1,2058,2059,2060,-1,2061,2062,2063,-1,2064,2065,2066,-1,2067,2068,2069,-1,2070,2071,2072,-1,2073,2074,2075,-1,2076,2077,2078,-1,2079,2080,2081,-1,2082,2083,2084,-1,2085,2086,2087,-1,2088,2089,2090,-1,2091,2092,2093,-1,2094,2095,2096,-1,2097,2098,2099,-1,2100,2101,2102,-1,2103,2104,2105,-1,2106,2107,2108,-1,2109,2110,2111,-1,2112,2113,2114,-1,2115,2116,2117,-1,2118,2119,2120,-1,2121,2122,2123,-1,2124,2125,2126,-1,2127,2128,2129,-1,2130,2131,2132,-1,2133,2134,2135,-1,2136,2137,2138,-1,2139,2140,2141,-1,2142,2143,2144,-1,2145,2146,2147,-1,2148,2149,2150,-1,2151,2152,2153,-1,2154,2155,2156,-1,2157,2158,2159,-1,2160,2161,2162,-1,2163,2164,2165,-1,2166,2167,2168,-1,2169,2170,2171,-1,2172,2173,2174,-1,2175,2176,2177,-1,2178,2179,2180,-1,2181,2182,2183,-1,2184,2185,2186,-1,2187,2188,2189,-1,2190,2191,2192,-1,2193,2194,2195,-1,2196,2197,2198,-1,2199,2200,2201,-1,2202,2203,2204,-1,2205,2206,2207,-1,2208,2209,2210,-1,2211,2212,2213,-1,2214,2215,2216,-1,2217,2218,2219,-1,2220,2221,2222,-1,2223,2224,2225,-1,2226,2227,2228,-1,2229,2230,2231,-1,2232,2233,2234,-1,2235,2236,2237,-1,2238,2239,2240,-1,2241,2242,2243,-1,2244,2245,2246,-1,2247,2248,2249,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_4()
		{
			int[] value = {2250,2251,2252,-1,2253,2254,2255,-1,2256,2257,2258,-1,2259,2260,2261,-1,2262,2263,2264,-1,2265,2266,2267,-1,2268,2269,2270,-1,2271,2272,2273,-1,2274,2275,2276,-1,2277,2278,2279,-1,2280,2281,2282,-1,2283,2284,2285,-1,2286,2287,2288,-1,2289,2290,2291,-1,2292,2293,2294,-1,2295,2296,2297,-1,2298,2299,2300,-1,2301,2302,2303,-1,2304,2305,2306,-1,2307,2308,2309,-1,2310,2311,2312,-1,2313,2314,2315,-1,2316,2317,2318,-1,2319,2320,2321,-1,2322,2323,2324,-1,2325,2326,2327,-1,2328,2329,2330,-1,2331,2332,2333,-1,2334,2335,2336,-1,2337,2338,2339,-1,2340,2341,2342,-1,2343,2344,2345,-1,2346,2347,2348,-1,2349,2350,2351,-1,2352,2353,2354,-1,2355,2356,2357,-1,2358,2359,2360,-1,2361,2362,2363,-1,2364,2365,2366,-1,2367,2368,2369,-1,2370,2371,2372,-1,2373,2374,2375,-1,2376,2377,2378,-1,2379,2380,2381,-1,2382,2383,2384,-1,2385,2386,2387,-1,2388,2389,2390,-1,2391,2392,2393,-1,2394,2395,2396,-1,2397,2398,2399,-1,2400,2401,2402,-1,2403,2404,2405,-1,2406,2407,2408,-1,2409,2410,2411,-1,2412,2413,2414,-1,2415,2416,2417,-1,2418,2419,2420,-1,2421,2422,2423,-1,2424,2425,2426,-1,2427,2428,2429,-1,2430,2431,2432,-1,2433,2434,2435,-1,2436,2437,2438,-1,2439,2440,2441,-1,2442,2443,2444,-1,2445,2446,2447,-1,2448,2449,2450,-1,2451,2452,2453,-1,2454,2455,2456,-1,2457,2458,2459,-1,2460,2461,2462,-1,2463,2464,2465,-1,2466,2467,2468,-1,2469,2470,2471,-1,2472,2473,2474,-1,2475,2476,2477,-1,2478,2479,2480,-1,2481,2482,2483,-1,2484,2485,2486,-1,2487,2488,2489,-1,2490,2491,2492,-1,2493,2494,2495,-1,2496,2497,2498,-1,2499,2500,2501,-1,2502,2503,2504,-1,2505,2506,2507,-1,2508,2509,2510,-1,2511,2512,2513,-1,2514,2515,2516,-1,2517,2518,2519,-1,2520,2521,2522,-1,2523,2524,2525,-1,2526,2527,2528,-1,2529,2530,2531,-1,2532,2533,2534,-1,2535,2536,2537,-1,2538,2539,2540,-1,2541,2542,2543,-1,2544,2545,2546,-1,2547,2548,2549,-1,2550,2551,2552,-1,2553,2554,2555,-1,2556,2557,2558,-1,2559,2560,2561,-1,2562,2563,2564,-1,2565,2566,2567,-1,2568,2569,2570,-1,2571,2572,2573,-1,2574,2575,2576,-1,2577,2578,2579,-1,2580,2581,2582,-1,2583,2584,2585,-1,2586,2587,2588,-1,2589,2590,2591,-1,2592,2593,2594,-1,2595,2596,2597,-1,2598,2599,2600,-1,2601,2602,2603,-1,2604,2605,2606,-1,2607,2608,2609,-1,2610,2611,2612,-1,2613,2614,2615,-1,2616,2617,2618,-1,2619,2620,2621,-1,2622,2623,2624,-1,2625,2626,2627,-1,2628,2629,2630,-1,2631,2632,2633,-1,2634,2635,2636,-1,2637,2638,2639,-1,2640,2641,2642,-1,2643,2644,2645,-1,2646,2647,2648,-1,2649,2650,2651,-1,2652,2653,2654,-1,2655,2656,2657,-1,2658,2659,2660,-1,2661,2662,2663,-1,2664,2665,2666,-1,2667,2668,2669,-1,2670,2671,2672,-1,2673,2674,2675,-1,2676,2677,2678,-1,2679,2680,2681,-1,2682,2683,2684,-1,2685,2686,2687,-1,2688,2689,2690,-1,2691,2692,2693,-1,2694,2695,2696,-1,2697,2698,2699,-1,2700,2701,2702,-1,2703,2704,2705,-1,2706,2707,2708,-1,2709,2710,2711,-1,2712,2713,2714,-1,2715,2716,2717,-1,2718,2719,2720,-1,2721,2722,2723,-1,2724,2725,2726,-1,2727,2728,2729,-1,2730,2731,2732,-1,2733,2734,2735,-1,2736,2737,2738,-1,2739,2740,2741,-1,2742,2743,2744,-1,2745,2746,2747,-1,2748,2749,2750,-1,2751,2752,2753,-1,2754,2755,2756,-1,2757,2758,2759,-1,2760,2761,2762,-1,2763,2764,2765,-1,2766,2767,2768,-1,2769,2770,2771,-1,2772,2773,2774,-1,2775,2776,2777,-1,2778,2779,2780,-1,2781,2782,2783,-1,2784,2785,2786,-1,2787,2788,2789,-1,2790,2791,2792,-1,2793,2794,2795,-1,2796,2797,2798,-1,2799,2800,2801,-1,2802,2803,2804,-1,2805,2806,2807,-1,2808,2809,2810,-1,2811,2812,2813,-1,2814,2815,2816,-1,2817,2818,2819,-1,2820,2821,2822,-1,2823,2824,2825,-1,2826,2827,2828,-1,2829,2830,2831,-1,2832,2833,2834,-1,2835,2836,2837,-1,2838,2839,2840,-1,2841,2842,2843,-1,2844,2845,2846,-1,2847,2848,2849,-1,2850,2851,2852,-1,2853,2854,2855,-1,2856,2857,2858,-1,2859,2860,2861,-1,2862,2863,2864,-1,2865,2866,2867,-1,2868,2869,2870,-1,2871,2872,2873,-1,2874,2875,2876,-1,2877,2878,2879,-1,2880,2881,2882,-1,2883,2884,2885,-1,2886,2887,2888,-1,2889,2890,2891,-1,2892,2893,2894,-1,2895,2896,2897,-1,2898,2899,2900,-1,2901,2902,2903,-1,2904,2905,2906,-1,2907,2908,2909,-1,2910,2911,2912,-1,2913,2914,2915,-1,2916,2917,2918,-1,2919,2920,2921,-1,2922,2923,2924,-1,2925,2926,2927,-1,2928,2929,2930,-1,2931,2932,2933,-1,2934,2935,2936,-1,2937,2938,2939,-1,2940,2941,2942,-1,2943,2944,2945,-1,2946,2947,2948,-1,2949,2950,2951,-1,2952,2953,2954,-1,2955,2956,2957,-1,2958,2959,2960,-1,2961,2962,2963,-1,2964,2965,2966,-1,2967,2968,2969,-1,2970,2971,2972,-1,2973,2974,2975,-1,2976,2977,2978,-1,2979,2980,2981,-1,2982,2983,2984,-1,2985,2986,2987,-1,2988,2989,2990,-1,2991,2992,2993,-1,2994,2995,2996,-1,2997,2998,2999,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_5()
		{
			int[] value = {3000,3001,3002,-1,3003,3004,3005,-1,3006,3007,3008,-1,3009,3010,3011,-1,3012,3013,3014,-1,3015,3016,3017,-1,3018,3019,3020,-1,3021,3022,3023,-1,3024,3025,3026,-1,3027,3028,3029,-1,3030,3031,3032,-1,3033,3034,3035,-1,3036,3037,3038,-1,3039,3040,3041,-1,3042,3043,3044,-1,3045,3046,3047,-1,3048,3049,3050,-1,3051,3052,3053,-1,3054,3055,3056,-1,3057,3058,3059,-1,3060,3061,3062,-1,3063,3064,3065,-1,3066,3067,3068,-1,3069,3070,3071,-1,3072,3073,3074,-1,3075,3076,3077,-1,3078,3079,3080,-1,3081,3082,3083,-1,3084,3085,3086,-1,3087,3088,3089,-1,3090,3091,3092,-1,3093,3094,3095,-1,3096,3097,3098,-1,3099,3100,3101,-1,3102,3103,3104,-1,3105,3106,3107,-1,3108,3109,3110,-1,3111,3112,3113,-1,3114,3115,3116,-1,3117,3118,3119,-1,3120,3121,3122,-1,3123,3124,3125,-1,3126,3127,3128,-1,3129,3130,3131,-1,3132,3133,3134,-1,3135,3136,3137,-1,3138,3139,3140,-1,3141,3142,3143,-1,3144,3145,3146,-1,3147,3148,3149,-1,3150,3151,3152,-1,3153,3154,3155,-1,3156,3157,3158,-1,3159,3160,3161,-1,3162,3163,3164,-1,3165,3166,3167,-1,3168,3169,3170,-1,3171,3172,3173,-1,3174,3175,3176,-1,3177,3178,3179,-1,3180,3181,3182,-1,3183,3184,3185,-1,3186,3187,3188,-1,3189,3190,3191,-1,3192,3193,3194,-1,3195,3196,3197,-1,3198,3199,3200,-1,3201,3202,3203,-1,3204,3205,3206,-1,3207,3208,3209,-1,3210,3211,3212,-1,3213,3214,3215,-1,3216,3217,3218,-1,3219,3220,3221,-1,3222,3223,3224,-1,3225,3226,3227,-1,3228,3229,3230,-1,3231,3232,3233,-1,3234,3235,3236,-1,3237,3238,3239,-1,3240,3241,3242,-1,3243,3244,3245,-1,3246,3247,3248,-1,3249,3250,3251,-1,3252,3253,3254,-1,3255,3256,3257,-1,3258,3259,3260,-1,3261,3262,3263,-1,3264,3265,3266,-1,3267,3268,3269,-1,3270,3271,3272,-1,3273,3274,3275,-1,3276,3277,3278,-1,3279,3280,3281,-1,3282,3283,3284,-1,3285,3286,3287,-1,3288,3289,3290,-1,3291,3292,3293,-1,3294,3295,3296,-1,3297,3298,3299,-1,3300,3301,3302,-1,3303,3304,3305,-1,3306,3307,3308,-1,3309,3310,3311,-1,3312,3313,3314,-1,3315,3316,3317,-1,3318,3319,3320,-1,3321,3322,3323,-1,3324,3325,3326,-1,3327,3328,3329,-1,3330,3331,3332,-1,3333,3334,3335,-1,3336,3337,3338,-1,3339,3340,3341,-1,3342,3343,3344,-1,3345,3346,3347,-1,3348,3349,3350,-1,3351,3352,3353,-1,3354,3355,3356,-1,3357,3358,3359,-1,3360,3361,3362,-1,3363,3364,3365,-1,3366,3367,3368,-1,3369,3370,3371,-1,3372,3373,3374,-1,3375,3376,3377,-1,3378,3379,3380,-1,3381,3382,3383,-1,3384,3385,3386,-1,3387,3388,3389,-1,3390,3391,3392,-1,3393,3394,3395,-1,3396,3397,3398,-1,3399,3400,3401,-1,3402,3403,3404,-1,3405,3406,3407,-1,3408,3409,3410,-1,3411,3412,3413,-1,3414,3415,3416,-1,3417,3418,3419,-1,3420,3421,3422,-1,3423,3424,3425,-1,3426,3427,3428,-1,3429,3430,3431,-1,3432,3433,3434,-1,3435,3436,3437,-1,3438,3439,3440,-1,3441,3442,3443,-1,3444,3445,3446,-1,3447,3448,3449,-1,3450,3451,3452,-1,3453,3454,3455,-1,3456,3457,3458,-1,3459,3460,3461,-1,3462,3463,3464,-1,3465,3466,3467,-1,3468,3469,3470,-1,3471,3472,3473,-1,3474,3475,3476,-1,3477,3478,3479,-1,3480,3481,3482,-1,3483,3484,3485,-1,3486,3487,3488,-1,3489,3490,3491,-1,3492,3493,3494,-1,3495,3496,3497,-1,3498,3499,3500,-1,3501,3502,3503,-1,3504,3505,3506,-1,3507,3508,3509,-1,3510,3511,3512,-1,3513,3514,3515,-1,3516,3517,3518,-1,3519,3520,3521,-1,3522,3523,3524,-1,3525,3526,3527,-1,3528,3529,3530,-1,3531,3532,3533,-1,3534,3535,3536,-1,3537,3538,3539,-1,3540,3541,3542,-1,3543,3544,3545,-1,3546,3547,3548,-1,3549,3550,3551,-1,3552,3553,3554,-1,3555,3556,3557,-1,3558,3559,3560,-1,3561,3562,3563,-1,3564,3565,3566,-1,3567,3568,3569,-1,3570,3571,3572,-1,3573,3574,3575,-1,3576,3577,3578,-1,3579,3580,3581,-1,3582,3583,3584,-1,3585,3586,3587,-1,3588,3589,3590,-1,3591,3592,3593,-1,3594,3595,3596,-1,3597,3598,3599,-1,3600,3601,3602,-1,3603,3604,3605,-1,3606,3607,3608,-1,3609,3610,3611,-1,3612,3613,3614,-1,3615,3616,3617,-1,3618,3619,3620,-1,3621,3622,3623,-1,3624,3625,3626,-1,3627,3628,3629,-1,3630,3631,3632,-1,3633,3634,3635,-1,3636,3637,3638,-1,3639,3640,3641,-1,3642,3643,3644,-1,3645,3646,3647,-1,3648,3649,3650,-1,3651,3652,3653,-1,3654,3655,3656,-1,3657,3658,3659,-1,3660,3661,3662,-1,3663,3664,3665,-1,3666,3667,3668,-1,3669,3670,3671,-1,3672,3673,3674,-1,3675,3676,3677,-1,3678,3679,3680,-1,3681,3682,3683,-1,3684,3685,3686,-1,3687,3688,3689,-1,3690,3691,3692,-1,3693,3694,3695,-1,3696,3697,3698,-1,3699,3700,3701,-1,3702,3703,3704,-1,3705,3706,3707,-1,3708,3709,3710,-1,3711,3712,3713,-1,3714,3715,3716,-1,3717,3718,3719,-1,3720,3721,3722,-1,3723,3724,3725,-1,3726,3727,3728,-1,3729,3730,3731,-1,3732,3733,3734,-1,3735,3736,3737,-1,3738,3739,3740,-1,3741,3742,3743,-1,3744,3745,3746,-1,3747,3748,3749,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_6()
		{
			int[] value = {3750,3751,3752,-1,3753,3754,3755,-1,3756,3757,3758,-1,3759,3760,3761,-1,3762,3763,3764,-1,3765,3766,3767,-1,3768,3769,3770,-1,3771,3772,3773,-1,3774,3775,3776,-1,3777,3778,3779,-1,3780,3781,3782,-1,3783,3784,3785,-1,3786,3787,3788,-1,3789,3790,3791,-1,3792,3793,3794,-1,3795,3796,3797,-1,3798,3799,3800,-1,3801,3802,3803,-1,3804,3805,3806,-1,3807,3808,3809,-1,3810,3811,3812,-1,3813,3814,3815,-1,3816,3817,3818,-1,3819,3820,3821,-1,3822,3823,3824,-1,3825,3826,3827,-1,3828,3829,3830,-1,3831,3832,3833,-1,3834,3835,3836,-1,3837,3838,3839,-1,3840,3841,3842,-1,3843,3844,3845,-1,3846,3847,3848,-1,3849,3850,3851,-1,3852,3853,3854,-1,3855,3856,3857,-1,3858,3859,3860,-1,3861,3862,3863,-1,3864,3865,3866,-1,3867,3868,3869,-1,3870,3871,3872,-1,3873,3874,3875,-1,3876,3877,3878,-1,3879,3880,3881,-1,3882,3883,3884,-1,3885,3886,3887,-1,3888,3889,3890,-1,3891,3892,3893,-1,3894,3895,3896,-1,3897,3898,3899,-1,3900,3901,3902,-1,3903,3904,3905,-1,3906,3907,3908,-1,3909,3910,3911,-1,3912,3913,3914,-1,3915,3916,3917,-1,3918,3919,3920,-1,3921,3922,3923,-1,3924,3925,3926,-1,3927,3928,3929,-1,3930,3931,3932,-1,3933,3934,3935,-1,3936,3937,3938,-1,3939,3940,3941,-1,3942,3943,3944,-1,3945,3946,3947,-1,3948,3949,3950,-1,3951,3952,3953,-1,3954,3955,3956,-1,3957,3958,3959,-1,3960,3961,3962,-1,3963,3964,3965,-1,3966,3967,3968,-1,3969,3970,3971,-1,3972,3973,3974,-1,3975,3976,3977,-1,3978,3979,3980,-1,3981,3982,3983,-1,3984,3985,3986,-1,3987,3988,3989,-1,3990,3991,3992,-1,3993,3994,3995,-1,3996,3997,3998,-1,3999,4000,4001,-1,4002,4003,4004,-1,4005,4006,4007,-1,4008,4009,4010,-1,4011,4012,4013,-1,4014,4015,4016,-1,4017,4018,4019,-1,4020,4021,4022,-1,4023,4024,4025,-1,4026,4027,4028,-1,4029,4030,4031,-1,4032,4033,4034,-1,4035,4036,4037,-1,4038,4039,4040,-1,4041,4042,4043,-1,4044,4045,4046,-1,4047,4048,4049,-1,4050,4051,4052,-1,4053,4054,4055,-1,4056,4057,4058,-1,4059,4060,4061,-1,4062,4063,4064,-1,4065,4066,4067,-1,4068,4069,4070,-1,4071,4072,4073,-1,4074,4075,4076,-1,4077,4078,4079,-1,4080,4081,4082,-1,4083,4084,4085,-1,4086,4087,4088,-1,4089,4090,4091,-1,4092,4093,4094,-1,4095,4096,4097,-1,4098,4099,4100,-1,4101,4102,4103,-1,4104,4105,4106,-1,4107,4108,4109,-1,4110,4111,4112,-1,4113,4114,4115,-1,4116,4117,4118,-1,4119,4120,4121,-1,4122,4123,4124,-1,4125,4126,4127,-1,4128,4129,4130,-1,4131,4132,4133,-1,4134,4135,4136,-1,4137,4138,4139,-1,4140,4141,4142,-1,4143,4144,4145,-1,4146,4147,4148,-1,4149,4150,4151,-1,4152,4153,4154,-1,4155,4156,4157,-1,4158,4159,4160,-1,4161,4162,4163,-1,4164,4165,4166,-1,4167,4168,4169,-1,4170,4171,4172,-1,4173,4174,4175,-1,4176,4177,4178,-1,4179,4180,4181,-1,4182,4183,4184,-1,4185,4186,4187,-1,4188,4189,4190,-1,4191,4192,4193,-1,4194,4195,4196,-1,4197,4198,4199,-1,4200,4201,4202,-1,4203,4204,4205,-1,4206,4207,4208,-1,4209,4210,4211,-1,4212,4213,4214,-1,4215,4216,4217,-1,4218,4219,4220,-1,4221,4222,4223,-1,4224,4225,4226,-1,4227,4228,4229,-1,4230,4231,4232,-1,4233,4234,4235,-1,4236,4237,4238,-1,4239,4240,4241,-1,4242,4243,4244,-1,4245,4246,4247,-1,4248,4249,4250,-1,4251,4252,4253,-1,4254,4255,4256,-1,4257,4258,4259,-1,4260,4261,4262,-1,4263,4264,4265,-1,4266,4267,4268,-1,4269,4270,4271,-1,4272,4273,4274,-1,4275,4276,4277,-1,4278,4279,4280,-1,4281,4282,4283,-1,4284,4285,4286,-1,4287,4288,4289,-1,4290,4291,4292,-1,4293,4294,4295,-1,4296,4297,4298,-1,4299,4300,4301,-1,4302,4303,4304,-1,4305,4306,4307,-1,4308,4309,4310,-1,4311,4312,4313,-1,4314,4315,4316,-1,4317,4318,4319,-1,4320,4321,4322,-1,4323,4324,4325,-1,4326,4327,4328,-1,4329,4330,4331,-1,4332,4333,4334,-1,4335,4336,4337,-1,4338,4339,4340,-1,4341,4342,4343,-1,4344,4345,4346,-1,4347,4348,4349,-1,4350,4351,4352,-1,4353,4354,4355,-1,4356,4357,4358,-1,4359,4360,4361,-1,4362,4363,4364,-1,4365,4366,4367,-1,4368,4369,4370,-1,4371,4372,4373,-1,4374,4375,4376,-1,4377,4378,4379,-1,4380,4381,4382,-1,4383,4384,4385,-1,4386,4387,4388,-1,4389,4390,4391,-1,4392,4393,4394,-1,4395,4396,4397,-1,4398,4399,4400,-1,4401,4402,4403,-1,4404,4405,4406,-1,4407,4408,4409,-1,4410,4411,4412,-1,4413,4414,4415,-1,4416,4417,4418,-1,4419,4420,4421,-1,4422,4423,4424,-1,4425,4426,4427,-1,4428,4429,4430,-1,4431,4432,4433,-1,4434,4435,4436,-1,4437,4438,4439,-1,4440,4441,4442,-1,4443,4444,4445,-1,4446,4447,4448,-1,4449,4450,4451,-1,4452,4453,4454,-1,4455,4456,4457,-1,4458,4459,4460,-1,4461,4462,4463,-1,4464,4465,4466,-1,4467,4468,4469,-1,4470,4471,4472,-1,4473,4474,4475,-1,4476,4477,4478,-1,4479,4480,4481,-1,4482,4483,4484,-1,4485,4486,4487,-1,4488,4489,4490,-1,4491,4492,4493,-1,4494,4495,4496,-1,4497,4498,4499,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_7()
		{
			int[] value = {4500,4501,4502,-1,4503,4504,4505,-1,4506,4507,4508,-1,4509,4510,4511,-1,4512,4513,4514,-1,4515,4516,4517,-1,4518,4519,4520,-1,4521,4522,4523,-1,4524,4525,4526,-1,4527,4528,4529,-1,4530,4531,4532,-1,4533,4534,4535,-1,4536,4537,4538,-1,4539,4540,4541,-1,4542,4543,4544,-1,4545,4546,4547,-1,4548,4549,4550,-1,4551,4552,4553,-1,4554,4555,4556,-1,4557,4558,4559,-1,4560,4561,4562,-1,4563,4564,4565,-1,4566,4567,4568,-1,4569,4570,4571,-1,4572,4573,4574,-1,4575,4576,4577,-1,4578,4579,4580,-1,4581,4582,4583,-1,4584,4585,4586,-1,4587,4588,4589,-1,4590,4591,4592,-1,4593,4594,4595,-1,4596,4597,4598,-1,4599,4600,4601,-1,4602,4603,4604,-1,4605,4606,4607,-1,4608,4609,4610,-1,4611,4612,4613,-1,4614,4615,4616,-1,4617,4618,4619,-1,4620,4621,4622,-1,4623,4624,4625,-1,4626,4627,4628,-1,4629,4630,4631,-1,4632,4633,4634,-1,4635,4636,4637,-1,4638,4639,4640,-1,4641,4642,4643,-1,4644,4645,4646,-1,4647,4648,4649,-1,4650,4651,4652,-1,4653,4654,4655,-1,4656,4657,4658,-1,4659,4660,4661,-1,4662,4663,4664,-1,4665,4666,4667,-1,4668,4669,4670,-1,4671,4672,4673,-1,4674,4675,4676,-1,4677,4678,4679,-1,4680,4681,4682,-1,4683,4684,4685,-1,4686,4687,4688,-1,4689,4690,4691,-1,4692,4693,4694,-1,4695,4696,4697,-1,4698,4699,4700,-1,4701,4702,4703,-1,4704,4705,4706,-1,4707,4708,4709,-1,4710,4711,4712,-1,4713,4714,4715,-1,4716,4717,4718,-1,4719,4720,4721,-1,4722,4723,4724,-1,4725,4726,4727,-1,4728,4729,4730,-1,4731,4732,4733,-1,4734,4735,4736,-1,4737,4738,4739,-1,4740,4741,4742,-1,4743,4744,4745,-1,4746,4747,4748,-1,4749,4750,4751,-1,4752,4753,4754,-1,4755,4756,4757,-1,4758,4759,4760,-1,4761,4762,4763,-1,4764,4765,4766,-1,4767,4768,4769,-1,4770,4771,4772,-1,4773,4774,4775,-1,4776,4777,4778,-1,4779,4780,4781,-1,4782,4783,4784,-1,4785,4786,4787,-1,4788,4789,4790,-1,4791,4792,4793,-1,4794,4795,4796,-1,4797,4798,4799,-1,4800,4801,4802,-1,4803,4804,4805,-1,4806,4807,4808,-1,4809,4810,4811,-1,4812,4813,4814,-1,4815,4816,4817,-1,4818,4819,4820,-1,4821,4822,4823,-1,4824,4825,4826,-1,4827,4828,4829,-1,4830,4831,4832,-1,4833,4834,4835,-1,4836,4837,4838,-1,4839,4840,4841,-1,4842,4843,4844,-1,4845,4846,4847,-1,4848,4849,4850,-1,4851,4852,4853,-1,4854,4855,4856,-1,4857,4858,4859,-1,4860,4861,4862,-1,4863,4864,4865,-1,4866,4867,4868,-1,4869,4870,4871,-1,4872,4873,4874,-1,4875,4876,4877,-1,4878,4879,4880,-1,4881,4882,4883,-1,4884,4885,4886,-1,4887,4888,4889,-1,4890,4891,4892,-1,4893,4894,4895,-1,4896,4897,4898,-1,4899,4900,4901,-1,4902,4903,4904,-1,4905,4906,4907,-1,4908,4909,4910,-1,4911,4912,4913,-1,4914,4915,4916,-1,4917,4918,4919,-1,4920,4921,4922,-1,4923,4924,4925,-1,4926,4927,4928,-1,4929,4930,4931,-1,4932,4933,4934,-1,4935,4936,4937,-1,4938,4939,4940,-1,4941,4942,4943,-1,4944,4945,4946,-1,4947,4948,4949,-1,4950,4951,4952,-1,4953,4954,4955,-1,4956,4957,4958,-1,4959,4960,4961,-1,4962,4963,4964,-1,4965,4966,4967,-1,4968,4969,4970,-1,4971,4972,4973,-1,4974,4975,4976,-1,4977,4978,4979,-1,4980,4981,4982,-1,4983,4984,4985,-1,4986,4987,4988,-1,4989,4990,4991,-1,4992,4993,4994,-1,4995,4996,4997,-1,4998,4999,5000,-1,5001,5002,5003,-1,5004,5005,5006,-1,5007,5008,5009,-1,5010,5011,5012,-1,5013,5014,5015,-1,5016,5017,5018,-1,5019,5020,5021,-1,5022,5023,5024,-1,5025,5026,5027,-1,5028,5029,5030,-1,5031,5032,5033,-1,5034,5035,5036,-1,5037,5038,5039,-1,5040,5041,5042,-1,5043,5044,5045,-1,5046,5047,5048,-1,5049,5050,5051,-1,5052,5053,5054,-1,5055,5056,5057,-1,5058,5059,5060,-1,5061,5062,5063,-1,5064,5065,5066,-1,5067,5068,5069,-1,5070,5071,5072,-1,5073,5074,5075,-1,5076,5077,5078,-1,5079,5080,5081,-1,5082,5083,5084,-1,5085,5086,5087,-1,5088,5089,5090,-1,5091,5092,5093,-1,5094,5095,5096,-1,5097,5098,5099,-1,5100,5101,5102,-1,5103,5104,5105,-1,5106,5107,5108,-1,5109,5110,5111,-1,5112,5113,5114,-1,5115,5116,5117,-1,5118,5119,5120,-1,5121,5122,5123,-1,5124,5125,5126,-1,5127,5128,5129,-1,5130,5131,5132,-1,5133,5134,5135,-1,5136,5137,5138,-1,5139,5140,5141,-1,5142,5143,5144,-1,5145,5146,5147,-1,5148,5149,5150,-1,5151,5152,5153,-1,5154,5155,5156,-1,5157,5158,5159,-1,5160,5161,5162,-1,5163,5164,5165,-1,5166,5167,5168,-1,5169,5170,5171,-1,5172,5173,5174,-1,5175,5176,5177,-1,5178,5179,5180,-1,5181,5182,5183,-1,5184,5185,5186,-1,5187,5188,5189,-1,5190,5191,5192,-1,5193,5194,5195,-1,5196,5197,5198,-1,5199,5200,5201,-1,5202,5203,5204,-1,5205,5206,5207,-1,5208,5209,5210,-1,5211,5212,5213,-1,5214,5215,5216,-1,5217,5218,5219,-1,5220,5221,5222,-1,5223,5224,5225,-1,5226,5227,5228,-1,5229,5230,5231,-1,5232,5233,5234,-1,5235,5236,5237,-1,5238,5239,5240,-1,5241,5242,5243,-1,5244,5245,5246,-1,5247,5248,5249,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_8()
		{
			int[] value = {5250,5251,5252,-1,5253,5254,5255,-1,5256,5257,5258,-1,5259,5260,5261,-1,5262,5263,5264,-1,5265,5266,5267,-1,5268,5269,5270,-1,5271,5272,5273,-1,5274,5275,5276,-1,5277,5278,5279,-1,5280,5281,5282,-1,5283,5284,5285,-1,5286,5287,5288,-1,5289,5290,5291,-1,5292,5293,5294,-1,5295,5296,5297,-1,5298,5299,5300,-1,5301,5302,5303,-1,5304,5305,5306,-1,5307,5308,5309,-1,5310,5311,5312,-1,5313,5314,5315,-1,5316,5317,5318,-1,5319,5320,5321,-1,5322,5323,5324,-1,5325,5326,5327,-1,5328,5329,5330,-1,5331,5332,5333,-1,5334,5335,5336,-1,5337,5338,5339,-1,5340,5341,5342,-1,5343,5344,5345,-1,5346,5347,5348,-1,5349,5350,5351,-1,5352,5353,5354,-1,5355,5356,5357,-1,5358,5359,5360,-1,5361,5362,5363,-1,5364,5365,5366,-1,5367,5368,5369,-1,5370,5371,5372,-1,5373,5374,5375,-1,5376,5377,5378,-1,5379,5380,5381,-1,5382,5383,5384,-1,5385,5386,5387,-1,5388,5389,5390,-1,5391,5392,5393,-1,5394,5395,5396,-1,5397,5398,5399,-1,5400,5401,5402,-1,5403,5404,5405,-1,5406,5407,5408,-1,5409,5410,5411,-1,5412,5413,5414,-1,5415,5416,5417,-1,5418,5419,5420,-1,5421,5422,5423,-1,5424,5425,5426,-1,5427,5428,5429,-1,5430,5431,5432,-1,5433,5434,5435,-1,5436,5437,5438,-1,5439,5440,5441,-1,5442,5443,5444,-1,5445,5446,5447,-1,5448,5449,5450,-1,5451,5452,5453,-1,5454,5455,5456,-1,5457,5458,5459,-1,5460,5461,5462,-1,5463,5464,5465,-1,5466,5467,5468,-1,5469,5470,5471,-1,5472,5473,5474,-1,5475,5476,5477,-1,5478,5479,5480,-1,5481,5482,5483,-1,5484,5485,5486,-1,5487,5488,5489,-1,5490,5491,5492,-1,5493,5494,5495,-1,5496,5497,5498,-1,5499,5500,5501,-1,5502,5503,5504,-1,5505,5506,5507,-1,5508,5509,5510,-1,5511,5512,5513,-1,5514,5515,5516,-1,5517,5518,5519,-1,5520,5521,5522,-1,5523,5524,5525,-1,5526,5527,5528,-1,5529,5530,5531,-1,5532,5533,5534,-1,5535,5536,5537,-1,5538,5539,5540,-1,5541,5542,5543,-1,5544,5545,5546,-1,5547,5548,5549,-1,5550,5551,5552,-1,5553,5554,5555,-1,5556,5557,5558,-1,5559,5560,5561,-1,5562,5563,5564,-1,5565,5566,5567,-1,5568,5569,5570,-1,5571,5572,5573,-1,5574,5575,5576,-1,5577,5578,5579,-1,5580,5581,5582,-1,5583,5584,5585,-1,5586,5587,5588,-1,5589,5590,5591,-1,5592,5593,5594,-1,5595,5596,5597,-1,5598,5599,5600,-1,5601,5602,5603,-1,5604,5605,5606,-1,5607,5608,5609,-1,5610,5611,5612,-1,5613,5614,5615,-1,5616,5617,5618,-1,5619,5620,5621,-1,5622,5623,5624,-1,5625,5626,5627,-1,5628,5629,5630,-1,5631,5632,5633,-1,5634,5635,5636,-1,5637,5638,5639,-1,5640,5641,5642,-1,5643,5644,5645,-1,5646,5647,5648,-1,5649,5650,5651,-1,5652,5653,5654,-1,5655,5656,5657,-1,5658,5659,5660,-1,5661,5662,5663,-1,5664,5665,5666,-1,5667,5668,5669,-1,5670,5671,5672,-1,5673,5674,5675,-1,5676,5677,5678,-1,5679,5680,5681,-1,5682,5683,5684,-1,5685,5686,5687,-1,5688,5689,5690,-1,5691,5692,5693,-1,5694,5695,5696,-1,5697,5698,5699,-1,5700,5701,5702,-1,5703,5704,5705,-1,5706,5707,5708,-1,5709,5710,5711,-1,5712,5713,5714,-1,5715,5716,5717,-1,5718,5719,5720,-1,5721,5722,5723,-1,5724,5725,5726,-1,5727,5728,5729,-1,5730,5731,5732,-1,5733,5734,5735,-1,5736,5737,5738,-1,5739,5740,5741,-1,5742,5743,5744,-1,5745,5746,5747,-1,5748,5749,5750,-1,5751,5752,5753,-1,5754,5755,5756,-1,5757,5758,5759,-1,5760,5761,5762,-1,5763,5764,5765,-1,5766,5767,5768,-1,5769,5770,5771,-1,5772,5773,5774,-1,5775,5776,5777,-1,5778,5779,5780,-1,5781,5782,5783,-1,5784,5785,5786,-1,5787,5788,5789,-1,5790,5791,5792,-1,5793,5794,5795,-1,5796,5797,5798,-1,5799,5800,5801,-1,5802,5803,5804,-1,5805,5806,5807,-1,5808,5809,5810,-1,5811,5812,5813,-1,5814,5815,5816,-1,5817,5818,5819,-1,5820,5821,5822,-1,5823,5824,5825,-1,5826,5827,5828,-1,5829,5830,5831,-1,5832,5833,5834,-1,5835,5836,5837,-1,5838,5839,5840,-1,5841,5842,5843,-1,5844,5845,5846,-1,5847,5848,5849,-1,5850,5851,5852,-1,5853,5854,5855,-1,5856,5857,5858,-1,5859,5860,5861,-1,5862,5863,5864,-1,5865,5866,5867,-1,5868,5869,5870,-1,5871,5872,5873,-1,5874,5875,5876,-1,5877,5878,5879,-1,5880,5881,5882,-1,5883,5884,5885,-1,5886,5887,5888,-1,5889,5890,5891,-1,5892,5893,5894,-1,5895,5896,5897,-1,5898,5899,5900,-1,5901,5902,5903,-1,5904,5905,5906,-1,5907,5908,5909,-1,5910,5911,5912,-1,5913,5914,5915,-1,5916,5917,5918,-1,5919,5920,5921,-1,5922,5923,5924,-1,5925,5926,5927,-1,5928,5929,5930,-1,5931,5932,5933,-1,5934,5935,5936,-1,5937,5938,5939,-1,5940,5941,5942,-1,5943,5944,5945,-1,5946,5947,5948,-1,5949,5950,5951,-1,5952,5953,5954,-1,5955,5956,5957,-1,5958,5959,5960,-1,5961,5962,5963,-1,5964,5965,5966,-1,5967,5968,5969,-1,5970,5971,5972,-1,5973,5974,5975,-1,5976,5977,5978,-1,5979,5980,5981,-1,5982,5983,5984,-1,5985,5986,5987,-1,5988,5989,5990,-1,5991,5992,5993,-1,5994,5995,5996,-1,5997,5998,5999,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_9()
		{
			int[] value = {6000,6001,6002,-1,6003,6004,6005,-1,6006,6007,6008,-1,6009,6010,6011,-1,6012,6013,6014,-1,6015,6016,6017,-1,6018,6019,6020,-1,6021,6022,6023,-1,6024,6025,6026,-1,6027,6028,6029,-1,6030,6031,6032,-1,6033,6034,6035,-1,6036,6037,6038,-1,6039,6040,6041,-1,6042,6043,6044,-1,6045,6046,6047,-1,6048,6049,6050,-1,6051,6052,6053,-1,6054,6055,6056,-1,6057,6058,6059,-1,6060,6061,6062,-1,6063,6064,6065,-1,6066,6067,6068,-1,6069,6070,6071,-1,6072,6073,6074,-1,6075,6076,6077,-1,6078,6079,6080,-1,6081,6082,6083,-1,6084,6085,6086,-1,6087,6088,6089,-1,6090,6091,6092,-1,6093,6094,6095,-1,6096,6097,6098,-1,6099,6100,6101,-1,6102,6103,6104,-1,6105,6106,6107,-1,6108,6109,6110,-1,6111,6112,6113,-1,6114,6115,6116,-1,6117,6118,6119,-1,6120,6121,6122,-1,6123,6124,6125,-1,6126,6127,6128,-1,6129,6130,6131,-1,6132,6133,6134,-1,6135,6136,6137,-1,6138,6139,6140,-1,6141,6142,6143,-1,6144,6145,6146,-1,6147,6148,6149,-1,6150,6151,6152,-1,6153,6154,6155,-1,6156,6157,6158,-1,6159,6160,6161,-1,6162,6163,6164,-1,6165,6166,6167,-1,6168,6169,6170,-1,6171,6172,6173,-1,6174,6175,6176,-1,6177,6178,6179,-1,6180,6181,6182,-1,6183,6184,6185,-1,6186,6187,6188,-1,6189,6190,6191,-1,6192,6193,6194,-1,6195,6196,6197,-1,6198,6199,6200,-1,6201,6202,6203,-1,6204,6205,6206,-1,6207,6208,6209,-1,6210,6211,6212,-1,6213,6214,6215,-1,6216,6217,6218,-1,6219,6220,6221,-1,6222,6223,6224,-1,6225,6226,6227,-1,6228,6229,6230,-1,6231,6232,6233,-1,6234,6235,6236,-1,6237,6238,6239,-1,6240,6241,6242,-1,6243,6244,6245,-1,6246,6247,6248,-1,6249,6250,6251,-1,6252,6253,6254,-1,6255,6256,6257,-1,6258,6259,6260,-1,6261,6262,6263,-1,6264,6265,6266,-1,6267,6268,6269,-1,6270,6271,6272,-1,6273,6274,6275,-1,6276,6277,6278,-1,6279,6280,6281,-1,6282,6283,6284,-1,6285,6286,6287,-1,6288,6289,6290,-1,6291,6292,6293,-1,6294,6295,6296,-1,6297,6298,6299,-1,6300,6301,6302,-1,6303,6304,6305,-1,6306,6307,6308,-1,6309,6310,6311,-1,6312,6313,6314,-1,6315,6316,6317,-1,6318,6319,6320,-1,6321,6322,6323,-1,6324,6325,6326,-1,6327,6328,6329,-1,6330,6331,6332,-1,6333,6334,6335,-1,6336,6337,6338,-1,6339,6340,6341,-1,6342,6343,6344,-1,6345,6346,6347,-1,6348,6349,6350,-1,6351,6352,6353,-1,6354,6355,6356,-1,6357,6358,6359,-1,6360,6361,6362,-1,6363,6364,6365,-1,6366,6367,6368,-1,6369,6370,6371,-1,6372,6373,6374,-1,6375,6376,6377,-1,6378,6379,6380,-1,6381,6382,6383,-1,6384,6385,6386,-1,6387,6388,6389,-1,6390,6391,6392,-1,6393,6394,6395,-1,6396,6397,6398,-1,6399,6400,6401,-1,6402,6403,6404,-1,6405,6406,6407,-1,6408,6409,6410,-1,6411,6412,6413,-1,6414,6415,6416,-1,6417,6418,6419,-1,6420,6421,6422,-1,6423,6424,6425,-1,6426,6427,6428,-1,6429,6430,6431,-1,6432,6433,6434,-1,6435,6436,6437,-1,6438,6439,6440,-1,6441,6442,6443,-1,6444,6445,6446,-1,6447,6448,6449,-1,6450,6451,6452,-1,6453,6454,6455,-1,6456,6457,6458,-1,6459,6460,6461,-1,6462,6463,6464,-1,6465,6466,6467,-1,6468,6469,6470,-1,6471,6472,6473,-1,6474,6475,6476,-1,6477,6478,6479,-1,6480,6481,6482,-1,6483,6484,6485,-1,6486,6487,6488,-1,6489,6490,6491,-1,6492,6493,6494,-1,6495,6496,6497,-1,6498,6499,6500,-1,6501,6502,6503,-1,6504,6505,6506,-1,6507,6508,6509,-1,6510,6511,6512,-1,6513,6514,6515,-1,6516,6517,6518,-1,6519,6520,6521,-1,6522,6523,6524,-1,6525,6526,6527,-1,6528,6529,6530,-1,6531,6532,6533,-1,6534,6535,6536,-1,6537,6538,6539,-1,6540,6541,6542,-1,6543,6544,6545,-1,6546,6547,6548,-1,6549,6550,6551,-1,6552,6553,6554,-1,6555,6556,6557,-1,6558,6559,6560,-1,6561,6562,6563,-1,6564,6565,6566,-1,6567,6568,6569,-1,6570,6571,6572,-1,6573,6574,6575,-1,6576,6577,6578,-1,6579,6580,6581,-1,6582,6583,6584,-1,6585,6586,6587,-1,6588,6589,6590,-1,6591,6592,6593,-1,6594,6595,6596,-1,6597,6598,6599,-1,6600,6601,6602,-1,6603,6604,6605,-1,6606,6607,6608,-1,6609,6610,6611,-1,6612,6613,6614,-1,6615,6616,6617,-1,6618,6619,6620,-1,6621,6622,6623,-1,6624,6625,6626,-1,6627,6628,6629,-1,6630,6631,6632,-1,6633,6634,6635,-1,6636,6637,6638,-1,6639,6640,6641,-1,6642,6643,6644,-1,6645,6646,6647,-1,6648,6649,6650,-1,6651,6652,6653,-1,6654,6655,6656,-1,6657,6658,6659,-1,6660,6661,6662,-1,6663,6664,6665,-1,6666,6667,6668,-1,6669,6670,6671,-1,6672,6673,6674,-1,6675,6676,6677,-1,6678,6679,6680,-1,6681,6682,6683,-1,6684,6685,6686,-1,6687,6688,6689,-1,6690,6691,6692,-1,6693,6694,6695,-1,6696,6697,6698,-1,6699,6700,6701,-1,6702,6703,6704,-1,6705,6706,6707,-1,6708,6709,6710,-1,6711,6712,6713,-1,6714,6715,6716,-1,6717,6718,6719,-1,6720,6721,6722,-1,6723,6724,6725,-1,6726,6727,6728,-1,6729,6730,6731,-1,6732,6733,6734,-1,6735,6736,6737,-1,6738,6739,6740,-1,6741,6742,6743,-1,6744,6745,6746,-1,6747,6748,6749,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_10()
		{
			int[] value = {6750,6751,6752,-1,6753,6754,6755,-1,6756,6757,6758,-1,6759,6760,6761,-1,6762,6763,6764,-1,6765,6766,6767,-1,6768,6769,6770,-1,6771,6772,6773,-1,6774,6775,6776,-1,6777,6778,6779,-1,6780,6781,6782,-1,6783,6784,6785,-1,6786,6787,6788,-1,6789,6790,6791,-1,6792,6793,6794,-1,6795,6796,6797,-1,6798,6799,6800,-1,6801,6802,6803,-1,6804,6805,6806,-1,6807,6808,6809,-1,6810,6811,6812,-1,6813,6814,6815,-1,6816,6817,6818,-1,6819,6820,6821,-1,6822,6823,6824,-1,6825,6826,6827,-1,6828,6829,6830,-1,6831,6832,6833,-1,6834,6835,6836,-1,6837,6838,6839,-1,6840,6841,6842,-1,6843,6844,6845,-1,6846,6847,6848,-1,6849,6850,6851,-1,6852,6853,6854,-1,6855,6856,6857,-1,6858,6859,6860,-1,6861,6862,6863,-1,6864,6865,6866,-1,6867,6868,6869,-1,6870,6871,6872,-1,6873,6874,6875,-1,6876,6877,6878,-1,6879,6880,6881,-1,6882,6883,6884,-1,6885,6886,6887,-1,6888,6889,6890,-1,6891,6892,6893,-1,6894,6895,6896,-1,6897,6898,6899,-1,6900,6901,6902,-1,6903,6904,6905,-1,6906,6907,6908,-1,6909,6910,6911,-1,6912,6913,6914,-1,6915,6916,6917,-1,6918,6919,6920,-1,6921,6922,6923,-1,6924,6925,6926,-1,6927,6928,6929,-1,6930,6931,6932,-1,6933,6934,6935,-1,6936,6937,6938,-1,6939,6940,6941,-1,6942,6943,6944,-1,6945,6946,6947,-1,6948,6949,6950,-1,6951,6952,6953,-1,6954,6955,6956,-1,6957,6958,6959,-1,6960,6961,6962,-1,6963,6964,6965,-1,6966,6967,6968,-1,6969,6970,6971,-1,6972,6973,6974,-1,6975,6976,6977,-1,6978,6979,6980,-1,6981,6982,6983,-1,6984,6985,6986,-1,6987,6988,6989,-1,6990,6991,6992,-1,6993,6994,6995,-1,6996,6997,6998,-1,6999,7000,7001,-1,7002,7003,7004,-1,7005,7006,7007,-1,7008,7009,7010,-1,7011,7012,7013,-1,7014,7015,7016,-1,7017,7018,7019,-1,7020,7021,7022,-1,7023,7024,7025,-1,7026,7027,7028,-1,7029,7030,7031,-1,7032,7033,7034,-1,7035,7036,7037,-1,7038,7039,7040,-1,7041,7042,7043,-1,7044,7045,7046,-1,7047,7048,7049,-1,7050,7051,7052,-1,7053,7054,7055,-1,7056,7057,7058,-1,7059,7060,7061,-1,7062,7063,7064,-1,7065,7066,7067,-1,7068,7069,7070,-1,7071,7072,7073,-1,7074,7075,7076,-1,7077,7078,7079,-1,7080,7081,7082,-1,7083,7084,7085,-1,7086,7087,7088,-1,7089,7090,7091,-1,7092,7093,7094,-1,7095,7096,7097,-1,7098,7099,7100,-1,7101,7102,7103,-1,7104,7105,7106,-1,7107,7108,7109,-1,7110,7111,7112,-1,7113,7114,7115,-1,7116,7117,7118,-1,7119,7120,7121,-1,7122,7123,7124,-1,7125,7126,7127,-1,7128,7129,7130,-1,7131,7132,7133,-1,7134,7135,7136,-1,7137,7138,7139,-1,7140,7141,7142,-1,7143,7144,7145,-1,7146,7147,7148,-1,7149,7150,7151,-1,7152,7153,7154,-1,7155,7156,7157,-1,7158,7159,7160,-1,7161,7162,7163,-1,7164,7165,7166,-1,7167,7168,7169,-1,7170,7171,7172,-1,7173,7174,7175,-1,7176,7177,7178,-1,7179,7180,7181,-1,7182,7183,7184,-1,7185,7186,7187,-1,7188,7189,7190,-1,7191,7192,7193,-1,7194,7195,7196,-1,7197,7198,7199,-1,7200,7201,7202,-1,7203,7204,7205,-1,7206,7207,7208,-1,7209,7210,7211,-1,7212,7213,7214,-1,7215,7216,7217,-1,7218,7219,7220,-1,7221,7222,7223,-1,7224,7225,7226,-1,7227,7228,7229,-1,7230,7231,7232,-1,7233,7234,7235,-1,7236,7237,7238,-1,7239,7240,7241,-1,7242,7243,7244,-1,7245,7246,7247,-1,7248,7249,7250,-1,7251,7252,7253,-1,7254,7255,7256,-1,7257,7258,7259,-1,7260,7261,7262,-1,7263,7264,7265,-1,7266,7267,7268,-1,7269,7270,7271,-1,7272,7273,7274,-1,7275,7276,7277,-1,7278,7279,7280,-1,7281,7282,7283,-1,7284,7285,7286,-1,7287,7288,7289,-1,7290,7291,7292,-1,7293,7294,7295,-1,7296,7297,7298,-1,7299,7300,7301,-1,7302,7303,7304,-1,7305,7306,7307,-1,7308,7309,7310,-1,7311,7312,7313,-1,7314,7315,7316,-1,7317,7318,7319,-1,7320,7321,7322,-1,7323,7324,7325,-1,7326,7327,7328,-1,7329,7330,7331,-1,7332,7333,7334,-1,7335,7336,7337,-1,7338,7339,7340,-1,7341,7342,7343,-1,7344,7345,7346,-1,7347,7348,7349,-1,7350,7351,7352,-1,7353,7354,7355,-1,7356,7357,7358,-1,7359,7360,7361,-1,7362,7363,7364,-1,7365,7366,7367,-1,7368,7369,7370,-1,7371,7372,7373,-1,7374,7375,7376,-1,7377,7378,7379,-1,7380,7381,7382,-1,7383,7384,7385,-1,7386,7387,7388,-1,7389,7390,7391,-1,7392,7393,7394,-1,7395,7396,7397,-1,7398,7399,7400,-1,7401,7402,7403,-1,7404,7405,7406,-1,7407,7408,7409,-1,7410,7411,7412,-1,7413,7414,7415,-1,7416,7417,7418,-1,7419,7420,7421,-1,7422,7423,7424,-1,7425,7426,7427,-1,7428,7429,7430,-1,7431,7432,7433,-1,7434,7435,7436,-1,7437,7438,7439,-1,7440,7441,7442,-1,7443,7444,7445,-1,7446,7447,7448,-1,7449,7450,7451,-1,7452,7453,7454,-1,7455,7456,7457,-1,7458,7459,7460,-1,7461,7462,7463,-1,7464,7465,7466,-1,7467,7468,7469,-1,7470,7471,7472,-1,7473,7474,7475,-1,7476,7477,7478,-1,7479,7480,7481,-1,7482,7483,7484,-1,7485,7486,7487,-1,7488,7489,7490,-1,7491,7492,7493,-1,7494,7495,7496,-1,7497,7498,7499,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_11()
		{
			int[] value = {7500,7501,7502,-1,7503,7504,7505,-1,7506,7507,7508,-1,7509,7510,7511,-1,7512,7513,7514,-1,7515,7516,7517,-1,7518,7519,7520,-1,7521,7522,7523,-1,7524,7525,7526,-1,7527,7528,7529,-1,7530,7531,7532,-1,7533,7534,7535,-1,7536,7537,7538,-1,7539,7540,7541,-1,7542,7543,7544,-1,7545,7546,7547,-1,7548,7549,7550,-1,7551,7552,7553,-1,7554,7555,7556,-1,7557,7558,7559,-1,7560,7561,7562,-1,7563,7564,7565,-1,7566,7567,7568,-1,7569,7570,7571,-1,7572,7573,7574,-1,7575,7576,7577,-1,7578,7579,7580,-1,7581,7582,7583,-1,7584,7585,7586,-1,7587,7588,7589,-1,7590,7591,7592,-1,7593,7594,7595,-1,7596,7597,7598,-1,7599,7600,7601,-1,7602,7603,7604,-1,7605,7606,7607,-1,7608,7609,7610,-1,7611,7612,7613,-1,7614,7615,7616,-1,7617,7618,7619,-1,7620,7621,7622,-1,7623,7624,7625,-1,7626,7627,7628,-1,7629,7630,7631,-1,7632,7633,7634,-1,7635,7636,7637,-1,7638,7639,7640,-1,7641,7642,7643,-1,7644,7645,7646,-1,7647,7648,7649,-1,7650,7651,7652,-1,7653,7654,7655,-1,7656,7657,7658,-1,7659,7660,7661,-1,7662,7663,7664,-1,7665,7666,7667,-1,7668,7669,7670,-1,7671,7672,7673,-1,7674,7675,7676,-1,7677,7678,7679,-1,7680,7681,7682,-1,7683,7684,7685,-1,7686,7687,7688,-1,7689,7690,7691,-1,7692,7693,7694,-1,7695,7696,7697,-1,7698,7699,7700,-1,7701,7702,7703,-1,7704,7705,7706,-1,7707,7708,7709,-1,7710,7711,7712,-1,7713,7714,7715,-1,7716,7717,7718,-1,7719,7720,7721,-1,7722,7723,7724,-1,7725,7726,7727,-1,7728,7729,7730,-1,7731,7732,7733,-1,7734,7735,7736,-1,7737,7738,7739,-1,7740,7741,7742,-1,7743,7744,7745,-1,7746,7747,7748,-1,7749,7750,7751,-1,7752,7753,7754,-1,7755,7756,7757,-1,7758,7759,7760,-1,7761,7762,7763,-1,7764,7765,7766,-1,7767,7768,7769,-1,7770,7771,7772,-1,7773,7774,7775,-1,7776,7777,7778,-1,7779,7780,7781,-1,7782,7783,7784,-1,7785,7786,7787,-1,7788,7789,7790,-1,7791,7792,7793,-1,7794,7795,7796,-1,7797,7798,7799,-1,7800,7801,7802,-1,7803,7804,7805,-1,7806,7807,7808,-1,7809,7810,7811,-1,7812,7813,7814,-1,7815,7816,7817,-1,7818,7819,7820,-1,7821,7822,7823,-1,7824,7825,7826,-1,7827,7828,7829,-1,7830,7831,7832,-1,7833,7834,7835,-1,7836,7837,7838,-1,7839,7840,7841,-1,7842,7843,7844,-1,7845,7846,7847,-1,7848,7849,7850,-1,7851,7852,7853,-1,7854,7855,7856,-1,7857,7858,7859,-1,7860,7861,7862,-1,7863,7864,7865,-1,7866,7867,7868,-1,7869,7870,7871,-1,7872,7873,7874,-1,7875,7876,7877,-1,7878,7879,7880,-1,7881,7882,7883,-1,7884,7885,7886,-1,7887,7888,7889,-1,7890,7891,7892,-1,7893,7894,7895,-1,7896,7897,7898,-1,7899,7900,7901,-1,7902,7903,7904,-1,7905,7906,7907,-1,7908,7909,7910,-1,7911,7912,7913,-1,7914,7915,7916,-1,7917,7918,7919,-1,7920,7921,7922,-1,7923,7924,7925,-1,7926,7927,7928,-1,7929,7930,7931,-1,7932,7933,7934,-1,7935,7936,7937,-1,7938,7939,7940,-1,7941,7942,7943,-1,7944,7945,7946,-1,7947,7948,7949,-1,7950,7951,7952,-1,7953,7954,7955,-1,7956,7957,7958,-1,7959,7960,7961,-1,7962,7963,7964,-1,7965,7966,7967,-1,7968,7969,7970,-1,7971,7972,7973,-1,7974,7975,7976,-1,7977,7978,7979,-1,7980,7981,7982,-1,7983,7984,7985,-1,7986,7987,7988,-1,7989,7990,7991,-1,7992,7993,7994,-1,7995,7996,7997,-1,7998,7999,8000,-1,8001,8002,8003,-1,8004,8005,8006,-1,8007,8008,8009,-1,8010,8011,8012,-1,8013,8014,8015,-1,8016,8017,8018,-1,8019,8020,8021,-1,8022,8023,8024,-1,8025,8026,8027,-1,8028,8029,8030,-1,8031,8032,8033,-1,8034,8035,8036,-1,8037,8038,8039,-1,8040,8041,8042,-1,8043,8044,8045,-1,8046,8047,8048,-1,8049,8050,8051,-1,8052,8053,8054,-1,8055,8056,8057,-1,8058,8059,8060,-1,8061,8062,8063,-1,8064,8065,8066,-1,8067,8068,8069,-1,8070,8071,8072,-1,8073,8074,8075,-1,8076,8077,8078,-1,8079,8080,8081,-1,8082,8083,8084,-1,8085,8086,8087,-1,8088,8089,8090,-1,8091,8092,8093,-1,8094,8095,8096,-1,8097,8098,8099,-1,8100,8101,8102,-1,8103,8104,8105,-1,8106,8107,8108,-1,8109,8110,8111,-1,8112,8113,8114,-1,8115,8116,8117,-1,8118,8119,8120,-1,8121,8122,8123,-1,8124,8125,8126,-1,8127,8128,8129,-1,8130,8131,8132,-1,8133,8134,8135,-1,8136,8137,8138,-1,8139,8140,8141,-1,8142,8143,8144,-1,8145,8146,8147,-1,8148,8149,8150,-1,8151,8152,8153,-1,8154,8155,8156,-1,8157,8158,8159,-1,8160,8161,8162,-1,8163,8164,8165,-1,8166,8167,8168,-1,8169,8170,8171,-1,8172,8173,8174,-1,8175,8176,8177,-1,8178,8179,8180,-1,8181,8182,8183,-1,8184,8185,8186,-1,8187,8188,8189,-1,8190,8191,8192,-1,8193,8194,8195,-1,8196,8197,8198,-1,8199,8200,8201,-1,8202,8203,8204,-1,8205,8206,8207,-1,8208,8209,8210,-1,8211,8212,8213,-1,8214,8215,8216,-1,8217,8218,8219,-1,8220,8221,8222,-1,8223,8224,8225,-1,8226,8227,8228,-1,8229,8230,8231,-1,8232,8233,8234,-1,8235,8236,8237,-1,8238,8239,8240,-1,8241,8242,8243,-1,8244,8245,8246,-1,8247,8248,8249,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_12()
		{
			int[] value = {8250,8251,8252,-1,8253,8254,8255,-1,8256,8257,8258,-1,8259,8260,8261,-1,8262,8263,8264,-1,8265,8266,8267,-1,8268,8269,8270,-1,8271,8272,8273,-1,8274,8275,8276,-1,8277,8278,8279,-1,8280,8281,8282,-1,8283,8284,8285,-1,8286,8287,8288,-1,8289,8290,8291,-1,8292,8293,8294,-1,8295,8296,8297,-1,8298,8299,8300,-1,8301,8302,8303,-1,8304,8305,8306,-1,8307,8308,8309,-1,8310,8311,8312,-1,8313,8314,8315,-1,8316,8317,8318,-1,8319,8320,8321,-1,8322,8323,8324,-1,8325,8326,8327,-1,8328,8329,8330,-1,8331,8332,8333,-1,8334,8335,8336,-1,8337,8338,8339,-1,8340,8341,8342,-1,8343,8344,8345,-1,8346,8347,8348,-1,8349,8350,8351,-1,8352,8353,8354,-1,8355,8356,8357,-1,8358,8359,8360,-1,8361,8362,8363,-1,8364,8365,8366,-1,8367,8368,8369,-1,8370,8371,8372,-1,8373,8374,8375,-1,8376,8377,8378,-1,8379,8380,8381,-1,8382,8383,8384,-1,8385,8386,8387,-1,8388,8389,8390,-1,8391,8392,8393,-1,8394,8395,8396,-1,8397,8398,8399,-1,8400,8401,8402,-1,8403,8404,8405,-1,8406,8407,8408,-1,8409,8410,8411,-1,8412,8413,8414,-1,8415,8416,8417,-1,8418,8419,8420,-1,8421,8422,8423,-1,8424,8425,8426,-1,8427,8428,8429,-1,8430,8431,8432,-1,8433,8434,8435,-1,8436,8437,8438,-1,8439,8440,8441,-1,8442,8443,8444,-1,8445,8446,8447,-1,8448,8449,8450,-1,8451,8452,8453,-1,8454,8455,8456,-1,8457,8458,8459,-1,8460,8461,8462,-1,8463,8464,8465,-1,8466,8467,8468,-1,8469,8470,8471,-1,8472,8473,8474,-1,8475,8476,8477,-1,8478,8479,8480,-1,8481,8482,8483,-1,8484,8485,8486,-1,8487,8488,8489,-1,8490,8491,8492,-1,8493,8494,8495,-1,8496,8497,8498,-1,8499,8500,8501,-1,8502,8503,8504,-1,8505,8506,8507,-1,8508,8509,8510,-1,8511,8512,8513,-1,8514,8515,8516,-1,8517,8518,8519,-1,8520,8521,8522,-1,8523,8524,8525,-1,8526,8527,8528,-1,8529,8530,8531,-1,8532,8533,8534,-1,8535,8536,8537,-1,8538,8539,8540,-1,8541,8542,8543,-1,8544,8545,8546,-1,8547,8548,8549,-1,8550,8551,8552,-1,8553,8554,8555,-1,8556,8557,8558,-1,8559,8560,8561,-1,8562,8563,8564,-1,8565,8566,8567,-1,8568,8569,8570,-1,8571,8572,8573,-1,8574,8575,8576,-1,8577,8578,8579,-1,8580,8581,8582,-1,8583,8584,8585,-1,8586,8587,8588,-1,8589,8590,8591,-1,8592,8593,8594,-1,8595,8596,8597,-1,8598,8599,8600,-1,8601,8602,8603,-1,8604,8605,8606,-1,8607,8608,8609,-1,8610,8611,8612,-1,8613,8614,8615,-1,8616,8617,8618,-1,8619,8620,8621,-1,8622,8623,8624,-1,8625,8626,8627,-1,8628,8629,8630,-1,8631,8632,8633,-1,8634,8635,8636,-1,8637,8638,8639,-1,8640,8641,8642,-1,8643,8644,8645,-1,8646,8647,8648,-1,8649,8650,8651,-1,8652,8653,8654,-1,8655,8656,8657,-1,8658,8659,8660,-1,8661,8662,8663,-1,8664,8665,8666,-1,8667,8668,8669,-1,8670,8671,8672,-1,8673,8674,8675,-1,8676,8677,8678,-1,8679,8680,8681,-1,8682,8683,8684,-1,8685,8686,8687,-1,8688,8689,8690,-1,8691,8692,8693,-1,8694,8695,8696,-1,8697,8698,8699,-1,8700,8701,8702,-1,8703,8704,8705,-1,8706,8707,8708,-1,8709,8710,8711,-1,8712,8713,8714,-1,8715,8716,8717,-1,8718,8719,8720,-1,8721,8722,8723,-1,8724,8725,8726,-1,8727,8728,8729,-1,8730,8731,8732,-1,8733,8734,8735,-1,8736,8737,8738,-1,8739,8740,8741,-1,8742,8743,8744,-1,8745,8746,8747,-1,8748,8749,8750,-1,8751,8752,8753,-1,8754,8755,8756,-1,8757,8758,8759,-1,8760,8761,8762,-1,8763,8764,8765,-1,8766,8767,8768,-1,8769,8770,8771,-1,8772,8773,8774,-1,8775,8776,8777,-1,8778,8779,8780,-1,8781,8782,8783,-1,8784,8785,8786,-1,8787,8788,8789,-1,8790,8791,8792,-1,8793,8794,8795,-1,8796,8797,8798,-1,8799,8800,8801,-1,8802,8803,8804,-1,8805,8806,8807,-1,8808,8809,8810,-1,8811,8812,8813,-1,8814,8815,8816,-1,8817,8818,8819,-1,8820,8821,8822,-1,8823,8824,8825,-1,8826,8827,8828,-1,8829,8830,8831,-1,8832,8833,8834,-1,8835,8836,8837,-1,8838,8839,8840,-1,8841,8842,8843,-1,8844,8845,8846,-1,8847,8848,8849,-1,8850,8851,8852,-1,8853,8854,8855,-1,8856,8857,8858,-1,8859,8860,8861,-1,8862,8863,8864,-1,8865,8866,8867,-1,8868,8869,8870,-1,8871,8872,8873,-1,8874,8875,8876,-1,8877,8878,8879,-1,8880,8881,8882,-1,8883,8884,8885,-1,8886,8887,8888,-1,8889,8890,8891,-1,8892,8893,8894,-1,8895,8896,8897,-1,8898,8899,8900,-1,8901,8902,8903,-1,8904,8905,8906,-1,8907,8908,8909,-1,8910,8911,8912,-1,8913,8914,8915,-1,8916,8917,8918,-1,8919,8920,8921,-1,8922,8923,8924,-1,8925,8926,8927,-1,8928,8929,8930,-1,8931,8932,8933,-1,8934,8935,8936,-1,8937,8938,8939,-1,8940,8941,8942,-1,8943,8944,8945,-1,8946,8947,8948,-1,8949,8950,8951,-1,8952,8953,8954,-1,8955,8956,8957,-1,8958,8959,8960,-1,8961,8962,8963,-1,8964,8965,8966,-1,8967,8968,8969,-1,8970,8971,8972,-1,8973,8974,8975,-1,8976,8977,8978,-1,8979,8980,8981,-1,8982,8983,8984,-1,8985,8986,8987,-1,8988,8989,8990,-1,8991,8992,8993,-1,8994,8995,8996,-1,8997,8998,8999,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_13()
		{
			int[] value = {9000,9001,9002,-1,9003,9004,9005,-1,9006,9007,9008,-1,9009,9010,9011,-1,9012,9013,9014,-1,9015,9016,9017,-1,9018,9019,9020,-1,9021,9022,9023,-1,9024,9025,9026,-1,9027,9028,9029,-1,9030,9031,9032,-1,9033,9034,9035,-1,9036,9037,9038,-1,9039,9040,9041,-1,9042,9043,9044,-1,9045,9046,9047,-1,9048,9049,9050,-1,9051,9052,9053,-1,9054,9055,9056,-1,9057,9058,9059,-1,9060,9061,9062,-1,9063,9064,9065,-1,9066,9067,9068,-1,9069,9070,9071,-1,9072,9073,9074,-1,9075,9076,9077,-1,9078,9079,9080,-1,9081,9082,9083,-1,9084,9085,9086,-1,9087,9088,9089,-1,9090,9091,9092,-1,9093,9094,9095,-1,9096,9097,9098,-1,9099,9100,9101,-1,9102,9103,9104,-1,9105,9106,9107,-1,9108,9109,9110,-1,9111,9112,9113,-1,9114,9115,9116,-1,9117,9118,9119,-1,9120,9121,9122,-1,9123,9124,9125,-1,9126,9127,9128,-1,9129,9130,9131,-1,9132,9133,9134,-1,9135,9136,9137,-1,9138,9139,9140,-1,9141,9142,9143,-1,9144,9145,9146,-1,9147,9148,9149,-1,9150,9151,9152,-1,9153,9154,9155,-1,9156,9157,9158,-1,9159,9160,9161,-1,9162,9163,9164,-1,9165,9166,9167,-1,9168,9169,9170,-1,9171,9172,9173,-1,9174,9175,9176,-1,9177,9178,9179,-1,9180,9181,9182,-1,9183,9184,9185,-1,9186,9187,9188,-1,9189,9190,9191,-1,9192,9193,9194,-1,9195,9196,9197,-1,9198,9199,9200,-1,9201,9202,9203,-1,9204,9205,9206,-1,9207,9208,9209,-1,9210,9211,9212,-1,9213,9214,9215,-1,9216,9217,9218,-1,9219,9220,9221,-1,9222,9223,9224,-1,9225,9226,9227,-1,9228,9229,9230,-1,9231,9232,9233,-1,9234,9235,9236,-1,9237,9238,9239,-1,9240,9241,9242,-1,9243,9244,9245,-1,9246,9247,9248,-1,9249,9250,9251,-1,9252,9253,9254,-1,9255,9256,9257,-1,9258,9259,9260,-1,9261,9262,9263,-1,9264,9265,9266,-1,9267,9268,9269,-1,9270,9271,9272,-1,9273,9274,9275,-1,9276,9277,9278,-1,9279,9280,9281,-1,9282,9283,9284,-1,9285,9286,9287,-1,9288,9289,9290,-1,9291,9292,9293,-1,9294,9295,9296,-1,9297,9298,9299,-1,9300,9301,9302,-1,9303,9304,9305,-1,9306,9307,9308,-1,9309,9310,9311,-1,9312,9313,9314,-1,9315,9316,9317,-1,9318,9319,9320,-1,9321,9322,9323,-1,9324,9325,9326,-1,9327,9328,9329,-1,9330,9331,9332,-1,9333,9334,9335,-1,9336,9337,9338,-1,9339,9340,9341,-1,9342,9343,9344,-1,9345,9346,9347,-1,9348,9349,9350,-1,9351,9352,9353,-1,9354,9355,9356,-1,9357,9358,9359,-1,9360,9361,9362,-1,9363,9364,9365,-1,9366,9367,9368,-1,9369,9370,9371,-1,9372,9373,9374,-1,9375,9376,9377,-1,9378,9379,9380,-1,9381,9382,9383,-1,9384,9385,9386,-1,9387,9388,9389,-1,9390,9391,9392,-1,9393,9394,9395,-1,9396,9397,9398,-1,9399,9400,9401,-1,9402,9403,9404,-1,9405,9406,9407,-1,9408,9409,9410,-1,9411,9412,9413,-1,9414,9415,9416,-1,9417,9418,9419,-1,9420,9421,9422,-1,9423,9424,9425,-1,9426,9427,9428,-1,9429,9430,9431,-1,9432,9433,9434,-1,9435,9436,9437,-1,9438,9439,9440,-1,9441,9442,9443,-1,9444,9445,9446,-1,9447,9448,9449,-1,9450,9451,9452,-1,9453,9454,9455,-1,9456,9457,9458,-1,9459,9460,9461,-1,9462,9463,9464,-1,9465,9466,9467,-1,9468,9469,9470,-1,9471,9472,9473,-1,9474,9475,9476,-1,9477,9478,9479,-1,9480,9481,9482,-1,9483,9484,9485,-1,9486,9487,9488,-1,9489,9490,9491,-1,9492,9493,9494,-1,9495,9496,9497,-1,9498,9499,9500,-1,9501,9502,9503,-1,9504,9505,9506,-1,9507,9508,9509,-1,9510,9511,9512,-1,9513,9514,9515,-1,9516,9517,9518,-1,9519,9520,9521,-1,9522,9523,9524,-1,9525,9526,9527,-1,9528,9529,9530,-1,9531,9532,9533,-1,9534,9535,9536,-1,9537,9538,9539,-1,9540,9541,9542,-1,9543,9544,9545,-1,9546,9547,9548,-1,9549,9550,9551,-1,9552,9553,9554,-1,9555,9556,9557,-1,9558,9559,9560,-1,9561,9562,9563,-1,9564,9565,9566,-1,9567,9568,9569,-1,9570,9571,9572,-1,9573,9574,9575,-1,9576,9577,9578,-1,9579,9580,9581,-1,9582,9583,9584,-1,9585,9586,9587,-1,9588,9589,9590,-1,9591,9592,9593,-1,9594,9595,9596,-1,9597,9598,9599,-1,9600,9601,9602,-1,9603,9604,9605,-1,9606,9607,9608,-1,9609,9610,9611,-1,9612,9613,9614,-1,9615,9616,9617,-1,9618,9619,9620,-1,9621,9622,9623,-1,9624,9625,9626,-1,9627,9628,9629,-1,9630,9631,9632,-1,9633,9634,9635,-1,9636,9637,9638,-1,9639,9640,9641,-1,9642,9643,9644,-1,9645,9646,9647,-1,9648,9649,9650,-1,9651,9652,9653,-1,9654,9655,9656,-1,9657,9658,9659,-1,9660,9661,9662,-1,9663,9664,9665,-1,9666,9667,9668,-1,9669,9670,9671,-1,9672,9673,9674,-1,9675,9676,9677,-1,9678,9679,9680,-1,9681,9682,9683,-1,9684,9685,9686,-1,9687,9688,9689,-1,9690,9691,9692,-1,9693,9694,9695,-1,9696,9697,9698,-1,9699,9700,9701,-1,9702,9703,9704,-1,9705,9706,9707,-1,9708,9709,9710,-1,9711,9712,9713,-1,9714,9715,9716,-1,9717,9718,9719,-1,9720,9721,9722,-1,9723,9724,9725,-1,9726,9727,9728,-1,9729,9730,9731,-1,9732,9733,9734,-1,9735,9736,9737,-1,9738,9739,9740,-1,9741,9742,9743,-1,9744,9745,9746,-1,9747,9748,9749,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_14()
		{
			int[] value = {9750,9751,9752,-1,9753,9754,9755,-1,9756,9757,9758,-1,9759,9760,9761,-1,9762,9763,9764,-1,9765,9766,9767,-1,9768,9769,9770,-1,9771,9772,9773,-1,9774,9775,9776,-1,9777,9778,9779,-1,9780,9781,9782,-1,9783,9784,9785,-1,9786,9787,9788,-1,9789,9790,9791,-1,9792,9793,9794,-1,9795,9796,9797,-1,9798,9799,9800,-1,9801,9802,9803,-1,9804,9805,9806,-1,9807,9808,9809,-1,9810,9811,9812,-1,9813,9814,9815,-1,9816,9817,9818,-1,9819,9820,9821,-1,9822,9823,9824,-1,9825,9826,9827,-1,9828,9829,9830,-1,9831,9832,9833,-1,9834,9835,9836,-1,9837,9838,9839,-1,9840,9841,9842,-1,9843,9844,9845,-1,9846,9847,9848,-1,9849,9850,9851,-1,9852,9853,9854,-1,9855,9856,9857,-1,9858,9859,9860,-1,9861,9862,9863,-1,9864,9865,9866,-1,9867,9868,9869,-1,9870,9871,9872,-1,9873,9874,9875,-1,9876,9877,9878,-1,9879,9880,9881,-1,9882,9883,9884,-1,9885,9886,9887,-1,9888,9889,9890,-1,9891,9892,9893,-1,9894,9895,9896,-1,9897,9898,9899,-1,9900,9901,9902,-1,9903,9904,9905,-1,9906,9907,9908,-1,9909,9910,9911,-1,9912,9913,9914,-1,9915,9916,9917,-1,9918,9919,9920,-1,9921,9922,9923,-1,9924,9925,9926,-1,9927,9928,9929,-1,9930,9931,9932,-1,9933,9934,9935,-1,9936,9937,9938,-1,9939,9940,9941,-1,9942,9943,9944,-1,9945,9946,9947,-1,9948,9949,9950,-1,9951,9952,9953,-1,9954,9955,9956,-1,9957,9958,9959,-1,9960,9961,9962,-1,9963,9964,9965,-1,9966,9967,9968,-1,9969,9970,9971,-1,9972,9973,9974,-1,9975,9976,9977,-1,9978,9979,9980,-1,9981,9982,9983,-1,9984,9985,9986,-1,9987,9988,9989,-1,9990,9991,9992,-1,9993,9994,9995,-1,9996,9997,9998,-1,9999,10000,10001,-1,10002,10003,10004,-1,10005,10006,10007,-1,10008,10009,10010,-1,10011,10012,10013,-1,10014,10015,10016,-1,10017,10018,10019,-1,10020,10021,10022,-1,10023,10024,10025,-1,10026,10027,10028,-1,10029,10030,10031,-1,10032,10033,10034,-1,10035,10036,10037,-1,10038,10039,10040,-1,10041,10042,10043,-1,10044,10045,10046,-1,10047,10048,10049,-1,10050,10051,10052,-1,10053,10054,10055,-1,10056,10057,10058,-1,10059,10060,10061,-1,10062,10063,10064,-1,10065,10066,10067,-1,10068,10069,10070,-1,10071,10072,10073,-1,10074,10075,10076,-1,10077,10078,10079,-1,10080,10081,10082,-1,10083,10084,10085,-1,10086,10087,10088,-1,10089,10090,10091,-1,10092,10093,10094,-1,10095,10096,10097,-1,10098,10099,10100,-1,10101,10102,10103,-1,10104,10105,10106,-1,10107,10108,10109,-1,10110,10111,10112,-1,10113,10114,10115,-1,10116,10117,10118,-1,10119,10120,10121,-1,10122,10123,10124,-1,10125,10126,10127,-1,10128,10129,10130,-1,10131,10132,10133,-1,10134,10135,10136,-1,10137,10138,10139,-1,10140,10141,10142,-1,10143,10144,10145,-1,10146,10147,10148,-1,10149,10150,10151,-1,10152,10153,10154,-1,10155,10156,10157,-1,10158,10159,10160,-1,10161,10162,10163,-1,10164,10165,10166,-1,10167,10168,10169,-1,10170,10171,10172,-1,10173,10174,10175,-1,10176,10177,10178,-1,10179,10180,10181,-1,10182,10183,10184,-1,10185,10186,10187,-1,10188,10189,10190,-1,10191,10192,10193,-1,10194,10195,10196,-1,10197,10198,10199,-1,10200,10201,10202,-1,10203,10204,10205,-1,10206,10207,10208,-1,10209,10210,10211,-1,10212,10213,10214,-1,10215,10216,10217,-1,10218,10219,10220,-1,10221,10222,10223,-1,10224,10225,10226,-1,10227,10228,10229,-1,10230,10231,10232,-1,10233,10234,10235,-1,10236,10237,10238,-1,10239,10240,10241,-1,10242,10243,10244,-1,10245,10246,10247,-1,10248,10249,10250,-1,10251,10252,10253,-1,10254,10255,10256,-1,10257,10258,10259,-1,10260,10261,10262,-1,10263,10264,10265,-1,10266,10267,10268,-1,10269,10270,10271,-1,10272,10273,10274,-1,10275,10276,10277,-1,10278,10279,10280,-1,10281,10282,10283,-1,10284,10285,10286,-1,10287,10288,10289,-1,10290,10291,10292,-1,10293,10294,10295,-1,10296,10297,10298,-1,10299,10300,10301,-1,10302,10303,10304,-1,10305,10306,10307,-1,10308,10309,10310,-1,10311,10312,10313,-1,10314,10315,10316,-1,10317,10318,10319,-1,10320,10321,10322,-1,10323,10324,10325,-1,10326,10327,10328,-1,10329,10330,10331,-1,10332,10333,10334,-1,10335,10336,10337,-1,10338,10339,10340,-1,10341,10342,10343,-1,10344,10345,10346,-1,10347,10348,10349,-1,10350,10351,10352,-1,10353,10354,10355,-1,10356,10357,10358,-1,10359,10360,10361,-1,10362,10363,10364,-1,10365,10366,10367,-1,10368,10369,10370,-1,10371,10372,10373,-1,10374,10375,10376,-1,10377,10378,10379,-1,10380,10381,10382,-1,10383,10384,10385,-1,10386,10387,10388,-1,10389,10390,10391,-1,10392,10393,10394,-1,10395,10396,10397,-1,10398,10399,10400,-1,10401,10402,10403,-1,10404,10405,10406,-1,10407,10408,10409,-1,10410,10411,10412,-1,10413,10414,10415,-1,10416,10417,10418,-1,10419,10420,10421,-1,10422,10423,10424,-1,10425,10426,10427,-1,10428,10429,10430,-1,10431,10432,10433,-1,10434,10435,10436,-1,10437,10438,10439,-1,10440,10441,10442,-1,10443,10444,10445,-1,10446,10447,10448,-1,10449,10450,10451,-1,10452,10453,10454,-1,10455,10456,10457,-1,10458,10459,10460,-1,10461,10462,10463,-1,10464,10465,10466,-1,10467,10468,10469,-1,10470,10471,10472,-1,10473,10474,10475,-1,10476,10477,10478,-1,10479,10480,10481,-1,10482,10483,10484,-1,10485,10486,10487,-1,10488,10489,10490,-1,10491,10492,10493,-1,10494,10495,10496,-1,10497,10498,10499,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_72_texCoordIndex_15()
		{
			int[] value = {10500,10501,10502,-1,10503,10504,10505,-1,10506,10507,10508,-1,10509,10510,10511,-1,10512,10513,10514,-1,10515,10516,10517,-1,10518,10519,10520,-1,10521,10522,10523,-1,10524,10525,10526,-1,10527,10528,10529,-1,10530,10531,10532,-1,10533,10534,10535,-1,10536,10537,10538,-1,10539,10540,10541,-1,10542,10543,10544,-1,10545,10546,10547,-1,10548,10549,10550,-1,10551,10552,10553,-1,10554,10555,10556,-1,10557,10558,10559,-1,10560,10561,10562,-1,10563,10564,10565,-1,10566,10567,10568,-1,10569,10570,10571,-1,10572,10573,10574,-1,10575,10576,10577,-1,10578,10579,10580,-1,10581,10582,10583,-1,10584,10585,10586,-1,10587,10588,10589,-1,10590,10591,10592,-1,10593,10594,10595,-1,10596,10597,10598,-1,10599,10600,10601,-1,10602,10603,10604,-1,10605,10606,10607,-1,10608,10609,10610,-1,10611,10612,10613,-1,10614,10615,10616,-1,10617,10618,10619,-1,10620,10621,10622,-1,10623,10624,10625,-1,10626,10627,10628,-1,10629,10630,10631,-1,10632,10633,10634,-1,10635,10636,10637,-1,10638,10639,10640,-1,10641,10642,10643,-1,10644,10645,10646,-1,10647,10648,10649,-1,10650,10651,10652,-1,10653,10654,10655,-1,10656,10657,10658,-1,10659,10660,10661,-1,10662,10663,10664,-1,10665,10666,10667,-1,10668,10669,10670,-1,10671,10672,10673,-1,10674,10675,10676,-1,10677,10678,10679,-1,10680,10681,10682,-1,10683,10684,10685,-1,10686,10687,10688,-1,10689,10690,10691,-1,10692,10693,10694,-1,10695,10696,10697,-1,10698,10699,10700,-1,10701,10702,10703,-1,10704,10705,10706,-1,10707,10708,10709,-1,10710,10711,10712,-1,10713,10714,10715,-1,10716,10717,10718,-1,10719,10720,10721,-1,10722,10723,10724,-1,10725,10726,10727,-1,10728,10729,10730,-1,10731,10732,10733,-1,10734,10735,10736,-1,10737,10738,10739,-1,10740,10741,10742,-1,10743,10744,10745,-1,10746,10747,10748,-1,10749,10750,10751,-1,10752,10753,10754,-1,10755,10756,10757,-1,10758,10759,10760,-1,10761,10762,10763,-1,10764,10765,10766,-1,10767,10768,10769,-1,10770,10771,10772,-1,10773,10774,10775,-1,10776,10777,10778,-1,10779,10780,10781,-1,10782,10783,10784,-1,10785,10786,10787,-1,10788,10789,10790,-1,10791,10792,10793,-1,10794,10795,10796,-1,10797,10798,10799,-1,10800,10801,10802,-1,10803,10804,10805,-1,10806,10807,10808,-1,10809,10810,10811,-1,10812,10813,10814,-1,10815,10816,10817,-1,10818,10819,10820,-1,10821,10822,10823,-1,10824,10825,10826,-1,10827,10828,10829,-1,10830,10831,10832,-1,10833,10834,10835,-1,10836,10837,10838,-1,10839,10840,10841,-1,10842,10843,10844,-1,10845,10846,10847,-1,10848,10849,10850,-1,10851,10852,10853,-1,10854,10855,10856,-1,10857,10858,10859,-1,10860,10861,10862,-1,10863,10864,10865,-1,10866,10867,10868,-1,10869,10870,10871,-1,10872,10873,10874,-1,10875,10876,10877,-1,10878,10879,10880,-1,10881,10882,10883,-1,10884,10885,10886,-1,10887,10888,10889,-1,10890,10891,10892,-1,10893,10894,10895,-1,10896,10897,10898,-1,10899,10900,10901,-1,10902,10903,10904,-1,10905,10906,10907,-1,10908,10909,10910,-1,10911,10912,10913,-1,10914,10915,10916,-1,10917,10918,10919,-1,10920,10921,10922,-1,10923,10924,10925,-1,10926,10927,10928,-1,10929,10930,10931,-1,10932,10933,10934,-1,10935,10936,10937,-1,10938,10939,10940,-1,10941,10942,10943,-1,10944,10945,10946,-1,10947,10948,10949,-1,10950,10951,10952,-1,10953,10954,10955,-1,10956,10957,10958,-1,10959,10960,10961,-1,10962,10963,10964,-1,10965,10966,10967,-1,10968,10969,10970,-1,10971,10972,10973,-1,10974,10975,10976,-1,10977,10978,10979,-1,10980,10981,10982,-1,10983,10984,10985,-1,10986,10987,10988,-1,10989,10990,10991,-1,10992,10993,10994,-1,10995,10996,10997,-1,10998,10999,11000,-1,11001,11002,11003,-1,11004,11005,11006,-1,11007,11008,11009,-1,11010,11011,11012,-1,11013,11014,11015,-1,11016,11017,11018,-1,11019,11020,11021,-1,11022,11023,11024,-1,11025,11026,11027,-1,11028,11029,11030,-1,11031,11032,11033,-1,11034,11035,11036,-1,11037,11038,11039,-1,11040,11041,11042,-1,11043,11044,11045,-1,11046,11047,11048,-1,11049,11050,11051,-1,11052,11053,11054,-1,11055,11056,11057,-1,11058,11059,11060,-1,11061,11062,11063,-1,11064,11065,11066,-1,11067,11068,11069,-1,11070,11071,11072,-1,11073,11074,11075,-1,11076,11077,11078,-1,11079,11080,11081,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747side_10_72_point_1()
		{
			double[] value = {-21.046480,8.540295,-5.043977,-21.064140,8.405565,-5.079469,-21.024471,8.406006,-5.061920,-21.027159,8.508522,-5.036977,-21.011028,8.406022,-5.045621,-20.999243,8.358382,-5.008485,-21.001463,8.368991,-5.027099,-21.005339,8.406497,-5.032959,-21.007902,8.441824,-5.025807,-21.010929,8.442696,-5.034084,-21.010744,8.473405,-5.017815,-21.067486,8.674067,-5.018744,-21.081995,8.864740,-4.955983,-21.085491,8.865019,-4.956513,-21.080593,8.859378,-4.965494,-21.076622,8.858863,-4.963054,-21.080097,8.855537,-4.969148,-21.085491,8.859028,-4.967774,-21.079676,8.849167,-4.972988,-21.074923,8.849326,-4.969523,-21.078848,8.837542,-4.977281,-21.085491,8.847025,-4.975721,-21.072372,8.823654,-4.978492,-21.067595,8.789337,-4.986655,-21.073092,8.801037,-4.987126,-21.085491,8.820624,-4.984452,-21.074041,8.769437,-4.996418,-21.066725,8.800890,-4.981152,-21.072592,8.848598,-4.965256,-21.059172,8.771848,-4.977471,-21.062540,8.743603,-4.996738,-21.072645,8.744578,-5.000932,-21.085491,8.740804,-5.004168,-21.055401,8.729647,-4.992766,-21.044710,8.676962,-5.000137,-21.053387,8.710258,-5.000025,-21.014809,8.514235,-5.005005,-21.013880,8.509166,-5.004777,-21.070673,8.420886,-4.931039,-21.051836,8.424314,-4.935300,-20.999363,8.328331,-4.998650,-21.001413,8.404708,-5.008285,-21.075714,8.438307,-4.928736,-21.050619,8.456305,-4.935257,-21.028973,8.433014,-4.949209,-21.022690,8.531490,-4.961200,-21.017368,8.534649,-4.978852,-21.022036,8.564742,-4.983259,-21.013083,8.507490,-4.986755,-21.006357,8.443986,-4.988215,-21.009079,8.477501,-5.005939,-21.045311,8.686817,-4.939576,-21.059092,8.773520,-4.937022,-21.075502,8.846711,-4.927743,-21.061346,8.769927,-4.930774,-21.064356,8.794430,-4.931118,-21.054695,8.738770,-4.934828,-21.056440,8.755517,-4.935671,-21.041594,8.656278,-4.940894,-21.048107,8.711383,-4.941828,-21.055536,8.755694,-4.941068,-21.070917,8.813806,-4.926152,-21.064924,8.764966,-4.926139,-21.073727,8.854465,-4.962598,-21.074736,8.858673,-4.960041,-21.073559,8.858369,-4.957062,-21.073351,8.858848,-4.949749,-21.070892,8.849250,-4.939891,-21.073689,8.858563,-4.940201,-21.072189,8.847588,-4.934255,-21.080435,8.853783,-4.926267,-21.085491,8.857886,-4.926682,-21.076229,8.854831,-4.929447,-21.080938,8.862768,-4.933530,-21.085491,8.862122,-4.930992,-21.085491,8.866761,-4.938299,-21.076960,8.859150,-4.931466,-21.076103,8.862274,-4.941151,-21.078110,8.865405,-4.945819,-21.077534,8.864889,-4.948976,-21.075621,8.861725,-4.952812,-21.077875,8.864512,-4.952024,-21.079176,8.864401,-4.954581,-21.081362,8.847244,-4.924053,-21.083847,8.809756,-4.919888,-21.003834,8.328331,-4.982609,-21.034565,8.532838,-5.037901,-21.037010,8.549787,-5.035138,-21.016478,8.508942,-5.015761,-21.038116,8.578921,-5.026676,-21.075848,8.855108,-4.966326,-21.085491,8.854404,-4.971690,-21.018044,8.540367,-4.986803,-21.012966,8.328331,-4.966036,-21.085491,8.430090,-4.928630,-21.080126,8.432865,-4.928662,-21.073406,8.444959,-4.928840,-21.066175,8.537817,-4.928904,-21.050512,8.508522,-4.934747,-21.005053,8.443916,-5.006947};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_2()
		{
			double[] value = {-21.017462,8.514235,-5.015621,-21.019125,8.540521,-5.003759,-21.033566,8.628528,-4.951566,-21.060482,8.709274,-4.927606,-21.075817,8.752789,-4.921704,-21.071856,8.854418,-4.950207,-21.085491,8.847758,-4.922772,-21.080591,8.858750,-4.928758,-21.082228,8.866486,-4.939807,-21.079536,8.865966,-4.942670,-21.075603,8.861096,-4.956415,-21.085491,8.811917,-4.919921,-21.085491,8.816084,-4.920136,-21.021877,8.328331,-5.072287,-21.032452,8.328331,-4.946452,-21.042395,8.328331,-5.085802,-21.009150,8.328331,-5.056681,-20.999910,8.328331,-5.028031,-21.055576,8.328331,-4.934457,-21.065168,8.328331,-5.092785,-21.085491,8.328331,-4.930808,-21.032301,8.540364,-5.033006,-21.033045,8.539248,-5.034280,-21.033190,8.538380,-5.034722,-21.025587,8.514373,-5.032770,-21.026766,8.515205,-5.034126,-21.027479,8.516413,-5.034736,-21.017635,8.537467,-4.985069,-21.017948,8.539551,-4.985665,-21.014463,8.516376,-4.985069,-21.014273,8.515205,-4.985664,-21.014118,8.514390,-4.986773,-21.026459,8.540521,-5.022983,-21.009321,8.478599,-5.006364,-21.010637,8.485947,-5.007162,-21.009741,8.479883,-5.007802,-21.011784,8.492710,-5.007538,-21.002026,8.410517,-5.008904,-21.001846,8.408844,-5.010341,-21.002579,8.415749,-5.010341,-21.002447,8.414639,-5.009102,-21.003201,8.421670,-5.009910,-21.009436,8.467056,-5.015675,-21.009520,8.466048,-5.016802,-21.008469,8.460152,-5.015507,-21.010572,8.474200,-5.016532,-21.010109,8.472980,-5.015167,-20.999573,8.357534,-5.019563,-21.000345,8.377265,-5.018894,-21.000067,8.370362,-5.019146,-20.999866,8.364439,-5.019500,-20.999554,8.369246,-5.013529,-20.999640,8.370362,-5.013846,-20.999987,8.375981,-5.010427,-20.999786,8.371648,-5.010427,-20.999670,8.370362,-5.011865,-21.000605,8.388808,-5.009920,-21.000610,8.389374,-5.010552,-21.000374,8.384413,-5.009935,-20.999985,8.377266,-5.012104,-21.000299,8.383324,-5.011235,-20.999414,8.345870,-5.021546,-20.999125,8.344707,-5.020246,-20.999640,8.350327,-5.021683,-20.999434,8.351611,-5.020246,-20.999926,8.358820,-5.021175,-21.000116,8.363154,-5.021175,-21.000402,8.371648,-5.020667,-21.000597,8.375981,-5.020667,-21.001022,8.384474,-5.020159,-21.000656,8.383238,-5.018776,-21.001276,8.388845,-5.020117,-21.001690,8.397302,-5.019651,-21.001041,8.390093,-5.018684,-21.001949,8.401635,-5.019651,-21.001743,8.402772,-5.018380,-21.002468,8.410129,-5.019144,-21.002102,8.409038,-5.017924,-21.002977,8.414486,-5.019117,-21.003868,8.422936,-5.018614,-21.002865,8.415603,-5.017867,-21.004389,8.427289,-5.018635,-21.005293,8.435782,-5.018127,-21.005926,8.440120,-5.018123,-21.011356,8.478646,-5.016550,-21.012728,8.487091,-5.016096,-21.011240,8.479883,-5.015167,-21.012157,8.485806,-5.014659,-21.013483,8.491451,-5.016067,-21.014849,8.499908,-5.015577,-21.013365,8.492710,-5.014659,-21.014252,8.498642,-5.014051,-21.015606,8.504300,-5.015535,-21.015442,8.505537,-5.014151,-21.010584,8.487081,-5.005868,-21.011269,8.491426,-5.005857,-21.013678,8.505538,-5.006786,-21.013210,8.504252,-5.005349,-21.012524,8.499919,-5.005349,-21.012575,8.498846,-5.006548};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_3()
		{
			double[] value = {-21.005888,8.441392,-5.016700,-21.007030,8.448462,-5.017455,-21.006742,8.447514,-5.016395,-21.007654,8.454229,-5.015886,-21.006596,8.447325,-5.015563,-21.008785,8.461105,-5.016741,-21.003534,8.421670,-5.017198,-21.004324,8.428574,-5.016962,-21.004963,8.434498,-5.016690,-21.003595,8.427290,-5.008396,-21.003181,8.422854,-5.008510,-21.005043,8.441402,-5.009325,-21.004778,8.440116,-5.007888,-21.004360,8.435783,-5.007888,-21.004375,8.434561,-5.009254,-21.003855,8.428575,-5.009833,-21.005699,8.448479,-5.007527,-21.007221,8.461349,-5.006971,-21.007267,8.460152,-5.008310,-21.006464,8.453253,-5.007318,-21.008741,8.474190,-5.006448,-21.008121,8.467056,-5.008310,-21.008785,8.472980,-5.007802,-21.007868,8.465739,-5.006833,-21.005684,8.447325,-5.008817,-21.006578,8.454229,-5.008817,-21.001385,8.402921,-5.010849,-21.001272,8.401636,-5.009411,-21.001024,8.397302,-5.009411,-21.000996,8.396016,-5.010849,-21.000671,8.390095,-5.011357,-21.001345,8.396016,-5.018214,-20.999180,8.337501,-5.022190,-20.998959,8.338785,-5.020753,-20.998230,8.328331,-5.014301,-20.998547,8.328331,-5.020000,-20.998560,8.337501,-5.011951,-20.998552,8.337939,-5.012442,-20.998442,8.333166,-5.011951,-20.998354,8.331882,-5.013464,-20.998993,8.351612,-5.012880,-20.998959,8.350327,-5.011444,-20.998816,8.345854,-5.011599,-20.998774,8.344831,-5.012744,-20.998575,8.338785,-5.013388,-20.999409,8.364439,-5.012373,-20.999378,8.363154,-5.010936,-20.999235,8.358820,-5.010936,-20.999184,8.357534,-5.012373,-20.999029,8.333166,-5.022190,-20.998755,8.331882,-5.020753,-21.000700,8.390345,-5.009356,-21.003538,8.427217,-5.007925,-21.002781,8.418868,-5.008415,-21.008335,8.456762,-5.017969,-21.007599,8.453107,-5.017365,-21.007065,8.460710,-5.006444,-21.006058,8.452312,-5.006695,-21.008072,8.469106,-5.006192,-21.013607,8.491173,-5.016788,-21.011480,8.493334,-5.005358,-21.012682,8.501249,-5.005068,-21.124445,8.540295,-5.043977,-21.106785,8.405565,-5.079469,-21.146454,8.406006,-5.061920,-21.143766,8.508522,-5.036977,-21.159897,8.406022,-5.045621,-21.171684,8.358382,-5.008485,-21.165586,8.406497,-5.032959,-21.163023,8.441824,-5.025807,-21.159996,8.442696,-5.034084,-21.160183,8.473405,-5.017815,-21.103439,8.674067,-5.018744,-21.088930,8.864740,-4.955983,-21.090332,8.859378,-4.965494,-21.094303,8.858863,-4.963054,-21.090828,8.855537,-4.969148,-21.091251,8.849167,-4.972988,-21.096003,8.849326,-4.969523,-21.092077,8.837542,-4.977281,-21.098553,8.823654,-4.978492,-21.103331,8.789337,-4.986655,-21.097836,8.801037,-4.987126,-21.096884,8.769437,-4.996418,-21.104202,8.800890,-4.981152,-21.098333,8.848598,-4.965256,-21.111753,8.771848,-4.977471,-21.108385,8.743603,-4.996738,-21.098280,8.744578,-5.000932,-21.115524,8.729647,-4.992766,-21.126215,8.676962,-5.000137,-21.117540,8.710258,-5.000025,-21.156116,8.514235,-5.005005,-21.157045,8.509166,-5.004777,-21.100252,8.420886,-4.931039,-21.119091,8.424314,-4.935300,-21.171562,8.328331,-4.998650,-21.169512,8.404708,-5.008285,-21.095213,8.438307,-4.928736,-21.120306,8.456305,-4.935257};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_4()
		{
			double[] value = {-21.141953,8.433014,-4.949209,-21.148235,8.531490,-4.961200,-21.153557,8.534649,-4.978852,-21.148890,8.564742,-4.983259,-21.157843,8.507490,-4.986755,-21.164570,8.443986,-4.988215,-21.161846,8.477501,-5.005939,-21.125614,8.686817,-4.939576,-21.111834,8.773520,-4.937022,-21.095423,8.846711,-4.927743,-21.109579,8.769927,-4.930774,-21.106569,8.794430,-4.931118,-21.116230,8.738770,-4.934828,-21.114485,8.755517,-4.935671,-21.129332,8.656278,-4.940894,-21.122818,8.711383,-4.941828,-21.115389,8.755694,-4.941068,-21.100008,8.813806,-4.926152,-21.106001,8.764966,-4.926139,-21.097198,8.854465,-4.962598,-21.096191,8.858673,-4.960041,-21.097366,8.858369,-4.957062,-21.097574,8.858848,-4.949749,-21.100035,8.849250,-4.939891,-21.097237,8.858563,-4.940201,-21.098736,8.847588,-4.934255,-21.090490,8.853783,-4.926267,-21.094698,8.854831,-4.929447,-21.089987,8.862768,-4.933530,-21.093966,8.859150,-4.931466,-21.094824,8.862274,-4.941151,-21.092817,8.865405,-4.945819,-21.093391,8.864889,-4.948976,-21.095304,8.861725,-4.952812,-21.093052,8.864512,-4.952024,-21.091751,8.864401,-4.954581,-21.089563,8.847244,-4.924053,-21.087078,8.809756,-4.919888,-21.167091,8.328331,-4.982609,-21.136362,8.532838,-5.037901,-21.133915,8.549787,-5.035138,-21.167616,8.367167,-5.035430,-21.154449,8.508942,-5.015761,-21.132809,8.578921,-5.026676,-21.095079,8.855108,-4.966326,-21.152882,8.540367,-4.986803,-21.157959,8.328331,-4.966036,-21.090799,8.432865,-4.928662,-21.097521,8.444959,-4.928840,-21.104752,8.537817,-4.928904,-21.120415,8.508522,-4.934747,-21.165873,8.443916,-5.006947,-21.153465,8.514235,-5.015621,-21.151800,8.540521,-5.003759,-21.137360,8.628528,-4.951566,-21.110443,8.709274,-4.927606,-21.095110,8.752789,-4.921704,-21.099070,8.854418,-4.950207,-21.090334,8.858750,-4.928758,-21.088697,8.866486,-4.939807,-21.091391,8.865966,-4.942670,-21.095324,8.861096,-4.956415,-21.096735,8.328331,-5.093688,-21.168688,8.328331,-5.037956,-21.138474,8.328331,-4.946452,-21.128531,8.328331,-5.085802,-21.115351,8.328331,-4.934457,-21.105757,8.328331,-5.092785,-21.138624,8.540364,-5.033006,-21.137880,8.539248,-5.034280,-21.137737,8.538380,-5.034722,-21.145338,8.514373,-5.032770,-21.144161,8.515205,-5.034126,-21.143448,8.516413,-5.034736,-21.153290,8.537467,-4.985069,-21.152977,8.539551,-4.985665,-21.156464,8.516376,-4.985069,-21.156654,8.515205,-4.985664,-21.156807,8.514390,-4.986773,-21.144468,8.540521,-5.022983,-21.161604,8.478599,-5.006364,-21.160288,8.485947,-5.007162,-21.161184,8.479883,-5.007802,-21.159142,8.492710,-5.007538,-21.168900,8.410517,-5.008904,-21.169079,8.408844,-5.010341,-21.168348,8.415749,-5.010341,-21.168480,8.414639,-5.009102,-21.167725,8.421670,-5.009910,-21.161491,8.467056,-5.015675,-21.161406,8.466048,-5.016802,-21.162457,8.460152,-5.015507,-21.160353,8.474200,-5.016532,-21.160816,8.472980,-5.015167,-21.171352,8.357534,-5.019563,-21.170582,8.377265,-5.018894,-21.170858,8.370362,-5.019146,-21.171059,8.364439,-5.019500,-21.171371,8.369246,-5.013529,-21.171288,8.370362,-5.013846};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_5()
		{
			double[] value = {-21.170938,8.375981,-5.010427,-21.171141,8.371648,-5.010427,-21.171255,8.370362,-5.011865,-21.170321,8.388808,-5.009920,-21.170317,8.389374,-5.010552,-21.170553,8.384413,-5.009935,-21.170942,8.377266,-5.012104,-21.170626,8.383324,-5.011235,-21.171511,8.345870,-5.021546,-21.171803,8.344707,-5.020246,-21.171288,8.350327,-5.021683,-21.171494,8.351611,-5.020246,-21.171001,8.358820,-5.021175,-21.170809,8.363154,-5.021175,-21.170523,8.371648,-5.020667,-21.170328,8.375981,-5.020667,-21.169903,8.384474,-5.020159,-21.170269,8.383238,-5.018776,-21.169649,8.388845,-5.020117,-21.169237,8.397302,-5.019651,-21.169884,8.390093,-5.018684,-21.168976,8.401635,-5.019651,-21.169182,8.402772,-5.018380,-21.168457,8.410129,-5.019144,-21.168825,8.409038,-5.017924,-21.167948,8.414486,-5.019117,-21.167057,8.422936,-5.018614,-21.168060,8.415603,-5.017867,-21.166536,8.427289,-5.018635,-21.165632,8.435782,-5.018127,-21.164999,8.440120,-5.018123,-21.159569,8.478646,-5.016550,-21.158199,8.487091,-5.016096,-21.159685,8.479883,-5.015167,-21.158768,8.485806,-5.014659,-21.157442,8.491451,-5.016067,-21.156076,8.499908,-5.015577,-21.157560,8.492710,-5.014659,-21.156673,8.498642,-5.014051,-21.155319,8.504300,-5.015535,-21.155483,8.505537,-5.014151,-21.160341,8.487081,-5.005868,-21.159657,8.491426,-5.005857,-21.157248,8.505538,-5.006786,-21.157715,8.504252,-5.005349,-21.158403,8.499919,-5.005349,-21.158352,8.498846,-5.006548,-21.165037,8.441392,-5.016700,-21.163895,8.448462,-5.017455,-21.164183,8.447514,-5.016395,-21.163271,8.454229,-5.015886,-21.164330,8.447325,-5.015563,-21.162140,8.461105,-5.016741,-21.167393,8.421670,-5.017198,-21.166601,8.428574,-5.016962,-21.165962,8.434498,-5.016690,-21.167330,8.427290,-5.008396,-21.167746,8.422854,-5.008510,-21.165882,8.441402,-5.009325,-21.166147,8.440116,-5.007888,-21.166565,8.435783,-5.007888,-21.166550,8.434561,-5.009254,-21.167070,8.428575,-5.009833,-21.165226,8.448479,-5.007527,-21.163704,8.461349,-5.006971,-21.163660,8.460152,-5.008310,-21.164461,8.453253,-5.007318,-21.162184,8.474190,-5.006448,-21.162804,8.467056,-5.008310,-21.162140,8.472980,-5.007802,-21.163057,8.465739,-5.006833,-21.165241,8.447325,-5.008817,-21.164347,8.454229,-5.008817,-21.169540,8.402921,-5.010849,-21.169653,8.401636,-5.009411,-21.169901,8.397302,-5.009411,-21.169930,8.396016,-5.010849,-21.170254,8.390095,-5.011357,-21.169582,8.396016,-5.018214,-21.171745,8.337501,-5.022190,-21.171967,8.338785,-5.020753,-21.172695,8.328331,-5.014301,-21.172379,8.328331,-5.020000,-21.172367,8.337501,-5.011951,-21.172373,8.337939,-5.012442,-21.172483,8.333166,-5.011951,-21.172571,8.331882,-5.013464,-21.171934,8.351612,-5.012880,-21.171967,8.350327,-5.011444,-21.172112,8.345854,-5.011599,-21.172152,8.344831,-5.012744,-21.172350,8.338785,-5.013388,-21.171516,8.364439,-5.012373,-21.171547,8.363154,-5.010936,-21.171690,8.358820,-5.010936,-21.171741,8.357534,-5.012373,-21.171898,8.333166,-5.022190,-21.172171,8.331882,-5.020753,-21.170225,8.390345,-5.009356,-21.167387,8.427217,-5.007925};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_6()
		{
			double[] value = {-21.168144,8.418868,-5.008415,-21.162590,8.456762,-5.017969,-21.163328,8.453107,-5.017365,-21.163860,8.460710,-5.006444,-21.164867,8.452312,-5.006695,-21.162853,8.469106,-5.006192,-21.157318,8.491173,-5.016788,-21.159447,8.493334,-5.005358,-21.158243,8.501249,-5.005068,-21.149048,8.328331,-5.072287,-21.161777,8.328331,-5.056681,-21.138653,8.371957,-5.073373,-21.164974,8.372647,-5.041573,-21.147285,8.372647,-5.067074,-21.160711,8.372647,-5.050828,-21.161655,8.339606,-5.055032,-21.148771,8.339606,-5.070878,-21.135307,8.369274,-5.075830,-21.166643,8.369274,-5.037710,-21.142916,8.339606,-5.075235,-21.167181,8.339606,-5.040799,-21.137705,8.342979,-5.078324,-21.168034,8.342979,-5.037710,-21.085463,8.223342,-5.104337,-21.053625,8.134142,-5.103895,-21.039139,8.229099,-5.094141,-21.030258,8.161332,-5.090564,-21.026924,8.162430,-5.087940,-21.015364,8.158605,-5.076499,-21.012159,8.154125,-5.073060,-21.023094,8.162477,-5.084301,-21.004196,8.230054,-5.054245,-21.004093,8.179565,-5.056571,-21.001574,8.131995,-5.051256,-21.002676,8.099214,-5.055850,-20.998316,8.093121,-5.041374,-20.997152,8.063727,-5.033908,-20.996334,8.012861,-5.027324,-20.997541,8.136870,-5.034300,-20.997799,8.183893,-5.031290,-20.999052,8.281265,-5.029160,-20.999910,8.327551,-5.028212,-20.997879,8.213596,-5.001470,-20.996431,8.185613,-5.016474,-21.048325,7.708298,-4.944998,-21.055351,7.739498,-4.941590,-21.085463,7.744968,-4.936061,-21.064640,7.757766,-4.939967,-21.039257,7.870821,-4.948035,-21.002209,7.869471,-4.990591,-20.997555,7.869223,-5.006355,-20.997101,7.789365,-5.014531,-20.998291,7.728144,-5.011011,-20.999184,7.944190,-4.997553,-20.996288,7.942691,-5.010701,-20.995657,8.012321,-5.014546,-21.053507,8.213541,-4.936425,-21.003027,8.216448,-4.983623,-20.999487,8.122231,-4.994618,-20.995657,8.076017,-5.013453,-20.998037,8.314441,-5.009101,-21.078568,8.115949,-5.107955,-21.085463,8.115101,-5.108041,-20.999348,8.327569,-4.998610,-21.034199,8.158264,-5.093245,-21.019388,8.190957,-5.079840,-21.019083,8.161496,-5.080284,-20.998522,8.060690,-5.045493,-20.996504,8.145308,-5.007710,-21.007689,8.327569,-4.974451,-20.996939,8.233791,-5.015682,-20.997437,8.268332,-5.010048,-20.995840,8.134094,-5.016401,-21.003229,7.708298,-4.995653,-21.011055,7.708298,-4.979436,-21.085463,7.963310,-4.935870,-21.028938,8.121197,-4.950633,-21.010960,8.123976,-4.969834,-21.012995,8.327569,-4.965975,-21.055616,8.327569,-4.934448,-21.071960,8.117998,-5.107700,-21.065969,8.121548,-5.107117,-21.085463,7.706997,-4.936094,-21.054628,7.708240,-4.942212,-21.026102,7.708298,-4.961313,-20.998652,7.708323,-5.010983,-21.042303,8.327569,-5.085884,-21.021774,8.327569,-5.072320,-21.065128,8.327569,-5.092875,-21.009079,8.327569,-5.056707,-20.998199,8.327569,-5.014216,-20.998533,8.327569,-5.020013,-21.085463,8.327569,-4.930811,-21.032370,8.327569,-4.946508,-20.999434,7.886177,-4.998625,-20.999640,7.910032,-4.997214,-20.999392,7.911312,-4.997942,-20.999865,7.888027,-4.997214,-20.999685,7.886858,-4.997810,-20.996237,7.943850,-5.028044};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_7()
		{
			double[] value = {-20.996265,7.912173,-5.029355,-20.999155,7.912008,-4.998776,-20.995960,7.912173,-5.017270,-20.996531,7.885887,-5.012064,-20.996292,7.880954,-5.030647,-20.996288,7.885887,-5.030443,-20.996033,7.912173,-5.023112,-21.001028,8.171430,-5.046974,-21.001295,8.170624,-5.047939,-21.001450,8.169454,-5.048536,-21.001053,8.147449,-5.048536,-21.000860,8.146280,-5.047940,-21.000628,8.145671,-5.047210,-20.997568,8.171563,-5.002448,-20.998060,8.171430,-5.000444,-20.998310,8.170624,-4.999478,-20.998466,8.169454,-4.998882,-20.998419,8.147449,-4.998882,-20.998259,8.146280,-4.999478,-20.998003,8.145474,-5.000443,-20.999105,8.145308,-5.042331,-20.996565,8.171596,-5.022840,-20.995968,8.145308,-5.016418,-20.997826,8.241437,-5.025746,-20.997904,8.245770,-5.025746,-20.997721,8.247055,-5.024309,-20.997982,8.254264,-5.025238,-20.997751,8.252978,-5.023801,-20.998062,8.258597,-5.025238,-20.997446,8.278633,-5.015419,-20.997517,8.284252,-5.013982,-20.997463,8.279919,-5.013982,-20.995768,8.013786,-5.017976,-20.995722,8.012502,-5.016539,-20.995710,8.021122,-5.016590,-20.995762,8.019835,-5.018027,-20.995697,8.038410,-5.016641,-20.995754,8.026740,-5.018027,-20.995749,8.032790,-5.018078,-20.995741,8.039695,-5.018078,-20.995737,8.045744,-5.018129,-20.995689,8.047017,-5.016706,-20.995729,8.052649,-5.018129,-20.995724,8.058699,-5.018239,-20.995693,8.051507,-5.016851,-20.995710,8.065463,-5.018024,-20.995716,8.071653,-5.018360,-20.995735,8.065603,-5.018739,-20.996220,8.071585,-5.025201,-20.995722,8.078557,-5.018374,-20.995737,8.084720,-5.018155,-20.995741,8.084607,-5.018281,-20.995770,8.091512,-5.018281,-20.995800,8.097562,-5.018332,-20.995800,8.116216,-5.017036,-20.995831,8.104465,-5.018332,-20.995857,8.110516,-5.018383,-20.995790,8.111688,-5.017074,-20.995947,8.130374,-5.018434,-20.995857,8.129089,-5.016997,-20.995836,8.124755,-5.016997,-20.995888,8.117420,-5.018383,-20.995916,8.123470,-5.018434,-20.996206,7.993928,-5.025290,-20.996210,7.987813,-5.025312,-20.996273,7.999907,-5.026323,-20.996298,8.008166,-5.026778,-20.996201,8.006882,-5.025341,-20.996201,8.000831,-5.025290,-20.996298,8.012501,-5.026778,-20.996332,7.833875,-5.030137,-20.996584,7.789371,-5.019863,-20.996538,7.796266,-5.019827,-20.996414,7.815909,-5.019569,-20.996367,7.822813,-5.019533,-20.996246,7.842445,-5.019277,-20.996195,7.849350,-5.019240,-20.996159,7.855525,-5.019178,-20.996336,7.848064,-5.017789,-20.996374,7.843731,-5.017789,-20.996275,7.856812,-5.017636,-20.996311,8.025513,-5.026837,-20.996288,8.033733,-5.026498,-20.996275,8.038935,-5.026292,-20.996399,8.064317,-5.026982,-20.996231,8.065602,-5.025391,-20.996237,8.052529,-5.025626,-20.996227,8.058699,-5.025510,-20.996288,8.078557,-5.025596,-20.996466,8.085892,-5.027083,-20.996313,8.084607,-5.025647,-20.996365,8.097562,-5.025697,-20.996336,8.091512,-5.025647,-20.996416,8.110516,-5.025748,-20.996401,8.104368,-5.025807,-20.996469,8.123470,-5.025799,-20.996443,8.117419,-5.025748,-20.996424,8.072938,-5.027033,-20.996435,8.077271,-5.027033,-20.996655,8.129088,-5.027236};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_8()
		{
			double[] value = {-20.996496,8.130374,-5.025799,-20.997414,8.214498,-5.025324,-20.997684,8.220117,-5.026762,-20.997503,8.221401,-5.025324,-20.997723,8.228610,-5.026254,-20.997507,8.227324,-5.024816,-20.997780,8.232944,-5.026254,-20.997595,8.234229,-5.024816,-20.997601,8.240151,-5.024309,-20.997414,8.190128,-5.027777,-20.997473,8.194462,-5.027777,-20.997297,8.195746,-5.026340,-20.997522,8.202955,-5.027270,-20.997309,8.201670,-5.025832,-20.997581,8.207290,-5.027270,-20.997404,8.208575,-5.025832,-20.997627,8.215782,-5.026762,-20.998125,8.267091,-5.024730,-20.997868,8.259883,-5.023801,-20.997875,8.265806,-5.023293,-20.998190,8.271425,-5.024730,-20.998238,8.279918,-5.024222,-20.997986,8.278633,-5.022785,-20.998302,8.284252,-5.024222,-20.997980,8.272710,-5.023293,-20.998091,8.285537,-5.022785,-20.998379,8.292745,-5.023714,-20.998104,8.291460,-5.022277,-20.998476,8.297079,-5.023714,-20.998259,8.298364,-5.022277,-20.997646,8.292746,-5.013475,-20.997715,8.297079,-5.013475,-20.997620,8.291583,-5.014775,-20.997847,8.305573,-5.012967,-20.997913,8.309907,-5.012967,-20.997807,8.304287,-5.014417,-20.998112,8.324018,-5.014000,-20.998049,8.318399,-5.012459,-20.998005,8.317115,-5.014057,-20.997913,8.311152,-5.014360,-20.997547,8.285538,-5.015419,-20.997732,8.298365,-5.014912,-20.997057,8.240151,-5.016943,-20.997009,8.241337,-5.015527,-20.997187,8.252978,-5.016436,-20.997061,8.245747,-5.015423,-20.997135,8.247056,-5.016943,-20.997395,8.272711,-5.015928,-20.997314,8.265806,-5.015928,-20.997265,8.259883,-5.016436,-20.997429,8.279142,-5.014850,-20.997351,8.271866,-5.014984,-20.997429,8.279142,-5.014850,-20.997211,8.258597,-5.014998,-20.997168,8.254265,-5.014998,-20.997358,8.271425,-5.014491,-20.997314,8.267092,-5.014491,-20.997007,8.234229,-5.017451,-20.996943,8.232944,-5.016014,-20.996937,8.227325,-5.017627,-20.996885,8.221402,-5.017959,-20.996521,8.190128,-5.017538,-20.996569,8.194462,-5.017538,-20.996695,8.207290,-5.017030,-20.996643,8.202955,-5.017030,-20.996685,8.201670,-5.018467,-20.996635,8.195747,-5.018975,-20.996819,8.220117,-5.016522,-20.996769,8.215783,-5.016522,-20.996761,8.208575,-5.018467,-20.996809,8.214498,-5.017959,-20.996893,8.228610,-5.016014,-20.996305,8.021121,-5.026829,-20.996197,8.013785,-5.025341,-20.996202,8.019835,-5.025392,-20.996214,8.032790,-5.025444,-20.996208,8.026740,-5.025392,-20.996216,8.039695,-5.025444,-20.996223,8.045744,-5.025494,-20.995693,8.064317,-5.016742,-20.995693,8.059984,-5.016742,-20.995695,8.072938,-5.016793,-20.995722,8.078557,-5.018230,-20.995701,8.077271,-5.016793,-20.995735,8.090227,-5.016844,-20.995722,8.085893,-5.016844,-20.995768,8.103181,-5.016895,-20.995758,8.098846,-5.016895,-20.995800,8.116134,-5.016946,-20.996185,7.947730,-5.026525,-20.996134,7.949014,-5.025087,-20.996202,7.956350,-5.026575,-20.996145,7.955065,-5.025137,-20.996210,7.960683,-5.026575,-20.996159,7.961968,-5.025137,-20.996227,7.969304,-5.026626,-20.996172,7.968027,-5.025198,-20.996237,7.973638,-5.026626,-20.996185,7.974923,-5.025189,-20.996254,7.982258,-5.026677};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_9()
		{
			double[] value = {-20.996195,7.980973,-5.025240,-20.996264,7.986592,-5.026677,-20.996281,7.995212,-5.026728,-20.996288,7.999547,-5.026728,-20.996239,7.861145,-5.017636,-20.996128,7.862417,-5.019170,-20.995861,7.943368,-5.016202,-20.995857,7.947759,-5.016183,-20.995861,7.955764,-5.016991,-20.995834,7.980973,-5.017874,-20.995811,7.982031,-5.016625,-20.995848,7.974923,-5.017824,-20.995747,7.999547,-5.016489,-20.995806,7.993928,-5.017925,-20.995819,7.987878,-5.017874,-20.995779,8.006882,-5.017976,-20.995790,8.000832,-5.017925,-20.995880,7.955065,-5.017773,-20.995892,7.949015,-5.017722,-20.995869,7.961969,-5.017773,-20.995871,7.968019,-5.018293,-20.996218,7.856811,-5.027875,-20.996214,7.861145,-5.027875,-20.996164,7.862333,-5.026546,-20.996511,7.794684,-5.031841,-20.996315,7.817194,-5.028334,-20.996613,7.760586,-5.032032,-20.996304,7.821528,-5.028334,-20.996246,7.822813,-5.026896,-20.996244,7.843730,-5.028028,-20.996197,7.842445,-5.026591,-20.996237,7.848064,-5.028028,-20.996187,7.849349,-5.026591,-20.996172,7.855525,-5.026438,-20.996393,7.794990,-5.028639,-20.996267,7.815909,-5.026896,-20.996510,7.769255,-5.028944,-20.996767,7.708298,-5.032747,-20.996407,7.790655,-5.028639,-20.996384,7.789371,-5.027202,-20.996353,7.796274,-5.027202,-20.997129,7.718160,-5.020688,-20.997084,7.724411,-5.020580,-20.997025,7.731249,-5.020545,-20.996979,7.737483,-5.020437,-20.996918,7.744338,-5.020402,-20.996870,7.750555,-5.020294,-20.996704,7.770512,-5.020117,-20.996811,7.757427,-5.020259,-20.996763,7.763635,-5.020164,-20.996685,7.794990,-5.018399,-20.996716,7.790656,-5.018399,-20.996515,7.821528,-5.018094,-20.996548,7.817194,-5.018094,-20.997297,7.716932,-5.019314,-20.997189,7.730012,-5.019162,-20.997231,7.725678,-5.019162,-20.997086,7.743093,-5.019010,-20.997128,7.738759,-5.019010,-20.997023,7.751840,-5.018857,-20.996981,7.756173,-5.018857,-20.996866,7.769255,-5.018704,-20.996908,7.764921,-5.018704,-20.997248,7.708298,-5.020536,-20.996582,7.743159,-5.029174,-20.996557,7.751839,-5.029096,-20.996557,7.756204,-5.029115,-20.996521,7.765182,-5.029063,-20.996483,7.763635,-5.027507,-20.996466,7.770539,-5.027507,-20.996510,7.757360,-5.027758,-20.997343,7.712597,-5.019315,-20.997189,7.711343,-5.020719,-20.996819,7.711311,-5.028117,-20.996729,7.724393,-5.027964,-20.996769,7.718216,-5.028117,-20.996679,7.731271,-5.027842,-20.996643,7.737474,-5.027596,-20.996782,7.712597,-5.029554,-20.996552,7.750555,-5.027659,-20.996592,7.744377,-5.027812,-20.998577,8.305573,-5.023206,-20.998306,8.304287,-5.021769,-20.998674,8.309907,-5.023206,-20.998777,8.318399,-5.022698,-20.998459,8.311192,-5.021769,-20.998508,8.317115,-5.021261,-20.998875,8.322733,-5.022698,-20.998665,8.324018,-5.021261,-20.998119,8.322734,-5.012459,-20.996176,7.943395,-5.026525,-20.996120,7.942111,-5.025087,-20.995901,7.942111,-5.017722,-20.996563,8.188844,-5.018975,-20.997208,8.188844,-5.026340,-20.996775,7.716569,-5.029603,-20.996729,7.725492,-5.029323,-20.996679,7.730172,-5.029201,-20.996613,7.738849,-5.029126,-20.996635,7.738776,-5.030846};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_10()
		{
			double[] value = {-20.996702,7.723537,-5.031796,-20.995796,7.974080,-5.016266,-20.995831,7.960291,-5.016304,-20.995811,7.968408,-5.016343,-20.995762,7.977137,-5.015386,-20.995813,7.959544,-5.015806,-20.995831,7.956718,-5.016304,-20.995819,7.986233,-5.016604,-20.995806,7.995262,-5.016494,-20.995710,7.994730,-5.014966,-20.995779,8.008116,-5.016542,-20.995703,8.024963,-5.016615,-20.995749,8.034224,-5.016712,-20.995672,8.029670,-5.015626,-20.995682,8.038343,-5.016167,-20.996353,8.042719,-5.026906,-20.996326,8.031920,-5.026868,-20.996376,8.051196,-5.026944,-20.996376,8.047358,-5.026944,-20.996399,8.060531,-5.026982,-20.997049,8.122181,-5.030730,-20.996609,8.115829,-5.027198,-20.996513,8.098806,-5.027122,-20.996759,8.104036,-5.028907,-20.996469,8.124755,-5.027186,-20.996584,8.112265,-5.027179,-20.996412,8.103067,-5.027116,-20.996490,8.090279,-5.027103,-21.117300,8.134142,-5.103895,-21.131786,8.229099,-5.094141,-21.140669,8.161332,-5.090564,-21.144001,8.162430,-5.087940,-21.155561,8.158605,-5.076499,-21.158766,8.154125,-5.073060,-21.147831,8.162477,-5.084301,-21.162880,8.139895,-5.067419,-21.163092,8.193631,-5.063787,-21.166832,8.179565,-5.056571,-21.169352,8.131995,-5.051256,-21.168251,8.099214,-5.055850,-21.172611,8.093121,-5.041374,-21.173773,8.063727,-5.033908,-21.174591,8.012861,-5.027324,-21.173384,8.136870,-5.034300,-21.173126,8.183893,-5.031290,-21.171875,8.281265,-5.029160,-21.171015,8.327551,-5.028212,-21.173046,8.213596,-5.001470,-21.174494,8.185613,-5.016474,-21.122601,7.708298,-4.944998,-21.096680,7.761531,-4.939224,-21.121136,7.874222,-4.942560,-21.112116,7.750440,-4.940779,-21.158915,7.878199,-4.973077,-21.168716,7.869471,-4.990591,-21.173370,7.869223,-5.006355,-21.173824,7.789365,-5.014531,-21.172634,7.728144,-5.011011,-21.171743,7.944190,-4.997553,-21.174639,7.942691,-5.010701,-21.175268,8.012321,-5.014546,-21.167900,8.216448,-4.983623,-21.171438,8.122231,-4.994618,-21.175268,8.076017,-5.013453,-21.172890,8.314441,-5.009101,-21.092358,8.115949,-5.107955,-21.171577,8.327569,-4.998610,-21.136726,8.158264,-5.093245,-21.151842,8.161496,-5.080284,-21.172405,8.060690,-5.045493,-21.174421,8.145308,-5.007710,-21.163237,8.327569,-4.974451,-21.173986,8.233791,-5.015682,-21.173489,8.268332,-5.010048,-21.175085,8.134094,-5.016401,-21.167696,7.708298,-4.995653,-21.159870,7.708298,-4.979436,-21.142393,7.793059,-4.957558,-21.118498,8.121504,-4.937988,-21.159966,8.123976,-4.969834,-21.157930,8.327569,-4.965975,-21.115309,8.327569,-4.934448,-21.098965,8.117998,-5.107700,-21.104956,8.121548,-5.107117,-21.116299,7.708240,-4.942212,-21.144823,7.708298,-4.961313,-21.172274,7.708323,-5.010983,-21.128624,8.327569,-5.085884,-21.149151,8.327569,-5.072320,-21.105797,8.327569,-5.092875,-21.161846,8.327569,-5.056707,-21.172728,8.327569,-5.014216,-21.172392,8.327569,-5.020013,-21.138556,8.327569,-4.946508,-21.171494,7.886177,-4.998625,-21.171288,7.910032,-4.997214,-21.171534,7.911312,-4.997942,-21.171061,7.888027,-4.997214,-21.171240,7.886858,-4.997810,-21.174690,7.943850,-5.028044};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_11()
		{
			double[] value = {-21.174662,7.912173,-5.029355,-21.171772,7.912008,-4.998776,-21.174965,7.912173,-5.017270,-21.174395,7.885887,-5.012064,-21.174633,7.880954,-5.030647,-21.174639,7.885887,-5.030443,-21.174892,7.912173,-5.023112,-21.169899,8.171430,-5.046974,-21.169630,8.170624,-5.047939,-21.169476,8.169454,-5.048536,-21.169872,8.147449,-5.048536,-21.170067,8.146280,-5.047940,-21.170298,8.145671,-5.047210,-21.173359,8.171563,-5.002448,-21.172867,8.171430,-5.000444,-21.172615,8.170624,-4.999478,-21.172459,8.169454,-4.998882,-21.172508,8.147449,-4.998882,-21.172667,8.146280,-4.999478,-21.172922,8.145474,-5.000443,-21.171820,8.145308,-5.042331,-21.174360,8.171596,-5.022840,-21.174957,8.145308,-5.016418,-21.173100,8.241437,-5.025746,-21.173021,8.245770,-5.025746,-21.173206,8.247055,-5.024309,-21.172943,8.254264,-5.025238,-21.173174,8.252978,-5.023801,-21.172863,8.258597,-5.025238,-21.173479,8.278633,-5.015419,-21.173410,8.284252,-5.013982,-21.173462,8.279919,-5.013982,-21.175158,8.013786,-5.017976,-21.175205,8.012502,-5.016539,-21.175215,8.021122,-5.016590,-21.175163,8.019835,-5.018027,-21.175228,8.038410,-5.016641,-21.175171,8.026740,-5.018027,-21.175177,8.032790,-5.018078,-21.175184,8.039695,-5.018078,-21.175188,8.045744,-5.018129,-21.175236,8.047017,-5.016706,-21.175198,8.052649,-5.018129,-21.175201,8.058699,-5.018239,-21.175234,8.051507,-5.016851,-21.175215,8.065463,-5.018024,-21.175209,8.071653,-5.018360,-21.175190,8.065603,-5.018739,-21.174706,8.071585,-5.025201,-21.175205,8.078557,-5.018374,-21.175188,8.084720,-5.018155,-21.175184,8.084607,-5.018281,-21.175156,8.091512,-5.018281,-21.175125,8.097562,-5.018332,-21.175125,8.116216,-5.017036,-21.175095,8.104465,-5.018332,-21.175068,8.110516,-5.018383,-21.175135,8.111688,-5.017074,-21.174978,8.130374,-5.018434,-21.175068,8.129089,-5.016997,-21.175089,8.124755,-5.016997,-21.175037,8.117420,-5.018383,-21.175009,8.123470,-5.018434,-21.174721,7.993928,-5.025290,-21.174715,7.987813,-5.025312,-21.174654,7.999907,-5.026323,-21.174627,8.008166,-5.026778,-21.174726,8.006882,-5.025341,-21.174726,8.000831,-5.025290,-21.174627,8.012501,-5.026778,-21.174595,7.833875,-5.030137,-21.174341,7.789371,-5.019863,-21.174389,7.796266,-5.019827,-21.174511,7.815909,-5.019569,-21.174559,7.822813,-5.019533,-21.174681,7.842445,-5.019277,-21.174730,7.849350,-5.019240,-21.174767,7.855525,-5.019178,-21.174589,7.848064,-5.017789,-21.174551,7.843731,-5.017789,-21.174650,7.856812,-5.017636,-21.174614,8.025513,-5.026837,-21.174639,8.033733,-5.026498,-21.174650,8.038935,-5.026292,-21.174528,8.064317,-5.026982,-21.174694,8.065602,-5.025391,-21.174690,8.052529,-5.025626,-21.174698,8.058699,-5.025510,-21.174639,8.078557,-5.025596,-21.174459,8.085892,-5.027083,-21.174612,8.084607,-5.025647,-21.174561,8.097562,-5.025697,-21.174589,8.091512,-5.025647,-21.174509,8.110516,-5.025748,-21.174524,8.104368,-5.025807,-21.174456,8.123470,-5.025799,-21.174484,8.117419,-5.025748,-21.174501,8.072938,-5.027033,-21.174490,8.077271,-5.027033,-21.174273,8.129088,-5.027236};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_12()
		{
			double[] value = {-21.174429,8.130374,-5.025799,-21.173512,8.214498,-5.025324,-21.173243,8.220117,-5.026762,-21.173422,8.221401,-5.025324,-21.173203,8.228610,-5.026254,-21.173418,8.227324,-5.024816,-21.173147,8.232944,-5.026254,-21.173332,8.234229,-5.024816,-21.173325,8.240151,-5.024309,-21.173512,8.190128,-5.027777,-21.173452,8.194462,-5.027777,-21.173628,8.195746,-5.026340,-21.173405,8.202955,-5.027270,-21.173616,8.201670,-5.025832,-21.173346,8.207290,-5.027270,-21.173521,8.208575,-5.025832,-21.173298,8.215782,-5.026762,-21.172802,8.267091,-5.024730,-21.173059,8.259883,-5.023801,-21.173052,8.265806,-5.023293,-21.172735,8.271425,-5.024730,-21.172688,8.279918,-5.024222,-21.172941,8.278633,-5.022785,-21.172625,8.284252,-5.024222,-21.172945,8.272710,-5.023293,-21.172834,8.285537,-5.022785,-21.172546,8.292745,-5.023714,-21.172821,8.291460,-5.022277,-21.172451,8.297079,-5.023714,-21.172667,8.298364,-5.022277,-21.173279,8.292746,-5.013475,-21.173212,8.297079,-5.013475,-21.173306,8.291583,-5.014775,-21.173079,8.305573,-5.012967,-21.173012,8.309907,-5.012967,-21.173119,8.304287,-5.014417,-21.172813,8.324018,-5.014000,-21.172876,8.318399,-5.012459,-21.172920,8.317115,-5.014057,-21.173012,8.311152,-5.014360,-21.173378,8.285538,-5.015419,-21.173193,8.298365,-5.014912,-21.173868,8.240151,-5.016943,-21.173916,8.241337,-5.015527,-21.173738,8.252978,-5.016436,-21.173864,8.245747,-5.015423,-21.173790,8.247056,-5.016943,-21.173531,8.272711,-5.015928,-21.173611,8.265806,-5.015928,-21.173660,8.259883,-5.016436,-21.173496,8.279142,-5.014850,-21.173574,8.271866,-5.014984,-21.173496,8.279142,-5.014850,-21.173714,8.258597,-5.014998,-21.173758,8.254265,-5.014998,-21.173567,8.271425,-5.014491,-21.173611,8.267092,-5.014491,-21.173920,8.234229,-5.017451,-21.173985,8.232944,-5.016014,-21.173988,8.227325,-5.017627,-21.174040,8.221402,-5.017959,-21.174404,8.190128,-5.017538,-21.174356,8.194462,-5.017538,-21.174231,8.207290,-5.017030,-21.174282,8.202955,-5.017030,-21.174242,8.201670,-5.018467,-21.174290,8.195747,-5.018975,-21.174107,8.220117,-5.016522,-21.174156,8.215783,-5.016522,-21.174164,8.208575,-5.018467,-21.174118,8.214498,-5.017959,-21.174032,8.228610,-5.016014,-21.174620,8.021121,-5.026829,-21.174728,8.013785,-5.025341,-21.174723,8.019835,-5.025392,-21.174713,8.032790,-5.025444,-21.174717,8.026740,-5.025392,-21.174709,8.039695,-5.025444,-21.174702,8.045744,-5.025494,-21.175234,8.064317,-5.016742,-21.175234,8.059984,-5.016742,-21.175230,8.072938,-5.016793,-21.175205,8.078557,-5.018230,-21.175226,8.077271,-5.016793,-21.175190,8.090227,-5.016844,-21.175205,8.085893,-5.016844,-21.175158,8.103181,-5.016895,-21.175169,8.098846,-5.016895,-21.175125,8.116134,-5.016946,-21.174740,7.947730,-5.026525,-21.174793,7.949014,-5.025087,-21.174723,7.956350,-5.026575,-21.174780,7.955065,-5.025137,-21.174715,7.960683,-5.026575,-21.174767,7.961968,-5.025137,-21.174698,7.969304,-5.026626,-21.174753,7.968027,-5.025198,-21.174690,7.973638,-5.026626,-21.174742,7.974923,-5.025189,-21.174671,7.982258,-5.026677};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_13()
		{
			double[] value = {-21.174730,7.980973,-5.025240,-21.174662,7.986592,-5.026677,-21.174646,7.995212,-5.026728,-21.174639,7.999547,-5.026728,-21.174686,7.861145,-5.017636,-21.174797,7.862417,-5.019170,-21.175066,7.943368,-5.016202,-21.175068,7.947759,-5.016183,-21.175066,7.955764,-5.016991,-21.175091,7.980973,-5.017874,-21.175114,7.982031,-5.016625,-21.175079,7.974923,-5.017824,-21.175179,7.999547,-5.016489,-21.175119,7.993928,-5.017925,-21.175106,7.987878,-5.017874,-21.175146,8.006882,-5.017976,-21.175135,8.000832,-5.017925,-21.175045,7.955065,-5.017773,-21.175035,7.949015,-5.017722,-21.175058,7.961969,-5.017773,-21.175055,7.968019,-5.018293,-21.174707,7.856811,-5.027875,-21.174713,7.861145,-5.027875,-21.174761,7.862333,-5.026546,-21.174414,7.794684,-5.031841,-21.174610,7.817194,-5.028334,-21.174313,7.760586,-5.032032,-21.174623,7.821528,-5.028334,-21.174679,7.822813,-5.026896,-21.174683,7.843730,-5.028028,-21.174728,7.842445,-5.026591,-21.174690,7.848064,-5.028028,-21.174738,7.849349,-5.026591,-21.174753,7.855525,-5.026438,-21.174532,7.794990,-5.028639,-21.174658,7.815909,-5.026896,-21.174416,7.769255,-5.028944,-21.174158,7.708298,-5.032747,-21.174519,7.790655,-5.028639,-21.174543,7.789371,-5.027202,-21.174574,7.796274,-5.027202,-21.173796,7.718160,-5.020688,-21.173841,7.724411,-5.020580,-21.173901,7.731249,-5.020545,-21.173948,7.737483,-5.020437,-21.174007,7.744338,-5.020402,-21.174055,7.750555,-5.020294,-21.174221,7.770512,-5.020117,-21.174114,7.757427,-5.020259,-21.174162,7.763635,-5.020164,-21.174242,7.794990,-5.018399,-21.174210,7.790656,-5.018399,-21.174412,7.821528,-5.018094,-21.174377,7.817194,-5.018094,-21.173628,7.716932,-5.019314,-21.173737,7.730012,-5.019162,-21.173695,7.725678,-5.019162,-21.173840,7.743093,-5.019010,-21.173798,7.738759,-5.019010,-21.173904,7.751840,-5.018857,-21.173944,7.756173,-5.018857,-21.174059,7.769255,-5.018704,-21.174017,7.764921,-5.018704,-21.173677,7.708298,-5.020536,-21.174345,7.743159,-5.029174,-21.174368,7.751839,-5.029096,-21.174368,7.756204,-5.029115,-21.174404,7.765182,-5.029063,-21.174442,7.763635,-5.027507,-21.174459,7.770539,-5.027507,-21.174416,7.757360,-5.027758,-21.173582,7.712597,-5.019315,-21.173737,7.711343,-5.020719,-21.174107,7.711311,-5.028117,-21.174198,7.724393,-5.027964,-21.174156,7.718216,-5.028117,-21.174246,7.731271,-5.027842,-21.174282,7.737474,-5.027596,-21.174143,7.712597,-5.029554,-21.174376,7.750555,-5.027659,-21.174334,7.744377,-5.027812,-21.172348,8.305573,-5.023206,-21.172619,8.304287,-5.021769,-21.172251,8.309907,-5.023206,-21.172148,8.318399,-5.022698,-21.172466,8.311192,-5.021769,-21.172419,8.317115,-5.021261,-21.172052,8.322733,-5.022698,-21.172260,8.324018,-5.021261,-21.172806,8.322734,-5.012459,-21.174749,7.943395,-5.026525,-21.174805,7.942111,-5.025087,-21.175024,7.942111,-5.017722,-21.174362,8.188844,-5.018975,-21.173717,8.188844,-5.026340,-21.174150,7.716569,-5.029603,-21.174198,7.725492,-5.029323,-21.174246,7.730172,-5.029201,-21.174313,7.738849,-5.029126,-21.174290,7.738776,-5.030846};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_14()
		{
			double[] value = {-21.174223,7.723537,-5.031796,-21.175131,7.974080,-5.016266,-21.175095,7.960291,-5.016304,-21.175114,7.968408,-5.016343,-21.175163,7.977137,-5.015386,-21.175112,7.959544,-5.015806,-21.175095,7.956718,-5.016304,-21.175106,7.986233,-5.016604,-21.175119,7.995262,-5.016494,-21.175215,7.994730,-5.014966,-21.175146,8.008116,-5.016542,-21.175222,8.024963,-5.016615,-21.175177,8.034224,-5.016712,-21.175253,8.029670,-5.015626,-21.175243,8.038343,-5.016167,-21.174574,8.042719,-5.026906,-21.174599,8.031920,-5.026868,-21.174551,8.051196,-5.026944,-21.174551,8.047358,-5.026944,-21.174528,8.060531,-5.026982,-21.173876,8.122181,-5.030730,-21.174316,8.115829,-5.027198,-21.174412,8.098806,-5.027122,-21.174166,8.104036,-5.028907,-21.174456,8.124755,-5.027186,-21.174341,8.112265,-5.027179,-21.174515,8.103067,-5.027116,-21.174435,8.090279,-5.027103,-21.140070,8.297453,-5.082152,-21.169825,8.294094,-5.037979,-21.149588,8.297453,-5.074852,-21.161591,8.297453,-5.060253,-21.160196,8.227583,-5.067686,-21.166616,8.227583,-5.054613,-21.165466,8.297453,-5.051948,-21.168951,8.297453,-5.041054,-21.146807,8.227583,-5.082511,-21.142891,8.230958,-5.085600,-21.135229,8.294080,-5.085600,-21.170601,8.227583,-5.041054,-21.171219,8.230958,-5.037965,-20.997818,7.657207,-5.041202,-21.005600,7.572047,-5.069385,-21.037373,7.570744,-5.105356,-21.065693,7.614750,-5.116004,-21.075365,7.624507,-5.117211,-21.085463,7.629333,-5.117710,-21.008835,7.578698,-4.988220,-21.039150,7.652565,-4.946671,-21.004827,7.610470,-4.995998,-21.054628,7.707526,-4.942212,-20.998034,7.683712,-5.016768,-20.998213,7.657691,-5.017299,-21.010921,7.555284,-5.079496,-20.999786,7.611699,-5.011838,-21.023314,7.550184,-4.959368,-20.997427,7.634449,-5.032836,-20.996866,7.678005,-5.031723,-20.996811,7.697663,-5.033385,-20.999962,7.584698,-5.051522,-20.999804,7.612433,-5.052516,-21.036013,7.550184,-4.942078,-21.027023,7.557823,-5.097321,-21.049425,7.590431,-5.111530,-21.053854,7.550184,-4.930476,-21.085463,7.550184,-4.924998,-20.998386,7.635103,-5.017504,-21.085463,7.678186,-4.935612,-21.085463,7.706441,-4.936097,-20.999580,7.550184,-5.019366,-20.998480,7.572487,-5.034825,-20.998787,7.550184,-5.030843,-21.004593,7.550184,-5.066207,-21.044605,7.550184,-5.109648,-21.013245,7.552557,-5.082766,-21.012209,7.550012,-5.081002,-21.026527,7.550184,-5.096748,-21.015745,7.551586,-5.086032,-21.018698,7.551886,-5.089499,-21.015663,7.550184,-5.085848,-21.018845,7.550184,-5.089548,-21.009470,7.550184,-5.076704,-21.000610,7.550184,-5.013224,-21.071289,7.550184,-5.117794,-21.011084,7.707537,-4.979416,-20.998652,7.707537,-5.010983,-21.048235,7.707537,-4.945029,-20.996769,7.707537,-5.032792,-21.026096,7.707537,-4.961315,-20.999092,7.585413,-5.018453,-20.999779,7.588098,-5.050328,-20.999559,7.609558,-5.050328,-20.999451,7.610868,-5.049564,-20.999334,7.611533,-5.048767,-21.003183,7.585578,-5.002236,-21.003675,7.587554,-5.000676,-21.003496,7.586383,-5.001271,-21.003242,7.609558,-5.000676,-21.003014,7.610728,-5.001271,-21.002666,7.611533,-5.002236};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_15()
		{
			double[] value = {-20.998316,7.585413,-5.034941,-20.999729,7.586383,-5.049733,-20.999628,7.585578,-5.048767,-20.997223,7.646922,-5.030310,-20.997288,7.645564,-5.028879,-20.997160,7.651183,-5.030316,-20.997179,7.652469,-5.028879,-20.998220,7.625021,-5.020382,-20.998093,7.633769,-5.020229,-20.997950,7.632483,-5.021667,-20.998989,7.571393,-5.021819,-20.997648,7.652469,-5.021553,-20.997871,7.651184,-5.020077,-20.997900,7.646779,-5.020156,-20.997608,7.686091,-5.019619,-20.997564,7.690425,-5.019619,-20.997370,7.684805,-5.021446,-20.997259,7.707537,-5.020499,-20.997257,7.704687,-5.020788,-20.997494,7.699172,-5.019467,-20.997326,7.691710,-5.021244,-20.997295,7.697887,-5.020985,-20.996910,7.686090,-5.029859,-20.997057,7.659929,-5.030164,-20.997101,7.658644,-5.028727,-20.997019,7.664263,-5.030164,-20.997047,7.665549,-5.028727,-20.996952,7.673010,-5.030012,-20.997007,7.671725,-5.028574,-20.996922,7.677343,-5.030012,-20.996958,7.678629,-5.028574,-20.997387,7.638102,-5.030469,-20.997385,7.639387,-5.029032,-20.997841,7.639387,-5.021667,-20.997761,7.645564,-5.021514,-20.997561,7.665549,-5.021362,-20.997780,7.664264,-5.019924,-20.997816,7.659930,-5.019924,-20.997622,7.658645,-5.021362,-20.997526,7.671726,-5.021209,-20.997465,7.678629,-5.021209,-20.997677,7.677344,-5.019772,-20.997721,7.673011,-5.019772,-20.998795,7.559640,-5.029232,-20.998655,7.565773,-5.030622,-20.998693,7.564488,-5.029184,-20.998562,7.570107,-5.030622,-20.998545,7.571393,-5.029184,-20.999193,7.559683,-5.021819,-20.999350,7.558397,-5.020382,-20.999422,7.554064,-5.020382,-20.999308,7.552779,-5.021819,-20.999161,7.570107,-5.020382,-20.999229,7.565774,-5.020382,-20.999115,7.564489,-5.021819,-20.998774,7.554064,-5.030622,-20.998842,7.552778,-5.029184,-20.998745,7.558397,-5.030622,-20.996946,7.684805,-5.028422,-20.996899,7.690425,-5.029859,-20.996855,7.699172,-5.029706,-20.996883,7.697886,-5.028269,-20.996912,7.691710,-5.028422,-20.996834,7.703505,-5.029706,-20.996851,7.704791,-5.028269,-20.997442,7.703506,-5.019467,-20.997890,7.611699,-5.028538,-20.997715,7.620674,-5.030544,-20.998041,7.626306,-5.021819,-20.998299,7.620687,-5.020382,-20.998171,7.619403,-5.021819,-20.997744,7.619402,-5.029184,-20.997625,7.625021,-5.030622,-20.997620,7.626306,-5.029184,-20.997509,7.632483,-5.029032,-20.997505,7.633649,-5.030545,-20.997992,7.638008,-5.020233,-21.173107,7.657207,-5.041202,-21.165327,7.572047,-5.069385,-21.133553,7.570744,-5.105356,-21.105232,7.614750,-5.116004,-21.095560,7.624507,-5.117211,-21.117357,7.650976,-4.937665,-21.162090,7.578698,-4.988220,-21.166098,7.610470,-4.995998,-21.116299,7.707526,-4.942212,-21.172892,7.683712,-5.016768,-21.172714,7.657691,-5.017299,-21.160004,7.555284,-5.079496,-21.171141,7.611699,-5.011838,-21.147612,7.550184,-4.959368,-21.173500,7.634449,-5.032836,-21.174059,7.678005,-5.031723,-21.174114,7.697663,-5.033385,-21.170963,7.584698,-5.051522,-21.171122,7.612433,-5.052516,-21.134914,7.550184,-4.942078,-21.143904,7.557823,-5.097321,-21.121502,7.590431,-5.111530,-21.117071,7.550184,-4.930476};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_16()
		{
			double[] value = {-21.172539,7.635103,-5.017504,-21.119028,7.550184,-5.112875,-21.171345,7.550184,-5.019366,-21.172445,7.572487,-5.034825,-21.172140,7.550184,-5.030843,-21.166334,7.550184,-5.066207,-21.126320,7.550184,-5.109648,-21.157681,7.552557,-5.082766,-21.158716,7.550012,-5.081002,-21.144398,7.550184,-5.096748,-21.155180,7.551586,-5.086032,-21.152227,7.551886,-5.089499,-21.155262,7.550184,-5.085848,-21.152081,7.550184,-5.089548,-21.161455,7.550184,-5.076704,-21.170317,7.550184,-5.013224,-21.099638,7.550184,-5.117794,-21.159843,7.707537,-4.979416,-21.172274,7.707537,-5.010983,-21.122692,7.707537,-4.945029,-21.174156,7.707537,-5.032792,-21.144831,7.707537,-4.961315,-21.171833,7.585413,-5.018453,-21.171148,7.588098,-5.050328,-21.171366,7.609558,-5.050328,-21.171474,7.610868,-5.049564,-21.171591,7.611533,-5.048767,-21.167742,7.585578,-5.002236,-21.167250,7.587554,-5.000676,-21.167429,7.586383,-5.001271,-21.167683,7.609558,-5.000676,-21.167912,7.610728,-5.001271,-21.168259,7.611533,-5.002236,-21.172611,7.585413,-5.034941,-21.171196,7.586383,-5.049733,-21.171297,7.585578,-5.048767,-21.173702,7.646922,-5.030310,-21.173639,7.645564,-5.028879,-21.173765,7.651183,-5.030316,-21.173746,7.652469,-5.028879,-21.172707,7.625021,-5.020382,-21.172832,7.633769,-5.020229,-21.172976,7.632483,-5.021667,-21.171936,7.571393,-5.021819,-21.173277,7.652469,-5.021553,-21.173054,7.651184,-5.020077,-21.173025,7.646779,-5.020156,-21.173317,7.686091,-5.019619,-21.173361,7.690425,-5.019619,-21.173557,7.684805,-5.021446,-21.173666,7.707537,-5.020499,-21.173668,7.704687,-5.020788,-21.173433,7.699172,-5.019467,-21.173599,7.691710,-5.021244,-21.173632,7.697887,-5.020985,-21.174015,7.686090,-5.029859,-21.173872,7.659929,-5.030164,-21.173824,7.658644,-5.028727,-21.173906,7.664263,-5.030164,-21.173878,7.665549,-5.028727,-21.173973,7.673010,-5.030012,-21.173920,7.671725,-5.028574,-21.174004,7.677343,-5.030012,-21.173967,7.678629,-5.028574,-21.173538,7.638102,-5.030469,-21.173540,7.639387,-5.029032,-21.173084,7.639387,-5.021667,-21.173164,7.645564,-5.021514,-21.173365,7.665549,-5.021362,-21.173147,7.664264,-5.019924,-21.173111,7.659930,-5.019924,-21.173304,7.658645,-5.021362,-21.173399,7.671726,-5.021209,-21.173460,7.678629,-5.021209,-21.173250,7.677344,-5.019772,-21.173206,7.673011,-5.019772,-21.172131,7.559640,-5.029232,-21.172272,7.565773,-5.030622,-21.172232,7.564488,-5.029184,-21.172363,7.570107,-5.030622,-21.172380,7.571393,-5.029184,-21.171732,7.559683,-5.021819,-21.171576,7.558397,-5.020382,-21.171503,7.554064,-5.020382,-21.171619,7.552779,-5.021819,-21.171766,7.570107,-5.020382,-21.171696,7.565774,-5.020382,-21.171810,7.564489,-5.021819,-21.172152,7.554064,-5.030622,-21.172083,7.552778,-5.029184,-21.172180,7.558397,-5.030622,-21.173979,7.684805,-5.028422,-21.174028,7.690425,-5.029859,-21.174070,7.699172,-5.029706,-21.174044,7.697886,-5.028269,-21.174015,7.691710,-5.028422,-21.174091,7.703505,-5.029706,-21.174074,7.704791,-5.028269,-21.173485,7.703506,-5.019467,-21.173037,7.611699,-5.028538};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_17()
		{
			double[] value = {-21.173212,7.620674,-5.030544,-21.172884,7.626306,-5.021819,-21.172626,7.620687,-5.020382,-21.172754,7.619403,-5.021819,-21.173182,7.619402,-5.029184,-21.173302,7.625021,-5.030622,-21.173306,7.626306,-5.029184,-21.173416,7.632483,-5.029032,-21.173420,7.633649,-5.030545,-21.172934,7.638008,-5.020233,-21.000540,7.469252,-5.036681,-21.000374,7.505888,-5.044769,-20.999399,7.547284,-5.021819,-21.006161,7.505937,-5.068406,-21.064657,7.473447,-5.117091,-21.033068,7.428195,-4.942765,-21.033110,7.464033,-4.942361,-21.003210,7.437033,-5.015207,-21.002007,7.473715,-5.014380,-21.033876,7.503870,-4.942358,-21.012547,7.504291,-4.981253,-21.000425,7.504907,-5.019684,-21.000540,7.497475,-5.019946,-21.002258,7.429222,-5.031569,-21.005314,7.397958,-5.015441,-21.053829,7.549423,-4.930447,-21.024790,7.432780,-5.094262,-21.020853,7.428329,-4.963145,-21.017824,7.397958,-4.973272,-21.052435,7.419401,-4.928764,-21.041719,7.426996,-4.934957,-21.020653,7.464008,-4.961961,-21.034550,7.397958,-4.942586,-21.021585,7.504105,-4.960884,-21.022665,7.544003,-4.960103,-21.001215,7.515063,-5.013732,-21.007710,7.397958,-5.058512,-21.004269,7.397958,-5.032392,-21.030632,7.397958,-5.098338,-21.073202,7.397958,-5.115345,-21.051064,7.397958,-5.110088,-21.015871,7.397958,-5.080162,-21.051832,7.397958,-4.929540,-21.003263,7.413590,-5.031980,-21.085463,7.397958,-4.923850,-21.035891,7.549423,-4.942133,-21.028454,7.543796,-4.950938,-21.029158,7.549423,-4.950356,-21.023235,7.549423,-4.959459,-21.012232,7.549423,-5.081010,-21.063292,7.549423,-5.116153,-21.085463,7.549423,-4.924974,-21.000620,7.549423,-5.013235,-21.002954,7.549423,-5.061439,-20.998795,7.549423,-5.030802,-20.999302,7.549423,-5.041389,-21.038666,7.549423,-5.106408,-20.999695,7.504929,-5.029184,-20.999472,7.516306,-5.029184,-20.999559,7.511833,-5.029184,-20.999096,7.535792,-5.029184,-20.999340,7.523209,-5.029184,-21.001690,7.441809,-5.031096,-21.000919,7.458731,-5.030622,-21.001116,7.454397,-5.030622,-20.999044,7.549423,-5.025196,-20.999554,7.546000,-5.020382,-21.004423,7.401295,-5.021860,-21.004370,7.397958,-5.026976,-21.003616,7.414337,-5.021721,-21.003998,7.408148,-5.021763,-21.002819,7.427868,-5.021075,-21.003185,7.421154,-5.021819,-21.002808,7.427204,-5.021819,-21.002888,7.428489,-5.020382,-21.002451,7.434108,-5.021840,-21.002197,7.440158,-5.021819,-21.002197,7.440158,-5.021819,-21.002287,7.441389,-5.020662,-21.001354,7.460016,-5.021819,-21.001570,7.458770,-5.020426,-21.001904,7.447062,-5.021819,-21.001648,7.453113,-5.021819,-21.001648,7.453113,-5.021819,-21.001741,7.454658,-5.020468,-21.002094,7.446162,-5.020558,-20.999512,7.540381,-5.021819,-20.999601,7.535793,-5.021819,-20.999771,7.534507,-5.020382,-20.999756,7.529077,-5.021609,-20.999849,7.523210,-5.021819,-21.000023,7.521925,-5.020382,-21.000593,7.467351,-5.030622,-21.000435,7.471723,-5.030574,-21.000263,7.480305,-5.030622,-21.000124,7.484897,-5.030467,-20.999929,7.493260,-5.030622,-20.999823,7.497593,-5.030622,-21.000662,7.466066,-5.029184,-21.000334,7.479020,-5.029184};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_18()
		{
			double[] value = {-21.000484,7.472970,-5.029184,-21.000008,7.491975,-5.029184,-20.999834,7.498878,-5.029184,-21.000160,7.485925,-5.029184,-20.999611,7.506119,-5.030515,-20.999010,7.540380,-5.029184,-20.999525,7.510636,-5.030523,-20.999392,7.517515,-5.030537,-20.999149,7.530076,-5.030513,-20.999304,7.522020,-5.030515,-20.999229,7.528888,-5.029184,-20.998924,7.541605,-5.030554,-20.999054,7.534765,-5.030365,-21.002096,7.434108,-5.029184,-21.000877,7.460015,-5.029184,-21.001200,7.453112,-5.029184,-21.001495,7.447062,-5.028836,-21.001711,7.441443,-5.030622,-21.001810,7.440157,-5.029184,-21.001495,7.446427,-5.029894,-21.001507,7.445776,-5.030622,-21.000076,7.511833,-5.021819,-21.001163,7.466067,-5.021819,-21.000662,7.485925,-5.021819,-21.000832,7.479021,-5.021819,-21.000980,7.472971,-5.021819,-21.000517,7.491976,-5.021819,-21.000345,7.498878,-5.021819,-21.000530,7.498055,-5.020559,-21.004002,7.402579,-5.030622,-21.004110,7.401294,-5.029184,-21.004223,7.406914,-5.020382,-21.004499,7.402579,-5.020382,-21.003399,7.419868,-5.020382,-21.003675,7.415535,-5.020382,-21.003721,7.406914,-5.030622,-21.003664,7.408198,-5.029184,-21.003277,7.414250,-5.029184,-21.002832,7.421153,-5.029184,-21.002316,7.428731,-5.030605,-21.002882,7.419868,-5.030622,-21.002447,7.427204,-5.029184,-20.998892,7.547283,-5.029184,-20.998842,7.546002,-5.030619,-21.003141,7.415584,-5.030581,-21.002146,7.432692,-5.030580,-21.002693,7.432922,-5.020380,-21.001398,7.448104,-5.030859,-21.000891,7.484429,-5.020021,-21.001007,7.480193,-5.020106,-21.001177,7.471439,-5.020275,-21.000658,7.493491,-5.019853,-21.001284,7.467349,-5.020350,-21.000332,7.506215,-5.020382,-21.000175,7.510701,-5.020382,-21.000006,7.516518,-5.021583,-21.000124,7.517671,-5.020207,-20.999857,7.529843,-5.020466,-20.999664,7.541538,-5.020382,-21.000216,7.504930,-5.021819,-21.021486,7.462162,-4.960596,-21.022348,7.460877,-4.959159,-21.021477,7.466496,-4.960596,-21.022322,7.467780,-4.959159,-21.026541,7.467781,-4.951846,-21.026638,7.500284,-4.952466,-21.021740,7.501569,-4.960596,-21.022598,7.500284,-4.959159,-21.022551,7.422729,-4.960596,-21.023417,7.421444,-4.959159,-21.022337,7.427064,-4.960596,-21.023064,7.428332,-4.959177,-21.027290,7.428315,-4.951756,-21.028238,7.427064,-4.950357,-21.028406,7.422729,-4.950357,-21.027533,7.421444,-4.951794,-21.027573,7.462162,-4.950357,-21.026520,7.460877,-4.951909,-21.027578,7.466496,-4.950357,-21.028135,7.505903,-4.950357,-21.028048,7.501570,-4.950357,-21.021791,7.505903,-4.960596,-21.022690,7.507188,-4.959159,-21.027142,7.507189,-4.951794,-21.170385,7.469252,-5.036681,-21.170553,7.505888,-5.044769,-21.171526,7.547284,-5.021819,-21.112610,7.472178,-5.115390,-21.164764,7.505937,-5.068406,-21.120451,7.402105,-5.110211,-21.137857,7.428195,-4.942765,-21.137817,7.464033,-4.942361,-21.167715,7.437033,-5.015207,-21.168921,7.473715,-5.014380,-21.137049,7.503870,-4.942358,-21.158379,7.504291,-4.981253,-21.170502,7.504907,-5.019684,-21.170385,7.497475,-5.019946,-21.168667,7.429222,-5.031569,-21.165611,7.397958,-5.015441};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_19()
		{
			double[] value = {-21.117096,7.549423,-4.930447,-21.150072,7.428329,-4.963145,-21.153101,7.397958,-4.973272,-21.118490,7.419401,-4.928764,-21.129206,7.426996,-4.934957,-21.150272,7.464008,-4.961961,-21.136377,7.397958,-4.942586,-21.149340,7.504105,-4.960884,-21.148260,7.544003,-4.960103,-21.169710,7.515063,-5.013732,-21.166254,7.397958,-5.039665,-21.163218,7.397958,-5.058512,-21.097723,7.397958,-5.115345,-21.119864,7.397958,-5.110088,-21.155054,7.397958,-5.080162,-21.119093,7.397958,-4.929540,-21.135035,7.549423,-4.942133,-21.142471,7.543796,-4.950938,-21.141768,7.549423,-4.950356,-21.147690,7.549423,-4.959459,-21.158693,7.549423,-5.081010,-21.091339,7.549423,-5.118225,-21.170305,7.549423,-5.013235,-21.167971,7.549423,-5.061439,-21.118893,7.549423,-5.112946,-21.172131,7.549423,-5.030802,-21.171625,7.549423,-5.041389,-21.132261,7.549423,-5.106408,-21.171230,7.504929,-5.029184,-21.171453,7.516306,-5.029184,-21.171366,7.511833,-5.029184,-21.171831,7.535792,-5.029184,-21.171585,7.523209,-5.029184,-21.169237,7.441809,-5.031096,-21.170006,7.458731,-5.030622,-21.169811,7.454397,-5.030622,-21.171883,7.549423,-5.025196,-21.171371,7.546000,-5.020382,-21.166504,7.401295,-5.021860,-21.166555,7.397958,-5.026976,-21.167309,7.414337,-5.021721,-21.166927,7.408148,-5.021763,-21.168106,7.427868,-5.021075,-21.167740,7.421154,-5.021819,-21.168118,7.427204,-5.021819,-21.168039,7.428489,-5.020382,-21.168474,7.434108,-5.021840,-21.168730,7.440158,-5.021819,-21.168730,7.440158,-5.021819,-21.168638,7.441389,-5.020662,-21.169571,7.460016,-5.021819,-21.169355,7.458770,-5.020426,-21.169024,7.447062,-5.021819,-21.169277,7.453113,-5.021819,-21.169277,7.453113,-5.021819,-21.169184,7.454658,-5.020468,-21.168833,7.446162,-5.020558,-21.171413,7.540381,-5.021819,-21.171326,7.535793,-5.021819,-21.171154,7.534507,-5.020382,-21.171171,7.529077,-5.021609,-21.171076,7.523210,-5.021819,-21.170904,7.521925,-5.020382,-21.170332,7.467351,-5.030622,-21.170490,7.471723,-5.030574,-21.170662,7.480305,-5.030622,-21.170803,7.484897,-5.030467,-21.170996,7.493260,-5.030622,-21.171103,7.497593,-5.030622,-21.170265,7.466066,-5.029184,-21.170591,7.479020,-5.029184,-21.170443,7.472970,-5.029184,-21.170918,7.491975,-5.029184,-21.171091,7.498878,-5.029184,-21.170765,7.485925,-5.029184,-21.171314,7.506119,-5.030515,-21.171915,7.540380,-5.029184,-21.171400,7.510636,-5.030523,-21.171534,7.517515,-5.030537,-21.171776,7.530076,-5.030513,-21.171621,7.522020,-5.030515,-21.171696,7.528888,-5.029184,-21.172001,7.541605,-5.030554,-21.171871,7.534765,-5.030365,-21.168829,7.434108,-5.029184,-21.170048,7.460015,-5.029184,-21.169725,7.453112,-5.029184,-21.169430,7.447062,-5.028836,-21.169216,7.441443,-5.030622,-21.169115,7.440157,-5.029184,-21.169430,7.446427,-5.029894,-21.169420,7.445776,-5.030622,-21.170849,7.511833,-5.021819,-21.169762,7.466067,-5.021819,-21.170263,7.485925,-5.021819,-21.170094,7.479021,-5.021819,-21.169945,7.472971,-5.021819,-21.170408,7.491976,-5.021819,-21.170582,7.498878,-5.021819,-21.170395,7.498055,-5.020559};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_20()
		{
			double[] value = {-21.166924,7.402579,-5.030622,-21.166815,7.401294,-5.029184,-21.166702,7.406914,-5.020382,-21.166426,7.402579,-5.020382,-21.167526,7.419868,-5.020382,-21.167250,7.415535,-5.020382,-21.167204,7.406914,-5.030622,-21.167261,7.408198,-5.029184,-21.167650,7.414250,-5.029184,-21.168093,7.421153,-5.029184,-21.168610,7.428731,-5.030605,-21.168043,7.419868,-5.030622,-21.168480,7.427204,-5.029184,-21.172033,7.547283,-5.029184,-21.172083,7.546002,-5.030619,-21.167784,7.415584,-5.030581,-21.168781,7.432692,-5.030580,-21.168232,7.432922,-5.020380,-21.169527,7.448104,-5.030859,-21.170034,7.484429,-5.020021,-21.169918,7.480193,-5.020106,-21.169748,7.471439,-5.020275,-21.170267,7.493491,-5.019853,-21.169641,7.467349,-5.020350,-21.170593,7.506215,-5.020382,-21.170752,7.510701,-5.020382,-21.170921,7.516518,-5.021583,-21.170803,7.517671,-5.020207,-21.171068,7.529843,-5.020466,-21.171261,7.541538,-5.020382,-21.170710,7.504930,-5.021819,-21.149439,7.462162,-4.960596,-21.148579,7.460877,-4.959159,-21.149448,7.466496,-4.960596,-21.148603,7.467780,-4.959159,-21.144384,7.467781,-4.951846,-21.144287,7.500284,-4.952466,-21.149187,7.501569,-4.960596,-21.148329,7.500284,-4.959159,-21.148375,7.422729,-4.960596,-21.147509,7.421444,-4.959159,-21.148588,7.427064,-4.960596,-21.147861,7.428332,-4.959177,-21.143635,7.428315,-4.951756,-21.142687,7.427064,-4.950357,-21.142519,7.422729,-4.950357,-21.143393,7.421444,-4.951794,-21.143353,7.462162,-4.950357,-21.144407,7.460877,-4.951909,-21.143347,7.466496,-4.950357,-21.142790,7.505903,-4.950357,-21.142878,7.501570,-4.950357,-21.149134,7.505903,-4.960596,-21.148235,7.507188,-4.959159,-21.143785,7.507189,-4.951794,-21.140293,7.397958,-5.098338,-21.132870,7.494640,-5.105414,-21.150213,7.498210,-5.090927,-21.164295,7.498210,-5.069100,-21.166655,7.498210,-5.062145,-21.131416,7.431280,-5.105060,-21.160053,7.428341,-5.073897,-21.136440,7.497710,-5.102828,-21.145874,7.428341,-5.094258,-21.138329,7.428341,-5.100473,-21.130812,7.431715,-5.105459,-21.167784,7.494836,-5.057824,-21.165445,7.431715,-5.057824,-21.164381,7.428341,-5.060913,-21.030716,7.397084,-5.098381,-21.016478,7.312145,-5.002357,-21.012388,7.319774,-5.018139,-21.008953,7.393003,-4.998767,-21.005352,7.397152,-5.015458,-21.006035,7.393531,-5.048690,-21.011274,7.354419,-5.056892,-21.052814,7.359012,-5.108060,-21.018536,7.316104,-4.992968,-21.023863,7.312193,-5.078328,-21.036587,7.312193,-5.093863,-21.056274,7.312193,-5.104723,-21.066195,7.312193,-5.106814,-21.013237,7.312193,-5.027119,-21.056541,7.312193,-4.932593,-21.014662,7.312193,-5.045385,-21.022850,7.312193,-4.983454,-21.013718,7.312193,-5.017860,-21.048782,7.312193,-4.938394,-21.037607,7.312193,-4.952603,-21.085463,7.312193,-4.926137,-21.069904,7.312193,-4.928424,-21.004314,7.397197,-5.032335,-21.005836,7.397197,-5.048903,-21.007746,7.397197,-5.058480,-21.051390,7.397197,-5.110115,-21.034472,7.397197,-4.942684,-21.011604,7.397197,-4.989983,-21.008886,7.397197,-4.998394,-21.004669,7.397197,-5.021953,-21.073208,7.397197,-5.115286};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_21()
		{
			double[] value = {-21.015980,7.397197,-5.080221,-21.085463,7.397197,-4.923866,-21.051809,7.397197,-4.929567,-21.010452,7.348823,-5.048540,-21.012224,7.349801,-5.001190,-21.006277,7.374959,-5.029762,-21.007801,7.374818,-5.048384,-21.012182,7.351238,-5.000676,-21.009520,7.348672,-5.016646,-21.006775,7.374959,-5.019498,-21.010534,7.350812,-5.050328,-21.010567,7.349643,-5.049733,-21.012129,7.348837,-5.002236,-21.008120,7.373987,-5.049733,-21.008335,7.372817,-5.050328,-21.010254,7.372817,-5.000676,-21.010019,7.373987,-5.001271,-21.009733,7.374793,-5.002236,-21.012917,7.314844,-5.022061,-21.012070,7.321704,-5.022126,-21.012840,7.316085,-5.020382,-21.012861,7.314800,-5.029184,-21.012781,7.316085,-5.030622,-21.012245,7.320418,-5.030622,-21.012003,7.321704,-5.029184,-21.012259,7.320418,-5.020382,-21.010599,7.333681,-5.030560,-21.011225,7.328018,-5.029196,-21.010586,7.334911,-5.021977,-21.011358,7.328008,-5.022093,-21.011148,7.329293,-5.030622,-21.011259,7.329293,-5.020382,-21.010771,7.333626,-5.020382,-21.010431,7.334911,-5.029184,-21.004866,7.394233,-5.021804,-21.005484,7.388698,-5.020382,-21.004610,7.393040,-5.030534,-21.005459,7.387343,-5.021819,-21.005117,7.392962,-5.020382,-21.004562,7.394247,-5.029184,-21.005161,7.387342,-5.029184,-21.005009,7.388627,-5.030622,-21.140209,7.397084,-5.098381,-21.154448,7.312145,-5.002357,-21.158537,7.319774,-5.018139,-21.161972,7.393003,-4.998767,-21.165573,7.397152,-5.015458,-21.164890,7.393531,-5.048690,-21.159651,7.354419,-5.056892,-21.090326,7.329633,-5.109660,-21.118111,7.359012,-5.108060,-21.152390,7.316104,-4.992968,-21.133650,7.353031,-4.944625,-21.147064,7.312193,-5.078328,-21.134340,7.312193,-5.093863,-21.114651,7.312193,-5.104723,-21.104731,7.312193,-5.106814,-21.157688,7.312193,-5.027119,-21.114384,7.312193,-4.932593,-21.156265,7.312193,-5.045385,-21.151302,7.312183,-4.992301,-21.157207,7.312193,-5.017860,-21.122143,7.312193,-4.938394,-21.129446,7.312193,-4.946662,-21.101021,7.312193,-4.928424,-21.166613,7.397197,-5.032335,-21.165089,7.397197,-5.048903,-21.163181,7.397197,-5.058480,-21.119535,7.397197,-5.110115,-21.136454,7.397197,-4.942684,-21.153122,7.397197,-4.973403,-21.162039,7.397197,-4.998394,-21.166256,7.397197,-5.021953,-21.097719,7.397197,-5.115286,-21.154945,7.397197,-5.080221,-21.119116,7.397197,-4.929567,-21.160473,7.348823,-5.048540,-21.158701,7.349801,-5.001190,-21.164648,7.374959,-5.029762,-21.163124,7.374818,-5.048384,-21.158743,7.351238,-5.000676,-21.161406,7.348672,-5.016646,-21.164152,7.374959,-5.019498,-21.160391,7.350812,-5.050328,-21.160360,7.349643,-5.049733,-21.158796,7.348837,-5.002236,-21.162806,7.373987,-5.049733,-21.162590,7.372817,-5.050328,-21.160671,7.372817,-5.000676,-21.160906,7.373987,-5.001271,-21.161192,7.374793,-5.002236,-21.158009,7.314844,-5.022061,-21.158855,7.321704,-5.022126,-21.158085,7.316085,-5.020382,-21.158066,7.314800,-5.029184,-21.158144,7.316085,-5.030622,-21.158680,7.320418,-5.030622,-21.158922,7.321704,-5.029184,-21.158667,7.320418,-5.020382,-21.160326,7.333681,-5.030560};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_22()
		{
			double[] value = {-21.159700,7.328018,-5.029196,-21.160339,7.334911,-5.021977,-21.159567,7.328008,-5.022093,-21.159779,7.329293,-5.030622,-21.159668,7.329293,-5.020382,-21.160154,7.333626,-5.020382,-21.160494,7.334911,-5.029184,-21.166059,7.394233,-5.021804,-21.165442,7.388698,-5.020382,-21.166315,7.393040,-5.030534,-21.165466,7.387343,-5.021819,-21.165808,7.392962,-5.020382,-21.166365,7.394247,-5.029184,-21.165764,7.387342,-5.029184,-21.165916,7.388627,-5.030622,-21.133318,7.312193,-4.952603,-21.143393,7.312193,-4.972368,-21.151138,7.327896,-4.985229,-21.132580,7.315104,-4.950629,-21.134293,7.327896,-4.950571,-21.143579,7.315104,-4.971544,-21.138792,7.315104,-4.961650,-21.149326,7.315104,-4.985290,-21.150120,7.316217,-4.986844,-21.151556,7.326783,-4.986844,-21.131727,7.316217,-4.949000,-21.133129,7.326783,-4.949000,-21.069748,7.311432,-4.928547,-21.060001,7.294948,-4.932967,-21.064377,7.297747,-4.931467,-21.073774,7.279406,-4.931745,-21.085463,7.290554,-4.928459,-21.085463,7.309422,-4.926238,-21.064377,7.287601,-4.932758,-21.063587,7.280866,-4.933898,-21.080929,7.287601,-4.929514,-21.080929,7.297747,-4.928141,-21.131805,7.201912,-5.029439,-21.145742,7.255415,-5.032456,-21.136551,7.220336,-5.037943,-21.138550,7.258987,-5.071626,-21.139158,7.288386,-5.083230,-21.134424,7.260340,-5.078950,-21.128418,7.263153,-5.086427,-21.125170,7.198514,-5.004901,-21.122116,7.198767,-4.997962,-21.116777,7.198514,-4.990848,-21.103321,7.223535,-4.965152,-21.108732,7.232098,-4.962719,-21.118895,7.211734,-4.983681,-21.133995,7.212677,-5.016519,-21.147020,7.261483,-5.015928,-21.113047,7.238712,-4.962232,-21.153481,7.290931,-5.017080,-21.104313,7.263196,-4.938377,-21.097061,7.249880,-4.944273,-21.085463,7.247204,-4.944070,-21.121429,7.277336,-4.945964,-21.107340,7.280866,-4.933898,-21.152033,7.283697,-5.032699,-21.085463,7.311432,-4.926165,-21.130812,7.198530,-5.036899,-21.122005,7.311432,-4.938406,-21.098471,7.198514,-4.979281,-21.085463,7.198514,-4.976872,-21.129316,7.198514,-5.015524,-21.130268,7.198514,-5.020580,-21.085463,7.223322,-4.963364,-21.122074,7.198514,-4.998092,-21.144884,7.251345,-5.022034,-21.137394,7.222824,-5.021881,-21.142149,7.241736,-5.016737,-21.136040,7.245411,-4.993110,-21.132624,7.278323,-4.964960,-21.152941,7.287308,-5.029184,-21.085463,7.261190,-4.935388,-21.107435,7.256135,-4.944707,-21.122814,7.198514,-5.061564,-21.109009,7.198514,-4.983619,-21.107740,7.198514,-5.076355,-21.100021,7.198514,-5.079946,-21.127260,7.198514,-5.051846,-21.121380,7.198514,-4.997155,-21.114899,7.198514,-5.071423,-21.146885,7.311432,-5.078362,-21.134272,7.311432,-5.093761,-21.114599,7.311432,-5.104635,-21.153099,7.288592,-5.030622,-21.104290,7.311432,-5.106699,-21.147940,7.311432,-4.983479,-21.156195,7.311432,-5.011769,-21.114410,7.311432,-4.932736,-21.129412,7.311432,-4.946831,-21.101173,7.311432,-4.928547,-21.088688,7.311432,-5.106875,-21.153923,7.292927,-5.030622,-21.156233,7.311432,-5.044577,-21.085463,7.311432,-5.106574,-21.132130,7.202970,-5.030622,-21.131403,7.201864,-5.021281};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_23()
		{
			double[] value = {-21.131594,7.202970,-5.020382,-21.132860,7.207304,-5.020382,-21.133287,7.208352,-5.021555,-21.135595,7.216028,-5.029160,-21.136969,7.221539,-5.020382,-21.139496,7.230686,-5.022063,-21.135592,7.216121,-5.021762,-21.135748,7.217205,-5.020382,-21.133602,7.208589,-5.029184,-21.135967,7.217329,-5.030609,-21.137442,7.222824,-5.029184,-21.140900,7.236304,-5.020382,-21.141294,7.237589,-5.028828,-21.143492,7.246376,-5.030519,-21.143028,7.244450,-5.029194,-21.141321,7.237589,-5.021819,-21.140945,7.236304,-5.030622,-21.139853,7.231970,-5.030622,-21.139549,7.230686,-5.029184,-21.143114,7.244441,-5.022021,-21.143360,7.245727,-5.020382,-21.144470,7.250060,-5.020382,-21.144777,7.251345,-5.029184,-21.144320,7.249655,-5.030622,-21.147020,7.260169,-5.020382,-21.147964,7.264407,-5.020382,-21.148361,7.265690,-5.022053,-21.146801,7.258787,-5.022194,-21.148176,7.265690,-5.029030,-21.147823,7.264407,-5.030622,-21.146860,7.260072,-5.030622,-21.146631,7.258787,-5.029184,-21.151484,7.279744,-5.022028,-21.151070,7.278340,-5.020444,-21.151333,7.279744,-5.029184,-21.150967,7.278460,-5.030622,-21.149990,7.274126,-5.030622,-21.149843,7.273245,-5.029637,-21.149956,7.272841,-5.022148,-21.149870,7.272841,-5.027430,-21.154314,7.294211,-5.022020,-21.156713,7.307619,-5.021902,-21.157547,7.311432,-5.027056,-21.153084,7.287308,-5.022274,-21.157406,7.311432,-5.022051,-21.155466,7.300742,-5.029184,-21.154211,7.294047,-5.029369,-21.156399,7.306360,-5.020382,-21.155485,7.300742,-5.022032,-21.156752,7.307645,-5.029184,-21.156452,7.306360,-5.030622,-21.155643,7.302026,-5.030622,-21.139841,7.232057,-5.020382,-21.150017,7.273376,-5.021220,-21.150127,7.274126,-5.020382,-21.154003,7.292927,-5.020382,-21.155636,7.302026,-5.020382,-21.133287,7.207304,-5.030622,-21.136976,7.221528,-5.030706,-21.153227,7.288592,-5.020382,-21.039120,7.201912,-5.029439,-21.025179,7.255415,-5.032456,-21.034374,7.220336,-5.037943,-21.032375,7.258987,-5.071626,-21.036501,7.260340,-5.078950,-21.031767,7.288386,-5.083230,-21.042507,7.263153,-5.086427,-21.045757,7.198514,-5.004901,-21.048809,7.198767,-4.997962,-21.055080,7.198514,-4.989801,-21.067604,7.223535,-4.965152,-21.062193,7.232098,-4.962719,-21.052031,7.211734,-4.983681,-21.036198,7.228654,-5.002318,-21.036932,7.212677,-5.016519,-21.026262,7.259881,-5.007081,-21.023905,7.261483,-5.015928,-21.057873,7.238712,-4.962232,-21.017445,7.290931,-5.017080,-21.073864,7.249880,-4.944273,-21.049496,7.277336,-4.945964,-21.056562,7.279499,-4.938809,-21.018892,7.283697,-5.032699,-21.040113,7.198530,-5.036899,-21.048920,7.311432,-4.938406,-21.072454,7.198514,-4.979281,-21.040657,7.198514,-5.020580,-21.041609,7.198514,-5.015524,-21.048851,7.198514,-4.998092,-21.026041,7.251345,-5.022034,-21.033531,7.222824,-5.021881,-21.028776,7.241736,-5.016737,-21.032637,7.227078,-5.017470,-21.038301,7.278323,-4.964960,-21.017984,7.287308,-5.029184,-21.064058,7.258762,-4.942131,-21.063490,7.256135,-4.944707,-21.019747,7.311432,-4.992169,-21.048109,7.198514,-5.061564,-21.061918,7.198514,-4.983619};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_24()
		{
			double[] value = {-21.063179,7.198514,-5.076355,-21.070900,7.198514,-5.079946,-21.043665,7.198514,-5.051846,-21.049545,7.198514,-4.997155,-21.056026,7.198514,-5.071423,-21.024038,7.311432,-5.078362,-21.036654,7.311432,-5.093761,-21.056324,7.311432,-5.104635,-21.017826,7.288592,-5.030622,-21.066637,7.311432,-5.106699,-21.013853,7.311432,-5.017833,-21.056513,7.311432,-4.932736,-21.041513,7.311432,-4.946831,-21.082235,7.311432,-5.106875,-21.017002,7.292927,-5.030622,-21.014692,7.311432,-5.044577,-21.038797,7.202970,-5.030622,-21.039522,7.201864,-5.021281,-21.039331,7.202970,-5.020382,-21.038065,7.207304,-5.020382,-21.037638,7.208352,-5.021555,-21.035330,7.216028,-5.029160,-21.033957,7.221539,-5.020382,-21.031427,7.230686,-5.022063,-21.035332,7.216121,-5.021762,-21.035173,7.217205,-5.020382,-21.037321,7.208589,-5.029184,-21.034958,7.217329,-5.030609,-21.033484,7.222824,-5.029184,-21.030025,7.236304,-5.020382,-21.027435,7.246376,-5.030519,-21.029631,7.237589,-5.028828,-21.027895,7.244450,-5.029194,-21.029604,7.237589,-5.021819,-21.029980,7.236304,-5.030622,-21.031073,7.231970,-5.030622,-21.031376,7.230686,-5.029184,-21.027811,7.244441,-5.022021,-21.027567,7.245727,-5.020382,-21.026453,7.250060,-5.020382,-21.026144,7.251345,-5.029184,-21.026606,7.249655,-5.030622,-21.023905,7.260169,-5.020382,-21.022961,7.264407,-5.020382,-21.022564,7.265690,-5.022053,-21.024120,7.258787,-5.022194,-21.023102,7.264407,-5.030622,-21.022749,7.265690,-5.029030,-21.024065,7.260072,-5.030622,-21.024292,7.258787,-5.029184,-21.019436,7.279744,-5.022028,-21.019857,7.278340,-5.020444,-21.019594,7.279744,-5.029184,-21.019960,7.278460,-5.030622,-21.020937,7.274126,-5.030622,-21.021082,7.273245,-5.029637,-21.020964,7.272841,-5.022148,-21.021057,7.272841,-5.027430,-21.016611,7.294211,-5.022020,-21.014212,7.307619,-5.021902,-21.013378,7.311432,-5.027056,-21.017838,7.287308,-5.022274,-21.015459,7.300742,-5.029184,-21.016714,7.294047,-5.029369,-21.014524,7.306360,-5.020382,-21.015440,7.300742,-5.022032,-21.014174,7.307645,-5.029184,-21.014473,7.306360,-5.030622,-21.015282,7.302026,-5.030622,-21.031084,7.232057,-5.020382,-21.020910,7.273376,-5.021220,-21.020798,7.274126,-5.020382,-21.016922,7.292927,-5.020382,-21.015289,7.302026,-5.020382,-21.037638,7.207304,-5.030622,-21.033949,7.221528,-5.030706,-21.017698,7.288592,-5.020382,-21.099081,7.267698,-5.099088,-21.108629,7.267481,-5.097974,-21.085463,7.305547,-5.105553,-21.100748,7.204385,-5.081638,-21.109501,7.204385,-5.077439,-21.085463,7.198514,-5.081314,-21.098862,7.305547,-5.106149,-21.071844,7.267698,-5.099088,-21.078009,7.204385,-5.082882,-21.062294,7.267481,-5.097974,-21.070175,7.204385,-5.081638,-21.061424,7.204385,-5.077440,-21.072063,7.305547,-5.106149,-21.062294,7.267481,-5.069005,-21.109501,7.204385,-5.069005,-21.061424,7.204385,-5.069005,-21.108629,7.267481,-5.069005,-21.071844,7.267698,-5.069005,-21.099081,7.267698,-5.069005,-21.072063,7.305547,-5.069005,-21.098862,7.305547,-5.069005,-21.109648,7.147230,-5.026441,-21.109180,7.147409,-5.037890};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_25()
		{
			double[] value = {-21.102383,7.148308,-5.053004,-21.115316,7.171712,-5.055018,-21.104177,7.172127,-5.067259,-21.094015,7.173925,-5.072494,-21.121288,7.172049,-5.037850,-21.092632,7.149062,-5.060840,-21.085463,7.149226,-5.062315,-21.105793,7.146934,-5.016847,-21.096319,7.147007,-5.007421,-21.085463,7.146906,-5.003887,-21.085463,7.197408,-4.977492,-21.121061,7.175559,-5.016470,-21.109989,7.147286,-5.031702,-21.121683,7.172305,-5.031964,-21.116030,7.159397,-5.031710,-21.103668,7.159794,-5.060574,-21.097462,7.148741,-5.057841,-21.088808,7.149193,-5.062009,-21.108274,7.147072,-5.021649,-21.090914,7.146957,-5.004884,-21.098391,7.197534,-4.979841,-21.117470,7.173257,-5.010382,-21.125755,7.188204,-5.016013,-21.114925,7.162742,-5.016768,-21.116861,7.198006,-5.069191,-21.100021,7.198006,-5.079751,-21.130638,7.198006,-5.036818,-21.129139,7.198006,-5.015549,-21.130072,7.198006,-5.020492,-21.098431,7.198006,-4.979572,-21.085674,7.198006,-4.977181,-21.125957,7.198006,-5.054961,-21.122757,7.198006,-5.061316,-21.114706,7.198006,-5.071349,-21.130423,7.198006,-5.026478,-21.100756,7.198006,-4.980520,-21.108988,7.198006,-4.983937,-21.121988,7.198006,-4.998350,-21.115889,7.198006,-4.990203,-21.113146,7.156773,-5.021852,-21.109720,7.149913,-5.021769,-21.110933,7.149868,-5.026495,-21.111126,7.149868,-5.029184,-21.111853,7.151154,-5.030622,-21.114016,7.155488,-5.030622,-21.109644,7.151154,-5.020382,-21.111774,7.155488,-5.020382,-21.114527,7.156773,-5.029184,-21.127302,7.189492,-5.022703,-21.127378,7.189913,-5.021348,-21.127499,7.190777,-5.020382,-21.129030,7.195111,-5.020382,-21.129589,7.196396,-5.021819,-21.130001,7.196396,-5.029184,-21.127760,7.189492,-5.029184,-21.128237,7.190777,-5.030622,-21.129641,7.195111,-5.030622,-21.119572,7.169980,-5.021905,-21.116247,7.163076,-5.021893,-21.120005,7.168745,-5.030566,-21.120451,7.169980,-5.029184,-21.117411,7.163076,-5.029184,-21.118099,7.164361,-5.030622,-21.116524,7.164361,-5.020382,-21.118608,7.168695,-5.020382,-21.125153,7.181915,-5.030609,-21.124983,7.183187,-5.021819,-21.122295,7.176284,-5.021881,-21.122961,7.176284,-5.029184,-21.123541,7.177569,-5.030622,-21.122538,7.177569,-5.020382,-21.124229,7.181904,-5.020382,-21.125574,7.183188,-5.029184,-21.061279,7.147230,-5.026441,-21.061745,7.147409,-5.037890,-21.068542,7.148308,-5.053004,-21.055609,7.171712,-5.055018,-21.066748,7.172127,-5.067259,-21.076910,7.173925,-5.072494,-21.049637,7.172049,-5.037850,-21.078295,7.149062,-5.060840,-21.065132,7.146934,-5.016847,-21.074606,7.147007,-5.007421,-21.049866,7.175559,-5.016470,-21.060936,7.147286,-5.031702,-21.049242,7.172305,-5.031964,-21.054895,7.159397,-5.031710,-21.067257,7.159794,-5.060574,-21.073465,7.148741,-5.057841,-21.082117,7.149193,-5.062009,-21.062651,7.147072,-5.021649,-21.080011,7.146957,-5.004884,-21.072535,7.197534,-4.979841,-21.053455,7.173257,-5.010382,-21.045170,7.188204,-5.016013,-21.056000,7.162742,-5.016768,-21.054064,7.198006,-5.069191,-21.070904,7.198006,-5.079751,-21.078379,7.198006,-5.080854,-21.040289,7.198006,-5.036818};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_26()
		{
			double[] value = {-21.041786,7.198006,-5.015549,-21.040855,7.198006,-5.020492,-21.072495,7.198006,-4.979572,-21.085251,7.198006,-4.977181,-21.044968,7.198006,-5.054961,-21.048168,7.198006,-5.061316,-21.056219,7.198006,-5.071349,-21.040503,7.198006,-5.026478,-21.070171,7.198006,-4.980520,-21.061937,7.198006,-4.983937,-21.048937,7.198006,-4.998350,-21.055037,7.198006,-4.990203,-21.057781,7.156773,-5.021852,-21.061207,7.149913,-5.021769,-21.059994,7.149868,-5.026495,-21.059799,7.149868,-5.029184,-21.059072,7.151154,-5.030622,-21.056910,7.155488,-5.030622,-21.061281,7.151154,-5.020382,-21.059151,7.155488,-5.020382,-21.056400,7.156773,-5.029184,-21.043623,7.189492,-5.022703,-21.043547,7.189913,-5.021348,-21.043428,7.190777,-5.020382,-21.041895,7.195111,-5.020382,-21.041336,7.196396,-5.021819,-21.040924,7.196396,-5.029184,-21.043165,7.189492,-5.029184,-21.042688,7.190777,-5.030622,-21.041285,7.195111,-5.030622,-21.051353,7.169980,-5.021905,-21.054680,7.163076,-5.021893,-21.050920,7.168745,-5.030566,-21.050476,7.169980,-5.029184,-21.053514,7.163076,-5.029184,-21.052828,7.164361,-5.030622,-21.054401,7.164361,-5.020382,-21.052317,7.168695,-5.020382,-21.045774,7.181915,-5.030609,-21.045942,7.183187,-5.021819,-21.048632,7.176284,-5.021881,-21.047964,7.176284,-5.029184,-21.047384,7.177569,-5.030622,-21.048389,7.177569,-5.020382,-21.046696,7.181904,-5.020382,-21.045353,7.183188,-5.029184,-20.998144,7.610839,-5.023504,-21.002666,7.610684,-5.003131,-21.000113,7.586272,-5.012951,-20.999786,7.610839,-5.012364,-21.003242,7.608838,-5.001630,-21.003014,7.609932,-5.002203,-21.003183,7.586426,-5.003131,-21.003496,7.587180,-5.002203,-21.003675,7.588274,-5.001630,-20.998812,7.608010,-5.043551,-20.999729,7.587180,-5.048801,-20.999779,7.588783,-5.049374,-20.999628,7.586426,-5.047873,-20.998289,7.586272,-5.028750,-20.997997,7.610839,-5.035125,-20.999559,7.608838,-5.049374,-20.999451,7.610063,-5.048638,-20.999334,7.610684,-5.047873,-20.997953,7.607530,-5.028761,-20.998062,7.600627,-5.028828,-20.998062,7.601912,-5.030622,-20.997993,7.606246,-5.030622,-20.998381,7.607531,-5.021819,-20.998562,7.606246,-5.020382,-20.998640,7.601912,-5.020382,-20.998501,7.600627,-5.021819,-20.996431,7.886860,-5.013706,-20.995960,7.911200,-5.017453,-20.997349,7.911200,-5.006259,-20.999434,7.887129,-4.999527,-20.999392,7.910402,-4.998869,-20.997061,7.911046,-5.044412,-20.997107,7.910300,-5.045340,-20.996981,7.911152,-5.042766,-20.997133,7.909216,-5.045913,-20.997108,7.888843,-5.045913,-20.997078,7.887759,-5.045341,-20.997032,7.887013,-5.044412,-20.999865,7.888843,-4.998169,-20.999640,7.909216,-4.998169,-20.999685,7.887759,-4.998742,-20.999155,7.911046,-4.999671,-20.995996,7.902616,-5.017703,-20.996159,7.901391,-5.026438,-20.996216,7.907009,-5.027875,-20.996164,7.908294,-5.026438,-20.996214,7.902675,-5.027875,-20.996010,7.908294,-5.019073,-20.995977,7.907009,-5.017636,-20.996029,7.901391,-5.019073,-20.996649,8.170622,-5.008093,-20.997568,8.170592,-5.003265,-20.998003,8.146435,-5.001338,-20.998259,8.147182,-5.000410};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_27()
		{
			double[] value = {-20.998419,8.148265,-4.999837,-21.000628,8.146618,-5.046306,-20.997732,8.170622,-5.031755,-21.000860,8.147182,-5.047008,-21.001295,8.169723,-5.047008,-21.001028,8.170468,-5.046079,-21.001450,8.168639,-5.047581,-21.001053,8.148265,-5.047581,-20.995968,8.146282,-5.016174,-20.998060,8.170468,-5.001339,-20.998310,8.169723,-5.000410,-20.998466,8.168639,-4.999837,-20.997221,8.161715,-5.028588,-20.996332,8.146282,-5.022894,-20.997282,8.166049,-5.028588,-20.996565,8.170622,-5.022874,-20.996401,8.167335,-5.019785,-20.997112,8.167335,-5.027151,-20.997030,8.160429,-5.027151,-20.996315,8.166049,-5.018348,-20.996265,8.161715,-5.018348,-20.996326,8.160430,-5.019785,-21.019125,8.539436,-5.004052,-21.014118,8.515463,-4.987874,-21.014273,8.516211,-4.986818,-21.014463,8.517283,-4.986251,-21.017635,8.536634,-4.986251,-21.018045,8.539295,-4.987902,-21.017948,8.538545,-4.986819,-21.020166,8.539436,-5.008735,-21.031738,8.534576,-5.033035,-21.032301,8.539293,-5.031906,-21.030865,8.529911,-5.033540,-21.022308,8.539436,-5.014567,-21.033190,8.537472,-5.033540,-21.033045,8.538268,-5.033119,-21.025587,8.515449,-5.031681,-21.027479,8.517283,-5.033540,-21.026766,8.516211,-5.032973,-21.017462,8.515320,-5.015348,-21.018898,8.536131,-5.005937,-21.019468,8.536131,-5.008494,-21.018339,8.534846,-5.004499,-21.017521,8.530485,-5.004530,-21.017595,8.529228,-5.005937,-21.015837,8.515320,-5.010083,-21.020477,8.530512,-5.014739,-21.019762,8.529228,-5.013301,-21.021395,8.534858,-5.014727,-21.021130,8.536131,-5.013165,-21.151800,8.539436,-5.004052,-21.156807,8.515463,-4.987874,-21.156654,8.516211,-4.986818,-21.156464,8.517283,-4.986251,-21.153290,8.536634,-4.986251,-21.152880,8.539295,-4.987902,-21.152977,8.538545,-4.986819,-21.150761,8.539436,-5.008735,-21.139187,8.534576,-5.033035,-21.138624,8.539293,-5.031906,-21.140060,8.529911,-5.033540,-21.148617,8.539436,-5.014567,-21.137737,8.537472,-5.033540,-21.137880,8.538268,-5.033119,-21.145338,8.515449,-5.031681,-21.143448,8.517283,-5.033540,-21.144161,8.516211,-5.032973,-21.153465,8.515320,-5.015348,-21.152027,8.536131,-5.005937,-21.151459,8.536131,-5.008494,-21.152586,8.534846,-5.004499,-21.153406,8.530485,-5.004530,-21.153330,8.529228,-5.005937,-21.155088,8.515320,-5.010083,-21.150448,8.530512,-5.014739,-21.151165,8.529228,-5.013301,-21.149532,8.534858,-5.014727,-21.149797,8.536131,-5.013165,-21.174278,8.170622,-5.008093,-21.173359,8.170592,-5.003265,-21.172922,8.146435,-5.001338,-21.172667,8.147182,-5.000410,-21.172508,8.148265,-4.999837,-21.170298,8.146618,-5.046306,-21.173193,8.170622,-5.031755,-21.170067,8.147182,-5.047008,-21.169630,8.169723,-5.047008,-21.169899,8.170468,-5.046079,-21.169476,8.168639,-5.047581,-21.169872,8.148265,-5.047581,-21.174957,8.146282,-5.016174,-21.172867,8.170468,-5.001339,-21.172615,8.169723,-5.000410,-21.172459,8.168639,-4.999837,-21.173706,8.161715,-5.028588,-21.174595,8.146282,-5.022894,-21.173643,8.166049,-5.028588,-21.174360,8.170622,-5.022874,-21.174524,8.167335,-5.019785,-21.173813,8.167335,-5.027151};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_28()
		{
			double[] value = {-21.173897,8.160429,-5.027151,-21.174610,8.166049,-5.018348,-21.174662,8.161715,-5.018348,-21.174599,8.160430,-5.019785,-21.174494,7.886860,-5.013706,-21.174965,7.911200,-5.017453,-21.173576,7.911200,-5.006259,-21.171494,7.887129,-4.999527,-21.171534,7.910402,-4.998869,-21.173864,7.911046,-5.044412,-21.173819,7.910300,-5.045340,-21.173944,7.911152,-5.042766,-21.173794,7.909216,-5.045913,-21.173817,7.888843,-5.045913,-21.173847,7.887759,-5.045341,-21.173893,7.887013,-5.044412,-21.171061,7.888843,-4.998169,-21.171288,7.909216,-4.998169,-21.171240,7.887759,-4.998742,-21.171772,7.911046,-4.999671,-21.174929,7.902616,-5.017703,-21.174767,7.901391,-5.026438,-21.174709,7.907009,-5.027875,-21.174761,7.908294,-5.026438,-21.174713,7.902675,-5.027875,-21.174915,7.908294,-5.019073,-21.174948,7.907009,-5.017636,-21.174896,7.901391,-5.019073,-21.172781,7.610839,-5.023504,-21.168259,7.610684,-5.003131,-21.170813,7.586272,-5.012951,-21.171141,7.610839,-5.012364,-21.167683,7.608838,-5.001630,-21.167912,7.609932,-5.002203,-21.167742,7.586426,-5.003131,-21.167429,7.587180,-5.002203,-21.167250,7.588274,-5.001630,-21.172113,7.608010,-5.043551,-21.171196,7.587180,-5.048801,-21.171148,7.588783,-5.049374,-21.171297,7.586426,-5.047873,-21.172636,7.586272,-5.028750,-21.172928,7.610839,-5.035125,-21.171366,7.608838,-5.049374,-21.171474,7.610063,-5.048638,-21.171591,7.610684,-5.047873,-21.172972,7.607530,-5.028761,-21.172863,7.600627,-5.028828,-21.172863,7.601912,-5.030622,-21.172932,7.606246,-5.030622,-21.172544,7.607531,-5.021819,-21.172363,7.606246,-5.020382,-21.172287,7.601912,-5.020382,-21.172424,7.600627,-5.021819,-21.011856,7.353744,-5.001945,-21.008892,7.354473,-5.017258,-21.006277,7.374098,-5.029599,-21.010452,7.349672,-5.047654,-21.009520,7.349532,-5.016988,-21.006775,7.374098,-5.019729,-21.008856,7.349532,-5.026750,-21.006975,7.374098,-5.041607,-21.010567,7.350438,-5.048801,-21.010534,7.351532,-5.049374,-21.012224,7.350586,-5.002125,-21.012129,7.349686,-5.003131,-21.007801,7.373968,-5.047505,-21.008335,7.372097,-5.049374,-21.008120,7.373190,-5.048800,-21.011950,7.353792,-5.001630,-21.011435,7.359204,-5.001630,-21.012182,7.351931,-5.001630,-21.009226,7.374084,-5.005288,-21.009733,7.373943,-5.003131,-21.010019,7.373190,-5.002203,-21.010254,7.372097,-5.001630,-21.006887,7.370875,-5.021996,-21.007530,7.363972,-5.022270,-21.006599,7.370875,-5.029184,-21.007298,7.363972,-5.028296,-21.007261,7.364277,-5.029527,-21.007153,7.369590,-5.020382,-21.007160,7.365256,-5.030622,-21.006725,7.369590,-5.030622,-21.007483,7.364915,-5.020457,-21.159069,7.353744,-5.001945,-21.162035,7.354473,-5.017258,-21.164648,7.374098,-5.029599,-21.160473,7.349672,-5.047654,-21.161406,7.349532,-5.016988,-21.164152,7.374098,-5.019729,-21.162069,7.349532,-5.026750,-21.163950,7.374098,-5.041607,-21.160360,7.350438,-5.048801,-21.160391,7.351532,-5.049374,-21.158701,7.350586,-5.002125,-21.158796,7.349686,-5.003131,-21.163124,7.373968,-5.047505,-21.162590,7.372097,-5.049374,-21.162806,7.373190,-5.048800};
			return value;
		}
		private double[] getcoord_B747taiB_B747side_10_72_point_29()
		{
			double[] value = {-21.158978,7.353792,-5.001630,-21.159492,7.359204,-5.001630,-21.158743,7.351931,-5.001630,-21.161699,7.374084,-5.005288,-21.161192,7.373943,-5.003131,-21.160906,7.373190,-5.002203,-21.160671,7.372097,-5.001630,-21.164038,7.370875,-5.021996,-21.163395,7.363972,-5.022270,-21.164328,7.370875,-5.029184,-21.163630,7.363972,-5.028296,-21.163666,7.364277,-5.029527,-21.163773,7.369590,-5.020382,-21.163765,7.365256,-5.030622,-21.164200,7.369590,-5.030622,-21.163443,7.364915,-5.020457,-21.080610,7.297459,-4.928141,-21.064697,7.287888,-4.932758,-21.080610,7.287888,-4.929514,-21.064697,7.297459,-4.931467,-21.146292,7.469433,-5.094333,-21.132870,7.494030,-5.104500,-21.150213,7.497532,-5.090570,-21.164295,7.497532,-5.069582,-21.166655,7.497532,-5.062895,-21.131277,7.437438,-5.104543,-21.131416,7.431901,-5.104159,-21.160053,7.429018,-5.074195,-21.136440,7.497042,-5.102013,-21.145874,7.429018,-5.093773,-21.138329,7.429018,-5.099749,-21.130808,7.432328,-5.104543,-21.167784,7.494223,-5.058740,-21.165445,7.432328,-5.058740,-21.164381,7.429018,-5.061710,-21.140070,8.296768,-5.081558,-21.169825,8.293475,-5.038672,-21.149588,8.296768,-5.074471,-21.161591,8.296768,-5.060297,-21.160196,8.228270,-5.067514,-21.165466,8.296768,-5.052235,-21.168951,8.296768,-5.041657,-21.146807,8.228270,-5.081908,-21.142891,8.231577,-5.084907,-21.135229,8.293460,-5.084907,-21.170601,8.228270,-5.041657,-21.171219,8.231577,-5.038659,-21.138653,8.371349,-5.072926,-21.147285,8.372012,-5.066810,-21.160711,8.372012,-5.051038,-21.135307,8.368770,-5.075311,-21.166643,8.368770,-5.038301,-21.165287,8.372012,-5.041300,-21.142916,8.340242,-5.074733,-21.167181,8.340242,-5.041300,-21.161655,8.340242,-5.055119,-21.148771,8.340242,-5.070504,-21.137705,8.343486,-5.077733,-21.168034,8.343486,-5.038301,-21.151138,7.327426,-4.984725,-21.132580,7.315574,-4.951133,-21.134293,7.327426,-4.951076,-21.151554,7.326396,-4.986293,-21.131727,7.316605,-4.949551,-21.133129,7.326396,-4.949551,-21.150120,7.316605,-4.986293,-21.149323,7.315574,-4.984784};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_10_73_point_1()
		{
			double[] value = {0.718,0.095,0.793,0.172,0.718,0.133,0.775,0.187,0.718,0.168,0.718,0.133,0.739,0.193,0.766,0.23,0.756,0.228,0.868,0.226,0.906,0.273,0.888,0.266,0.974,0.361,0.971,0.34,0.974,0.36,0.971,0.34,0.969,0.332,0.97,0.335,0.965,0.324,0.969,0.332,0.965,0.332,0.965,0.324,0.959,0.315,0.964,0.318,0.951,0.312,0.932,0.295,0.938,0.294,0.938,0.307,0.922,0.315,0.898,0.282,0.921,0.274,0.907,0.264,0.905,0.257,0.898,0.282,0.869,0.266,0.888,0.266,0.692,0.248,0.739,0.291,0.675,0.269,0.729,0.405,0.746,0.405,0.736,0.419,0.775,0.295,0.739,0.291,0.758,0.253,0.858,0.393,0.775,0.406,0.733,0.375,0.887,0.422,0.858,0.393,0.875,0.396,0.923,0.402,0.913,0.393,0.898,0.282,0.935,0.414,0.921,0.415,0.923,0.402,0.921,0.415,0.913,0.404,0.923,0.402,0.842,0.37,0.858,0.393,0.733,0.375,0.842,0.37,0.888,0.391,0.875,0.396,0.97,0.352,0.968,0.347,0.97,0.346,0.971,0.413,0.964,0.407,0.97,0.395,0.964,0.432,0.968,0.425,0.97,0.424,0.968,0.418,0.968,0.425,0.964,0.421,0.972,0.414,0.973,0.409,0.975,0.399,0.972,0.393,0.971,0.413,0.97,0.395,0.974,0.383,0.972,0.393,0.974,0.376,0.97,0.374,0.972,0.393,0.97,0.395,0.974,0.369,0.972,0.368,0.973,0.364,0.97,0.358,0.972,0.368,0.97,0.374,0.964,0.421,0.964,0.429,0.945,0.425,0.868,0.226};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_2()
		{
			double[] value = {0.793,0.172,0.718,0.095,0.718,0.095,0.793,0.172,0.718,0.095,0.718,0.133,0.793,0.172,0.789,0.185,0.789,0.185,0.793,0.172,0.798,0.191,0.798,0.191,0.793,0.172,0.815,0.209,0.718,0.133,0.789,0.185,0.775,0.187,0.779,0.196,0.739,0.193,0.775,0.187,0.739,0.193,0.718,0.168,0.775,0.187,0.739,0.193,0.719,0.195,0.718,0.168,0.719,0.195,0.675,0.144,0.718,0.168,0.675,0.144,0.719,0.195,0.698,0.208,0.735,0.227,0.719,0.195,0.738,0.211,0.738,0.211,0.719,0.195,0.739,0.193,0.756,0.228,0.738,0.211,0.739,0.193,0.779,0.196,0.766,0.23,0.739,0.193,0.815,0.209,0.793,0.172,0.888,0.266,0.888,0.266,0.793,0.172,0.868,0.226,0.868,0.226,0.793,0.172,0.868,0.226,0.907,0.264,0.906,0.273,0.868,0.226,0.905,0.257,0.907,0.264,0.868,0.226,0.973,0.364,0.97,0.346,0.974,0.361,0.97,0.346,0.971,0.34,0.974,0.361,0.97,0.335,0.974,0.36,0.971,0.34,0.968,0.339,0.965,0.332,0.969,0.332,0.97,0.346,0.968,0.339,0.971,0.34,0.968,0.339,0.969,0.332,0.971,0.34,0.968,0.327,0.97,0.335,0.969,0.332,0.964,0.318,0.968,0.327,0.965,0.324,0.968,0.327,0.969,0.332,0.965,0.324,0.965,0.332,0.951,0.312,0.965,0.324,0.951,0.312,0.959,0.315,0.965,0.324,0.949,0.3,0.964,0.318,0.959,0.315,0.938,0.307,0.898,0.282,0.932,0.295,0.938,0.307,0.932,0.295};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_3()
		{
			double[] value = {0.951,0.312,0.951,0.312,0.938,0.294,0.949,0.3,0.951,0.312,0.949,0.3,0.959,0.315,0.932,0.295,0.898,0.282,0.906,0.273,0.938,0.294,0.932,0.295,0.921,0.274,0.932,0.295,0.906,0.273,0.921,0.274,0.949,0.3,0.921,0.274,0.905,0.257,0.949,0.3,0.938,0.294,0.921,0.274,0.951,0.312,0.965,0.341,0.938,0.307,0.965,0.341,0.922,0.315,0.938,0.307,0.951,0.312,0.965,0.332,0.965,0.341,0.921,0.274,0.906,0.273,0.907,0.264,0.869,0.266,0.815,0.209,0.888,0.266,0.888,0.266,0.906,0.273,0.898,0.282,0.739,0.291,0.733,0.375,0.675,0.339,0.733,0.419,0.732,0.42,0.727,0.414,0.736,0.419,0.733,0.419,0.729,0.405,0.733,0.419,0.727,0.414,0.729,0.405,0.732,0.42,0.675,0.415,0.727,0.414,0.739,0.291,0.692,0.248,0.718,0.248,0.74,0.419,0.746,0.405,0.775,0.406,0.74,0.419,0.736,0.419,0.746,0.405,0.792,0.419,0.74,0.419,0.775,0.406,0.733,0.375,0.775,0.406,0.746,0.405,0.746,0.405,0.729,0.405,0.733,0.375,0.733,0.375,0.788,0.35,0.842,0.37,0.788,0.35,0.733,0.375,0.739,0.291,0.842,0.37,0.788,0.35,0.79,0.312,0.788,0.35,0.739,0.291,0.79,0.312,0.869,0.266,0.842,0.37,0.807,0.302,0.842,0.37,0.79,0.312,0.807,0.302,0.79,0.312,0.739,0.291,0.775,0.295,0.744,0.252,0.749,0.252,0.739,0.291,0.739,0.251,0.739,0.291,0.718,0.248};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_4()
		{
			double[] value = {0.779,0.255,0.776,0.232,0.779,0.233,0.771,0.255,0.776,0.256,0.775,0.295,0.776,0.256,0.779,0.255,0.775,0.295,0.807,0.302,0.793,0.258,0.869,0.266,0.887,0.422,0.775,0.406,0.858,0.393,0.898,0.282,0.913,0.393,0.888,0.391,0.968,0.373,0.922,0.315,0.965,0.341,0.965,0.395,0.923,0.402,0.968,0.373,0.922,0.315,0.968,0.373,0.923,0.402,0.898,0.282,0.922,0.315,0.923,0.402,0.945,0.425,0.935,0.414,0.964,0.421,0.964,0.407,0.964,0.421,0.935,0.414,0.965,0.395,0.964,0.407,0.923,0.402,0.964,0.407,0.935,0.414,0.923,0.402,0.945,0.425,0.918,0.425,0.935,0.414,0.918,0.425,0.921,0.415,0.935,0.414,0.918,0.425,0.904,0.406,0.921,0.415,0.904,0.406,0.913,0.404,0.921,0.415,0.918,0.425,0.887,0.422,0.904,0.406,0.875,0.396,0.904,0.406,0.887,0.422,0.875,0.396,0.858,0.393,0.842,0.37,0.904,0.406,0.875,0.396,0.888,0.391,0.913,0.404,0.904,0.406,0.888,0.391,0.923,0.402,0.913,0.404,0.913,0.393,0.913,0.404,0.888,0.391,0.913,0.393,0.918,0.425,0.945,0.425,0.943,0.438,0.911,0.434,0.918,0.425,0.943,0.438,0.887,0.422,0.918,0.425,0.911,0.434,0.887,0.422,0.911,0.434,0.792,0.419,0.775,0.406,0.887,0.422,0.792,0.419,0.97,0.358,0.965,0.341,0.968,0.347,0.97,0.358,0.968,0.347,0.97,0.352,0.968,0.339,0.97,0.346,0.968,0.347,0.965,0.332};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_5()
		{
			double[] value = {0.968,0.339,0.965,0.341,0.968,0.339,0.968,0.347,0.965,0.341,0.97,0.374,0.968,0.373,0.97,0.358,0.97,0.358,0.968,0.373,0.965,0.341,0.97,0.395,0.965,0.395,0.97,0.374,0.965,0.395,0.968,0.373,0.97,0.374,0.968,0.418,0.964,0.421,0.964,0.407,0.968,0.418,0.964,0.407,0.971,0.413,0.965,0.395,0.97,0.395,0.964,0.407,0.964,0.429,0.964,0.421,0.968,0.425,0.964,0.429,0.968,0.425,0.964,0.432,0.97,0.419,0.97,0.424,0.968,0.425,0.971,0.413,0.97,0.419,0.968,0.418,0.97,0.419,0.968,0.425,0.968,0.418,0.97,0.419,0.971,0.413,0.973,0.409,0.97,0.424,0.97,0.419,0.972,0.414,0.97,0.419,0.973,0.409,0.972,0.414,0.975,0.396,0.975,0.399,0.973,0.409,0.974,0.389,0.975,0.396,0.971,0.413,0.975,0.396,0.973,0.409,0.971,0.413,0.974,0.389,0.971,0.413,0.972,0.393,0.974,0.389,0.972,0.393,0.974,0.383,0.974,0.376,0.972,0.393,0.97,0.374,0.974,0.376,0.97,0.374,0.972,0.368,0.974,0.376,0.972,0.368,0.974,0.369,0.972,0.36,0.973,0.364,0.972,0.368,0.972,0.36,0.972,0.368,0.97,0.358,0.972,0.36,0.97,0.358,0.97,0.352,0.973,0.364,0.972,0.36,0.97,0.346,0.972,0.36,0.97,0.352,0.97,0.346,0.964,0.432,0.947,0.438,0.964,0.429,0.947,0.438,0.944,0.438,0.943,0.438,0.947,0.438,0.943,0.438,0.964,0.429,0.964,0.429,0.943,0.438};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_6()
		{
			double[] value = {0.945,0.425,0.898,0.282,0.888,0.391,0.842,0.37,0.898,0.282,0.842,0.37,0.869,0.266,0.675,0.082,0.718,0.133,0.675,0.111,0.675,0.381,0.729,0.405,0.675,0.407,0.733,0.375,0.729,0.405,0.675,0.381,0.675,0.339,0.733,0.375,0.675,0.381,0.675,0.304,0.739,0.291,0.675,0.339,0.675,0.269,0.739,0.291,0.675,0.304,0.675,0.065,0.718,0.095,0.675,0.067,0.718,0.095,0.718,0.133,0.675,0.082,0.675,0.067,0.718,0.095,0.675,0.082,0.675,0.111,0.718,0.168,0.675,0.144,0.718,0.133,0.718,0.168,0.675,0.111,0.675,0.144,0.698,0.208,0.675,0.206,0.729,0.405,0.727,0.414,0.675,0.407,0.675,0.407,0.727,0.414,0.675,0.415,0.792,0.191,0.775,0.187,0.789,0.185,0.807,0.302,0.793,0.294,0.793,0.258,0.792,0.191,0.789,0.185,0.798,0.191,0.798,0.191,0.792,0.192,0.792,0.191,0.798,0.191,0.815,0.209,0.793,0.195,0.793,0.195,0.792,0.192,0.798,0.191,0.779,0.193,0.775,0.187,0.78,0.191,0.779,0.193,0.779,0.196,0.775,0.187,0.807,0.302,0.79,0.312,0.791,0.298,0.807,0.302,0.793,0.297,0.793,0.294,0.807,0.302,0.791,0.298,0.793,0.297,0.78,0.298,0.791,0.298,0.79,0.312,0.79,0.312,0.775,0.295,0.78,0.298,0.775,0.295,0.779,0.297,0.78,0.298,0.775,0.295,0.779,0.295,0.779,0.297,0.779,0.255,0.779,0.295,0.775,0.295,0.776,0.232,0.766,0.23,0.779,0.196};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_7()
		{
			double[] value = {0.779,0.196,0.779,0.233,0.776,0.232,0.815,0.209,0.869,0.266,0.793,0.217,0.793,0.217,0.793,0.195,0.815,0.209,0.793,0.258,0.793,0.217,0.869,0.266,0.78,0.191,0.775,0.187,0.792,0.191,0.759,0.252,0.763,0.251,0.758,0.253,0.763,0.251,0.759,0.252,0.759,0.249,0.759,0.249,0.763,0.235,0.763,0.251,0.774,0.236,0.779,0.255,0.776,0.256,0.779,0.255,0.774,0.236,0.776,0.232,0.718,0.248,0.725,0.248,0.73,0.249,0.718,0.248,0.72,0.228,0.72,0.244,0.721,0.247,0.718,0.248,0.72,0.244,0.724,0.244,0.727,0.245,0.723,0.247,0.738,0.23,0.741,0.233,0.739,0.251,0.752,0.23,0.756,0.228,0.752,0.232,0.752,0.232,0.756,0.228,0.756,0.231,0.752,0.232,0.756,0.231,0.756,0.234,0.698,0.225,0.695,0.224,0.698,0.208,0.695,0.224,0.698,0.225,0.698,0.237,0.698,0.236,0.698,0.237,0.698,0.225,0.71,0.246,0.692,0.248,0.706,0.245,0.692,0.248,0.699,0.244,0.702,0.244,0.692,0.248,0.698,0.237,0.698,0.241,0.699,0.244,0.692,0.248,0.698,0.241,0.698,0.237,0.698,0.236,0.698,0.241,0.709,0.243,0.718,0.248,0.709,0.245,0.702,0.24,0.706,0.242,0.702,0.244,0.706,0.245,0.702,0.244,0.706,0.242,0.681,0.222,0.685,0.22,0.684,0.223,0.698,0.208,0.687,0.22,0.685,0.22,0.698,0.208,0.688,0.223,0.687,0.22,0.688,0.223,0.698,0.208,0.692,0.221,0.688,0.223};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_8()
		{
			double[] value = {0.692,0.221,0.691,0.224,0.698,0.208,0.694,0.221,0.692,0.221,0.695,0.224,0.694,0.221,0.698,0.208,0.698,0.208,0.699,0.222,0.698,0.225,0.702,0.222,0.699,0.222,0.698,0.208,0.709,0.223,0.706,0.223,0.719,0.195,0.709,0.223,0.719,0.195,0.713,0.224,0.709,0.223,0.713,0.224,0.709,0.226,0.713,0.227,0.709,0.226,0.713,0.224,0.719,0.195,0.72,0.228,0.716,0.224,0.716,0.224,0.713,0.224,0.719,0.195,0.72,0.228,0.717,0.227,0.716,0.224,0.72,0.228,0.719,0.195,0.721,0.225,0.723,0.225,0.721,0.225,0.719,0.195,0.728,0.226,0.723,0.225,0.719,0.195,0.723,0.225,0.728,0.226,0.724,0.228,0.719,0.195,0.735,0.227,0.73,0.226,0.73,0.226,0.728,0.226,0.719,0.195,0.737,0.227,0.735,0.227,0.738,0.211,0.759,0.231,0.756,0.231,0.756,0.228,0.759,0.231,0.763,0.232,0.759,0.234,0.759,0.234,0.763,0.235,0.759,0.249,0.759,0.234,0.763,0.232,0.763,0.235,0.77,0.236,0.767,0.235,0.771,0.233,0.773,0.233,0.776,0.232,0.774,0.236,0.77,0.236,0.767,0.25,0.767,0.235,0.763,0.254,0.758,0.253,0.763,0.251,0.774,0.252,0.774,0.236,0.776,0.256,0.776,0.256,0.773,0.255,0.774,0.252,0.767,0.25,0.77,0.236,0.77,0.252,0.766,0.254,0.77,0.252,0.771,0.255,0.767,0.25,0.77,0.252,0.766,0.254,0.741,0.231,0.738,0.23,0.742,0.229,0.745,0.232,0.748,0.233};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_9()
		{
			double[] value = {0.745,0.247,0.741,0.233,0.738,0.23,0.741,0.231,0.745,0.232,0.749,0.23,0.748,0.233,0.724,0.228,0.728,0.226,0.727,0.229,0.731,0.23,0.73,0.226,0.735,0.227,0.727,0.245,0.724,0.244,0.724,0.228,0.724,0.228,0.727,0.229,0.727,0.245,0.734,0.23,0.731,0.23,0.735,0.227,0.728,0.248,0.723,0.247,0.727,0.245,0.738,0.246,0.738,0.23,0.739,0.251,0.739,0.251,0.737,0.249,0.738,0.246,0.739,0.251,0.735,0.249,0.737,0.249,0.731,0.23,0.734,0.23,0.734,0.246,0.735,0.249,0.73,0.248,0.731,0.245,0.731,0.23,0.734,0.246,0.731,0.245,0.731,0.245,0.734,0.246,0.735,0.249,0.756,0.252,0.759,0.252,0.758,0.253,0.752,0.248,0.756,0.249,0.752,0.251,0.756,0.252,0.752,0.251,0.756,0.249,0.752,0.248,0.756,0.234,0.756,0.249,0.739,0.251,0.741,0.233,0.741,0.247,0.742,0.25,0.739,0.251,0.741,0.247,0.756,0.234,0.752,0.248,0.752,0.232,0.72,0.228,0.718,0.248,0.717,0.243,0.716,0.246,0.717,0.243,0.718,0.248,0.718,0.248,0.709,0.243,0.713,0.246,0.713,0.246,0.716,0.246,0.718,0.248,0.709,0.243,0.713,0.243,0.713,0.246,0.713,0.243,0.709,0.243,0.709,0.242,0.706,0.242,0.702,0.24,0.702,0.226,0.717,0.227,0.72,0.228,0.717,0.243,0.713,0.243,0.709,0.242,0.709,0.226,0.709,0.226,0.713,0.227,0.713,0.243,0.675,0.206,0.698,0.208,0.68,0.218};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_10()
		{
			double[] value = {0.681,0.222,0.68,0.218,0.698,0.208,0.677,0.237,0.675,0.235,0.675,0.223,0.691,0.224,0.688,0.238,0.688,0.223,0.681,0.222,0.684,0.223,0.681,0.237,0.692,0.248,0.675,0.269,0.68,0.24,0.68,0.239,0.692,0.248,0.68,0.24,0.675,0.269,0.675,0.235,0.678,0.24,0.678,0.24,0.68,0.24,0.675,0.269,0.675,0.235,0.677,0.237,0.678,0.24,0.687,0.242,0.688,0.238,0.692,0.248,0.687,0.242,0.692,0.248,0.685,0.241,0.692,0.248,0.68,0.239,0.685,0.241,0.681,0.237,0.684,0.223,0.684,0.239,0.681,0.237,0.685,0.241,0.68,0.239,0.685,0.241,0.681,0.237,0.684,0.239,0.695,0.24,0.695,0.224,0.698,0.237,0.698,0.237,0.692,0.248,0.694,0.243,0.694,0.243,0.695,0.24,0.698,0.237,0.692,0.248,0.692,0.243,0.694,0.243,0.688,0.238,0.691,0.224,0.691,0.24,0.692,0.248,0.688,0.238,0.691,0.24,0.692,0.248,0.691,0.24,0.692,0.243,0.675,0.223,0.677,0.222,0.677,0.237,0.675,0.206,0.68,0.218,0.678,0.218,0.675,0.223,0.675,0.206,0.678,0.218,0.675,0.223,0.678,0.218,0.677,0.222,0.698,0.208,0.685,0.22,0.681,0.222,0.706,0.223,0.706,0.226,0.702,0.222,0.702,0.222,0.706,0.226,0.702,0.226,0.702,0.226,0.706,0.226,0.706,0.242,0.719,0.195,0.706,0.223,0.698,0.208,0.698,0.208,0.706,0.223,0.702,0.222,0.692,0.248,0.71,0.246,0.718,0.248,0.706,0.245};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_11()
		{
			double[] value = {0.692,0.248,0.702,0.244,0.709,0.245,0.71,0.246,0.706,0.245,0.709,0.245,0.718,0.248,0.71,0.246,0.718,0.248,0.73,0.249,0.739,0.251,0.725,0.248,0.718,0.248,0.721,0.247,0.73,0.248,0.73,0.249,0.728,0.248,0.728,0.248,0.73,0.249,0.725,0.248,0.728,0.248,0.725,0.248,0.723,0.247,0.723,0.247,0.725,0.248,0.721,0.247,0.73,0.249,0.73,0.248,0.735,0.249,0.73,0.249,0.735,0.249,0.739,0.251,0.747,0.228,0.738,0.211,0.756,0.228,0.747,0.228,0.745,0.229,0.738,0.211,0.738,0.211,0.745,0.229,0.742,0.229,0.738,0.211,0.742,0.229,0.738,0.23,0.738,0.23,0.737,0.227,0.738,0.211,0.747,0.228,0.745,0.232,0.745,0.229,0.745,0.232,0.747,0.228,0.749,0.23,0.756,0.228,0.752,0.23,0.747,0.228,0.747,0.228,0.752,0.23,0.749,0.23,0.745,0.247,0.748,0.233,0.748,0.248,0.745,0.247,0.748,0.248,0.745,0.25,0.748,0.248,0.749,0.251,0.745,0.25,0.739,0.291,0.749,0.252,0.753,0.253,0.744,0.252,0.739,0.291,0.739,0.251,0.739,0.291,0.753,0.253,0.758,0.253,0.756,0.252,0.758,0.253,0.753,0.253,0.756,0.252,0.753,0.253,0.752,0.251,0.752,0.251,0.753,0.253,0.749,0.252,0.752,0.251,0.749,0.252,0.749,0.251,0.749,0.251,0.749,0.252,0.744,0.252,0.749,0.251,0.744,0.252,0.745,0.25,0.745,0.25,0.744,0.252,0.742,0.25,0.742,0.25,0.744,0.252};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_12()
		{
			double[] value = {0.739,0.251,0.773,0.233,0.771,0.233,0.766,0.23,0.776,0.232,0.773,0.233,0.766,0.23,0.766,0.23,0.771,0.233,0.766,0.232,0.766,0.23,0.766,0.232,0.763,0.232,0.766,0.23,0.763,0.232,0.759,0.231,0.756,0.228,0.766,0.23,0.759,0.231,0.763,0.254,0.767,0.255,0.775,0.295,0.758,0.253,0.763,0.254,0.775,0.295,0.767,0.255,0.771,0.255,0.775,0.295,0.773,0.255,0.771,0.255,0.771,0.255,0.771,0.255,0.773,0.255,0.776,0.256,0.771,0.255,0.771,0.255,0.767,0.255,0.771,0.255,0.767,0.255,0.766,0.254,0.766,0.254,0.767,0.255,0.763,0.254,0.771,0.233,0.767,0.235,0.766,0.232,0.793,0.172,0.718,0.095,0.698,0.103,0.718,0.168,0.775,0.187,0.718,0.133,0.766,0.23,0.739,0.193,0.756,0.228,0.906,0.273,0.868,0.226,0.888,0.266,0.971,0.34,0.974,0.361,0.974,0.36,0.969,0.332,0.971,0.34,0.97,0.335,0.969,0.332,0.965,0.324,0.965,0.332,0.959,0.315,0.965,0.324,0.964,0.318,0.932,0.295,0.951,0.312,0.938,0.294,0.949,0.3,0.921,0.274,0.938,0.294,0.922,0.315,0.938,0.307,0.898,0.282,0.907,0.264,0.921,0.274,0.905,0.257,0.869,0.266,0.898,0.282,0.888,0.266,0.739,0.291,0.692,0.248,0.675,0.269,0.746,0.405,0.729,0.405,0.736,0.419,0.739,0.291,0.775,0.295,0.758,0.253,0.775,0.406,0.858,0.393,0.733,0.375,0.858,0.393,0.887,0.422,0.875,0.396};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_13()
		{
			double[] value = {0.913,0.393,0.923,0.402,0.898,0.282,0.921,0.415,0.935,0.414,0.923,0.402,0.913,0.404,0.921,0.415,0.923,0.402,0.858,0.393,0.842,0.37,0.733,0.375,0.888,0.391,0.842,0.37,0.875,0.396,0.968,0.347,0.97,0.352,0.97,0.346,0.964,0.407,0.971,0.413,0.97,0.395,0.968,0.425,0.964,0.432,0.97,0.424,0.968,0.425,0.968,0.418,0.964,0.421,0.973,0.409,0.972,0.414,0.975,0.399,0.971,0.413,0.972,0.393,0.97,0.395,0.972,0.393,0.974,0.383,0.974,0.376,0.972,0.393,0.97,0.374,0.97,0.395,0.972,0.368,0.974,0.369,0.973,0.364,0.972,0.368,0.97,0.358,0.97,0.374,0.964,0.429,0.964,0.421,0.945,0.425,0.868,0.226,0.718,0.095,0.793,0.172,0.718,0.095,0.718,0.095,0.675,0.065,0.793,0.172,0.698,0.103,0.718,0.133,0.718,0.133,0.789,0.185,0.793,0.172,0.789,0.185,0.798,0.191,0.793,0.172,0.793,0.172,0.798,0.191,0.868,0.226,0.868,0.226,0.798,0.191,0.815,0.209,0.789,0.185,0.718,0.133,0.775,0.187,0.739,0.193,0.779,0.196,0.775,0.187,0.718,0.168,0.739,0.193,0.775,0.187,0.719,0.195,0.739,0.193,0.718,0.168,0.697,0.19,0.719,0.195,0.718,0.168,0.719,0.195,0.735,0.227,0.738,0.211,0.719,0.195,0.738,0.211,0.739,0.193,0.738,0.211,0.756,0.228,0.739,0.193,0.766,0.23,0.779,0.196,0.739,0.193,0.815,0.209,0.888,0.266,0.868,0.226,0.906,0.273};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_14()
		{
			double[] value = {0.907,0.264,0.868,0.226,0.907,0.264,0.905,0.257,0.868,0.226,0.868,0.226,0.905,0.257,0.868,0.226,0.97,0.346,0.973,0.364,0.974,0.361,0.971,0.34,0.97,0.346,0.974,0.361,0.974,0.36,0.97,0.335,0.971,0.34,0.965,0.332,0.968,0.339,0.969,0.332,0.968,0.339,0.97,0.346,0.971,0.34,0.969,0.332,0.968,0.339,0.971,0.34,0.97,0.335,0.968,0.327,0.969,0.332,0.968,0.327,0.964,0.318,0.965,0.324,0.969,0.332,0.968,0.327,0.965,0.324,0.951,0.312,0.965,0.332,0.965,0.324,0.959,0.315,0.951,0.312,0.965,0.324,0.964,0.318,0.949,0.3,0.959,0.315,0.898,0.282,0.938,0.307,0.932,0.295,0.932,0.295,0.938,0.307,0.951,0.312,0.938,0.294,0.951,0.312,0.949,0.3,0.949,0.3,0.951,0.312,0.959,0.315,0.898,0.282,0.932,0.295,0.906,0.273,0.932,0.295,0.938,0.294,0.921,0.274,0.906,0.273,0.932,0.295,0.921,0.274,0.921,0.274,0.949,0.3,0.905,0.257,0.965,0.341,0.951,0.312,0.938,0.307,0.922,0.315,0.965,0.341,0.938,0.307,0.965,0.332,0.951,0.312,0.965,0.341,0.906,0.273,0.921,0.274,0.907,0.264,0.815,0.209,0.869,0.266,0.888,0.266,0.906,0.273,0.888,0.266,0.898,0.282,0.733,0.375,0.739,0.291,0.675,0.339,0.732,0.42,0.733,0.419,0.727,0.414,0.733,0.419,0.736,0.419,0.729,0.405,0.727,0.414,0.733,0.419,0.729,0.405,0.675,0.415,0.732,0.42};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_15()
		{
			double[] value = {0.727,0.414,0.692,0.248,0.739,0.291,0.718,0.248,0.746,0.405,0.74,0.419,0.775,0.406,0.736,0.419,0.74,0.419,0.746,0.405,0.74,0.419,0.792,0.419,0.775,0.406,0.775,0.406,0.733,0.375,0.746,0.405,0.729,0.405,0.746,0.405,0.733,0.375,0.788,0.35,0.733,0.375,0.842,0.37,0.733,0.375,0.788,0.35,0.739,0.291,0.788,0.35,0.842,0.37,0.79,0.312,0.739,0.291,0.788,0.35,0.79,0.312,0.842,0.37,0.869,0.266,0.807,0.302,0.79,0.312,0.842,0.37,0.807,0.302,0.739,0.291,0.79,0.312,0.775,0.295,0.749,0.252,0.744,0.252,0.739,0.291,0.739,0.291,0.739,0.251,0.718,0.248,0.776,0.232,0.779,0.255,0.779,0.233,0.776,0.256,0.771,0.255,0.775,0.295,0.779,0.255,0.776,0.256,0.775,0.295,0.793,0.258,0.807,0.302,0.869,0.266,0.775,0.406,0.887,0.422,0.858,0.393,0.913,0.393,0.898,0.282,0.888,0.391,0.922,0.315,0.968,0.373,0.965,0.341,0.923,0.402,0.965,0.395,0.968,0.373,0.968,0.373,0.922,0.315,0.923,0.402,0.922,0.315,0.898,0.282,0.923,0.402,0.935,0.414,0.945,0.425,0.964,0.421,0.964,0.421,0.964,0.407,0.935,0.414,0.964,0.407,0.965,0.395,0.923,0.402,0.935,0.414,0.964,0.407,0.923,0.402,0.918,0.425,0.945,0.425,0.935,0.414,0.921,0.415,0.918,0.425,0.935,0.414,0.904,0.406,0.918,0.425,0.921,0.415,0.913,0.404,0.904,0.406,0.921,0.415};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_16()
		{
			double[] value = {0.887,0.422,0.918,0.425,0.904,0.406,0.904,0.406,0.875,0.396,0.887,0.422,0.858,0.393,0.875,0.396,0.842,0.37,0.875,0.396,0.904,0.406,0.888,0.391,0.904,0.406,0.913,0.404,0.888,0.391,0.913,0.404,0.923,0.402,0.913,0.393,0.888,0.391,0.913,0.404,0.913,0.393,0.945,0.425,0.918,0.425,0.943,0.438,0.918,0.425,0.911,0.434,0.943,0.438,0.918,0.425,0.887,0.422,0.911,0.434,0.911,0.434,0.887,0.422,0.792,0.419,0.887,0.422,0.775,0.406,0.792,0.419,0.965,0.341,0.97,0.358,0.968,0.347,0.968,0.347,0.97,0.358,0.97,0.352,0.97,0.346,0.968,0.339,0.968,0.347,0.968,0.339,0.965,0.332,0.965,0.341,0.968,0.347,0.968,0.339,0.965,0.341,0.968,0.373,0.97,0.374,0.97,0.358,0.968,0.373,0.97,0.358,0.965,0.341,0.965,0.395,0.97,0.395,0.97,0.374,0.968,0.373,0.965,0.395,0.97,0.374,0.964,0.421,0.968,0.418,0.964,0.407,0.964,0.407,0.968,0.418,0.971,0.413,0.97,0.395,0.965,0.395,0.964,0.407,0.964,0.421,0.964,0.429,0.968,0.425,0.968,0.425,0.964,0.429,0.964,0.432,0.97,0.424,0.97,0.419,0.968,0.425,0.97,0.419,0.971,0.413,0.968,0.418,0.968,0.425,0.97,0.419,0.968,0.418,0.971,0.413,0.97,0.419,0.973,0.409,0.97,0.419,0.97,0.424,0.972,0.414,0.973,0.409,0.97,0.419,0.972,0.414,0.975,0.399,0.975,0.396,0.973,0.409,0.975,0.396};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_17()
		{
			double[] value = {0.974,0.389,0.971,0.413,0.973,0.409,0.975,0.396,0.971,0.413,0.971,0.413,0.974,0.389,0.972,0.393,0.972,0.393,0.974,0.389,0.974,0.383,0.972,0.393,0.974,0.376,0.97,0.374,0.97,0.374,0.974,0.376,0.972,0.368,0.972,0.368,0.974,0.376,0.974,0.369,0.973,0.364,0.972,0.36,0.972,0.368,0.972,0.368,0.972,0.36,0.97,0.358,0.97,0.358,0.972,0.36,0.97,0.352,0.972,0.36,0.973,0.364,0.97,0.346,0.97,0.352,0.972,0.36,0.97,0.346,0.947,0.438,0.964,0.432,0.964,0.429,0.944,0.438,0.947,0.438,0.943,0.438,0.943,0.438,0.947,0.438,0.964,0.429,0.943,0.438,0.964,0.429,0.945,0.425,0.888,0.391,0.898,0.282,0.842,0.37,0.842,0.37,0.898,0.282,0.869,0.266,0.729,0.405,0.675,0.381,0.675,0.407,0.729,0.405,0.733,0.375,0.675,0.381,0.733,0.375,0.675,0.339,0.675,0.381,0.739,0.291,0.675,0.304,0.675,0.339,0.739,0.291,0.675,0.269,0.675,0.304,0.718,0.095,0.675,0.065,0.675,0.067,0.698,0.103,0.718,0.095,0.675,0.082,0.718,0.095,0.675,0.067,0.675,0.082,0.727,0.414,0.729,0.405,0.675,0.407,0.727,0.414,0.675,0.407,0.675,0.415,0.775,0.187,0.792,0.191,0.789,0.185,0.793,0.294,0.807,0.302,0.793,0.258,0.789,0.185,0.792,0.191,0.798,0.191,0.792,0.192,0.798,0.191,0.792,0.191,0.815,0.209,0.798,0.191,0.793,0.195,0.792,0.192,0.793,0.195};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_18()
		{
			double[] value = {0.798,0.191,0.775,0.187,0.779,0.193,0.78,0.191,0.779,0.196,0.779,0.193,0.775,0.187,0.79,0.312,0.807,0.302,0.791,0.298,0.793,0.297,0.807,0.302,0.793,0.294,0.791,0.298,0.807,0.302,0.793,0.297,0.791,0.298,0.78,0.298,0.79,0.312,0.775,0.295,0.79,0.312,0.78,0.298,0.779,0.297,0.775,0.295,0.78,0.298,0.779,0.295,0.775,0.295,0.779,0.297,0.779,0.295,0.779,0.255,0.775,0.295,0.766,0.23,0.776,0.232,0.779,0.196,0.779,0.233,0.779,0.196,0.776,0.232,0.869,0.266,0.815,0.209,0.793,0.217,0.793,0.195,0.793,0.217,0.815,0.209,0.793,0.217,0.793,0.258,0.869,0.266,0.775,0.187,0.78,0.191,0.792,0.191,0.763,0.251,0.759,0.252,0.758,0.253,0.759,0.252,0.763,0.251,0.759,0.249,0.763,0.235,0.759,0.249,0.763,0.251,0.779,0.255,0.774,0.236,0.776,0.256,0.774,0.236,0.779,0.255,0.776,0.232,0.725,0.248,0.718,0.248,0.73,0.249,0.72,0.228,0.718,0.248,0.72,0.244,0.718,0.248,0.721,0.247,0.72,0.244,0.727,0.245,0.724,0.244,0.723,0.247,0.741,0.233,0.738,0.23,0.739,0.251,0.756,0.228,0.752,0.23,0.752,0.232,0.756,0.228,0.752,0.232,0.756,0.231,0.756,0.231,0.752,0.232,0.756,0.234,0.695,0.224,0.698,0.225,0.697,0.19,0.698,0.225,0.695,0.224,0.698,0.237,0.698,0.237,0.698,0.236,0.698,0.225,0.692,0.248,0.71,0.246,0.706,0.245};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_19()
		{
			double[] value = {0.699,0.244,0.692,0.248,0.702,0.244,0.698,0.237,0.692,0.248,0.698,0.241,0.692,0.248,0.699,0.244,0.698,0.241,0.698,0.236,0.698,0.237,0.698,0.241,0.718,0.248,0.709,0.243,0.709,0.245,0.706,0.242,0.702,0.24,0.702,0.244,0.702,0.244,0.706,0.245,0.706,0.242,0.685,0.22,0.681,0.222,0.684,0.223,0.687,0.22,0.697,0.19,0.685,0.22,0.688,0.223,0.697,0.19,0.687,0.22,0.697,0.19,0.688,0.223,0.692,0.221,0.692,0.221,0.688,0.223,0.691,0.224,0.694,0.221,0.697,0.19,0.692,0.221,0.694,0.221,0.695,0.224,0.697,0.19,0.699,0.222,0.697,0.19,0.698,0.225,0.699,0.222,0.702,0.222,0.697,0.19,0.706,0.223,0.709,0.223,0.719,0.195,0.719,0.195,0.709,0.223,0.713,0.224,0.713,0.224,0.709,0.223,0.709,0.226,0.709,0.226,0.713,0.227,0.713,0.224,0.72,0.228,0.719,0.195,0.716,0.224,0.713,0.224,0.716,0.224,0.719,0.195,0.717,0.227,0.72,0.228,0.716,0.224,0.719,0.195,0.72,0.228,0.721,0.225,0.721,0.225,0.723,0.225,0.719,0.195,0.723,0.225,0.728,0.226,0.719,0.195,0.728,0.226,0.723,0.225,0.724,0.228,0.735,0.227,0.719,0.195,0.73,0.226,0.728,0.226,0.73,0.226,0.719,0.195,0.735,0.227,0.737,0.227,0.738,0.211,0.756,0.231,0.759,0.231,0.756,0.228,0.763,0.232,0.759,0.231,0.759,0.234,0.763,0.235,0.759,0.234,0.759,0.249,0.763,0.232};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_20()
		{
			double[] value = {0.759,0.234,0.763,0.235,0.767,0.235,0.77,0.236,0.771,0.233,0.776,0.232,0.773,0.233,0.774,0.236,0.767,0.25,0.77,0.236,0.767,0.235,0.758,0.253,0.763,0.254,0.763,0.251,0.774,0.236,0.774,0.252,0.776,0.256,0.773,0.255,0.776,0.256,0.774,0.252,0.77,0.236,0.767,0.25,0.77,0.252,0.77,0.252,0.766,0.254,0.771,0.255,0.77,0.252,0.767,0.25,0.766,0.254,0.738,0.23,0.741,0.231,0.742,0.229,0.748,0.233,0.745,0.232,0.745,0.247,0.738,0.23,0.741,0.233,0.741,0.231,0.749,0.23,0.745,0.232,0.748,0.233,0.728,0.226,0.724,0.228,0.727,0.229,0.73,0.226,0.731,0.23,0.735,0.227,0.724,0.244,0.727,0.245,0.724,0.228,0.727,0.229,0.724,0.228,0.727,0.245,0.731,0.23,0.734,0.23,0.735,0.227,0.723,0.247,0.728,0.248,0.727,0.245,0.738,0.23,0.738,0.246,0.739,0.251,0.737,0.249,0.739,0.251,0.738,0.246,0.735,0.249,0.739,0.251,0.737,0.249,0.734,0.23,0.731,0.23,0.734,0.246,0.73,0.248,0.735,0.249,0.731,0.245,0.734,0.246,0.731,0.23,0.731,0.245,0.734,0.246,0.731,0.245,0.735,0.249,0.759,0.252,0.756,0.252,0.758,0.253,0.756,0.249,0.752,0.248,0.752,0.251,0.752,0.251,0.756,0.252,0.756,0.249,0.756,0.234,0.752,0.248,0.756,0.249,0.741,0.233,0.739,0.251,0.741,0.247,0.739,0.251,0.742,0.25,0.741,0.247,0.752,0.248,0.756,0.234};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_21()
		{
			double[] value = {0.752,0.232,0.718,0.248,0.72,0.228,0.717,0.243,0.717,0.243,0.716,0.246,0.718,0.248,0.709,0.243,0.718,0.248,0.713,0.246,0.716,0.246,0.713,0.246,0.718,0.248,0.713,0.243,0.709,0.243,0.713,0.246,0.709,0.243,0.713,0.243,0.709,0.242,0.702,0.24,0.706,0.242,0.702,0.226,0.72,0.228,0.717,0.227,0.717,0.243,0.709,0.242,0.713,0.243,0.709,0.226,0.713,0.227,0.709,0.226,0.713,0.243,0.697,0.19,0.675,0.185,0.68,0.218,0.68,0.218,0.681,0.222,0.697,0.19,0.675,0.235,0.677,0.237,0.675,0.223,0.688,0.238,0.691,0.224,0.688,0.223,0.684,0.223,0.681,0.222,0.681,0.237,0.675,0.269,0.692,0.248,0.68,0.24,0.692,0.248,0.68,0.239,0.68,0.24,0.675,0.235,0.675,0.269,0.678,0.24,0.68,0.24,0.678,0.24,0.675,0.269,0.677,0.237,0.675,0.235,0.678,0.24,0.688,0.238,0.687,0.242,0.692,0.248,0.692,0.248,0.687,0.242,0.685,0.241,0.68,0.239,0.692,0.248,0.685,0.241,0.684,0.223,0.681,0.237,0.684,0.239,0.685,0.241,0.681,0.237,0.68,0.239,0.681,0.237,0.685,0.241,0.684,0.239,0.695,0.224,0.695,0.24,0.698,0.237,0.692,0.248,0.698,0.237,0.694,0.243,0.695,0.24,0.694,0.243,0.698,0.237,0.692,0.243,0.692,0.248,0.694,0.243,0.691,0.224,0.688,0.238,0.691,0.24,0.688,0.238,0.692,0.248,0.691,0.24,0.691,0.24,0.692,0.248,0.692,0.243};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_22()
		{
			double[] value = {0.677,0.222,0.675,0.223,0.677,0.237,0.68,0.218,0.675,0.185,0.678,0.218,0.675,0.185,0.675,0.223,0.678,0.218,0.678,0.218,0.675,0.223,0.677,0.222,0.685,0.22,0.697,0.19,0.681,0.222,0.706,0.226,0.706,0.223,0.702,0.222,0.706,0.226,0.702,0.222,0.702,0.226,0.706,0.226,0.702,0.226,0.706,0.242,0.706,0.223,0.719,0.195,0.697,0.19,0.706,0.223,0.697,0.19,0.702,0.222,0.71,0.246,0.692,0.248,0.718,0.248,0.692,0.248,0.706,0.245,0.702,0.244,0.71,0.246,0.709,0.245,0.706,0.245,0.718,0.248,0.709,0.245,0.71,0.246,0.73,0.249,0.718,0.248,0.739,0.251,0.718,0.248,0.725,0.248,0.721,0.247,0.73,0.249,0.73,0.248,0.728,0.248,0.73,0.249,0.728,0.248,0.725,0.248,0.725,0.248,0.728,0.248,0.723,0.247,0.725,0.248,0.723,0.247,0.721,0.247,0.73,0.248,0.73,0.249,0.735,0.249,0.735,0.249,0.73,0.249,0.739,0.251,0.738,0.211,0.747,0.228,0.756,0.228,0.745,0.229,0.747,0.228,0.738,0.211,0.745,0.229,0.738,0.211,0.742,0.229,0.742,0.229,0.738,0.211,0.738,0.23,0.737,0.227,0.738,0.23,0.738,0.211,0.745,0.232,0.747,0.228,0.745,0.229,0.747,0.228,0.745,0.232,0.749,0.23,0.752,0.23,0.756,0.228,0.747,0.228,0.752,0.23,0.747,0.228,0.749,0.23,0.748,0.233,0.745,0.247,0.748,0.248,0.748,0.248,0.745,0.247,0.745,0.25,0.749,0.251};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_23()
		{
			double[] value = {0.748,0.248,0.745,0.25,0.749,0.252,0.739,0.291,0.753,0.253,0.739,0.291,0.744,0.252,0.739,0.251,0.753,0.253,0.739,0.291,0.758,0.253,0.758,0.253,0.756,0.252,0.753,0.253,0.753,0.253,0.756,0.252,0.752,0.251,0.753,0.253,0.752,0.251,0.749,0.252,0.749,0.252,0.752,0.251,0.749,0.251,0.749,0.252,0.749,0.251,0.744,0.252,0.744,0.252,0.749,0.251,0.745,0.25,0.744,0.252,0.745,0.25,0.742,0.25,0.744,0.252,0.742,0.25,0.739,0.251,0.771,0.233,0.773,0.233,0.766,0.23,0.773,0.233,0.776,0.232,0.766,0.23,0.771,0.233,0.766,0.23,0.766,0.232,0.766,0.232,0.766,0.23,0.763,0.232,0.763,0.232,0.766,0.23,0.759,0.231,0.766,0.23,0.756,0.228,0.759,0.231,0.767,0.255,0.763,0.254,0.775,0.295,0.763,0.254,0.758,0.253,0.775,0.295,0.771,0.255,0.767,0.255,0.775,0.295,0.771,0.255,0.773,0.255,0.771,0.255,0.773,0.255,0.771,0.255,0.776,0.256,0.771,0.255,0.771,0.255,0.767,0.255,0.767,0.255,0.771,0.255,0.766,0.254,0.767,0.255,0.766,0.254,0.763,0.254,0.767,0.235,0.771,0.233,0.766,0.232,0.718,0.133,0.698,0.103,0.699,0.108,0.697,0.19,0.7,0.177,0.698,0.185,0.697,0.19,0.718,0.168,0.7,0.177,0.7,0.157,0.718,0.133,0.7,0.122,0.681,0.104,0.675,0.082,0.675,0.111,0.681,0.178,0.675,0.144,0.675,0.185,0.681,0.104,0.675,0.111};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_24()
		{
			double[] value = {0.681,0.114,0.675,0.082,0.681,0.104,0.683,0.098,0.683,0.098,0.698,0.103,0.675,0.082,0.681,0.148,0.675,0.144,0.681,0.178,0.697,0.19,0.698,0.185,0.683,0.185,0.683,0.185,0.681,0.178,0.675,0.185,0.675,0.185,0.697,0.19,0.683,0.185,0.681,0.148,0.675,0.111,0.675,0.144,0.681,0.114,0.675,0.111,0.681,0.148,0.699,0.108,0.7,0.122,0.718,0.133,0.7,0.177,0.718,0.168,0.7,0.157,0.718,0.168,0.718,0.133,0.7,0.157,0.617,0.042,0.675,0.066,0.62,0.064,0.62,0.064,0.675,0.111,0.599,0.095,0.581,0.102,0.599,0.095,0.578,0.109,0.599,0.095,0.583,0.085,0.583,0.077,0.526,0.168,0.528,0.193,0.499,0.207,0.42,0.378,0.347,0.392,0.33,0.384,0.561,0.331,0.42,0.378,0.42,0.286,0.535,0.237,0.56,0.278,0.461,0.271,0.611,0.403,0.675,0.415,0.472,0.404,0.617,0.042,0.557,0.034,0.556,0.034,0.62,0.064,0.567,0.043,0.617,0.042,0.58,0.066,0.567,0.043,0.62,0.064,0.58,0.066,0.62,0.064,0.582,0.071,0.599,0.095,0.583,0.077,0.582,0.071,0.599,0.095,0.582,0.071,0.62,0.064,0.62,0.064,0.675,0.082,0.675,0.111,0.675,0.111,0.675,0.144,0.599,0.095,0.675,0.144,0.578,0.109,0.599,0.095,0.582,0.094,0.599,0.095,0.581,0.102,0.599,0.095,0.582,0.094,0.583,0.085,0.62,0.15,0.592,0.145,0.578,0.109,0.592,0.145,0.548,0.146,0.578,0.109};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_25()
		{
			double[] value = {0.675,0.144,0.62,0.15,0.578,0.109,0.566,0.156,0.548,0.146,0.592,0.145,0.573,0.175,0.548,0.146,0.566,0.156,0.573,0.175,0.544,0.177,0.548,0.146,0.526,0.168,0.548,0.146,0.544,0.177,0.544,0.177,0.528,0.193,0.526,0.168,0.544,0.177,0.573,0.175,0.569,0.192,0.675,0.205,0.649,0.203,0.62,0.15,0.611,0.263,0.622,0.232,0.642,0.245,0.622,0.232,0.611,0.263,0.596,0.231,0.36,0.397,0.35,0.404,0.357,0.395,0.347,0.392,0.357,0.395,0.35,0.404,0.472,0.404,0.36,0.397,0.357,0.395,0.357,0.395,0.42,0.378,0.472,0.404,0.347,0.392,0.42,0.378,0.357,0.395,0.33,0.31,0.42,0.286,0.42,0.378,0.33,0.275,0.42,0.286,0.33,0.31,0.375,0.235,0.42,0.252,0.42,0.286,0.341,0.242,0.375,0.235,0.33,0.275,0.375,0.235,0.42,0.286,0.33,0.275,0.561,0.331,0.42,0.286,0.461,0.271,0.46,0.243,0.461,0.271,0.443,0.229,0.535,0.237,0.461,0.271,0.499,0.235,0.461,0.271,0.46,0.243,0.499,0.235,0.489,0.234,0.499,0.235,0.46,0.243,0.611,0.403,0.472,0.404,0.42,0.378,0.611,0.403,0.42,0.378,0.56,0.372,0.611,0.403,0.56,0.372,0.675,0.381,0.675,0.381,0.56,0.372,0.675,0.339,0.561,0.331,0.675,0.339,0.56,0.372,0.561,0.331,0.56,0.372,0.42,0.378,0.675,0.339,0.561,0.331,0.613,0.301,0.56,0.278,0.613,0.301,0.561,0.331,0.56,0.278};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_26()
		{
			double[] value = {0.561,0.331,0.461,0.271,0.613,0.301,0.56,0.278,0.611,0.263,0.613,0.301,0.675,0.321,0.675,0.339,0.675,0.321,0.613,0.301,0.675,0.269,0.675,0.269,0.613,0.301,0.611,0.263,0.642,0.245,0.667,0.247,0.675,0.269,0.642,0.245,0.675,0.269,0.611,0.263,0.675,0.407,0.611,0.403,0.675,0.381,0.56,0.036,0.558,0.035,0.557,0.034,0.567,0.043,0.56,0.036,0.617,0.042,0.56,0.036,0.557,0.034,0.617,0.042,0.347,0.392,0.35,0.404,0.329,0.404,0.329,0.404,0.33,0.39,0.347,0.392,0.33,0.384,0.347,0.392,0.33,0.39,0.33,0.31,0.42,0.378,0.33,0.349,0.33,0.349,0.42,0.378,0.33,0.384,0.341,0.242,0.33,0.275,0.33,0.243,0.675,0.082,0.62,0.064,0.675,0.066,0.62,0.15,0.675,0.144,0.675,0.205,0.675,0.415,0.611,0.403,0.675,0.407,0.42,0.286,0.42,0.252,0.429,0.269,0.461,0.271,0.442,0.272,0.443,0.271,0.461,0.271,0.42,0.286,0.442,0.272,0.42,0.286,0.43,0.272,0.442,0.272,0.42,0.286,0.429,0.271,0.43,0.272,0.42,0.286,0.429,0.269,0.429,0.271,0.461,0.271,0.443,0.271,0.443,0.269,0.461,0.271,0.443,0.269,0.443,0.229,0.426,0.2,0.429,0.201,0.429,0.24,0.443,0.216,0.443,0.203,0.461,0.206,0.42,0.252,0.429,0.24,0.429,0.269,0.592,0.145,0.62,0.15,0.588,0.165,0.573,0.25,0.535,0.237,0.567,0.231,0.588,0.165,0.587,0.163};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_27()
		{
			double[] value = {0.592,0.145,0.587,0.163,0.587,0.162,0.592,0.145,0.587,0.162,0.574,0.162,0.592,0.145,0.574,0.162,0.566,0.156,0.592,0.145,0.574,0.162,0.574,0.163,0.566,0.156,0.574,0.163,0.573,0.165,0.566,0.156,0.62,0.15,0.595,0.199,0.588,0.165,0.56,0.278,0.535,0.237,0.573,0.25,0.588,0.265,0.588,0.261,0.611,0.263,0.611,0.263,0.587,0.267,0.588,0.265,0.611,0.263,0.587,0.269,0.587,0.267,0.611,0.263,0.56,0.278,0.587,0.269,0.56,0.278,0.574,0.269,0.587,0.269,0.56,0.278,0.574,0.267,0.574,0.269,0.56,0.278,0.573,0.265,0.574,0.267,0.56,0.278,0.573,0.25,0.573,0.265,0.588,0.217,0.596,0.231,0.588,0.261,0.596,0.231,0.611,0.263,0.588,0.261,0.567,0.231,0.569,0.192,0.573,0.231,0.573,0.165,0.573,0.175,0.566,0.156,0.588,0.217,0.588,0.165,0.595,0.199,0.573,0.231,0.569,0.192,0.573,0.175,0.573,0.25,0.567,0.231,0.573,0.231,0.62,0.15,0.649,0.203,0.627,0.211,0.629,0.211,0.627,0.211,0.649,0.203,0.63,0.214,0.629,0.211,0.634,0.212,0.629,0.211,0.649,0.203,0.634,0.212,0.63,0.214,0.634,0.212,0.633,0.215,0.634,0.212,0.649,0.203,0.636,0.212,0.655,0.234,0.651,0.233,0.651,0.217,0.651,0.217,0.655,0.218,0.655,0.234,0.667,0.247,0.642,0.245,0.651,0.236,0.648,0.236,0.651,0.236,0.642,0.245,0.499,0.231,0.5,0.227,0.499,0.235};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_28()
		{
			double[] value = {0.499,0.235,0.5,0.227,0.503,0.227,0.499,0.235,0.503,0.227,0.504,0.23,0.514,0.227,0.518,0.227,0.514,0.23,0.522,0.227,0.525,0.227,0.521,0.23,0.532,0.227,0.529,0.227,0.529,0.226,0.532,0.227,0.529,0.226,0.532,0.212,0.539,0.227,0.536,0.227,0.539,0.227,0.547,0.23,0.543,0.227,0.547,0.227,0.554,0.229,0.55,0.227,0.554,0.227,0.564,0.23,0.565,0.227,0.567,0.231,0.567,0.231,0.557,0.23,0.562,0.23,0.567,0.231,0.562,0.23,0.564,0.23,0.562,0.23,0.557,0.23,0.558,0.227,0.558,0.227,0.561,0.227,0.562,0.23,0.464,0.212,0.467,0.212,0.467,0.228,0.496,0.212,0.493,0.212,0.497,0.209,0.499,0.207,0.499,0.209,0.497,0.209,0.405,0.225,0.394,0.208,0.4,0.201,0.416,0.209,0.426,0.2,0.429,0.24,0.365,0.207,0.375,0.223,0.375,0.235,0.42,0.252,0.375,0.235,0.408,0.228,0.408,0.228,0.375,0.235,0.405,0.228,0.42,0.252,0.408,0.228,0.413,0.228,0.408,0.228,0.412,0.225,0.413,0.228,0.499,0.207,0.528,0.193,0.504,0.208,0.528,0.193,0.532,0.212,0.528,0.208,0.507,0.208,0.504,0.208,0.528,0.193,0.532,0.212,0.529,0.212,0.528,0.208,0.536,0.211,0.544,0.177,0.54,0.208,0.536,0.211,0.54,0.208,0.539,0.211,0.54,0.208,0.544,0.177,0.569,0.192,0.567,0.231,0.565,0.227,0.569,0.192,0.528,0.193,0.533,0.208,0.532,0.212,0.544,0.177};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_29()
		{
			double[] value = {0.536,0.211,0.535,0.208,0.528,0.193,0.544,0.177,0.535,0.208,0.535,0.208,0.533,0.208,0.528,0.193,0.547,0.208,0.55,0.204,0.56,0.2,0.569,0.192,0.565,0.227,0.565,0.211,0.565,0.211,0.564,0.208,0.569,0.192,0.62,0.15,0.615,0.209,0.595,0.199,0.62,0.15,0.616,0.212,0.615,0.209,0.616,0.212,0.62,0.15,0.62,0.21,0.616,0.212,0.62,0.21,0.619,0.213,0.62,0.15,0.627,0.211,0.622,0.21,0.622,0.21,0.62,0.21,0.62,0.15,0.627,0.211,0.623,0.213,0.622,0.21,0.623,0.213,0.627,0.211,0.626,0.214,0.595,0.199,0.598,0.206,0.588,0.217,0.595,0.199,0.601,0.206,0.598,0.206,0.601,0.206,0.605,0.211,0.601,0.21,0.605,0.226,0.601,0.21,0.605,0.211,0.595,0.199,0.605,0.208,0.601,0.206,0.601,0.206,0.605,0.208,0.605,0.211,0.608,0.208,0.605,0.208,0.595,0.199,0.612,0.212,0.608,0.211,0.608,0.208,0.595,0.199,0.615,0.209,0.612,0.209,0.63,0.214,0.633,0.215,0.633,0.231,0.636,0.212,0.649,0.203,0.641,0.213,0.64,0.216,0.637,0.215,0.636,0.212,0.64,0.216,0.636,0.212,0.641,0.213,0.643,0.213,0.641,0.213,0.649,0.203,0.637,0.215,0.64,0.216,0.64,0.232,0.643,0.213,0.649,0.203,0.648,0.214,0.647,0.217,0.644,0.216,0.643,0.213,0.647,0.217,0.643,0.213,0.648,0.214,0.651,0.214,0.648,0.214,0.649,0.203,0.644,0.216,0.647,0.217};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_30()
		{
			double[] value = {0.647,0.233,0.647,0.233,0.644,0.232,0.644,0.216,0.651,0.214,0.649,0.203,0.655,0.218,0.655,0.218,0.651,0.217,0.651,0.214,0.649,0.203,0.675,0.205,0.655,0.215,0.649,0.203,0.655,0.215,0.655,0.218,0.658,0.215,0.655,0.215,0.675,0.205,0.675,0.205,0.658,0.218,0.658,0.215,0.667,0.247,0.651,0.236,0.655,0.237,0.655,0.237,0.658,0.237,0.667,0.247,0.651,0.236,0.655,0.234,0.655,0.237,0.667,0.247,0.658,0.237,0.662,0.238,0.662,0.238,0.665,0.238,0.667,0.247,0.658,0.237,0.662,0.235,0.662,0.238,0.673,0.236,0.675,0.236,0.675,0.269,0.667,0.247,0.665,0.238,0.67,0.239,0.667,0.247,0.67,0.239,0.675,0.269,0.665,0.238,0.669,0.236,0.67,0.239,0.666,0.235,0.669,0.236,0.665,0.238,0.655,0.234,0.651,0.236,0.651,0.233,0.662,0.235,0.658,0.237,0.658,0.234,0.675,0.236,0.673,0.236,0.675,0.223,0.627,0.233,0.622,0.232,0.626,0.23,0.622,0.232,0.626,0.214,0.626,0.23,0.637,0.231,0.637,0.215,0.64,0.232,0.63,0.214,0.633,0.231,0.63,0.23,0.63,0.23,0.633,0.231,0.629,0.233,0.647,0.233,0.644,0.234,0.644,0.232,0.648,0.234,0.644,0.234,0.648,0.234,0.644,0.234,0.648,0.234,0.648,0.236,0.648,0.234,0.644,0.234,0.647,0.233,0.634,0.234,0.636,0.234,0.642,0.245,0.643,0.235,0.648,0.236,0.642,0.245,0.648,0.236,0.643,0.235,0.644,0.234};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_31()
		{
			double[] value = {0.642,0.245,0.636,0.234,0.641,0.235,0.641,0.235,0.643,0.235,0.642,0.245,0.637,0.231,0.641,0.235,0.636,0.234,0.637,0.231,0.64,0.232,0.641,0.235,0.608,0.211,0.612,0.212,0.612,0.228,0.626,0.214,0.622,0.232,0.623,0.229,0.623,0.229,0.623,0.213,0.626,0.214,0.622,0.232,0.622,0.232,0.623,0.229,0.622,0.232,0.62,0.232,0.622,0.232,0.616,0.228,0.616,0.212,0.619,0.228,0.62,0.232,0.616,0.228,0.619,0.228,0.619,0.228,0.616,0.212,0.619,0.213,0.601,0.228,0.596,0.231,0.598,0.228,0.597,0.225,0.596,0.231,0.588,0.217,0.598,0.228,0.596,0.231,0.597,0.225,0.608,0.226,0.608,0.211,0.612,0.228,0.605,0.23,0.608,0.23,0.596,0.231,0.601,0.225,0.605,0.226,0.601,0.228,0.612,0.231,0.615,0.231,0.596,0.231,0.608,0.23,0.612,0.231,0.596,0.231,0.608,0.226,0.612,0.228,0.608,0.23,0.608,0.23,0.612,0.228,0.612,0.231,0.622,0.232,0.596,0.231,0.62,0.232,0.616,0.228,0.62,0.232,0.615,0.231,0.615,0.231,0.62,0.232,0.596,0.231,0.536,0.211,0.539,0.227,0.536,0.227,0.536,0.211,0.539,0.211,0.539,0.227,0.543,0.211,0.547,0.211,0.547,0.227,0.547,0.227,0.543,0.227,0.543,0.211,0.55,0.211,0.554,0.211,0.554,0.227,0.554,0.227,0.55,0.227,0.55,0.211,0.561,0.227,0.558,0.227,0.558,0.211,0.561,0.227,0.558,0.211,0.561,0.211,0.499,0.209};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_32()
		{
			double[] value = {0.499,0.207,0.504,0.208,0.503,0.212,0.5,0.212,0.499,0.209,0.499,0.209,0.504,0.208,0.503,0.212,0.511,0.209,0.507,0.212,0.507,0.208,0.5,0.212,0.503,0.212,0.5,0.227,0.511,0.211,0.507,0.212,0.511,0.209,0.518,0.211,0.514,0.211,0.514,0.21,0.529,0.212,0.532,0.212,0.529,0.226,0.525,0.227,0.522,0.211,0.525,0.211,0.5,0.227,0.503,0.212,0.503,0.227,0.518,0.211,0.514,0.227,0.514,0.211,0.507,0.227,0.511,0.211,0.511,0.227,0.507,0.212,0.511,0.211,0.507,0.227,0.514,0.227,0.518,0.211,0.518,0.227,0.522,0.211,0.525,0.227,0.522,0.227,0.535,0.237,0.514,0.231,0.518,0.23,0.518,0.23,0.521,0.23,0.535,0.237,0.528,0.23,0.529,0.227,0.535,0.237,0.521,0.23,0.525,0.227,0.526,0.23,0.535,0.237,0.521,0.23,0.526,0.23,0.535,0.237,0.526,0.23,0.528,0.23,0.535,0.237,0.529,0.227,0.533,0.23,0.532,0.227,0.533,0.23,0.529,0.227,0.536,0.227,0.539,0.227,0.536,0.227,0.539,0.227,0.535,0.237,0.536,0.227,0.535,0.237,0.533,0.23,0.535,0.23,0.535,0.237,0.535,0.23,0.536,0.227,0.547,0.23,0.535,0.237,0.543,0.23,0.543,0.23,0.543,0.227,0.547,0.23,0.535,0.237,0.54,0.23,0.543,0.23,0.539,0.227,0.54,0.23,0.535,0.237,0.554,0.229,0.535,0.237,0.55,0.23,0.55,0.23,0.55,0.227,0.554,0.229,0.535,0.237,0.547,0.23};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_33()
		{
			double[] value = {0.55,0.23,0.557,0.23,0.567,0.231,0.557,0.23,0.567,0.231,0.535,0.237,0.557,0.23,0.535,0.237,0.554,0.229,0.557,0.23,0.463,0.209,0.467,0.212,0.464,0.212,0.461,0.206,0.468,0.209,0.463,0.209,0.463,0.209,0.468,0.209,0.467,0.212,0.461,0.206,0.47,0.209,0.468,0.209,0.461,0.206,0.475,0.209,0.47,0.209,0.47,0.209,0.475,0.209,0.475,0.212,0.478,0.209,0.475,0.209,0.461,0.206,0.482,0.228,0.478,0.228,0.478,0.212,0.475,0.212,0.471,0.212,0.47,0.209,0.461,0.206,0.482,0.209,0.478,0.209,0.482,0.212,0.478,0.212,0.478,0.209,0.482,0.212,0.478,0.209,0.482,0.209,0.482,0.228,0.478,0.212,0.482,0.212,0.485,0.209,0.482,0.209,0.461,0.206,0.461,0.206,0.499,0.207,0.49,0.209,0.461,0.206,0.49,0.209,0.485,0.209,0.489,0.212,0.486,0.212,0.485,0.209,0.489,0.212,0.485,0.209,0.49,0.209,0.499,0.207,0.492,0.21,0.492,0.209,0.492,0.209,0.49,0.209,0.499,0.207,0.42,0.252,0.413,0.228,0.415,0.228,0.429,0.24,0.42,0.252,0.415,0.228,0.416,0.225,0.429,0.24,0.415,0.228,0.482,0.23,0.478,0.228,0.482,0.228,0.493,0.228,0.496,0.227,0.492,0.231,0.496,0.227,0.493,0.228,0.496,0.212,0.475,0.212,0.471,0.228,0.471,0.212,0.463,0.231,0.467,0.228,0.468,0.23,0.464,0.212,0.467,0.228,0.464,0.228,0.464,0.228,0.467,0.228,0.463,0.231};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_34()
		{
			double[] value = {0.471,0.228,0.475,0.212,0.475,0.227,0.489,0.212,0.486,0.228,0.486,0.212,0.496,0.212,0.493,0.228,0.493,0.212,0.486,0.228,0.489,0.212,0.489,0.228,0.4,0.201,0.426,0.2,0.413,0.206,0.415,0.206,0.413,0.206,0.426,0.2,0.426,0.2,0.416,0.209,0.415,0.206,0.378,0.198,0.4,0.201,0.391,0.205,0.378,0.198,0.391,0.205,0.359,0.197,0.393,0.205,0.391,0.205,0.4,0.201,0.394,0.208,0.393,0.205,0.4,0.201,0.4,0.201,0.405,0.206,0.405,0.209,0.4,0.201,0.413,0.206,0.408,0.206,0.4,0.201,0.408,0.206,0.405,0.206,0.405,0.209,0.405,0.225,0.4,0.201,0.408,0.206,0.413,0.206,0.412,0.209,0.408,0.206,0.412,0.209,0.408,0.209,0.412,0.209,0.412,0.225,0.408,0.209,0.365,0.207,0.375,0.208,0.375,0.223,0.405,0.225,0.394,0.224,0.394,0.208,0.379,0.224,0.39,0.208,0.39,0.224,0.408,0.225,0.408,0.209,0.412,0.225,0.359,0.197,0.391,0.205,0.378,0.205,0.378,0.205,0.391,0.205,0.39,0.208,0.375,0.208,0.365,0.207,0.364,0.204,0.359,0.197,0.375,0.208,0.364,0.204,0.359,0.197,0.347,0.2,0.338,0.198,0.359,0.197,0.378,0.205,0.376,0.205,0.359,0.197,0.376,0.205,0.375,0.208,0.39,0.208,0.379,0.224,0.379,0.208,0.39,0.208,0.379,0.208,0.378,0.205,0.335,0.222,0.339,0.222,0.341,0.242,0.39,0.224,0.375,0.235,0.378,0.227,0.378,0.227};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_35()
		{
			double[] value = {0.379,0.224,0.39,0.224,0.375,0.235,0.376,0.227,0.378,0.227,0.375,0.223,0.376,0.227,0.375,0.235,0.405,0.225,0.375,0.235,0.393,0.227,0.393,0.227,0.394,0.224,0.405,0.225,0.375,0.235,0.391,0.227,0.393,0.227,0.391,0.227,0.375,0.235,0.39,0.224,0.412,0.225,0.408,0.228,0.408,0.225,0.375,0.235,0.405,0.225,0.405,0.228,0.335,0.225,0.335,0.222,0.341,0.242,0.335,0.225,0.341,0.242,0.33,0.243,0.346,0.222,0.341,0.242,0.342,0.225,0.342,0.225,0.343,0.222,0.346,0.222,0.341,0.242,0.34,0.225,0.342,0.225,0.339,0.222,0.34,0.225,0.341,0.242,0.35,0.222,0.353,0.223,0.349,0.225,0.341,0.242,0.346,0.222,0.347,0.225,0.341,0.242,0.354,0.226,0.375,0.235,0.365,0.223,0.365,0.207,0.375,0.235,0.375,0.235,0.354,0.226,0.357,0.226,0.364,0.226,0.365,0.223,0.375,0.235,0.357,0.223,0.361,0.223,0.361,0.226,0.375,0.235,0.361,0.226,0.364,0.226,0.33,0.196,0.332,0.206,0.33,0.222,0.361,0.207,0.357,0.206,0.357,0.204,0.332,0.225,0.335,0.225,0.33,0.243,0.332,0.225,0.33,0.243,0.33,0.222,0.33,0.222,0.332,0.222,0.332,0.225,0.33,0.196,0.332,0.203,0.332,0.206,0.335,0.206,0.339,0.206,0.339,0.222,0.339,0.222,0.335,0.222,0.335,0.206,0.346,0.207,0.343,0.222,0.343,0.206,0.343,0.222,0.346,0.207,0.346,0.222,0.357,0.223,0.361,0.207};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_36()
		{
			double[] value = {0.361,0.223,0.354,0.204,0.35,0.206,0.349,0.203,0.353,0.207,0.35,0.206,0.354,0.204,0.361,0.207,0.357,0.223,0.357,0.206,0.35,0.206,0.353,0.207,0.353,0.223,0.353,0.223,0.35,0.222,0.35,0.206,0.332,0.222,0.33,0.222,0.332,0.206,0.658,0.218,0.675,0.205,0.662,0.216,0.658,0.218,0.662,0.216,0.662,0.219,0.665,0.216,0.662,0.216,0.675,0.205,0.658,0.218,0.662,0.219,0.658,0.234,0.665,0.216,0.675,0.205,0.67,0.217,0.669,0.22,0.666,0.219,0.665,0.216,0.669,0.22,0.665,0.216,0.67,0.217,0.675,0.205,0.675,0.223,0.672,0.217,0.672,0.217,0.67,0.217,0.675,0.205,0.675,0.223,0.673,0.22,0.672,0.217,0.658,0.234,0.662,0.219,0.662,0.235,0.675,0.223,0.673,0.236,0.673,0.22,0.666,0.235,0.669,0.22,0.669,0.236,0.666,0.219,0.669,0.22,0.666,0.235,0.675,0.269,0.67,0.239,0.672,0.239,0.673,0.236,0.675,0.269,0.672,0.239,0.443,0.216,0.46,0.212,0.443,0.229,0.416,0.225,0.416,0.209,0.429,0.24,0.461,0.206,0.463,0.209,0.461,0.209,0.443,0.216,0.461,0.206,0.461,0.209,0.443,0.216,0.461,0.209,0.46,0.212,0.461,0.231,0.443,0.229,0.46,0.228,0.46,0.228,0.443,0.229,0.46,0.212,0.601,0.21,0.605,0.226,0.601,0.225,0.588,0.217,0.598,0.206,0.597,0.21,0.588,0.217,0.597,0.21,0.597,0.225,0.335,0.202,0.332,0.203,0.33,0.196};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_37()
		{
			double[] value = {0.339,0.206,0.335,0.206,0.335,0.202,0.34,0.203,0.339,0.206,0.335,0.202,0.346,0.207,0.343,0.206,0.342,0.203,0.347,0.204,0.346,0.207,0.342,0.203,0.347,0.2,0.359,0.197,0.357,0.204,0.359,0.197,0.338,0.198,0.33,0.196,0.347,0.2,0.347,0.204,0.342,0.203,0.347,0.2,0.342,0.203,0.338,0.198,0.338,0.198,0.342,0.203,0.34,0.203,0.338,0.198,0.34,0.203,0.335,0.202,0.338,0.198,0.335,0.202,0.33,0.196,0.347,0.2,0.349,0.203,0.347,0.204,0.362,0.204,0.361,0.207,0.357,0.204,0.357,0.204,0.354,0.204,0.347,0.2,0.347,0.2,0.354,0.204,0.349,0.203,0.362,0.204,0.359,0.197,0.364,0.204,0.359,0.197,0.362,0.204,0.357,0.204,0.353,0.223,0.354,0.226,0.349,0.225,0.349,0.225,0.354,0.226,0.341,0.242,0.347,0.225,0.349,0.225,0.341,0.242,0.47,0.232,0.48,0.233,0.46,0.243,0.468,0.231,0.46,0.243,0.463,0.231,0.468,0.231,0.47,0.232,0.46,0.243,0.461,0.231,0.46,0.243,0.443,0.229,0.463,0.231,0.46,0.243,0.461,0.231,0.468,0.23,0.468,0.231,0.463,0.231,0.468,0.231,0.47,0.231,0.47,0.232,0.47,0.232,0.47,0.231,0.475,0.231,0.475,0.231,0.47,0.231,0.471,0.228,0.475,0.231,0.471,0.228,0.475,0.227,0.478,0.231,0.48,0.233,0.475,0.231,0.475,0.231,0.48,0.233,0.47,0.232,0.478,0.231,0.478,0.228,0.48,0.233,0.48,0.233};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_38()
		{
			double[] value = {0.478,0.228,0.482,0.23,0.485,0.23,0.48,0.233,0.482,0.23,0.489,0.228,0.485,0.23,0.486,0.228,0.485,0.23,0.489,0.228,0.49,0.231,0.48,0.233,0.489,0.234,0.46,0.243,0.485,0.23,0.489,0.234,0.48,0.233,0.485,0.23,0.49,0.231,0.489,0.234,0.492,0.231,0.499,0.235,0.489,0.234,0.492,0.231,0.489,0.234,0.49,0.231,0.496,0.227,0.497,0.231,0.492,0.231,0.497,0.231,0.499,0.235,0.492,0.231,0.497,0.231,0.499,0.231,0.499,0.235,0.499,0.235,0.504,0.23,0.506,0.23,0.511,0.227,0.506,0.23,0.507,0.227,0.535,0.237,0.499,0.235,0.509,0.233,0.511,0.227,0.511,0.23,0.509,0.233,0.535,0.237,0.509,0.233,0.514,0.231,0.511,0.23,0.514,0.23,0.514,0.231,0.514,0.231,0.509,0.233,0.511,0.23,0.511,0.227,0.509,0.233,0.506,0.23,0.506,0.23,0.509,0.233,0.499,0.235,0.514,0.231,0.514,0.23,0.518,0.227,0.514,0.231,0.518,0.227,0.518,0.23,0.516,0.208,0.51,0.208,0.528,0.193,0.516,0.208,0.514,0.21,0.511,0.209,0.516,0.208,0.511,0.209,0.51,0.208,0.51,0.208,0.511,0.209,0.507,0.208,0.514,0.21,0.516,0.208,0.518,0.211,0.519,0.208,0.518,0.211,0.516,0.208,0.519,0.208,0.516,0.208,0.528,0.193,0.528,0.193,0.521,0.208,0.519,0.208,0.528,0.208,0.526,0.208,0.528,0.193,0.526,0.208,0.521,0.208,0.528,0.193,0.526,0.208,0.525,0.211};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_39()
		{
			double[] value = {0.521,0.208,0.521,0.208,0.525,0.211,0.522,0.211,0.564,0.208,0.56,0.2,0.569,0.192,0.55,0.204,0.54,0.208,0.569,0.192,0.543,0.208,0.54,0.208,0.55,0.204,0.56,0.2,0.55,0.204,0.569,0.192,0.547,0.208,0.543,0.208,0.55,0.204,0.564,0.208,0.562,0.208,0.56,0.2,0.56,0.2,0.562,0.208,0.561,0.211,0.56,0.2,0.561,0.211,0.557,0.208,0.56,0.2,0.557,0.208,0.555,0.208,0.56,0.2,0.555,0.208,0.55,0.208,0.56,0.2,0.55,0.208,0.547,0.208,0.557,0.208,0.561,0.211,0.558,0.211,0.555,0.208,0.554,0.211,0.55,0.211,0.555,0.208,0.55,0.211,0.55,0.208,0.547,0.208,0.547,0.211,0.543,0.211,0.547,0.208,0.543,0.211,0.543,0.208,0.605,0.226,0.605,0.23,0.601,0.228,0.601,0.228,0.605,0.23,0.596,0.231,0.612,0.209,0.612,0.212,0.608,0.208,0.612,0.209,0.608,0.208,0.595,0.199,0.642,0.245,0.627,0.233,0.629,0.233,0.642,0.245,0.622,0.232,0.627,0.233,0.642,0.245,0.629,0.233,0.634,0.234,0.633,0.231,0.634,0.234,0.629,0.233,0.51,0.208,0.507,0.208,0.528,0.193,0.499,0.207,0.497,0.209,0.492,0.21,0.492,0.21,0.497,0.209,0.493,0.212,0.357,0.223,0.361,0.226,0.357,0.226,0.357,0.226,0.361,0.226,0.375,0.235,0.6,0.129,0.581,0.102,0.578,0.109,0.583,0.085,0.619,0.089,0.583,0.077,0.528,0.193,0.526,0.168,0.499,0.207};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_40()
		{
			double[] value = {0.353,0.393,0.377,0.357,0.33,0.384,0.472,0.404,0.353,0.393,0.36,0.397,0.377,0.357,0.561,0.331,0.425,0.324,0.56,0.278,0.535,0.237,0.461,0.271,0.557,0.034,0.617,0.042,0.556,0.034,0.567,0.043,0.62,0.064,0.617,0.042,0.567,0.043,0.58,0.066,0.62,0.064,0.62,0.064,0.58,0.066,0.582,0.071,0.583,0.077,0.619,0.089,0.582,0.071,0.6,0.129,0.582,0.094,0.581,0.102,0.583,0.085,0.582,0.094,0.619,0.089,0.548,0.146,0.592,0.145,0.57,0.121,0.57,0.121,0.6,0.129,0.578,0.109,0.548,0.146,0.566,0.156,0.592,0.145,0.548,0.146,0.573,0.175,0.566,0.156,0.544,0.177,0.573,0.175,0.548,0.146,0.548,0.146,0.526,0.168,0.544,0.177,0.528,0.193,0.544,0.177,0.526,0.168,0.573,0.175,0.544,0.177,0.569,0.192,0.622,0.232,0.611,0.263,0.642,0.245,0.611,0.263,0.622,0.232,0.596,0.231,0.36,0.397,0.353,0.393,0.35,0.404,0.472,0.404,0.422,0.39,0.353,0.393,0.353,0.393,0.422,0.39,0.377,0.357,0.425,0.324,0.33,0.31,0.377,0.357,0.33,0.31,0.425,0.324,0.42,0.286,0.42,0.286,0.33,0.275,0.33,0.31,0.42,0.252,0.375,0.235,0.42,0.286,0.375,0.235,0.341,0.242,0.33,0.275,0.42,0.286,0.375,0.235,0.33,0.275,0.56,0.399,0.422,0.39,0.472,0.404,0.425,0.324,0.561,0.331,0.461,0.271,0.425,0.324,0.461,0.271,0.42,0.286,0.461,0.271};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_41()
		{
			double[] value = {0.46,0.243,0.443,0.229,0.461,0.271,0.535,0.237,0.499,0.235,0.46,0.243,0.461,0.271,0.499,0.235,0.499,0.235,0.489,0.234,0.46,0.243,0.675,0.407,0.56,0.399,0.472,0.404,0.56,0.399,0.675,0.407,0.675,0.381,0.675,0.381,0.561,0.331,0.56,0.399,0.561,0.331,0.377,0.357,0.422,0.39,0.56,0.399,0.561,0.331,0.422,0.39,0.561,0.331,0.675,0.381,0.675,0.339,0.561,0.331,0.675,0.339,0.613,0.301,0.613,0.301,0.56,0.278,0.561,0.331,0.561,0.331,0.56,0.278,0.461,0.271,0.56,0.278,0.613,0.301,0.611,0.263,0.675,0.415,0.675,0.407,0.472,0.404,0.675,0.321,0.613,0.301,0.675,0.339,0.613,0.301,0.675,0.321,0.675,0.269,0.613,0.301,0.675,0.269,0.611,0.263,0.667,0.247,0.642,0.245,0.675,0.269,0.675,0.269,0.642,0.245,0.611,0.263,0.558,0.035,0.56,0.036,0.557,0.034,0.56,0.036,0.567,0.043,0.617,0.042,0.557,0.034,0.56,0.036,0.617,0.042,0.35,0.404,0.353,0.393,0.329,0.404,0.33,0.39,0.329,0.404,0.353,0.393,0.353,0.393,0.33,0.384,0.33,0.39,0.377,0.357,0.33,0.31,0.33,0.349,0.377,0.357,0.33,0.349,0.33,0.384,0.33,0.275,0.341,0.242,0.33,0.243,0.617,0.042,0.675,0.082,0.675,0.066,0.62,0.064,0.675,0.082,0.617,0.042,0.675,0.066,0.675,0.066,0.617,0.042,0.42,0.252,0.42,0.286,0.429,0.269,0.442,0.272,0.461,0.271};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_42()
		{
			double[] value = {0.443,0.271,0.42,0.286,0.461,0.271,0.442,0.272,0.43,0.272,0.42,0.286,0.442,0.272,0.429,0.271,0.42,0.286,0.43,0.272,0.429,0.269,0.42,0.286,0.429,0.271,0.443,0.271,0.461,0.271,0.443,0.269,0.443,0.269,0.461,0.271,0.443,0.229,0.429,0.201,0.426,0.2,0.429,0.24,0.443,0.203,0.443,0.216,0.461,0.206,0.429,0.24,0.42,0.252,0.429,0.269,0.535,0.237,0.573,0.25,0.567,0.231,0.587,0.163,0.588,0.165,0.592,0.145,0.587,0.162,0.587,0.163,0.592,0.145,0.574,0.162,0.587,0.162,0.592,0.145,0.566,0.156,0.574,0.162,0.592,0.145,0.574,0.163,0.574,0.162,0.566,0.156,0.573,0.165,0.574,0.163,0.566,0.156,0.535,0.237,0.56,0.278,0.573,0.25,0.588,0.261,0.588,0.265,0.611,0.263,0.587,0.267,0.611,0.263,0.588,0.265,0.587,0.269,0.611,0.263,0.587,0.267,0.56,0.278,0.611,0.263,0.587,0.269,0.574,0.269,0.56,0.278,0.587,0.269,0.574,0.267,0.56,0.278,0.574,0.269,0.573,0.265,0.56,0.278,0.574,0.267,0.573,0.25,0.56,0.278,0.573,0.265,0.596,0.231,0.588,0.217,0.588,0.261,0.611,0.263,0.596,0.231,0.588,0.261,0.569,0.192,0.567,0.231,0.573,0.231,0.573,0.175,0.573,0.165,0.566,0.156,0.588,0.165,0.588,0.217,0.595,0.199,0.569,0.192,0.573,0.231,0.573,0.175,0.567,0.231,0.573,0.25,0.573,0.231,0.649,0.203,0.621,0.185,0.627,0.211};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_43()
		{
			double[] value = {0.627,0.211,0.629,0.211,0.649,0.203,0.629,0.211,0.63,0.214,0.634,0.212,0.649,0.203,0.629,0.211,0.634,0.212,0.634,0.212,0.63,0.214,0.633,0.215,0.649,0.203,0.634,0.212,0.636,0.212,0.651,0.233,0.655,0.234,0.651,0.217,0.655,0.218,0.651,0.217,0.655,0.234,0.642,0.245,0.667,0.247,0.651,0.236,0.651,0.236,0.648,0.236,0.642,0.245,0.5,0.227,0.499,0.231,0.499,0.235,0.5,0.227,0.499,0.235,0.503,0.227,0.503,0.227,0.499,0.235,0.504,0.23,0.518,0.227,0.514,0.227,0.514,0.23,0.525,0.227,0.522,0.227,0.521,0.23,0.529,0.227,0.532,0.227,0.529,0.226,0.529,0.226,0.532,0.227,0.532,0.212,0.536,0.227,0.539,0.227,0.539,0.227,0.543,0.227,0.547,0.23,0.547,0.227,0.55,0.227,0.554,0.229,0.554,0.227,0.565,0.227,0.564,0.23,0.567,0.231,0.557,0.23,0.567,0.231,0.562,0.23,0.562,0.23,0.567,0.231,0.564,0.23,0.557,0.23,0.562,0.23,0.558,0.227,0.561,0.227,0.558,0.227,0.562,0.23,0.467,0.212,0.464,0.212,0.467,0.228,0.493,0.212,0.496,0.212,0.497,0.209,0.499,0.209,0.499,0.207,0.497,0.209,0.394,0.208,0.405,0.225,0.4,0.201,0.426,0.2,0.416,0.209,0.429,0.24,0.375,0.223,0.365,0.207,0.375,0.235,0.375,0.235,0.42,0.252,0.408,0.228,0.375,0.235,0.408,0.228,0.405,0.228,0.408,0.228,0.42,0.252,0.413,0.228,0.412,0.225};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_44()
		{
			double[] value = {0.408,0.228,0.413,0.228,0.528,0.193,0.499,0.207,0.504,0.208,0.532,0.212,0.528,0.193,0.528,0.208,0.504,0.208,0.507,0.208,0.528,0.193,0.529,0.212,0.532,0.212,0.528,0.208,0.544,0.177,0.536,0.211,0.54,0.208,0.54,0.208,0.536,0.211,0.539,0.211,0.544,0.177,0.54,0.208,0.569,0.192,0.565,0.227,0.567,0.231,0.569,0.192,0.533,0.208,0.528,0.193,0.532,0.212,0.536,0.211,0.544,0.177,0.535,0.208,0.544,0.177,0.528,0.193,0.535,0.208,0.533,0.208,0.535,0.208,0.528,0.193,0.55,0.204,0.547,0.208,0.56,0.2,0.565,0.227,0.569,0.192,0.565,0.211,0.564,0.208,0.565,0.211,0.569,0.192,0.615,0.209,0.621,0.185,0.595,0.199,0.616,0.212,0.621,0.185,0.615,0.209,0.621,0.185,0.616,0.212,0.62,0.21,0.62,0.21,0.616,0.212,0.619,0.213,0.627,0.211,0.621,0.185,0.622,0.21,0.62,0.21,0.622,0.21,0.621,0.185,0.623,0.213,0.627,0.211,0.622,0.21,0.627,0.211,0.623,0.213,0.626,0.214,0.598,0.206,0.595,0.199,0.588,0.217,0.601,0.206,0.595,0.199,0.598,0.206,0.605,0.211,0.601,0.206,0.601,0.21,0.601,0.21,0.605,0.226,0.605,0.211,0.605,0.208,0.595,0.199,0.601,0.206,0.605,0.208,0.601,0.206,0.605,0.211,0.605,0.208,0.608,0.208,0.595,0.199,0.608,0.211,0.612,0.212,0.608,0.208,0.615,0.209,0.595,0.199,0.612,0.209,0.633,0.215,0.63,0.214};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_45()
		{
			double[] value = {0.633,0.231,0.649,0.203,0.636,0.212,0.641,0.213,0.637,0.215,0.64,0.216,0.636,0.212,0.636,0.212,0.64,0.216,0.641,0.213,0.641,0.213,0.643,0.213,0.649,0.203,0.64,0.216,0.637,0.215,0.64,0.232,0.649,0.203,0.643,0.213,0.648,0.214,0.644,0.216,0.647,0.217,0.643,0.213,0.643,0.213,0.647,0.217,0.648,0.214,0.648,0.214,0.651,0.214,0.649,0.203,0.647,0.217,0.644,0.216,0.647,0.233,0.644,0.232,0.647,0.233,0.644,0.216,0.649,0.203,0.651,0.214,0.655,0.218,0.651,0.217,0.655,0.218,0.651,0.214,0.675,0.205,0.649,0.203,0.655,0.215,0.655,0.215,0.649,0.203,0.655,0.218,0.655,0.215,0.658,0.215,0.675,0.205,0.658,0.218,0.675,0.205,0.658,0.215,0.651,0.236,0.667,0.247,0.655,0.237,0.658,0.237,0.655,0.237,0.667,0.247,0.655,0.234,0.651,0.236,0.655,0.237,0.658,0.237,0.667,0.247,0.662,0.238,0.665,0.238,0.662,0.238,0.667,0.247,0.662,0.235,0.658,0.237,0.662,0.238,0.675,0.236,0.673,0.236,0.675,0.269,0.665,0.238,0.667,0.247,0.67,0.239,0.67,0.239,0.667,0.247,0.675,0.269,0.669,0.236,0.665,0.238,0.67,0.239,0.669,0.236,0.666,0.235,0.665,0.238,0.651,0.236,0.655,0.234,0.651,0.233,0.658,0.237,0.662,0.235,0.658,0.234,0.673,0.236,0.675,0.236,0.675,0.223,0.622,0.232,0.627,0.233,0.626,0.23,0.626,0.214,0.622,0.232,0.626,0.23};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_46()
		{
			double[] value = {0.637,0.215,0.637,0.231,0.64,0.232,0.633,0.231,0.63,0.214,0.63,0.23,0.633,0.231,0.63,0.23,0.629,0.233,0.644,0.234,0.647,0.233,0.644,0.232,0.644,0.234,0.648,0.234,0.648,0.234,0.648,0.234,0.644,0.234,0.648,0.236,0.644,0.234,0.648,0.234,0.647,0.233,0.636,0.234,0.634,0.234,0.642,0.245,0.648,0.236,0.643,0.235,0.642,0.245,0.643,0.235,0.648,0.236,0.644,0.234,0.636,0.234,0.642,0.245,0.641,0.235,0.643,0.235,0.641,0.235,0.642,0.245,0.641,0.235,0.637,0.231,0.636,0.234,0.64,0.232,0.637,0.231,0.641,0.235,0.612,0.212,0.608,0.211,0.612,0.228,0.622,0.232,0.626,0.214,0.623,0.229,0.623,0.213,0.623,0.229,0.626,0.214,0.622,0.232,0.622,0.232,0.623,0.229,0.62,0.232,0.622,0.232,0.622,0.232,0.616,0.212,0.616,0.228,0.619,0.228,0.616,0.228,0.62,0.232,0.619,0.228,0.616,0.212,0.619,0.228,0.619,0.213,0.596,0.231,0.601,0.228,0.598,0.228,0.596,0.231,0.597,0.225,0.588,0.217,0.596,0.231,0.598,0.228,0.597,0.225,0.608,0.211,0.608,0.226,0.612,0.228,0.608,0.23,0.605,0.23,0.596,0.231,0.605,0.226,0.601,0.225,0.601,0.228,0.615,0.231,0.612,0.231,0.596,0.231,0.612,0.231,0.608,0.23,0.596,0.231,0.612,0.228,0.608,0.226,0.608,0.23,0.612,0.228,0.608,0.23,0.612,0.231,0.596,0.231,0.622,0.232,0.62,0.232,0.62,0.232};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_47()
		{
			double[] value = {0.616,0.228,0.615,0.231,0.62,0.232,0.615,0.231,0.596,0.231,0.539,0.227,0.536,0.211,0.536,0.227,0.539,0.211,0.536,0.211,0.539,0.227,0.547,0.211,0.543,0.211,0.547,0.227,0.543,0.227,0.547,0.227,0.543,0.211,0.554,0.211,0.55,0.211,0.554,0.227,0.55,0.227,0.554,0.227,0.55,0.211,0.558,0.227,0.561,0.227,0.558,0.211,0.558,0.211,0.561,0.227,0.561,0.211,0.499,0.207,0.499,0.209,0.504,0.208,0.5,0.212,0.503,0.212,0.499,0.209,0.504,0.208,0.499,0.209,0.503,0.212,0.507,0.212,0.511,0.209,0.507,0.208,0.503,0.212,0.5,0.212,0.5,0.227,0.507,0.212,0.511,0.211,0.511,0.209,0.514,0.211,0.518,0.211,0.514,0.21,0.532,0.212,0.529,0.212,0.529,0.226,0.522,0.211,0.525,0.227,0.525,0.211,0.503,0.212,0.5,0.227,0.503,0.227,0.514,0.227,0.518,0.211,0.514,0.211,0.511,0.211,0.507,0.227,0.511,0.227,0.511,0.211,0.507,0.212,0.507,0.227,0.518,0.211,0.514,0.227,0.518,0.227,0.525,0.227,0.522,0.211,0.522,0.227,0.514,0.231,0.535,0.237,0.518,0.23,0.521,0.23,0.518,0.23,0.535,0.237,0.529,0.227,0.528,0.23,0.535,0.237,0.525,0.227,0.521,0.23,0.526,0.23,0.521,0.23,0.535,0.237,0.526,0.23,0.526,0.23,0.535,0.237,0.528,0.23,0.529,0.227,0.535,0.237,0.533,0.23,0.533,0.23,0.532,0.227,0.529,0.227,0.539,0.227,0.536,0.227};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_48()
		{
			double[] value = {0.536,0.227,0.535,0.237,0.539,0.227,0.536,0.227,0.533,0.23,0.535,0.237,0.535,0.23,0.535,0.23,0.535,0.237,0.536,0.227,0.535,0.237,0.547,0.23,0.543,0.23,0.543,0.227,0.543,0.23,0.547,0.23,0.54,0.23,0.535,0.237,0.543,0.23,0.54,0.23,0.539,0.227,0.535,0.237,0.535,0.237,0.554,0.229,0.55,0.23,0.55,0.227,0.55,0.23,0.554,0.229,0.547,0.23,0.535,0.237,0.55,0.23,0.567,0.231,0.557,0.23,0.557,0.23,0.535,0.237,0.567,0.231,0.557,0.23,0.554,0.229,0.535,0.237,0.557,0.23,0.467,0.212,0.463,0.209,0.464,0.212,0.468,0.209,0.461,0.206,0.463,0.209,0.468,0.209,0.463,0.209,0.467,0.212,0.47,0.209,0.461,0.206,0.468,0.209,0.475,0.209,0.461,0.206,0.47,0.209,0.475,0.209,0.47,0.209,0.475,0.212,0.475,0.209,0.478,0.209,0.461,0.206,0.478,0.228,0.482,0.228,0.478,0.212,0.471,0.212,0.475,0.212,0.47,0.209,0.482,0.209,0.461,0.206,0.478,0.209,0.478,0.212,0.482,0.212,0.478,0.209,0.478,0.209,0.482,0.212,0.482,0.209,0.478,0.212,0.482,0.228,0.482,0.212,0.482,0.209,0.485,0.209,0.461,0.206,0.499,0.207,0.461,0.206,0.49,0.209,0.49,0.209,0.461,0.206,0.485,0.209,0.486,0.212,0.489,0.212,0.485,0.209,0.485,0.209,0.489,0.212,0.49,0.209,0.492,0.21,0.499,0.207,0.492,0.209,0.49,0.209,0.492,0.209,0.499,0.207};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_49()
		{
			double[] value = {0.413,0.228,0.42,0.252,0.415,0.228,0.42,0.252,0.429,0.24,0.415,0.228,0.429,0.24,0.416,0.225,0.415,0.228,0.478,0.228,0.482,0.23,0.482,0.228,0.496,0.227,0.493,0.228,0.492,0.231,0.493,0.228,0.496,0.227,0.496,0.212,0.471,0.228,0.475,0.212,0.471,0.212,0.467,0.228,0.463,0.231,0.468,0.23,0.467,0.228,0.464,0.212,0.464,0.228,0.467,0.228,0.464,0.228,0.463,0.231,0.475,0.212,0.471,0.228,0.475,0.227,0.486,0.228,0.489,0.212,0.486,0.212,0.493,0.228,0.496,0.212,0.493,0.212,0.489,0.212,0.486,0.228,0.489,0.228,0.426,0.2,0.4,0.201,0.413,0.206,0.413,0.206,0.415,0.206,0.426,0.2,0.416,0.209,0.426,0.2,0.415,0.206,0.4,0.201,0.378,0.198,0.391,0.205,0.391,0.205,0.378,0.198,0.359,0.197,0.391,0.205,0.393,0.205,0.4,0.201,0.393,0.205,0.394,0.208,0.4,0.201,0.405,0.206,0.4,0.201,0.405,0.209,0.413,0.206,0.4,0.201,0.408,0.206,0.408,0.206,0.4,0.201,0.405,0.206,0.405,0.225,0.405,0.209,0.4,0.201,0.413,0.206,0.408,0.206,0.412,0.209,0.412,0.209,0.408,0.206,0.408,0.209,0.412,0.225,0.412,0.209,0.408,0.209,0.375,0.208,0.365,0.207,0.375,0.223,0.394,0.224,0.405,0.225,0.394,0.208,0.39,0.208,0.379,0.224,0.39,0.224,0.408,0.209,0.408,0.225,0.412,0.225,0.391,0.205,0.359,0.197,0.378,0.205,0.391,0.205};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_50()
		{
			double[] value = {0.378,0.205,0.39,0.208,0.365,0.207,0.375,0.208,0.364,0.204,0.375,0.208,0.359,0.197,0.364,0.204,0.347,0.2,0.359,0.197,0.338,0.198,0.378,0.205,0.359,0.197,0.376,0.205,0.376,0.205,0.359,0.197,0.375,0.208,0.379,0.224,0.39,0.208,0.379,0.208,0.379,0.208,0.39,0.208,0.378,0.205,0.339,0.222,0.335,0.222,0.341,0.242,0.375,0.235,0.39,0.224,0.378,0.227,0.379,0.224,0.378,0.227,0.39,0.224,0.376,0.227,0.375,0.235,0.378,0.227,0.376,0.227,0.375,0.223,0.375,0.235,0.375,0.235,0.405,0.225,0.393,0.227,0.394,0.224,0.393,0.227,0.405,0.225,0.391,0.227,0.375,0.235,0.393,0.227,0.375,0.235,0.391,0.227,0.39,0.224,0.408,0.228,0.412,0.225,0.408,0.225,0.405,0.225,0.375,0.235,0.405,0.228,0.335,0.222,0.335,0.225,0.341,0.242,0.341,0.242,0.335,0.225,0.33,0.243,0.341,0.242,0.346,0.222,0.342,0.225,0.343,0.222,0.342,0.225,0.346,0.222,0.34,0.225,0.341,0.242,0.342,0.225,0.34,0.225,0.339,0.222,0.341,0.242,0.353,0.223,0.35,0.222,0.349,0.225,0.346,0.222,0.341,0.242,0.347,0.225,0.354,0.226,0.341,0.242,0.375,0.235,0.365,0.207,0.365,0.223,0.375,0.235,0.354,0.226,0.375,0.235,0.357,0.226,0.365,0.223,0.364,0.226,0.375,0.235,0.361,0.223,0.357,0.223,0.361,0.226,0.361,0.226,0.375,0.235,0.364,0.226,0.332,0.206,0.33,0.196};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_51()
		{
			double[] value = {0.33,0.222,0.357,0.206,0.361,0.207,0.357,0.204,0.335,0.225,0.332,0.225,0.33,0.243,0.33,0.243,0.332,0.225,0.33,0.222,0.332,0.222,0.33,0.222,0.332,0.225,0.332,0.203,0.33,0.196,0.332,0.206,0.339,0.206,0.335,0.206,0.339,0.222,0.335,0.222,0.339,0.222,0.335,0.206,0.343,0.222,0.346,0.207,0.343,0.206,0.346,0.207,0.343,0.222,0.346,0.222,0.361,0.207,0.357,0.223,0.361,0.223,0.35,0.206,0.354,0.204,0.349,0.203,0.35,0.206,0.353,0.207,0.354,0.204,0.357,0.223,0.361,0.207,0.357,0.206,0.353,0.207,0.35,0.206,0.353,0.223,0.35,0.222,0.353,0.223,0.35,0.206,0.33,0.222,0.332,0.222,0.332,0.206,0.675,0.205,0.658,0.218,0.662,0.216,0.662,0.216,0.658,0.218,0.662,0.219,0.662,0.216,0.665,0.216,0.675,0.205,0.662,0.219,0.658,0.218,0.658,0.234,0.675,0.205,0.665,0.216,0.67,0.217,0.666,0.219,0.669,0.22,0.665,0.216,0.665,0.216,0.669,0.22,0.67,0.217,0.675,0.223,0.675,0.205,0.672,0.217,0.67,0.217,0.672,0.217,0.675,0.205,0.673,0.22,0.675,0.223,0.672,0.217,0.662,0.219,0.658,0.234,0.662,0.235,0.673,0.236,0.675,0.223,0.673,0.22,0.669,0.22,0.666,0.235,0.669,0.236,0.669,0.22,0.666,0.219,0.666,0.235,0.67,0.239,0.675,0.269,0.672,0.239,0.675,0.269,0.673,0.236,0.672,0.239,0.46,0.212,0.443,0.216,0.443,0.229};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_52()
		{
			double[] value = {0.416,0.209,0.416,0.225,0.429,0.24,0.463,0.209,0.461,0.206,0.461,0.209,0.461,0.206,0.443,0.216,0.461,0.209,0.461,0.209,0.443,0.216,0.46,0.212,0.443,0.229,0.461,0.231,0.46,0.228,0.443,0.229,0.46,0.228,0.46,0.212,0.605,0.226,0.601,0.21,0.601,0.225,0.598,0.206,0.588,0.217,0.597,0.21,0.597,0.21,0.588,0.217,0.597,0.225,0.332,0.203,0.335,0.202,0.33,0.196,0.335,0.206,0.339,0.206,0.335,0.202,0.339,0.206,0.34,0.203,0.335,0.202,0.343,0.206,0.346,0.207,0.342,0.203,0.346,0.207,0.347,0.204,0.342,0.203,0.359,0.197,0.347,0.2,0.357,0.204,0.338,0.198,0.359,0.197,0.33,0.196,0.347,0.204,0.347,0.2,0.342,0.203,0.342,0.203,0.347,0.2,0.338,0.198,0.342,0.203,0.338,0.198,0.34,0.203,0.34,0.203,0.338,0.198,0.335,0.202,0.335,0.202,0.338,0.198,0.33,0.196,0.349,0.203,0.347,0.2,0.347,0.204,0.361,0.207,0.362,0.204,0.357,0.204,0.354,0.204,0.357,0.204,0.347,0.2,0.354,0.204,0.347,0.2,0.349,0.203,0.359,0.197,0.362,0.204,0.364,0.204,0.362,0.204,0.359,0.197,0.357,0.204,0.354,0.226,0.353,0.223,0.349,0.225,0.354,0.226,0.349,0.225,0.341,0.242,0.349,0.225,0.347,0.225,0.341,0.242,0.48,0.233,0.47,0.232,0.46,0.243,0.46,0.243,0.468,0.231,0.463,0.231,0.47,0.232,0.468,0.231,0.46,0.243,0.46,0.243};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_53()
		{
			double[] value = {0.461,0.231,0.443,0.229,0.46,0.243,0.463,0.231,0.461,0.231,0.468,0.231,0.468,0.23,0.463,0.231,0.47,0.231,0.468,0.231,0.47,0.232,0.47,0.231,0.47,0.232,0.475,0.231,0.47,0.231,0.475,0.231,0.471,0.228,0.471,0.228,0.475,0.231,0.475,0.227,0.48,0.233,0.478,0.231,0.475,0.231,0.48,0.233,0.475,0.231,0.47,0.232,0.478,0.228,0.478,0.231,0.48,0.233,0.478,0.228,0.48,0.233,0.482,0.23,0.48,0.233,0.485,0.23,0.482,0.23,0.485,0.23,0.489,0.228,0.486,0.228,0.489,0.228,0.485,0.23,0.49,0.231,0.489,0.234,0.48,0.233,0.46,0.243,0.489,0.234,0.485,0.23,0.48,0.233,0.49,0.231,0.485,0.23,0.489,0.234,0.499,0.235,0.492,0.231,0.489,0.234,0.489,0.234,0.492,0.231,0.49,0.231,0.497,0.231,0.496,0.227,0.492,0.231,0.499,0.235,0.497,0.231,0.492,0.231,0.499,0.231,0.497,0.231,0.499,0.235,0.504,0.23,0.499,0.235,0.506,0.23,0.506,0.23,0.511,0.227,0.507,0.227,0.499,0.235,0.535,0.237,0.509,0.233,0.511,0.23,0.511,0.227,0.509,0.233,0.509,0.233,0.535,0.237,0.514,0.231,0.514,0.23,0.511,0.23,0.514,0.231,0.509,0.233,0.514,0.231,0.511,0.23,0.509,0.233,0.511,0.227,0.506,0.23,0.509,0.233,0.506,0.23,0.499,0.235,0.514,0.23,0.514,0.231,0.518,0.227,0.518,0.227,0.514,0.231,0.518,0.23,0.51,0.208,0.516,0.208};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_54()
		{
			double[] value = {0.528,0.193,0.514,0.21,0.516,0.208,0.511,0.209,0.511,0.209,0.516,0.208,0.51,0.208,0.511,0.209,0.51,0.208,0.507,0.208,0.516,0.208,0.514,0.21,0.518,0.211,0.518,0.211,0.519,0.208,0.516,0.208,0.516,0.208,0.519,0.208,0.528,0.193,0.521,0.208,0.528,0.193,0.519,0.208,0.526,0.208,0.528,0.208,0.528,0.193,0.521,0.208,0.526,0.208,0.528,0.193,0.525,0.211,0.526,0.208,0.521,0.208,0.525,0.211,0.521,0.208,0.522,0.211,0.56,0.2,0.564,0.208,0.569,0.192,0.54,0.208,0.55,0.204,0.569,0.192,0.54,0.208,0.543,0.208,0.55,0.204,0.55,0.204,0.56,0.2,0.569,0.192,0.543,0.208,0.547,0.208,0.55,0.204,0.562,0.208,0.564,0.208,0.56,0.2,0.562,0.208,0.56,0.2,0.561,0.211,0.561,0.211,0.56,0.2,0.557,0.208,0.557,0.208,0.56,0.2,0.555,0.208,0.555,0.208,0.56,0.2,0.55,0.208,0.55,0.208,0.56,0.2,0.547,0.208,0.561,0.211,0.557,0.208,0.558,0.211,0.554,0.211,0.555,0.208,0.55,0.211,0.55,0.211,0.555,0.208,0.55,0.208,0.547,0.211,0.547,0.208,0.543,0.211,0.543,0.211,0.547,0.208,0.543,0.208,0.605,0.23,0.605,0.226,0.601,0.228,0.605,0.23,0.601,0.228,0.596,0.231,0.612,0.212,0.612,0.209,0.608,0.208,0.608,0.208,0.612,0.209,0.595,0.199,0.627,0.233,0.642,0.245,0.629,0.233,0.622,0.232,0.642,0.245,0.627,0.233};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_55()
		{
			double[] value = {0.629,0.233,0.642,0.245,0.634,0.234,0.634,0.234,0.633,0.231,0.629,0.233,0.507,0.208,0.51,0.208,0.528,0.193,0.497,0.209,0.499,0.207,0.492,0.21,0.497,0.209,0.492,0.21,0.493,0.212,0.361,0.226,0.357,0.223,0.357,0.226,0.361,0.226,0.357,0.226,0.375,0.235,0.621,0.185,0.649,0.203,0.656,0.184,0.582,0.071,0.619,0.089,0.62,0.064,0.592,0.145,0.595,0.199,0.619,0.178,0.675,0.205,0.675,0.144,0.658,0.154,0.57,0.121,0.592,0.145,0.619,0.149,0.595,0.199,0.592,0.145,0.588,0.165,0.675,0.205,0.658,0.154,0.658,0.178,0.658,0.178,0.656,0.184,0.675,0.205,0.621,0.082,0.62,0.064,0.619,0.089,0.658,0.105,0.675,0.111,0.658,0.09,0.656,0.082,0.675,0.082,0.62,0.064,0.621,0.082,0.656,0.082,0.62,0.064,0.675,0.144,0.675,0.111,0.658,0.137,0.619,0.089,0.582,0.094,0.6,0.129,0.6,0.129,0.57,0.121,0.619,0.149,0.619,0.121,0.6,0.129,0.619,0.149,0.658,0.154,0.675,0.144,0.658,0.137,0.619,0.149,0.592,0.145,0.619,0.178,0.649,0.203,0.675,0.205,0.656,0.184,0.621,0.185,0.619,0.178,0.595,0.199,0.658,0.09,0.675,0.111,0.675,0.082,0.675,0.082,0.656,0.082,0.658,0.09,0.658,0.137,0.675,0.111,0.658,0.105,0.6,0.129,0.619,0.121,0.619,0.089,0.286,0.013,0.283,0.014,0.242,0.013,0.33,0.243,0.302,0.229,0.316,0.23,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_56()
		{
			double[] value = {0.313,0.198,0.302,0.178,0.277,0.153,0.261,0.155,0.254,0.117,0.264,0.026,0.253,0.04,0.242,0.03,0.242,0.013,0.278,0.017,0.264,0.026,0.278,0.017,0.242,0.013,0.283,0.014,0.313,0.405,0.242,0.427,0.33,0.39,0.33,0.31,0.242,0.353,0.258,0.291,0.275,0.275,0.33,0.31,0.258,0.291,0.242,0.013,0.264,0.026,0.242,0.03,0.242,0.416,0.242,0.391,0.299,0.381,0.33,0.39,0.242,0.416,0.299,0.381,0.299,0.381,0.242,0.391,0.242,0.353,0.299,0.381,0.242,0.353,0.33,0.31,0.302,0.229,0.33,0.31,0.276,0.241,0.276,0.241,0.289,0.229,0.302,0.229,0.302,0.178,0.289,0.196,0.276,0.161,0.33,0.39,0.299,0.381,0.33,0.384,0.329,0.403,0.313,0.405,0.33,0.39,0.242,0.427,0.242,0.416,0.33,0.39,0.242,0.124,0.254,0.191,0.242,0.2,0.243,0.088,0.245,0.095,0.242,0.092,0.242,0.238,0.258,0.291,0.242,0.353,0.243,0.081,0.243,0.088,0.242,0.092,0.243,0.074,0.243,0.081,0.242,0.082,0.242,0.082,0.242,0.074,0.243,0.074,0.242,0.082,0.243,0.081,0.242,0.092,0.242,0.092,0.245,0.095,0.242,0.101,0.254,0.117,0.261,0.155,0.242,0.124,0.245,0.095,0.254,0.117,0.242,0.124,0.242,0.124,0.242,0.101,0.245,0.095,0.246,0.057,0.243,0.074,0.242,0.074,0.242,0.074,0.242,0.058,0.246,0.057,0.253,0.04,0.246,0.057,0.242,0.058,0.242,0.058,0.242,0.03};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_57()
		{
			double[] value = {0.253,0.04,0.253,0.222,0.242,0.238,0.242,0.224,0.33,0.349,0.299,0.381,0.33,0.31,0.33,0.31,0.302,0.229,0.33,0.243,0.33,0.349,0.33,0.384,0.299,0.381,0.242,0.238,0.253,0.222,0.262,0.261,0.263,0.158,0.261,0.155,0.277,0.153,0.276,0.16,0.275,0.158,0.277,0.153,0.275,0.158,0.263,0.158,0.277,0.153,0.276,0.161,0.276,0.16,0.277,0.153,0.262,0.261,0.258,0.291,0.242,0.238,0.275,0.275,0.258,0.291,0.263,0.265,0.258,0.291,0.262,0.263,0.263,0.265,0.258,0.291,0.262,0.261,0.262,0.263,0.275,0.275,0.263,0.265,0.275,0.265,0.276,0.263,0.276,0.261,0.275,0.275,0.275,0.275,0.275,0.265,0.276,0.263,0.262,0.261,0.253,0.222,0.262,0.226,0.33,0.31,0.275,0.275,0.276,0.261,0.276,0.261,0.276,0.241,0.33,0.31,0.262,0.191,0.254,0.191,0.242,0.124,0.242,0.124,0.262,0.161,0.262,0.191,0.277,0.153,0.302,0.178,0.276,0.161,0.262,0.161,0.242,0.124,0.261,0.155,0.262,0.159,0.261,0.155,0.263,0.158,0.262,0.159,0.262,0.161,0.261,0.155,0.295,0.204,0.292,0.204,0.296,0.201,0.302,0.178,0.302,0.204,0.298,0.201,0.296,0.201,0.302,0.178,0.298,0.201,0.299,0.204,0.298,0.201,0.302,0.204,0.289,0.229,0.276,0.241,0.284,0.222,0.289,0.229,0.284,0.222,0.288,0.223,0.288,0.22,0.288,0.223,0.284,0.222,0.262,0.226,0.253,0.222,0.254,0.219};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_58()
		{
			double[] value = {0.262,0.226,0.254,0.219,0.262,0.191,0.302,0.229,0.289,0.229,0.298,0.223,0.298,0.223,0.299,0.22,0.302,0.229,0.289,0.229,0.296,0.223,0.298,0.223,0.316,0.23,0.317,0.22,0.318,0.224,0.316,0.23,0.318,0.224,0.32,0.224,0.33,0.222,0.327,0.224,0.328,0.221,0.327,0.224,0.33,0.222,0.33,0.243,0.316,0.23,0.32,0.224,0.325,0.224,0.316,0.23,0.325,0.224,0.33,0.243,0.321,0.22,0.324,0.221,0.32,0.224,0.32,0.224,0.324,0.221,0.325,0.224,0.313,0.198,0.324,0.194,0.318,0.202,0.313,0.205,0.313,0.198,0.318,0.202,0.303,0.201,0.302,0.178,0.305,0.201,0.302,0.178,0.303,0.201,0.302,0.204,0.305,0.201,0.302,0.178,0.313,0.198,0.313,0.198,0.306,0.204,0.305,0.201,0.306,0.204,0.313,0.198,0.31,0.202,0.31,0.205,0.306,0.204,0.31,0.202,0.313,0.198,0.313,0.202,0.31,0.202,0.313,0.198,0.313,0.205,0.313,0.202,0.302,0.204,0.302,0.22,0.299,0.22,0.317,0.22,0.313,0.221,0.313,0.205,0.306,0.204,0.31,0.205,0.31,0.221,0.289,0.196,0.302,0.178,0.291,0.201,0.292,0.204,0.291,0.201,0.296,0.201,0.302,0.204,0.299,0.22,0.299,0.204,0.292,0.22,0.292,0.204,0.295,0.204,0.289,0.229,0.291,0.223,0.296,0.223,0.292,0.22,0.295,0.22,0.296,0.223,0.295,0.22,0.292,0.22,0.295,0.204,0.306,0.204,0.31,0.221,0.306,0.22,0.305,0.223};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_59()
		{
			double[] value = {0.306,0.22,0.31,0.221,0.302,0.229,0.303,0.223,0.305,0.223,0.299,0.22,0.302,0.22,0.302,0.229,0.302,0.22,0.303,0.223,0.302,0.229,0.313,0.221,0.317,0.22,0.316,0.23,0.305,0.223,0.31,0.221,0.302,0.229,0.313,0.224,0.313,0.221,0.316,0.23,0.302,0.229,0.31,0.221,0.31,0.224,0.316,0.23,0.302,0.229,0.31,0.224,0.316,0.23,0.31,0.224,0.313,0.224,0.243,0.219,0.242,0.224,0.242,0.2,0.247,0.203,0.254,0.191,0.251,0.2,0.247,0.203,0.251,0.2,0.25,0.203,0.254,0.191,0.262,0.191,0.253,0.2,0.253,0.2,0.251,0.2,0.254,0.191,0.262,0.191,0.254,0.203,0.253,0.2,0.247,0.219,0.25,0.219,0.247,0.222,0.247,0.222,0.242,0.224,0.244,0.222,0.242,0.224,0.243,0.219,0.244,0.222,0.251,0.222,0.253,0.222,0.242,0.224,0.242,0.2,0.254,0.191,0.244,0.2,0.242,0.2,0.244,0.2,0.243,0.203,0.247,0.2,0.244,0.2,0.254,0.191,0.247,0.203,0.247,0.2,0.254,0.191,0.243,0.203,0.243,0.219,0.242,0.2,0.262,0.191,0.254,0.219,0.254,0.203,0.247,0.219,0.25,0.203,0.25,0.219,0.247,0.203,0.25,0.203,0.247,0.219,0.313,0.205,0.318,0.202,0.317,0.205,0.32,0.202,0.318,0.202,0.324,0.194,0.313,0.205,0.317,0.205,0.317,0.22,0.32,0.202,0.324,0.194,0.325,0.202,0.32,0.202,0.325,0.202,0.324,0.205,0.33,0.222,0.328,0.205};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_60()
		{
			double[] value = {0.33,0.196,0.32,0.202,0.324,0.205,0.321,0.205,0.324,0.194,0.33,0.196,0.327,0.202,0.327,0.202,0.325,0.202,0.324,0.194,0.33,0.196,0.328,0.205,0.327,0.202,0.33,0.243,0.325,0.224,0.327,0.224,0.321,0.205,0.324,0.221,0.321,0.22,0.33,0.222,0.328,0.221,0.328,0.205,0.321,0.205,0.324,0.205,0.324,0.221,0.276,0.205,0.28,0.219,0.276,0.241,0.276,0.161,0.289,0.196,0.281,0.2,0.276,0.205,0.276,0.161,0.281,0.2,0.288,0.22,0.284,0.222,0.284,0.219,0.281,0.222,0.284,0.222,0.276,0.241,0.276,0.241,0.28,0.219,0.281,0.222,0.276,0.205,0.281,0.2,0.28,0.203,0.28,0.219,0.276,0.205,0.28,0.203,0.289,0.196,0.288,0.2,0.284,0.2,0.284,0.2,0.281,0.2,0.289,0.196,0.288,0.204,0.284,0.203,0.284,0.2,0.288,0.22,0.284,0.219,0.284,0.203,0.288,0.22,0.284,0.203,0.288,0.204,0.247,0.222,0.25,0.219,0.251,0.222,0.247,0.222,0.251,0.222,0.242,0.224,0.288,0.204,0.284,0.2,0.288,0.2,0.288,0.2,0.289,0.196,0.291,0.201,0.291,0.223,0.289,0.229,0.288,0.223,0.292,0.22,0.296,0.223,0.291,0.223,0.296,0.201,0.291,0.201,0.302,0.178,0.302,0.229,0.33,0.243,0.316,0.23,0.313,0.198,0.324,0.194,0.302,0.178,0.261,0.155,0.277,0.153,0.254,0.117,0.253,0.04,0.264,0.026,0.242,0.023,0.286,0.013,0.242,0.013,0.283,0.014};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_61()
		{
			double[] value = {0.242,0.427,0.313,0.405,0.298,0.4,0.242,0.416,0.242,0.427,0.298,0.4,0.242,0.353,0.275,0.275,0.258,0.291,0.264,0.026,0.278,0.017,0.242,0.023,0.242,0.391,0.298,0.4,0.242,0.353,0.275,0.275,0.242,0.353,0.33,0.31,0.33,0.31,0.302,0.229,0.276,0.241,0.289,0.229,0.276,0.241,0.302,0.229,0.289,0.196,0.302,0.178,0.276,0.161,0.298,0.4,0.33,0.39,0.33,0.384,0.298,0.4,0.33,0.384,0.242,0.353,0.298,0.4,0.329,0.403,0.33,0.39,0.313,0.405,0.329,0.403,0.298,0.4,0.254,0.191,0.242,0.124,0.242,0.2,0.253,0.04,0.242,0.023,0.242,0.03,0.245,0.095,0.243,0.088,0.242,0.092,0.298,0.4,0.242,0.391,0.242,0.416,0.258,0.291,0.242,0.238,0.242,0.353,0.243,0.088,0.243,0.081,0.242,0.092,0.243,0.081,0.243,0.074,0.242,0.082,0.242,0.074,0.242,0.082,0.243,0.074,0.243,0.081,0.242,0.082,0.242,0.092,0.245,0.095,0.242,0.092,0.242,0.101,0.261,0.155,0.254,0.117,0.242,0.124,0.254,0.117,0.245,0.095,0.242,0.124,0.242,0.101,0.242,0.124,0.245,0.095,0.243,0.074,0.246,0.057,0.242,0.074,0.242,0.058,0.242,0.074,0.246,0.057,0.246,0.057,0.253,0.04,0.242,0.058,0.242,0.03,0.242,0.058,0.253,0.04,0.242,0.238,0.253,0.222,0.242,0.224,0.278,0.017,0.283,0.014,0.242,0.013,0.278,0.017,0.242,0.013,0.242,0.013,0.278,0.017};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_62()
		{
			double[] value = {0.242,0.013,0.242,0.023,0.302,0.229,0.33,0.31,0.33,0.243,0.242,0.353,0.33,0.384,0.33,0.349,0.33,0.31,0.242,0.353,0.33,0.349,0.253,0.222,0.242,0.238,0.262,0.261,0.261,0.155,0.263,0.158,0.277,0.153,0.275,0.158,0.276,0.16,0.277,0.153,0.263,0.158,0.275,0.158,0.277,0.153,0.276,0.16,0.276,0.161,0.277,0.153,0.258,0.291,0.262,0.261,0.242,0.238,0.258,0.291,0.275,0.275,0.263,0.265,0.262,0.263,0.258,0.291,0.263,0.265,0.262,0.261,0.258,0.291,0.262,0.263,0.263,0.265,0.275,0.275,0.275,0.265,0.276,0.261,0.276,0.263,0.275,0.275,0.275,0.265,0.275,0.275,0.276,0.263,0.253,0.222,0.262,0.261,0.262,0.226,0.275,0.275,0.33,0.31,0.276,0.261,0.276,0.241,0.276,0.261,0.33,0.31,0.254,0.191,0.262,0.191,0.242,0.124,0.262,0.161,0.242,0.124,0.262,0.191,0.302,0.178,0.277,0.153,0.276,0.161,0.242,0.124,0.262,0.161,0.261,0.155,0.261,0.155,0.262,0.159,0.263,0.158,0.262,0.161,0.262,0.159,0.261,0.155,0.292,0.204,0.295,0.204,0.296,0.201,0.302,0.204,0.302,0.178,0.298,0.201,0.302,0.178,0.296,0.201,0.298,0.201,0.298,0.201,0.299,0.204,0.302,0.204,0.276,0.241,0.289,0.229,0.284,0.222,0.284,0.222,0.289,0.229,0.288,0.223,0.288,0.223,0.288,0.22,0.284,0.222,0.253,0.222,0.262,0.226,0.254,0.219,0.254,0.219,0.262,0.226};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_63()
		{
			double[] value = {0.262,0.191,0.289,0.229,0.302,0.229,0.298,0.223,0.299,0.22,0.298,0.223,0.302,0.229,0.296,0.223,0.289,0.229,0.298,0.223,0.317,0.22,0.316,0.23,0.318,0.224,0.318,0.224,0.316,0.23,0.32,0.224,0.327,0.224,0.33,0.222,0.328,0.221,0.33,0.222,0.327,0.224,0.33,0.243,0.32,0.224,0.316,0.23,0.325,0.224,0.325,0.224,0.316,0.23,0.33,0.243,0.324,0.221,0.321,0.22,0.32,0.224,0.324,0.221,0.32,0.224,0.325,0.224,0.324,0.194,0.313,0.198,0.318,0.202,0.313,0.198,0.313,0.205,0.318,0.202,0.302,0.178,0.303,0.201,0.305,0.201,0.303,0.201,0.302,0.178,0.302,0.204,0.302,0.178,0.305,0.201,0.313,0.198,0.306,0.204,0.313,0.198,0.305,0.201,0.313,0.198,0.306,0.204,0.31,0.202,0.306,0.204,0.31,0.205,0.31,0.202,0.313,0.202,0.313,0.198,0.31,0.202,0.313,0.205,0.313,0.198,0.313,0.202,0.302,0.22,0.302,0.204,0.299,0.22,0.313,0.221,0.317,0.22,0.313,0.205,0.31,0.205,0.306,0.204,0.31,0.221,0.302,0.178,0.289,0.196,0.291,0.201,0.291,0.201,0.292,0.204,0.296,0.201,0.299,0.22,0.302,0.204,0.299,0.204,0.292,0.204,0.292,0.22,0.295,0.204,0.291,0.223,0.289,0.229,0.296,0.223,0.295,0.22,0.292,0.22,0.296,0.223,0.292,0.22,0.295,0.22,0.295,0.204,0.31,0.221,0.306,0.204,0.306,0.22,0.306,0.22,0.305,0.223,0.31,0.221};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_64()
		{
			double[] value = {0.303,0.223,0.302,0.229,0.305,0.223,0.302,0.22,0.299,0.22,0.302,0.229,0.303,0.223,0.302,0.22,0.302,0.229,0.317,0.22,0.313,0.221,0.316,0.23,0.31,0.221,0.305,0.223,0.302,0.229,0.313,0.221,0.313,0.224,0.316,0.23,0.31,0.221,0.302,0.229,0.31,0.224,0.302,0.229,0.316,0.23,0.31,0.224,0.31,0.224,0.316,0.23,0.313,0.224,0.242,0.224,0.243,0.219,0.242,0.2,0.254,0.191,0.247,0.203,0.251,0.2,0.251,0.2,0.247,0.203,0.25,0.203,0.262,0.191,0.254,0.191,0.253,0.2,0.251,0.2,0.253,0.2,0.254,0.191,0.254,0.203,0.262,0.191,0.253,0.2,0.25,0.219,0.247,0.219,0.247,0.222,0.242,0.224,0.247,0.222,0.244,0.222,0.243,0.219,0.242,0.224,0.244,0.222,0.253,0.222,0.251,0.222,0.242,0.224,0.254,0.191,0.242,0.2,0.244,0.2,0.244,0.2,0.242,0.2,0.243,0.203,0.244,0.2,0.247,0.2,0.254,0.191,0.247,0.2,0.247,0.203,0.254,0.191,0.243,0.219,0.243,0.203,0.242,0.2,0.254,0.219,0.262,0.191,0.254,0.203,0.25,0.203,0.247,0.219,0.25,0.219,0.25,0.203,0.247,0.203,0.247,0.219,0.318,0.202,0.313,0.205,0.317,0.205,0.318,0.202,0.32,0.202,0.324,0.194,0.317,0.205,0.313,0.205,0.317,0.22,0.324,0.194,0.32,0.202,0.325,0.202,0.325,0.202,0.32,0.202,0.324,0.205,0.328,0.205,0.33,0.222,0.33,0.196,0.324,0.205};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_65()
		{
			double[] value = {0.32,0.202,0.321,0.205,0.33,0.196,0.324,0.194,0.327,0.202,0.325,0.202,0.327,0.202,0.324,0.194,0.328,0.205,0.33,0.196,0.327,0.202,0.325,0.224,0.33,0.243,0.327,0.224,0.324,0.221,0.321,0.205,0.321,0.22,0.328,0.221,0.33,0.222,0.328,0.205,0.324,0.205,0.321,0.205,0.324,0.221,0.28,0.219,0.276,0.205,0.276,0.241,0.289,0.196,0.276,0.161,0.281,0.2,0.276,0.161,0.276,0.205,0.281,0.2,0.284,0.222,0.288,0.22,0.284,0.219,0.284,0.222,0.281,0.222,0.276,0.241,0.28,0.219,0.276,0.241,0.281,0.222,0.281,0.2,0.276,0.205,0.28,0.203,0.276,0.205,0.28,0.219,0.28,0.203,0.288,0.2,0.289,0.196,0.284,0.2,0.281,0.2,0.284,0.2,0.289,0.196,0.284,0.203,0.288,0.204,0.284,0.2,0.284,0.219,0.288,0.22,0.284,0.203,0.284,0.203,0.288,0.22,0.288,0.204,0.25,0.219,0.247,0.222,0.251,0.222,0.251,0.222,0.247,0.222,0.242,0.224,0.284,0.2,0.288,0.204,0.288,0.2,0.289,0.196,0.288,0.2,0.291,0.201,0.289,0.229,0.291,0.223,0.288,0.223,0.296,0.223,0.292,0.22,0.291,0.223,0.291,0.201,0.296,0.201,0.302,0.178,0.217,0.17,0.213,0.2,0.197,0.187,0.157,0.14,0.217,0.17,0.197,0.187,0.173,0.406,0.174,0.389,0.194,0.39,0.242,0.416,0.173,0.406,0.194,0.39,0.216,0.39,0.242,0.416,0.194,0.39,0.213,0.223,0.217,0.224};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_66()
		{
			double[] value = {0.199,0.235,0.157,0.14,0.197,0.187,0.175,0.198,0.242,0.016,0.242,0.037,0.199,0.014,0.217,0.119,0.217,0.17,0.157,0.14,0.242,0.037,0.157,0.029,0.199,0.014,0.194,0.348,0.174,0.345,0.157,0.324,0.216,0.306,0.194,0.348,0.157,0.324,0.216,0.306,0.157,0.324,0.179,0.233,0.174,0.389,0.173,0.406,0.157,0.39,0.173,0.406,0.169,0.419,0.157,0.39,0.242,0.427,0.157,0.43,0.169,0.419,0.169,0.419,0.173,0.406,0.242,0.416,0.216,0.35,0.194,0.348,0.216,0.306,0.238,0.352,0.216,0.35,0.216,0.306,0.216,0.306,0.179,0.233,0.199,0.235,0.199,0.235,0.222,0.237,0.216,0.306,0.222,0.237,0.199,0.235,0.217,0.224,0.177,0.064,0.217,0.119,0.157,0.094,0.157,0.055,0.177,0.064,0.157,0.094,0.157,0.233,0.179,0.233,0.157,0.324,0.157,0.14,0.166,0.197,0.157,0.197,0.157,0.094,0.217,0.119,0.157,0.14,0.169,0.419,0.157,0.43,0.157,0.418,0.157,0.39,0.169,0.419,0.157,0.418,0.199,0.014,0.157,0.029,0.157,0.018,0.199,0.014,0.157,0.018,0.157,0.018,0.177,0.064,0.157,0.055,0.157,0.029,0.157,0.029,0.242,0.037,0.177,0.064,0.216,0.39,0.242,0.391,0.242,0.416,0.242,0.373,0.238,0.372,0.238,0.352,0.238,0.352,0.242,0.353,0.242,0.373,0.242,0.092,0.177,0.064,0.242,0.037,0.242,0.391,0.216,0.39,0.238,0.372,0.238,0.372,0.242,0.373,0.242,0.391};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_67()
		{
			double[] value = {0.238,0.352,0.216,0.306,0.242,0.238,0.242,0.238,0.242,0.353,0.238,0.352,0.217,0.17,0.217,0.119,0.242,0.134,0.242,0.092,0.242,0.134,0.217,0.119,0.216,0.306,0.222,0.237,0.242,0.238,0.242,0.427,0.169,0.419,0.242,0.416,0.242,0.134,0.242,0.177,0.217,0.17,0.217,0.119,0.177,0.064,0.242,0.092,0.213,0.203,0.213,0.2,0.217,0.203,0.175,0.198,0.197,0.187,0.182,0.199,0.197,0.187,0.195,0.203,0.191,0.2,0.191,0.2,0.189,0.2,0.197,0.187,0.242,0.238,0.24,0.219,0.242,0.212,0.24,0.222,0.24,0.219,0.242,0.238,0.157,0.208,0.159,0.219,0.157,0.233,0.174,0.221,0.17,0.219,0.173,0.219,0.179,0.233,0.157,0.233,0.174,0.222,0.157,0.233,0.174,0.221,0.174,0.222,0.181,0.219,0.177,0.219,0.181,0.219,0.181,0.222,0.177,0.219,0.181,0.219,0.188,0.219,0.185,0.219,0.188,0.219,0.189,0.222,0.185,0.219,0.188,0.219,0.185,0.219,0.189,0.222,0.184,0.222,0.233,0.222,0.234,0.219,0.236,0.219,0.227,0.219,0.23,0.22,0.226,0.222,0.195,0.203,0.197,0.187,0.196,0.2,0.198,0.2,0.196,0.2,0.197,0.187,0.206,0.201,0.203,0.2,0.197,0.187,0.213,0.2,0.21,0.2,0.197,0.187,0.202,0.203,0.198,0.2,0.203,0.2,0.198,0.2,0.202,0.203,0.199,0.203,0.206,0.201,0.21,0.2,0.21,0.203,0.206,0.203,0.206,0.201,0.21,0.203,0.213,0.2};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_68()
		{
			double[] value = {0.217,0.201,0.217,0.203,0.236,0.219,0.234,0.203,0.236,0.203,0.224,0.2,0.22,0.201,0.217,0.17,0.22,0.201,0.224,0.2,0.221,0.203,0.221,0.203,0.224,0.2,0.223,0.203,0.231,0.201,0.227,0.203,0.226,0.201,0.23,0.203,0.227,0.203,0.231,0.201,0.233,0.201,0.237,0.2,0.234,0.203,0.236,0.203,0.234,0.203,0.237,0.2,0.242,0.177,0.237,0.2,0.217,0.17,0.213,0.2,0.217,0.17,0.217,0.201,0.217,0.17,0.22,0.201,0.217,0.201,0.217,0.17,0.231,0.201,0.226,0.201,0.226,0.201,0.224,0.2,0.217,0.17,0.233,0.201,0.231,0.201,0.217,0.17,0.195,0.203,0.192,0.219,0.192,0.203,0.195,0.203,0.192,0.203,0.191,0.2,0.185,0.204,0.188,0.203,0.188,0.219,0.177,0.203,0.181,0.2,0.181,0.203,0.188,0.203,0.184,0.202,0.184,0.2,0.184,0.202,0.188,0.203,0.185,0.204,0.177,0.203,0.181,0.219,0.177,0.219,0.188,0.219,0.185,0.219,0.185,0.204,0.177,0.203,0.181,0.203,0.181,0.219,0.221,0.203,0.223,0.203,0.221,0.219,0.236,0.219,0.234,0.219,0.234,0.203,0.227,0.203,0.23,0.203,0.227,0.219,0.227,0.219,0.23,0.203,0.23,0.22,0.192,0.219,0.195,0.203,0.195,0.219,0.21,0.203,0.206,0.219,0.206,0.203,0.199,0.203,0.202,0.219,0.199,0.219,0.199,0.203,0.202,0.203,0.202,0.219,0.21,0.219,0.206,0.219,0.21,0.203,0.213,0.203,0.217,0.224};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_69()
		{
			double[] value = {0.213,0.219,0.213,0.222,0.213,0.219,0.217,0.224,0.157,0.208,0.157,0.197,0.16,0.2,0.157,0.208,0.16,0.2,0.159,0.203,0.166,0.219,0.157,0.233,0.162,0.222,0.162,0.222,0.163,0.219,0.166,0.219,0.157,0.233,0.16,0.222,0.162,0.222,0.159,0.219,0.16,0.222,0.157,0.233,0.174,0.221,0.157,0.233,0.169,0.222,0.169,0.222,0.17,0.219,0.174,0.221,0.157,0.233,0.166,0.219,0.167,0.222,0.157,0.233,0.167,0.222,0.169,0.222,0.173,0.219,0.17,0.219,0.17,0.203,0.157,0.208,0.159,0.203,0.159,0.219,0.163,0.203,0.162,0.2,0.166,0.203,0.163,0.203,0.166,0.203,0.166,0.219,0.166,0.219,0.163,0.219,0.163,0.203,0.174,0.2,0.17,0.203,0.169,0.2,0.174,0.2,0.169,0.2,0.175,0.198,0.173,0.203,0.17,0.203,0.174,0.2,0.173,0.203,0.173,0.219,0.17,0.203,0.242,0.212,0.24,0.219,0.242,0.2,0.242,0.2,0.24,0.219,0.24,0.203,0.24,0.2,0.242,0.2,0.24,0.203,0.157,0.14,0.175,0.198,0.166,0.197,0.175,0.198,0.169,0.2,0.166,0.197,0.167,0.2,0.166,0.203,0.166,0.197,0.166,0.197,0.166,0.203,0.162,0.2,0.166,0.197,0.162,0.2,0.157,0.197,0.157,0.197,0.162,0.2,0.16,0.2,0.169,0.2,0.167,0.2,0.166,0.197,0.177,0.2,0.181,0.2,0.177,0.203,0.181,0.2,0.177,0.2,0.175,0.198,0.175,0.198,0.177,0.2,0.174,0.2};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_70()
		{
			double[] value = {0.179,0.233,0.181,0.222,0.184,0.222,0.179,0.233,0.184,0.222,0.189,0.222,0.181,0.222,0.177,0.222,0.177,0.219,0.179,0.233,0.174,0.222,0.177,0.222,0.179,0.233,0.177,0.222,0.181,0.222,0.191,0.222,0.192,0.219,0.199,0.235,0.189,0.222,0.191,0.222,0.199,0.235,0.189,0.222,0.199,0.235,0.179,0.233,0.182,0.199,0.197,0.187,0.185,0.2,0.185,0.2,0.197,0.187,0.189,0.2,0.185,0.2,0.188,0.203,0.184,0.2,0.184,0.2,0.181,0.2,0.182,0.199,0.184,0.2,0.182,0.199,0.185,0.2,0.182,0.199,0.181,0.2,0.175,0.198,0.189,0.2,0.188,0.203,0.185,0.2,0.203,0.223,0.205,0.223,0.199,0.235,0.205,0.223,0.21,0.223,0.199,0.235,0.196,0.222,0.198,0.223,0.199,0.235,0.195,0.219,0.196,0.222,0.192,0.219,0.192,0.219,0.196,0.222,0.199,0.235,0.199,0.219,0.202,0.219,0.198,0.223,0.21,0.219,0.21,0.223,0.205,0.223,0.21,0.219,0.205,0.223,0.206,0.219,0.198,0.223,0.203,0.223,0.199,0.235,0.202,0.219,0.203,0.223,0.198,0.223,0.21,0.2,0.206,0.201,0.197,0.187,0.203,0.2,0.198,0.2,0.197,0.187,0.21,0.223,0.213,0.223,0.199,0.235,0.213,0.222,0.217,0.224,0.213,0.223,0.217,0.224,0.217,0.222,0.22,0.222,0.223,0.22,0.221,0.219,0.223,0.203,0.221,0.219,0.223,0.22,0.22,0.222,0.223,0.22,0.224,0.223,0.22,0.222,0.23,0.22};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_71()
		{
			double[] value = {0.231,0.222,0.226,0.222,0.242,0.2,0.24,0.2,0.242,0.177,0.242,0.177,0.24,0.2,0.237,0.2,0.22,0.222,0.222,0.237,0.217,0.224,0.22,0.222,0.224,0.223,0.222,0.237,0.222,0.237,0.224,0.223,0.226,0.222,0.226,0.222,0.231,0.222,0.222,0.237,0.233,0.222,0.222,0.237,0.231,0.222,0.233,0.222,0.237,0.222,0.242,0.238,0.233,0.222,0.242,0.238,0.222,0.237,0.242,0.238,0.237,0.222,0.24,0.222,0.236,0.219,0.237,0.222,0.233,0.222,0.237,0.2,0.233,0.201,0.217,0.17,0.217,0.219,0.213,0.203,0.217,0.203,0.217,0.219,0.217,0.222,0.217,0.224,0.217,0.224,0.213,0.203,0.217,0.219,0.174,0.345,0.194,0.348,0.193,0.351,0.174,0.345,0.193,0.351,0.192,0.354,0.195,0.351,0.193,0.351,0.194,0.348,0.194,0.348,0.214,0.368,0.195,0.351,0.194,0.348,0.216,0.35,0.215,0.351,0.194,0.348,0.215,0.351,0.214,0.354,0.214,0.354,0.214,0.368,0.194,0.348,0.157,0.324,0.174,0.345,0.171,0.351,0.157,0.324,0.171,0.351,0.17,0.354,0.173,0.351,0.171,0.351,0.174,0.345,0.174,0.345,0.174,0.354,0.173,0.351,0.174,0.354,0.174,0.345,0.192,0.354,0.157,0.324,0.17,0.354,0.157,0.39,0.194,0.39,0.174,0.389,0.174,0.37,0.173,0.373,0.174,0.37,0.174,0.389,0.174,0.389,0.157,0.39,0.171,0.373,0.171,0.373,0.173,0.373,0.174,0.389,0.157,0.39,0.17,0.37};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_72()
		{
			double[] value = {0.171,0.373,0.157,0.39,0.17,0.354,0.17,0.37,0.194,0.39,0.174,0.37,0.193,0.373,0.195,0.373,0.194,0.39,0.193,0.373,0.194,0.39,0.195,0.373,0.216,0.39,0.192,0.37,0.193,0.373,0.174,0.37,0.192,0.37,0.174,0.37,0.192,0.354,0.174,0.354,0.192,0.354,0.174,0.37,0.218,0.37,0.216,0.39,0.217,0.373,0.216,0.39,0.218,0.37,0.238,0.372,0.238,0.352,0.238,0.372,0.217,0.351,0.216,0.35,0.238,0.352,0.217,0.351,0.217,0.351,0.215,0.351,0.216,0.35,0.238,0.372,0.218,0.354,0.217,0.351,0.218,0.37,0.218,0.354,0.238,0.372,0.214,0.368,0.196,0.37,0.196,0.354,0.214,0.368,0.196,0.354,0.195,0.351,0.217,0.373,0.216,0.39,0.215,0.373,0.216,0.39,0.195,0.373,0.215,0.373,0.214,0.368,0.215,0.373,0.195,0.373,0.214,0.368,0.195,0.373,0.196,0.37,0.213,0.2,0.217,0.17,0.197,0.187,0.217,0.17,0.211,0.142,0.197,0.187,0.217,0.119,0.217,0.17,0.242,0.177,0.174,0.389,0.173,0.406,0.194,0.39,0.173,0.406,0.242,0.416,0.194,0.39,0.242,0.416,0.216,0.39,0.194,0.39,0.217,0.224,0.213,0.223,0.199,0.235,0.197,0.187,0.157,0.181,0.175,0.198,0.157,0.181,0.197,0.187,0.211,0.142,0.199,0.014,0.199,0.018,0.242,0.012,0.199,0.018,0.242,0.023,0.242,0.012,0.211,0.04,0.242,0.023,0.199,0.018,0.16,0.029,0.211,0.04,0.199,0.018};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_73()
		{
			double[] value = {0.199,0.014,0.157,0.018,0.199,0.018,0.174,0.345,0.194,0.348,0.157,0.324,0.194,0.348,0.216,0.306,0.157,0.324,0.157,0.324,0.216,0.306,0.179,0.233,0.173,0.406,0.174,0.389,0.157,0.39,0.169,0.419,0.173,0.406,0.157,0.39,0.157,0.43,0.242,0.427,0.169,0.419,0.173,0.406,0.169,0.419,0.242,0.416,0.194,0.348,0.216,0.35,0.216,0.306,0.216,0.35,0.238,0.352,0.216,0.306,0.179,0.233,0.216,0.306,0.199,0.235,0.222,0.237,0.199,0.235,0.216,0.306,0.199,0.235,0.222,0.237,0.217,0.224,0.176,0.142,0.157,0.14,0.157,0.181,0.16,0.029,0.157,0.029,0.157,0.055,0.179,0.233,0.157,0.233,0.157,0.324,0.211,0.142,0.176,0.142,0.157,0.181,0.157,0.43,0.169,0.419,0.157,0.418,0.169,0.419,0.157,0.39,0.157,0.418,0.16,0.029,0.199,0.018,0.157,0.018,0.16,0.029,0.157,0.018,0.157,0.029,0.242,0.391,0.216,0.39,0.242,0.416,0.238,0.372,0.242,0.373,0.238,0.352,0.242,0.353,0.238,0.352,0.242,0.373,0.199,0.014,0.242,0.012,0.242,0.016,0.216,0.39,0.242,0.391,0.238,0.372,0.242,0.373,0.238,0.372,0.242,0.391,0.216,0.306,0.238,0.352,0.242,0.238,0.242,0.353,0.242,0.238,0.238,0.352,0.217,0.119,0.242,0.177,0.242,0.134,0.242,0.134,0.242,0.092,0.217,0.119,0.213,0.071,0.242,0.092,0.242,0.037,0.222,0.237,0.216,0.306,0.242,0.238,0.169,0.419};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_74()
		{
			double[] value = {0.242,0.427,0.242,0.416,0.211,0.04,0.242,0.037,0.242,0.023,0.213,0.2,0.213,0.203,0.217,0.203,0.197,0.187,0.175,0.198,0.182,0.199,0.195,0.203,0.197,0.187,0.191,0.2,0.189,0.2,0.191,0.2,0.197,0.187,0.24,0.219,0.242,0.238,0.242,0.212,0.24,0.219,0.24,0.222,0.242,0.238,0.159,0.219,0.157,0.208,0.157,0.233,0.17,0.219,0.174,0.221,0.173,0.219,0.157,0.233,0.179,0.233,0.174,0.222,0.174,0.221,0.157,0.233,0.174,0.222,0.177,0.219,0.181,0.219,0.181,0.219,0.177,0.219,0.181,0.222,0.181,0.219,0.185,0.219,0.188,0.219,0.188,0.219,0.185,0.219,0.189,0.222,0.188,0.219,0.189,0.222,0.185,0.219,0.184,0.222,0.234,0.219,0.233,0.222,0.236,0.219,0.23,0.22,0.227,0.219,0.226,0.222,0.197,0.187,0.195,0.203,0.196,0.2,0.196,0.2,0.198,0.2,0.197,0.187,0.203,0.2,0.206,0.201,0.197,0.187,0.21,0.2,0.213,0.2,0.197,0.187,0.198,0.2,0.202,0.203,0.203,0.2,0.202,0.203,0.198,0.2,0.199,0.203,0.21,0.2,0.206,0.201,0.21,0.203,0.206,0.201,0.206,0.203,0.21,0.203,0.217,0.201,0.213,0.2,0.217,0.203,0.234,0.203,0.236,0.219,0.236,0.203,0.22,0.201,0.224,0.2,0.217,0.17,0.224,0.2,0.22,0.201,0.221,0.203,0.224,0.2,0.221,0.203,0.223,0.203,0.227,0.203,0.231,0.201,0.226,0.201,0.227,0.203,0.23,0.203};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_75()
		{
			double[] value = {0.231,0.201,0.237,0.2,0.233,0.201,0.234,0.203,0.234,0.203,0.236,0.203,0.237,0.2,0.237,0.2,0.242,0.177,0.217,0.17,0.217,0.17,0.213,0.2,0.217,0.201,0.22,0.201,0.217,0.17,0.217,0.201,0.231,0.201,0.217,0.17,0.226,0.201,0.224,0.2,0.226,0.201,0.217,0.17,0.231,0.201,0.233,0.201,0.217,0.17,0.192,0.219,0.195,0.203,0.192,0.203,0.192,0.203,0.195,0.203,0.191,0.2,0.188,0.203,0.185,0.204,0.188,0.219,0.181,0.2,0.177,0.203,0.181,0.203,0.184,0.202,0.188,0.203,0.184,0.2,0.188,0.203,0.184,0.202,0.185,0.204,0.181,0.219,0.177,0.203,0.177,0.219,0.185,0.219,0.188,0.219,0.185,0.204,0.181,0.203,0.177,0.203,0.181,0.219,0.223,0.203,0.221,0.203,0.221,0.219,0.234,0.219,0.236,0.219,0.234,0.203,0.23,0.203,0.227,0.203,0.227,0.219,0.23,0.203,0.227,0.219,0.23,0.22,0.195,0.203,0.192,0.219,0.195,0.219,0.206,0.219,0.21,0.203,0.206,0.203,0.202,0.219,0.199,0.203,0.199,0.219,0.202,0.203,0.199,0.203,0.202,0.219,0.206,0.219,0.21,0.219,0.21,0.203,0.217,0.224,0.213,0.203,0.213,0.219,0.213,0.219,0.213,0.222,0.217,0.224,0.157,0.181,0.157,0.208,0.16,0.2,0.16,0.2,0.157,0.208,0.159,0.203,0.157,0.233,0.166,0.219,0.162,0.222,0.163,0.219,0.162,0.222,0.166,0.219,0.16,0.222,0.157,0.233,0.162,0.222};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_76()
		{
			double[] value = {0.16,0.222,0.159,0.219,0.157,0.233,0.157,0.233,0.174,0.221,0.169,0.222,0.17,0.219,0.169,0.222,0.174,0.221,0.166,0.219,0.157,0.233,0.167,0.222,0.167,0.222,0.157,0.233,0.169,0.222,0.17,0.219,0.173,0.219,0.17,0.203,0.159,0.203,0.157,0.208,0.159,0.219,0.162,0.2,0.163,0.203,0.166,0.203,0.166,0.203,0.163,0.203,0.166,0.219,0.163,0.219,0.166,0.219,0.163,0.203,0.17,0.203,0.174,0.2,0.169,0.2,0.169,0.2,0.174,0.2,0.175,0.198,0.17,0.203,0.173,0.203,0.174,0.2,0.173,0.219,0.173,0.203,0.17,0.203,0.24,0.219,0.242,0.212,0.242,0.2,0.24,0.219,0.242,0.2,0.24,0.203,0.242,0.2,0.24,0.2,0.24,0.203,0.169,0.2,0.175,0.198,0.157,0.181,0.166,0.203,0.167,0.2,0.157,0.181,0.166,0.203,0.157,0.181,0.162,0.2,0.162,0.2,0.157,0.181,0.16,0.2,0.167,0.2,0.169,0.2,0.157,0.181,0.181,0.2,0.177,0.2,0.177,0.203,0.177,0.2,0.181,0.2,0.175,0.198,0.177,0.2,0.175,0.198,0.174,0.2,0.181,0.222,0.179,0.233,0.184,0.222,0.184,0.222,0.179,0.233,0.189,0.222,0.179,0.233,0.181,0.222,0.177,0.219,0.174,0.222,0.179,0.233,0.177,0.222,0.179,0.233,0.177,0.219,0.177,0.222,0.192,0.219,0.191,0.222,0.199,0.235,0.191,0.222,0.189,0.222,0.199,0.235,0.199,0.235,0.189,0.222,0.179,0.233,0.197,0.187};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_77()
		{
			double[] value = {0.182,0.199,0.185,0.2,0.197,0.187,0.185,0.2,0.189,0.2,0.188,0.203,0.185,0.2,0.184,0.2,0.181,0.2,0.184,0.2,0.182,0.199,0.182,0.199,0.184,0.2,0.185,0.2,0.181,0.2,0.182,0.199,0.175,0.198,0.188,0.203,0.189,0.2,0.185,0.2,0.205,0.223,0.203,0.223,0.199,0.235,0.21,0.223,0.205,0.223,0.199,0.235,0.198,0.223,0.196,0.222,0.199,0.235,0.196,0.222,0.195,0.219,0.192,0.219,0.196,0.222,0.192,0.219,0.199,0.235,0.202,0.219,0.199,0.219,0.198,0.223,0.21,0.223,0.21,0.219,0.205,0.223,0.205,0.223,0.21,0.219,0.206,0.219,0.203,0.223,0.198,0.223,0.199,0.235,0.203,0.223,0.202,0.219,0.198,0.223,0.206,0.201,0.21,0.2,0.197,0.187,0.198,0.2,0.203,0.2,0.197,0.187,0.213,0.223,0.21,0.223,0.199,0.235,0.217,0.224,0.213,0.222,0.213,0.223,0.217,0.222,0.217,0.224,0.22,0.222,0.221,0.219,0.223,0.22,0.223,0.203,0.223,0.22,0.221,0.219,0.22,0.222,0.224,0.223,0.223,0.22,0.22,0.222,0.231,0.222,0.23,0.22,0.226,0.222,0.24,0.2,0.242,0.2,0.242,0.177,0.24,0.2,0.242,0.177,0.237,0.2,0.222,0.237,0.22,0.222,0.217,0.224,0.224,0.223,0.22,0.222,0.222,0.237,0.224,0.223,0.222,0.237,0.226,0.222,0.231,0.222,0.226,0.222,0.222,0.237,0.222,0.237,0.233,0.222,0.231,0.222,0.237,0.222,0.233,0.222};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_78()
		{
			double[] value = {0.242,0.238,0.242,0.238,0.233,0.222,0.222,0.237,0.237,0.222,0.242,0.238,0.24,0.222,0.237,0.222,0.236,0.219,0.233,0.222,0.233,0.201,0.237,0.2,0.217,0.17,0.213,0.203,0.217,0.219,0.217,0.203,0.217,0.222,0.217,0.219,0.217,0.224,0.213,0.203,0.217,0.224,0.217,0.219,0.194,0.348,0.174,0.345,0.193,0.351,0.193,0.351,0.174,0.345,0.192,0.354,0.193,0.351,0.195,0.351,0.194,0.348,0.214,0.368,0.194,0.348,0.195,0.351,0.216,0.35,0.194,0.348,0.215,0.351,0.215,0.351,0.194,0.348,0.214,0.354,0.214,0.368,0.214,0.354,0.194,0.348,0.174,0.345,0.157,0.324,0.171,0.351,0.171,0.351,0.157,0.324,0.17,0.354,0.171,0.351,0.173,0.351,0.174,0.345,0.174,0.354,0.174,0.345,0.173,0.351,0.174,0.345,0.174,0.354,0.192,0.354,0.17,0.354,0.157,0.324,0.157,0.39,0.174,0.389,0.194,0.39,0.174,0.37,0.174,0.37,0.173,0.373,0.174,0.389,0.157,0.39,0.174,0.389,0.171,0.373,0.173,0.373,0.171,0.373,0.174,0.389,0.17,0.37,0.157,0.39,0.171,0.373,0.17,0.354,0.157,0.39,0.17,0.37,0.174,0.37,0.194,0.39,0.193,0.373,0.194,0.39,0.195,0.373,0.193,0.373,0.195,0.373,0.194,0.39,0.216,0.39,0.193,0.373,0.192,0.37,0.174,0.37,0.174,0.37,0.192,0.37,0.192,0.354,0.192,0.354,0.174,0.354,0.174,0.37,0.216,0.39,0.218,0.37,0.217,0.373};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_79()
		{
			double[] value = {0.218,0.37,0.216,0.39,0.238,0.372,0.238,0.372,0.238,0.352,0.217,0.351,0.238,0.352,0.216,0.35,0.217,0.351,0.215,0.351,0.217,0.351,0.216,0.35,0.218,0.354,0.238,0.372,0.217,0.351,0.218,0.354,0.218,0.37,0.238,0.372,0.196,0.37,0.214,0.368,0.196,0.354,0.196,0.354,0.214,0.368,0.195,0.351,0.216,0.39,0.217,0.373,0.215,0.373,0.195,0.373,0.216,0.39,0.215,0.373,0.215,0.373,0.214,0.368,0.195,0.373,0.195,0.373,0.214,0.368,0.196,0.37,0.16,0.029,0.157,0.055,0.174,0.05,0.176,0.039,0.211,0.04,0.16,0.029,0.16,0.029,0.176,0.04,0.176,0.039,0.213,0.045,0.242,0.037,0.211,0.04,0.217,0.17,0.213,0.133,0.211,0.142,0.217,0.17,0.217,0.119,0.213,0.133,0.157,0.055,0.157,0.094,0.174,0.064,0.174,0.064,0.157,0.094,0.174,0.107,0.174,0.05,0.157,0.055,0.174,0.064,0.157,0.094,0.157,0.14,0.174,0.107,0.174,0.135,0.174,0.107,0.157,0.14,0.157,0.14,0.176,0.142,0.174,0.135,0.174,0.05,0.176,0.04,0.16,0.029,0.217,0.119,0.242,0.092,0.213,0.118,0.213,0.118,0.213,0.133,0.217,0.119,0.213,0.045,0.213,0.071,0.242,0.037,0.213,0.071,0.213,0.118,0.242,0.092,0.13,0.261,0.109,0.261,0.114,0.227,0.136,0.034,0.109,0.037,0.119,0.03,0.136,0.034,0.157,0.055,0.109,0.064,0.109,0.425,0.157,0.418,0.157,0.43,0.152,0.2};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_80()
		{
			double[] value = {0.151,0.203,0.144,0.202,0.157,0.14,0.155,0.161,0.133,0.144,0.136,0.034,0.109,0.041,0.109,0.037,0.109,0.228,0.114,0.227,0.109,0.261,0.109,0.42,0.109,0.411,0.157,0.418,0.109,0.42,0.157,0.418,0.109,0.425,0.157,0.418,0.109,0.411,0.157,0.389,0.157,0.389,0.109,0.368,0.109,0.302,0.109,0.098,0.133,0.144,0.109,0.169,0.109,0.064,0.109,0.041,0.136,0.034,0.109,0.411,0.109,0.399,0.157,0.389,0.157,0.389,0.109,0.399,0.109,0.368,0.112,0.281,0.109,0.302,0.109,0.261,0.112,0.2,0.111,0.203,0.109,0.169,0.119,0.03,0.109,0.037,0.109,0.037,0.157,0.27,0.157,0.288,0.154,0.269,0.157,0.094,0.109,0.098,0.109,0.064,0.133,0.144,0.109,0.098,0.157,0.094,0.157,0.288,0.109,0.302,0.154,0.269,0.109,0.302,0.157,0.288,0.157,0.389,0.157,0.27,0.154,0.269,0.157,0.233,0.155,0.161,0.157,0.161,0.157,0.197,0.133,0.144,0.157,0.094,0.157,0.14,0.157,0.029,0.136,0.034,0.157,0.018,0.157,0.161,0.155,0.161,0.157,0.14,0.157,0.018,0.136,0.034,0.119,0.03,0.109,0.064,0.157,0.055,0.157,0.094,0.157,0.029,0.157,0.055,0.136,0.034,0.131,0.158,0.13,0.159,0.133,0.144,0.13,0.159,0.13,0.162,0.133,0.144,0.109,0.261,0.13,0.261,0.13,0.264,0.144,0.162,0.152,0.2,0.144,0.202,0.144,0.162,0.155,0.161,0.157,0.197,0.144,0.162,0.144,0.159};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_81()
		{
			double[] value = {0.155,0.161,0.144,0.159,0.143,0.158,0.155,0.161,0.143,0.158,0.133,0.144,0.155,0.161,0.143,0.158,0.131,0.158,0.133,0.144,0.143,0.265,0.154,0.269,0.109,0.302,0.109,0.302,0.112,0.281,0.131,0.265,0.131,0.265,0.143,0.265,0.109,0.302,0.144,0.261,0.157,0.233,0.154,0.269,0.154,0.269,0.144,0.263,0.144,0.261,0.154,0.269,0.143,0.265,0.144,0.263,0.13,0.261,0.114,0.227,0.13,0.23,0.112,0.281,0.109,0.261,0.13,0.264,0.131,0.265,0.112,0.281,0.13,0.264,0.157,0.197,0.152,0.2,0.144,0.162,0.151,0.203,0.144,0.224,0.144,0.202,0.13,0.162,0.109,0.169,0.133,0.144,0.109,0.228,0.111,0.219,0.112,0.222,0.114,0.227,0.109,0.228,0.112,0.222,0.111,0.219,0.109,0.228,0.109,0.208,0.114,0.227,0.112,0.222,0.114,0.222,0.111,0.203,0.109,0.208,0.109,0.169,0.111,0.219,0.109,0.208,0.111,0.203,0.115,0.203,0.114,0.2,0.119,0.2,0.115,0.203,0.119,0.2,0.118,0.203,0.119,0.222,0.114,0.227,0.114,0.222,0.121,0.222,0.122,0.219,0.13,0.23,0.13,0.23,0.114,0.227,0.121,0.222,0.114,0.227,0.119,0.222,0.121,0.222,0.13,0.23,0.122,0.219,0.122,0.203,0.122,0.203,0.13,0.162,0.13,0.23,0.118,0.219,0.115,0.219,0.115,0.203,0.118,0.219,0.115,0.203,0.118,0.203,0.152,0.222,0.144,0.261,0.144,0.224,0.157,0.233,0.144,0.261,0.152,0.222};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_82()
		{
			double[] value = {0.157,0.233,0.152,0.222,0.154,0.222,0.154,0.2,0.152,0.2,0.157,0.197,0.155,0.203,0.154,0.2,0.157,0.197,0.144,0.224,0.151,0.203,0.151,0.219,0.157,0.197,0.157,0.219,0.155,0.219,0.155,0.219,0.155,0.203,0.157,0.197,0.155,0.219,0.157,0.219,0.157,0.233,0.157,0.233,0.154,0.222,0.155,0.219,0.144,0.224,0.151,0.219,0.152,0.222,0.118,0.219,0.119,0.222,0.114,0.222,0.118,0.219,0.114,0.222,0.115,0.219,0.109,0.169,0.114,0.2,0.112,0.2,0.109,0.169,0.119,0.2,0.114,0.2,0.13,0.162,0.119,0.2,0.109,0.169,0.13,0.162,0.121,0.2,0.119,0.2,0.13,0.162,0.122,0.203,0.121,0.2,0.109,0.261,0.13,0.261,0.114,0.227,0.109,0.037,0.136,0.034,0.119,0.03,0.157,0.055,0.136,0.034,0.109,0.064,0.157,0.418,0.109,0.425,0.157,0.43,0.132,0.385,0.157,0.418,0.157,0.389,0.151,0.203,0.152,0.2,0.144,0.202,0.155,0.161,0.157,0.14,0.133,0.144,0.109,0.041,0.136,0.034,0.109,0.037,0.157,0.018,0.119,0.03,0.136,0.034,0.114,0.227,0.109,0.228,0.109,0.261,0.109,0.411,0.109,0.42,0.157,0.418,0.157,0.418,0.109,0.42,0.109,0.425,0.109,0.381,0.157,0.418,0.132,0.385,0.132,0.385,0.157,0.389,0.157,0.323,0.118,0.298,0.132,0.385,0.157,0.323,0.133,0.144,0.109,0.098,0.109,0.169,0.109,0.041,0.109,0.064,0.136,0.034,0.109,0.399};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_83()
		{
			double[] value = {0.109,0.411,0.157,0.418,0.109,0.399,0.157,0.418,0.109,0.381,0.109,0.283,0.112,0.281,0.109,0.261,0.111,0.203,0.112,0.2,0.109,0.169,0.109,0.098,0.157,0.094,0.109,0.064,0.109,0.098,0.133,0.144,0.157,0.094,0.118,0.298,0.157,0.323,0.154,0.269,0.154,0.269,0.157,0.323,0.157,0.27,0.154,0.269,0.157,0.27,0.157,0.233,0.157,0.161,0.155,0.161,0.157,0.197,0.157,0.094,0.133,0.144,0.157,0.14,0.155,0.161,0.157,0.161,0.157,0.14,0.119,0.03,0.157,0.018,0.157,0.018,0.136,0.034,0.157,0.029,0.157,0.018,0.157,0.055,0.109,0.064,0.157,0.094,0.157,0.055,0.157,0.029,0.136,0.034,0.13,0.159,0.131,0.158,0.133,0.144,0.13,0.162,0.13,0.159,0.133,0.144,0.13,0.261,0.109,0.261,0.13,0.264,0.152,0.2,0.144,0.162,0.144,0.202,0.155,0.161,0.144,0.162,0.157,0.197,0.144,0.159,0.144,0.162,0.155,0.161,0.143,0.158,0.144,0.159,0.155,0.161,0.133,0.144,0.143,0.158,0.155,0.161,0.131,0.158,0.143,0.158,0.133,0.144,0.154,0.269,0.143,0.265,0.118,0.298,0.112,0.281,0.118,0.298,0.131,0.265,0.143,0.265,0.131,0.265,0.118,0.298,0.157,0.233,0.144,0.261,0.154,0.269,0.144,0.263,0.154,0.269,0.144,0.261,0.143,0.265,0.154,0.269,0.144,0.263,0.114,0.227,0.13,0.261,0.13,0.23,0.109,0.261,0.112,0.281,0.13,0.264,0.112,0.281,0.131,0.265};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_84()
		{
			double[] value = {0.13,0.264,0.152,0.2,0.157,0.197,0.144,0.162,0.144,0.224,0.151,0.203,0.144,0.202,0.109,0.169,0.13,0.162,0.133,0.144,0.111,0.219,0.109,0.228,0.112,0.222,0.109,0.228,0.114,0.227,0.112,0.222,0.109,0.228,0.111,0.219,0.109,0.208,0.112,0.222,0.114,0.227,0.114,0.222,0.109,0.208,0.111,0.203,0.109,0.169,0.109,0.208,0.111,0.219,0.111,0.203,0.114,0.2,0.115,0.203,0.119,0.2,0.119,0.2,0.115,0.203,0.118,0.203,0.114,0.227,0.119,0.222,0.114,0.222,0.122,0.219,0.121,0.222,0.13,0.23,0.114,0.227,0.13,0.23,0.121,0.222,0.119,0.222,0.114,0.227,0.121,0.222,0.122,0.219,0.13,0.23,0.122,0.203,0.13,0.162,0.122,0.203,0.13,0.23,0.115,0.219,0.118,0.219,0.115,0.203,0.115,0.203,0.118,0.219,0.118,0.203,0.144,0.261,0.152,0.222,0.144,0.224,0.144,0.261,0.157,0.233,0.152,0.222,0.152,0.222,0.157,0.233,0.154,0.222,0.152,0.2,0.154,0.2,0.157,0.197,0.154,0.2,0.155,0.203,0.157,0.197,0.151,0.203,0.144,0.224,0.151,0.219,0.157,0.219,0.157,0.197,0.155,0.219,0.155,0.203,0.155,0.219,0.157,0.197,0.157,0.219,0.155,0.219,0.157,0.233,0.154,0.222,0.157,0.233,0.155,0.219,0.151,0.219,0.144,0.224,0.152,0.222,0.119,0.222,0.118,0.219,0.114,0.222,0.114,0.222,0.118,0.219,0.115,0.219,0.114,0.2,0.109,0.169,0.112,0.2};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_85()
		{
			double[] value = {0.119,0.2,0.109,0.169,0.114,0.2,0.119,0.2,0.13,0.162,0.109,0.169,0.121,0.2,0.13,0.162,0.119,0.2,0.122,0.203,0.13,0.162,0.121,0.2,0.132,0.385,0.118,0.298,0.118,0.372,0.109,0.326,0.109,0.368,0.111,0.349,0.111,0.298,0.109,0.326,0.111,0.327,0.111,0.327,0.109,0.326,0.111,0.349,0.109,0.283,0.109,0.326,0.111,0.298,0.111,0.298,0.112,0.281,0.109,0.283,0.111,0.298,0.112,0.294,0.112,0.281,0.112,0.281,0.112,0.294,0.118,0.294,0.118,0.294,0.118,0.298,0.112,0.281,0.109,0.368,0.109,0.381,0.111,0.372,0.111,0.372,0.111,0.349,0.109,0.368,0.109,0.381,0.112,0.376,0.111,0.372,0.118,0.376,0.112,0.376,0.109,0.381,0.109,0.381,0.132,0.385,0.118,0.376,0.132,0.385,0.118,0.372,0.118,0.376,0.1,0.41,0.109,0.42,0.101,0.413,0.081,0.405,0.091,0.413,0.097,0.42,0.101,0.421,0.101,0.413,0.109,0.42,0.109,0.42,0.108,0.425,0.101,0.421,0.1,0.41,0.101,0.413,0.096,0.411,0.096,0.411,0.092,0.408,0.1,0.41,0.096,0.418,0.097,0.42,0.091,0.413,0.096,0.418,0.091,0.413,0.092,0.408,0.092,0.408,0.096,0.411,0.096,0.418,0.097,0.42,0.096,0.418,0.108,0.425,0.101,0.421,0.108,0.425,0.096,0.418,0.081,0.096,0.096,0.087,0.082,0.08,0.08,0.112,0.046,0.134,0.046,0.155,0.109,0.037,0.085,0.053,0.109,0.041,0.046,0.271};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_86()
		{
			double[] value = {0.072,0.281,0.046,0.256,0.075,0.386,0.081,0.405,0.082,0.399,0.092,0.408,0.097,0.42,0.108,0.425,0.094,0.196,0.08,0.112,0.078,0.196,0.108,0.425,0.109,0.425,0.109,0.42,0.046,0.222,0.048,0.203,0.046,0.187,0.046,0.155,0.058,0.185,0.08,0.112,0.058,0.185,0.078,0.196,0.08,0.112,0.09,0.382,0.109,0.38,0.091,0.341,0.08,0.112,0.096,0.087,0.081,0.096,0.082,0.08,0.096,0.087,0.109,0.065,0.082,0.08,0.109,0.065,0.085,0.056,0.085,0.056,0.109,0.041,0.085,0.053,0.085,0.056,0.046,0.113,0.082,0.08,0.046,0.113,0.081,0.096,0.082,0.08,0.081,0.096,0.046,0.113,0.046,0.134,0.08,0.112,0.081,0.096,0.046,0.134,0.046,0.301,0.054,0.301,0.046,0.286,0.06,0.341,0.046,0.301,0.046,0.311,0.06,0.341,0.046,0.316,0.06,0.345,0.046,0.301,0.06,0.341,0.065,0.346,0.065,0.346,0.054,0.301,0.046,0.301,0.046,0.271,0.054,0.301,0.072,0.281,0.072,0.281,0.054,0.301,0.069,0.347,0.046,0.271,0.046,0.256,0.046,0.27,0.046,0.233,0.072,0.281,0.054,0.231,0.054,0.231,0.072,0.281,0.07,0.23,0.046,0.233,0.054,0.231,0.046,0.222,0.072,0.281,0.081,0.232,0.07,0.23,0.054,0.301,0.065,0.346,0.069,0.347,0.069,0.347,0.091,0.341,0.072,0.281,0.072,0.281,0.091,0.341,0.081,0.232,0.073,0.386,0.081,0.405,0.075,0.386,0.082,0.399,0.078,0.385};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_87()
		{
			double[] value = {0.075,0.386,0.078,0.385,0.082,0.399,0.09,0.382,0.082,0.399,0.081,0.405,0.092,0.408,0.09,0.382,0.082,0.399,0.092,0.408,0.09,0.382,0.092,0.408,0.109,0.399,0.092,0.408,0.081,0.405,0.097,0.42,0.081,0.232,0.091,0.341,0.109,0.302,0.06,0.341,0.046,0.311,0.046,0.316,0.054,0.301,0.046,0.271,0.046,0.286,0.046,0.272,0.046,0.286,0.046,0.271,0.072,0.281,0.046,0.233,0.046,0.256,0.046,0.155,0.046,0.187,0.058,0.185,0.046,0.271,0.046,0.27,0.046,0.272,0.096,0.203,0.096,0.2,0.094,0.196,0.09,0.382,0.109,0.399,0.109,0.38,0.094,0.196,0.096,0.2,0.109,0.17,0.08,0.112,0.109,0.17,0.109,0.098,0.081,0.232,0.109,0.302,0.109,0.241,0.081,0.232,0.109,0.241,0.098,0.229,0.092,0.408,0.108,0.425,0.109,0.42,0.092,0.408,0.109,0.42,0.109,0.411,0.092,0.408,0.109,0.411,0.109,0.399,0.096,0.2,0.099,0.2,0.109,0.17,0.08,0.112,0.109,0.098,0.096,0.087,0.096,0.087,0.109,0.098,0.109,0.065,0.085,0.056,0.109,0.065,0.109,0.041,0.109,0.38,0.109,0.302,0.091,0.341,0.094,0.196,0.109,0.17,0.08,0.112,0.048,0.203,0.049,0.2,0.046,0.187,0.048,0.22,0.046,0.222,0.049,0.222,0.051,0.222,0.054,0.231,0.052,0.22,0.049,0.222,0.054,0.231,0.051,0.222,0.046,0.222,0.054,0.231,0.049,0.222,0.06,0.219,0.059,0.222,0.064,0.219};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_88()
		{
			double[] value = {0.056,0.219,0.054,0.231,0.057,0.222,0.057,0.2,0.052,0.203,0.056,0.203,0.052,0.203,0.056,0.219,0.056,0.203,0.06,0.203,0.064,0.219,0.058,0.185,0.052,0.22,0.056,0.219,0.052,0.203,0.052,0.22,0.054,0.231,0.056,0.219,0.068,0.219,0.067,0.222,0.07,0.23,0.065,0.222,0.07,0.23,0.067,0.222,0.073,0.201,0.068,0.204,0.072,0.203,0.06,0.219,0.064,0.219,0.06,0.203,0.068,0.219,0.072,0.203,0.068,0.204,0.067,0.2,0.068,0.204,0.073,0.201,0.065,0.2,0.067,0.2,0.078,0.196,0.058,0.185,0.065,0.2,0.078,0.196,0.064,0.203,0.065,0.2,0.058,0.185,0.064,0.219,0.064,0.203,0.058,0.185,0.068,0.219,0.072,0.219,0.072,0.203,0.068,0.219,0.07,0.23,0.072,0.219,0.076,0.219,0.08,0.218,0.078,0.196,0.072,0.222,0.07,0.23,0.075,0.222,0.072,0.219,0.07,0.23,0.072,0.222,0.076,0.203,0.076,0.219,0.078,0.196,0.075,0.2,0.076,0.203,0.078,0.196,0.078,0.196,0.073,0.201,0.075,0.2,0.067,0.2,0.073,0.201,0.078,0.196,0.081,0.222,0.081,0.232,0.083,0.222,0.08,0.218,0.081,0.232,0.081,0.222,0.07,0.23,0.081,0.232,0.08,0.218,0.075,0.222,0.08,0.218,0.076,0.219,0.07,0.23,0.08,0.218,0.075,0.222,0.083,0.2,0.084,0.204,0.094,0.196,0.08,0.2,0.083,0.2,0.094,0.196,0.078,0.196,0.08,0.2,0.094,0.196,0.08,0.203};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_89()
		{
			double[] value = {0.08,0.2,0.078,0.196,0.08,0.218,0.08,0.203,0.078,0.196,0.081,0.232,0.098,0.229,0.091,0.222,0.091,0.219,0.091,0.222,0.098,0.229,0.091,0.219,0.094,0.196,0.091,0.203,0.091,0.2,0.091,0.203,0.094,0.196,0.091,0.2,0.094,0.196,0.088,0.2,0.084,0.204,0.088,0.2,0.094,0.196,0.088,0.202,0.088,0.2,0.084,0.204,0.084,0.219,0.088,0.219,0.084,0.204,0.088,0.207,0.084,0.204,0.088,0.219,0.094,0.196,0.091,0.219,0.096,0.203,0.096,0.218,0.096,0.203,0.091,0.219,0.109,0.219,0.109,0.208,0.107,0.219,0.099,0.203,0.109,0.17,0.099,0.2,0.098,0.229,0.109,0.241,0.106,0.222,0.109,0.219,0.106,0.222,0.109,0.241,0.099,0.219,0.103,0.219,0.099,0.203,0.103,0.203,0.099,0.203,0.103,0.219,0.109,0.219,0.107,0.219,0.106,0.222,0.107,0.219,0.109,0.208,0.107,0.203,0.109,0.17,0.107,0.203,0.109,0.208,0.106,0.2,0.107,0.203,0.109,0.17,0.104,0.2,0.106,0.2,0.109,0.17,0.099,0.203,0.104,0.2,0.109,0.17,0.103,0.203,0.104,0.2,0.099,0.203,0.048,0.22,0.048,0.203,0.046,0.222,0.065,0.222,0.064,0.219,0.059,0.222,0.088,0.221,0.088,0.219,0.083,0.222,0.083,0.222,0.088,0.219,0.084,0.219,0.088,0.202,0.084,0.204,0.088,0.207,0.081,0.232,0.088,0.222,0.083,0.222,0.081,0.232,0.091,0.222,0.088,0.222,0.083,0.222,0.088,0.222};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_90()
		{
			double[] value = {0.088,0.221,0.099,0.222,0.103,0.219,0.099,0.219,0.098,0.229,0.106,0.222,0.104,0.222,0.099,0.222,0.104,0.222,0.103,0.219,0.098,0.229,0.104,0.222,0.099,0.222,0.051,0.2,0.052,0.203,0.057,0.2,0.06,0.203,0.058,0.185,0.059,0.2,0.057,0.2,0.059,0.2,0.058,0.185,0.057,0.2,0.058,0.185,0.046,0.187,0.057,0.2,0.046,0.187,0.051,0.2,0.051,0.2,0.046,0.187,0.049,0.2,0.054,0.231,0.07,0.23,0.065,0.222,0.054,0.231,0.059,0.222,0.057,0.222,0.065,0.222,0.059,0.222,0.054,0.231,0.098,0.229,0.099,0.222,0.096,0.222,0.096,0.222,0.096,0.218,0.091,0.219,0.096,0.222,0.091,0.219,0.098,0.229,0.096,0.087,0.081,0.096,0.082,0.08,0.081,0.096,0.08,0.112,0.046,0.155,0.085,0.053,0.109,0.037,0.109,0.041,0.063,0.261,0.046,0.271,0.046,0.256,0.046,0.288,0.046,0.272,0.054,0.301,0.08,0.251,0.109,0.283,0.063,0.261,0.098,0.229,0.08,0.251,0.081,0.232,0.081,0.405,0.075,0.386,0.08,0.391,0.109,0.425,0.108,0.425,0.109,0.42,0.048,0.203,0.046,0.222,0.046,0.187,0.058,0.185,0.046,0.155,0.08,0.112,0.078,0.196,0.058,0.185,0.08,0.112,0.078,0.196,0.08,0.112,0.094,0.196,0.109,0.38,0.09,0.382,0.091,0.341,0.08,0.112,0.081,0.096,0.096,0.087,0.096,0.087,0.082,0.08,0.109,0.065,0.109,0.065,0.082,0.08,0.085,0.056};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_91()
		{
			double[] value = {0.109,0.041,0.085,0.056,0.085,0.053,0.046,0.113,0.085,0.056,0.082,0.08,0.081,0.096,0.046,0.113,0.082,0.08,0.106,0.038,0.109,0.037,0.085,0.053,0.054,0.301,0.046,0.301,0.046,0.288,0.046,0.301,0.06,0.341,0.046,0.311,0.046,0.316,0.06,0.341,0.06,0.345,0.06,0.341,0.046,0.301,0.065,0.346,0.054,0.301,0.065,0.346,0.046,0.301,0.054,0.301,0.046,0.271,0.063,0.261,0.046,0.256,0.046,0.271,0.046,0.27,0.063,0.261,0.046,0.233,0.054,0.231,0.063,0.261,0.054,0.231,0.08,0.251,0.054,0.231,0.046,0.233,0.046,0.222,0.07,0.23,0.081,0.232,0.08,0.251,0.062,0.229,0.07,0.23,0.08,0.251,0.063,0.261,0.069,0.347,0.054,0.301,0.065,0.346,0.054,0.301,0.069,0.347,0.091,0.341,0.069,0.347,0.063,0.261,0.091,0.341,0.063,0.261,0.109,0.283,0.109,0.283,0.08,0.251,0.098,0.229,0.081,0.405,0.073,0.386,0.075,0.386,0.078,0.385,0.08,0.391,0.075,0.386,0.08,0.391,0.078,0.385,0.09,0.382,0.081,0.405,0.08,0.391,0.091,0.413,0.092,0.408,0.091,0.413,0.08,0.391,0.092,0.408,0.08,0.391,0.091,0.398,0.08,0.391,0.09,0.382,0.091,0.398,0.091,0.398,0.09,0.382,0.109,0.399,0.092,0.408,0.091,0.398,0.1,0.41,0.091,0.398,0.109,0.399,0.1,0.41,0.046,0.311,0.06,0.341,0.046,0.316,0.046,0.113,0.081,0.096,0.046,0.134,0.046,0.271};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_92()
		{
			double[] value = {0.054,0.301,0.046,0.272,0.046,0.233,0.063,0.261,0.046,0.256,0.081,0.096,0.046,0.155,0.046,0.134,0.046,0.187,0.046,0.155,0.058,0.185,0.046,0.27,0.046,0.271,0.046,0.272,0.096,0.2,0.096,0.203,0.094,0.196,0.109,0.399,0.09,0.382,0.109,0.38,0.096,0.2,0.094,0.196,0.109,0.17,0.109,0.17,0.08,0.112,0.109,0.098,0.109,0.098,0.08,0.112,0.096,0.087,0.109,0.283,0.098,0.229,0.109,0.228,0.109,0.42,0.1,0.41,0.109,0.411,0.109,0.411,0.1,0.41,0.109,0.399,0.099,0.2,0.096,0.2,0.109,0.17,0.109,0.098,0.096,0.087,0.109,0.065,0.109,0.065,0.085,0.056,0.109,0.041,0.109,0.283,0.109,0.38,0.091,0.341,0.109,0.17,0.094,0.196,0.08,0.112,0.049,0.2,0.048,0.203,0.046,0.187,0.046,0.222,0.048,0.22,0.049,0.222,0.054,0.231,0.051,0.222,0.052,0.22,0.054,0.231,0.049,0.222,0.051,0.222,0.054,0.231,0.046,0.222,0.049,0.222,0.059,0.222,0.06,0.219,0.064,0.219,0.054,0.231,0.056,0.219,0.057,0.222,0.052,0.203,0.057,0.2,0.056,0.203,0.056,0.219,0.052,0.203,0.056,0.203,0.064,0.219,0.06,0.203,0.058,0.185,0.056,0.219,0.052,0.22,0.052,0.203,0.054,0.231,0.052,0.22,0.056,0.219,0.07,0.23,0.062,0.229,0.067,0.222,0.067,0.222,0.068,0.219,0.07,0.23,0.068,0.204,0.073,0.201,0.072,0.203,0.064,0.219,0.06,0.219};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_93()
		{
			double[] value = {0.06,0.203,0.072,0.203,0.068,0.219,0.068,0.204,0.068,0.204,0.067,0.2,0.073,0.201,0.067,0.2,0.065,0.2,0.078,0.196,0.065,0.2,0.058,0.185,0.078,0.196,0.065,0.2,0.064,0.203,0.058,0.185,0.064,0.203,0.064,0.219,0.058,0.185,0.072,0.219,0.068,0.219,0.072,0.203,0.07,0.23,0.068,0.219,0.072,0.219,0.08,0.218,0.076,0.219,0.078,0.196,0.07,0.23,0.072,0.222,0.075,0.222,0.07,0.23,0.072,0.219,0.072,0.222,0.076,0.219,0.076,0.203,0.078,0.196,0.076,0.203,0.075,0.2,0.078,0.196,0.073,0.201,0.078,0.196,0.075,0.2,0.073,0.201,0.067,0.2,0.078,0.196,0.081,0.232,0.081,0.222,0.083,0.222,0.081,0.232,0.08,0.218,0.081,0.222,0.081,0.232,0.07,0.23,0.08,0.218,0.08,0.218,0.075,0.222,0.076,0.219,0.08,0.218,0.07,0.23,0.075,0.222,0.084,0.204,0.083,0.2,0.094,0.196,0.083,0.2,0.08,0.2,0.094,0.196,0.08,0.2,0.078,0.196,0.094,0.196,0.08,0.2,0.08,0.203,0.078,0.196,0.08,0.203,0.08,0.218,0.078,0.196,0.098,0.229,0.081,0.232,0.091,0.222,0.091,0.222,0.091,0.219,0.098,0.229,0.094,0.196,0.091,0.219,0.091,0.203,0.091,0.203,0.091,0.2,0.094,0.196,0.094,0.196,0.091,0.2,0.088,0.2,0.088,0.2,0.084,0.204,0.094,0.196,0.088,0.2,0.088,0.202,0.084,0.204,0.088,0.219,0.084,0.219,0.084,0.204};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_94()
		{
			double[] value = {0.084,0.204,0.088,0.207,0.088,0.219,0.091,0.219,0.094,0.196,0.096,0.203,0.096,0.203,0.096,0.218,0.091,0.219,0.109,0.208,0.109,0.228,0.107,0.219,0.109,0.17,0.099,0.203,0.099,0.2,0.109,0.228,0.098,0.229,0.106,0.222,0.103,0.219,0.099,0.219,0.099,0.203,0.099,0.203,0.103,0.203,0.103,0.219,0.107,0.219,0.109,0.228,0.106,0.222,0.109,0.208,0.107,0.219,0.107,0.203,0.107,0.203,0.109,0.17,0.109,0.208,0.107,0.203,0.106,0.2,0.109,0.17,0.106,0.2,0.104,0.2,0.109,0.17,0.104,0.2,0.099,0.203,0.109,0.17,0.104,0.2,0.103,0.203,0.099,0.203,0.048,0.203,0.048,0.22,0.046,0.222,0.064,0.219,0.062,0.229,0.059,0.222,0.067,0.222,0.062,0.229,0.065,0.222,0.065,0.222,0.062,0.229,0.064,0.219,0.088,0.219,0.088,0.221,0.083,0.222,0.088,0.219,0.083,0.222,0.084,0.219,0.084,0.204,0.088,0.202,0.088,0.207,0.088,0.222,0.081,0.232,0.083,0.222,0.091,0.222,0.081,0.232,0.088,0.222,0.088,0.222,0.083,0.222,0.088,0.221,0.103,0.219,0.099,0.222,0.099,0.219,0.106,0.222,0.098,0.229,0.104,0.222,0.104,0.222,0.099,0.222,0.103,0.219,0.104,0.222,0.098,0.229,0.099,0.222,0.052,0.203,0.051,0.2,0.057,0.2,0.058,0.185,0.06,0.203,0.059,0.2,0.059,0.2,0.057,0.2,0.058,0.185,0.058,0.185,0.057,0.2,0.046,0.187,0.046,0.187};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_95()
		{
			double[] value = {0.057,0.2,0.051,0.2,0.046,0.187,0.051,0.2,0.049,0.2,0.08,0.251,0.054,0.231,0.062,0.229,0.059,0.222,0.054,0.231,0.057,0.222,0.059,0.222,0.062,0.229,0.054,0.231,0.099,0.222,0.098,0.229,0.096,0.222,0.096,0.218,0.096,0.222,0.091,0.219,0.091,0.219,0.096,0.222,0.098,0.229,0.109,0.036,0.106,0.038,0.109,0.037,0.109,0.037,0.106,0.039,0.109,0.036,0.106,0.039,0.109,0.037,0.109,0.036,0.109,0.036,0.106,0.039,0.106,0.038,0.049,0.091,0.046,0.094,0.046,0.102,0.046,0.102,0.046,0.113,0.049,0.1,0.046,0.113,0.085,0.056,0.049,0.1,0.046,0.102,0.049,0.1,0.049,0.091,0.046,0.094,0.049,0.091,0.046,0.091,0.049,0.088,0.046,0.091,0.049,0.091,0.085,0.053,0.109,0.037,0.106,0.038,0.106,0.039,0.109,0.036,0.106,0.038,0.046,0.094,0.046,0.091,0.049,0.088,0.106,0.038,0.109,0.036,0.109,0.037,0.049,0.091,0.046,0.094,0.049,0.088,0.046,0.094,0.049,0.091,0.046,0.102,0.046,0.113,0.046,0.102,0.049,0.1,0.085,0.056,0.046,0.113,0.049,0.1,0.046,0.102,0.049,0.091,0.049,0.1,0.049,0.118,0.085,0.118,0.049,0.118,0.085,0.118,0.085,0.118,0.049,0.118,0.085,0.118,0.085,0.118,0.085,0.118,0.085,0.118,0.085,0.118,0.085,0.118,0.085,0.118,0.106,0.118,0.085,0.118,0.106,0.118,0.106,0.118,0.085,0.118,0.085,0.118,0.049,0.118};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_96()
		{
			double[] value = {0.085,0.056,0.085,0.118,0.085,0.118,0.085,0.053,0.085,0.118,0.085,0.056,0.085,0.053,0.049,0.118,0.049,0.118,0.049,0.091,0.106,0.118,0.085,0.118,0.085,0.053,0.106,0.118,0.106,0.038,0.106,0.039,0.085,0.056,0.049,0.118,0.049,0.1,0.049,0.1,0.049,0.118,0.049,0.091,0.049,0.091,0.049,0.118,0.049,0.088,0.106,0.038,0.106,0.118,0.085,0.053,0.085,0.118,0.085,0.118,0.085,0.056,0.049,0.118,0.085,0.118,0.085,0.056,0.106,0.118,0.106,0.039,0.106,0.038,0.085,0.118,0.106,0.118,0.085,0.053,0.085,0.118,0.085,0.053,0.085,0.056,0.106,0.118,0.106,0.118,0.106,0.038,0.106,0.118,0.106,0.038,0.085,0.053,0.049,0.088,0.049,0.118,0.049,0.091,0.049,0.118,0.085,0.056,0.049,0.1,0.049,0.118,0.049,0.1,0.049,0.091,0.024,0.198,0.032,0.197,0.031,0.185,0.032,0.11,0.019,0.133,0.019,0.135,0.026,0.23,0.032,0.244,0.033,0.231,0.025,0.136,0.031,0.148,0.031,0.122,0.037,0.2,0.031,0.185,0.032,0.197,0.031,0.185,0.018,0.185,0.018,0.198,0.024,0.198,0.031,0.185,0.018,0.198,0.018,0.185,0.031,0.185,0.031,0.148,0.018,0.185,0.031,0.148,0.018,0.152,0.018,0.152,0.031,0.148,0.025,0.136,0.018,0.152,0.025,0.136,0.018,0.142,0.025,0.136,0.031,0.122,0.019,0.135,0.018,0.142,0.025,0.136,0.019,0.135,0.032,0.11,0.019,0.135,0.031,0.122};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_97()
		{
			double[] value = {0.032,0.11,0.019,0.132,0.019,0.133,0.032,0.11,0.032,0.11,0.019,0.133,0.017,0.23,0.018,0.25,0.046,0.301,0.046,0.301,0.018,0.25,0.017,0.256,0.017,0.256,0.017,0.258,0.046,0.315,0.046,0.315,0.046,0.309,0.017,0.256,0.017,0.256,0.046,0.309,0.046,0.301,0.033,0.231,0.032,0.244,0.04,0.232,0.041,0.203,0.042,0.2,0.037,0.2,0.04,0.232,0.038,0.219,0.037,0.222,0.023,0.203,0.023,0.219,0.026,0.203,0.026,0.23,0.023,0.219,0.022,0.222,0.03,0.222,0.026,0.23,0.033,0.231,0.026,0.23,0.017,0.23,0.032,0.244,0.032,0.244,0.046,0.233,0.04,0.232,0.032,0.11,0.046,0.095,0.032,0.11,0.037,0.2,0.042,0.2,0.046,0.187,0.031,0.148,0.046,0.148,0.046,0.134,0.031,0.122,0.031,0.148,0.046,0.113,0.046,0.117,0.046,0.113,0.031,0.148,0.031,0.122,0.046,0.113,0.046,0.095,0.031,0.122,0.046,0.095,0.032,0.11,0.031,0.185,0.046,0.148,0.031,0.148,0.042,0.2,0.044,0.2,0.046,0.187,0.046,0.308,0.046,0.301,0.046,0.309,0.046,0.287,0.046,0.27,0.032,0.244,0.032,0.244,0.046,0.27,0.046,0.233,0.046,0.233,0.046,0.222,0.044,0.222,0.046,0.309,0.046,0.31,0.046,0.308,0.046,0.315,0.046,0.315,0.046,0.309,0.046,0.31,0.046,0.309,0.046,0.315,0.032,0.11,0.046,0.095,0.046,0.092,0.046,0.117,0.031,0.148,0.046,0.134,0.046,0.148};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_98()
		{
			double[] value = {0.031,0.185,0.046,0.187,0.031,0.185,0.037,0.2,0.046,0.187,0.017,0.23,0.046,0.301,0.032,0.244,0.046,0.287,0.032,0.244,0.046,0.301,0.019,0.219,0.018,0.22,0.02,0.222,0.017,0.23,0.02,0.222,0.018,0.22,0.026,0.23,0.022,0.222,0.017,0.23,0.02,0.222,0.017,0.23,0.022,0.222,0.024,0.198,0.023,0.203,0.026,0.203,0.018,0.209,0.019,0.203,0.018,0.198,0.023,0.203,0.024,0.198,0.022,0.2,0.02,0.2,0.022,0.2,0.024,0.198,0.018,0.198,0.02,0.2,0.024,0.198,0.019,0.203,0.02,0.2,0.018,0.198,0.018,0.209,0.019,0.209,0.019,0.203,0.018,0.22,0.019,0.219,0.018,0.209,0.019,0.209,0.018,0.209,0.019,0.219,0.038,0.219,0.04,0.232,0.041,0.22,0.046,0.233,0.044,0.222,0.04,0.232,0.042,0.222,0.04,0.232,0.044,0.222,0.041,0.22,0.04,0.232,0.042,0.222,0.044,0.222,0.046,0.222,0.045,0.219,0.046,0.187,0.045,0.203,0.046,0.209,0.044,0.2,0.045,0.203,0.046,0.187,0.046,0.222,0.046,0.209,0.045,0.219,0.045,0.203,0.045,0.219,0.046,0.209,0.041,0.217,0.041,0.203,0.038,0.219,0.03,0.2,0.03,0.203,0.032,0.197,0.023,0.219,0.026,0.23,0.026,0.219,0.03,0.222,0.033,0.231,0.03,0.219,0.027,0.222,0.026,0.23,0.03,0.222,0.026,0.219,0.026,0.23,0.027,0.222,0.027,0.2,0.03,0.2,0.032,0.197,0.024,0.198,0.027,0.2};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_99()
		{
			double[] value = {0.032,0.197,0.026,0.203,0.027,0.2,0.024,0.198,0.026,0.219,0.026,0.203,0.023,0.219,0.03,0.219,0.033,0.231,0.034,0.219,0.04,0.232,0.037,0.222,0.033,0.231,0.035,0.222,0.033,0.231,0.037,0.222,0.034,0.219,0.033,0.231,0.035,0.222,0.037,0.2,0.038,0.203,0.041,0.203,0.038,0.203,0.038,0.219,0.041,0.203,0.032,0.197,0.035,0.2,0.037,0.2,0.034,0.203,0.035,0.2,0.032,0.197,0.032,0.197,0.03,0.203,0.034,0.203,0.03,0.203,0.034,0.219,0.034,0.203,0.03,0.203,0.03,0.219,0.034,0.219,0.038,0.219,0.041,0.22,0.041,0.217,0.032,0.197,0.024,0.198,0.031,0.185,0.019,0.133,0.032,0.11,0.019,0.135,0.032,0.244,0.026,0.23,0.033,0.231,0.031,0.148,0.025,0.136,0.031,0.122,0.031,0.185,0.037,0.2,0.032,0.197,0.018,0.185,0.031,0.185,0.018,0.198,0.031,0.185,0.024,0.198,0.018,0.198,0.031,0.185,0.018,0.185,0.031,0.148,0.031,0.148,0.018,0.185,0.018,0.152,0.031,0.148,0.018,0.152,0.025,0.136,0.025,0.136,0.018,0.152,0.018,0.142,0.031,0.122,0.025,0.136,0.019,0.135,0.025,0.136,0.018,0.142,0.019,0.135,0.019,0.135,0.032,0.11,0.031,0.122,0.019,0.132,0.032,0.11,0.019,0.133,0.018,0.25,0.017,0.23,0.046,0.301,0.018,0.25,0.046,0.301,0.017,0.256,0.017,0.258,0.017,0.256,0.046,0.315,0.046,0.309,0.046,0.315,0.017,0.256};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_100()
		{
			double[] value = {0.046,0.309,0.017,0.256,0.046,0.301,0.032,0.244,0.033,0.231,0.04,0.232,0.042,0.2,0.041,0.203,0.037,0.2,0.038,0.219,0.04,0.232,0.037,0.222,0.023,0.219,0.023,0.203,0.026,0.203,0.023,0.219,0.026,0.23,0.022,0.222,0.026,0.23,0.03,0.222,0.033,0.231,0.017,0.23,0.026,0.23,0.032,0.244,0.046,0.233,0.032,0.244,0.04,0.232,0.042,0.2,0.037,0.2,0.046,0.187,0.046,0.148,0.031,0.148,0.046,0.134,0.031,0.148,0.031,0.122,0.046,0.113,0.046,0.113,0.046,0.117,0.031,0.148,0.046,0.113,0.031,0.122,0.046,0.095,0.046,0.095,0.031,0.122,0.032,0.11,0.046,0.095,0.032,0.11,0.046,0.092,0.046,0.148,0.031,0.185,0.031,0.148,0.044,0.2,0.042,0.2,0.046,0.187,0.046,0.301,0.046,0.308,0.046,0.309,0.046,0.27,0.046,0.287,0.032,0.244,0.046,0.27,0.032,0.244,0.046,0.233,0.046,0.222,0.046,0.233,0.044,0.222,0.046,0.31,0.046,0.309,0.046,0.308,0.046,0.315,0.046,0.315,0.046,0.309,0.046,0.309,0.046,0.31,0.046,0.315,0.031,0.148,0.046,0.117,0.046,0.134,0.031,0.185,0.046,0.148,0.046,0.187,0.037,0.2,0.031,0.185,0.046,0.187,0.046,0.301,0.017,0.23,0.032,0.244,0.032,0.244,0.046,0.287,0.046,0.301,0.018,0.22,0.019,0.219,0.02,0.222,0.02,0.222,0.017,0.23,0.018,0.22,0.022,0.222,0.026,0.23,0.017,0.23,0.017,0.23};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_101()
		{
			double[] value = {0.02,0.222,0.022,0.222,0.023,0.203,0.024,0.198,0.026,0.203,0.019,0.203,0.018,0.209,0.018,0.198,0.024,0.198,0.023,0.203,0.022,0.2,0.022,0.2,0.02,0.2,0.024,0.198,0.02,0.2,0.018,0.198,0.024,0.198,0.02,0.2,0.019,0.203,0.018,0.198,0.019,0.209,0.018,0.209,0.019,0.203,0.019,0.219,0.018,0.22,0.018,0.209,0.018,0.209,0.019,0.209,0.019,0.219,0.04,0.232,0.038,0.219,0.041,0.22,0.044,0.222,0.046,0.233,0.04,0.232,0.04,0.232,0.042,0.222,0.044,0.222,0.04,0.232,0.041,0.22,0.042,0.222,0.046,0.222,0.044,0.222,0.045,0.219,0.045,0.203,0.046,0.187,0.046,0.209,0.045,0.203,0.044,0.2,0.046,0.187,0.046,0.209,0.046,0.222,0.045,0.219,0.045,0.219,0.045,0.203,0.046,0.209,0.041,0.203,0.041,0.217,0.038,0.219,0.03,0.203,0.03,0.2,0.032,0.197,0.026,0.23,0.023,0.219,0.026,0.219,0.033,0.231,0.03,0.222,0.03,0.219,0.026,0.23,0.027,0.222,0.03,0.222,0.026,0.23,0.026,0.219,0.027,0.222,0.03,0.2,0.027,0.2,0.032,0.197,0.027,0.2,0.024,0.198,0.032,0.197,0.027,0.2,0.026,0.203,0.024,0.198,0.026,0.203,0.026,0.219,0.023,0.219,0.033,0.231,0.03,0.219,0.034,0.219,0.037,0.222,0.04,0.232,0.033,0.231,0.033,0.231,0.035,0.222,0.037,0.222,0.033,0.231,0.034,0.219,0.035,0.222,0.038,0.203,0.037,0.2};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_102()
		{
			double[] value = {0.041,0.203,0.038,0.219,0.038,0.203,0.041,0.203,0.035,0.2,0.032,0.197,0.037,0.2,0.035,0.2,0.034,0.203,0.032,0.197,0.03,0.203,0.032,0.197,0.034,0.203,0.034,0.219,0.03,0.203,0.034,0.203,0.03,0.219,0.03,0.203,0.034,0.219,0.041,0.22,0.038,0.219,0.041,0.217,0.263,0.263,0.262,0.259,0.276,0.24,0.275,0.263,0.263,0.263,0.276,0.24,0.275,0.261,0.275,0.263,0.276,0.24,0.276,0.24,0.276,0.259,0.275,0.261,0.263,0.261,0.262,0.259,0.263,0.263,0.274,0.173,0.263,0.161,0.263,0.16,0.274,0.173,0.262,0.163,0.263,0.161,0.262,0.238,0.276,0.24,0.262,0.259,0.274,0.173,0.276,0.191,0.262,0.204,0.262,0.204,0.262,0.163,0.274,0.173,0.274,0.173,0.263,0.16,0.275,0.16,0.275,0.162,0.274,0.173,0.275,0.16,0.276,0.191,0.274,0.173,0.276,0.163,0.276,0.163,0.274,0.173,0.275,0.162,0.276,0.216,0.274,0.204,0.276,0.191,0.262,0.204,0.27,0.204,0.262,0.238,0.262,0.204,0.276,0.191,0.271,0.2,0.262,0.204,0.271,0.2,0.27,0.204,0.276,0.191,0.273,0.2,0.271,0.2,0.274,0.204,0.273,0.2,0.276,0.191,0.276,0.216,0.276,0.24,0.274,0.219,0.276,0.24,0.262,0.238,0.273,0.222,0.273,0.222,0.274,0.219,0.276,0.24,0.262,0.238,0.271,0.222,0.273,0.222,0.262,0.238,0.27,0.204,0.27,0.219,0.262,0.238,0.27,0.219,0.271,0.222};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_103()
		{
			double[] value = {0.276,0.216,0.274,0.219,0.274,0.204,0.442,0.269,0.429,0.267,0.443,0.253,0.442,0.169,0.443,0.171,0.443,0.174,0.443,0.174,0.442,0.167,0.442,0.169,0.443,0.174,0.43,0.167,0.442,0.167,0.443,0.174,0.43,0.169,0.43,0.167,0.443,0.174,0.429,0.171,0.43,0.169,0.442,0.27,0.43,0.27,0.442,0.269,0.43,0.27,0.43,0.269,0.442,0.269,0.43,0.269,0.429,0.267,0.442,0.269,0.443,0.229,0.443,0.253,0.429,0.237,0.429,0.267,0.429,0.237,0.443,0.253,0.443,0.267,0.442,0.269,0.443,0.253,0.429,0.237,0.438,0.228,0.441,0.228,0.429,0.171,0.437,0.209,0.429,0.237,0.443,0.229,0.441,0.209,0.443,0.174,0.438,0.206,0.443,0.174,0.441,0.206,0.443,0.174,0.438,0.206,0.429,0.171,0.443,0.174,0.441,0.209,0.441,0.206,0.438,0.206,0.437,0.209,0.429,0.171,0.443,0.229,0.441,0.225,0.441,0.209,0.429,0.237,0.441,0.228,0.443,0.229,0.443,0.229,0.441,0.228,0.441,0.225,0.437,0.225,0.438,0.228,0.429,0.237,0.429,0.237,0.437,0.209,0.437,0.225,0.587,0.259,0.574,0.263,0.587,0.249,0.574,0.265,0.574,0.263,0.587,0.259,0.575,0.266,0.574,0.265,0.587,0.259,0.574,0.231,0.587,0.249,0.574,0.263,0.587,0.167,0.586,0.164,0.587,0.165,0.587,0.167,0.574,0.167,0.586,0.164,0.574,0.167,0.575,0.164,0.586,0.164,0.574,0.167,0.574,0.165,0.575,0.164,0.574,0.167};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_104()
		{
			double[] value = {0.587,0.167,0.587,0.198,0.587,0.249,0.574,0.231,0.585,0.227,0.587,0.259,0.587,0.263,0.587,0.265,0.587,0.265,0.586,0.266,0.587,0.259,0.586,0.266,0.575,0.266,0.587,0.259,0.582,0.205,0.587,0.198,0.585,0.205,0.574,0.167,0.587,0.198,0.582,0.205,0.574,0.167,0.582,0.205,0.574,0.217,0.587,0.217,0.587,0.249,0.585,0.224,0.587,0.217,0.585,0.224,0.587,0.198,0.574,0.217,0.582,0.208,0.574,0.231,0.587,0.198,0.585,0.208,0.585,0.205,0.587,0.198,0.585,0.224,0.585,0.208,0.574,0.217,0.582,0.205,0.582,0.208,0.585,0.227,0.585,0.224,0.587,0.249,0.574,0.231,0.582,0.227,0.585,0.227,0.574,0.231,0.582,0.208,0.582,0.224,0.574,0.231,0.582,0.224,0.582,0.227,0.78,0.296,0.78,0.294,0.779,0.292,0.779,0.292,0.791,0.296,0.78,0.296,0.791,0.296,0.779,0.292,0.793,0.292,0.792,0.294,0.791,0.296,0.793,0.292,0.779,0.233,0.779,0.198,0.793,0.198,0.791,0.248,0.793,0.247,0.793,0.257,0.793,0.235,0.793,0.247,0.791,0.248,0.79,0.195,0.787,0.194,0.791,0.194,0.791,0.194,0.792,0.195,0.79,0.195,0.793,0.198,0.79,0.195,0.792,0.195,0.779,0.198,0.79,0.195,0.793,0.198,0.78,0.194,0.787,0.194,0.79,0.195,0.79,0.195,0.78,0.195,0.78,0.194,0.79,0.195,0.779,0.198,0.78,0.195,0.779,0.233,0.788,0.234,0.787,0.238,0.779,0.233,0.787,0.238};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_105()
		{
			double[] value = {0.779,0.244,0.788,0.234,0.779,0.233,0.793,0.198,0.793,0.235,0.79,0.234,0.793,0.198,0.793,0.235,0.791,0.248,0.791,0.238,0.791,0.238,0.79,0.234,0.793,0.235,0.787,0.238,0.787,0.253,0.779,0.244,0.788,0.234,0.793,0.198,0.79,0.234,0.79,0.256,0.793,0.257,0.793,0.292,0.79,0.256,0.793,0.292,0.788,0.256,0.788,0.256,0.793,0.292,0.779,0.292,0.788,0.256,0.779,0.292,0.779,0.244,0.788,0.256,0.779,0.244,0.787,0.253,0.791,0.253,0.793,0.257,0.79,0.256,0.791,0.253,0.791,0.248,0.793,0.257,0.78,0.294,0.78,0.296,0.779,0.292,0.791,0.296,0.779,0.292,0.78,0.296,0.779,0.292,0.791,0.296,0.793,0.292,0.791,0.296,0.792,0.294,0.793,0.292,0.779,0.198,0.779,0.233,0.793,0.198,0.793,0.247,0.791,0.248,0.793,0.257,0.793,0.247,0.793,0.235,0.791,0.248,0.787,0.194,0.79,0.195,0.791,0.194,0.792,0.195,0.791,0.194,0.79,0.195,0.79,0.195,0.793,0.198,0.792,0.195,0.79,0.195,0.779,0.198,0.793,0.198,0.787,0.194,0.78,0.194,0.79,0.195,0.78,0.195,0.79,0.195,0.78,0.194,0.779,0.198,0.79,0.195,0.78,0.195,0.788,0.234,0.779,0.233,0.787,0.238,0.787,0.238,0.779,0.233,0.779,0.244,0.779,0.233,0.788,0.234,0.793,0.198,0.79,0.234,0.793,0.235,0.793,0.198,0.791,0.248,0.793,0.235,0.791,0.238,0.79,0.234,0.791,0.238,0.793,0.235};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_106()
		{
			double[] value = {0.787,0.253,0.787,0.238,0.779,0.244,0.793,0.198,0.788,0.234,0.79,0.234,0.793,0.257,0.79,0.256,0.793,0.292,0.793,0.292,0.79,0.256,0.788,0.256,0.793,0.292,0.788,0.256,0.779,0.292,0.779,0.292,0.788,0.256,0.779,0.244,0.779,0.244,0.788,0.256,0.787,0.253,0.793,0.257,0.791,0.253,0.79,0.256,0.791,0.248,0.791,0.253,0.793,0.257,0.574,0.263,0.587,0.259,0.587,0.249,0.574,0.263,0.574,0.265,0.587,0.259,0.574,0.265,0.575,0.266,0.587,0.259,0.587,0.249,0.574,0.231,0.574,0.263,0.586,0.164,0.587,0.167,0.587,0.165,0.574,0.167,0.587,0.167,0.586,0.164,0.575,0.164,0.574,0.167,0.586,0.164,0.574,0.165,0.574,0.167,0.575,0.164,0.587,0.167,0.574,0.167,0.587,0.198,0.574,0.231,0.587,0.249,0.585,0.227,0.587,0.263,0.587,0.259,0.587,0.265,0.586,0.266,0.587,0.265,0.587,0.259,0.575,0.266,0.586,0.266,0.587,0.259,0.587,0.198,0.582,0.205,0.585,0.205,0.587,0.198,0.574,0.167,0.582,0.205,0.582,0.205,0.574,0.167,0.574,0.217,0.587,0.249,0.587,0.217,0.585,0.224,0.585,0.224,0.587,0.217,0.587,0.198,0.582,0.208,0.574,0.217,0.574,0.231,0.585,0.208,0.587,0.198,0.585,0.205,0.585,0.224,0.587,0.198,0.585,0.208,0.582,0.205,0.574,0.217,0.582,0.208,0.585,0.224,0.585,0.227,0.587,0.249,0.582,0.227,0.574,0.231,0.585,0.227,0.582,0.208};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_107()
		{
			double[] value = {0.574,0.231,0.582,0.224,0.582,0.224,0.574,0.231,0.582,0.227,0.429,0.267,0.442,0.269,0.443,0.253,0.443,0.171,0.442,0.169,0.443,0.174,0.442,0.167,0.443,0.174,0.442,0.169,0.43,0.167,0.443,0.174,0.442,0.167,0.43,0.169,0.443,0.174,0.43,0.167,0.429,0.171,0.443,0.174,0.43,0.169,0.43,0.27,0.442,0.27,0.442,0.269,0.43,0.269,0.43,0.27,0.442,0.269,0.429,0.267,0.43,0.269,0.442,0.269,0.443,0.253,0.443,0.229,0.429,0.237,0.429,0.237,0.429,0.267,0.443,0.253,0.442,0.269,0.443,0.267,0.443,0.253,0.438,0.228,0.429,0.237,0.441,0.228,0.437,0.209,0.429,0.171,0.429,0.237,0.441,0.209,0.443,0.229,0.443,0.174,0.443,0.174,0.438,0.206,0.441,0.206,0.438,0.206,0.443,0.174,0.429,0.171,0.441,0.209,0.443,0.174,0.441,0.206,0.437,0.209,0.438,0.206,0.429,0.171,0.441,0.225,0.443,0.229,0.441,0.209,0.441,0.228,0.429,0.237,0.443,0.229,0.441,0.228,0.443,0.229,0.441,0.225,0.438,0.228,0.437,0.225,0.429,0.237,0.437,0.209,0.429,0.237,0.437,0.225,0.262,0.259,0.263,0.263,0.276,0.24,0.263,0.263,0.275,0.263,0.276,0.24,0.275,0.263,0.275,0.261,0.276,0.24,0.276,0.259,0.276,0.24,0.275,0.261,0.262,0.259,0.263,0.261,0.263,0.263,0.263,0.161,0.274,0.173,0.263,0.16,0.262,0.163,0.274,0.173,0.263,0.161,0.276,0.24,0.262,0.238};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_108()
		{
			double[] value = {0.262,0.259,0.276,0.191,0.274,0.173,0.262,0.204,0.262,0.163,0.262,0.204,0.274,0.173,0.263,0.16,0.274,0.173,0.275,0.16,0.274,0.173,0.275,0.162,0.275,0.16,0.274,0.173,0.276,0.191,0.276,0.163,0.274,0.173,0.276,0.163,0.275,0.162,0.274,0.204,0.276,0.216,0.276,0.191,0.27,0.204,0.262,0.204,0.262,0.238,0.276,0.191,0.262,0.204,0.271,0.2,0.271,0.2,0.262,0.204,0.27,0.204,0.273,0.2,0.276,0.191,0.271,0.2,0.273,0.2,0.274,0.204,0.276,0.191,0.276,0.24,0.276,0.216,0.274,0.219,0.262,0.238,0.276,0.24,0.273,0.222,0.274,0.219,0.273,0.222,0.276,0.24,0.271,0.222,0.262,0.238,0.273,0.222,0.27,0.204,0.262,0.238,0.27,0.219,0.27,0.219,0.262,0.238,0.271,0.222,0.274,0.219,0.276,0.216,0.274,0.204,0.132,0.263,0.131,0.262,0.133,0.262,0.144,0.255,0.133,0.262,0.133,0.229,0.143,0.263,0.136,0.263,0.144,0.255,0.143,0.261,0.143,0.263,0.144,0.255,0.144,0.255,0.144,0.259,0.143,0.261,0.136,0.263,0.133,0.262,0.144,0.255,0.132,0.263,0.133,0.262,0.133,0.263,0.133,0.263,0.133,0.262,0.136,0.263,0.144,0.164,0.131,0.16,0.143,0.16,0.144,0.255,0.133,0.229,0.144,0.224,0.144,0.177,0.13,0.164,0.131,0.16,0.131,0.16,0.13,0.164,0.131,0.161,0.133,0.229,0.133,0.262,0.131,0.262,0.131,0.262,0.13,0.259,0.133,0.229};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_109()
		{
			double[] value = {0.13,0.259,0.13,0.23,0.133,0.229,0.144,0.177,0.131,0.16,0.144,0.164,0.144,0.164,0.143,0.16,0.143,0.161,0.144,0.224,0.133,0.229,0.141,0.222,0.144,0.224,0.141,0.222,0.142,0.219,0.139,0.2,0.13,0.164,0.144,0.177,0.139,0.2,0.138,0.203,0.13,0.209,0.13,0.209,0.13,0.164,0.139,0.2,0.142,0.203,0.144,0.177,0.144,0.203,0.142,0.203,0.141,0.2,0.144,0.177,0.141,0.2,0.139,0.2,0.144,0.177,0.13,0.23,0.13,0.209,0.138,0.205,0.138,0.205,0.138,0.218,0.13,0.23,0.144,0.203,0.144,0.224,0.142,0.219,0.142,0.219,0.142,0.203,0.144,0.203,0.139,0.222,0.133,0.229,0.13,0.23,0.139,0.222,0.141,0.222,0.133,0.229,0.139,0.222,0.13,0.23,0.138,0.218,0.138,0.205,0.13,0.209,0.138,0.203,0.131,0.262,0.132,0.263,0.133,0.262,0.133,0.262,0.144,0.255,0.133,0.229,0.136,0.263,0.143,0.263,0.144,0.255,0.143,0.263,0.143,0.261,0.144,0.255,0.144,0.259,0.144,0.255,0.143,0.261,0.133,0.262,0.136,0.263,0.144,0.255,0.133,0.262,0.132,0.263,0.133,0.263,0.133,0.262,0.133,0.263,0.136,0.263,0.131,0.16,0.144,0.164,0.143,0.16,0.133,0.229,0.144,0.255,0.144,0.224,0.13,0.164,0.144,0.177,0.131,0.16,0.13,0.164,0.131,0.16,0.131,0.161,0.133,0.262,0.133,0.229,0.131,0.262,0.13,0.259,0.131,0.262,0.133,0.229,0.13,0.23};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_110()
		{
			double[] value = {0.13,0.259,0.133,0.229,0.131,0.16,0.144,0.177,0.144,0.164,0.143,0.16,0.144,0.164,0.143,0.161,0.133,0.229,0.144,0.224,0.141,0.222,0.141,0.222,0.144,0.224,0.142,0.219,0.13,0.164,0.139,0.2,0.144,0.177,0.138,0.203,0.139,0.2,0.13,0.209,0.13,0.164,0.13,0.209,0.139,0.2,0.144,0.177,0.142,0.203,0.144,0.203,0.141,0.2,0.142,0.203,0.144,0.177,0.139,0.2,0.141,0.2,0.144,0.177,0.13,0.209,0.13,0.23,0.138,0.205,0.138,0.218,0.138,0.205,0.13,0.23,0.144,0.224,0.144,0.203,0.142,0.219,0.142,0.203,0.142,0.219,0.144,0.203,0.133,0.229,0.139,0.222,0.13,0.23,0.141,0.222,0.139,0.222,0.133,0.229,0.13,0.23,0.139,0.222,0.138,0.218,0.13,0.209,0.138,0.205,0.138,0.203,0.101,0.421,0.096,0.418,0.101,0.413,0.096,0.418,0.096,0.411,0.101,0.413,0.174,0.052,0.179,0.041,0.176,0.042,0.179,0.041,0.174,0.052,0.197,0.063,0.174,0.133,0.176,0.14,0.174,0.107,0.174,0.065,0.174,0.107,0.197,0.063,0.174,0.052,0.174,0.065,0.197,0.063,0.211,0.14,0.213,0.131,0.176,0.14,0.174,0.107,0.176,0.14,0.213,0.131,0.213,0.117,0.174,0.107,0.213,0.131,0.197,0.063,0.213,0.071,0.212,0.047,0.213,0.071,0.174,0.107,0.213,0.117,0.176,0.041,0.176,0.042,0.179,0.041,0.197,0.063,0.212,0.047,0.211,0.041,0.211,0.041,0.179,0.041};
			return value;
		}
		private double[] getTextureCoordinate_10_73_point_111()
		{
			double[] value = {0.197,0.063,0.197,0.063,0.174,0.107,0.213,0.071,0.619,0.121,0.619,0.177,0.658,0.154,0.658,0.154,0.619,0.177,0.621,0.183,0.658,0.137,0.658,0.106,0.619,0.09,0.619,0.121,0.658,0.137,0.619,0.09,0.658,0.137,0.619,0.121,0.658,0.154,0.658,0.154,0.621,0.183,0.656,0.183,0.656,0.183,0.658,0.177,0.658,0.154,0.658,0.106,0.658,0.091,0.619,0.09,0.619,0.09,0.658,0.091,0.656,0.084,0.621,0.084,0.619,0.09,0.656,0.084,0.684,0.184,0.699,0.156,0.682,0.148,0.682,0.115,0.682,0.148,0.699,0.156,0.682,0.148,0.682,0.177,0.684,0.184,0.684,0.099,0.682,0.105,0.682,0.115,0.682,0.115,0.699,0.109,0.684,0.099,0.699,0.156,0.699,0.123,0.682,0.115,0.682,0.115,0.699,0.123,0.699,0.109,0.699,0.156,0.684,0.184,0.699,0.177,0.698,0.104,0.684,0.099,0.699,0.109,0.698,0.184,0.699,0.177,0.684,0.184,0.111,0.299,0.117,0.296,0.112,0.296,0.111,0.371,0.112,0.375,0.117,0.375,0.117,0.375,0.118,0.371,0.111,0.371,0.111,0.371,0.118,0.371,0.111,0.299,0.118,0.299,0.117,0.296,0.111,0.299,0.118,0.299,0.111,0.299,0.118,0.371};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747whit_10_79_point_1()
		{
			double[] value = {-20.928352,7.949949,-5.152548,-20.928925,7.949949,-5.143217,-20.918524,7.949949,-5.142814,-20.922430,7.949949,-5.144251,-20.922430,7.949949,-5.152548,-20.928925,7.944904,-5.144698,-20.918524,7.944686,-5.144360,-20.922430,7.945464,-5.145568,-20.928925,7.941461,-5.148672,-20.918524,7.941094,-5.148505,-20.922430,7.942401,-5.149102,-20.928925,7.940712,-5.153877,-20.918524,7.940314,-5.153934,-20.922430,7.941737,-5.153729,-20.928925,7.942897,-5.158659,-20.918524,7.942593,-5.158923,-20.922430,7.943679,-5.157982,-20.928925,7.947320,-5.161502,-20.918524,7.947207,-5.161889,-20.922430,7.947611,-5.160510,-20.928925,7.952579,-5.161502,-20.918524,7.952692,-5.161889,-20.922430,7.952287,-5.160510,-20.928925,7.957002,-5.158659,-20.918524,7.957306,-5.158923,-20.922430,7.956220,-5.157982,-20.928925,7.959186,-5.153877,-20.918524,7.959584,-5.153934,-20.922430,7.958162,-5.153729,-20.928925,7.958438,-5.148672,-20.918524,7.958805,-5.148505,-20.922430,7.957497,-5.149102,-20.928925,7.954994,-5.144698,-20.918524,7.955212,-5.144360,-20.922430,7.954435,-5.145568,-20.945469,7.949949,-5.152548,-20.944895,7.949949,-5.143217,-20.955297,7.949949,-5.142814,-20.951391,7.949949,-5.144251,-20.951391,7.949949,-5.152548,-20.944895,7.944904,-5.144698,-20.955297,7.944686,-5.144360,-20.951391,7.945464,-5.145568,-20.944895,7.941461,-5.148672,-20.955297,7.941094,-5.148505,-20.951391,7.942401,-5.149102,-20.944895,7.940712,-5.153877,-20.955297,7.940314,-5.153934,-20.951391,7.941737,-5.153729,-20.944895,7.942897,-5.158659,-20.955297,7.942593,-5.158923,-20.951391,7.943679,-5.157982,-20.944895,7.947320,-5.161502,-20.955297,7.947207,-5.161889,-20.951391,7.947611,-5.160510,-20.944895,7.952579,-5.161502,-20.955297,7.952692,-5.161889,-20.951391,7.952287,-5.160510,-20.944895,7.957002,-5.158659,-20.955297,7.957306,-5.158923,-20.951391,7.956220,-5.157982,-20.944895,7.959186,-5.153877,-20.955297,7.959584,-5.153934,-20.951391,7.958162,-5.153729,-20.944895,7.958438,-5.148672,-20.955297,7.958805,-5.148505,-20.951391,7.957497,-5.149102,-20.944895,7.954994,-5.144698,-20.955297,7.955212,-5.144360,-20.951391,7.954435,-5.145568,-20.928352,7.911828,-5.152548,-20.928925,7.911828,-5.143217,-20.918524,7.911828,-5.142814,-20.922430,7.911828,-5.144251,-20.922430,7.911828,-5.152548,-20.928925,7.906784,-5.144698,-20.918524,7.906565,-5.144360,-20.922430,7.907342,-5.145568,-20.928925,7.903340,-5.148672,-20.918524,7.902974,-5.148505,-20.922430,7.904281,-5.149102,-20.928925,7.902591,-5.153877,-20.918524,7.902193,-5.153934,-20.922430,7.903615,-5.153729,-20.928925,7.904776,-5.158659,-20.918524,7.904472,-5.158923,-20.922430,7.905558,-5.157982,-20.928925,7.909199,-5.161502,-20.918524,7.909086,-5.161889,-20.922430,7.909491,-5.160510,-20.928925,7.914458,-5.161502,-20.918524,7.914571,-5.161889,-20.922430,7.914166,-5.160510,-20.928925,7.918881,-5.158659,-20.918524,7.919185,-5.158923,-20.922430,7.918099,-5.157982,-20.928925,7.921065,-5.153877,-20.918524,7.921464,-5.153934,-20.922430,7.920041,-5.153729,-20.928925,7.920317,-5.148672};
			return value;
		}
		private double[] getcoord_B747taiB_B747whit_10_79_point_2()
		{
			double[] value = {-20.918524,7.920682,-5.148505,-20.922430,7.919375,-5.149102,-20.928925,7.916873,-5.144698,-20.918524,7.917091,-5.144360,-20.922430,7.916314,-5.145568,-20.945412,7.911829,-5.152548,-20.944836,7.911829,-5.143217,-20.955240,7.911829,-5.142814,-20.951332,7.911829,-5.144251,-20.951332,7.911829,-5.152548,-20.944836,7.906784,-5.144698,-20.955240,7.906565,-5.144360,-20.951332,7.907342,-5.145568,-20.944836,7.903340,-5.148672,-20.955240,7.902974,-5.148505,-20.951332,7.904281,-5.149102,-20.944836,7.902591,-5.153877,-20.955240,7.902193,-5.153934,-20.951332,7.903615,-5.153729,-20.944836,7.904776,-5.158659,-20.955240,7.904472,-5.158923,-20.951332,7.905558,-5.157982,-20.944836,7.909199,-5.161502,-20.955240,7.909086,-5.161889,-20.951332,7.909491,-5.160510,-20.944836,7.914458,-5.161502,-20.955240,7.914571,-5.161889,-20.951332,7.914166,-5.160510,-20.944836,7.918881,-5.158659,-20.955240,7.919185,-5.158923,-20.951332,7.918099,-5.157982,-20.944836,7.921065,-5.153877,-20.955240,7.921464,-5.153934,-20.951332,7.920041,-5.153729,-20.944836,7.920317,-5.148672,-20.955240,7.920682,-5.148505,-20.951332,7.919375,-5.149102,-20.944836,7.916873,-5.144698,-20.955240,7.917091,-5.144360,-20.951332,7.916314,-5.145568,-21.032812,8.033564,-5.150311,-21.033390,8.033564,-5.140979,-21.022985,8.033564,-5.140577,-21.026894,8.033564,-5.142015,-21.026894,8.033564,-5.150311,-21.033390,8.028519,-5.142461,-21.022985,8.028301,-5.142123,-21.026894,8.029078,-5.143332,-21.033390,8.025076,-5.146435,-21.022985,8.024710,-5.146268,-21.026894,8.026016,-5.146865,-21.033390,8.024327,-5.151639,-21.022985,8.023929,-5.151697,-21.026894,8.025352,-5.151492,-21.033390,8.026511,-5.156423,-21.022985,8.026208,-5.156686,-21.026894,8.027293,-5.155746,-21.033390,8.030935,-5.159266,-21.022985,8.030822,-5.159652,-21.026894,8.031226,-5.158273,-21.033390,8.036194,-5.159266,-21.022985,8.036306,-5.159652,-21.026894,8.035901,-5.158273,-21.033390,8.040616,-5.156423,-21.022985,8.040921,-5.156686,-21.026894,8.039834,-5.155746,-21.033390,8.042801,-5.151639,-21.022985,8.043199,-5.151697,-21.026894,8.041778,-5.151492,-21.033390,8.042053,-5.146435,-21.022985,8.042418,-5.146268,-21.026894,8.041112,-5.146865,-21.033390,8.038610,-5.142461,-21.022985,8.038827,-5.142123,-21.026894,8.038050,-5.143332,-21.049828,8.033564,-5.150311,-21.049252,8.033564,-5.140979,-21.059656,8.033564,-5.140577,-21.055746,8.033564,-5.142015,-21.055746,8.033564,-5.150311,-21.049252,8.028519,-5.142461,-21.059656,8.028301,-5.142123,-21.055746,8.029078,-5.143332,-21.049252,8.025076,-5.146435,-21.059656,8.024710,-5.146268,-21.055746,8.026016,-5.146865,-21.049252,8.024327,-5.151639,-21.059656,8.023929,-5.151697,-21.055746,8.025352,-5.151492,-21.049252,8.026511,-5.156423,-21.059656,8.026208,-5.156686,-21.055746,8.027293,-5.155746,-21.049252,8.030935,-5.159266,-21.059656,8.030822,-5.159652,-21.055746,8.031226,-5.158273,-21.049252,8.036194,-5.159266,-21.059656,8.036306,-5.159652,-21.055746,8.035901,-5.158273,-21.049252,8.040616,-5.156423,-21.059656,8.040921,-5.156686};
			return value;
		}
		private double[] getcoord_B747taiB_B747whit_10_79_point_3()
		{
			double[] value = {-21.055746,8.039834,-5.155746,-21.049252,8.042801,-5.151639,-21.059656,8.043199,-5.151697,-21.055746,8.041778,-5.151492,-21.049252,8.042053,-5.146435,-21.059656,8.042418,-5.146268,-21.055746,8.041112,-5.146865,-21.049252,8.038610,-5.142461,-21.059656,8.038827,-5.142123,-21.055746,8.038050,-5.143332,-21.032812,7.995443,-5.150311,-21.033390,7.995443,-5.140979,-21.022985,7.995443,-5.140577,-21.026894,7.995443,-5.142015,-21.026894,7.995443,-5.150311,-21.033390,7.990397,-5.142461,-21.022985,7.990180,-5.142123,-21.026894,7.990957,-5.143332,-21.033390,7.986955,-5.146435,-21.022985,7.986588,-5.146268,-21.026894,7.987896,-5.146865,-21.033390,7.986206,-5.151639,-21.022985,7.985807,-5.151697,-21.026894,7.987230,-5.151492,-21.033390,7.988390,-5.156423,-21.022985,7.988087,-5.156686,-21.026894,7.989172,-5.155746,-21.033390,7.992814,-5.159266,-21.022985,7.992701,-5.159652,-21.026894,7.993105,-5.158273,-21.033390,7.998072,-5.159266,-21.022985,7.998186,-5.159652,-21.026894,7.997781,-5.158273,-21.033390,8.002496,-5.156423,-21.022985,8.002800,-5.156686,-21.026894,8.001714,-5.155746,-21.033390,8.004680,-5.151639,-21.022985,8.005078,-5.151697,-21.026894,8.003656,-5.151492,-21.033390,8.003932,-5.146435,-21.022985,8.004297,-5.146268,-21.026894,8.002991,-5.146865,-21.033390,8.000488,-5.142461,-21.022985,8.000706,-5.142123,-21.026894,7.999928,-5.143332,-21.049887,7.995443,-5.150311,-21.049311,7.995443,-5.140979,-21.059713,7.995443,-5.140577,-21.055807,7.995443,-5.142015,-21.055807,7.995443,-5.150311,-21.049311,7.990397,-5.142461,-21.059713,7.990180,-5.142123,-21.055807,7.990957,-5.143332,-21.049311,7.986955,-5.146435,-21.059713,7.986588,-5.146268,-21.055807,7.987896,-5.146865,-21.049311,7.986206,-5.151639,-21.059713,7.985807,-5.151697,-21.055807,7.987230,-5.151492,-21.049311,7.988390,-5.156423,-21.059713,7.988087,-5.156686,-21.055807,7.989172,-5.155746,-21.049311,7.992814,-5.159266,-21.059713,7.992701,-5.159652,-21.055807,7.993105,-5.158273,-21.049311,7.998072,-5.159266,-21.059713,7.998186,-5.159652,-21.055807,7.997781,-5.158273,-21.049311,8.002496,-5.156423,-21.059713,8.002800,-5.156686,-21.055807,8.001714,-5.155746,-21.049311,8.004680,-5.151639,-21.059713,8.005078,-5.151697,-21.055807,8.003656,-5.151492,-21.049311,8.003932,-5.146435,-21.059713,8.004297,-5.146268,-21.055807,8.002991,-5.146865,-21.049311,8.000488,-5.142461,-21.059713,8.000706,-5.142123,-21.055807,7.999928,-5.143332,-21.120697,8.033564,-5.150311,-21.121271,8.033564,-5.140979,-21.110868,8.033564,-5.140577,-21.114777,8.033564,-5.142015,-21.114777,8.033564,-5.150311,-21.121271,8.028519,-5.142461,-21.110868,8.028301,-5.142123,-21.114777,8.029078,-5.143332,-21.121271,8.025076,-5.146435,-21.110868,8.024710,-5.146268,-21.114777,8.026016,-5.146865,-21.121271,8.024327,-5.151639,-21.110868,8.023929,-5.151697,-21.114777,8.025352,-5.151492,-21.121271,8.026511,-5.156423,-21.110868,8.026208,-5.156686,-21.114777,8.027293,-5.155746,-21.121271,8.030935,-5.159266,-21.110868,8.030822,-5.159652,-21.114777,8.031226,-5.158273};
			return value;
		}
		private double[] getcoord_B747taiB_B747whit_10_79_point_4()
		{
			double[] value = {-21.121271,8.036194,-5.159266,-21.110868,8.036306,-5.159652,-21.114777,8.035901,-5.158273,-21.121271,8.040616,-5.156423,-21.110868,8.040921,-5.156686,-21.114777,8.039834,-5.155746,-21.121271,8.042801,-5.151639,-21.110868,8.043199,-5.151697,-21.114777,8.041778,-5.151492,-21.121271,8.042053,-5.146435,-21.110868,8.042418,-5.146268,-21.114777,8.041112,-5.146865,-21.121271,8.038610,-5.142461,-21.110868,8.038827,-5.142123,-21.114777,8.038050,-5.143332,-21.137709,8.033564,-5.150311,-21.137136,8.033564,-5.140979,-21.147537,8.033564,-5.140577,-21.143629,8.033564,-5.142015,-21.143629,8.033564,-5.150311,-21.137136,8.028519,-5.142461,-21.147537,8.028301,-5.142123,-21.143629,8.029078,-5.143332,-21.137136,8.025076,-5.146435,-21.147537,8.024710,-5.146268,-21.143629,8.026016,-5.146865,-21.137136,8.024327,-5.151639,-21.147537,8.023929,-5.151697,-21.143629,8.025352,-5.151492,-21.137136,8.026511,-5.156423,-21.147537,8.026208,-5.156686,-21.143629,8.027293,-5.155746,-21.137136,8.030935,-5.159266,-21.147537,8.030822,-5.159652,-21.143629,8.031226,-5.158273,-21.137136,8.036194,-5.159266,-21.147537,8.036306,-5.159652,-21.143629,8.035901,-5.158273,-21.137136,8.040616,-5.156423,-21.147537,8.040921,-5.156686,-21.143629,8.039834,-5.155746,-21.137136,8.042801,-5.151639,-21.147537,8.043199,-5.151697,-21.143629,8.041778,-5.151492,-21.137136,8.042053,-5.146435,-21.147537,8.042418,-5.146268,-21.143629,8.041112,-5.146865,-21.137136,8.038610,-5.142461,-21.147537,8.038827,-5.142123,-21.143629,8.038050,-5.143332,-21.120638,7.995443,-5.150311,-21.121212,7.995443,-5.140979,-21.110809,7.995443,-5.140577,-21.114719,7.995443,-5.142015,-21.114719,7.995443,-5.150311,-21.121212,7.990397,-5.142461,-21.110809,7.990180,-5.142123,-21.114719,7.990957,-5.143332,-21.121212,7.986955,-5.146435,-21.110809,7.986588,-5.146268,-21.114719,7.987896,-5.146865,-21.121212,7.986206,-5.151639,-21.110809,7.985807,-5.151697,-21.114719,7.987230,-5.151492,-21.121212,7.988390,-5.156423,-21.110809,7.988087,-5.156686,-21.114719,7.989172,-5.155746,-21.121212,7.992814,-5.159266,-21.110809,7.992701,-5.159652,-21.114719,7.993105,-5.158273,-21.121212,7.998072,-5.159266,-21.110809,7.998186,-5.159652,-21.114719,7.997781,-5.158273,-21.121212,8.002496,-5.156423,-21.110809,8.002800,-5.156686,-21.114719,8.001714,-5.155746,-21.121212,8.004680,-5.151639,-21.110809,8.005078,-5.151697,-21.114719,8.003656,-5.151492,-21.121212,8.003932,-5.146435,-21.110809,8.004297,-5.146268,-21.114719,8.002991,-5.146865,-21.121212,8.000488,-5.142461,-21.110809,8.000706,-5.142123,-21.114719,7.999928,-5.143332,-21.137709,7.995443,-5.150311,-21.137136,7.995443,-5.140979,-21.147537,7.995443,-5.140577,-21.143629,7.995443,-5.142015,-21.143629,7.995443,-5.150311,-21.137136,7.990397,-5.142461,-21.147537,7.990180,-5.142123,-21.143629,7.990957,-5.143332,-21.137136,7.986955,-5.146435,-21.147537,7.986588,-5.146268,-21.143629,7.987896,-5.146865,-21.137136,7.986206,-5.151639,-21.147537,7.985807,-5.151697,-21.143629,7.987230,-5.151492,-21.137136,7.988390,-5.156423};
			return value;
		}
		private double[] getcoord_B747taiB_B747whit_10_79_point_5()
		{
			double[] value = {-21.147537,7.988087,-5.156686,-21.143629,7.989172,-5.155746,-21.137136,7.992814,-5.159266,-21.147537,7.992701,-5.159652,-21.143629,7.993105,-5.158273,-21.137136,7.998072,-5.159266,-21.147537,7.998186,-5.159652,-21.143629,7.997781,-5.158273,-21.137136,8.002496,-5.156423,-21.147537,8.002800,-5.156686,-21.143629,8.001714,-5.155746,-21.137136,8.004680,-5.151639,-21.147537,8.005078,-5.151697,-21.143629,8.003656,-5.151492,-21.137136,8.003932,-5.146435,-21.147537,8.004297,-5.146268,-21.143629,8.002991,-5.146865,-21.137136,8.000488,-5.142461,-21.147537,8.000706,-5.142123,-21.143629,7.999928,-5.143332,-21.225054,7.949949,-5.152548,-21.225630,7.949949,-5.143217,-21.215227,7.949949,-5.142814,-21.219135,7.949949,-5.144251,-21.219135,7.949949,-5.152548,-21.225630,7.944904,-5.144698,-21.215227,7.944686,-5.144360,-21.219135,7.945464,-5.145568,-21.225630,7.941461,-5.148672,-21.215227,7.941094,-5.148505,-21.219135,7.942401,-5.149102,-21.225630,7.940712,-5.153877,-21.215227,7.940314,-5.153934,-21.219135,7.941737,-5.153729,-21.225630,7.942897,-5.158659,-21.215227,7.942593,-5.158923,-21.219135,7.943679,-5.157982,-21.225630,7.947320,-5.161502,-21.215227,7.947207,-5.161889,-21.219135,7.947611,-5.160510,-21.225630,7.952579,-5.161502,-21.215227,7.952692,-5.161889,-21.219135,7.952287,-5.160510,-21.225630,7.957002,-5.158659,-21.215227,7.957306,-5.158923,-21.219135,7.956220,-5.157982,-21.225630,7.959186,-5.153877,-21.215227,7.959584,-5.153934,-21.219135,7.958162,-5.153729,-21.225630,7.958438,-5.148672,-21.215227,7.958805,-5.148505,-21.219135,7.957497,-5.149102,-21.225630,7.954994,-5.144698,-21.215227,7.955212,-5.144360,-21.219135,7.954435,-5.145568,-21.242174,7.949949,-5.152548,-21.241600,7.949949,-5.143217,-21.252001,7.949949,-5.142814,-21.248093,7.949949,-5.144251,-21.248093,7.949949,-5.152548,-21.241600,7.944904,-5.144698,-21.252001,7.944686,-5.144360,-21.248095,7.945464,-5.145568,-21.241600,7.941461,-5.148672,-21.252001,7.941095,-5.148505,-21.248095,7.942401,-5.149102,-21.241600,7.940712,-5.153877,-21.252001,7.940314,-5.153934,-21.248095,7.941737,-5.153729,-21.241600,7.942897,-5.158660,-21.252001,7.942593,-5.158923,-21.248095,7.943679,-5.157982,-21.241600,7.947321,-5.161502,-21.252001,7.947207,-5.161889,-21.248093,7.947611,-5.160510,-21.241600,7.952579,-5.161502,-21.252001,7.952692,-5.161889,-21.248093,7.952287,-5.160510,-21.241600,7.957002,-5.158660,-21.252001,7.957306,-5.158923,-21.248093,7.956220,-5.157982,-21.241600,7.959186,-5.153877,-21.252001,7.959584,-5.153934,-21.248093,7.958162,-5.153729,-21.241600,7.958438,-5.148672,-21.252001,7.958805,-5.148505,-21.248093,7.957497,-5.149102,-21.241600,7.954994,-5.144698,-21.252001,7.955212,-5.144360,-21.248093,7.954436,-5.145568,-21.225113,7.911829,-5.152548,-21.225689,7.911829,-5.143217,-21.215286,7.911829,-5.142814,-21.219194,7.911829,-5.144251,-21.219194,7.911829,-5.152548,-21.225689,7.906784,-5.144698,-21.215286,7.906565,-5.144360,-21.219194,7.907342,-5.145568,-21.225689,7.903340,-5.148672,-21.215286,7.902974,-5.148505};
			return value;
		}
		private double[] getcoord_B747taiB_B747whit_10_79_point_6()
		{
			double[] value = {-21.219194,7.904281,-5.149102,-21.225689,7.902591,-5.153877,-21.215286,7.902194,-5.153934,-21.219194,7.903615,-5.153729,-21.225689,7.904776,-5.158660,-21.215286,7.904472,-5.158923,-21.219194,7.905558,-5.157982,-21.225689,7.909199,-5.161502,-21.215286,7.909086,-5.161889,-21.219194,7.909491,-5.160510,-21.225689,7.914458,-5.161502,-21.215286,7.914571,-5.161889,-21.219194,7.914166,-5.160510,-21.225689,7.918881,-5.158660,-21.215286,7.919185,-5.158923,-21.219194,7.918099,-5.157982,-21.225689,7.921065,-5.153877,-21.215286,7.921464,-5.153934,-21.219194,7.920041,-5.153729,-21.225689,7.920317,-5.148672,-21.215286,7.920682,-5.148505,-21.219194,7.919376,-5.149102,-21.225689,7.916873,-5.144698,-21.215286,7.917091,-5.144360,-21.219194,7.916314,-5.145568,-21.242174,7.911829,-5.152548,-21.241600,7.911829,-5.143217,-21.252001,7.911829,-5.142814,-21.248095,7.911829,-5.144251,-21.248095,7.911829,-5.152548,-21.241600,7.906784,-5.144698,-21.252001,7.906565,-5.144360,-21.248095,7.907342,-5.145568,-21.241600,7.903340,-5.148672,-21.252001,7.902974,-5.148505,-21.248095,7.904281,-5.149102,-21.241600,7.902591,-5.153877,-21.252001,7.902193,-5.153934,-21.248095,7.903615,-5.153729,-21.241600,7.904776,-5.158660,-21.252001,7.904472,-5.158923,-21.248095,7.905558,-5.157982,-21.241600,7.909199,-5.161502,-21.252001,7.909086,-5.161889,-21.248095,7.909491,-5.160510,-21.241600,7.914458,-5.161502,-21.252001,7.914571,-5.161889,-21.248095,7.914166,-5.160510,-21.241600,7.918881,-5.158660,-21.252001,7.919185,-5.158923,-21.248095,7.918099,-5.157982,-21.241600,7.921065,-5.153877,-21.252001,7.921464,-5.153934,-21.248095,7.920041,-5.153729,-21.241600,7.920317,-5.148672,-21.252001,7.920682,-5.148505,-21.248095,7.919375,-5.149102,-21.241600,7.916873,-5.144698,-21.252001,7.917091,-5.144360,-21.248095,7.916314,-5.145568,-21.076721,7.296557,-5.155808,-21.077295,7.296557,-5.146476,-21.066893,7.296557,-5.146073,-21.070801,7.296557,-5.147511,-21.070801,7.296557,-5.155808,-21.077295,7.291512,-5.147957,-21.066893,7.291295,-5.147619,-21.070801,7.292071,-5.148828,-21.077295,7.288068,-5.151931,-21.066893,7.287702,-5.151764,-21.070801,7.289009,-5.152361,-21.077295,7.287320,-5.157136,-21.066893,7.286922,-5.157193,-21.070801,7.288343,-5.156988,-21.077295,7.289505,-5.161919,-21.066893,7.289200,-5.162182,-21.070801,7.290286,-5.161242,-21.077295,7.293928,-5.164762,-21.066893,7.293814,-5.165148,-21.070801,7.294219,-5.163769,-21.077295,7.299186,-5.164762,-21.066893,7.299299,-5.165148,-21.070801,7.298894,-5.163769,-21.077295,7.303609,-5.161919,-21.066893,7.303913,-5.162182,-21.070801,7.302827,-5.161242,-21.077295,7.305794,-5.157136,-21.066893,7.306192,-5.157193,-21.070801,7.304770,-5.156988,-21.077295,7.305045,-5.151931,-21.066893,7.305411,-5.151764,-21.070801,7.304104,-5.152361,-21.077295,7.301602,-5.147957,-21.066893,7.301819,-5.147619,-21.070801,7.301043,-5.148828,-21.094011,7.296557,-5.155981,-21.093435,7.296557,-5.146649,-21.103840,7.296557,-5.146246,-21.099932,7.296557,-5.147684,-21.099932,7.296557,-5.155981};
			return value;
		}
		private double[] getcoord_B747taiB_B747whit_10_79_point_7()
		{
			double[] value = {-21.093435,7.291512,-5.148131,-21.103840,7.291295,-5.147792,-21.099932,7.292071,-5.149001,-21.093435,7.288068,-5.152104,-21.103840,7.287702,-5.151937,-21.099932,7.289009,-5.152534,-21.093435,7.287320,-5.157309,-21.103840,7.286922,-5.157366,-21.099932,7.288343,-5.157162,-21.093435,7.289505,-5.162092,-21.103840,7.289200,-5.162356,-21.099932,7.290286,-5.161415,-21.093435,7.293927,-5.164935,-21.103840,7.293814,-5.165321,-21.099932,7.294219,-5.163942,-21.093435,7.299186,-5.164935,-21.103840,7.299299,-5.165321,-21.099932,7.298894,-5.163942,-21.093435,7.303609,-5.162092,-21.103840,7.303913,-5.162356,-21.099932,7.302827,-5.161415,-21.093435,7.305794,-5.157309,-21.103840,7.306192,-5.157366,-21.099932,7.304770,-5.157162,-21.093435,7.305045,-5.152104,-21.103840,7.305411,-5.151937,-21.099932,7.304104,-5.152534,-21.093435,7.301602,-5.148130,-21.103840,7.301819,-5.147792,-21.099932,7.301042,-5.149001,-20.935125,7.930738,-5.144025,-20.935663,7.932040,-5.144025,-20.936966,7.932580,-5.144025,-20.938267,7.932040,-5.144025,-20.938808,7.930738,-5.144025,-20.938267,7.929437,-5.144025,-20.936966,7.928897,-5.144025,-20.935663,7.929437,-5.144025,-20.934725,7.930738,-5.081920,-20.935383,7.932323,-5.081920,-20.936966,7.932979,-5.081920,-20.938551,7.932323,-5.081920,-20.939207,7.930738,-5.081920,-20.938551,7.929154,-5.081920,-20.936966,7.928497,-5.081920,-20.935383,7.929154,-5.081920,-21.039570,8.014384,-5.141700,-21.040110,8.015686,-5.141700,-21.041410,8.016226,-5.141700,-21.042715,8.015686,-5.141700,-21.043255,8.014384,-5.141700,-21.042715,8.013082,-5.141700,-21.041410,8.012542,-5.141700,-21.040110,8.013082,-5.141700,-21.039173,8.014383,-5.103364,-21.039827,8.015967,-5.103364,-21.041410,8.016624,-5.103364,-21.042997,8.015967,-5.103364,-21.043652,8.014383,-5.103364,-21.042997,8.012800,-5.103364,-21.041410,8.012143,-5.103364,-21.039827,8.012800,-5.103364,-21.127794,8.014384,-5.141700,-21.128332,8.015686,-5.141700,-21.129635,8.016226,-5.141700,-21.130936,8.015686,-5.141700,-21.131477,8.014384,-5.141700,-21.130936,8.013082,-5.141700,-21.129635,8.012542,-5.141700,-21.128332,8.013082,-5.141700,-21.127396,8.014383,-5.103364,-21.128052,8.015967,-5.103364,-21.129635,8.016624,-5.103364,-21.131218,8.015967,-5.103364,-21.131876,8.014383,-5.103364,-21.131218,8.012800,-5.103364,-21.129635,8.012143,-5.103364,-21.128052,8.012800,-5.103364,-21.232117,7.930738,-5.144025,-21.232658,7.932040,-5.144025,-21.233959,7.932580,-5.144025,-21.235262,7.932040,-5.144025,-21.235802,7.930738,-5.144025,-21.235262,7.929437,-5.144025,-21.233959,7.928897,-5.144025,-21.232658,7.929437,-5.144025,-21.231718,7.930738,-5.081920,-21.232376,7.932323,-5.081920,-21.233959,7.932979,-5.081920,-21.235544,7.932323,-5.081920,-21.236200,7.930738,-5.081920,-21.235544,7.929154,-5.081920,-21.233959,7.928497,-5.081920,-21.232376,7.929154,-5.081920,-21.083134,7.296661,-5.154471,-21.083830,7.298343,-5.154471,-21.085512,7.299040,-5.154471,-21.087194,7.298343,-5.154471,-21.087889,7.296661,-5.154471,-21.087194,7.294980,-5.154471};
			return value;
		}
		private double[] getcoord_B747taiB_B747whit_10_79_point_8()
		{
			double[] value = {-21.085512,7.294283,-5.154471,-21.083830,7.294980,-5.154471,-21.084379,7.296661,-5.103671,-21.084711,7.297462,-5.103671,-21.085512,7.297794,-5.103671,-21.086313,7.297462,-5.103671,-21.086643,7.296661,-5.103671,-21.086313,7.295862,-5.103671,-21.085512,7.295529,-5.103671,-21.084711,7.295862,-5.103671,-21.096701,7.951321,-5.100646,-21.096701,7.885694,-5.100646,-21.073841,7.885694,-5.100646,-21.073841,7.951321,-5.100646,-21.059870,7.951321,-5.100646,-21.059870,7.976721,-5.100646,-21.073841,7.976721,-5.100646,-21.073841,8.036514,-5.100646,-21.096701,8.036514,-5.100646,-21.096701,7.976721,-5.100646,-21.110670,7.976721,-5.100646,-21.110670,7.951321,-5.100646,-21.096701,7.951321,-5.095566,-21.096701,7.885694,-5.095566,-21.073841,7.885694,-5.095566,-21.073841,7.951321,-5.095566,-21.059870,7.951321,-5.095566,-21.059870,7.976721,-5.095566,-21.073841,7.976721,-5.095566,-21.073841,8.036514,-5.095566,-21.096701,8.036514,-5.095566,-21.096701,7.976721,-5.095566,-21.110670,7.976721,-5.095566,-21.110670,7.951321,-5.095566,-21.085461,7.223322,-4.963364,-21.067602,7.223534,-4.965151,-21.062193,7.232097,-4.962718,-21.052446,7.248077,-4.962380,-21.038298,7.278323,-4.964959,-21.085461,7.247203,-4.944068,-21.063488,7.256134,-4.944707,-21.049492,7.277336,-4.945964,-21.044811,7.277988,-4.953437,-21.076530,7.223395,-4.963983,-21.065168,7.227459,-4.963815,-21.057873,7.238711,-4.962231,-21.045654,7.262179,-4.963470,-21.073862,7.249879,-4.944273,-21.055878,7.266016,-4.945306,-21.047295,7.277686,-4.949389,-21.085457,7.231229,-4.956165,-21.061415,7.251162,-4.951506,-21.057713,7.246811,-4.959163,-21.063389,7.233668,-4.961326,-21.059904,7.238990,-4.960865,-21.068779,7.224766,-4.963933,-21.067219,7.227684,-4.962823,-21.084085,7.230025,-4.957367,-21.077600,7.224334,-4.963045,-21.070639,7.250515,-4.945813,-21.080677,7.246843,-4.945802,-21.084354,7.245510,-4.945489,-21.084044,7.231365,-4.956234,-21.084473,7.224323,-4.962528,-21.056227,7.245027,-4.960911,-21.065779,7.230150,-4.961984,-21.064295,7.254559,-4.945876,-21.054113,7.263207,-4.950043,-21.055004,7.263649,-4.948772,-21.050079,7.261536,-4.956718,-21.060783,7.258530,-4.946002,-21.056416,7.264202,-4.946347,-21.052809,7.249507,-4.961248,-21.059179,7.251829,-4.952515,-21.047199,7.260559,-4.962062,-21.061022,7.253908,-4.948917,-21.062698,7.255808,-4.945788,-21.055241,7.247406,-4.960673,-21.054752,7.246838,-4.961239,-21.053263,7.269571,-4.946550,-21.049515,7.276095,-4.947048,-21.049040,7.263790,-4.956635,-21.045630,7.276283,-4.953367,-21.052719,7.264811,-4.950635,-21.039892,7.276827,-4.963166,-21.045706,7.263772,-4.962264,-21.046261,7.263250,-4.961697,-21.055155,7.265816,-4.946466,-21.055235,7.265975,-4.946246,-21.055004,7.265482,-4.946993,-21.085463,7.223322,-4.963363,-21.103323,7.223534,-4.965151,-21.108732,7.232097,-4.962718,-21.118479,7.248077,-4.962379,-21.132626,7.278323,-4.964959,-21.085464,7.247203,-4.944068,-21.107435,7.256134,-4.944707,-21.121431,7.277336,-4.945964,-21.126112,7.277988,-4.953437,-21.094395,7.223394,-4.963983};
			return value;
		}
		private double[] getcoord_B747taiB_B747whit_10_79_point_9()
		{
			double[] value = {-21.105755,7.227459,-4.963815,-21.113052,7.238711,-4.962231,-21.125269,7.262179,-4.963470,-21.097061,7.249879,-4.944273,-21.115046,7.266016,-4.945305,-21.123631,7.277686,-4.949389,-21.085468,7.231229,-4.956165,-21.109510,7.251162,-4.951506,-21.113213,7.246811,-4.959163,-21.107534,7.233668,-4.961326,-21.111019,7.238990,-4.960864,-21.102146,7.224766,-4.963932,-21.103708,7.227684,-4.962822,-21.086842,7.230025,-4.957366,-21.093323,7.224334,-4.963044,-21.100285,7.250515,-4.945813,-21.090248,7.246843,-4.945801,-21.086569,7.245510,-4.945488,-21.086882,7.231364,-4.956234,-21.086452,7.224323,-4.962527,-21.114697,7.245027,-4.960911,-21.105145,7.230150,-4.961984,-21.106628,7.254559,-4.945876,-21.116812,7.263207,-4.950043,-21.115923,7.263649,-4.948771,-21.120844,7.261536,-4.956718,-21.110142,7.258530,-4.946002,-21.114510,7.264202,-4.946347,-21.118114,7.249507,-4.961248,-21.111746,7.251829,-4.952514,-21.123726,7.260559,-4.962062,-21.109901,7.253908,-4.948917,-21.108225,7.255808,-4.945788,-21.115685,7.247406,-4.960673,-21.116171,7.246838,-4.961239,-21.117661,7.269571,-4.946550,-21.121410,7.276095,-4.947048,-21.121885,7.263790,-4.956635,-21.125296,7.276283,-4.953367,-21.118206,7.264811,-4.950635,-21.131035,7.276827,-4.963166,-21.125217,7.263772,-4.962264,-21.124662,7.263250,-4.961697,-21.115768,7.265816,-4.946466,-21.115690,7.265975,-4.946246,-21.115921,7.265482,-4.946993};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747mark_10_85_point_1()
		{
			double[] value = {-20.928925,7.949949,-5.143217,-20.928978,7.949949,-5.137811,-20.918581,7.949949,-5.137814,-20.918524,7.949949,-5.142814,-20.928925,7.944904,-5.144698,-20.928978,7.941982,-5.140151,-20.918581,7.941983,-5.140153,-20.918524,7.944686,-5.144360,-20.928925,7.941461,-5.148672,-20.928978,7.936543,-5.146427,-20.918581,7.936547,-5.146428,-20.918524,7.941094,-5.148505,-20.928925,7.940712,-5.153877,-20.928978,7.935362,-5.154646,-20.918581,7.935365,-5.154645,-20.918524,7.940314,-5.153934,-20.928925,7.942897,-5.158659,-20.928978,7.938811,-5.162199,-20.918581,7.938814,-5.162198,-20.918524,7.942593,-5.158923,-20.928925,7.947320,-5.161502,-20.928978,7.945797,-5.166689,-20.918581,7.945798,-5.166686,-20.918524,7.947207,-5.161889,-20.928925,7.952579,-5.161502,-20.928978,7.954102,-5.166689,-20.918581,7.954101,-5.166686,-20.918524,7.952692,-5.161889,-20.928925,7.957002,-5.158659,-20.928978,7.961087,-5.162199,-20.918581,7.961085,-5.162198,-20.918524,7.957306,-5.158923,-20.928925,7.959186,-5.153877,-20.928978,7.964537,-5.154646,-20.918581,7.964534,-5.154645,-20.918524,7.959584,-5.153934,-20.928925,7.958438,-5.148672,-20.928978,7.963355,-5.146426,-20.918581,7.963352,-5.146428,-20.918524,7.958805,-5.148505,-20.928925,7.954994,-5.144698,-20.928978,7.957916,-5.140151,-20.918581,7.957915,-5.140153,-20.918524,7.955212,-5.144360,-20.928925,7.911828,-5.143217,-20.928978,7.911828,-5.137811,-20.918581,7.911828,-5.137814,-20.918524,7.911828,-5.142814,-20.928925,7.906784,-5.144698,-20.928978,7.903861,-5.140151,-20.918581,7.903862,-5.140153,-20.918524,7.906565,-5.144360,-20.928925,7.903340,-5.148672,-20.928978,7.898423,-5.146426,-20.918581,7.898425,-5.146428,-20.918524,7.902974,-5.148505,-20.928925,7.902591,-5.153877,-20.928978,7.897241,-5.154645,-20.918581,7.897243,-5.154645,-20.918524,7.902193,-5.153934,-20.928925,7.904776,-5.158659,-20.928978,7.900691,-5.162199,-20.918581,7.900693,-5.162198,-20.918524,7.904472,-5.158923,-20.928925,7.909199,-5.161502,-20.928978,7.907676,-5.166689,-20.918581,7.907677,-5.166686,-20.918524,7.909086,-5.161889,-20.928925,7.914458,-5.161502,-20.928978,7.915980,-5.166689,-20.918581,7.915979,-5.166686,-20.918524,7.914571,-5.161889,-20.928925,7.918881,-5.158659,-20.928978,7.922966,-5.162199,-20.918581,7.922964,-5.162198,-20.918524,7.919185,-5.158923,-20.928925,7.921065,-5.153877,-20.928978,7.926415,-5.154645,-20.918581,7.926412,-5.154645,-20.918524,7.921464,-5.153934,-20.928925,7.920317,-5.148672,-20.928978,7.925233,-5.146426,-20.918581,7.925232,-5.146428,-20.918524,7.920682,-5.148505,-20.928925,7.916873,-5.144698,-20.928978,7.919796,-5.140151,-20.918581,7.919795,-5.140153,-20.918524,7.917091,-5.144360,-20.944836,7.911829,-5.143217,-20.944784,7.911829,-5.137811,-20.955183,7.911829,-5.137814,-20.955240,7.911829,-5.142814,-20.944836,7.906784,-5.144698,-20.944784,7.903861,-5.140151,-20.955183,7.903862,-5.140153,-20.955240,7.906565,-5.144360,-20.944836,7.903340,-5.148672,-20.944784,7.898423,-5.146427,-20.955183,7.898425,-5.146428,-20.955240,7.902974,-5.148505};
			return value;
		}
		private double[] getcoord_B747taiB_B747mark_10_85_point_2()
		{
			double[] value = {-20.944836,7.902591,-5.153877,-20.944784,7.897241,-5.154646,-20.955183,7.897243,-5.154645,-20.955240,7.902193,-5.153934,-20.944836,7.904776,-5.158659,-20.944784,7.900691,-5.162199,-20.955183,7.900693,-5.162198,-20.955240,7.904472,-5.158923,-20.944836,7.909199,-5.161502,-20.944784,7.907676,-5.166689,-20.955183,7.907677,-5.166686,-20.955240,7.909086,-5.161889,-20.944836,7.914458,-5.161502,-20.944784,7.915980,-5.166689,-20.955183,7.915979,-5.166686,-20.955240,7.914571,-5.161889,-20.944836,7.918881,-5.158659,-20.944784,7.922966,-5.162199,-20.955183,7.922964,-5.162198,-20.955240,7.919185,-5.158923,-20.944836,7.921065,-5.153877,-20.944784,7.926415,-5.154646,-20.955183,7.926412,-5.154645,-20.955240,7.921464,-5.153934,-20.944836,7.920317,-5.148672,-20.944784,7.925233,-5.146426,-20.955183,7.925232,-5.146428,-20.955240,7.920682,-5.148505,-20.944836,7.916873,-5.144698,-20.944784,7.919796,-5.140151,-20.955183,7.919795,-5.140153,-20.955240,7.917091,-5.144360,-20.944895,7.949949,-5.143217,-20.944841,7.949949,-5.137811,-20.955240,7.949949,-5.137814,-20.955297,7.949949,-5.142814,-20.944895,7.944904,-5.144698,-20.944841,7.941982,-5.140151,-20.955240,7.941983,-5.140153,-20.955297,7.944686,-5.144360,-20.944895,7.941461,-5.148672,-20.944841,7.936543,-5.146426,-20.955240,7.936547,-5.146428,-20.955297,7.941094,-5.148505,-20.944895,7.940712,-5.153877,-20.944841,7.935362,-5.154646,-20.955240,7.935365,-5.154645,-20.955297,7.940314,-5.153934,-20.944895,7.942897,-5.158659,-20.944841,7.938811,-5.162199,-20.955240,7.938814,-5.162198,-20.955297,7.942593,-5.158923,-20.944895,7.947320,-5.161502,-20.944841,7.945797,-5.166689,-20.955240,7.945798,-5.166686,-20.955297,7.947207,-5.161889,-20.944895,7.952579,-5.161502,-20.944841,7.954102,-5.166689,-20.955240,7.954101,-5.166686,-20.955297,7.952692,-5.161889,-20.944895,7.957002,-5.158659,-20.944841,7.961087,-5.162199,-20.955240,7.961085,-5.162198,-20.955297,7.957306,-5.158923,-20.944895,7.959186,-5.153877,-20.944841,7.964537,-5.154646,-20.955240,7.964534,-5.154645,-20.955297,7.959584,-5.153934,-20.944895,7.958438,-5.148672,-20.944841,7.963355,-5.146426,-20.955240,7.963352,-5.146428,-20.955297,7.958805,-5.148505,-20.944895,7.954994,-5.144698,-20.944841,7.957916,-5.140151,-20.955240,7.957915,-5.140153,-20.955297,7.955212,-5.144360,-21.033390,8.033564,-5.140979,-21.033442,8.033564,-5.135575,-21.023045,8.033564,-5.135577,-21.022985,8.033564,-5.140577,-21.033390,8.028519,-5.142461,-21.033442,8.025597,-5.137914,-21.023045,8.025599,-5.137916,-21.022985,8.028301,-5.142123,-21.033390,8.025076,-5.146435,-21.033442,8.020159,-5.144190,-21.023045,8.020161,-5.144191,-21.022985,8.024710,-5.146268,-21.033390,8.024327,-5.151639,-21.033442,8.018977,-5.152409,-21.023045,8.018979,-5.152409,-21.022985,8.023929,-5.151697,-21.033390,8.026511,-5.156423,-21.033442,8.022427,-5.159963,-21.023045,8.022429,-5.159961,-21.022985,8.026208,-5.156686,-21.033390,8.030935,-5.159266,-21.033442,8.029412,-5.164452,-21.023045,8.029413,-5.164449,-21.022985,8.030822,-5.159652};
			return value;
		}
		private double[] getcoord_B747taiB_B747mark_10_85_point_3()
		{
			double[] value = {-21.033390,8.036194,-5.159266,-21.033442,8.037716,-5.164452,-21.023045,8.037715,-5.164449,-21.022985,8.036306,-5.159652,-21.033390,8.040616,-5.156423,-21.033442,8.044702,-5.159963,-21.023045,8.044700,-5.159961,-21.022985,8.040921,-5.156686,-21.033390,8.042801,-5.151639,-21.033442,8.048151,-5.152409,-21.023045,8.048148,-5.152409,-21.022985,8.043199,-5.151697,-21.033390,8.042053,-5.146435,-21.033442,8.046969,-5.144190,-21.023045,8.046967,-5.144191,-21.022985,8.042418,-5.146268,-21.033390,8.038610,-5.142461,-21.033442,8.041532,-5.137914,-21.023045,8.041531,-5.137916,-21.022985,8.038827,-5.142123,-21.049252,8.033564,-5.140979,-21.049200,8.033564,-5.135575,-21.059599,8.033564,-5.135577,-21.059656,8.033564,-5.140577,-21.049252,8.028519,-5.142461,-21.049200,8.025597,-5.137914,-21.059599,8.025599,-5.137916,-21.059656,8.028301,-5.142123,-21.049252,8.025076,-5.146435,-21.049200,8.020159,-5.144190,-21.059599,8.020161,-5.144191,-21.059656,8.024710,-5.146268,-21.049252,8.024327,-5.151639,-21.049200,8.018977,-5.152409,-21.059599,8.018979,-5.152409,-21.059656,8.023929,-5.151697,-21.049252,8.026511,-5.156423,-21.049200,8.022427,-5.159963,-21.059599,8.022429,-5.159961,-21.059656,8.026208,-5.156686,-21.049252,8.030935,-5.159266,-21.049200,8.029412,-5.164452,-21.059599,8.029413,-5.164449,-21.059656,8.030822,-5.159652,-21.049252,8.036194,-5.159266,-21.049200,8.037716,-5.164452,-21.059599,8.037715,-5.164449,-21.059656,8.036306,-5.159652,-21.049252,8.040616,-5.156423,-21.049200,8.044702,-5.159963,-21.059599,8.044700,-5.159961,-21.059656,8.040921,-5.156686,-21.049252,8.042801,-5.151639,-21.049200,8.048151,-5.152409,-21.059599,8.048148,-5.152409,-21.059656,8.043199,-5.151697,-21.049252,8.042053,-5.146435,-21.049200,8.046969,-5.144190,-21.059599,8.046967,-5.144191,-21.059656,8.042418,-5.146268,-21.049252,8.038610,-5.142461,-21.049200,8.041532,-5.137914,-21.059599,8.041531,-5.137916,-21.059656,8.038827,-5.142123,-21.033390,7.995443,-5.140979,-21.033442,7.995443,-5.135575,-21.023045,7.995443,-5.135577,-21.022985,7.995443,-5.140577,-21.033390,7.990397,-5.142461,-21.033442,7.987475,-5.137914,-21.023045,7.987477,-5.137916,-21.022985,7.990180,-5.142123,-21.033390,7.986955,-5.146435,-21.033442,7.982037,-5.144190,-21.023045,7.982040,-5.144191,-21.022985,7.986588,-5.146268,-21.033390,7.986206,-5.151639,-21.033442,7.980856,-5.152409,-21.023045,7.980858,-5.152409,-21.022985,7.985807,-5.151697,-21.033390,7.988390,-5.156423,-21.033442,7.984305,-5.159963,-21.023045,7.984308,-5.159961,-21.022985,7.988087,-5.156686,-21.033390,7.992814,-5.159266,-21.033442,7.991291,-5.164452,-21.023045,7.991292,-5.164449,-21.022985,7.992701,-5.159652,-21.033390,7.998072,-5.159266,-21.033442,7.999595,-5.164452,-21.023045,7.999594,-5.164449,-21.022985,7.998186,-5.159652,-21.033390,8.002496,-5.156423,-21.033442,8.006580,-5.159963,-21.023045,8.006578,-5.159961,-21.022985,8.002800,-5.156686,-21.033390,8.004680,-5.151639,-21.033442,8.010030,-5.152409,-21.023045,8.010028,-5.152409,-21.022985,8.005078,-5.151697};
			return value;
		}
		private double[] getcoord_B747taiB_B747mark_10_85_point_4()
		{
			double[] value = {-21.033390,8.003932,-5.146435,-21.033442,8.008848,-5.144190,-21.023045,8.008846,-5.144191,-21.022985,8.004297,-5.146268,-21.033390,8.000488,-5.142461,-21.033442,8.003410,-5.137914,-21.023045,8.003409,-5.137916,-21.022985,8.000706,-5.142123,-21.049311,7.995443,-5.140979,-21.049259,7.995443,-5.135575,-21.059656,7.995443,-5.135577,-21.059713,7.995443,-5.140577,-21.049311,7.990397,-5.142461,-21.049259,7.987475,-5.137914,-21.059656,7.987477,-5.137916,-21.059713,7.990180,-5.142123,-21.049311,7.986955,-5.146435,-21.049259,7.982037,-5.144190,-21.059656,7.982040,-5.144191,-21.059713,7.986588,-5.146268,-21.049311,7.986206,-5.151639,-21.049259,7.980856,-5.152409,-21.059656,7.980858,-5.152409,-21.059713,7.985807,-5.151697,-21.049311,7.988390,-5.156423,-21.049259,7.984305,-5.159963,-21.059656,7.984308,-5.159961,-21.059713,7.988087,-5.156686,-21.049311,7.992814,-5.159266,-21.049259,7.991291,-5.164452,-21.059656,7.991292,-5.164449,-21.059713,7.992701,-5.159652,-21.049311,7.998072,-5.159266,-21.049259,7.999595,-5.164452,-21.059656,7.999594,-5.164449,-21.059713,7.998186,-5.159652,-21.049311,8.002496,-5.156423,-21.049259,8.006580,-5.159963,-21.059656,8.006578,-5.159961,-21.059713,8.002800,-5.156686,-21.049311,8.004680,-5.151639,-21.049259,8.010030,-5.152409,-21.059656,8.010028,-5.152409,-21.059713,8.005078,-5.151697,-21.049311,8.003932,-5.146435,-21.049259,8.008848,-5.144190,-21.059656,8.008846,-5.144191,-21.059713,8.004297,-5.146268,-21.049311,8.000488,-5.142461,-21.049259,8.003410,-5.137914,-21.059656,8.003409,-5.137916,-21.059713,8.000706,-5.142123,-21.121271,8.033564,-5.140979,-21.121325,8.033564,-5.135575,-21.110928,8.033564,-5.135577,-21.110868,8.033564,-5.140577,-21.121271,8.028519,-5.142461,-21.121325,8.025597,-5.137914,-21.110928,8.025599,-5.137916,-21.110868,8.028301,-5.142123,-21.121271,8.025076,-5.146435,-21.121325,8.020159,-5.144190,-21.110928,8.020161,-5.144191,-21.110868,8.024710,-5.146268,-21.121271,8.024327,-5.151639,-21.121325,8.018977,-5.152409,-21.110928,8.018979,-5.152409,-21.110868,8.023929,-5.151697,-21.121271,8.026511,-5.156423,-21.121325,8.022427,-5.159963,-21.110928,8.022429,-5.159961,-21.110868,8.026208,-5.156686,-21.121271,8.030935,-5.159266,-21.121325,8.029412,-5.164452,-21.110928,8.029413,-5.164449,-21.110868,8.030822,-5.159652,-21.121271,8.036194,-5.159266,-21.121325,8.037716,-5.164452,-21.110928,8.037715,-5.164449,-21.110868,8.036306,-5.159652,-21.121271,8.040616,-5.156423,-21.121325,8.044702,-5.159963,-21.110928,8.044700,-5.159961,-21.110868,8.040921,-5.156686,-21.121271,8.042801,-5.151639,-21.121325,8.048151,-5.152409,-21.110928,8.048148,-5.152409,-21.110868,8.043199,-5.151697,-21.121271,8.042053,-5.146435,-21.121325,8.046969,-5.144190,-21.110928,8.046967,-5.144191,-21.110868,8.042418,-5.146268,-21.121271,8.038610,-5.142461,-21.121325,8.041532,-5.137914,-21.110928,8.041531,-5.137916,-21.110868,8.038827,-5.142123,-21.137136,8.033564,-5.140979,-21.137083,8.033564,-5.135575,-21.147480,8.033564,-5.135577,-21.147537,8.033564,-5.140577};
			return value;
		}
		private double[] getcoord_B747taiB_B747mark_10_85_point_5()
		{
			double[] value = {-21.137136,8.028519,-5.142461,-21.137083,8.025597,-5.137914,-21.147480,8.025599,-5.137916,-21.147537,8.028301,-5.142123,-21.137136,8.025076,-5.146435,-21.137083,8.020159,-5.144190,-21.147480,8.020161,-5.144191,-21.147537,8.024710,-5.146268,-21.137136,8.024327,-5.151639,-21.137083,8.018977,-5.152409,-21.147480,8.018979,-5.152409,-21.147537,8.023929,-5.151697,-21.137136,8.026511,-5.156423,-21.137083,8.022427,-5.159963,-21.147480,8.022429,-5.159961,-21.147537,8.026208,-5.156686,-21.137136,8.030935,-5.159266,-21.137083,8.029412,-5.164452,-21.147480,8.029413,-5.164449,-21.147537,8.030822,-5.159652,-21.137136,8.036194,-5.159266,-21.137083,8.037716,-5.164452,-21.147480,8.037715,-5.164449,-21.147537,8.036306,-5.159652,-21.137136,8.040616,-5.156423,-21.137083,8.044702,-5.159963,-21.147480,8.044700,-5.159961,-21.147537,8.040921,-5.156686,-21.137136,8.042801,-5.151639,-21.137083,8.048151,-5.152409,-21.147480,8.048148,-5.152409,-21.147537,8.043199,-5.151697,-21.137136,8.042053,-5.146435,-21.137083,8.046969,-5.144190,-21.147480,8.046967,-5.144191,-21.147537,8.042418,-5.146268,-21.137136,8.038610,-5.142461,-21.137083,8.041532,-5.137914,-21.147480,8.041531,-5.137916,-21.147537,8.038827,-5.142123,-21.137136,7.995443,-5.140979,-21.137083,7.995443,-5.135575,-21.147480,7.995443,-5.135577,-21.147537,7.995443,-5.140577,-21.137136,7.990397,-5.142461,-21.137083,7.987475,-5.137914,-21.147480,7.987477,-5.137916,-21.147537,7.990180,-5.142123,-21.137136,7.986955,-5.146435,-21.137083,7.982037,-5.144190,-21.147480,7.982040,-5.144191,-21.147537,7.986588,-5.146268,-21.137136,7.986206,-5.151639,-21.137083,7.980856,-5.152409,-21.147480,7.980858,-5.152409,-21.147537,7.985807,-5.151697,-21.137136,7.988390,-5.156423,-21.137083,7.984305,-5.159963,-21.147480,7.984308,-5.159961,-21.147537,7.988087,-5.156686,-21.137136,7.992814,-5.159266,-21.137083,7.991291,-5.164452,-21.147480,7.991292,-5.164449,-21.147537,7.992701,-5.159652,-21.137136,7.998072,-5.159266,-21.137083,7.999595,-5.164452,-21.147480,7.999594,-5.164449,-21.147537,7.998186,-5.159652,-21.137136,8.002496,-5.156423,-21.137083,8.006580,-5.159963,-21.147480,8.006578,-5.159961,-21.147537,8.002800,-5.156686,-21.137136,8.004680,-5.151639,-21.137083,8.010030,-5.152409,-21.147480,8.010028,-5.152409,-21.147537,8.005078,-5.151697,-21.137136,8.003932,-5.146435,-21.137083,8.008848,-5.144190,-21.147480,8.008846,-5.144191,-21.147537,8.004297,-5.146268,-21.137136,8.000488,-5.142461,-21.137083,8.003410,-5.137914,-21.147480,8.003409,-5.137916,-21.147537,8.000706,-5.142123,-21.121212,7.995443,-5.140979,-21.121264,7.995443,-5.135575,-21.110867,7.995443,-5.135577,-21.110809,7.995443,-5.140577,-21.121212,7.990397,-5.142461,-21.121264,7.987475,-5.137914,-21.110867,7.987477,-5.137916,-21.110809,7.990180,-5.142123,-21.121212,7.986955,-5.146435,-21.121264,7.982037,-5.144190,-21.110867,7.982040,-5.144191,-21.110809,7.986588,-5.146268,-21.121212,7.986206,-5.151639,-21.121264,7.980856,-5.152409,-21.110867,7.980858,-5.152409,-21.110809,7.985807,-5.151697};
			return value;
		}
		private double[] getcoord_B747taiB_B747mark_10_85_point_6()
		{
			double[] value = {-21.121212,7.988390,-5.156423,-21.121264,7.984305,-5.159963,-21.110867,7.984308,-5.159961,-21.110809,7.988087,-5.156686,-21.121212,7.992814,-5.159266,-21.121264,7.991291,-5.164452,-21.110867,7.991292,-5.164449,-21.110809,7.992701,-5.159652,-21.121212,7.998072,-5.159266,-21.121264,7.999595,-5.164452,-21.110867,7.999594,-5.164449,-21.110809,7.998186,-5.159652,-21.121212,8.002496,-5.156423,-21.121264,8.006580,-5.159963,-21.110867,8.006578,-5.159961,-21.110809,8.002800,-5.156686,-21.121212,8.004680,-5.151639,-21.121264,8.010030,-5.152409,-21.110867,8.010028,-5.152409,-21.110809,8.005078,-5.151697,-21.121212,8.003932,-5.146435,-21.121264,8.008848,-5.144190,-21.110867,8.008846,-5.144191,-21.110809,8.004297,-5.146268,-21.121212,8.000488,-5.142461,-21.121264,8.003410,-5.137914,-21.110867,8.003409,-5.137916,-21.110809,8.000706,-5.142123,-21.225630,7.949949,-5.143217,-21.225681,7.949949,-5.137811,-21.215284,7.949949,-5.137814,-21.215227,7.949949,-5.142814,-21.225630,7.944904,-5.144698,-21.225681,7.941982,-5.140151,-21.215284,7.941983,-5.140153,-21.215227,7.944686,-5.144360,-21.225630,7.941461,-5.148672,-21.225681,7.936543,-5.146427,-21.215284,7.936547,-5.146428,-21.215227,7.941094,-5.148505,-21.225630,7.940712,-5.153877,-21.225681,7.935362,-5.154646,-21.215284,7.935365,-5.154645,-21.215227,7.940314,-5.153934,-21.225630,7.942897,-5.158659,-21.225681,7.938811,-5.162199,-21.215284,7.938814,-5.162198,-21.215227,7.942593,-5.158923,-21.225630,7.947320,-5.161502,-21.225681,7.945797,-5.166689,-21.215284,7.945798,-5.166686,-21.215227,7.947207,-5.161889,-21.225630,7.952579,-5.161502,-21.225681,7.954102,-5.166689,-21.215284,7.954101,-5.166686,-21.215227,7.952692,-5.161889,-21.225630,7.957002,-5.158659,-21.225681,7.961087,-5.162199,-21.215284,7.961085,-5.162198,-21.215227,7.957306,-5.158923,-21.225630,7.959186,-5.153877,-21.225681,7.964537,-5.154646,-21.215284,7.964534,-5.154645,-21.215227,7.959584,-5.153934,-21.225630,7.958438,-5.148672,-21.225681,7.963355,-5.146426,-21.215284,7.963352,-5.146428,-21.215227,7.958805,-5.148505,-21.225630,7.954994,-5.144698,-21.225681,7.957916,-5.140151,-21.215284,7.957915,-5.140153,-21.215227,7.955212,-5.144360,-21.241600,7.949949,-5.143217,-21.241545,7.949949,-5.137811,-21.251944,7.949949,-5.137814,-21.252001,7.949949,-5.142814,-21.241600,7.944904,-5.144698,-21.241545,7.941982,-5.140152,-21.251944,7.941983,-5.140153,-21.252001,7.944686,-5.144360,-21.241600,7.941461,-5.148672,-21.241545,7.936543,-5.146427,-21.251944,7.936547,-5.146428,-21.252001,7.941095,-5.148505,-21.241600,7.940712,-5.153877,-21.241545,7.935362,-5.154646,-21.251944,7.935365,-5.154645,-21.252001,7.940314,-5.153934,-21.241600,7.942897,-5.158660,-21.241545,7.938812,-5.162199,-21.251944,7.938814,-5.162198,-21.252001,7.942593,-5.158923,-21.241600,7.947321,-5.161502,-21.241545,7.945797,-5.166689,-21.251944,7.945798,-5.166686,-21.252001,7.947207,-5.161889,-21.241600,7.952579,-5.161502,-21.241545,7.954102,-5.166689,-21.251944,7.954101,-5.166686,-21.252001,7.952692,-5.161889};
			return value;
		}
		private double[] getcoord_B747taiB_B747mark_10_85_point_7()
		{
			double[] value = {-21.241600,7.957002,-5.158660,-21.241545,7.961087,-5.162199,-21.251944,7.961085,-5.162198,-21.252001,7.957306,-5.158923,-21.241600,7.959186,-5.153877,-21.241545,7.964537,-5.154646,-21.251944,7.964534,-5.154645,-21.252001,7.959584,-5.153934,-21.241600,7.958438,-5.148672,-21.241545,7.963355,-5.146427,-21.251944,7.963352,-5.146428,-21.252001,7.958805,-5.148505,-21.241600,7.954994,-5.144698,-21.241545,7.957917,-5.140152,-21.251944,7.957915,-5.140153,-21.252001,7.955212,-5.144360,-21.225689,7.911829,-5.143217,-21.225740,7.911829,-5.137811,-21.215343,7.911829,-5.137814,-21.215286,7.911829,-5.142814,-21.225689,7.906784,-5.144698,-21.225740,7.903861,-5.140152,-21.215343,7.903862,-5.140153,-21.215286,7.906565,-5.144360,-21.225689,7.903340,-5.148672,-21.225740,7.898423,-5.146427,-21.215343,7.898426,-5.146428,-21.215286,7.902974,-5.148505,-21.225689,7.902591,-5.153877,-21.225740,7.897241,-5.154646,-21.215343,7.897243,-5.154645,-21.215286,7.902194,-5.153934,-21.225689,7.904776,-5.158660,-21.225740,7.900691,-5.162199,-21.215343,7.900693,-5.162198,-21.215286,7.904472,-5.158923,-21.225689,7.909199,-5.161502,-21.225740,7.907676,-5.166689,-21.215343,7.907677,-5.166686,-21.215286,7.909086,-5.161889,-21.225689,7.914458,-5.161502,-21.225740,7.915980,-5.166689,-21.215343,7.915979,-5.166686,-21.215286,7.914571,-5.161889,-21.225689,7.918881,-5.158660,-21.225740,7.922966,-5.162199,-21.215343,7.922964,-5.162198,-21.215286,7.919185,-5.158923,-21.225689,7.921065,-5.153877,-21.225740,7.926415,-5.154646,-21.215343,7.926412,-5.154645,-21.215286,7.921464,-5.153934,-21.225689,7.920317,-5.148672,-21.225740,7.925233,-5.146427,-21.215343,7.925232,-5.146428,-21.215286,7.920682,-5.148505,-21.225689,7.916873,-5.144698,-21.225740,7.919796,-5.140152,-21.215343,7.919795,-5.140153,-21.215286,7.917091,-5.144360,-21.241600,7.911829,-5.143217,-21.241545,7.911829,-5.137811,-21.251944,7.911829,-5.137814,-21.252001,7.911829,-5.142814,-21.241600,7.906784,-5.144698,-21.241545,7.903861,-5.140152,-21.251944,7.903862,-5.140153,-21.252001,7.906565,-5.144360,-21.241600,7.903340,-5.148672,-21.241545,7.898423,-5.146427,-21.251944,7.898425,-5.146428,-21.252001,7.902974,-5.148505,-21.241600,7.902591,-5.153877,-21.241545,7.897241,-5.154646,-21.251944,7.897243,-5.154645,-21.252001,7.902193,-5.153934,-21.241600,7.904776,-5.158660,-21.241545,7.900691,-5.162199,-21.251944,7.900693,-5.162198,-21.252001,7.904472,-5.158923,-21.241600,7.909199,-5.161502,-21.241545,7.907676,-5.166689,-21.251944,7.907677,-5.166686,-21.252001,7.909086,-5.161889,-21.241600,7.914458,-5.161502,-21.241545,7.915980,-5.166689,-21.251944,7.915979,-5.166686,-21.252001,7.914571,-5.161889,-21.241600,7.918881,-5.158660,-21.241545,7.922966,-5.162199,-21.251944,7.922964,-5.162198,-21.252001,7.919185,-5.158923,-21.241600,7.921065,-5.153877,-21.241545,7.926415,-5.154646,-21.251944,7.926412,-5.154645,-21.252001,7.921464,-5.153934,-21.241600,7.920317,-5.148672,-21.241545,7.925233,-5.146427,-21.251944,7.925232,-5.146428,-21.252001,7.920682,-5.148505};
			return value;
		}
		private double[] getcoord_B747taiB_B747mark_10_85_point_8()
		{
			double[] value = {-21.241600,7.916873,-5.144698,-21.241545,7.919796,-5.140152,-21.251944,7.919795,-5.140153,-21.252001,7.917091,-5.144360,-21.077295,7.296557,-5.146476,-21.077347,7.296557,-5.141071,-21.066950,7.296557,-5.141074,-21.066893,7.296557,-5.146073,-21.077295,7.291512,-5.147957,-21.077347,7.288589,-5.143410,-21.066950,7.288591,-5.143413,-21.066893,7.291295,-5.147619,-21.077295,7.288068,-5.151931,-21.077347,7.283151,-5.149686,-21.066950,7.283154,-5.149687,-21.066893,7.287702,-5.151764,-21.077295,7.287320,-5.157136,-21.077347,7.281970,-5.157905,-21.066950,7.281971,-5.157905,-21.066893,7.286922,-5.157193,-21.077295,7.289505,-5.161919,-21.077347,7.285419,-5.165459,-21.066950,7.285422,-5.165457,-21.066893,7.289200,-5.162182,-21.077295,7.293928,-5.164762,-21.077347,7.292405,-5.169948,-21.066950,7.292405,-5.169945,-21.066893,7.293814,-5.165148,-21.077295,7.299186,-5.164762,-21.077347,7.300708,-5.169948,-21.066950,7.300708,-5.169945,-21.066893,7.299299,-5.165148,-21.077295,7.303609,-5.161919,-21.077347,7.307694,-5.165458,-21.066950,7.307693,-5.165457,-21.066893,7.303913,-5.162182,-21.077295,7.305794,-5.157136,-21.077347,7.311143,-5.157905,-21.066950,7.311141,-5.157905,-21.066893,7.306192,-5.157193,-21.077295,7.305045,-5.151931,-21.077347,7.309962,-5.149686,-21.066950,7.309960,-5.149687,-21.066893,7.305411,-5.151764,-21.077295,7.301602,-5.147957,-21.077347,7.304525,-5.143410,-21.066950,7.304523,-5.143413,-21.066893,7.301819,-5.147619,-21.093435,7.296557,-5.146649,-21.093384,7.296557,-5.141244,-21.103783,7.296557,-5.141247,-21.103840,7.296557,-5.146246,-21.093435,7.291512,-5.148131,-21.093384,7.288589,-5.143584,-21.103783,7.288590,-5.143586,-21.103840,7.291295,-5.147792,-21.093435,7.288068,-5.152104,-21.093384,7.283151,-5.149859,-21.103783,7.283154,-5.149860,-21.103840,7.287702,-5.151937,-21.093435,7.287320,-5.157309,-21.093384,7.281970,-5.158079,-21.103783,7.281971,-5.158078,-21.103840,7.286922,-5.157366,-21.093435,7.289505,-5.162092,-21.093384,7.285419,-5.165632,-21.103783,7.285421,-5.165630,-21.103840,7.289200,-5.162356,-21.093435,7.293927,-5.164935,-21.093384,7.292405,-5.170121,-21.103783,7.292405,-5.170118,-21.103840,7.293814,-5.165321,-21.093435,7.299186,-5.164935,-21.093384,7.300708,-5.170121,-21.103783,7.300708,-5.170118,-21.103840,7.299299,-5.165321,-21.093435,7.303609,-5.162092,-21.093384,7.307694,-5.165632,-21.103783,7.307693,-5.165630,-21.103840,7.303913,-5.162356,-21.093435,7.305794,-5.157309,-21.093384,7.311143,-5.158079,-21.103783,7.311141,-5.158078,-21.103840,7.306192,-5.157366,-21.093435,7.305045,-5.152104,-21.093384,7.309962,-5.149859,-21.103783,7.309960,-5.149860,-21.103840,7.305411,-5.151937,-21.093435,7.301602,-5.148131,-21.093384,7.304525,-5.143584,-21.103783,7.304523,-5.143586,-21.103840,7.301819,-5.147792};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_92_coordIndex_1()
		{
			int[] value = {33,27,13,-1,14,27,19,-1,28,0,15,-1,16,29,20,-1,30,3,17,-1,5,6,12,-1,1,22,21,-1,2,10,1,-1,24,10,2,-1,18,24,2,-1,25,24,18,-1,25,18,8,-1,26,25,8,-1,8,33,26,-1,13,26,33,-1,7,19,27,-1,7,27,33,-1,19,0,14,-1,0,28,14,-1,0,20,15,-1,20,29,15,-1,16,20,3,-1,16,3,30,-1,31,17,3,-1,32,31,3,-1,32,4,23,-1,34,32,3,-1,4,5,23,-1,12,23,5,-1,11,12,6,-1,11,6,35,-1,9,11,35,-1,35,21,9,-1,10,22,1,-1,9,21,22,-1,34,4,32,-1,38,44,42,-1,47,46,41,-1,48,42,51,-1,49,38,42,-1,42,48,49,-1,51,42,37,-1,37,50,51,-1,49,43,38,-1,42,52,69,-1,69,37,42,-1,67,68,69,-1,68,37,69,-1,44,55,70,-1,70,42,44,-1,70,52,42,-1,60,46,73,-1,53,83,66,-1,68,67,76,-1,69,77,78,-1,78,67,69,-1,96,94,97,-1,58,40,59,-1,40,80,59,-1,57,59,82,-1,93,97,94,-1,63,79,62,-1,84,37,64,-1,86,87,88,-1,86,88,85,-1,64,37,68,-1,73,46,47,-1,47,65,73,-1,75,36,55,-1,54,37,84,-1,62,79,74,-1,59,57,58,-1,83,53,72,-1,76,81,71,-1,71,68,76,-1,80,40,61,-1,90,92,91,-1,89,90,91,-1,98,93,95,-1,94,95,93,-1,101,102,100,-1,101,99,102,-1,106,103,105,-1,103,104,105,-1,108,109,110,-1,110,107,108,-1,111,113,112,-1,113,115,114,-1,114,112,113,-1,114,115,117,-1,117,116,114,-1,126,56,75,-1,123,124,127,-1,127,128,123,-1,119,120,45,-1,45,122,119,-1,45,125,122,-1,75,55,130,-1,130,126,75,-1,122,121,119,-1,129,44,39,-1,129,130,44,-1,130,55,44,-1,129,39,118,-1,124,123,121,-1,121,122,124,-1,132,131,133,-1,134,131,135,-1,137,136,138,-1,139,136,140,-1,137,141,142,-1,143,160,144,-1,160,145,146,-1,132,161,146,-1,152,151,163,-1,154,153,150,-1,139,140,131,-1,146,139,132,-1,139,131,132,-1,155,133,131,-1,155,131,134,-1,156,140,136,-1,142,157,137,-1,157,136,137,-1,145,138,136,-1,146,145,139,-1,145,136,139,-1,158,142,141,-1,143,144,141,-1,138,143,137,-1,143,141,137,-1,159,144,160,-1,162,159,163,-1,159,160,163,-1,138,160,143,-1,160,138,145,-1,160,146,161,-1,163,160,161,-1,133,161,132,-1,162,163,147,-1,163,161,148,-1,149,163,148,-1,163,149,150,-1,163,151,147,-1,163,150,153,-1,163,153,152,-1,164,155,134,-1,165,155,164,-1,166,131,140,-1,135,131,166,-1,157,156,136,-1,144,167,141,-1,141,167,158,-1,167,159,162,-1,159,167,144,-1,147,168,162,-1,169,162,168,-1,162,169,167,-1,167,169,168,-1,176,177,170,-1,184,173,175,-1,180,178,179,-1,171,170,172,-1,181,172,170,-1,178,181,177,-1,181,170,177,-1,178,180,181,-1,175,172,181,-1,173,171,172,-1,182,171,173,-1,174,182,173,-1,173,172,175,-1,174,173,183,-1,173,185,183,-1,185,173,184,-1,187,188,186,-1,186,189,187,-1,186,188,189,-1,187,189,188,-1,197,191,196,-1,197,198,191,-1,197,199,198,-1,199,190,198,-1,192,196,191,-1,193,196,192,-1,192,191,200,-1,192,200,194,-1,194,193,192,-1,201,191,202,-1,191,198,202,-1,190,202,198,-1,201,195,191,-1,191,195,200,-1,195,194,200,-1,194,195,193,-1,195,196,193,-1,196,195,201,-1,210,204,209,-1,210,211,204,-1,210,212,211,-1,212,203,211,-1,205,209,204,-1,206,209,205,-1,205,204,213,-1,205,213,207,-1,207,206,205,-1,214,204,215,-1,204,211,215,-1,203,215,211,-1,214,208,204,-1,204,208,213,-1,208,207,213,-1,208,206,207,-1,208,209,206,-1,208,214,209,-1,219,221,218,-1,224,226,219,-1,220,224,219,-1,220,217,216,-1,224,220,216,-1,221,219,226,-1,221,223,222,-1,226,224,223,-1,225,223,224,-1,217,225,216,-1,216,225,224,-1,226,223,221,-1,221,222,218,-1,240,230,236,-1,230,233,234,-1,232,238,235,-1,239,235,238,-1,236,235,239,-1,227,235,237,-1,237,235,236,-1,237,228,227,-1,229,227,228,-1,232,233,230,-1,230,231,232,-1,231,238,232,-1,231,239,238,-1,236,239,240,-1,231,230,240,-1,239,231,240,-1,237,236,230,-1,230,234,237,-1,237,234,228,-1,228,234,229,-1,234,233,229,-1,227,229,233,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_2()
		{
			int[] value = {235,227,233,-1,235,233,232,-1,251,260,241,-1,261,249,248,-1,267,250,264,-1,250,241,260,-1,264,250,260,-1,242,260,251,-1,252,243,249,-1,252,249,242,-1,263,249,244,-1,243,253,249,-1,253,244,249,-1,254,245,263,-1,254,263,244,-1,266,263,255,-1,245,255,263,-1,246,265,260,-1,256,246,260,-1,257,256,260,-1,257,260,258,-1,259,258,260,-1,247,259,260,-1,247,260,261,-1,260,249,261,-1,248,249,262,-1,260,242,249,-1,249,263,262,-1,268,266,255,-1,264,260,265,-1,287,278,269,-1,292,287,291,-1,276,288,275,-1,277,294,291,-1,269,277,287,-1,277,291,287,-1,287,270,278,-1,271,279,276,-1,276,279,270,-1,280,271,276,-1,272,280,276,-1,273,281,290,-1,290,281,272,-1,282,273,290,-1,293,282,290,-1,265,246,283,-1,283,284,287,-1,287,284,285,-1,292,283,287,-1,285,286,287,-1,286,274,287,-1,287,274,288,-1,276,287,288,-1,276,275,289,-1,270,287,276,-1,290,276,289,-1,290,272,276,-1,292,265,283,-1,293,295,282,-1,297,298,296,-1,305,303,304,-1,305,310,311,-1,297,296,314,-1,297,299,298,-1,371,299,297,-1,296,324,300,-1,315,314,296,-1,300,315,296,-1,326,300,324,-1,316,299,372,-1,308,309,316,-1,325,316,309,-1,305,311,301,-1,302,305,301,-1,305,302,303,-1,304,313,305,-1,304,317,313,-1,306,318,320,-1,318,319,320,-1,320,313,306,-1,313,317,307,-1,306,313,307,-1,313,320,376,-1,377,297,313,-1,297,377,378,-1,378,377,379,-1,381,309,308,-1,381,323,309,-1,305,312,310,-1,312,305,313,-1,312,313,297,-1,312,297,314,-1,326,324,321,-1,309,323,322,-1,322,325,309,-1,315,327,314,-1,327,315,328,-1,329,328,315,-1,330,329,315,-1,300,330,315,-1,331,330,300,-1,332,331,300,-1,333,332,300,-1,300,326,333,-1,336,335,334,-1,383,338,337,-1,339,360,334,-1,343,345,344,-1,348,345,349,-1,352,334,335,-1,337,335,336,-1,337,338,335,-1,352,353,334,-1,353,339,334,-1,339,362,360,-1,337,354,383,-1,358,340,354,-1,349,345,341,-1,345,342,341,-1,342,345,343,-1,351,344,345,-1,355,344,351,-1,356,346,320,-1,319,356,320,-1,355,351,347,-1,351,346,347,-1,391,320,351,-1,351,320,346,-1,335,393,351,-1,340,392,396,-1,359,381,340,-1,350,345,348,-1,345,350,351,-1,351,350,352,-1,351,352,335,-1,360,362,357,-1,359,340,358,-1,361,358,354,-1,381,359,323,-1,363,353,352,-1,353,363,364,-1,364,365,353,-1,365,366,353,-1,366,339,353,-1,366,367,339,-1,367,368,339,-1,368,369,339,-1,362,339,369,-1,378,371,297,-1,308,370,381,-1,299,371,372,-1,316,373,308,-1,373,316,374,-1,316,372,374,-1,375,313,376,-1,377,313,375,-1,377,382,379,-1,380,371,378,-1,308,373,370,-1,340,381,392,-1,338,394,335,-1,394,393,335,-1,386,340,396,-1,338,383,388,-1,387,338,388,-1,340,389,354,-1,354,389,384,-1,384,383,354,-1,351,390,391,-1,390,351,393,-1,393,395,397,-1,395,393,394,-1,394,338,385,-1,389,340,386,-1,376,320,391,-1,338,387,385,-1,425,431,411,-1,425,412,417,-1,426,413,398,-1,427,414,418,-1,401,428,415,-1,404,403,410,-1,420,399,419,-1,408,400,399,-1,408,422,400,-1,422,416,400,-1,422,423,416,-1,416,423,406,-1,423,424,406,-1,431,406,424,-1,424,411,431,-1,417,405,425,-1,425,405,431,-1,398,417,412,-1,426,398,412,-1,418,398,413,-1,427,418,413,-1,418,414,401,-1,401,414,428,-1,415,429,401,-1,429,430,401,-1,402,430,421,-1,430,432,401,-1,403,402,421,-1,421,410,403,-1,410,409,404,-1,404,409,433,-1,409,407,433,-1,419,433,407,-1,420,408,399,-1,419,407,420,-1,402,432,430,-1,442,436,440,-1,444,445,439,-1,440,446,449,-1,436,447,440,-1,446,440,447,-1,440,449,435,-1,448,435,449,-1,441,447,436,-1,450,440,467,-1,435,467,440,-1,466,465,467,-1,435,466,467,-1,453,442,468,-1,440,468,442,-1,450,468,440,-1,444,458,471,-1,481,451,464,-1,465,466,474,-1,475,467,476,-1,465,476,467,-1,492,494,495,-1,438,456,457,-1,478,438,457,-1,457,455,480,-1,495,491,492,-1,477,461,460,-1,435,482,462,-1,485,484,486,-1,486,484,483,-1,435,462,466,-1,444,471,445,-1,463,445,471,-1,434,473,453,-1,435,452,482,-1,477,460,472,-1,455,457,456,-1,451,481,470,-1,479,474,469,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_3()
		{
			int[] value = {466,469,474,-1,438,478,459,-1,490,488,489,-1,488,487,489,-1,491,496,493,-1,493,492,491,-1,500,499,498,-1,497,499,500,-1,501,504,503,-1,502,501,503,-1,507,506,508,-1,505,508,506,-1,511,509,510,-1,513,511,512,-1,510,512,511,-1,513,512,515,-1,514,515,512,-1,454,524,473,-1,522,521,525,-1,526,525,521,-1,518,517,443,-1,520,443,517,-1,523,443,520,-1,453,473,528,-1,524,528,473,-1,519,520,517,-1,442,527,437,-1,528,527,442,-1,453,528,442,-1,437,527,516,-1,521,522,519,-1,520,519,522,-1,529,530,531,-1,529,532,533,-1,534,535,536,-1,534,537,538,-1,539,535,540,-1,558,541,542,-1,543,558,544,-1,559,530,544,-1,549,550,561,-1,551,552,548,-1,538,537,529,-1,537,544,530,-1,529,537,530,-1,531,553,529,-1,529,553,532,-1,538,554,534,-1,555,540,535,-1,534,555,535,-1,536,543,534,-1,543,544,537,-1,534,543,537,-1,540,556,539,-1,542,541,539,-1,541,536,535,-1,539,541,535,-1,542,557,558,-1,557,560,561,-1,558,557,561,-1,558,536,541,-1,536,558,543,-1,544,558,559,-1,558,561,559,-1,559,531,530,-1,561,560,545,-1,559,561,546,-1,561,547,546,-1,547,561,548,-1,549,561,545,-1,548,561,551,-1,551,561,550,-1,553,562,532,-1,553,563,562,-1,529,564,538,-1,529,533,564,-1,554,555,534,-1,565,542,539,-1,565,539,556,-1,557,565,560,-1,565,557,542,-1,566,545,560,-1,560,567,566,-1,567,560,565,-1,567,565,566,-1,570,569,568,-1,571,568,569,-1,570,568,571,-1,571,569,570,-1,579,578,572,-1,575,586,577,-1,580,582,581,-1,572,573,574,-1,574,583,572,-1,583,580,579,-1,572,583,579,-1,582,580,583,-1,574,577,583,-1,573,575,574,-1,573,584,575,-1,584,576,575,-1,574,575,577,-1,575,576,585,-1,587,575,585,-1,575,587,586,-1,591,601,597,-1,594,591,595,-1,599,593,596,-1,596,600,599,-1,596,597,600,-1,596,588,598,-1,596,598,597,-1,589,598,588,-1,588,590,589,-1,594,593,591,-1,592,591,593,-1,599,592,593,-1,600,592,599,-1,600,597,601,-1,591,592,601,-1,592,600,601,-1,597,598,591,-1,595,591,598,-1,595,598,589,-1,595,589,590,-1,594,595,590,-1,590,588,594,-1,588,596,594,-1,594,596,593,-1,607,605,604,-1,612,610,605,-1,610,606,605,-1,603,606,602,-1,606,610,602,-1,605,607,612,-1,609,607,608,-1,610,612,609,-1,609,611,610,-1,611,603,602,-1,611,602,610,-1,609,612,607,-1,608,607,604,-1,614,620,619,-1,621,620,614,-1,622,620,621,-1,613,622,621,-1,619,615,614,-1,619,616,615,-1,614,615,623,-1,623,615,617,-1,616,617,615,-1,614,624,625,-1,621,614,625,-1,625,613,621,-1,618,624,614,-1,618,614,623,-1,617,618,623,-1,616,618,617,-1,619,618,616,-1,624,618,619,-1,627,633,632,-1,634,633,627,-1,635,633,634,-1,626,635,634,-1,632,628,627,-1,632,629,628,-1,627,628,636,-1,636,628,630,-1,629,630,628,-1,627,637,638,-1,634,627,638,-1,638,626,634,-1,631,637,627,-1,631,627,636,-1,630,631,636,-1,631,630,629,-1,632,631,629,-1,631,632,637,-1,641,644,645,-1,639,644,641,-1,639,640,643,-1,642,643,640,-1,644,639,643,-1,651,648,652,-1,651,646,648,-1,647,646,650,-1,650,649,647,-1,646,651,650,-1,654,658,653,-1,659,653,658,-1,655,660,654,-1,657,662,656,-1,661,656,662,-1,653,659,657,-1,662,657,659,-1,654,660,658,-1,667,664,663,-1,663,668,667,-1,660,655,664,-1,670,666,665,-1,665,669,670,-1,668,663,666,-1,666,670,668,-1,660,664,667,-1,674,681,671,-1,674,676,673,-1,672,675,671,-1,673,676,677,-1,671,675,678,-1,671,678,674,-1,676,674,678,-1,671,679,672,-1,671,681,679,-1,672,679,680,-1,690,685,682,-1,686,685,684,-1,675,683,682,-1,686,684,687,-1,675,682,688,-1,688,682,685,-1,685,686,688,-1,689,682,683,-1,690,682,689,-1,689,683,680,-1,692,694,691,-1,694,692,695,-1,692,693,695,-1,699,697,696,-1,697,699,700,-1,698,697,700,-1,711,704,701,-1,706,704,703,-1,705,702,701,-1,706,703,707,-1,705,701,708,-1,708,701,704,-1,704,706,708,-1,709,701,702,-1,711,701,709,-1,709,702,710,-1,715,720,712,-1,715,716,714,-1,713,705,712,-1,714,716,717,-1,712,705,718,-1,712,718,715,-1,716,715,718,-1,712,719,713,-1,712,720,719,-1,713,719,710,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_4()
		{
			int[] value = {726,722,721,-1,721,727,726,-1,728,723,722,-1,730,725,724,-1,724,729,730,-1,727,721,725,-1,725,730,727,-1,728,722,726,-1,732,735,731,-1,736,731,735,-1,723,728,732,-1,734,738,733,-1,737,733,738,-1,731,736,734,-1,738,734,736,-1,732,728,735,-1,744,741,745,-1,744,739,741,-1,740,739,743,-1,743,742,740,-1,739,744,743,-1,748,751,752,-1,746,751,748,-1,746,747,750,-1,749,750,747,-1,751,746,750,-1,756,754,753,-1,754,756,757,-1,755,754,757,-1,759,761,758,-1,761,759,762,-1,759,760,762,-1,764,763,765,-1,764,766,767,-1,769,768,770,-1,769,771,767,-1,773,790,774,-1,791,763,774,-1,781,790,770,-1,795,779,780,-1,798,796,781,-1,775,781,770,-1,779,783,780,-1,785,784,786,-1,771,774,763,-1,767,771,764,-1,771,763,764,-1,784,787,788,-1,765,784,764,-1,784,788,764,-1,789,772,768,-1,767,789,769,-1,789,768,769,-1,773,774,771,-1,770,773,769,-1,773,771,769,-1,770,790,773,-1,774,790,791,-1,791,765,763,-1,775,770,792,-1,770,768,792,-1,790,793,791,-1,791,793,776,-1,793,777,776,-1,793,778,777,-1,778,793,790,-1,790,781,778,-1,795,780,798,-1,795,798,775,-1,795,794,779,-1,780,797,798,-1,797,796,798,-1,798,781,775,-1,792,768,782,-1,780,783,797,-1,784,785,799,-1,784,799,787,-1,764,788,800,-1,764,800,766,-1,768,772,782,-1,801,802,803,-1,804,802,805,-1,806,807,808,-1,809,807,805,-1,828,811,812,-1,801,829,812,-1,828,819,808,-1,817,833,818,-1,834,836,819,-1,819,813,808,-1,821,817,818,-1,822,823,824,-1,812,809,801,-1,809,805,802,-1,801,809,802,-1,825,822,826,-1,822,803,802,-1,826,822,802,-1,810,827,806,-1,827,805,807,-1,806,827,807,-1,812,811,809,-1,811,808,807,-1,809,811,807,-1,828,808,811,-1,828,812,829,-1,803,829,801,-1,808,813,830,-1,806,808,830,-1,831,828,829,-1,831,829,814,-1,815,831,814,-1,816,831,815,-1,831,816,828,-1,819,828,816,-1,818,833,836,-1,836,833,813,-1,832,833,817,-1,835,818,836,-1,834,835,836,-1,819,836,813,-1,806,830,820,-1,821,818,835,-1,823,822,837,-1,837,822,825,-1,826,802,838,-1,838,802,804,-1,810,806,820,-1,911,839,859,-1,855,911,856,-1,853,854,857,-1,854,860,857,-1,854,855,858,-1,854,858,860,-1,855,856,859,-1,855,859,858,-1,860,858,861,-1,858,859,861,-1,857,860,862,-1,860,861,864,-1,861,859,863,-1,861,863,864,-1,862,860,866,-1,860,864,866,-1,862,866,865,-1,866,864,868,-1,864,863,867,-1,864,867,868,-1,865,866,873,-1,865,873,869,-1,866,870,873,-1,866,868,870,-1,868,867,871,-1,868,871,870,-1,870,874,873,-1,870,871,874,-1,869,873,872,-1,874,871,875,-1,872,873,877,-1,873,878,877,-1,873,874,878,-1,872,877,876,-1,878,874,879,-1,874,875,880,-1,874,880,879,-1,877,878,881,-1,878,879,881,-1,879,880,881,-1,876,877,884,-1,876,884,882,-1,877,881,884,-1,881,880,883,-1,884,881,885,-1,881,883,885,-1,882,884,886,-1,885,883,887,-1,886,884,890,-1,884,885,888,-1,884,888,890,-1,885,887,888,-1,886,890,889,-1,888,887,891,-1,890,888,892,-1,888,891,892,-1,889,890,896,-1,889,896,893,-1,890,892,894,-1,890,894,896,-1,892,891,895,-1,892,895,894,-1,894,899,896,-1,894,895,899,-1,893,896,897,-1,896,898,897,-1,896,899,898,-1,899,895,900,-1,897,898,901,-1,898,899,901,-1,899,900,901,-1,897,901,902,-1,901,900,903,-1,902,901,904,-1,901,903,904,-1,902,904,906,-1,902,906,905,-1,904,903,907,-1,904,907,906,-1,905,906,909,-1,905,909,908,-1,906,907,909,-1,908,909,910,-1,909,911,910,-1,910,854,853,-1,910,911,854,-1,911,855,854,-1,911,859,856,-1,911,909,852,-1,852,909,907,-1,852,907,851,-1,851,907,903,-1,851,903,850,-1,850,903,900,-1,850,900,849,-1,849,900,895,-1,849,895,848,-1,848,895,891,-1,848,891,847,-1,847,891,887,-1,847,887,846,-1,846,887,883,-1,883,845,846,-1,845,883,880,-1,880,844,845,-1,844,880,875,-1,875,843,844,-1,843,875,871,-1,871,842,843,-1,842,871,867,-1,867,841,842,-1,841,867,863,-1,863,840,841,-1,840,863,859,-1,912,913,914,-1,914,913,915,-1,914,915,916,-1,916,915,917,-1,916,917,919,-1,916,919,918,-1,918,919,921,-1,918,921,920,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_5()
		{
			int[] value = {920,921,923,-1,920,923,922,-1,922,923,925,-1,922,925,924,-1,924,925,927,-1,924,927,926,-1,926,927,929,-1,926,929,928,-1,928,929,931,-1,928,931,930,-1,930,931,933,-1,930,933,932,-1,932,933,934,-1,934,933,935,-1,934,935,936,-1,936,935,937,-1,936,937,938,-1,938,937,939,-1,938,939,940,-1,940,939,941,-1,940,941,942,-1,942,941,943,-1,942,943,944,-1,944,943,945,-1,944,945,947,-1,944,947,946,-1,946,947,949,-1,946,949,948,-1,948,949,913,-1,948,913,912,-1,956,954,950,-1,973,1004,958,-1,972,991,976,-1,1003,978,952,-1,1012,981,968,-1,999,980,967,-1,987,952,951,-1,977,1002,950,-1,953,977,950,-1,950,954,953,-1,950,955,956,-1,976,957,972,-1,958,1004,972,-1,972,1004,991,-1,953,971,977,-1,971,957,976,-1,977,971,976,-1,1003,962,978,-1,951,964,995,-1,1010,984,963,-1,963,984,965,-1,966,963,965,-1,955,963,966,-1,956,955,966,-1,996,959,981,-1,1012,996,981,-1,1013,969,982,-1,998,990,1007,-1,998,982,961,-1,1015,970,983,-1,969,1013,983,-1,967,1014,999,-1,1012,968,980,-1,999,1012,980,-1,979,965,984,-1,967,979,984,-1,1014,967,984,-1,1011,964,985,-1,970,1015,985,-1,988,973,959,-1,977,976,993,-1,997,982,998,-1,1000,983,1013,-1,1001,985,1015,-1,1004,973,988,-1,961,990,998,-1,961,974,990,-1,976,991,1008,-1,960,975,1005,-1,1002,977,993,-1,1003,1009,962,-1,982,997,1013,-1,983,1000,1015,-1,1011,985,1001,-1,990,974,989,-1,1005,975,992,-1,995,964,1011,-1,996,1006,959,-1,1010,1014,984,-1,950,1002,986,-1,987,1003,952,-1,974,960,1005,-1,1005,989,974,-1,988,959,1006,-1,975,962,1009,-1,1009,992,975,-1,993,976,1008,-1,994,1010,963,-1,1036,1037,1016,-1,1038,1039,1023,-1,1040,1041,1025,-1,1042,1043,1029,-1,1045,1044,1028,-1,1047,1046,1033,-1,1049,1048,1035,-1,1020,1017,1018,-1,1019,1020,1018,-1,1021,1016,1017,-1,1020,1021,1017,-1,1016,1021,1036,-1,1022,1023,1037,-1,1036,1022,1037,-1,1023,1022,1038,-1,1024,1025,1039,-1,1038,1024,1039,-1,1025,1024,1040,-1,1026,1027,1041,-1,1040,1026,1041,-1,1029,1030,1019,-1,1018,1029,1019,-1,1030,1029,1043,-1,1028,1031,1043,-1,1042,1028,1043,-1,1031,1028,1044,-1,1033,1032,1044,-1,1045,1033,1044,-1,1032,1033,1046,-1,1035,1034,1046,-1,1047,1035,1046,-1,1034,1035,1048,-1,1027,1026,1049,-1,1049,1026,1048,-1,1054,1052,1063,-1,1052,1054,1060,-1,1050,1062,1051,-1,1051,1071,1050,-1,1051,1063,1053,-1,1053,1063,1052,-1,1071,1051,1053,-1,1055,1052,1064,-1,1053,1052,1055,-1,1050,1065,1062,-1,1066,1056,1057,-1,1075,1057,1056,-1,1067,1057,1060,-1,1060,1059,1052,-1,1067,1060,1054,-1,1059,1060,1075,-1,1060,1057,1075,-1,1064,1052,1061,-1,1052,1059,1061,-1,1066,1065,1056,-1,1058,1056,1050,-1,1056,1065,1050,-1,1071,1070,1050,-1,1072,1055,1064,-1,1074,1055,1072,-1,1074,1053,1055,-1,1059,1075,1077,-1,1076,1061,1077,-1,1064,1061,1076,-1,1059,1077,1061,-1,1070,1058,1050,-1,1074,1071,1053,-1,1072,1064,1068,-1,1073,1068,1064,-1,1058,1069,1056,-1,1069,1075,1056,-1,1073,1064,1076,-1,1070,1069,1058,-1,1074,1072,1077,-1,1071,1075,1070,-1,1072,1076,1077,-1,1076,1068,1073,-1,1070,1075,1069,-1,1072,1068,1076,-1,1074,1077,1075,-1,1075,1071,1074,-1,1082,1080,1093,-1,1083,1103,1081,-1,1080,1082,1088,-1,1090,1089,1087,-1,1091,1089,1102,-1,1078,1092,1079,-1,1079,1101,1078,-1,1093,1101,1079,-1,1081,1093,1080,-1,1093,1081,1101,-1,1080,1094,1083,-1,1094,1102,1083,-1,1081,1080,1083,-1,1078,1095,1092,-1,1096,1084,1085,-1,1104,1085,1084,-1,1097,1085,1104,-1,1088,1097,1104,-1,1088,1087,1080,-1,1088,1104,1087,-1,1097,1088,1082,-1,1087,1104,1098,-1,1094,1080,1091,-1,1102,1094,1091,-1,1080,1087,1091,-1,1091,1087,1089,-1,1090,1087,1098,-1,1096,1095,1084,-1,1086,1084,1078,-1,1084,1095,1078,-1,1101,1081,1103,-1,1103,1083,1102,-1,1105,1102,1089,-1,1086,1099,1084,-1,1100,1086,1078,-1,1101,1100,1078,-1,1099,1104,1084,-1,1090,1105,1089,-1,1090,1106,1105,-1,1090,1098,1106,-1,1106,1098,1104,-1,1086,1100,1099,-1,1103,1102,1105,-1,1104,1101,1103,-1,1099,1100,1101,-1,1101,1104,1099,-1,1103,1105,1106,-1,1104,1103,1106,-1,1113,1111,1107,-1,1130,1161,1115,-1,1129,1148,1133,-1,1160,1135,1109,-1,1169,1138,1125,-1,1156,1137,1124,-1,1144,1109,1108,-1,1134,1159,1107,-1,1110,1134,1107,-1,1107,1111,1110,-1,1107,1112,1113,-1,1133,1114,1129,-1,1115,1161,1129,-1,1129,1161,1148,-1,1110,1128,1134,-1,1128,1114,1133,-1,1134,1128,1133,-1,1160,1119,1135,-1,1108,1121,1152,-1,1167,1141,1120,-1,1120,1141,1122,-1,1123,1120,1122,-1,1112,1120,1123,-1,1113,1112,1123,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_6()
		{
			int[] value = {1153,1116,1138,-1,1169,1153,1138,-1,1170,1126,1139,-1,1155,1147,1164,-1,1155,1139,1118,-1,1172,1127,1140,-1,1126,1170,1140,-1,1124,1171,1156,-1,1169,1125,1137,-1,1156,1169,1137,-1,1136,1122,1141,-1,1124,1136,1141,-1,1171,1124,1141,-1,1168,1121,1142,-1,1127,1172,1142,-1,1145,1130,1116,-1,1134,1133,1150,-1,1154,1139,1155,-1,1157,1140,1170,-1,1158,1142,1172,-1,1161,1130,1145,-1,1118,1147,1155,-1,1118,1131,1147,-1,1133,1148,1165,-1,1117,1132,1162,-1,1159,1134,1150,-1,1160,1166,1119,-1,1139,1154,1170,-1,1140,1157,1172,-1,1168,1142,1158,-1,1147,1131,1146,-1,1162,1132,1149,-1,1152,1121,1168,-1,1153,1163,1116,-1,1167,1171,1141,-1,1107,1159,1143,-1,1144,1160,1109,-1,1131,1117,1162,-1,1162,1146,1131,-1,1145,1116,1163,-1,1132,1119,1166,-1,1166,1149,1132,-1,1150,1133,1165,-1,1151,1167,1120,-1,1173,1174,1175,-1,1175,1174,1176,-1,1175,1176,1177,-1,1177,1176,1178,-1,1177,1178,1180,-1,1177,1180,1179,-1,1179,1180,1182,-1,1179,1182,1181,-1,1181,1182,1184,-1,1181,1184,1183,-1,1183,1184,1186,-1,1183,1186,1185,-1,1185,1186,1188,-1,1185,1188,1187,-1,1187,1188,1190,-1,1187,1190,1189,-1,1189,1190,1192,-1,1189,1192,1191,-1,1191,1192,1194,-1,1191,1194,1193,-1,1193,1194,1195,-1,1195,1194,1196,-1,1195,1196,1197,-1,1197,1196,1198,-1,1197,1198,1199,-1,1199,1198,1200,-1,1199,1200,1201,-1,1201,1200,1202,-1,1201,1202,1203,-1,1203,1202,1204,-1,1203,1204,1205,-1,1205,1204,1206,-1,1205,1206,1208,-1,1205,1208,1207,-1,1207,1208,1210,-1,1207,1210,1209,-1,1209,1210,1174,-1,1209,1174,1173,-1,1231,1232,1211,-1,1233,1234,1218,-1,1235,1236,1220,-1,1237,1238,1224,-1,1240,1239,1223,-1,1242,1241,1228,-1,1244,1243,1230,-1,1215,1212,1213,-1,1214,1215,1213,-1,1216,1211,1212,-1,1215,1216,1212,-1,1211,1216,1231,-1,1217,1218,1232,-1,1231,1217,1232,-1,1218,1217,1233,-1,1219,1220,1234,-1,1233,1219,1234,-1,1220,1219,1235,-1,1221,1222,1236,-1,1235,1221,1236,-1,1224,1225,1214,-1,1213,1224,1214,-1,1225,1224,1238,-1,1223,1226,1238,-1,1237,1223,1238,-1,1226,1223,1239,-1,1228,1227,1239,-1,1240,1228,1239,-1,1227,1228,1241,-1,1230,1229,1241,-1,1242,1230,1241,-1,1229,1230,1243,-1,1222,1221,1244,-1,1244,1221,1243,-1,1245,1317,1265,-1,1317,1261,1262,-1,1260,1259,1263,-1,1266,1260,1263,-1,1261,1260,1264,-1,1264,1260,1266,-1,1262,1261,1265,-1,1265,1261,1264,-1,1264,1266,1267,-1,1265,1264,1267,-1,1266,1263,1268,-1,1267,1266,1270,-1,1265,1267,1269,-1,1269,1267,1270,-1,1266,1268,1272,-1,1270,1266,1272,-1,1272,1268,1271,-1,1270,1272,1274,-1,1269,1270,1273,-1,1273,1270,1274,-1,1272,1271,1279,-1,1279,1271,1275,-1,1276,1272,1279,-1,1274,1272,1276,-1,1273,1274,1277,-1,1277,1274,1276,-1,1280,1276,1279,-1,1277,1276,1280,-1,1279,1275,1278,-1,1277,1280,1281,-1,1279,1278,1283,-1,1284,1279,1283,-1,1280,1279,1284,-1,1283,1278,1282,-1,1280,1284,1285,-1,1281,1280,1286,-1,1286,1280,1285,-1,1284,1283,1287,-1,1285,1284,1287,-1,1286,1285,1287,-1,1283,1282,1290,-1,1290,1282,1288,-1,1287,1283,1290,-1,1286,1287,1289,-1,1287,1290,1291,-1,1289,1287,1291,-1,1290,1288,1292,-1,1289,1291,1293,-1,1290,1292,1296,-1,1291,1290,1294,-1,1294,1290,1296,-1,1293,1291,1294,-1,1296,1292,1295,-1,1293,1294,1297,-1,1294,1296,1298,-1,1297,1294,1298,-1,1296,1295,1302,-1,1302,1295,1299,-1,1298,1296,1300,-1,1300,1296,1302,-1,1297,1298,1301,-1,1301,1298,1300,-1,1305,1300,1302,-1,1301,1300,1305,-1,1302,1299,1303,-1,1304,1302,1303,-1,1305,1302,1304,-1,1301,1305,1306,-1,1304,1303,1307,-1,1305,1304,1307,-1,1306,1305,1307,-1,1307,1303,1308,-1,1306,1307,1309,-1,1307,1308,1310,-1,1309,1307,1310,-1,1310,1308,1312,-1,1312,1308,1311,-1,1309,1310,1313,-1,1313,1310,1312,-1,1312,1311,1315,-1,1315,1311,1314,-1,1313,1312,1315,-1,1315,1314,1316,-1,1317,1315,1316,-1,1260,1316,1259,-1,1317,1316,1260,-1,1261,1317,1260,-1,1265,1317,1262,-1,1315,1317,1258,-1,1315,1258,1313,-1,1313,1258,1257,-1,1313,1257,1309,-1,1309,1257,1256,-1,1309,1256,1306,-1,1306,1256,1255,-1,1306,1255,1301,-1,1301,1255,1254,-1,1301,1254,1297,-1,1297,1254,1253,-1,1297,1253,1293,-1,1293,1253,1252,-1,1293,1252,1289,-1,1251,1289,1252,-1,1289,1251,1286,-1,1250,1286,1251,-1,1286,1250,1281,-1,1249,1281,1250,-1,1281,1249,1277,-1,1248,1277,1249,-1,1277,1248,1273,-1,1247,1273,1248,-1,1273,1247,1269,-1,1246,1269,1247,-1,1269,1246,1265,-1,1319,1318,1320,-1,1319,1320,1321,-1,1321,1320,1322,-1,1321,1322,1323,-1,1323,1322,1325,-1,1325,1322,1324,-1,1325,1324,1327,-1,1327,1324,1326,-1,1327,1326,1329,-1,1329,1326,1328,-1,1329,1328,1331,-1,1331,1328,1330,-1,1331,1330,1333,-1,1333,1330,1332,-1,1333,1332,1335,-1,1335,1332,1334,-1,1335,1334,1337,-1,1337,1334,1336,-1,1337,1336,1339,-1,1339,1336,1338,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_7()
		{
			int[] value = {1339,1338,1340,-1,1339,1340,1341,-1,1341,1340,1342,-1,1341,1342,1343,-1,1343,1342,1344,-1,1343,1344,1345,-1,1345,1344,1346,-1,1345,1346,1347,-1,1347,1346,1348,-1,1347,1348,1349,-1,1349,1348,1350,-1,1349,1350,1351,-1,1351,1350,1353,-1,1353,1350,1352,-1,1353,1352,1355,-1,1355,1352,1354,-1,1355,1354,1319,-1,1319,1354,1318,-1,1377,1376,1356,-1,1379,1378,1363,-1,1381,1380,1365,-1,1383,1382,1369,-1,1384,1385,1368,-1,1386,1387,1373,-1,1388,1389,1375,-1,1357,1360,1358,-1,1360,1359,1358,-1,1356,1361,1357,-1,1361,1360,1357,-1,1361,1356,1376,-1,1363,1362,1377,-1,1362,1376,1377,-1,1362,1363,1378,-1,1365,1364,1379,-1,1364,1378,1379,-1,1364,1365,1380,-1,1367,1366,1381,-1,1366,1380,1381,-1,1370,1369,1359,-1,1369,1358,1359,-1,1369,1370,1383,-1,1371,1368,1383,-1,1368,1382,1383,-1,1368,1371,1384,-1,1372,1373,1384,-1,1373,1385,1384,-1,1373,1372,1386,-1,1374,1375,1386,-1,1375,1387,1386,-1,1375,1374,1388,-1,1366,1367,1389,-1,1366,1389,1388,-1,1394,1396,1390,-1,1444,1413,1398,-1,1431,1412,1416,-1,1418,1443,1392,-1,1396,1406,1403,-1,1421,1452,1408,-1,1420,1439,1407,-1,1392,1427,1391,-1,1442,1417,1390,-1,1417,1393,1390,-1,1394,1390,1393,-1,1395,1390,1396,-1,1397,1416,1412,-1,1444,1398,1412,-1,1444,1412,1431,-1,1411,1393,1417,-1,1397,1411,1416,-1,1411,1417,1416,-1,1402,1443,1418,-1,1404,1391,1435,-1,1424,1450,1403,-1,1424,1403,1405,-1,1403,1406,1405,-1,1403,1395,1396,-1,1399,1436,1421,-1,1436,1452,1421,-1,1409,1453,1422,-1,1430,1438,1447,-1,1422,1438,1401,-1,1410,1455,1423,-1,1453,1409,1423,-1,1454,1407,1439,-1,1408,1452,1420,-1,1452,1439,1420,-1,1405,1419,1424,-1,1419,1407,1424,-1,1407,1454,1424,-1,1404,1451,1425,-1,1455,1410,1425,-1,1413,1428,1399,-1,1416,1417,1433,-1,1422,1437,1438,-1,1423,1440,1453,-1,1425,1441,1455,-1,1413,1444,1428,-1,1430,1401,1438,-1,1414,1401,1430,-1,1431,1416,1448,-1,1415,1400,1445,-1,1417,1442,1433,-1,1449,1443,1402,-1,1437,1422,1453,-1,1440,1423,1455,-1,1425,1451,1441,-1,1414,1430,1429,-1,1415,1445,1432,-1,1404,1435,1451,-1,1446,1436,1399,-1,1454,1450,1424,-1,1442,1390,1426,-1,1443,1427,1392,-1,1400,1414,1445,-1,1429,1445,1414,-1,1399,1428,1446,-1,1402,1415,1449,-1,1432,1449,1415,-1,1416,1433,1448,-1,1450,1434,1403,-1,1458,1460,1471,-1,1481,1461,1459,-1,1460,1458,1466,-1,1467,1468,1465,-1,1467,1469,1480,-1,1470,1456,1457,-1,1479,1457,1456,-1,1479,1471,1457,-1,1471,1459,1458,-1,1459,1471,1479,-1,1472,1458,1461,-1,1480,1472,1461,-1,1458,1459,1461,-1,1473,1456,1470,-1,1462,1474,1463,-1,1463,1482,1462,-1,1463,1475,1482,-1,1475,1466,1482,-1,1465,1466,1458,-1,1482,1466,1465,-1,1466,1475,1460,-1,1482,1465,1476,-1,1458,1472,1469,-1,1472,1480,1469,-1,1465,1458,1469,-1,1465,1469,1467,-1,1465,1468,1476,-1,1473,1474,1462,-1,1462,1464,1456,-1,1473,1462,1456,-1,1459,1479,1481,-1,1461,1481,1480,-1,1462,1482,1477,-1,1480,1483,1467,-1,1477,1464,1462,-1,1464,1478,1456,-1,1478,1479,1456,-1,1483,1468,1467,-1,1484,1468,1483,-1,1476,1468,1484,-1,1476,1484,1482,-1,1478,1464,1477,-1,1480,1481,1483,-1,1479,1482,1481,-1,1478,1477,1479,-1,1482,1479,1477,-1,1483,1481,1484,-1,1481,1482,1484,-1,1487,1489,1498,-1,1489,1487,1495,-1,1497,1485,1486,-1,1506,1486,1485,-1,1506,1488,1486,-1,1498,1486,1488,-1,1498,1488,1487,-1,1487,1490,1499,-1,1487,1488,1490,-1,1500,1485,1497,-1,1491,1501,1492,-1,1492,1510,1491,-1,1492,1502,1495,-1,1494,1495,1487,-1,1495,1502,1489,-1,1495,1494,1510,-1,1492,1495,1510,-1,1487,1499,1496,-1,1494,1487,1496,-1,1500,1501,1491,-1,1491,1493,1485,-1,1500,1491,1485,-1,1505,1506,1485,-1,1490,1507,1499,-1,1490,1509,1507,-1,1488,1509,1490,-1,1510,1494,1512,-1,1496,1511,1512,-1,1496,1499,1511,-1,1512,1494,1496,-1,1493,1505,1485,-1,1506,1509,1488,-1,1499,1507,1503,-1,1503,1508,1499,-1,1504,1493,1491,-1,1510,1504,1491,-1,1499,1508,1511,-1,1504,1505,1493,-1,1507,1509,1512,-1,1510,1506,1505,-1,1511,1507,1512,-1,1503,1511,1508,-1,1510,1505,1504,-1,1511,1503,1507,-1,1512,1509,1510,-1,1506,1510,1509,-1,1517,1519,1513,-1,1567,1536,1521,-1,1554,1535,1539,-1,1541,1566,1515,-1,1544,1575,1531,-1,1543,1562,1530,-1,1515,1550,1514,-1,1565,1540,1513,-1,1540,1516,1513,-1,1517,1513,1516,-1,1518,1513,1519,-1,1520,1539,1535,-1,1567,1521,1535,-1,1567,1535,1554,-1,1534,1516,1540,-1,1520,1534,1539,-1,1534,1540,1539,-1,1525,1566,1541,-1,1527,1514,1558,-1,1547,1573,1526,-1,1547,1526,1528,-1,1526,1529,1528,-1,1526,1518,1529,-1,1518,1519,1529,-1,1522,1559,1544,-1,1559,1575,1544,-1,1532,1576,1545,-1,1553,1561,1570,-1,1545,1561,1524,-1,1533,1578,1546,-1,1576,1532,1546,-1,1577,1530,1562,-1,1531,1575,1543,-1,1575,1562,1543,-1,1528,1542,1547,-1,1542,1530,1547,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_8()
		{
			int[] value = {1530,1577,1547,-1,1527,1574,1548,-1,1578,1533,1548,-1,1536,1551,1522,-1,1539,1540,1556,-1,1545,1560,1561,-1,1546,1563,1576,-1,1548,1564,1578,-1,1536,1567,1551,-1,1553,1524,1561,-1,1537,1524,1553,-1,1554,1539,1571,-1,1538,1523,1568,-1,1540,1565,1556,-1,1572,1566,1525,-1,1560,1545,1576,-1,1563,1546,1578,-1,1548,1574,1564,-1,1537,1553,1552,-1,1538,1568,1555,-1,1527,1558,1574,-1,1569,1559,1522,-1,1577,1573,1547,-1,1565,1513,1549,-1,1566,1550,1515,-1,1523,1537,1568,-1,1552,1568,1537,-1,1522,1551,1569,-1,1525,1538,1572,-1,1555,1572,1538,-1,1539,1556,1571,-1,1573,1557,1526,-1,1600,1599,1579,-1,1602,1601,1586,-1,1604,1603,1588,-1,1606,1605,1592,-1,1607,1608,1591,-1,1609,1610,1596,-1,1611,1612,1598,-1,1580,1583,1581,-1,1583,1582,1581,-1,1579,1584,1580,-1,1584,1583,1580,-1,1584,1579,1599,-1,1586,1585,1600,-1,1585,1599,1600,-1,1585,1586,1601,-1,1588,1587,1602,-1,1587,1601,1602,-1,1587,1588,1603,-1,1590,1589,1604,-1,1589,1603,1604,-1,1593,1592,1582,-1,1592,1581,1582,-1,1592,1593,1606,-1,1594,1591,1606,-1,1591,1605,1606,-1,1591,1594,1607,-1,1595,1596,1607,-1,1596,1608,1607,-1,1596,1595,1609,-1,1597,1598,1609,-1,1598,1610,1609,-1,1598,1597,1611,-1,1589,1590,1612,-1,1589,1612,1611,-1,1613,1685,1633,-1,1685,1629,1630,-1,1628,1627,1631,-1,1634,1628,1631,-1,1629,1628,1632,-1,1632,1628,1634,-1,1630,1629,1633,-1,1633,1629,1632,-1,1632,1634,1635,-1,1633,1632,1635,-1,1634,1631,1636,-1,1635,1634,1638,-1,1633,1635,1637,-1,1637,1635,1638,-1,1634,1636,1640,-1,1638,1634,1640,-1,1640,1636,1639,-1,1638,1640,1642,-1,1637,1638,1641,-1,1641,1638,1642,-1,1640,1639,1647,-1,1647,1639,1643,-1,1644,1640,1647,-1,1642,1640,1644,-1,1641,1642,1645,-1,1645,1642,1644,-1,1648,1644,1647,-1,1645,1644,1648,-1,1647,1643,1646,-1,1645,1648,1649,-1,1647,1646,1651,-1,1652,1647,1651,-1,1648,1647,1652,-1,1651,1646,1650,-1,1648,1652,1653,-1,1649,1648,1654,-1,1654,1648,1653,-1,1652,1651,1655,-1,1653,1652,1655,-1,1654,1653,1655,-1,1651,1650,1658,-1,1658,1650,1656,-1,1655,1651,1658,-1,1654,1655,1657,-1,1655,1658,1659,-1,1657,1655,1659,-1,1658,1656,1660,-1,1657,1659,1661,-1,1658,1660,1664,-1,1659,1658,1662,-1,1662,1658,1664,-1,1661,1659,1662,-1,1664,1660,1663,-1,1661,1662,1665,-1,1662,1664,1666,-1,1665,1662,1666,-1,1664,1663,1670,-1,1670,1663,1667,-1,1666,1664,1668,-1,1668,1664,1670,-1,1665,1666,1669,-1,1669,1666,1668,-1,1673,1668,1670,-1,1669,1668,1673,-1,1670,1667,1671,-1,1672,1670,1671,-1,1673,1670,1672,-1,1669,1673,1674,-1,1672,1671,1675,-1,1673,1672,1675,-1,1674,1673,1675,-1,1675,1671,1676,-1,1674,1675,1677,-1,1675,1676,1678,-1,1677,1675,1678,-1,1678,1676,1680,-1,1680,1676,1679,-1,1677,1678,1681,-1,1681,1678,1680,-1,1680,1679,1683,-1,1683,1679,1682,-1,1681,1680,1683,-1,1683,1682,1684,-1,1685,1683,1684,-1,1628,1684,1627,-1,1685,1684,1628,-1,1629,1685,1628,-1,1633,1685,1630,-1,1683,1685,1626,-1,1683,1626,1681,-1,1681,1626,1625,-1,1681,1625,1677,-1,1677,1625,1624,-1,1677,1624,1674,-1,1674,1624,1623,-1,1674,1623,1669,-1,1669,1623,1622,-1,1669,1622,1665,-1,1665,1622,1621,-1,1665,1621,1661,-1,1661,1621,1620,-1,1661,1620,1657,-1,1619,1657,1620,-1,1657,1619,1654,-1,1618,1654,1619,-1,1654,1618,1649,-1,1617,1649,1618,-1,1649,1617,1645,-1,1616,1645,1617,-1,1645,1616,1641,-1,1615,1641,1616,-1,1641,1615,1637,-1,1614,1637,1615,-1,1637,1614,1633,-1,1687,1686,1688,-1,1687,1688,1689,-1,1689,1688,1690,-1,1689,1690,1691,-1,1691,1690,1693,-1,1693,1690,1692,-1,1693,1692,1695,-1,1695,1692,1694,-1,1695,1694,1697,-1,1697,1694,1696,-1,1697,1696,1699,-1,1699,1696,1698,-1,1699,1698,1701,-1,1701,1698,1700,-1,1701,1700,1703,-1,1703,1700,1702,-1,1703,1702,1705,-1,1705,1702,1704,-1,1705,1704,1707,-1,1707,1704,1706,-1,1707,1706,1708,-1,1707,1708,1709,-1,1709,1708,1710,-1,1709,1710,1711,-1,1711,1710,1712,-1,1711,1712,1713,-1,1713,1712,1714,-1,1713,1714,1715,-1,1715,1714,1716,-1,1715,1716,1717,-1,1717,1716,1718,-1,1717,1718,1719,-1,1719,1718,1721,-1,1721,1718,1720,-1,1721,1720,1723,-1,1723,1720,1722,-1,1723,1722,1687,-1,1687,1722,1686,-1,1796,1724,1744,-1,1740,1796,1741,-1,1738,1739,1742,-1,1739,1745,1742,-1,1739,1740,1743,-1,1739,1743,1745,-1,1740,1741,1744,-1,1740,1744,1743,-1,1745,1743,1746,-1,1743,1744,1746,-1,1742,1745,1747,-1,1745,1746,1749,-1,1746,1744,1748,-1,1746,1748,1749,-1,1747,1745,1751,-1,1745,1749,1751,-1,1747,1751,1750,-1,1751,1749,1753,-1,1749,1748,1752,-1,1749,1752,1753,-1,1750,1751,1758,-1,1750,1758,1754,-1,1751,1755,1758,-1,1751,1753,1755,-1,1753,1752,1756,-1,1753,1756,1755,-1,1755,1759,1758,-1,1755,1756,1759,-1,1754,1758,1757,-1,1759,1756,1760,-1,1757,1758,1762,-1,1758,1763,1762,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_9()
		{
			int[] value = {1758,1759,1763,-1,1757,1762,1761,-1,1763,1759,1764,-1,1759,1760,1765,-1,1759,1765,1764,-1,1762,1763,1766,-1,1763,1764,1766,-1,1764,1765,1766,-1,1761,1762,1769,-1,1761,1769,1767,-1,1762,1766,1769,-1,1766,1765,1768,-1,1769,1766,1770,-1,1766,1768,1770,-1,1767,1769,1771,-1,1770,1768,1772,-1,1771,1769,1775,-1,1769,1770,1773,-1,1769,1773,1775,-1,1770,1772,1773,-1,1771,1775,1774,-1,1773,1772,1776,-1,1775,1773,1777,-1,1773,1776,1777,-1,1774,1775,1781,-1,1774,1781,1778,-1,1775,1777,1779,-1,1775,1779,1781,-1,1777,1776,1780,-1,1777,1780,1779,-1,1779,1784,1781,-1,1779,1780,1784,-1,1778,1781,1782,-1,1781,1783,1782,-1,1781,1784,1783,-1,1784,1780,1785,-1,1782,1783,1786,-1,1783,1784,1786,-1,1784,1785,1786,-1,1782,1786,1787,-1,1786,1785,1788,-1,1787,1786,1789,-1,1786,1788,1789,-1,1787,1789,1791,-1,1787,1791,1790,-1,1789,1788,1792,-1,1789,1792,1791,-1,1790,1791,1794,-1,1790,1794,1793,-1,1791,1792,1794,-1,1793,1794,1795,-1,1794,1796,1795,-1,1795,1739,1738,-1,1795,1796,1739,-1,1796,1740,1739,-1,1796,1744,1741,-1,1796,1794,1737,-1,1737,1794,1792,-1,1737,1792,1736,-1,1736,1792,1788,-1,1736,1788,1735,-1,1735,1788,1785,-1,1735,1785,1734,-1,1734,1785,1780,-1,1734,1780,1733,-1,1733,1780,1776,-1,1733,1776,1732,-1,1732,1776,1772,-1,1732,1772,1731,-1,1731,1772,1768,-1,1768,1730,1731,-1,1730,1768,1765,-1,1765,1729,1730,-1,1729,1765,1760,-1,1760,1728,1729,-1,1728,1760,1756,-1,1756,1727,1728,-1,1727,1756,1752,-1,1752,1726,1727,-1,1726,1752,1748,-1,1748,1725,1726,-1,1725,1748,1744,-1,1797,1808,1805,-1,1798,1808,1797,-1,1799,1805,1802,-1,1808,1801,1800,-1,1808,1800,1812,-1,1808,1798,1806,-1,1805,1799,1797,-1,1812,1808,1811,-1,1808,1803,1805,-1,1808,1809,1810,-1,1808,1804,1803,-1,1805,1807,1813,-1,1801,1808,1810,-1,1809,1808,1812,-1,1804,1808,1806,-1,1808,1805,1811,-1,1807,1805,1803,-1,1805,1813,1802,-1,1802,1813,1807,-1,1807,1799,1802,-1,1799,1807,1803,-1,1803,1797,1799,-1,1797,1803,1804,-1,1798,1797,1804,-1,1798,1804,1806,-1,1810,1800,1801,-1,1800,1810,1809,-1,1800,1809,1812,-1,1820,1833,1817,-1,1831,1821,1820,-1,1821,1831,1837,-1,1817,1818,1819,-1,1817,1833,1824,-1,1819,1816,1815,-1,1817,1819,1820,-1,1819,1815,1831,-1,1817,1814,1818,-1,1816,1823,1815,-1,1820,1819,1831,-1,1814,1822,1818,-1,1833,1832,1827,-1,1834,1831,1832,-1,1831,1834,1837,-1,1829,1827,1830,-1,1828,1826,1836,-1,1833,1827,1824,-1,1830,1827,1832,-1,1826,1830,1831,-1,1825,1827,1829,-1,1828,1830,1826,-1,1830,1832,1831,-1,1835,1825,1829,-1,1831,1815,1826,-1,1826,1815,1823,-1,1823,1836,1826,-1,1823,1828,1836,-1,1828,1823,1816,-1,1816,1830,1828,-1,1830,1816,1819,-1,1830,1819,1818,-1,1818,1829,1830,-1,1829,1818,1822,-1,1822,1835,1829,-1,1835,1822,1814,-1,1814,1825,1835,-1,1825,1814,1817,-1,1817,1827,1825,-1,1817,1824,1827,-1,1820,1832,1833,-1,1832,1820,1821,-1,1834,1832,1821,-1,1834,1821,1837,-1,1857,1844,1841,-1,1845,1855,1844,-1,1855,1845,1861,-1,1842,1841,1843,-1,1857,1841,1848,-1,1840,1843,1839,-1,1843,1841,1844,-1,1839,1843,1855,-1,1838,1841,1842,-1,1847,1840,1839,-1,1843,1844,1855,-1,1846,1838,1842,-1,1856,1857,1851,-1,1855,1858,1856,-1,1858,1855,1861,-1,1851,1853,1854,-1,1850,1852,1860,-1,1851,1857,1848,-1,1851,1854,1856,-1,1854,1850,1855,-1,1851,1849,1853,-1,1854,1852,1850,-1,1856,1854,1855,-1,1849,1859,1853,-1,1839,1855,1850,-1,1839,1850,1847,-1,1860,1847,1850,-1,1852,1847,1860,-1,1847,1852,1840,-1,1854,1840,1852,-1,1840,1854,1843,-1,1843,1854,1842,-1,1853,1842,1854,-1,1842,1853,1846,-1,1859,1846,1853,-1,1846,1859,1838,-1,1849,1838,1859,-1,1838,1849,1841,-1,1851,1841,1849,-1,1848,1841,1851,-1,1856,1844,1857,-1,1844,1856,1845,-1,1856,1858,1845,-1,1845,1858,1861,-1,1862,1868,1877,-1,1862,1877,1871,-1,1868,1867,1877,-1,1867,1863,1872,-1,1867,1872,1876,-1,1863,1864,1873,-1,1863,1873,1872,-1,1864,1865,1874,-1,1864,1874,1873,-1,1865,1866,1875,-1,1865,1875,1874,-1,1866,1867,1876,-1,1866,1876,1875,-1,1867,1877,1876,-1,1868,1869,1878,-1,1868,1878,1877,-1,1869,1870,1879,-1,1869,1879,1878,-1,1870,1862,1871,-1,1870,1871,1879,-1,1863,1865,1864,-1,1863,1866,1865,-1,1867,1866,1863,-1,1862,1869,1868,-1,1862,1870,1869,-1,1872,1873,1874,-1,1872,1874,1875,-1,1876,1872,1875,-1,1871,1877,1878,-1,1871,1878,1879,-1,1881,1880,1885,-1,1885,1880,1884,-1,1882,1881,1886,-1,1886,1881,1885,-1,1883,1882,1887,-1,1887,1882,1886,-1,1880,1883,1884,-1,1884,1883,1887,-1,1880,1882,1883,-1,1881,1882,1880,-1,1887,1886,1884,-1,1884,1886,1885,-1,1888,1889,1893,-1,1888,1893,1892,-1,1889,1890,1894,-1,1889,1894,1893,-1,1890,1891,1895,-1,1890,1895,1894,-1,1891,1888,1892,-1,1891,1892,1895,-1,1890,1888,1891,-1,1890,1889,1888,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_coordIndex_10()
		{
			int[] value = {1894,1895,1892,-1,1894,1892,1893,-1,1896,1897,1901,-1,1896,1901,1900,-1,1897,1898,1902,-1,1897,1902,1901,-1,1898,1899,1903,-1,1898,1903,1902,-1,1899,1896,1900,-1,1899,1900,1903,-1,1898,1896,1899,-1,1898,1897,1896,-1,1902,1903,1900,-1,1902,1900,1901,-1,1905,1904,1909,-1,1909,1904,1908,-1,1906,1905,1910,-1,1910,1905,1909,-1,1907,1906,1911,-1,1911,1906,1910,-1,1904,1907,1908,-1,1908,1907,1911,-1,1906,1904,1905,-1,1907,1904,1906,-1,1909,1908,1910,-1,1910,1908,1911,-1,1913,1912,1917,-1,1917,1912,1916,-1,1914,1913,1918,-1,1918,1913,1917,-1,1915,1914,1919,-1,1919,1914,1918,-1,1912,1915,1916,-1,1916,1915,1919,-1,1912,1914,1915,-1,1913,1914,1912,-1,1919,1918,1916,-1,1916,1918,1917,-1,1921,1920,1925,-1,1925,1920,1924,-1,1922,1921,1926,-1,1926,1921,1925,-1,1923,1922,1927,-1,1927,1922,1926,-1,1920,1923,1924,-1,1924,1923,1927,-1,1920,1922,1923,-1,1921,1922,1920,-1,1927,1926,1924,-1,1924,1926,1925,-1,1928,1930,1931,-1,1931,1930,1935,-1,1929,1928,1932,-1,1932,1928,1931,-1,1933,1929,1932,-1,1934,1929,1933,-1,1930,1929,1935,-1,1935,1929,1934,-1,1929,1930,1928,-1,1932,1931,1933,-1,1933,1931,1934,-1,1931,1935,1934,-1,1938,1936,1939,-1,1938,1939,1943,-1,1936,1937,1940,-1,1936,1940,1939,-1,1937,1941,1940,-1,1937,1942,1941,-1,1937,1938,1943,-1,1937,1943,1942,-1,1938,1937,1936,-1,1939,1940,1941,-1,1939,1941,1942,-1,1943,1939,1942,-1,1944,1945,1949,-1,1944,1949,1948,-1,1945,1946,1950,-1,1945,1950,1949,-1,1946,1947,1951,-1,1946,1951,1950,-1,1947,1944,1948,-1,1947,1948,1951,-1,1946,1944,1947,-1,1946,1945,1944,-1,1950,1951,1948,-1,1950,1948,1949,-1,1952,1953,1957,-1,1952,1957,1956,-1,1953,1954,1958,-1,1953,1958,1957,-1,1954,1955,1959,-1,1954,1959,1958,-1,1955,1952,1956,-1,1955,1956,1959,-1,1954,1952,1955,-1,1954,1953,1952,-1,1958,1959,1956,-1,1958,1956,1957,-1,1962,1963,1961,-1,1968,1961,1971,-1,1961,1960,1962,-1,1965,1962,1964,-1,1962,1965,1963,-1,1963,1965,1966,-1,1963,1966,1967,-1,1968,1960,1961,-1,1969,1960,1968,-1,1970,1960,1969,-1,1972,1960,1970,-1,1962,1960,1972,-1,1964,1962,1972,-1,1963,1974,1961,-1,1961,1978,1971,-1,1973,1961,1974,-1,1974,1976,1975,-1,1976,1974,1963,-1,1976,1963,1977,-1,1977,1963,1967,-1,1973,1978,1961,-1,1973,1979,1978,-1,1973,1980,1979,-1,1973,1981,1980,-1,1973,1974,1981,-1,1974,1975,1981,-1,1999,1998,1986,-1,2002,2001,1987,-1,2004,2006,1988,-1,1983,1982,1992,-1,1982,1991,1992,-1,1983,1992,1993,-1,1994,1993,1995,-1,1984,1994,1996,-1,1994,1995,1996,-1,1985,1984,1996,-1,1985,1996,1997,-1,1985,1997,1999,-1,1997,1998,1999,-1,2000,1986,1998,-1,1986,2000,2002,-1,2000,2001,2002,-1,2003,1987,2001,-1,1988,1987,2003,-1,1988,2003,2004,-1,2005,1988,2006,-1,1989,2005,2007,-1,2005,2006,2007,-1,1989,2007,1990,-1,2007,2008,1990,-1,2014,1999,1986,-1,2016,2002,1987,-1,2019,2018,1988,-1,1982,1983,2010,-1,2009,1982,2010,-1,1983,1993,2011,-1,2010,1983,2011,-1,1993,1994,2011,-1,1994,1984,2012,-1,2011,1994,2012,-1,1984,1985,2012,-1,2012,1985,2013,-1,2013,1985,1999,-1,2014,2013,1999,-1,1986,2015,2014,-1,2015,1986,2002,-1,2016,2015,2002,-1,1987,2017,2016,-1,1987,1988,2017,-1,2017,1988,2018,-1,1988,2005,2019,-1,2005,1989,2020,-1,2019,2005,2020,-1,2020,1989,1990,-1,2021,2020,1990,-1,2023,2022,2024,-1,2022,2025,2026,-1,2022,2027,2025,-1,2026,2028,2029,-1,2030,2022,2031,-1,2031,2022,2023,-1,2027,2022,2032,-1,2028,2026,2025,-1,2033,2022,2026,-1,2034,2022,2035,-1,2036,2022,2033,-1,2037,2026,2038,-1,2022,2030,2035,-1,2022,2034,2023,-1,2022,2036,2032,-1,2026,2022,2024,-1,2026,2037,2033,-1,2038,2026,2029,-1,2038,2029,2037,-1,2028,2037,2029,-1,2037,2028,2033,-1,2025,2033,2028,-1,2033,2025,2036,-1,2025,2027,2036,-1,2036,2027,2032,-1,2031,2035,2030,-1,2035,2031,2034,-1,2034,2031,2023,-1};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_92_texCoordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,13,14,-1,15,16,17,-1,18,19,20,-1,21,22,23,-1,24,25,26,-1,27,28,29,-1,30,31,32,-1,33,34,35,-1,36,37,38,-1,39,40,41,-1,42,43,44,-1,45,46,47,-1,48,49,50,-1,51,52,53,-1,54,55,56,-1,57,58,59,-1,60,61,62,-1,63,64,65,-1,66,67,68,-1,69,70,71,-1,72,73,74,-1,75,76,77,-1,78,79,80,-1,81,82,83,-1,84,85,86,-1,87,88,89,-1,90,91,92,-1,93,94,95,-1,96,97,98,-1,99,100,101,-1,102,103,104,-1,105,106,107,-1,108,109,110,-1,111,112,113,-1,114,115,116,-1,117,118,119,-1,120,121,122,-1,123,124,125,-1,126,127,128,-1,129,130,131,-1,132,133,134,-1,135,136,137,-1,138,139,140,-1,141,142,143,-1,144,145,146,-1,147,148,149,-1,150,151,152,-1,153,154,155,-1,156,157,158,-1,159,160,161,-1,162,163,164,-1,165,166,167,-1,168,169,170,-1,171,172,173,-1,174,175,176,-1,177,178,179,-1,180,181,182,-1,183,184,185,-1,186,187,188,-1,189,190,191,-1,192,193,194,-1,195,196,197,-1,198,199,200,-1,201,202,203,-1,204,205,206,-1,207,208,209,-1,210,211,212,-1,213,214,215,-1,216,217,218,-1,219,220,221,-1,222,223,224,-1,225,226,227,-1,228,229,230,-1,231,232,233,-1,234,235,236,-1,237,238,239,-1,240,241,242,-1,243,244,245,-1,246,247,248,-1,249,250,251,-1,252,253,254,-1,255,256,257,-1,258,259,260,-1,261,262,263,-1,264,265,266,-1,267,268,269,-1,270,271,272,-1,273,274,275,-1,276,277,278,-1,279,280,281,-1,282,283,284,-1,285,286,287,-1,288,289,290,-1,291,292,293,-1,294,295,296,-1,297,298,299,-1,300,301,302,-1,303,304,305,-1,306,307,308,-1,309,310,311,-1,312,313,314,-1,315,316,317,-1,318,319,320,-1,321,322,323,-1,324,325,326,-1,327,328,329,-1,330,331,332,-1,333,334,335,-1,336,337,338,-1,339,340,341,-1,342,343,344,-1,345,346,347,-1,348,349,350,-1,351,352,353,-1,354,355,356,-1,357,358,359,-1,360,361,362,-1,363,364,365,-1,366,367,368,-1,369,370,371,-1,372,373,374,-1,375,376,377,-1,378,379,380,-1,381,382,383,-1,384,385,386,-1,387,388,389,-1,390,391,392,-1,393,394,395,-1,396,397,398,-1,399,400,401,-1,402,403,404,-1,405,406,407,-1,408,409,410,-1,411,412,413,-1,414,415,416,-1,417,418,419,-1,420,421,422,-1,423,424,425,-1,426,427,428,-1,429,430,431,-1,432,433,434,-1,435,436,437,-1,438,439,440,-1,441,442,443,-1,444,445,446,-1,447,448,449,-1,450,451,452,-1,453,454,455,-1,456,457,458,-1,459,460,461,-1,462,463,464,-1,465,466,467,-1,468,469,470,-1,471,472,473,-1,474,475,476,-1,477,478,479,-1,480,481,482,-1,483,484,485,-1,486,487,488,-1,489,490,491,-1,492,493,494,-1,495,496,497,-1,498,499,500,-1,501,502,503,-1,504,505,506,-1,507,508,509,-1,510,511,512,-1,513,514,515,-1,516,517,518,-1,519,520,521,-1,522,523,524,-1,525,526,527,-1,528,529,530,-1,531,532,533,-1,534,535,536,-1,537,538,539,-1,540,541,542,-1,543,544,545,-1,546,547,548,-1,549,550,551,-1,552,553,554,-1,555,556,557,-1,558,559,560,-1,561,562,563,-1,564,565,566,-1,567,568,569,-1,570,571,572,-1,573,574,575,-1,576,577,578,-1,579,580,581,-1,582,583,584,-1,585,586,587,-1,588,589,590,-1,591,592,593,-1,594,595,596,-1,597,598,599,-1,600,601,602,-1,603,604,605,-1,606,607,608,-1,609,610,611,-1,612,613,614,-1,615,616,617,-1,618,619,620,-1,621,622,623,-1,624,625,626,-1,627,628,629,-1,630,631,632,-1,633,634,635,-1,636,637,638,-1,639,640,641,-1,642,643,644,-1,645,646,647,-1,648,649,650,-1,651,652,653,-1,654,655,656,-1,657,658,659,-1,660,661,662,-1,663,664,665,-1,666,667,668,-1,669,670,671,-1,672,673,674,-1,675,676,677,-1,678,679,680,-1,681,682,683,-1,684,685,686,-1,687,688,689,-1,690,691,692,-1,693,694,695,-1,696,697,698,-1,699,700,701,-1,702,703,704,-1,705,706,707,-1,708,709,710,-1,711,712,713,-1,714,715,716,-1,717,718,719,-1,720,721,722,-1,723,724,725,-1,726,727,728,-1,729,730,731,-1,732,733,734,-1,735,736,737,-1,738,739,740,-1,741,742,743,-1,744,745,746,-1,747,748,749,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_2()
		{
			int[] value = {750,751,752,-1,753,754,755,-1,756,757,758,-1,759,760,761,-1,762,763,764,-1,765,766,767,-1,768,769,770,-1,771,772,773,-1,774,775,776,-1,777,778,779,-1,780,781,782,-1,783,784,785,-1,786,787,788,-1,789,790,791,-1,792,793,794,-1,795,796,797,-1,798,799,800,-1,801,802,803,-1,804,805,806,-1,807,808,809,-1,810,811,812,-1,813,814,815,-1,816,817,818,-1,819,820,821,-1,822,823,824,-1,825,826,827,-1,828,829,830,-1,831,832,833,-1,834,835,836,-1,837,838,839,-1,840,841,842,-1,843,844,845,-1,846,847,848,-1,849,850,851,-1,852,853,854,-1,855,856,857,-1,858,859,860,-1,861,862,863,-1,864,865,866,-1,867,868,869,-1,870,871,872,-1,873,874,875,-1,876,877,878,-1,879,880,881,-1,882,883,884,-1,885,886,887,-1,888,889,890,-1,891,892,893,-1,894,895,896,-1,897,898,899,-1,900,901,902,-1,903,904,905,-1,906,907,908,-1,909,910,911,-1,912,913,914,-1,915,916,917,-1,918,919,920,-1,921,922,923,-1,924,925,926,-1,927,928,929,-1,930,931,932,-1,933,934,935,-1,936,937,938,-1,939,940,941,-1,942,943,944,-1,945,946,947,-1,948,949,950,-1,951,952,953,-1,954,955,956,-1,957,958,959,-1,960,961,962,-1,963,964,965,-1,966,967,968,-1,969,970,971,-1,972,973,974,-1,975,976,977,-1,978,979,980,-1,981,982,983,-1,984,985,986,-1,987,988,989,-1,990,991,992,-1,993,994,995,-1,996,997,998,-1,999,1000,1001,-1,1002,1003,1004,-1,1005,1006,1007,-1,1008,1009,1010,-1,1011,1012,1013,-1,1014,1015,1016,-1,1017,1018,1019,-1,1020,1021,1022,-1,1023,1024,1025,-1,1026,1027,1028,-1,1029,1030,1031,-1,1032,1033,1034,-1,1035,1036,1037,-1,1038,1039,1040,-1,1041,1042,1043,-1,1044,1045,1046,-1,1047,1048,1049,-1,1050,1051,1052,-1,1053,1054,1055,-1,1056,1057,1058,-1,1059,1060,1061,-1,1062,1063,1064,-1,1065,1066,1067,-1,1068,1069,1070,-1,1071,1072,1073,-1,1074,1075,1076,-1,1077,1078,1079,-1,1080,1081,1082,-1,1083,1084,1085,-1,1086,1087,1088,-1,1089,1090,1091,-1,1092,1093,1094,-1,1095,1096,1097,-1,1098,1099,1100,-1,1101,1102,1103,-1,1104,1105,1106,-1,1107,1108,1109,-1,1110,1111,1112,-1,1113,1114,1115,-1,1116,1117,1118,-1,1119,1120,1121,-1,1122,1123,1124,-1,1125,1126,1127,-1,1128,1129,1130,-1,1131,1132,1133,-1,1134,1135,1136,-1,1137,1138,1139,-1,1140,1141,1142,-1,1143,1144,1145,-1,1146,1147,1148,-1,1149,1150,1151,-1,1152,1153,1154,-1,1155,1156,1157,-1,1158,1159,1160,-1,1161,1162,1163,-1,1164,1165,1166,-1,1167,1168,1169,-1,1170,1171,1172,-1,1173,1174,1175,-1,1176,1177,1178,-1,1179,1180,1181,-1,1182,1183,1184,-1,1185,1186,1187,-1,1188,1189,1190,-1,1191,1192,1193,-1,1194,1195,1196,-1,1197,1198,1199,-1,1200,1201,1202,-1,1203,1204,1205,-1,1206,1207,1208,-1,1209,1210,1211,-1,1212,1213,1214,-1,1215,1216,1217,-1,1218,1219,1220,-1,1221,1222,1223,-1,1224,1225,1226,-1,1227,1228,1229,-1,1230,1231,1232,-1,1233,1234,1235,-1,1236,1237,1238,-1,1239,1240,1241,-1,1242,1243,1244,-1,1245,1246,1247,-1,1248,1249,1250,-1,1251,1252,1253,-1,1254,1255,1256,-1,1257,1258,1259,-1,1260,1261,1262,-1,1263,1264,1265,-1,1266,1267,1268,-1,1269,1270,1271,-1,1272,1273,1274,-1,1275,1276,1277,-1,1278,1279,1280,-1,1281,1282,1283,-1,1284,1285,1286,-1,1287,1288,1289,-1,1290,1291,1292,-1,1293,1294,1295,-1,1296,1297,1298,-1,1299,1300,1301,-1,1302,1303,1304,-1,1305,1306,1307,-1,1308,1309,1310,-1,1311,1312,1313,-1,1314,1315,1316,-1,1317,1318,1319,-1,1320,1321,1322,-1,1323,1324,1325,-1,1326,1327,1328,-1,1329,1330,1331,-1,1332,1333,1334,-1,1335,1336,1337,-1,1338,1339,1340,-1,1341,1342,1343,-1,1344,1345,1346,-1,1347,1348,1349,-1,1350,1351,1352,-1,1353,1354,1355,-1,1356,1357,1358,-1,1359,1360,1361,-1,1362,1363,1364,-1,1365,1366,1367,-1,1368,1369,1370,-1,1371,1372,1373,-1,1374,1375,1376,-1,1377,1378,1379,-1,1380,1381,1382,-1,1383,1384,1385,-1,1386,1387,1388,-1,1389,1390,1391,-1,1392,1393,1394,-1,1395,1396,1397,-1,1398,1399,1400,-1,1401,1402,1403,-1,1404,1405,1406,-1,1407,1408,1409,-1,1410,1411,1412,-1,1413,1414,1415,-1,1416,1417,1418,-1,1419,1420,1421,-1,1422,1423,1424,-1,1425,1426,1427,-1,1428,1429,1430,-1,1431,1432,1433,-1,1434,1435,1436,-1,1437,1438,1439,-1,1440,1441,1442,-1,1443,1444,1445,-1,1446,1447,1448,-1,1449,1450,1451,-1,1452,1453,1454,-1,1455,1456,1457,-1,1458,1459,1460,-1,1461,1462,1463,-1,1464,1465,1466,-1,1467,1468,1469,-1,1470,1471,1472,-1,1473,1474,1475,-1,1476,1477,1478,-1,1479,1480,1481,-1,1482,1483,1484,-1,1485,1486,1487,-1,1488,1489,1490,-1,1491,1492,1493,-1,1494,1495,1496,-1,1497,1498,1499,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_3()
		{
			int[] value = {1500,1501,1502,-1,1503,1504,1505,-1,1506,1507,1508,-1,1509,1510,1511,-1,1512,1513,1514,-1,1515,1516,1517,-1,1518,1519,1520,-1,1521,1522,1523,-1,1524,1525,1526,-1,1527,1528,1529,-1,1530,1531,1532,-1,1533,1534,1535,-1,1536,1537,1538,-1,1539,1540,1541,-1,1542,1543,1544,-1,1545,1546,1547,-1,1548,1549,1550,-1,1551,1552,1553,-1,1554,1555,1556,-1,1557,1558,1559,-1,1560,1561,1562,-1,1563,1564,1565,-1,1566,1567,1568,-1,1569,1570,1571,-1,1572,1573,1574,-1,1575,1576,1577,-1,1578,1579,1580,-1,1581,1582,1583,-1,1584,1585,1586,-1,1587,1588,1589,-1,1590,1591,1592,-1,1593,1594,1595,-1,1596,1597,1598,-1,1599,1600,1601,-1,1602,1603,1604,-1,1605,1606,1607,-1,1608,1609,1610,-1,1611,1612,1613,-1,1614,1615,1616,-1,1617,1618,1619,-1,1620,1621,1622,-1,1623,1624,1625,-1,1626,1627,1628,-1,1629,1630,1631,-1,1632,1633,1634,-1,1635,1636,1637,-1,1638,1639,1640,-1,1641,1642,1643,-1,1644,1645,1646,-1,1647,1648,1649,-1,1650,1651,1652,-1,1653,1654,1655,-1,1656,1657,1658,-1,1659,1660,1661,-1,1662,1663,1664,-1,1665,1666,1667,-1,1668,1669,1670,-1,1671,1672,1673,-1,1674,1675,1676,-1,1677,1678,1679,-1,1680,1681,1682,-1,1683,1684,1685,-1,1686,1687,1688,-1,1689,1690,1691,-1,1692,1693,1694,-1,1695,1696,1697,-1,1698,1699,1700,-1,1701,1702,1703,-1,1704,1705,1706,-1,1707,1708,1709,-1,1710,1711,1712,-1,1713,1714,1715,-1,1716,1717,1718,-1,1719,1720,1721,-1,1722,1723,1724,-1,1725,1726,1727,-1,1728,1729,1730,-1,1731,1732,1733,-1,1734,1735,1736,-1,1737,1738,1739,-1,1740,1741,1742,-1,1743,1744,1745,-1,1746,1747,1748,-1,1749,1750,1751,-1,1752,1753,1754,-1,1755,1756,1757,-1,1758,1759,1760,-1,1761,1762,1763,-1,1764,1765,1766,-1,1767,1768,1769,-1,1770,1771,1772,-1,1773,1774,1775,-1,1776,1777,1778,-1,1779,1780,1781,-1,1782,1783,1784,-1,1785,1786,1787,-1,1788,1789,1790,-1,1791,1792,1793,-1,1794,1795,1796,-1,1797,1798,1799,-1,1800,1801,1802,-1,1803,1804,1805,-1,1806,1807,1808,-1,1809,1810,1811,-1,1812,1813,1814,-1,1815,1816,1817,-1,1818,1819,1820,-1,1821,1822,1823,-1,1824,1825,1826,-1,1827,1828,1829,-1,1830,1831,1832,-1,1833,1834,1835,-1,1836,1837,1838,-1,1839,1840,1841,-1,1842,1843,1844,-1,1845,1846,1847,-1,1848,1849,1850,-1,1851,1852,1853,-1,1854,1855,1856,-1,1857,1858,1859,-1,1860,1861,1862,-1,1863,1864,1865,-1,1866,1867,1868,-1,1869,1870,1871,-1,1872,1873,1874,-1,1875,1876,1877,-1,1878,1879,1880,-1,1881,1882,1883,-1,1884,1885,1886,-1,1887,1888,1889,-1,1890,1891,1892,-1,1893,1894,1895,-1,1896,1897,1898,-1,1899,1900,1901,-1,1902,1903,1904,-1,1905,1906,1907,-1,1908,1909,1910,-1,1911,1912,1913,-1,1914,1915,1916,-1,1917,1918,1919,-1,1920,1921,1922,-1,1923,1924,1925,-1,1926,1927,1928,-1,1929,1930,1931,-1,1932,1933,1934,-1,1935,1936,1937,-1,1938,1939,1940,-1,1941,1942,1943,-1,1944,1945,1946,-1,1947,1948,1949,-1,1950,1951,1952,-1,1953,1954,1955,-1,1956,1957,1958,-1,1959,1960,1961,-1,1962,1963,1964,-1,1965,1966,1967,-1,1968,1969,1970,-1,1971,1972,1973,-1,1974,1975,1976,-1,1977,1978,1979,-1,1980,1981,1982,-1,1983,1984,1985,-1,1986,1987,1988,-1,1989,1990,1991,-1,1992,1993,1994,-1,1995,1996,1997,-1,1998,1999,2000,-1,2001,2002,2003,-1,2004,2005,2006,-1,2007,2008,2009,-1,2010,2011,2012,-1,2013,2014,2015,-1,2016,2017,2018,-1,2019,2020,2021,-1,2022,2023,2024,-1,2025,2026,2027,-1,2028,2029,2030,-1,2031,2032,2033,-1,2034,2035,2036,-1,2037,2038,2039,-1,2040,2041,2042,-1,2043,2044,2045,-1,2046,2047,2048,-1,2049,2050,2051,-1,2052,2053,2054,-1,2055,2056,2057,-1,2058,2059,2060,-1,2061,2062,2063,-1,2064,2065,2066,-1,2067,2068,2069,-1,2070,2071,2072,-1,2073,2074,2075,-1,2076,2077,2078,-1,2079,2080,2081,-1,2082,2083,2084,-1,2085,2086,2087,-1,2088,2089,2090,-1,2091,2092,2093,-1,2094,2095,2096,-1,2097,2098,2099,-1,2100,2101,2102,-1,2103,2104,2105,-1,2106,2107,2108,-1,2109,2110,2111,-1,2112,2113,2114,-1,2115,2116,2117,-1,2118,2119,2120,-1,2121,2122,2123,-1,2124,2125,2126,-1,2127,2128,2129,-1,2130,2131,2132,-1,2133,2134,2135,-1,2136,2137,2138,-1,2139,2140,2141,-1,2142,2143,2144,-1,2145,2146,2147,-1,2148,2149,2150,-1,2151,2152,2153,-1,2154,2155,2156,-1,2157,2158,2159,-1,2160,2161,2162,-1,2163,2164,2165,-1,2166,2167,2168,-1,2169,2170,2171,-1,2172,2173,2174,-1,2175,2176,2177,-1,2178,2179,2180,-1,2181,2182,2183,-1,2184,2185,2186,-1,2187,2188,2189,-1,2190,2191,2192,-1,2193,2194,2195,-1,2196,2197,2198,-1,2199,2200,2201,-1,2202,2203,2204,-1,2205,2206,2207,-1,2208,2209,2210,-1,2211,2212,2213,-1,2214,2215,2216,-1,2217,2218,2219,-1,2220,2221,2222,-1,2223,2224,2225,-1,2226,2227,2228,-1,2229,2230,2231,-1,2232,2233,2234,-1,2235,2236,2237,-1,2238,2239,2240,-1,2241,2242,2243,-1,2244,2245,2246,-1,2247,2248,2249,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_4()
		{
			int[] value = {2250,2251,2252,-1,2253,2254,2255,-1,2256,2257,2258,-1,2259,2260,2261,-1,2262,2263,2264,-1,2265,2266,2267,-1,2268,2269,2270,-1,2271,2272,2273,-1,2274,2275,2276,-1,2277,2278,2279,-1,2280,2281,2282,-1,2283,2284,2285,-1,2286,2287,2288,-1,2289,2290,2291,-1,2292,2293,2294,-1,2295,2296,2297,-1,2298,2299,2300,-1,2301,2302,2303,-1,2304,2305,2306,-1,2307,2308,2309,-1,2310,2311,2312,-1,2313,2314,2315,-1,2316,2317,2318,-1,2319,2320,2321,-1,2322,2323,2324,-1,2325,2326,2327,-1,2328,2329,2330,-1,2331,2332,2333,-1,2334,2335,2336,-1,2337,2338,2339,-1,2340,2341,2342,-1,2343,2344,2345,-1,2346,2347,2348,-1,2349,2350,2351,-1,2352,2353,2354,-1,2355,2356,2357,-1,2358,2359,2360,-1,2361,2362,2363,-1,2364,2365,2366,-1,2367,2368,2369,-1,2370,2371,2372,-1,2373,2374,2375,-1,2376,2377,2378,-1,2379,2380,2381,-1,2382,2383,2384,-1,2385,2386,2387,-1,2388,2389,2390,-1,2391,2392,2393,-1,2394,2395,2396,-1,2397,2398,2399,-1,2400,2401,2402,-1,2403,2404,2405,-1,2406,2407,2408,-1,2409,2410,2411,-1,2412,2413,2414,-1,2415,2416,2417,-1,2418,2419,2420,-1,2421,2422,2423,-1,2424,2425,2426,-1,2427,2428,2429,-1,2430,2431,2432,-1,2433,2434,2435,-1,2436,2437,2438,-1,2439,2440,2441,-1,2442,2443,2444,-1,2445,2446,2447,-1,2448,2449,2450,-1,2451,2452,2453,-1,2454,2455,2456,-1,2457,2458,2459,-1,2460,2461,2462,-1,2463,2464,2465,-1,2466,2467,2468,-1,2469,2470,2471,-1,2472,2473,2474,-1,2475,2476,2477,-1,2478,2479,2480,-1,2481,2482,2483,-1,2484,2485,2486,-1,2487,2488,2489,-1,2490,2491,2492,-1,2493,2494,2495,-1,2496,2497,2498,-1,2499,2500,2501,-1,2502,2503,2504,-1,2505,2506,2507,-1,2508,2509,2510,-1,2511,2512,2513,-1,2514,2515,2516,-1,2517,2518,2519,-1,2520,2521,2522,-1,2523,2524,2525,-1,2526,2527,2528,-1,2529,2530,2531,-1,2532,2533,2534,-1,2535,2536,2537,-1,2538,2539,2540,-1,2541,2542,2543,-1,2544,2545,2546,-1,2547,2548,2549,-1,2550,2551,2552,-1,2553,2554,2555,-1,2556,2557,2558,-1,2559,2560,2561,-1,2562,2563,2564,-1,2565,2566,2567,-1,2568,2569,2570,-1,2571,2572,2573,-1,2574,2575,2576,-1,2577,2578,2579,-1,2580,2581,2582,-1,2583,2584,2585,-1,2586,2587,2588,-1,2589,2590,2591,-1,2592,2593,2594,-1,2595,2596,2597,-1,2598,2599,2600,-1,2601,2602,2603,-1,2604,2605,2606,-1,2607,2608,2609,-1,2610,2611,2612,-1,2613,2614,2615,-1,2616,2617,2618,-1,2619,2620,2621,-1,2622,2623,2624,-1,2625,2626,2627,-1,2628,2629,2630,-1,2631,2632,2633,-1,2634,2635,2636,-1,2637,2638,2639,-1,2640,2641,2642,-1,2643,2644,2645,-1,2646,2647,2648,-1,2649,2650,2651,-1,2652,2653,2654,-1,2655,2656,2657,-1,2658,2659,2660,-1,2661,2662,2663,-1,2664,2665,2666,-1,2667,2668,2669,-1,2670,2671,2672,-1,2673,2674,2675,-1,2676,2677,2678,-1,2679,2680,2681,-1,2682,2683,2684,-1,2685,2686,2687,-1,2688,2689,2690,-1,2691,2692,2693,-1,2694,2695,2696,-1,2697,2698,2699,-1,2700,2701,2702,-1,2703,2704,2705,-1,2706,2707,2708,-1,2709,2710,2711,-1,2712,2713,2714,-1,2715,2716,2717,-1,2718,2719,2720,-1,2721,2722,2723,-1,2724,2725,2726,-1,2727,2728,2729,-1,2730,2731,2732,-1,2733,2734,2735,-1,2736,2737,2738,-1,2739,2740,2741,-1,2742,2743,2744,-1,2745,2746,2747,-1,2748,2749,2750,-1,2751,2752,2753,-1,2754,2755,2756,-1,2757,2758,2759,-1,2760,2761,2762,-1,2763,2764,2765,-1,2766,2767,2768,-1,2769,2770,2771,-1,2772,2773,2774,-1,2775,2776,2777,-1,2778,2779,2780,-1,2781,2782,2783,-1,2784,2785,2786,-1,2787,2788,2789,-1,2790,2791,2792,-1,2793,2794,2795,-1,2796,2797,2798,-1,2799,2800,2801,-1,2802,2803,2804,-1,2805,2806,2807,-1,2808,2809,2810,-1,2811,2812,2813,-1,2814,2815,2816,-1,2817,2818,2819,-1,2820,2821,2822,-1,2823,2824,2825,-1,2826,2827,2828,-1,2829,2830,2831,-1,2832,2833,2834,-1,2835,2836,2837,-1,2838,2839,2840,-1,2841,2842,2843,-1,2844,2845,2846,-1,2847,2848,2849,-1,2850,2851,2852,-1,2853,2854,2855,-1,2856,2857,2858,-1,2859,2860,2861,-1,2862,2863,2864,-1,2865,2866,2867,-1,2868,2869,2870,-1,2871,2872,2873,-1,2874,2875,2876,-1,2877,2878,2879,-1,2880,2881,2882,-1,2883,2884,2885,-1,2886,2887,2888,-1,2889,2890,2891,-1,2892,2893,2894,-1,2895,2896,2897,-1,2898,2899,2900,-1,2901,2902,2903,-1,2904,2905,2906,-1,2907,2908,2909,-1,2910,2911,2912,-1,2913,2914,2915,-1,2916,2917,2918,-1,2919,2920,2921,-1,2922,2923,2924,-1,2925,2926,2927,-1,2928,2929,2930,-1,2931,2932,2933,-1,2934,2935,2936,-1,2937,2938,2939,-1,2940,2941,2942,-1,2943,2944,2945,-1,2946,2947,2948,-1,2949,2950,2951,-1,2952,2953,2954,-1,2955,2956,2957,-1,2958,2959,2960,-1,2961,2962,2963,-1,2964,2965,2966,-1,2967,2968,2969,-1,2970,2971,2972,-1,2973,2974,2975,-1,2976,2977,2978,-1,2979,2980,2981,-1,2982,2983,2984,-1,2985,2986,2987,-1,2988,2989,2990,-1,2991,2992,2993,-1,2994,2995,2996,-1,2997,2998,2999,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_5()
		{
			int[] value = {3000,3001,3002,-1,3003,3004,3005,-1,3006,3007,3008,-1,3009,3010,3011,-1,3012,3013,3014,-1,3015,3016,3017,-1,3018,3019,3020,-1,3021,3022,3023,-1,3024,3025,3026,-1,3027,3028,3029,-1,3030,3031,3032,-1,3033,3034,3035,-1,3036,3037,3038,-1,3039,3040,3041,-1,3042,3043,3044,-1,3045,3046,3047,-1,3048,3049,3050,-1,3051,3052,3053,-1,3054,3055,3056,-1,3057,3058,3059,-1,3060,3061,3062,-1,3063,3064,3065,-1,3066,3067,3068,-1,3069,3070,3071,-1,3072,3073,3074,-1,3075,3076,3077,-1,3078,3079,3080,-1,3081,3082,3083,-1,3084,3085,3086,-1,3087,3088,3089,-1,3090,3091,3092,-1,3093,3094,3095,-1,3096,3097,3098,-1,3099,3100,3101,-1,3102,3103,3104,-1,3105,3106,3107,-1,3108,3109,3110,-1,3111,3112,3113,-1,3114,3115,3116,-1,3117,3118,3119,-1,3120,3121,3122,-1,3123,3124,3125,-1,3126,3127,3128,-1,3129,3130,3131,-1,3132,3133,3134,-1,3135,3136,3137,-1,3138,3139,3140,-1,3141,3142,3143,-1,3144,3145,3146,-1,3147,3148,3149,-1,3150,3151,3152,-1,3153,3154,3155,-1,3156,3157,3158,-1,3159,3160,3161,-1,3162,3163,3164,-1,3165,3166,3167,-1,3168,3169,3170,-1,3171,3172,3173,-1,3174,3175,3176,-1,3177,3178,3179,-1,3180,3181,3182,-1,3183,3184,3185,-1,3186,3187,3188,-1,3189,3190,3191,-1,3192,3193,3194,-1,3195,3196,3197,-1,3198,3199,3200,-1,3201,3202,3203,-1,3204,3205,3206,-1,3207,3208,3209,-1,3210,3211,3212,-1,3213,3214,3215,-1,3216,3217,3218,-1,3219,3220,3221,-1,3222,3223,3224,-1,3225,3226,3227,-1,3228,3229,3230,-1,3231,3232,3233,-1,3234,3235,3236,-1,3237,3238,3239,-1,3240,3241,3242,-1,3243,3244,3245,-1,3246,3247,3248,-1,3249,3250,3251,-1,3252,3253,3254,-1,3255,3256,3257,-1,3258,3259,3260,-1,3261,3262,3263,-1,3264,3265,3266,-1,3267,3268,3269,-1,3270,3271,3272,-1,3273,3274,3275,-1,3276,3277,3278,-1,3279,3280,3281,-1,3282,3283,3284,-1,3285,3286,3287,-1,3288,3289,3290,-1,3291,3292,3293,-1,3294,3295,3296,-1,3297,3298,3299,-1,3300,3301,3302,-1,3303,3304,3305,-1,3306,3307,3308,-1,3309,3310,3311,-1,3312,3313,3314,-1,3315,3316,3317,-1,3318,3319,3320,-1,3321,3322,3323,-1,3324,3325,3326,-1,3327,3328,3329,-1,3330,3331,3332,-1,3333,3334,3335,-1,3336,3337,3338,-1,3339,3340,3341,-1,3342,3343,3344,-1,3345,3346,3347,-1,3348,3349,3350,-1,3351,3352,3353,-1,3354,3355,3356,-1,3357,3358,3359,-1,3360,3361,3362,-1,3363,3364,3365,-1,3366,3367,3368,-1,3369,3370,3371,-1,3372,3373,3374,-1,3375,3376,3377,-1,3378,3379,3380,-1,3381,3382,3383,-1,3384,3385,3386,-1,3387,3388,3389,-1,3390,3391,3392,-1,3393,3394,3395,-1,3396,3397,3398,-1,3399,3400,3401,-1,3402,3403,3404,-1,3405,3406,3407,-1,3408,3409,3410,-1,3411,3412,3413,-1,3414,3415,3416,-1,3417,3418,3419,-1,3420,3421,3422,-1,3423,3424,3425,-1,3426,3427,3428,-1,3429,3430,3431,-1,3432,3433,3434,-1,3435,3436,3437,-1,3438,3439,3440,-1,3441,3442,3443,-1,3444,3445,3446,-1,3447,3448,3449,-1,3450,3451,3452,-1,3453,3454,3455,-1,3456,3457,3458,-1,3459,3460,3461,-1,3462,3463,3464,-1,3465,3466,3467,-1,3468,3469,3470,-1,3471,3472,3473,-1,3474,3475,3476,-1,3477,3478,3479,-1,3480,3481,3482,-1,3483,3484,3485,-1,3486,3487,3488,-1,3489,3490,3491,-1,3492,3493,3494,-1,3495,3496,3497,-1,3498,3499,3500,-1,3501,3502,3503,-1,3504,3505,3506,-1,3507,3508,3509,-1,3510,3511,3512,-1,3513,3514,3515,-1,3516,3517,3518,-1,3519,3520,3521,-1,3522,3523,3524,-1,3525,3526,3527,-1,3528,3529,3530,-1,3531,3532,3533,-1,3534,3535,3536,-1,3537,3538,3539,-1,3540,3541,3542,-1,3543,3544,3545,-1,3546,3547,3548,-1,3549,3550,3551,-1,3552,3553,3554,-1,3555,3556,3557,-1,3558,3559,3560,-1,3561,3562,3563,-1,3564,3565,3566,-1,3567,3568,3569,-1,3570,3571,3572,-1,3573,3574,3575,-1,3576,3577,3578,-1,3579,3580,3581,-1,3582,3583,3584,-1,3585,3586,3587,-1,3588,3589,3590,-1,3591,3592,3593,-1,3594,3595,3596,-1,3597,3598,3599,-1,3600,3601,3602,-1,3603,3604,3605,-1,3606,3607,3608,-1,3609,3610,3611,-1,3612,3613,3614,-1,3615,3616,3617,-1,3618,3619,3620,-1,3621,3622,3623,-1,3624,3625,3626,-1,3627,3628,3629,-1,3630,3631,3632,-1,3633,3634,3635,-1,3636,3637,3638,-1,3639,3640,3641,-1,3642,3643,3644,-1,3645,3646,3647,-1,3648,3649,3650,-1,3651,3652,3653,-1,3654,3655,3656,-1,3657,3658,3659,-1,3660,3661,3662,-1,3663,3664,3665,-1,3666,3667,3668,-1,3669,3670,3671,-1,3672,3673,3674,-1,3675,3676,3677,-1,3678,3679,3680,-1,3681,3682,3683,-1,3684,3685,3686,-1,3687,3688,3689,-1,3690,3691,3692,-1,3693,3694,3695,-1,3696,3697,3698,-1,3699,3700,3701,-1,3702,3703,3704,-1,3705,3706,3707,-1,3708,3709,3710,-1,3711,3712,3713,-1,3714,3715,3716,-1,3717,3718,3719,-1,3720,3721,3722,-1,3723,3724,3725,-1,3726,3727,3728,-1,3729,3730,3731,-1,3732,3733,3734,-1,3735,3736,3737,-1,3738,3739,3740,-1,3741,3742,3743,-1,3744,3745,3746,-1,3747,3748,3749,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_6()
		{
			int[] value = {3750,3751,3752,-1,3753,3754,3755,-1,3756,3757,3758,-1,3759,3760,3761,-1,3762,3763,3764,-1,3765,3766,3767,-1,3768,3769,3770,-1,3771,3772,3773,-1,3774,3775,3776,-1,3777,3778,3779,-1,3780,3781,3782,-1,3783,3784,3785,-1,3786,3787,3788,-1,3789,3790,3791,-1,3792,3793,3794,-1,3795,3796,3797,-1,3798,3799,3800,-1,3801,3802,3803,-1,3804,3805,3806,-1,3807,3808,3809,-1,3810,3811,3812,-1,3813,3814,3815,-1,3816,3817,3818,-1,3819,3820,3821,-1,3822,3823,3824,-1,3825,3826,3827,-1,3828,3829,3830,-1,3831,3832,3833,-1,3834,3835,3836,-1,3837,3838,3839,-1,3840,3841,3842,-1,3843,3844,3845,-1,3846,3847,3848,-1,3849,3850,3851,-1,3852,3853,3854,-1,3855,3856,3857,-1,3858,3859,3860,-1,3861,3862,3863,-1,3864,3865,3866,-1,3867,3868,3869,-1,3870,3871,3872,-1,3873,3874,3875,-1,3876,3877,3878,-1,3879,3880,3881,-1,3882,3883,3884,-1,3885,3886,3887,-1,3888,3889,3890,-1,3891,3892,3893,-1,3894,3895,3896,-1,3897,3898,3899,-1,3900,3901,3902,-1,3903,3904,3905,-1,3906,3907,3908,-1,3909,3910,3911,-1,3912,3913,3914,-1,3915,3916,3917,-1,3918,3919,3920,-1,3921,3922,3923,-1,3924,3925,3926,-1,3927,3928,3929,-1,3930,3931,3932,-1,3933,3934,3935,-1,3936,3937,3938,-1,3939,3940,3941,-1,3942,3943,3944,-1,3945,3946,3947,-1,3948,3949,3950,-1,3951,3952,3953,-1,3954,3955,3956,-1,3957,3958,3959,-1,3960,3961,3962,-1,3963,3964,3965,-1,3966,3967,3968,-1,3969,3970,3971,-1,3972,3973,3974,-1,3975,3976,3977,-1,3978,3979,3980,-1,3981,3982,3983,-1,3984,3985,3986,-1,3987,3988,3989,-1,3990,3991,3992,-1,3993,3994,3995,-1,3996,3997,3998,-1,3999,4000,4001,-1,4002,4003,4004,-1,4005,4006,4007,-1,4008,4009,4010,-1,4011,4012,4013,-1,4014,4015,4016,-1,4017,4018,4019,-1,4020,4021,4022,-1,4023,4024,4025,-1,4026,4027,4028,-1,4029,4030,4031,-1,4032,4033,4034,-1,4035,4036,4037,-1,4038,4039,4040,-1,4041,4042,4043,-1,4044,4045,4046,-1,4047,4048,4049,-1,4050,4051,4052,-1,4053,4054,4055,-1,4056,4057,4058,-1,4059,4060,4061,-1,4062,4063,4064,-1,4065,4066,4067,-1,4068,4069,4070,-1,4071,4072,4073,-1,4074,4075,4076,-1,4077,4078,4079,-1,4080,4081,4082,-1,4083,4084,4085,-1,4086,4087,4088,-1,4089,4090,4091,-1,4092,4093,4094,-1,4095,4096,4097,-1,4098,4099,4100,-1,4101,4102,4103,-1,4104,4105,4106,-1,4107,4108,4109,-1,4110,4111,4112,-1,4113,4114,4115,-1,4116,4117,4118,-1,4119,4120,4121,-1,4122,4123,4124,-1,4125,4126,4127,-1,4128,4129,4130,-1,4131,4132,4133,-1,4134,4135,4136,-1,4137,4138,4139,-1,4140,4141,4142,-1,4143,4144,4145,-1,4146,4147,4148,-1,4149,4150,4151,-1,4152,4153,4154,-1,4155,4156,4157,-1,4158,4159,4160,-1,4161,4162,4163,-1,4164,4165,4166,-1,4167,4168,4169,-1,4170,4171,4172,-1,4173,4174,4175,-1,4176,4177,4178,-1,4179,4180,4181,-1,4182,4183,4184,-1,4185,4186,4187,-1,4188,4189,4190,-1,4191,4192,4193,-1,4194,4195,4196,-1,4197,4198,4199,-1,4200,4201,4202,-1,4203,4204,4205,-1,4206,4207,4208,-1,4209,4210,4211,-1,4212,4213,4214,-1,4215,4216,4217,-1,4218,4219,4220,-1,4221,4222,4223,-1,4224,4225,4226,-1,4227,4228,4229,-1,4230,4231,4232,-1,4233,4234,4235,-1,4236,4237,4238,-1,4239,4240,4241,-1,4242,4243,4244,-1,4245,4246,4247,-1,4248,4249,4250,-1,4251,4252,4253,-1,4254,4255,4256,-1,4257,4258,4259,-1,4260,4261,4262,-1,4263,4264,4265,-1,4266,4267,4268,-1,4269,4270,4271,-1,4272,4273,4274,-1,4275,4276,4277,-1,4278,4279,4280,-1,4281,4282,4283,-1,4284,4285,4286,-1,4287,4288,4289,-1,4290,4291,4292,-1,4293,4294,4295,-1,4296,4297,4298,-1,4299,4300,4301,-1,4302,4303,4304,-1,4305,4306,4307,-1,4308,4309,4310,-1,4311,4312,4313,-1,4314,4315,4316,-1,4317,4318,4319,-1,4320,4321,4322,-1,4323,4324,4325,-1,4326,4327,4328,-1,4329,4330,4331,-1,4332,4333,4334,-1,4335,4336,4337,-1,4338,4339,4340,-1,4341,4342,4343,-1,4344,4345,4346,-1,4347,4348,4349,-1,4350,4351,4352,-1,4353,4354,4355,-1,4356,4357,4358,-1,4359,4360,4361,-1,4362,4363,4364,-1,4365,4366,4367,-1,4368,4369,4370,-1,4371,4372,4373,-1,4374,4375,4376,-1,4377,4378,4379,-1,4380,4381,4382,-1,4383,4384,4385,-1,4386,4387,4388,-1,4389,4390,4391,-1,4392,4393,4394,-1,4395,4396,4397,-1,4398,4399,4400,-1,4401,4402,4403,-1,4404,4405,4406,-1,4407,4408,4409,-1,4410,4411,4412,-1,4413,4414,4415,-1,4416,4417,4418,-1,4419,4420,4421,-1,4422,4423,4424,-1,4425,4426,4427,-1,4428,4429,4430,-1,4431,4432,4433,-1,4434,4435,4436,-1,4437,4438,4439,-1,4440,4441,4442,-1,4443,4444,4445,-1,4446,4447,4448,-1,4449,4450,4451,-1,4452,4453,4454,-1,4455,4456,4457,-1,4458,4459,4460,-1,4461,4462,4463,-1,4464,4465,4466,-1,4467,4468,4469,-1,4470,4471,4472,-1,4473,4474,4475,-1,4476,4477,4478,-1,4479,4480,4481,-1,4482,4483,4484,-1,4485,4486,4487,-1,4488,4489,4490,-1,4491,4492,4493,-1,4494,4495,4496,-1,4497,4498,4499,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_7()
		{
			int[] value = {4500,4501,4502,-1,4503,4504,4505,-1,4506,4507,4508,-1,4509,4510,4511,-1,4512,4513,4514,-1,4515,4516,4517,-1,4518,4519,4520,-1,4521,4522,4523,-1,4524,4525,4526,-1,4527,4528,4529,-1,4530,4531,4532,-1,4533,4534,4535,-1,4536,4537,4538,-1,4539,4540,4541,-1,4542,4543,4544,-1,4545,4546,4547,-1,4548,4549,4550,-1,4551,4552,4553,-1,4554,4555,4556,-1,4557,4558,4559,-1,4560,4561,4562,-1,4563,4564,4565,-1,4566,4567,4568,-1,4569,4570,4571,-1,4572,4573,4574,-1,4575,4576,4577,-1,4578,4579,4580,-1,4581,4582,4583,-1,4584,4585,4586,-1,4587,4588,4589,-1,4590,4591,4592,-1,4593,4594,4595,-1,4596,4597,4598,-1,4599,4600,4601,-1,4602,4603,4604,-1,4605,4606,4607,-1,4608,4609,4610,-1,4611,4612,4613,-1,4614,4615,4616,-1,4617,4618,4619,-1,4620,4621,4622,-1,4623,4624,4625,-1,4626,4627,4628,-1,4629,4630,4631,-1,4632,4633,4634,-1,4635,4636,4637,-1,4638,4639,4640,-1,4641,4642,4643,-1,4644,4645,4646,-1,4647,4648,4649,-1,4650,4651,4652,-1,4653,4654,4655,-1,4656,4657,4658,-1,4659,4660,4661,-1,4662,4663,4664,-1,4665,4666,4667,-1,4668,4669,4670,-1,4671,4672,4673,-1,4674,4675,4676,-1,4677,4678,4679,-1,4680,4681,4682,-1,4683,4684,4685,-1,4686,4687,4688,-1,4689,4690,4691,-1,4692,4693,4694,-1,4695,4696,4697,-1,4698,4699,4700,-1,4701,4702,4703,-1,4704,4705,4706,-1,4707,4708,4709,-1,4710,4711,4712,-1,4713,4714,4715,-1,4716,4717,4718,-1,4719,4720,4721,-1,4722,4723,4724,-1,4725,4726,4727,-1,4728,4729,4730,-1,4731,4732,4733,-1,4734,4735,4736,-1,4737,4738,4739,-1,4740,4741,4742,-1,4743,4744,4745,-1,4746,4747,4748,-1,4749,4750,4751,-1,4752,4753,4754,-1,4755,4756,4757,-1,4758,4759,4760,-1,4761,4762,4763,-1,4764,4765,4766,-1,4767,4768,4769,-1,4770,4771,4772,-1,4773,4774,4775,-1,4776,4777,4778,-1,4779,4780,4781,-1,4782,4783,4784,-1,4785,4786,4787,-1,4788,4789,4790,-1,4791,4792,4793,-1,4794,4795,4796,-1,4797,4798,4799,-1,4800,4801,4802,-1,4803,4804,4805,-1,4806,4807,4808,-1,4809,4810,4811,-1,4812,4813,4814,-1,4815,4816,4817,-1,4818,4819,4820,-1,4821,4822,4823,-1,4824,4825,4826,-1,4827,4828,4829,-1,4830,4831,4832,-1,4833,4834,4835,-1,4836,4837,4838,-1,4839,4840,4841,-1,4842,4843,4844,-1,4845,4846,4847,-1,4848,4849,4850,-1,4851,4852,4853,-1,4854,4855,4856,-1,4857,4858,4859,-1,4860,4861,4862,-1,4863,4864,4865,-1,4866,4867,4868,-1,4869,4870,4871,-1,4872,4873,4874,-1,4875,4876,4877,-1,4878,4879,4880,-1,4881,4882,4883,-1,4884,4885,4886,-1,4887,4888,4889,-1,4890,4891,4892,-1,4893,4894,4895,-1,4896,4897,4898,-1,4899,4900,4901,-1,4902,4903,4904,-1,4905,4906,4907,-1,4908,4909,4910,-1,4911,4912,4913,-1,4914,4915,4916,-1,4917,4918,4919,-1,4920,4921,4922,-1,4923,4924,4925,-1,4926,4927,4928,-1,4929,4930,4931,-1,4932,4933,4934,-1,4935,4936,4937,-1,4938,4939,4940,-1,4941,4942,4943,-1,4944,4945,4946,-1,4947,4948,4949,-1,4950,4951,4952,-1,4953,4954,4955,-1,4956,4957,4958,-1,4959,4960,4961,-1,4962,4963,4964,-1,4965,4966,4967,-1,4968,4969,4970,-1,4971,4972,4973,-1,4974,4975,4976,-1,4977,4978,4979,-1,4980,4981,4982,-1,4983,4984,4985,-1,4986,4987,4988,-1,4989,4990,4991,-1,4992,4993,4994,-1,4995,4996,4997,-1,4998,4999,5000,-1,5001,5002,5003,-1,5004,5005,5006,-1,5007,5008,5009,-1,5010,5011,5012,-1,5013,5014,5015,-1,5016,5017,5018,-1,5019,5020,5021,-1,5022,5023,5024,-1,5025,5026,5027,-1,5028,5029,5030,-1,5031,5032,5033,-1,5034,5035,5036,-1,5037,5038,5039,-1,5040,5041,5042,-1,5043,5044,5045,-1,5046,5047,5048,-1,5049,5050,5051,-1,5052,5053,5054,-1,5055,5056,5057,-1,5058,5059,5060,-1,5061,5062,5063,-1,5064,5065,5066,-1,5067,5068,5069,-1,5070,5071,5072,-1,5073,5074,5075,-1,5076,5077,5078,-1,5079,5080,5081,-1,5082,5083,5084,-1,5085,5086,5087,-1,5088,5089,5090,-1,5091,5092,5093,-1,5094,5095,5096,-1,5097,5098,5099,-1,5100,5101,5102,-1,5103,5104,5105,-1,5106,5107,5108,-1,5109,5110,5111,-1,5112,5113,5114,-1,5115,5116,5117,-1,5118,5119,5120,-1,5121,5122,5123,-1,5124,5125,5126,-1,5127,5128,5129,-1,5130,5131,5132,-1,5133,5134,5135,-1,5136,5137,5138,-1,5139,5140,5141,-1,5142,5143,5144,-1,5145,5146,5147,-1,5148,5149,5150,-1,5151,5152,5153,-1,5154,5155,5156,-1,5157,5158,5159,-1,5160,5161,5162,-1,5163,5164,5165,-1,5166,5167,5168,-1,5169,5170,5171,-1,5172,5173,5174,-1,5175,5176,5177,-1,5178,5179,5180,-1,5181,5182,5183,-1,5184,5185,5186,-1,5187,5188,5189,-1,5190,5191,5192,-1,5193,5194,5195,-1,5196,5197,5198,-1,5199,5200,5201,-1,5202,5203,5204,-1,5205,5206,5207,-1,5208,5209,5210,-1,5211,5212,5213,-1,5214,5215,5216,-1,5217,5218,5219,-1,5220,5221,5222,-1,5223,5224,5225,-1,5226,5227,5228,-1,5229,5230,5231,-1,5232,5233,5234,-1,5235,5236,5237,-1,5238,5239,5240,-1,5241,5242,5243,-1,5244,5245,5246,-1,5247,5248,5249,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_8()
		{
			int[] value = {5250,5251,5252,-1,5253,5254,5255,-1,5256,5257,5258,-1,5259,5260,5261,-1,5262,5263,5264,-1,5265,5266,5267,-1,5268,5269,5270,-1,5271,5272,5273,-1,5274,5275,5276,-1,5277,5278,5279,-1,5280,5281,5282,-1,5283,5284,5285,-1,5286,5287,5288,-1,5289,5290,5291,-1,5292,5293,5294,-1,5295,5296,5297,-1,5298,5299,5300,-1,5301,5302,5303,-1,5304,5305,5306,-1,5307,5308,5309,-1,5310,5311,5312,-1,5313,5314,5315,-1,5316,5317,5318,-1,5319,5320,5321,-1,5322,5323,5324,-1,5325,5326,5327,-1,5328,5329,5330,-1,5331,5332,5333,-1,5334,5335,5336,-1,5337,5338,5339,-1,5340,5341,5342,-1,5343,5344,5345,-1,5346,5347,5348,-1,5349,5350,5351,-1,5352,5353,5354,-1,5355,5356,5357,-1,5358,5359,5360,-1,5361,5362,5363,-1,5364,5365,5366,-1,5367,5368,5369,-1,5370,5371,5372,-1,5373,5374,5375,-1,5376,5377,5378,-1,5379,5380,5381,-1,5382,5383,5384,-1,5385,5386,5387,-1,5388,5389,5390,-1,5391,5392,5393,-1,5394,5395,5396,-1,5397,5398,5399,-1,5400,5401,5402,-1,5403,5404,5405,-1,5406,5407,5408,-1,5409,5410,5411,-1,5412,5413,5414,-1,5415,5416,5417,-1,5418,5419,5420,-1,5421,5422,5423,-1,5424,5425,5426,-1,5427,5428,5429,-1,5430,5431,5432,-1,5433,5434,5435,-1,5436,5437,5438,-1,5439,5440,5441,-1,5442,5443,5444,-1,5445,5446,5447,-1,5448,5449,5450,-1,5451,5452,5453,-1,5454,5455,5456,-1,5457,5458,5459,-1,5460,5461,5462,-1,5463,5464,5465,-1,5466,5467,5468,-1,5469,5470,5471,-1,5472,5473,5474,-1,5475,5476,5477,-1,5478,5479,5480,-1,5481,5482,5483,-1,5484,5485,5486,-1,5487,5488,5489,-1,5490,5491,5492,-1,5493,5494,5495,-1,5496,5497,5498,-1,5499,5500,5501,-1,5502,5503,5504,-1,5505,5506,5507,-1,5508,5509,5510,-1,5511,5512,5513,-1,5514,5515,5516,-1,5517,5518,5519,-1,5520,5521,5522,-1,5523,5524,5525,-1,5526,5527,5528,-1,5529,5530,5531,-1,5532,5533,5534,-1,5535,5536,5537,-1,5538,5539,5540,-1,5541,5542,5543,-1,5544,5545,5546,-1,5547,5548,5549,-1,5550,5551,5552,-1,5553,5554,5555,-1,5556,5557,5558,-1,5559,5560,5561,-1,5562,5563,5564,-1,5565,5566,5567,-1,5568,5569,5570,-1,5571,5572,5573,-1,5574,5575,5576,-1,5577,5578,5579,-1,5580,5581,5582,-1,5583,5584,5585,-1,5586,5587,5588,-1,5589,5590,5591,-1,5592,5593,5594,-1,5595,5596,5597,-1,5598,5599,5600,-1,5601,5602,5603,-1,5604,5605,5606,-1,5607,5608,5609,-1,5610,5611,5612,-1,5613,5614,5615,-1,5616,5617,5618,-1,5619,5620,5621,-1,5622,5623,5624,-1,5625,5626,5627,-1,5628,5629,5630,-1,5631,5632,5633,-1,5634,5635,5636,-1,5637,5638,5639,-1,5640,5641,5642,-1,5643,5644,5645,-1,5646,5647,5648,-1,5649,5650,5651,-1,5652,5653,5654,-1,5655,5656,5657,-1,5658,5659,5660,-1,5661,5662,5663,-1,5664,5665,5666,-1,5667,5668,5669,-1,5670,5671,5672,-1,5673,5674,5675,-1,5676,5677,5678,-1,5679,5680,5681,-1,5682,5683,5684,-1,5685,5686,5687,-1,5688,5689,5690,-1,5691,5692,5693,-1,5694,5695,5696,-1,5697,5698,5699,-1,5700,5701,5702,-1,5703,5704,5705,-1,5706,5707,5708,-1,5709,5710,5711,-1,5712,5713,5714,-1,5715,5716,5717,-1,5718,5719,5720,-1,5721,5722,5723,-1,5724,5725,5726,-1,5727,5728,5729,-1,5730,5731,5732,-1,5733,5734,5735,-1,5736,5737,5738,-1,5739,5740,5741,-1,5742,5743,5744,-1,5745,5746,5747,-1,5748,5749,5750,-1,5751,5752,5753,-1,5754,5755,5756,-1,5757,5758,5759,-1,5760,5761,5762,-1,5763,5764,5765,-1,5766,5767,5768,-1,5769,5770,5771,-1,5772,5773,5774,-1,5775,5776,5777,-1,5778,5779,5780,-1,5781,5782,5783,-1,5784,5785,5786,-1,5787,5788,5789,-1,5790,5791,5792,-1,5793,5794,5795,-1,5796,5797,5798,-1,5799,5800,5801,-1,5802,5803,5804,-1,5805,5806,5807,-1,5808,5809,5810,-1,5811,5812,5813,-1,5814,5815,5816,-1,5817,5818,5819,-1,5820,5821,5822,-1,5823,5824,5825,-1,5826,5827,5828,-1,5829,5830,5831,-1,5832,5833,5834,-1,5835,5836,5837,-1,5838,5839,5840,-1,5841,5842,5843,-1,5844,5845,5846,-1,5847,5848,5849,-1,5850,5851,5852,-1,5853,5854,5855,-1,5856,5857,5858,-1,5859,5860,5861,-1,5862,5863,5864,-1,5865,5866,5867,-1,5868,5869,5870,-1,5871,5872,5873,-1,5874,5875,5876,-1,5877,5878,5879,-1,5880,5881,5882,-1,5883,5884,5885,-1,5886,5887,5888,-1,5889,5890,5891,-1,5892,5893,5894,-1,5895,5896,5897,-1,5898,5899,5900,-1,5901,5902,5903,-1,5904,5905,5906,-1,5907,5908,5909,-1,5910,5911,5912,-1,5913,5914,5915,-1,5916,5917,5918,-1,5919,5920,5921,-1,5922,5923,5924,-1,5925,5926,5927,-1,5928,5929,5930,-1,5931,5932,5933,-1,5934,5935,5936,-1,5937,5938,5939,-1,5940,5941,5942,-1,5943,5944,5945,-1,5946,5947,5948,-1,5949,5950,5951,-1,5952,5953,5954,-1,5955,5956,5957,-1,5958,5959,5960,-1,5961,5962,5963,-1,5964,5965,5966,-1,5967,5968,5969,-1,5970,5971,5972,-1,5973,5974,5975,-1,5976,5977,5978,-1,5979,5980,5981,-1,5982,5983,5984,-1,5985,5986,5987,-1,5988,5989,5990,-1,5991,5992,5993,-1,5994,5995,5996,-1,5997,5998,5999,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_9()
		{
			int[] value = {6000,6001,6002,-1,6003,6004,6005,-1,6006,6007,6008,-1,6009,6010,6011,-1,6012,6013,6014,-1,6015,6016,6017,-1,6018,6019,6020,-1,6021,6022,6023,-1,6024,6025,6026,-1,6027,6028,6029,-1,6030,6031,6032,-1,6033,6034,6035,-1,6036,6037,6038,-1,6039,6040,6041,-1,6042,6043,6044,-1,6045,6046,6047,-1,6048,6049,6050,-1,6051,6052,6053,-1,6054,6055,6056,-1,6057,6058,6059,-1,6060,6061,6062,-1,6063,6064,6065,-1,6066,6067,6068,-1,6069,6070,6071,-1,6072,6073,6074,-1,6075,6076,6077,-1,6078,6079,6080,-1,6081,6082,6083,-1,6084,6085,6086,-1,6087,6088,6089,-1,6090,6091,6092,-1,6093,6094,6095,-1,6096,6097,6098,-1,6099,6100,6101,-1,6102,6103,6104,-1,6105,6106,6107,-1,6108,6109,6110,-1,6111,6112,6113,-1,6114,6115,6116,-1,6117,6118,6119,-1,6120,6121,6122,-1,6123,6124,6125,-1,6126,6127,6128,-1,6129,6130,6131,-1,6132,6133,6134,-1,6135,6136,6137,-1,6138,6139,6140,-1,6141,6142,6143,-1,6144,6145,6146,-1,6147,6148,6149,-1,6150,6151,6152,-1,6153,6154,6155,-1,6156,6157,6158,-1,6159,6160,6161,-1,6162,6163,6164,-1,6165,6166,6167,-1,6168,6169,6170,-1,6171,6172,6173,-1,6174,6175,6176,-1,6177,6178,6179,-1,6180,6181,6182,-1,6183,6184,6185,-1,6186,6187,6188,-1,6189,6190,6191,-1,6192,6193,6194,-1,6195,6196,6197,-1,6198,6199,6200,-1,6201,6202,6203,-1,6204,6205,6206,-1,6207,6208,6209,-1,6210,6211,6212,-1,6213,6214,6215,-1,6216,6217,6218,-1,6219,6220,6221,-1,6222,6223,6224,-1,6225,6226,6227,-1,6228,6229,6230,-1,6231,6232,6233,-1,6234,6235,6236,-1,6237,6238,6239,-1,6240,6241,6242,-1,6243,6244,6245,-1,6246,6247,6248,-1,6249,6250,6251,-1,6252,6253,6254,-1,6255,6256,6257,-1,6258,6259,6260,-1,6261,6262,6263,-1,6264,6265,6266,-1,6267,6268,6269,-1,6270,6271,6272,-1,6273,6274,6275,-1,6276,6277,6278,-1,6279,6280,6281,-1,6282,6283,6284,-1,6285,6286,6287,-1,6288,6289,6290,-1,6291,6292,6293,-1,6294,6295,6296,-1,6297,6298,6299,-1,6300,6301,6302,-1,6303,6304,6305,-1,6306,6307,6308,-1,6309,6310,6311,-1,6312,6313,6314,-1,6315,6316,6317,-1,6318,6319,6320,-1,6321,6322,6323,-1,6324,6325,6326,-1,6327,6328,6329,-1,6330,6331,6332,-1,6333,6334,6335,-1,6336,6337,6338,-1,6339,6340,6341,-1,6342,6343,6344,-1,6345,6346,6347,-1,6348,6349,6350,-1,6351,6352,6353,-1,6354,6355,6356,-1,6357,6358,6359,-1,6360,6361,6362,-1,6363,6364,6365,-1,6366,6367,6368,-1,6369,6370,6371,-1,6372,6373,6374,-1,6375,6376,6377,-1,6378,6379,6380,-1,6381,6382,6383,-1,6384,6385,6386,-1,6387,6388,6389,-1,6390,6391,6392,-1,6393,6394,6395,-1,6396,6397,6398,-1,6399,6400,6401,-1,6402,6403,6404,-1,6405,6406,6407,-1,6408,6409,6410,-1,6411,6412,6413,-1,6414,6415,6416,-1,6417,6418,6419,-1,6420,6421,6422,-1,6423,6424,6425,-1,6426,6427,6428,-1,6429,6430,6431,-1,6432,6433,6434,-1,6435,6436,6437,-1,6438,6439,6440,-1,6441,6442,6443,-1,6444,6445,6446,-1,6447,6448,6449,-1,6450,6451,6452,-1,6453,6454,6455,-1,6456,6457,6458,-1,6459,6460,6461,-1,6462,6463,6464,-1,6465,6466,6467,-1,6468,6469,6470,-1,6471,6472,6473,-1,6474,6475,6476,-1,6477,6478,6479,-1,6480,6481,6482,-1,6483,6484,6485,-1,6486,6487,6488,-1,6489,6490,6491,-1,6492,6493,6494,-1,6495,6496,6497,-1,6498,6499,6500,-1,6501,6502,6503,-1,6504,6505,6506,-1,6507,6508,6509,-1,6510,6511,6512,-1,6513,6514,6515,-1,6516,6517,6518,-1,6519,6520,6521,-1,6522,6523,6524,-1,6525,6526,6527,-1,6528,6529,6530,-1,6531,6532,6533,-1,6534,6535,6536,-1,6537,6538,6539,-1,6540,6541,6542,-1,6543,6544,6545,-1,6546,6547,6548,-1,6549,6550,6551,-1,6552,6553,6554,-1,6555,6556,6557,-1,6558,6559,6560,-1,6561,6562,6563,-1,6564,6565,6566,-1,6567,6568,6569,-1,6570,6571,6572,-1,6573,6574,6575,-1,6576,6577,6578,-1,6579,6580,6581,-1,6582,6583,6584,-1,6585,6586,6587,-1,6588,6589,6590,-1,6591,6592,6593,-1,6594,6595,6596,-1,6597,6598,6599,-1,6600,6601,6602,-1,6603,6604,6605,-1,6606,6607,6608,-1,6609,6610,6611,-1,6612,6613,6614,-1,6615,6616,6617,-1,6618,6619,6620,-1,6621,6622,6623,-1,6624,6625,6626,-1,6627,6628,6629,-1,6630,6631,6632,-1,6633,6634,6635,-1,6636,6637,6638,-1,6639,6640,6641,-1,6642,6643,6644,-1,6645,6646,6647,-1,6648,6649,6650,-1,6651,6652,6653,-1,6654,6655,6656,-1,6657,6658,6659,-1,6660,6661,6662,-1,6663,6664,6665,-1,6666,6667,6668,-1,6669,6670,6671,-1,6672,6673,6674,-1,6675,6676,6677,-1,6678,6679,6680,-1,6681,6682,6683,-1,6684,6685,6686,-1,6687,6688,6689,-1,6690,6691,6692,-1,6693,6694,6695,-1,6696,6697,6698,-1,6699,6700,6701,-1,6702,6703,6704,-1,6705,6706,6707,-1,6708,6709,6710,-1,6711,6712,6713,-1,6714,6715,6716,-1,6717,6718,6719,-1,6720,6721,6722,-1,6723,6724,6725,-1,6726,6727,6728,-1,6729,6730,6731,-1,6732,6733,6734,-1,6735,6736,6737,-1,6738,6739,6740,-1,6741,6742,6743,-1,6744,6745,6746,-1,6747,6748,6749,-1};
			return value;
		}
		private int[] getIndexedFaceSet_9_92_texCoordIndex_10()
		{
			int[] value = {6750,6751,6752,-1,6753,6754,6755,-1,6756,6757,6758,-1,6759,6760,6761,-1,6762,6763,6764,-1,6765,6766,6767,-1,6768,6769,6770,-1,6771,6772,6773,-1,6774,6775,6776,-1,6777,6778,6779,-1,6780,6781,6782,-1,6783,6784,6785,-1,6786,6787,6788,-1,6789,6790,6791,-1,6792,6793,6794,-1,6795,6796,6797,-1,6798,6799,6800,-1,6801,6802,6803,-1,6804,6805,6806,-1,6807,6808,6809,-1,6810,6811,6812,-1,6813,6814,6815,-1,6816,6817,6818,-1,6819,6820,6821,-1,6822,6823,6824,-1,6825,6826,6827,-1,6828,6829,6830,-1,6831,6832,6833,-1,6834,6835,6836,-1,6837,6838,6839,-1,6840,6841,6842,-1,6843,6844,6845,-1,6846,6847,6848,-1,6849,6850,6851,-1,6852,6853,6854,-1,6855,6856,6857,-1,6858,6859,6860,-1,6861,6862,6863,-1,6864,6865,6866,-1,6867,6868,6869,-1,6870,6871,6872,-1,6873,6874,6875,-1,6876,6877,6878,-1,6879,6880,6881,-1,6882,6883,6884,-1,6885,6886,6887,-1,6888,6889,6890,-1,6891,6892,6893,-1,6894,6895,6896,-1,6897,6898,6899,-1,6900,6901,6902,-1,6903,6904,6905,-1,6906,6907,6908,-1,6909,6910,6911,-1,6912,6913,6914,-1,6915,6916,6917,-1,6918,6919,6920,-1,6921,6922,6923,-1,6924,6925,6926,-1,6927,6928,6929,-1,6930,6931,6932,-1,6933,6934,6935,-1,6936,6937,6938,-1,6939,6940,6941,-1,6942,6943,6944,-1,6945,6946,6947,-1,6948,6949,6950,-1,6951,6952,6953,-1,6954,6955,6956,-1,6957,6958,6959,-1,6960,6961,6962,-1,6963,6964,6965,-1,6966,6967,6968,-1,6969,6970,6971,-1,6972,6973,6974,-1,6975,6976,6977,-1,6978,6979,6980,-1,6981,6982,6983,-1,6984,6985,6986,-1,6987,6988,6989,-1,6990,6991,6992,-1,6993,6994,6995,-1,6996,6997,6998,-1,6999,7000,7001,-1,7002,7003,7004,-1,7005,7006,7007,-1,7008,7009,7010,-1,7011,7012,7013,-1,7014,7015,7016,-1,7017,7018,7019,-1,7020,7021,7022,-1,7023,7024,7025,-1,7026,7027,7028,-1,7029,7030,7031,-1,7032,7033,7034,-1,7035,7036,7037,-1,7038,7039,7040,-1,7041,7042,7043,-1,7044,7045,7046,-1,7047,7048,7049,-1,7050,7051,7052,-1,7053,7054,7055,-1,7056,7057,7058,-1,7059,7060,7061,-1,7062,7063,7064,-1,7065,7066,7067,-1,7068,7069,7070,-1,7071,7072,7073,-1,7074,7075,7076,-1,7077,7078,7079,-1,7080,7081,7082,-1,7083,7084,7085,-1,7086,7087,7088,-1,7089,7090,7091,-1,7092,7093,7094,-1,7095,7096,7097,-1,7098,7099,7100,-1,7101,7102,7103,-1,7104,7105,7106,-1,7107,7108,7109,-1,7110,7111,7112,-1,7113,7114,7115,-1,7116,7117,7118,-1,7119,7120,7121,-1,7122,7123,7124,-1,7125,7126,7127,-1,7128,7129,7130,-1,7131,7132,7133,-1,7134,7135,7136,-1,7137,7138,7139,-1,7140,7141,7142,-1,7143,7144,7145,-1,7146,7147,7148,-1,7149,7150,7151,-1,7152,7153,7154,-1,7155,7156,7157,-1,7158,7159,7160,-1,7161,7162,7163,-1,7164,7165,7166,-1,7167,7168,7169,-1,7170,7171,7172,-1,7173,7174,7175,-1,7176,7177,7178,-1,7179,7180,7181,-1,7182,7183,7184,-1,7185,7186,7187,-1,7188,7189,7190,-1,7191,7192,7193,-1,7194,7195,7196,-1,7197,7198,7199,-1,7200,7201,7202,-1,7203,7204,7205,-1,7206,7207,7208,-1,7209,7210,7211,-1,7212,7213,7214,-1,7215,7216,7217,-1,7218,7219,7220,-1,7221,7222,7223,-1,7224,7225,7226,-1,7227,7228,7229,-1,7230,7231,7232,-1,7233,7234,7235,-1,7236,7237,7238,-1,7239,7240,7241,-1,7242,7243,7244,-1,7245,7246,7247,-1,7248,7249,7250,-1,7251,7252,7253,-1,7254,7255,7256,-1,7257,7258,7259,-1,7260,7261,7262,-1,7263,7264,7265,-1,7266,7267,7268,-1,7269,7270,7271,-1,7272,7273,7274,-1,7275,7276,7277,-1,7278,7279,7280,-1,7281,7282,7283,-1,7284,7285,7286,-1,7287,7288,7289,-1,7290,7291,7292,-1,7293,7294,7295,-1,7296,7297,7298,-1,7299,7300,7301,-1,7302,7303,7304,-1,7305,7306,7307,-1,7308,7309,7310,-1,7311,7312,7313,-1,7314,7315,7316,-1,7317,7318,7319,-1,7320,7321,7322,-1,7323,7324,7325,-1,7326,7327,7328,-1,7329,7330,7331,-1,7332,7333,7334,-1,7335,7336,7337,-1,7338,7339,7340,-1,7341,7342,7343,-1,7344,7345,7346,-1,7347,7348,7349,-1,7350,7351,7352,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747silv_10_92_point_1()
		{
			double[] value = {-20.991013,7.646229,-5.076163,-20.988985,8.022079,-5.084643,-20.988199,7.873602,-5.097169,-20.991743,7.650980,-5.067966,-20.992983,7.698683,-5.052569,-20.992754,7.750831,-5.053003,-20.991915,7.834416,-5.058817,-20.990244,7.651130,-5.084400,-20.989122,7.674304,-5.095813,-20.999382,8.022402,-5.081475,-20.999256,8.022604,-5.084696,-20.997782,7.872083,-5.061038,-20.997818,7.802954,-5.054927,-21.001240,7.648667,-5.090409,-21.000341,7.642648,-5.084818,-20.999496,7.640618,-5.077407,-20.998972,7.642097,-5.069861,-20.998276,7.647965,-5.063171,-20.988428,7.745548,-5.102173,-20.990702,7.649249,-5.082273,-20.991648,7.648228,-5.071621,-20.988508,8.019688,-5.083683,-20.999319,8.023574,-5.083115,-20.997931,7.726189,-5.051166,-20.999737,7.806082,-5.103018,-21.000620,7.697507,-5.102787,-21.001463,7.654155,-5.093112,-21.000824,7.645106,-5.087741,-20.999886,7.641258,-5.081249,-20.999235,7.640940,-5.073574,-20.998596,7.644500,-5.066407,-20.998207,7.653076,-5.060222,-20.998291,7.670178,-5.054899,-20.989956,7.659713,-5.090065,-20.992683,7.671359,-5.057625,-20.990667,7.907801,-5.067145,-20.574461,8.175337,-5.053031,-20.991381,7.875373,-5.063261,-20.311472,8.318026,-5.037424,-20.311609,8.346235,-5.041340,-20.729275,8.103958,-5.067079,-20.988985,8.022079,-5.084643,-20.649296,8.089998,-5.049331,-20.311485,8.304909,-5.036174,-20.311529,8.332026,-5.039280,-20.520443,8.225097,-5.054210,-20.859818,8.062039,-5.074961,-20.988508,8.019688,-5.083683,-20.649971,8.076813,-5.048087,-20.459839,8.204974,-5.041368,-20.991758,7.846424,-5.060121,-20.826370,7.957907,-5.054234,-20.644087,8.097828,-5.049805,-20.989498,7.976317,-5.076667,-20.989519,7.975504,-5.076547,-20.568190,8.165080,-5.049521,-20.539665,8.213946,-5.055394,-20.540335,8.211745,-5.054870,-20.540411,8.213513,-5.055440,-20.621080,8.157547,-5.057552,-20.776918,8.088660,-5.069956,-20.730705,8.103499,-5.067165,-20.731472,8.103128,-5.067191,-20.776150,8.088906,-5.069909,-20.899136,7.970068,-5.065517,-20.989073,7.997835,-5.080040,-20.989088,7.997024,-5.079912,-20.731853,8.045743,-5.053827,-20.794624,8.003770,-5.055994,-20.711758,8.052216,-5.052086,-20.561226,8.153685,-5.046799,-20.801544,8.039859,-5.064619,-20.777702,8.048828,-5.061964,-20.777283,8.070283,-5.066932,-20.732595,8.046482,-5.054038,-20.539036,8.199217,-5.051674,-20.777781,8.044682,-5.061096,-20.724995,8.073868,-5.057953,-20.731379,8.069563,-5.058174,-20.777014,8.045461,-5.061123,-20.730993,8.088910,-5.062804,-20.777718,8.048017,-5.061788,-20.540178,8.208069,-5.054032,-20.777302,8.069453,-5.066796,-20.905684,8.004207,-5.071281,-20.847824,7.987387,-5.061440,-20.854416,8.021758,-5.067899,-20.904955,8.004456,-5.071233,-20.898540,7.971007,-5.065576,-20.795498,8.004288,-5.056189,-20.802273,8.039610,-5.064664,-20.847092,7.987623,-5.061362,-20.853687,8.022008,-5.067851,-20.640310,8.144640,-5.058191,-20.679644,8.105355,-5.056661,-20.539816,8.199610,-5.051929,-20.731361,8.070495,-5.058362,-20.731010,8.087999,-5.062525,-20.540140,8.207194,-5.053833,-20.724342,8.074263,-5.057921};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_2()
		{
			double[] value = {-20.674366,8.078338,-5.050964,-20.687204,8.099339,-5.056705,-20.711521,8.053293,-5.052216,-20.673773,8.078828,-5.050958,-20.636906,8.103590,-5.049685,-20.649744,8.124592,-5.055484,-20.686571,8.099766,-5.056684,-20.611126,8.150621,-5.054226,-20.649111,8.125018,-5.055463,-20.636272,8.104016,-5.049663,-20.598288,8.129621,-5.048285,-20.575487,8.174645,-5.053064,-20.575016,8.174784,-5.053009,-20.576040,8.174274,-5.053082,-20.569893,8.166404,-5.049940,-20.610491,8.151044,-5.054204,-20.562254,8.153909,-5.046978,-20.597656,8.130046,-5.048262,-20.354136,8.321568,-5.043961,-20.354763,8.318341,-5.043301,-20.354881,8.321135,-5.044007,-20.354670,8.316256,-5.042774,-20.521694,8.199968,-5.048336,-20.354654,8.315845,-5.042712,-20.521608,8.197968,-5.048036,-20.522709,8.223679,-5.054317,-20.523458,8.223349,-5.054395,-20.521570,8.197074,-5.047902,-20.354219,8.305683,-5.041189,-20.353439,8.305281,-5.041027,-20.522276,8.195708,-5.047799,-20.668844,7.938185,-5.049780,-20.396584,8.176703,-5.037742,-20.434177,8.140384,-5.042594,-20.991743,7.650980,-5.067966,-20.992117,7.653969,-5.065937,-20.668653,7.952742,-5.046203,-20.673689,7.959232,-5.044240,-20.422298,8.174274,-5.036612,-20.607080,7.998039,-5.044758,-20.992386,7.663957,-5.060336,-20.674068,7.966983,-5.043825,-20.992922,7.685926,-5.053719,-20.411161,8.189843,-5.036111,-20.409391,8.197807,-5.036302,-20.400570,8.185380,-5.036183,-20.372231,8.202909,-5.035476,-20.312729,8.273814,-5.034083,-20.309525,8.251834,-5.035289,-20.307110,8.256204,-5.035206,-20.305868,8.264024,-5.035292,-20.309696,8.275615,-5.034222,-20.307764,8.272439,-5.034155,-20.306475,8.271562,-5.034728,-20.305670,8.273277,-5.035529,-20.729330,7.880363,-5.060124,-20.992683,7.671359,-5.057625,-20.992634,7.677134,-5.055798,-20.992983,7.698683,-5.052569,-20.338896,8.257796,-5.034410,-20.344032,8.239367,-5.033890,-20.335730,8.226901,-5.036756,-20.324497,8.272635,-5.034524,-20.307356,8.258938,-5.034397,-20.991648,7.648228,-5.071621,-20.991440,7.647056,-5.074038,-20.992298,7.657808,-5.063652,-20.992992,7.702157,-5.052503,-20.312263,8.283135,-5.034647,-20.324444,8.272739,-5.034528,-20.311504,8.298284,-5.035564,-20.311609,8.346234,-5.041340,-20.308270,8.313335,-5.035750,-20.308275,8.352216,-5.037979,-20.309851,8.351617,-5.040955,-20.306580,8.352610,-5.039384,-20.312729,8.273813,-5.034084,-20.309696,8.275615,-5.034222,-20.307764,8.272439,-5.034155,-20.306475,8.271561,-5.034728,-20.305670,8.273276,-5.035529,-20.305683,8.302801,-5.037368,-20.310492,8.348927,-5.040944,-20.308996,8.351893,-5.041707,-20.306932,8.352447,-5.040680,-20.308012,8.352196,-5.039786,-20.518274,8.056075,-5.047234,-20.535673,8.055687,-5.054037,-20.518274,8.069780,-5.052206,-20.518274,8.066294,-5.047590,-20.587965,8.086797,-5.064214,-20.582201,8.187440,-5.074720,-20.579365,8.220587,-5.066700,-20.578684,8.219887,-5.061588,-20.582201,8.224576,-5.063220,-20.585720,8.219887,-5.061588,-20.575882,8.177063,-5.058718,-20.579754,8.104162,-5.063886,-20.584627,8.095338,-5.066331,-20.586943,8.088467,-5.064304};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_3()
		{
			double[] value = {-20.582201,8.221643,-5.069005,-20.588522,8.177063,-5.058718,-20.587669,8.123728,-5.063035,-20.679762,8.033275,-5.072495,-20.673998,8.134157,-5.080364,-20.671160,8.167085,-5.071480,-20.670479,8.166250,-5.066388,-20.673998,8.170981,-5.067896,-20.677515,8.166250,-5.066388,-20.667677,8.123366,-5.064639,-20.671551,8.050625,-5.071713,-20.676422,8.041868,-5.074388,-20.678738,8.034946,-5.072542,-20.673998,8.168200,-5.073756,-20.680319,8.123366,-5.064639,-20.679464,8.070162,-5.070349,-20.841625,7.909423,-5.088387,-20.843271,7.900803,-5.086977,-20.831182,8.034297,-5.075984,-20.832037,7.955518,-5.083546,-20.839268,7.911034,-5.086531,-20.837503,8.094087,-5.086811,-20.843824,8.034297,-5.075984,-20.842970,7.955518,-5.083546,-20.840916,7.929454,-5.088819,-20.843197,7.903686,-5.086931,-20.839361,7.973886,-5.090835,-20.899418,8.054360,-5.077527,-20.906506,8.082150,-5.086458,-20.906506,8.083742,-5.082409,-20.910521,7.993477,-5.092498,-20.909599,7.949133,-5.094434,-20.911942,7.917738,-5.089624,-20.913595,8.054360,-5.077527,-20.909344,8.078135,-5.086127,-20.901041,7.934022,-5.088377,-20.906506,7.980986,-5.096418,-20.906506,8.072592,-5.091641,-20.909117,7.933212,-5.094596,-20.908363,7.952390,-5.095666,-20.908449,7.974867,-5.095531,-21.001240,7.648667,-5.090409,-21.000341,7.642648,-5.084818,-20.999500,7.640618,-5.077407,-20.998972,7.642098,-5.069861,-20.998276,7.647965,-5.063171,-21.085463,7.629333,-5.117710,-21.018698,7.551886,-5.089499,-21.013245,7.552557,-5.082766,-21.003910,7.589333,-5.078873,-21.001463,7.654155,-5.093112,-21.000824,7.645107,-5.087741,-20.999886,7.641258,-5.081249,-20.999235,7.640940,-5.073574,-20.998596,7.644500,-5.066407,-20.998209,7.653076,-5.060222,-21.075365,7.624507,-5.117211,-21.043077,7.579864,-5.108647,-21.032042,7.563537,-5.101443,-21.022564,7.554098,-5.093309,-21.013599,7.625261,-5.105885,-21.015745,7.551586,-5.086032,-21.010921,7.555284,-5.079496,-21.001047,7.599486,-5.057178,-21.015215,7.707537,-5.114163,-21.033922,7.707537,-5.118722,-20.996769,7.707537,-5.032792,-21.000523,7.707537,-5.103621,-20.997902,7.707537,-5.051165,-21.169685,7.648667,-5.090409,-21.170584,7.642648,-5.084818,-21.171427,7.640618,-5.077407,-21.171953,7.642098,-5.069861,-21.172649,7.647965,-5.063171,-21.152227,7.551886,-5.089499,-21.157681,7.552557,-5.082766,-21.167015,7.589333,-5.078873,-21.169464,7.654155,-5.093112,-21.170101,7.645107,-5.087741,-21.171040,7.641258,-5.081249,-21.171690,7.640940,-5.073574,-21.172329,7.644500,-5.066407,-21.172716,7.653076,-5.060222,-21.095560,7.624507,-5.117211,-21.127848,7.579864,-5.108647,-21.138884,7.563537,-5.101443,-21.148361,7.554098,-5.093309,-21.157326,7.625261,-5.105885,-21.155180,7.551586,-5.086032,-21.160004,7.555284,-5.079496,-21.169878,7.599486,-5.057178,-21.155710,7.707537,-5.114163,-21.137003,7.707537,-5.118722,-21.174156,7.707537,-5.032792,-21.170403,7.707537,-5.103621,-21.173023,7.707537,-5.051165,-21.171539,8.022402,-5.081475,-21.168583,8.038095,-5.087935,-21.171604,8.023575,-5.083115,-21.171671,8.022604,-5.084696};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_4()
		{
			double[] value = {-21.173761,7.883691,-5.048169,-21.147831,8.162477,-5.084301,-21.144001,8.162430,-5.087940,-21.140669,8.161332,-5.090564,-21.136726,8.158264,-5.093245,-21.154310,8.131137,-5.089728,-21.098965,8.117998,-5.107700,-21.104956,8.121548,-5.107117,-21.159737,7.879507,-5.111446,-21.158508,7.801728,-5.112542,-21.155561,8.158605,-5.076499,-21.151842,8.161496,-5.080284,-21.158766,8.154125,-5.073060,-21.161850,8.068483,-5.096892,-21.174591,8.012861,-5.027324,-21.173767,7.936068,-5.046769,-21.172211,7.880891,-5.098323,-21.117300,8.134142,-5.103895,-21.092358,8.115949,-5.107955,-21.085463,8.115101,-5.108041,-21.085463,8.038977,-5.114133,-21.174158,7.708298,-5.032747,-21.155649,7.708298,-5.114209,-21.137056,7.708298,-5.118726,-21.173038,7.708364,-5.051056,-21.170408,7.708298,-5.103684,-21.174639,7.885887,-5.030443,-21.174662,7.912173,-5.029355,-21.173864,7.912008,-5.045306,-21.173819,7.911202,-5.046271,-21.173794,7.910032,-5.046868,-21.173817,7.888027,-5.046868,-21.173847,7.886858,-5.046272,-21.173893,7.886052,-5.045306,-20.999386,8.022402,-5.081475,-21.002344,8.038095,-5.087935,-20.999321,8.023575,-5.083115,-20.999256,8.022604,-5.084696,-21.002972,7.973122,-5.098232,-20.997164,7.883691,-5.048169,-21.013016,7.826880,-5.112418,-21.023094,8.162477,-5.084301,-21.026924,8.162430,-5.087940,-21.030258,8.161332,-5.090564,-21.034199,8.158264,-5.093245,-21.016615,8.131137,-5.089728,-21.071960,8.117998,-5.107700,-21.065969,8.121548,-5.107117,-21.015364,8.158605,-5.076499,-21.019083,8.161496,-5.080284,-21.012159,8.154125,-5.073060,-21.009077,8.068483,-5.096892,-20.996334,8.012861,-5.027324,-20.997158,7.936068,-5.046769,-20.998714,7.880891,-5.098323,-21.053625,8.134142,-5.103895,-21.078568,8.115949,-5.107955,-20.996767,7.708298,-5.032747,-21.015276,7.708298,-5.114209,-21.033869,7.708298,-5.118726,-20.997887,7.708364,-5.051056,-21.000517,7.708298,-5.103684,-20.996288,7.885887,-5.030443,-20.996265,7.912173,-5.029355,-20.997061,7.912008,-5.045306,-20.997107,7.911202,-5.046271,-20.997133,7.910032,-5.046868,-20.997108,7.888027,-5.046868,-20.997078,7.886858,-5.046272,-20.997032,7.886052,-5.045306,-21.157576,7.885667,-5.112319,-21.164528,7.953543,-5.105019,-21.167389,7.951317,-5.101077,-21.164223,7.891457,-5.107279,-21.168066,7.894804,-5.102963,-21.144464,8.036594,-5.111117,-21.122869,8.036594,-5.113809,-21.148439,8.036594,-5.109257,-21.157913,8.010200,-5.107117,-21.151751,8.012840,-5.111455,-21.158251,7.958423,-5.109859,-21.154688,7.885667,-5.113830,-21.148439,8.014260,-5.112771,-21.002760,7.920280,-5.102135,-21.002457,7.894804,-5.102487,-21.011992,7.958207,-5.109416,-21.012945,7.885667,-5.112087,-21.006405,7.953862,-5.105005,-21.003132,7.951317,-5.100459,-21.006710,7.891100,-5.107292,-21.026461,8.036594,-5.111117,-21.044500,8.036594,-5.113324,-21.033327,7.885667,-5.116986,-21.022081,8.036594,-5.109096,-21.012606,8.010200,-5.106750,-21.019184,8.013019,-5.111449,-21.016237,7.885667,-5.113830,-21.022081,8.014260,-5.112599,-21.179913,7.646230,-5.076163,-21.181940,8.022079,-5.084643};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_5()
		{
			double[] value = {-21.182726,7.873602,-5.097169,-21.179182,7.650980,-5.067966,-21.177942,7.698683,-5.052569,-21.178171,7.750831,-5.053003,-21.179012,7.834416,-5.058817,-21.180679,7.651130,-5.084400,-21.181805,7.674304,-5.095813,-21.171543,8.022402,-5.081475,-21.171671,8.022604,-5.084696,-21.173143,7.872083,-5.061038,-21.173107,7.802954,-5.054927,-21.169685,7.648667,-5.090409,-21.170584,7.642648,-5.084818,-21.171427,7.640618,-5.077407,-21.171953,7.642098,-5.069860,-21.172649,7.647965,-5.063171,-21.182497,7.745549,-5.102173,-21.180225,7.649249,-5.082273,-21.179277,7.648229,-5.071621,-21.182417,8.019688,-5.083683,-21.171604,8.023575,-5.083115,-21.172995,7.726189,-5.051166,-21.171188,7.806082,-5.103017,-21.170305,7.697508,-5.102787,-21.169464,7.654155,-5.093112,-21.170101,7.645107,-5.087741,-21.171040,7.641258,-5.081249,-21.171690,7.640940,-5.073573,-21.172329,7.644500,-5.066407,-21.172718,7.653076,-5.060222,-21.172634,7.670178,-5.054899,-21.180969,7.659713,-5.090065,-21.178240,7.671359,-5.057625,-21.180258,7.907801,-5.067144,-21.596466,8.175337,-5.053031,-21.179544,7.875373,-5.063261,-21.859455,8.318026,-5.037424,-21.859316,8.346235,-5.041340,-21.441650,8.103958,-5.067079,-21.181938,8.022079,-5.084643,-21.521627,8.089998,-5.049331,-21.859440,8.304909,-5.036174,-21.859396,8.332026,-5.039280,-21.650482,8.225097,-5.054210,-21.311108,8.062039,-5.074961,-21.182417,8.019688,-5.083683,-21.520956,8.076813,-5.048087,-21.711086,8.204974,-5.041368,-21.179167,7.846423,-5.060121,-21.344555,7.957907,-5.054234,-21.526838,8.097828,-5.049805,-21.181427,7.976317,-5.076667,-21.181404,7.975504,-5.076547,-21.602736,8.165080,-5.049521,-21.631258,8.213946,-5.055394,-21.630590,8.211745,-5.054870,-21.630512,8.213513,-5.055440,-21.549845,8.157547,-5.057552,-21.394005,8.088660,-5.069956,-21.440222,8.103499,-5.067165,-21.439453,8.103128,-5.067191,-21.394775,8.088906,-5.069909,-21.271790,7.970068,-5.065517,-21.181852,7.997835,-5.080040,-21.181837,7.997024,-5.079912,-21.439070,8.045743,-5.053827,-21.376303,8.003769,-5.055994,-21.459169,8.052216,-5.052086,-21.609701,8.153685,-5.046799,-21.369379,8.039859,-5.064619,-21.393223,8.048828,-5.061964,-21.393642,8.070283,-5.066932,-21.438330,8.046482,-5.054038,-21.631891,8.199217,-5.051674,-21.393143,8.044682,-5.061096,-21.445932,8.073868,-5.057953,-21.439545,8.069563,-5.058174,-21.393913,8.045461,-5.061123,-21.439932,8.088910,-5.062804,-21.393208,8.048017,-5.061788,-21.630747,8.208069,-5.054032,-21.393625,8.069453,-5.066796,-21.265242,8.004207,-5.071281,-21.323101,7.987387,-5.061440,-21.316509,8.021758,-5.067899,-21.265968,8.004456,-5.071233,-21.272385,7.971007,-5.065576,-21.375427,8.004288,-5.056189,-21.368652,8.039610,-5.064664,-21.323832,7.987623,-5.061362,-21.317238,8.022008,-5.067851,-21.530615,8.144640,-5.058191,-21.491280,8.105355,-5.056661,-21.631107,8.199610,-5.051929,-21.439564,8.070495,-5.058362,-21.439915,8.087999,-5.062525,-21.630783,8.207194,-5.053833,-21.446581,8.074263,-5.057921,-21.496557,8.078338,-5.050964,-21.483719,8.099339,-5.056705};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_6()
		{
			double[] value = {-21.459404,8.053293,-5.052216,-21.497152,8.078828,-5.050958,-21.534019,8.103590,-5.049685,-21.521181,8.124592,-5.055484,-21.484352,8.099766,-5.056684,-21.559799,8.150621,-5.054226,-21.521816,8.125018,-5.055463,-21.534653,8.104016,-5.049663,-21.572636,8.129621,-5.048285,-21.595438,8.174645,-5.053064,-21.595909,8.174784,-5.053009,-21.594887,8.174274,-5.053082,-21.601032,8.166404,-5.049940,-21.560432,8.151044,-5.054204,-21.608671,8.153909,-5.046978,-21.573271,8.130046,-5.048262,-21.816792,8.321568,-5.043961,-21.816162,8.318341,-5.043301,-21.816044,8.321135,-5.044007,-21.816256,8.316256,-5.042774,-21.649231,8.199968,-5.048336,-21.816271,8.315845,-5.042712,-21.649315,8.197968,-5.048036,-21.648214,8.223679,-5.054317,-21.647467,8.223349,-5.054395,-21.649355,8.197074,-5.047902,-21.816704,8.305683,-5.041189,-21.817488,8.305281,-5.041027,-21.648649,8.195708,-5.047799,-21.502083,7.938184,-5.049780,-21.774340,8.176703,-5.037742,-21.736748,8.140384,-5.042594,-21.179182,7.650980,-5.067966,-21.178806,7.653969,-5.065937,-21.502270,7.952743,-5.046203,-21.497234,7.959232,-5.044240,-21.748627,8.174275,-5.036612,-21.563845,7.998039,-5.044758,-21.178539,7.663956,-5.060336,-21.496859,7.966983,-5.043825,-21.178001,7.685925,-5.053719,-21.759762,8.189843,-5.036111,-21.761534,8.197807,-5.036302,-21.770357,8.185380,-5.036183,-21.798695,8.202909,-5.035476,-21.858196,8.273814,-5.034083,-21.861403,8.251834,-5.035289,-21.863815,8.256204,-5.035206,-21.865057,8.264024,-5.035292,-21.861229,8.275615,-5.034222,-21.863159,8.272439,-5.034155,-21.864452,8.271562,-5.034728,-21.865255,8.273277,-5.035529,-21.441597,7.880362,-5.060124,-21.178240,7.671359,-5.057625,-21.178289,7.677134,-5.055798,-21.177942,7.698683,-5.052569,-21.832029,8.257796,-5.034410,-21.826893,8.239367,-5.033890,-21.835194,8.226901,-5.036756,-21.846428,8.272635,-5.034524,-21.863567,8.258938,-5.034397,-21.179277,7.648228,-5.071621,-21.179485,7.647056,-5.074038,-21.178627,7.657808,-5.063652,-21.177929,7.702157,-5.052503,-21.858662,8.283135,-5.034647,-21.846481,8.272739,-5.034528,-21.652649,8.056075,-5.047234,-21.635252,8.055687,-5.054037,-21.652649,8.069780,-5.052206,-21.652649,8.066294,-5.047590,-21.859419,8.298284,-5.035564,-21.859316,8.346234,-5.041340,-21.862656,8.313335,-5.035750,-21.862652,8.352216,-5.037979,-21.861074,8.351617,-5.040955,-21.864344,8.352610,-5.039384,-21.858196,8.273813,-5.034084,-21.861229,8.275615,-5.034222,-21.863159,8.272439,-5.034155,-21.864449,8.271561,-5.034728,-21.865255,8.273276,-5.035529,-21.865242,8.302801,-5.037368,-21.860434,8.348927,-5.040944,-21.861927,8.351893,-5.041707,-21.863991,8.352447,-5.040680,-21.862911,8.352196,-5.039786,-21.271507,8.054360,-5.077527,-21.264420,8.082150,-5.086458,-21.264420,8.083742,-5.082409,-21.260405,7.993477,-5.092498,-21.261326,7.949133,-5.094434,-21.258984,7.917738,-5.089624,-21.257330,8.054360,-5.077527,-21.261581,8.078135,-5.086127,-21.269884,7.934022,-5.088377,-21.264420,7.980986,-5.096418,-21.264420,8.072592,-5.091641,-21.261808,7.933212,-5.094596};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_7()
		{
			double[] value = {-21.262562,7.952390,-5.095666,-21.262476,7.974867,-5.095531,-21.329300,7.909423,-5.088387,-21.327656,7.900803,-5.086977,-21.339743,8.034297,-5.075984,-21.338888,7.955518,-5.083546,-21.331657,7.911034,-5.086531,-21.333422,8.094087,-5.086811,-21.327101,8.034297,-5.075984,-21.327955,7.955518,-5.083546,-21.330009,7.929454,-5.088819,-21.327730,7.903686,-5.086931,-21.331566,7.973886,-5.090835,-21.491163,8.033275,-5.072495,-21.496927,8.134157,-5.080364,-21.499767,8.167085,-5.071480,-21.500446,8.166250,-5.066388,-21.496927,8.170981,-5.067896,-21.493410,8.166250,-5.066388,-21.503246,8.123366,-5.064639,-21.499374,8.050625,-5.071713,-21.494503,8.041868,-5.074388,-21.492188,8.034946,-5.072542,-21.496927,8.168200,-5.073756,-21.490606,8.123366,-5.064639,-21.491459,8.070162,-5.070349,-21.582958,8.086797,-5.064214,-21.588722,8.187440,-5.074720,-21.591560,8.220587,-5.066700,-21.592243,8.219887,-5.061588,-21.588726,8.224576,-5.063220,-21.585207,8.219887,-5.061588,-21.595043,8.177063,-5.058718,-21.591173,8.104162,-5.063886,-21.586298,8.095338,-5.066331,-21.583982,8.088467,-5.064304,-21.588726,8.221643,-5.069005,-21.582401,8.177063,-5.058718,-21.583258,8.123728,-5.063035,-21.115623,8.752720,-4.955017,-21.105219,8.817846,-4.957011,-21.117706,8.753786,-4.954789,-21.192131,8.842753,-4.947626,-21.193338,8.808941,-4.946962,-21.197763,8.799618,-4.946465,-21.198307,8.798472,-4.946333,-21.116961,8.753456,-4.969151,-21.105732,8.818130,-4.962446,-21.119040,8.754520,-4.968874,-21.192619,8.843024,-4.952795,-21.194258,8.809448,-4.956697,-21.198790,8.800183,-4.957314,-21.199358,8.799052,-4.957459,-21.104921,8.819830,-4.957344,-21.104242,8.823689,-4.958017,-21.103615,8.826433,-4.959466,-21.153507,8.832479,-4.951766,-21.105106,8.818606,-4.957138,-21.191906,8.848999,-4.948303,-21.191944,8.847980,-4.948150,-21.191816,8.851807,-4.949799,-21.192102,8.843539,-4.947691,-21.191956,8.847655,-4.948101,-21.105358,8.820072,-4.961974,-21.104527,8.823848,-4.961045,-21.154005,8.832753,-4.957032,-21.105593,8.818874,-4.962265,-21.192215,8.849167,-4.951533,-21.192287,8.848170,-4.951780,-21.192572,8.843799,-4.952656,-21.192310,8.847851,-4.951859,-21.221886,8.857665,-4.944987,-21.208164,8.856779,-4.948008,-21.262447,8.863699,-4.940328,-21.222874,8.852358,-4.944441,-21.321920,8.889330,-4.935535,-21.322052,8.885268,-4.934486,-21.322218,8.880830,-4.934063,-21.322035,8.885791,-4.934530,-21.192768,8.849247,-4.948207,-21.192654,8.852278,-4.949696,-21.192968,8.843786,-4.947600,-21.222195,8.857838,-4.948273,-21.208162,8.856779,-4.947978,-21.262852,8.863923,-4.944616,-21.223318,8.852605,-4.949167,-21.322287,8.885397,-4.936954,-21.322571,8.881024,-4.937793,-21.322256,8.885913,-4.936861,-21.193075,8.849416,-4.951439,-21.193439,8.844046,-4.952558,-21.322248,8.880044,-4.933989,-21.322714,8.867447,-4.933098,-21.199047,8.798881,-4.946256,-21.192995,8.843002,-4.947535,-21.194227,8.809139,-4.946869,-21.322622,8.880251,-4.937942,-21.323368,8.867806,-4.940020,-21.200092,8.799460,-4.957355,-21.193485,8.843271,-4.952697};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_8()
		{
			double[] value = {-21.195147,8.809647,-4.956601,-20.949041,8.857665,-4.944987,-20.962761,8.856779,-4.948008,-20.908484,8.863699,-4.940328,-20.948055,8.852358,-4.944441,-20.849005,8.889330,-4.935535,-20.848873,8.885268,-4.934486,-20.848709,8.880830,-4.934063,-20.848894,8.885791,-4.934530,-20.978157,8.849247,-4.948207,-20.978273,8.852278,-4.949696,-20.977959,8.843786,-4.947600,-20.948730,8.857838,-4.948273,-20.962763,8.856779,-4.947978,-20.908073,8.863923,-4.944616,-20.947607,8.852603,-4.949167,-20.848639,8.885397,-4.936954,-20.848356,8.881024,-4.937793,-20.848673,8.885913,-4.936861,-20.977852,8.849416,-4.951439,-20.977491,8.844046,-4.952558,-21.066006,8.819830,-4.957344,-21.066685,8.823689,-4.958017,-21.067314,8.826433,-4.959466,-21.017418,8.832479,-4.951766,-21.065819,8.818606,-4.957138,-20.979019,8.848999,-4.948303,-20.978983,8.847980,-4.948150,-20.979109,8.851807,-4.949800,-20.978825,8.843539,-4.947691,-20.978971,8.847655,-4.948101,-21.065567,8.820071,-4.961974,-21.066399,8.823848,-4.961046,-21.016920,8.832753,-4.957032,-21.065336,8.818874,-4.962265,-20.978712,8.849167,-4.951533,-20.978638,8.848170,-4.951780,-20.978355,8.843798,-4.952656,-20.978615,8.847851,-4.951859,-21.055305,8.752720,-4.955017,-21.065706,8.817846,-4.957011,-21.053219,8.753786,-4.954789,-20.978796,8.842753,-4.947626,-20.977587,8.808941,-4.946962,-20.973166,8.799618,-4.946465,-20.972618,8.798472,-4.946333,-21.053965,8.753456,-4.969151,-21.065193,8.818130,-4.962447,-21.051888,8.754520,-4.968874,-20.978306,8.843024,-4.952796,-20.976667,8.809448,-4.956697,-20.972137,8.800183,-4.957315,-20.971567,8.799052,-4.957459,-20.848680,8.880044,-4.933989,-20.848211,8.867447,-4.933098,-20.971884,8.798881,-4.946256,-20.977930,8.843002,-4.947535,-20.976698,8.809139,-4.946869,-20.848305,8.880251,-4.937942,-20.847557,8.867806,-4.940020,-20.970831,8.799459,-4.957355,-20.977440,8.843271,-4.952697,-20.975779,8.809647,-4.956601,-20.396397,8.176547,-5.043101,-20.669451,7.937348,-5.063499,-20.434177,8.140383,-5.042595,-20.989956,7.659712,-5.090065,-20.989511,7.663994,-5.091957,-20.673292,7.958720,-5.070583,-20.668344,7.952272,-5.067565,-20.421638,8.174066,-5.048048,-20.606792,7.997682,-5.061337,-20.988813,7.686016,-5.098775,-20.399937,8.185212,-5.045577,-20.371683,8.202781,-5.042629,-20.311609,8.346234,-5.041340,-20.309525,8.251833,-5.035289,-20.307110,8.256203,-5.035206,-20.305868,8.264023,-5.035292,-20.308996,8.351892,-5.041707,-20.307779,8.352174,-5.041681,-20.305752,8.319833,-5.038465,-20.988985,8.022079,-5.084643,-20.308012,8.352195,-5.039786,-20.729330,7.880362,-5.060124,-20.991013,7.646229,-5.076163,-20.991440,7.647056,-5.074038,-20.990702,7.649248,-5.082273,-20.990244,7.651130,-5.084400,-20.989122,7.674303,-5.095813,-20.343313,8.239242,-5.041350,-20.335730,8.226901,-5.036756,-20.729275,8.103958,-5.067079,-20.307116,8.258917,-5.036167,-20.309851,8.351617,-5.040955,-20.310492,8.348926,-5.040944,-20.306580,8.352610,-5.039384,-20.306932,8.352447,-5.040680,-20.306681,8.341637,-5.040795,-20.990919,7.647919,-5.079885};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_9()
		{
			double[] value = {-20.990173,7.655853,-5.087882,-21.774122,8.176547,-5.043101,-21.501068,7.937348,-5.063499,-21.736343,8.140383,-5.042595,-21.180563,7.659712,-5.090065,-21.181011,7.663994,-5.091957,-21.497229,7.958720,-5.070583,-21.502174,7.952272,-5.067565,-21.748880,8.174066,-5.048048,-21.563726,7.997682,-5.061337,-21.181705,7.686016,-5.098775,-21.770582,8.185212,-5.045577,-21.798838,8.202781,-5.042629,-21.858906,8.346234,-5.041340,-21.860994,8.251833,-5.035289,-21.863411,8.256203,-5.035206,-21.864653,8.264023,-5.035292,-21.861523,8.351892,-5.041707,-21.862741,8.352174,-5.041681,-21.864767,8.319833,-5.038465,-21.181534,8.022079,-5.084643,-21.862507,8.352195,-5.039786,-21.441193,7.880362,-5.060124,-21.179510,7.646229,-5.076163,-21.179079,7.647056,-5.074038,-21.179821,7.649248,-5.082273,-21.180273,7.651130,-5.084400,-21.181400,7.674303,-5.095813,-21.827206,8.239242,-5.041350,-21.834791,8.226901,-5.036756,-21.441244,8.103958,-5.067079,-21.863405,8.258917,-5.036167,-21.860670,8.351616,-5.040955,-21.860029,8.348926,-5.040944,-21.863941,8.352610,-5.039384,-21.863586,8.352447,-5.040680,-21.863838,8.341637,-5.040795,-21.179602,7.647919,-5.079885,-21.180347,7.655853,-5.087882,-20.533901,8.035974,-5.083958,-20.547453,8.037778,-5.094804,-20.550711,8.037778,-5.102664,-20.550711,8.037778,-5.111171,-20.547453,8.037778,-5.119032,-20.541439,8.037778,-5.125048,-20.533579,8.037778,-5.128304,-20.525068,8.037778,-5.128304,-20.517210,8.037778,-5.125048,-20.511194,8.037778,-5.119032,-20.507938,8.037778,-5.111171,-20.507938,8.037778,-5.102664,-20.511194,8.037778,-5.094804,-20.517210,8.037778,-5.088788,-20.534832,7.983409,-5.079454,-20.534506,8.028275,-5.081108,-20.534176,8.035975,-5.082689,-20.533834,8.037780,-5.084373,-20.545013,7.983675,-5.083909,-20.543144,8.035975,-5.086438,-20.542168,8.037780,-5.087824,-20.548107,8.028290,-5.088696,-20.546911,8.035975,-5.089557,-20.552805,7.984159,-5.092044,-20.548542,8.037780,-5.094201,-20.552305,8.035975,-5.097679,-20.557022,7.984783,-5.102512,-20.555374,8.028316,-5.102672,-20.551994,8.037780,-5.102533,-20.554199,8.035975,-5.107235,-20.557022,7.985447,-5.113684,-20.553720,8.035976,-5.112100,-20.551994,8.037780,-5.111552,-20.552805,7.986055,-5.123903,-20.551409,8.028355,-5.122807,-20.550005,8.035977,-5.121078,-20.548542,8.037780,-5.119884,-20.545013,7.986519,-5.131687,-20.544720,8.008827,-5.132124,-20.543631,8.033033,-5.129008,-20.543144,8.035977,-5.127944,-20.542168,8.037780,-5.126261,-20.538843,8.035977,-5.130243,-20.534832,7.986769,-5.135893,-20.533834,8.037780,-5.129712,-20.529324,8.008913,-5.136793,-20.529324,8.035977,-5.132136,-20.523815,7.986769,-5.135893,-20.524817,8.037780,-5.129712,-20.519804,8.035977,-5.130243,-20.513636,7.986519,-5.131687,-20.513927,8.008827,-5.132124,-20.516483,8.037780,-5.126261,-20.511736,8.035977,-5.124850,-20.505842,7.986055,-5.123903,-20.508642,8.035977,-5.121078,-20.510105,8.037780,-5.119884,-20.504784,8.028346,-5.118195,-20.501629,7.985447,-5.113684,-20.504068,8.033026,-5.112583,-20.504929,8.035976,-5.112100};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_10()
		{
			double[] value = {-20.506655,8.037780,-5.111552,-20.504450,8.035975,-5.107235,-20.501629,7.984783,-5.102512,-20.506655,8.037780,-5.102533,-20.506346,8.035975,-5.097679,-20.505842,7.984159,-5.092044,-20.508642,8.035975,-5.093353,-20.510105,8.037780,-5.094201,-20.513636,7.983675,-5.083909,-20.516483,8.037780,-5.087824,-20.523815,7.983409,-5.079454,-20.524817,8.037780,-5.084373,-20.762068,7.779425,-5.101100,-20.762346,7.787236,-5.099678,-20.771734,7.779741,-5.105179,-20.772526,7.787501,-5.104132,-20.779133,7.780323,-5.112680,-20.780315,7.787986,-5.112267,-20.781610,7.780686,-5.117362,-20.782925,7.788286,-5.117308,-20.783138,7.781079,-5.122427,-20.784533,7.788609,-5.122735,-20.783653,7.781486,-5.127680,-20.785074,7.788943,-5.128339,-20.783138,7.781892,-5.132922,-20.784533,7.789274,-5.133906,-20.781610,7.782282,-5.137952,-20.782925,7.789591,-5.139235,-20.775799,7.782956,-5.146637,-20.776804,7.790137,-5.148404,-20.767097,7.783404,-5.152433,-20.767641,7.790502,-5.154514,-20.756836,7.783562,-5.154467,-20.756836,7.790629,-5.156658,-20.746574,7.783404,-5.152433,-20.746029,7.790502,-5.154514,-20.737871,7.782956,-5.146637,-20.736866,7.790137,-5.148404,-20.732058,7.782282,-5.137952,-20.730743,7.789591,-5.139235,-20.730015,7.781486,-5.127680,-20.728596,7.788943,-5.128339,-20.732058,7.780686,-5.117362,-20.730743,7.788286,-5.117308,-20.737871,7.780004,-5.108565,-20.736866,7.787721,-5.107814,-20.746574,7.779546,-5.102656,-20.746029,7.787338,-5.101380,-20.751604,7.779425,-5.101100,-20.751326,7.787236,-5.099678,-20.750269,7.830507,-5.109357,-20.756836,7.906816,-5.115900,-20.746264,7.906250,-5.122498,-20.741077,7.825203,-5.118919,-20.749107,7.825397,-5.111866,-20.756836,7.830473,-5.108170,-20.756836,7.825729,-5.109712,-20.737415,7.825801,-5.130513,-20.742716,7.826402,-5.144120,-20.756836,7.826873,-5.150516,-20.746250,7.906111,-5.141119,-20.756836,7.906353,-5.146315,-20.742414,7.905677,-5.130902,-20.763405,7.830507,-5.109357,-20.767410,7.906250,-5.122498,-20.772593,7.825203,-5.118919,-20.764565,7.825397,-5.111866,-20.776258,7.825801,-5.130513,-20.770958,7.826403,-5.144120,-20.767420,7.906111,-5.141119,-20.771259,7.905677,-5.130902,-20.738447,7.825453,-5.124247,-20.738916,7.826107,-5.137554,-20.749168,7.826709,-5.148620,-20.751081,7.906290,-5.144736,-20.743448,7.905829,-5.136108,-20.737234,7.833714,-5.129982,-20.739485,7.864629,-5.124842,-20.743458,7.905890,-5.126402,-20.775223,7.825453,-5.124247,-20.774755,7.826107,-5.137554,-20.764502,7.826709,-5.148620,-20.762590,7.906290,-5.144736,-20.770224,7.905830,-5.136108,-20.774185,7.864616,-5.124843,-20.770216,7.905890,-5.126402,-20.751276,7.889661,-5.114604,-20.751343,7.890296,-5.114659,-20.750212,7.889661,-5.146532,-20.750252,7.890296,-5.146489,-20.755829,7.890296,-5.148328,-20.741499,7.889661,-5.136587,-20.741554,7.890296,-5.136580,-20.741526,7.889661,-5.125855,-20.762398,7.889661,-5.114604,-20.762329,7.890296,-5.114659,-20.763460,7.889661,-5.146526,-20.763420,7.890296,-5.146484,-20.757841,7.890296,-5.148327,-20.772171,7.889661,-5.136588};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_11()
		{
			double[] value = {-20.772116,7.890296,-5.136580,-20.772083,7.890296,-5.125881,-20.743589,7.889661,-5.121548,-20.743649,7.890296,-5.121583,-20.744364,7.889661,-5.142287,-20.744421,7.890296,-5.142259,-20.756836,7.889661,-5.148705,-20.756836,7.890296,-5.148639,-20.740534,7.889661,-5.130689,-20.740591,7.890296,-5.130698,-20.770081,7.889661,-5.121549,-20.770025,7.890296,-5.121583,-20.769306,7.889661,-5.142286,-20.769249,7.890296,-5.142258,-20.773138,7.889661,-5.130690,-20.773079,7.890296,-5.130699,-20.741077,7.825203,-5.118919,-20.749109,7.825397,-5.111866,-20.756836,7.825729,-5.109712,-20.756836,7.819584,-5.111803,-20.750257,7.819509,-5.113404,-20.743353,7.819143,-5.119492,-20.740055,7.818681,-5.130023,-20.737415,7.825801,-5.130513,-20.745031,7.817975,-5.141690,-20.742716,7.826403,-5.144120,-20.756836,7.817615,-5.146958,-20.756836,7.826873,-5.150516,-20.772593,7.825203,-5.118919,-20.764565,7.825397,-5.111866,-20.763412,7.819509,-5.113404,-20.770319,7.819143,-5.119492,-20.773619,7.818681,-5.130023,-20.776258,7.825801,-5.130513,-20.768639,7.817975,-5.141690,-20.770958,7.826403,-5.144120,-20.740974,7.818934,-5.124360,-20.738447,7.825453,-5.124247,-20.741562,7.818331,-5.136132,-20.738916,7.826107,-5.137554,-20.750494,7.817722,-5.145411,-20.749168,7.826709,-5.148620,-20.768749,7.825223,-5.114840,-20.766985,7.819346,-5.115896,-20.772699,7.818934,-5.124360,-20.775223,7.825453,-5.124247,-20.772108,7.818331,-5.136132,-20.774755,7.826108,-5.137554,-20.763178,7.817722,-5.145411,-20.764502,7.826709,-5.148620,-20.750137,7.830398,-5.105449,-20.748758,7.844088,-5.110730,-20.756836,7.919552,-5.107654,-20.752293,7.926894,-5.100055,-20.756836,7.906816,-5.115900,-20.754034,7.967858,-5.089772,-20.763535,7.830398,-5.105449,-20.764914,7.844088,-5.110731,-20.757986,7.787604,-5.098880,-20.761971,7.947871,-5.090723,-20.761644,7.909681,-5.106713,-20.759302,7.993077,-5.082658,-20.750269,7.830507,-5.109357,-20.752872,7.898134,-5.115318,-20.756823,8.010402,-5.082094,-20.756836,7.830473,-5.108170,-20.763405,7.830507,-5.109357,-20.760801,7.898134,-5.115319,-20.756010,8.017261,-5.079229,-20.761011,7.863937,-5.073789,-20.752609,7.868613,-5.072036,-20.750101,7.892335,-5.077446,-20.755356,8.010089,-5.079640,-20.756817,8.022209,-5.078944,-20.751669,7.961960,-5.080678,-20.763618,7.890046,-5.079681,-20.757057,8.020383,-5.079111,-20.760283,7.987608,-5.080999,-20.522627,8.025847,-5.085225,-20.521248,8.039537,-5.090507,-20.529324,8.115002,-5.087430,-20.524780,8.122343,-5.079831,-20.529324,8.102264,-5.095676,-20.526522,8.163307,-5.069549,-20.536020,8.025847,-5.085225,-20.537401,8.039537,-5.090507,-20.530476,7.983052,-5.078657,-20.534458,8.143320,-5.070500,-20.534132,8.105130,-5.086489,-20.533245,8.166144,-5.065509,-20.533947,8.165300,-5.061470,-20.532125,8.163309,-5.069547,-20.522757,8.025956,-5.089134,-20.525360,8.093582,-5.095096,-20.529322,8.173285,-5.068493,-20.529324,8.025923,-5.087946,-20.535892,8.025956,-5.089134,-20.533289,8.093582,-5.095096,-20.535105,8.140930,-5.065105,-20.533487,8.058033,-5.054072};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_12()
		{
			double[] value = {-20.525106,8.063245,-5.052119,-20.523764,8.070115,-5.054730,-20.529303,8.196608,-5.058625,-20.524765,8.166353,-5.060894,-20.536047,8.103047,-5.060750,-20.533937,8.165461,-5.061382,-20.533953,8.165282,-5.061392,-20.522757,8.025956,-5.089134,-20.529324,8.102264,-5.095676,-20.518753,8.101699,-5.102275,-20.513567,8.020652,-5.098696,-20.521597,8.020845,-5.091643,-20.529324,8.025923,-5.087946,-20.529324,8.021178,-5.089488,-20.509903,8.021251,-5.110291,-20.515203,8.021852,-5.123897,-20.529324,8.022323,-5.130293,-20.518738,8.101560,-5.120895,-20.529324,8.101801,-5.126091,-20.514904,8.101127,-5.110679,-20.535892,8.025956,-5.089134,-20.539896,8.101699,-5.102275,-20.545082,8.020652,-5.098696,-20.537054,8.020845,-5.091643,-20.548746,8.021251,-5.110291,-20.543446,8.021852,-5.123897,-20.539911,8.101560,-5.120896,-20.543747,8.101127,-5.110679,-20.510937,8.020902,-5.104023,-20.511404,8.021556,-5.117331,-20.521658,8.022159,-5.128397,-20.523569,8.101739,-5.124512,-20.515936,8.101279,-5.115885,-20.509724,8.029164,-5.109759,-20.511972,8.060079,-5.104619,-20.515945,8.101339,-5.106179,-20.547710,8.020902,-5.104023,-20.547243,8.021556,-5.117332,-20.536989,8.022159,-5.128397,-20.535080,8.101739,-5.124513,-20.542713,8.101279,-5.115885,-20.546675,8.060065,-5.104619,-20.542706,8.101339,-5.106179,-20.523764,8.085111,-5.094380,-20.523830,8.085746,-5.094436,-20.522701,8.085111,-5.126308,-20.522743,8.085746,-5.126266,-20.528316,8.085746,-5.128105,-20.513988,8.085111,-5.116364,-20.514044,8.085746,-5.116357,-20.514013,8.085111,-5.105632,-20.534885,8.085111,-5.094381,-20.534819,8.085746,-5.094436,-20.535948,8.085111,-5.126303,-20.535908,8.085746,-5.126261,-20.530329,8.085746,-5.128104,-20.544661,8.085111,-5.116364,-20.544605,8.085746,-5.116357,-20.544571,8.085746,-5.105657,-20.516079,8.085111,-5.101325,-20.516136,8.085746,-5.101361,-20.516855,8.085111,-5.122064,-20.516911,8.085746,-5.122036,-20.529324,8.085111,-5.128481,-20.529324,8.085746,-5.128415,-20.513021,8.085111,-5.110466,-20.513079,8.085746,-5.110475,-20.542568,8.085111,-5.101326,-20.542513,8.085746,-5.101361,-20.541796,8.085111,-5.122063,-20.541737,8.085746,-5.122035,-20.545628,8.085111,-5.110466,-20.545570,8.085746,-5.110475,-20.534555,7.974875,-5.080877,-20.534832,7.982685,-5.079454,-20.544222,7.975191,-5.084955,-20.545013,7.982951,-5.083909,-20.551622,7.975772,-5.092457,-20.552805,7.983435,-5.092044,-20.554100,7.976135,-5.097139,-20.555414,7.983735,-5.097085,-20.555626,7.976528,-5.102204,-20.557022,7.984058,-5.102512,-20.556143,7.976935,-5.107458,-20.557564,7.984392,-5.108115,-20.555626,7.977341,-5.112698,-20.557022,7.984723,-5.113684,-20.554100,7.977731,-5.117729,-20.555414,7.985040,-5.119011,-20.548286,7.978405,-5.126414,-20.549292,7.985587,-5.128181,-20.539587,7.978854,-5.132209,-20.540131,7.985950,-5.134291,-20.529324,7.979012,-5.134244,-20.529324,7.986078,-5.136435,-20.519060,7.978854,-5.132209,-20.518517,7.985950,-5.134291,-20.510359,7.978405,-5.126414,-20.509356,7.985587,-5.128181,-20.504547,7.977731,-5.117729};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_13()
		{
			double[] value = {-20.503233,7.985040,-5.119011,-20.502504,7.976935,-5.107458,-20.501085,7.984392,-5.108115,-20.504547,7.976135,-5.097139,-20.503233,7.983735,-5.097085,-20.510359,7.975453,-5.088342,-20.509356,7.983170,-5.087590,-20.519060,7.974994,-5.082433,-20.518517,7.982787,-5.081157,-20.524090,7.974875,-5.080877,-20.523815,7.982685,-5.079454,-20.513567,8.020652,-5.098696,-20.521597,8.020845,-5.091643,-20.529324,8.021178,-5.089488,-20.529324,8.015034,-5.091579,-20.522747,8.014957,-5.093180,-20.515842,8.014592,-5.099268,-20.512543,8.014131,-5.109800,-20.509903,8.021251,-5.110291,-20.517521,8.013423,-5.121466,-20.515205,8.021852,-5.123897,-20.529324,8.013063,-5.126735,-20.529324,8.022323,-5.130293,-20.545082,8.020652,-5.098696,-20.537054,8.020845,-5.091643,-20.535902,8.014957,-5.093181,-20.542809,8.014592,-5.099268,-20.546108,8.014131,-5.109800,-20.548746,8.021251,-5.110291,-20.541126,8.013423,-5.121466,-20.543446,8.021852,-5.123897,-20.513460,8.014384,-5.104136,-20.510937,8.020902,-5.104023,-20.514050,8.013780,-5.115909,-20.511404,8.021556,-5.117331,-20.522984,8.013171,-5.125188,-20.521658,8.022159,-5.128397,-20.541237,8.020671,-5.094616,-20.539473,8.014796,-5.095672,-20.545187,8.014384,-5.104136,-20.547710,8.020902,-5.104023,-20.544598,8.013781,-5.115909,-20.547243,8.021556,-5.117332,-20.535666,8.013171,-5.125188,-20.536989,8.022159,-5.128397,-21.637022,8.035974,-5.083958,-21.623472,8.037778,-5.094804,-21.620214,8.037778,-5.102664,-21.620214,8.037778,-5.111171,-21.623472,8.037778,-5.119032,-21.629488,8.037778,-5.125048,-21.637346,8.037778,-5.128304,-21.645857,8.037778,-5.128304,-21.653715,8.037778,-5.125048,-21.659731,8.037778,-5.119032,-21.662987,8.037778,-5.111171,-21.662987,8.037778,-5.102664,-21.659731,8.037778,-5.094804,-21.653715,8.037778,-5.088788,-21.636093,7.983409,-5.079454,-21.636419,8.028275,-5.081108,-21.636749,8.035975,-5.082689,-21.637091,8.037780,-5.084373,-21.625912,7.983675,-5.083909,-21.627783,8.035975,-5.086438,-21.628759,8.037780,-5.087824,-21.622818,8.028290,-5.088696,-21.624012,8.035975,-5.089557,-21.618120,7.984159,-5.092044,-21.622383,8.037780,-5.094201,-21.618622,8.035975,-5.097679,-21.613903,7.984783,-5.102512,-21.615551,8.028316,-5.102672,-21.618933,8.037780,-5.102533,-21.616728,8.035975,-5.107235,-21.613903,7.985447,-5.113684,-21.617207,8.035976,-5.112100,-21.618933,8.037780,-5.111552,-21.618120,7.986055,-5.123903,-21.619516,8.028355,-5.122807,-21.620918,8.035977,-5.121078,-21.622383,8.037780,-5.119884,-21.625912,7.986519,-5.131687,-21.626205,8.008827,-5.132124,-21.627295,8.033033,-5.129008,-21.627783,8.035977,-5.127944,-21.628759,8.037780,-5.126261,-21.632084,8.035977,-5.130243,-21.636093,7.986769,-5.135893,-21.637091,8.037780,-5.129712,-21.641602,8.008913,-5.136793,-21.641602,8.035977,-5.132136,-21.647112,7.986769,-5.135893,-21.646109,8.037780,-5.129712,-21.651121,8.035977,-5.130243,-21.657291,7.986519,-5.131687,-21.656998,8.008827,-5.132124,-21.654442,8.037780,-5.126261,-21.659191,8.035977,-5.124850,-21.665081,7.986055,-5.123903};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_14()
		{
			double[] value = {-21.662283,8.035977,-5.121078,-21.660820,8.037780,-5.119884,-21.666142,8.028346,-5.118195,-21.669296,7.985447,-5.113684,-21.666857,8.033026,-5.112583,-21.665997,8.035976,-5.112100,-21.664272,8.037780,-5.111552,-21.666475,8.035975,-5.107235,-21.669296,7.984783,-5.102512,-21.664272,8.037780,-5.102533,-21.664581,8.035975,-5.097679,-21.665081,7.984159,-5.092044,-21.662283,8.035975,-5.093353,-21.660820,8.037780,-5.094201,-21.657291,7.983675,-5.083909,-21.654442,8.037780,-5.087824,-21.647112,7.983409,-5.079454,-21.646109,8.037780,-5.084373,-21.636370,7.974875,-5.080877,-21.636093,7.982685,-5.079454,-21.626701,7.975191,-5.084955,-21.625912,7.982951,-5.083909,-21.619301,7.975772,-5.092457,-21.618120,7.983435,-5.092044,-21.616825,7.976135,-5.097139,-21.615511,7.983735,-5.097085,-21.615299,7.976528,-5.102204,-21.613903,7.984058,-5.102512,-21.614782,7.976935,-5.107458,-21.613359,7.984392,-5.108115,-21.615299,7.977341,-5.112698,-21.613903,7.984723,-5.113684,-21.616825,7.977731,-5.117729,-21.615511,7.985040,-5.119011,-21.622639,7.978405,-5.126414,-21.621634,7.985587,-5.128181,-21.631340,7.978854,-5.132209,-21.630795,7.985950,-5.134291,-21.641602,7.979012,-5.134244,-21.641602,7.986078,-5.136435,-21.651865,7.978854,-5.132209,-21.652409,7.985950,-5.134291,-21.660564,7.978405,-5.126414,-21.661570,7.985587,-5.128181,-21.666378,7.977731,-5.117729,-21.667690,7.985040,-5.119011,-21.668421,7.976935,-5.107458,-21.669840,7.984392,-5.108115,-21.666378,7.976135,-5.097139,-21.667690,7.983735,-5.097085,-21.660564,7.975453,-5.088342,-21.661570,7.983170,-5.087590,-21.651865,7.974995,-5.082433,-21.652409,7.982787,-5.081157,-21.646833,7.974875,-5.080877,-21.647112,7.982685,-5.079454,-21.657358,8.020652,-5.098696,-21.649328,8.020845,-5.091643,-21.641602,8.021178,-5.089489,-21.641602,8.015034,-5.091579,-21.648178,8.014957,-5.093181,-21.655087,8.014592,-5.099268,-21.658382,8.014131,-5.109800,-21.661024,8.021251,-5.110291,-21.653402,8.013423,-5.121466,-21.655722,8.021852,-5.123897,-21.641602,8.013063,-5.126735,-21.641602,8.022323,-5.130293,-21.625843,8.020652,-5.098697,-21.633875,8.020846,-5.091643,-21.635023,8.014957,-5.093181,-21.628117,8.014592,-5.099268,-21.624817,8.014131,-5.109800,-21.622179,8.021251,-5.110291,-21.629797,8.013424,-5.121466,-21.627481,8.021852,-5.123898,-21.657465,8.014384,-5.104136,-21.659988,8.020902,-5.104023,-21.656874,8.013781,-5.115909,-21.659521,8.021556,-5.117332,-21.647943,8.013171,-5.125188,-21.649265,8.022159,-5.128397,-21.629688,8.020672,-5.094616,-21.631453,8.014796,-5.095672,-21.625740,8.014384,-5.104136,-21.623215,8.020903,-5.104023,-21.626329,8.013781,-5.115909,-21.623682,8.021557,-5.117332,-21.635260,8.013171,-5.125188,-21.633934,8.022159,-5.128397,-21.648170,8.025956,-5.089135,-21.641602,8.102264,-5.095676,-21.652172,8.101699,-5.102275,-21.657358,8.020652,-5.098697,-21.649328,8.020845,-5.091643,-21.641602,8.025923,-5.087946,-21.641602,8.021178,-5.089489,-21.661024,8.021251,-5.110291,-21.655722,8.021852,-5.123898,-21.641602,8.022323,-5.130293};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_15()
		{
			double[] value = {-21.652187,8.101560,-5.120896,-21.641602,8.101801,-5.126092,-21.656021,8.101127,-5.110679,-21.635033,8.025956,-5.089135,-21.631029,8.101699,-5.102275,-21.625843,8.020652,-5.098697,-21.633871,8.020845,-5.091643,-21.622179,8.021251,-5.110291,-21.627481,8.021852,-5.123898,-21.631016,8.101560,-5.120896,-21.627176,8.101127,-5.110679,-21.659988,8.020902,-5.104023,-21.659521,8.021556,-5.117332,-21.649265,8.022159,-5.128397,-21.647356,8.101739,-5.124513,-21.654987,8.101279,-5.115885,-21.661201,8.029164,-5.109759,-21.658953,8.060079,-5.104619,-21.654980,8.101339,-5.106179,-21.623215,8.020902,-5.104023,-21.623682,8.021556,-5.117332,-21.633934,8.022159,-5.128397,-21.635843,8.101739,-5.124513,-21.628210,8.101279,-5.115886,-21.624250,8.060065,-5.104620,-21.628220,8.101339,-5.106179,-21.647163,8.085111,-5.094381,-21.647095,8.085746,-5.094436,-21.648224,8.085111,-5.126309,-21.648184,8.085746,-5.126266,-21.642609,8.085746,-5.128106,-21.656937,8.085111,-5.116364,-21.656881,8.085746,-5.116357,-21.656912,8.085111,-5.105632,-21.636040,8.085111,-5.094381,-21.636106,8.085746,-5.094436,-21.634977,8.085111,-5.126304,-21.635017,8.085746,-5.126261,-21.640596,8.085746,-5.128104,-21.626265,8.085111,-5.116364,-21.626318,8.085746,-5.116357,-21.626352,8.085746,-5.105658,-21.654846,8.085111,-5.101326,-21.654789,8.085746,-5.101361,-21.654072,8.085111,-5.122064,-21.654015,8.085746,-5.122036,-21.641602,8.085111,-5.128482,-21.641602,8.085746,-5.128416,-21.657904,8.085111,-5.110466,-21.657845,8.085746,-5.110475,-21.628357,8.085111,-5.101326,-21.628414,8.085746,-5.101361,-21.629129,8.085111,-5.122063,-21.629189,8.085746,-5.122035,-21.625298,8.085111,-5.110466,-21.625353,8.085746,-5.110475,-21.648298,8.025847,-5.085225,-21.649679,8.039537,-5.090508,-21.641602,8.115002,-5.087430,-21.646145,8.122343,-5.079832,-21.641602,8.102264,-5.095676,-21.644403,8.163307,-5.069550,-21.634905,8.025847,-5.085226,-21.633522,8.039537,-5.090508,-21.640450,7.983052,-5.078658,-21.636465,8.143320,-5.070500,-21.636793,8.105130,-5.086489,-21.637682,8.166145,-5.065510,-21.636980,8.165300,-5.061470,-21.638800,8.163310,-5.069547,-21.648170,8.025956,-5.089134,-21.645565,8.093582,-5.095096,-21.641603,8.173286,-5.068493,-21.641602,8.025923,-5.087946,-21.635033,8.025956,-5.089135,-21.637638,8.093582,-5.095096,-21.635822,8.140930,-5.065105,-21.637440,8.058033,-5.054073,-21.645819,8.063246,-5.052119,-21.647163,8.070115,-5.054730,-21.641623,8.196608,-5.058625,-21.646162,8.166353,-5.060895,-21.634878,8.103047,-5.060750,-21.636992,8.165461,-5.061383,-21.636972,8.165282,-5.061392,-21.420790,7.830398,-5.105449,-21.422169,7.844088,-5.110730,-21.414089,7.919551,-5.107654,-21.418633,7.926894,-5.100054,-21.414089,7.906816,-5.115900,-21.416893,7.967858,-5.089772,-21.407394,7.830398,-5.105449,-21.406012,7.844088,-5.110730,-21.412943,7.787603,-5.098880,-21.408957,7.947871,-5.090723,-21.409283,7.909681,-5.106713,-21.411625,7.993077,-5.082658,-21.420658,7.830507,-5.109357,-21.418053,7.898134,-5.115318,-21.414104,8.010402,-5.082094};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_16()
		{
			double[] value = {-21.414089,7.830473,-5.108170,-21.407520,7.830507,-5.109357,-21.410126,7.898134,-5.115319,-21.414917,8.017261,-5.079229,-21.409914,7.863937,-5.073789,-21.418316,7.868613,-5.072036,-21.420824,7.892335,-5.077446,-21.415571,8.010089,-5.079640,-21.414110,8.022209,-5.078944,-21.419256,7.961960,-5.080678,-21.407309,7.890046,-5.079681,-21.413868,8.020382,-5.079111,-21.410643,7.987608,-5.080998,-21.420658,7.830507,-5.109357,-21.414089,7.906816,-5.115900,-21.424662,7.906250,-5.122498,-21.429846,7.825203,-5.118919,-21.421820,7.825397,-5.111866,-21.414089,7.830473,-5.108170,-21.414089,7.825729,-5.109712,-21.433512,7.825801,-5.130513,-21.428213,7.826402,-5.144120,-21.414089,7.826873,-5.150516,-21.424679,7.906111,-5.141119,-21.414089,7.906353,-5.146315,-21.428511,7.905677,-5.130902,-21.407520,7.830507,-5.109357,-21.403519,7.906250,-5.122498,-21.398333,7.825203,-5.118919,-21.406363,7.825397,-5.111866,-21.394669,7.825801,-5.130513,-21.399969,7.826403,-5.144120,-21.403505,7.906111,-5.141119,-21.399670,7.905677,-5.130902,-21.432478,7.825453,-5.124247,-21.432009,7.826107,-5.137554,-21.421755,7.826709,-5.148620,-21.419844,7.906290,-5.144736,-21.427481,7.905829,-5.136108,-21.433691,7.833714,-5.129982,-21.431440,7.864629,-5.124842,-21.427471,7.905890,-5.126402,-21.395702,7.825453,-5.124247,-21.396170,7.826107,-5.137554,-21.406425,7.826709,-5.148620,-21.408335,7.906290,-5.144736,-21.400700,7.905830,-5.136108,-21.396740,7.864616,-5.124843,-21.400711,7.905890,-5.126402,-21.419651,7.889661,-5.114604,-21.419584,7.890296,-5.114659,-21.420713,7.889661,-5.146532,-21.420673,7.890296,-5.146489,-21.415096,7.890296,-5.148328,-21.429426,7.889661,-5.136587,-21.429369,7.890296,-5.136580,-21.429399,7.889661,-5.125855,-21.408527,7.889661,-5.114604,-21.408596,7.890296,-5.114659,-21.407467,7.889661,-5.146526,-21.407507,7.890296,-5.146484,-21.413084,7.890296,-5.148327,-21.398754,7.889661,-5.136588,-21.398809,7.890296,-5.136580,-21.398846,7.890296,-5.125881,-21.427338,7.889661,-5.121548,-21.427280,7.890296,-5.121583,-21.426563,7.889661,-5.142287,-21.426504,7.890296,-5.142259,-21.414089,7.889661,-5.148705,-21.414089,7.890296,-5.148639,-21.430391,7.889661,-5.130689,-21.430338,7.890296,-5.130698,-21.400845,7.889661,-5.121549,-21.400902,7.890296,-5.121583,-21.401619,7.889661,-5.142286,-21.401678,7.890296,-5.142258,-21.397789,7.889661,-5.130690,-21.397844,7.890296,-5.130699,-21.429846,7.825203,-5.118919,-21.421816,7.825397,-5.111866,-21.414089,7.825729,-5.109712,-21.414089,7.819584,-5.111803,-21.420666,7.819509,-5.113403,-21.427574,7.819142,-5.119492,-21.430874,7.818681,-5.130023,-21.433512,7.825801,-5.130513,-21.425892,7.817974,-5.141690,-21.428213,7.826402,-5.144120,-21.414089,7.817615,-5.146958,-21.414089,7.826873,-5.150516,-21.398331,7.825203,-5.118919,-21.406364,7.825397,-5.111866,-21.407513,7.819509,-5.113404,-21.400608,7.819142,-5.119492,-21.397308,7.818681,-5.130023,-21.394669,7.825801,-5.130513,-21.402288,7.817974,-5.141690,-21.399969,7.826403,-5.144120,-21.429951,7.818934,-5.124360};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_17()
		{
			double[] value = {-21.432478,7.825453,-5.124247,-21.429363,7.818331,-5.136132,-21.432009,7.826107,-5.137554,-21.420433,7.817722,-5.145411,-21.421757,7.826709,-5.148620,-21.402176,7.825222,-5.114840,-21.403944,7.819346,-5.115896,-21.398228,7.818934,-5.124360,-21.395702,7.825453,-5.124247,-21.398817,7.818331,-5.136132,-21.396170,7.826107,-5.137554,-21.407747,7.817722,-5.145411,-21.406424,7.826709,-5.148620,-21.409512,7.840525,-5.104181,-21.395960,7.842330,-5.115027,-21.392704,7.842330,-5.122887,-21.392704,7.842330,-5.131395,-21.395960,7.842330,-5.139255,-21.401978,7.842330,-5.145271,-21.409836,7.842330,-5.148527,-21.418344,7.842330,-5.148527,-21.426207,7.842330,-5.145271,-21.432220,7.842330,-5.139255,-21.435476,7.842330,-5.131395,-21.435476,7.842330,-5.122887,-21.432220,7.842330,-5.115027,-21.426207,7.842330,-5.109011,-21.408581,7.787960,-5.099678,-21.408907,7.832825,-5.101331,-21.409239,7.840526,-5.102912,-21.409582,7.842330,-5.104597,-21.398399,7.788226,-5.104132,-21.400272,7.840526,-5.106662,-21.401249,7.842330,-5.108048,-21.395309,7.832839,-5.108918,-21.396502,7.840526,-5.109780,-21.390610,7.788711,-5.112267,-21.394873,7.842330,-5.114425,-21.391109,7.840526,-5.117902,-21.386395,7.789333,-5.122735,-21.388041,7.832867,-5.122895,-21.391422,7.842330,-5.122757,-21.389217,7.840527,-5.127459,-21.386395,7.789998,-5.133906,-21.389696,7.840527,-5.132323,-21.391422,7.842330,-5.131775,-21.390610,7.790607,-5.144126,-21.392006,7.832905,-5.143029,-21.393408,7.840528,-5.141302,-21.394873,7.842330,-5.140107,-21.398399,7.791070,-5.151911,-21.398693,7.813378,-5.152348,-21.399782,7.837585,-5.149230,-21.400272,7.840528,-5.148167,-21.401249,7.842330,-5.146484,-21.404572,7.840528,-5.150465,-21.408581,7.791320,-5.156116,-21.409582,7.842330,-5.149935,-21.414089,7.813464,-5.157016,-21.414089,7.840528,-5.152359,-21.419600,7.791320,-5.156116,-21.418600,7.842330,-5.149935,-21.423609,7.840528,-5.150465,-21.429779,7.791070,-5.151911,-21.429485,7.813378,-5.152348,-21.426931,7.842330,-5.146484,-21.431679,7.840528,-5.145073,-21.437571,7.790607,-5.144126,-21.434772,7.840528,-5.141302,-21.433310,7.842330,-5.140107,-21.438629,7.832897,-5.138419,-21.441788,7.789998,-5.133906,-21.439346,7.837576,-5.132806,-21.438484,7.840527,-5.132323,-21.436760,7.842330,-5.131775,-21.438965,7.840527,-5.127459,-21.441788,7.789333,-5.122735,-21.436760,7.842330,-5.122757,-21.437069,7.840526,-5.117902,-21.437571,7.788711,-5.112267,-21.434772,7.840526,-5.113576,-21.433310,7.842330,-5.114425,-21.429779,7.788226,-5.104132,-21.426931,7.842330,-5.108048,-21.419600,7.787960,-5.099678,-21.418600,7.842330,-5.104597,-21.408857,7.779425,-5.101100,-21.408581,7.787236,-5.099678,-21.399191,7.779741,-5.105179,-21.398399,7.787501,-5.104132,-21.391790,7.780323,-5.112680,-21.390610,7.787986,-5.112267,-21.389313,7.780686,-5.117362,-21.388000,7.788286,-5.117308,-21.387787,7.781079,-5.122427,-21.386395,7.788609,-5.122735,-21.387272,7.781486,-5.127680,-21.385851,7.788943,-5.128339,-21.387787,7.781892,-5.132922,-21.386395,7.789274,-5.133906};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_18()
		{
			double[] value = {-21.389313,7.782282,-5.137952,-21.388000,7.789591,-5.139235,-21.395126,7.782956,-5.146637,-21.394121,7.790137,-5.148404,-21.403828,7.783404,-5.152433,-21.403282,7.790502,-5.154514,-21.414089,7.783562,-5.154467,-21.414089,7.790629,-5.156658,-21.424355,7.783404,-5.152433,-21.424898,7.790502,-5.154514,-21.433054,7.782956,-5.146637,-21.434057,7.790137,-5.148404,-21.438869,7.782282,-5.137952,-21.440180,7.789591,-5.139235,-21.440910,7.781486,-5.127680,-21.442331,7.788943,-5.128339,-21.438869,7.780686,-5.117362,-21.440180,7.788286,-5.117308,-21.433054,7.780004,-5.108565,-21.434057,7.787721,-5.107814,-21.424355,7.779546,-5.102656,-21.424898,7.787338,-5.101380,-21.419321,7.779425,-5.101100,-21.419600,7.787236,-5.099678,-20.761412,7.840525,-5.104181,-20.774961,7.842329,-5.115027,-20.778221,7.842329,-5.122888,-20.778221,7.842329,-5.131395,-20.774961,7.842329,-5.139256,-20.768948,7.842329,-5.145272,-20.761087,7.842329,-5.148528,-20.752579,7.842329,-5.148528,-20.744717,7.842329,-5.145272,-20.738703,7.842329,-5.139256,-20.735447,7.842329,-5.131395,-20.735447,7.842329,-5.122888,-20.738703,7.842329,-5.115027,-20.744717,7.842329,-5.109012,-20.762341,7.787960,-5.099678,-20.762016,7.832825,-5.101332,-20.761684,7.840525,-5.102913,-20.761343,7.842330,-5.104597,-20.772520,7.788226,-5.104133,-20.770651,7.840525,-5.106662,-20.769674,7.842330,-5.108048,-20.775614,7.832839,-5.108919,-20.774420,7.840525,-5.109781,-20.780313,7.788710,-5.112267,-20.776052,7.842330,-5.114425,-20.779814,7.840526,-5.117902,-20.784531,7.789333,-5.122736,-20.782883,7.832866,-5.122895,-20.779501,7.842330,-5.122757,-20.781706,7.840526,-5.127459,-20.784531,7.789998,-5.133907,-20.781229,7.840527,-5.132324,-20.779501,7.842330,-5.131775,-20.780313,7.790606,-5.144127,-20.778919,7.832905,-5.143030,-20.777514,7.840527,-5.141302,-20.776052,7.842330,-5.140108,-20.772520,7.791070,-5.151911,-20.772230,7.813378,-5.152348,-20.771139,7.837584,-5.149232,-20.770651,7.840528,-5.148168,-20.769674,7.842330,-5.146484,-20.766352,7.840528,-5.150466,-20.762341,7.791320,-5.156117,-20.761343,7.842330,-5.149936,-20.756832,7.813464,-5.157017,-20.756832,7.840528,-5.152360,-20.751324,7.791320,-5.156117,-20.752323,7.842330,-5.149936,-20.747314,7.840528,-5.150466,-20.741144,7.791070,-5.151911,-20.741436,7.813378,-5.152348,-20.743992,7.842330,-5.146484,-20.739244,7.840527,-5.145073,-20.733351,7.790606,-5.144127,-20.736151,7.840527,-5.141302,-20.737614,7.842330,-5.140108,-20.732294,7.832896,-5.138419,-20.729136,7.789998,-5.133907,-20.731577,7.837576,-5.132807,-20.732435,7.840527,-5.132324,-20.734163,7.842330,-5.131775,-20.731958,7.840526,-5.127459,-20.729136,7.789333,-5.122736,-20.734163,7.842330,-5.122757,-20.733852,7.840526,-5.117902,-20.733351,7.788710,-5.112267,-20.736151,7.840526,-5.113577,-20.737614,7.842330,-5.114425,-20.741144,7.788226,-5.104133,-20.743992,7.842330,-5.108048,-20.751324,7.787960,-5.099678,-20.752323,7.842330,-5.104597,-21.110367,7.248712,-5.092408,-21.110113,7.234231,-5.087561,-21.109562,7.264657,-5.097646};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_19()
		{
			double[] value = {-21.114521,7.222598,-5.113304,-21.115749,7.206815,-5.108314,-21.109264,7.267931,-5.098738,-21.111055,7.248939,-5.092464,-21.110800,7.234457,-5.087617,-21.111000,7.266321,-5.105662,-21.110922,7.219016,-5.082503,-21.110252,7.264884,-5.097703,-21.114954,7.204070,-5.086646,-21.115206,7.222826,-5.113360,-21.116022,7.214352,-5.110678,-21.112673,7.247515,-5.121181,-21.114141,7.234209,-5.116964,-21.109951,7.268159,-5.098794,-21.100849,7.267732,-5.103085,-21.100946,7.305681,-5.109838,-21.101212,7.296136,-5.105114,-21.100729,7.266769,-5.106536,-21.101395,7.280801,-5.101857,-21.101351,7.290032,-5.103817,-21.100721,7.287017,-5.121480,-21.100636,7.292542,-5.122654,-21.100725,7.268319,-5.099201,-21.100758,7.306193,-5.107248,-21.100634,7.264599,-5.116716,-21.100124,7.267601,-5.103053,-21.100222,7.305551,-5.109806,-21.100004,7.266638,-5.106504,-21.100079,7.304633,-5.106914,-21.100668,7.280670,-5.101825,-21.100626,7.289901,-5.103786,-21.099373,7.303179,-5.120259,-21.099998,7.286886,-5.121449,-21.100168,7.270940,-5.118061,-21.099911,7.292411,-5.122622,-21.100000,7.268189,-5.099169,-21.100035,7.306062,-5.107216,-21.099730,7.302303,-5.124723,-21.070076,7.267732,-5.103085,-21.069979,7.305681,-5.109838,-21.069717,7.296136,-5.105114,-21.070198,7.266769,-5.106536,-21.069532,7.280801,-5.101857,-21.069576,7.290032,-5.103817,-21.070204,7.287017,-5.121480,-21.070292,7.292542,-5.122654,-21.070202,7.268319,-5.099201,-21.070168,7.306193,-5.107248,-21.070292,7.264599,-5.116716,-21.070801,7.267601,-5.103053,-21.070704,7.305551,-5.109806,-21.070923,7.266638,-5.106504,-21.070850,7.304634,-5.106914,-21.070257,7.280670,-5.101825,-21.070299,7.289901,-5.103786,-21.071554,7.303179,-5.120259,-21.070927,7.286886,-5.121449,-21.070759,7.270940,-5.118061,-21.071016,7.292411,-5.122622,-21.070925,7.268189,-5.099169,-21.070892,7.306062,-5.107216,-21.071196,7.302303,-5.124723,-21.012417,7.959811,-5.134814,-21.011490,7.959245,-5.110008,-21.010017,7.960994,-5.107389,-21.009512,7.961170,-5.107851,-21.010637,7.959768,-5.109949,-21.007784,7.958899,-5.117420,-21.009724,7.959659,-5.131922,-21.010769,7.959746,-5.133574,-21.012104,7.959831,-5.135206,-21.012417,8.020610,-5.131629,-21.011490,8.014520,-5.107113,-21.010017,8.010909,-5.104774,-21.009512,8.010817,-5.105251,-21.010637,8.013678,-5.107125,-21.007784,8.016270,-5.114415,-21.009724,8.019889,-5.128767,-21.010769,8.020301,-5.130403,-21.012104,8.020707,-5.132017,-21.035984,7.988445,-5.133725,-21.036333,7.960454,-5.135191,-21.012100,7.960454,-5.135191,-21.012100,8.020086,-5.132067,-21.035984,7.988482,-5.134429,-21.036333,7.960490,-5.135896,-21.012100,7.960490,-5.135896,-21.012100,8.020123,-5.132772,-21.135586,7.987485,-5.133065,-21.135618,7.961339,-5.134435,-21.157391,7.961339,-5.134435,-21.157280,8.017508,-5.131493,-21.135586,7.987522,-5.133770,-21.135618,7.961377,-5.135139,-21.157391,7.961377,-5.135139,-21.157280,8.017545,-5.132197,-21.134535,7.988445,-5.133725,-21.134188,7.960454,-5.135191,-21.158421,7.960454,-5.135191,-21.158421,8.020086,-5.132067};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_20()
		{
			double[] value = {-21.134535,7.988482,-5.134429,-21.134188,7.960490,-5.135896,-21.158421,7.960490,-5.135896,-21.158421,8.020123,-5.132772,-21.158100,7.959811,-5.134814,-21.160797,7.959659,-5.131922,-21.159752,7.959746,-5.133574,-21.158419,7.959831,-5.135206,-21.158100,8.020610,-5.131629,-21.160797,8.019889,-5.128767,-21.159752,8.020301,-5.130403,-21.158419,8.020707,-5.132017,-21.072350,7.886653,-5.143084,-21.072350,7.948303,-5.143084,-21.072350,7.948303,-5.101983,-21.072350,7.886653,-5.101983,-21.073874,7.886653,-5.143084,-21.073874,7.948303,-5.143084,-21.073874,7.948303,-5.101983,-21.073874,7.886653,-5.101983,-21.073881,7.885727,-5.144123,-21.073881,7.949227,-5.144123,-21.073881,7.949227,-5.100944,-21.073881,7.885727,-5.100944,-21.075407,7.885727,-5.144123,-21.075407,7.949227,-5.144123,-21.075407,7.949227,-5.100944,-21.075407,7.885727,-5.100944,-21.049515,7.940609,-5.119101,-21.045462,7.938775,-5.118087,-21.055595,7.947958,-5.135314,-21.049515,7.896636,-5.119101,-21.045462,7.899588,-5.118087,-21.045317,7.899193,-5.119101,-21.048502,7.896768,-5.119969,-21.052122,7.886998,-5.130537,-21.121410,7.940609,-5.119101,-21.125463,7.938775,-5.118087,-21.115330,7.947958,-5.135314,-21.121410,7.896636,-5.119101,-21.125463,7.899588,-5.118087,-21.125607,7.899193,-5.119101,-21.122421,7.896768,-5.119969,-21.118805,7.886998,-5.130537,-21.098576,7.886653,-5.143084,-21.098576,7.948303,-5.143084,-21.098576,7.948303,-5.101983,-21.098576,7.886653,-5.101983,-21.097052,7.886653,-5.143084,-21.097052,7.948303,-5.143084,-21.097052,7.948303,-5.101983,-21.097052,7.886653,-5.101983,-21.097044,7.885727,-5.144123,-21.097044,7.949227,-5.144123,-21.097044,7.949227,-5.100944,-21.097044,7.885727,-5.100944,-21.095518,7.885727,-5.144123,-21.095518,7.949227,-5.144123,-21.095518,7.949227,-5.100944,-21.095518,7.885727,-5.100944,-21.338846,8.818342,-4.939773,-21.338659,8.815499,-4.937795,-21.242912,8.731445,-4.953365,-21.231487,8.717606,-4.953031,-21.136936,8.639384,-4.970174,-21.137209,8.635140,-4.968194,-21.137217,8.634559,-4.967823,-21.137156,8.632159,-4.966404,-21.352015,8.830388,-4.937459,-21.352243,8.834607,-4.939223,-21.351847,8.848090,-4.939107,-21.351774,8.828583,-4.935873,-21.129419,8.683434,-4.972037,-21.338442,8.818120,-4.935534,-21.242514,8.731224,-4.949142,-21.136164,8.638958,-4.962019,-21.136847,8.634939,-4.964338,-21.136929,8.634398,-4.964760,-21.351694,8.830213,-4.934093,-21.351553,8.834228,-4.931891,-21.351051,8.847651,-4.930692,-21.128002,8.682654,-4.957072,-21.085463,8.453995,-4.927563,-21.085463,8.479660,-4.924864,-21.085463,8.530204,-4.908283,-21.085463,8.561028,-4.882419,-21.085463,8.744761,-4.722847,-21.085463,8.804528,-4.675937,-21.085463,8.835795,-4.672683,-21.085463,8.887735,-4.670882,-21.085463,8.896446,-4.671914,-21.079540,8.466399,-4.926937,-21.079401,8.490602,-4.923481,-21.079031,8.504308,-4.920685,-21.085463,8.519436,-4.914055,-21.078392,8.517105,-4.916972,-21.078363,8.528561,-4.911501,-21.080471,8.568343,-4.877761,-21.079824,8.665567,-4.793550,-21.085463,8.639175,-4.814787};
			return value;
		}
		private double[] getcoord_B747taiB_B747silv_10_92_point_21()
		{
			double[] value = {-21.081491,8.763353,-4.707699,-21.081942,8.795347,-4.681386,-21.085463,8.789092,-4.685226,-21.081186,8.805445,-4.677105,-21.082851,8.830663,-4.674454,-21.085463,8.866017,-4.671638,-21.084562,8.859322,-4.673259,-21.085163,8.886001,-4.672130,-21.085199,8.894287,-4.672949,-21.091385,8.466399,-4.926937,-21.091524,8.490602,-4.923481,-21.092533,8.517105,-4.916972,-21.092562,8.528561,-4.911501,-21.090454,8.568343,-4.877761,-21.091101,8.665567,-4.793550,-21.089434,8.763353,-4.707699,-21.088984,8.795347,-4.681386,-21.089739,8.805445,-4.677105,-21.088074,8.830663,-4.674454,-21.086365,8.859322,-4.673259,-21.085762,8.886001,-4.672130,-21.085726,8.894287,-4.672949,-21.055975,7.204070,-5.086646,-21.056786,7.234209,-5.116964,-21.058256,7.247515,-5.121181,-21.060562,7.248712,-5.092408,-21.059929,7.266321,-5.105662,-21.060818,7.234231,-5.087561,-21.061367,7.264657,-5.097646,-21.061666,7.267931,-5.098738,-21.055182,7.206815,-5.108314,-21.056410,7.222598,-5.113304,-21.060007,7.219016,-5.082503,-21.059874,7.248939,-5.092464,-21.055723,7.222826,-5.113360,-21.054909,7.214352,-5.110678,-21.060129,7.234457,-5.087617,-21.060678,7.264884,-5.097703,-21.060980,7.268159,-5.098794};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_10_93_point_1()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_2()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_3()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_4()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_5()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_6()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_7()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_8()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_9()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_10()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_11()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_12()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_13()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_14()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_15()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_16()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_17()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_18()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_19()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_20()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_21()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_22()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_23()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_24()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_25()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_26()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_27()
		{
			double[] value = {0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.324,0.194,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_28()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_29()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_30()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_31()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_32()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_33()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_34()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_35()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_36()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_37()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_38()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_39()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_40()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_41()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_42()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_43()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_44()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_45()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_46()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_47()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_48()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_49()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_50()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_51()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_52()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_53()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_54()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_55()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_56()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_57()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_58()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_59()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_60()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_61()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_62()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_63()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_64()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_65()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_66()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_67()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_68()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_69()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_70()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_71()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_72()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_73()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}
		private double[] getTextureCoordinate_10_93_point_74()
		{
			double[] value = {0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0,0.5,1.0};
			return value;
		}


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


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


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747grey_10_100_point_1()
		{
			double[] value = {-21.512550,8.002666,-5.044075,-21.499252,7.979363,-5.043803,-21.178028,7.723797,-5.052287,-21.519596,8.037299,-5.044938,-21.859421,8.298285,-5.035563,-21.520069,8.059425,-5.046446,-21.178398,7.782862,-5.054508,-21.775253,8.215290,-5.036504,-21.177904,7.710222,-5.052351,-21.520906,8.075861,-5.047997,-21.700628,8.197007,-5.041646,-21.833151,8.286336,-5.036970,-21.847832,8.296231,-5.036474,-21.331772,7.948370,-5.054588,-21.859432,8.304084,-5.036069,-21.179155,7.845497,-5.060019,-21.177927,7.703156,-5.052485,-21.847376,8.274505,-5.034600,-21.858715,8.284181,-5.034710,-20.658373,8.002666,-5.044075,-20.671673,7.979363,-5.043803,-20.992897,7.723798,-5.052287,-20.651329,8.037299,-5.044938,-20.311504,8.298285,-5.035563,-20.650856,8.059425,-5.046446,-20.992527,7.782862,-5.054508,-20.395672,8.215290,-5.036504,-20.993021,7.710222,-5.052351,-20.650017,8.075861,-5.047997,-20.470295,8.197007,-5.041646,-20.337776,8.286336,-5.036970,-20.323093,8.296231,-5.036474,-20.839151,7.948370,-5.054588,-20.311495,8.304084,-5.036069,-20.991768,7.845497,-5.060019,-20.992998,7.703156,-5.052485,-20.323549,8.274505,-5.034600,-20.312210,8.284181,-5.034710,-21.324236,8.867265,-4.940056,-21.117144,8.752584,-4.969227,-21.323450,8.880488,-4.937846,-21.350060,8.888126,-4.935197,-21.127245,8.696917,-4.971846,-21.351662,8.854053,-4.938850,-21.323566,8.866894,-4.932956,-21.115799,8.751843,-4.954997,-21.323080,8.880283,-4.933901,-21.349636,8.887895,-4.930726,-21.125774,8.696105,-4.956277,-21.350861,8.853611,-4.930363,-21.359850,8.885983,-4.929992,-21.356977,8.833772,-4.935110,-21.361843,8.891393,-4.931094,-21.357002,8.890004,-4.929690,-21.362232,8.891407,-4.931612,-21.352428,8.831038,-4.933896,-21.352314,8.834257,-4.932037,-21.352512,8.829317,-4.935765,-21.350391,8.888111,-4.930620,-21.361946,8.891451,-4.932194,-21.357468,8.890262,-4.934614,-21.352764,8.831223,-4.937428,-21.352966,8.834618,-4.938934,-21.350819,8.888346,-4.935138,-21.356865,8.890824,-4.929805,-21.362223,8.892321,-4.931567,-21.350363,8.888915,-4.930707,-21.350098,8.896945,-4.932472,-21.357306,8.891067,-4.934443,-21.350765,8.889137,-4.934974,-21.322763,8.889552,-4.935444,-21.323050,8.881068,-4.933977,-21.349342,8.896788,-4.932553,-21.349609,8.888695,-4.930811,-21.323402,8.881262,-4.937697,-21.350008,8.888915,-4.935037,-21.233952,8.765423,-4.944020,-21.333778,8.838053,-4.932421,-21.127493,8.685564,-4.956765,-21.126759,8.690346,-4.956537,-21.233227,8.770366,-4.943826,-21.322477,8.832821,-4.933582,-21.209448,8.753725,-4.946563,-21.125916,8.695274,-4.956315,-21.350893,8.852703,-4.930412,-21.333838,8.835808,-4.932618,-21.264376,8.784444,-4.940762,-21.234768,8.762549,-4.944272,-21.149202,8.699276,-4.954424,-21.127857,8.683494,-4.956983,-21.351023,8.848515,-4.930642,-21.235126,8.766071,-4.956453,-21.334648,8.838534,-4.941637,-21.128946,8.686364,-4.972133,-21.128220,8.691152,-4.972001,-21.234402,8.771014,-4.956269,-21.323383,8.833320,-4.943153,-21.210691,8.754413,-4.959755,-21.127384,8.696086,-4.971869,-21.351694,8.853145,-4.938890};
			return value;
		}
		private double[] getcoord_B747taiB_B747grey_10_100_point_2()
		{
			double[] value = {-21.334690,8.836279,-4.941665,-21.265438,8.785028,-4.951987,-21.235909,8.763180,-4.956350,-21.150572,8.700033,-4.968948,-21.129284,8.684279,-4.972064,-21.351818,8.848953,-4.939072,-20.935799,8.766069,-4.956453,-20.836277,8.838533,-4.941637,-21.041979,8.686364,-4.972133,-21.042706,8.691152,-4.972001,-20.936523,8.771014,-4.956269,-20.847542,8.833320,-4.943153,-20.960234,8.754413,-4.959755,-21.043541,8.696085,-4.971869,-20.819231,8.853145,-4.938890,-20.836235,8.836279,-4.941665,-20.905487,8.785028,-4.951987,-20.935017,8.763180,-4.956350,-21.020353,8.700033,-4.968948,-21.041643,8.684279,-4.972065,-20.819107,8.848953,-4.939072,-20.936974,8.765423,-4.944020,-20.837151,8.838053,-4.932421,-21.043434,8.685564,-4.956765,-21.044167,8.690346,-4.956537,-20.937700,8.770366,-4.943826,-20.848448,8.832821,-4.933582,-20.961481,8.753725,-4.946563,-21.045012,8.695274,-4.956315,-20.820032,8.852703,-4.930412,-20.837091,8.835808,-4.932618,-20.906551,8.784444,-4.940762,-20.936157,8.762549,-4.944272,-21.021727,8.699276,-4.954424,-21.043068,8.683494,-4.956983,-20.819906,8.848515,-4.930643,-20.811075,8.885983,-4.929992,-20.813948,8.833772,-4.935110,-20.809082,8.891393,-4.931094,-20.813927,8.890004,-4.929690,-20.808693,8.891407,-4.931613,-20.818497,8.831038,-4.933896,-20.818613,8.834257,-4.932038,-20.818415,8.829317,-4.935765,-20.820538,8.888111,-4.930620,-20.808979,8.891451,-4.932194,-20.813457,8.890262,-4.934614,-20.818161,8.831223,-4.937428,-20.817959,8.834618,-4.938934,-20.820107,8.888346,-4.935138,-20.814062,8.890824,-4.929805,-20.808704,8.892321,-4.931567,-20.820562,8.888915,-4.930707,-20.820827,8.896945,-4.932473,-20.813623,8.891067,-4.934443,-20.820160,8.889137,-4.934975,-20.848166,8.889552,-4.935445,-20.847876,8.881068,-4.933977,-20.821583,8.896788,-4.932553,-20.821318,8.888695,-4.930811,-20.847525,8.881262,-4.937697,-20.820917,8.888915,-4.935037,-20.847359,8.866894,-4.932956,-21.055128,8.751843,-4.954997,-20.847845,8.880283,-4.933901,-20.821291,8.887895,-4.930726,-21.045151,8.696105,-4.956277,-20.820065,8.853611,-4.930363,-20.846689,8.867265,-4.940056,-21.053783,8.752584,-4.969227,-20.847475,8.880488,-4.937846,-20.820866,8.888126,-4.935197,-21.043680,8.696917,-4.971846,-20.819263,8.854053,-4.938850,-21.178398,7.782862,-5.054508,-21.512550,8.002666,-5.044075,-21.178028,7.723797,-5.052287,-21.499252,7.979363,-5.043803,-21.520069,8.059425,-5.046446,-21.520069,8.059425,-5.046446,-21.700628,8.197007,-5.041646,-21.519596,8.037299,-5.044938,-21.520069,8.059425,-5.046446,-21.833151,8.286336,-5.036970,-21.847832,8.296231,-5.036474,-21.520069,8.059425,-5.046446,-21.178398,7.782862,-5.054508,-21.520069,8.059425,-5.046446,-21.520906,8.075861,-5.047997,-21.331772,7.948370,-5.054588,-21.519596,8.037299,-5.044938,-21.859421,8.298285,-5.035563,-21.859432,8.304084,-5.036069,-21.519596,8.037299,-5.044938,-21.331772,7.948370,-5.054588,-21.178398,7.782862,-5.054508,-21.499252,7.979363,-5.043803,-21.775253,8.215290,-5.036504,-21.177927,7.703156,-5.052485,-21.177904,7.710222,-5.052351};
			return value;
		}
		private double[] getcoord_B747taiB_B747grey_10_100_point_3()
		{
			double[] value = {-21.499252,7.979363,-5.043803,-21.859421,8.298285,-5.035563,-21.775253,8.215290,-5.036504,-21.859421,8.298285,-5.035563,-21.847376,8.274505,-5.034600,-21.177927,7.703156,-5.052485,-21.775253,8.215290,-5.036504,-21.847376,8.274505,-5.034600,-20.658373,8.002666,-5.044075,-20.651329,8.037299,-5.044938,-20.311504,8.298285,-5.035563,-20.658373,8.002666,-5.044075,-20.395672,8.215290,-5.036504,-20.658373,8.002666,-5.044075,-20.671673,7.979363,-5.043803,-20.992527,7.782862,-5.054508,-20.992897,7.723798,-5.052287,-20.658373,8.002666,-5.044075,-20.992527,7.782862,-5.054508,-20.658373,8.002666,-5.044075,-20.651329,8.037299,-5.044938,-20.992897,7.723798,-5.052287,-20.671673,7.979363,-5.043803,-20.650856,8.059425,-5.046446,-20.470295,8.197007,-5.041646,-20.650856,8.059425,-5.046446,-20.650856,8.059425,-5.046446,-20.651329,8.037299,-5.044938,-20.323093,8.296231,-5.036474,-20.337776,8.286336,-5.036970,-20.650856,8.059425,-5.046446,-20.992527,7.782862,-5.054508,-20.650856,8.059425,-5.046446,-20.650856,8.059425,-5.046446,-20.650017,8.075861,-5.047997,-20.839151,7.948370,-5.054588,-20.651329,8.037299,-5.044938,-20.311504,8.298285,-5.035563,-20.651329,8.037299,-5.044938,-20.311495,8.304084,-5.036069,-20.323093,8.296231,-5.036474,-20.839151,7.948370,-5.054588,-20.992527,7.782862,-5.054508,-20.671673,7.979363,-5.043803,-20.395672,8.215290,-5.036504,-20.993021,7.710222,-5.052351,-20.992998,7.703156,-5.052485,-20.671673,7.979363,-5.043803,-20.311504,8.298285,-5.035563,-20.395672,8.215290,-5.036504,-20.311504,8.298285,-5.035563,-20.323549,8.274505,-5.034600,-20.395672,8.215290,-5.036504,-20.992998,7.703156,-5.052485,-20.323549,8.274505,-5.034600,-21.351662,8.854053,-4.938850,-21.324236,8.867265,-4.940056,-21.351662,8.854053,-4.938850,-21.323450,8.880488,-4.937846,-21.351662,8.854053,-4.938850,-21.350861,8.853611,-4.930363,-21.323566,8.866894,-4.932956,-21.350861,8.853611,-4.930363,-21.115799,8.751843,-4.954997,-21.323080,8.880283,-4.933901,-21.350861,8.853611,-4.930363,-21.357002,8.890004,-4.929690,-21.359850,8.885983,-4.929992,-21.361843,8.891393,-4.931094,-21.350391,8.888111,-4.930620,-21.359850,8.885983,-4.929992,-21.356977,8.833772,-4.935110,-21.350391,8.888111,-4.930620,-21.356977,8.833772,-4.935110,-21.356977,8.833772,-4.935110,-21.352428,8.831038,-4.933896,-21.352314,8.834257,-4.932037,-21.359850,8.885983,-4.929992,-21.357468,8.890262,-4.934614,-21.359850,8.885983,-4.929992,-21.362232,8.891407,-4.931612,-21.361946,8.891451,-4.932194,-21.359850,8.885983,-4.929992,-21.356977,8.833772,-4.935110,-21.359850,8.885983,-4.929992,-21.356977,8.833772,-4.935110,-21.350819,8.888346,-4.935138,-21.356977,8.833772,-4.935110,-21.352512,8.829317,-4.935765,-21.352764,8.831223,-4.937428,-21.356977,8.833772,-4.935110,-21.352966,8.834618,-4.938934,-21.356865,8.890824,-4.929805,-21.350098,8.896945,-4.932472,-21.350098,8.896945,-4.932472,-21.357306,8.891067,-4.934443,-21.350098,8.896945,-4.932472,-21.322763,8.889552,-4.935444,-21.322763,8.889552,-4.935444,-21.349342,8.896788,-4.932553};
			return value;
		}
		private double[] getcoord_B747taiB_B747grey_10_100_point_4()
		{
			double[] value = {-21.322763,8.889552,-4.935444,-21.350008,8.888915,-4.935037,-21.333778,8.838053,-4.932421,-21.233952,8.765423,-4.944020,-21.322477,8.832821,-4.933582,-21.233952,8.765423,-4.944020,-21.233952,8.765423,-4.944020,-21.233227,8.770366,-4.943826,-21.333778,8.838053,-4.932421,-21.322477,8.832821,-4.933582,-21.350893,8.852703,-4.930412,-21.233952,8.765423,-4.944020,-21.126759,8.690346,-4.956537,-21.209448,8.753725,-4.946563,-21.209448,8.753725,-4.946563,-21.126759,8.690346,-4.956537,-21.233952,8.765423,-4.944020,-21.333778,8.838053,-4.932421,-21.264376,8.784444,-4.940762,-21.333778,8.838053,-4.932421,-21.233952,8.765423,-4.944020,-21.264376,8.784444,-4.940762,-21.127493,8.685564,-4.956765,-21.333778,8.838053,-4.932421,-21.351023,8.848515,-4.930642,-21.333838,8.835808,-4.932618,-21.127493,8.685564,-4.956765,-21.233952,8.765423,-4.944020,-21.149202,8.699276,-4.954424,-21.234768,8.762549,-4.944272,-21.149202,8.699276,-4.954424,-21.233952,8.765423,-4.944020,-21.235126,8.766071,-4.956453,-21.235126,8.766071,-4.956453,-21.235126,8.766071,-4.956453,-21.234402,8.771014,-4.956269,-21.323383,8.833320,-4.943153,-21.334648,8.838534,-4.941637,-21.351694,8.853145,-4.938890,-21.128220,8.691152,-4.972001,-21.235126,8.766071,-4.956453,-21.210691,8.754413,-4.959755,-21.210691,8.754413,-4.959755,-21.128220,8.691152,-4.972001,-21.334648,8.838534,-4.941637,-21.235126,8.766071,-4.956453,-21.265438,8.785028,-4.951987,-21.334648,8.838534,-4.941637,-21.265438,8.785028,-4.951987,-21.235126,8.766071,-4.956453,-21.128946,8.686364,-4.972133,-21.351818,8.848953,-4.939072,-21.334648,8.838534,-4.941637,-21.235126,8.766071,-4.956453,-21.128946,8.686364,-4.972133,-21.150572,8.700033,-4.968948,-21.150572,8.700033,-4.968948,-21.235909,8.763180,-4.956350,-21.235126,8.766071,-4.956453,-20.836277,8.838533,-4.941637,-20.935799,8.766069,-4.956453,-20.847542,8.833320,-4.943153,-20.935799,8.766069,-4.956453,-20.935799,8.766069,-4.956453,-20.936523,8.771014,-4.956269,-20.836277,8.838533,-4.941637,-20.847542,8.833320,-4.943153,-20.819231,8.853145,-4.938890,-20.935799,8.766069,-4.956453,-21.042706,8.691152,-4.972001,-21.042706,8.691152,-4.972001,-20.935799,8.766069,-4.956453,-20.836277,8.838533,-4.941637,-20.836277,8.838533,-4.941637,-20.935799,8.766069,-4.956453,-21.041979,8.686364,-4.972133,-20.836277,8.838533,-4.941637,-20.819107,8.848953,-4.939072,-20.836235,8.836279,-4.941665,-21.041979,8.686364,-4.972133,-20.935017,8.763180,-4.956350,-20.936974,8.765423,-4.944020,-20.837151,8.838053,-4.932421,-20.848448,8.832821,-4.933582,-20.936974,8.765423,-4.944020,-20.936974,8.765423,-4.944020,-20.848448,8.832821,-4.933582,-20.837151,8.838053,-4.932421,-20.820032,8.852703,-4.930412,-21.044167,8.690346,-4.956537,-20.936974,8.765423,-4.944020,-20.961481,8.753725,-4.946563,-20.961481,8.753725,-4.946563,-21.044167,8.690346,-4.956537,-20.837151,8.838053,-4.932421,-20.936974,8.765423,-4.944020,-20.906551,8.784444,-4.940762,-20.837151,8.838053,-4.932421,-20.906551,8.784444,-4.940762,-20.936974,8.765423,-4.944020};
			return value;
		}
		private double[] getcoord_B747taiB_B747grey_10_100_point_5()
		{
			double[] value = {-21.043434,8.685564,-4.956765,-20.819906,8.848515,-4.930643,-20.837151,8.838053,-4.932421,-20.837091,8.835808,-4.932618,-20.936974,8.765423,-4.944020,-21.043434,8.685564,-4.956765,-21.021727,8.699276,-4.954424,-21.021727,8.699276,-4.954424,-20.936157,8.762549,-4.944272,-20.936974,8.765423,-4.944020,-20.813927,8.890004,-4.929690,-20.811075,8.885983,-4.929992,-20.809082,8.891393,-4.931094,-20.811075,8.885983,-4.929992,-20.820538,8.888111,-4.930620,-20.811075,8.885983,-4.929992,-20.813948,8.833772,-4.935110,-20.820538,8.888111,-4.930620,-20.813948,8.833772,-4.935110,-20.818497,8.831038,-4.933896,-20.813948,8.833772,-4.935110,-20.818613,8.834257,-4.932038,-20.811075,8.885983,-4.929992,-20.813457,8.890262,-4.934614,-20.811075,8.885983,-4.929992,-20.808979,8.891451,-4.932194,-20.808693,8.891407,-4.931613,-20.811075,8.885983,-4.929992,-20.813948,8.833772,-4.935110,-20.820107,8.888346,-4.935138,-20.811075,8.885983,-4.929992,-20.813948,8.833772,-4.935110,-20.820107,8.888346,-4.935138,-20.813948,8.833772,-4.935110,-20.818415,8.829317,-4.935765,-20.813948,8.833772,-4.935110,-20.818161,8.831223,-4.937428,-20.817959,8.834618,-4.938934,-20.820827,8.896945,-4.932473,-20.808704,8.892321,-4.931567,-20.820827,8.896945,-4.932473,-20.813623,8.891067,-4.934443,-20.848166,8.889552,-4.935445,-20.821318,8.888695,-4.930811,-20.848166,8.889552,-4.935445,-20.848166,8.889552,-4.935445,-20.821583,8.896788,-4.932553,-20.820917,8.888915,-4.935037,-20.820065,8.853611,-4.930363,-20.847359,8.866894,-4.932956,-20.820065,8.853611,-4.930363,-21.055128,8.751843,-4.954997,-20.847845,8.880283,-4.933901,-20.820065,8.853611,-4.930363,-20.819263,8.854053,-4.938850,-20.846689,8.867265,-4.940056,-20.819263,8.854053,-4.938850,-21.053783,8.752584,-4.969227,-20.847475,8.880488,-4.937846,-20.819263,8.854053,-4.938850};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_10_101_point_1()
		{
			double[] value = {0.776,0.75,0.767,0.769,0.56,0.983,0.776,0.75,0.78,0.721,1.0,0.503,0.781,0.702,0.78,0.721,0.56,0.933,0.946,0.572,0.776,0.75,1.0,0.503,0.776,0.75,0.946,0.572,0.767,0.769,0.56,0.96,0.776,0.75,0.56,0.983,0.56,0.96,0.56,0.933,0.78,0.721,0.776,0.75,0.56,0.96,0.78,0.721,0.56,0.933,0.56,0.914,0.781,0.702,0.56,0.994,0.56,0.983,0.767,0.769,0.56,0.914,0.56,0.89,0.781,0.702,0.781,0.702,0.781,0.689,0.897,0.587,0.781,0.702,0.897,0.587,0.983,0.513,0.78,0.721,0.781,0.702,0.993,0.505,0.983,0.513,0.993,0.505,0.781,0.702,0.56,0.89,0.659,0.795,0.781,0.702,0.781,0.689,0.781,0.702,0.659,0.795,0.78,0.721,1.0,0.498,1.0,0.503,1.0,0.498,0.78,0.721,0.993,0.505,0.561,0.881,0.659,0.795,0.56,0.89,0.56,1.0,0.767,0.769,0.946,0.572,0.56,1.0,0.56,0.994,0.767,0.769,1.0,0.503,0.992,0.523,0.946,0.572,1.0,0.503,1.0,0.515,0.992,0.523,0.56,1.0,0.946,0.572,0.992,0.523,0.233,0.769,0.224,0.75,0.44,0.983,0.22,0.721,0.224,0.75,0.0,0.503,0.22,0.721,0.219,0.702,0.44,0.933,0.054,0.572,0.0,0.503,0.224,0.75,0.054,0.572,0.224,0.75,0.233,0.769,0.44,0.96,0.44,0.983,0.224,0.75,0.44,0.933,0.44,0.96,0.22,0.721,0.44,0.96,0.224,0.75,0.22,0.721,0.44,0.914};
			return value;
		}
		private double[] getTextureCoordinate_10_101_point_2()
		{
			double[] value = {0.44,0.933,0.219,0.702,0.44,0.983,0.44,0.994,0.233,0.769,0.44,0.89,0.44,0.914,0.219,0.702,0.219,0.689,0.219,0.702,0.103,0.587,0.103,0.587,0.219,0.702,0.017,0.513,0.219,0.702,0.22,0.721,0.007,0.505,0.007,0.505,0.017,0.513,0.219,0.702,0.341,0.795,0.44,0.89,0.219,0.702,0.219,0.702,0.219,0.689,0.341,0.795,0.0,0.498,0.22,0.721,0.0,0.503,0.22,0.721,0.0,0.498,0.007,0.505,0.341,0.795,0.439,0.881,0.44,0.89,0.233,0.769,0.44,1.0,0.054,0.572,0.44,0.994,0.44,1.0,0.233,0.769,0.008,0.523,0.0,0.503,0.054,0.572,0.0,0.515,0.0,0.503,0.008,0.523,0.054,0.572,0.44,1.0,0.008,0.523,0.659,0.015,0.654,0.016,0.654,0.017,0.654,0.017,0.659,0.015,0.659,0.015,0.67,0.01,0.665,0.012,0.659,0.023,0.659,0.015,0.659,0.023,0.665,0.012,0.602,0.073,0.663,0.027,0.659,0.023,0.672,0.039,0.672,0.038,0.672,0.032,0.66,0.04,0.663,0.027,0.602,0.073,0.594,0.091,0.66,0.04,0.602,0.073,0.671,0.022,0.663,0.027,0.66,0.04,0.671,0.033,0.671,0.022,0.66,0.04,0.522,0.13,0.594,0.091,0.602,0.073,0.594,0.091,0.522,0.13,0.522,0.134,0.594,0.091,0.522,0.134,0.525,0.153,0.672,0.032,0.671,0.033,0.672,0.039,0.659,0.015,0.661,0.014,0.659,0.015,0.659,0.015,0.665,0.012,0.661,0.014,0.654,0.027,0.659,0.023};
			return value;
		}
		private double[] getTextureCoordinate_10_101_point_3()
		{
			double[] value = {0.659,0.015,0.659,0.015,0.654,0.019,0.654,0.027,0.659,0.023,0.654,0.027,0.654,0.027,0.654,0.027,0.602,0.073,0.659,0.023,0.654,0.027,0.595,0.07,0.602,0.073,0.528,0.118,0.602,0.073,0.595,0.07,0.654,0.019,0.659,0.015,0.654,0.017,0.522,0.13,0.602,0.073,0.528,0.118,0.528,0.118,0.52,0.123,0.522,0.13,0.671,0.016,0.659,0.023,0.663,0.027,0.671,0.022,0.671,0.033,0.672,0.031,0.671,0.01,0.67,0.01,0.671,0.015,0.67,0.01,0.659,0.023,0.671,0.016,0.671,0.016,0.671,0.015,0.67,0.01,0.672,0.031,0.671,0.033,0.672,0.032,0.671,0.016,0.663,0.027,0.671,0.022,0.671,0.022,0.671,0.019,0.671,0.016,0.66,0.04,0.594,0.091,0.651,0.057,0.651,0.057,0.661,0.049,0.66,0.04,0.578,0.123,0.525,0.156,0.527,0.17,0.651,0.057,0.594,0.091,0.596,0.107,0.671,0.033,0.66,0.04,0.661,0.049,0.661,0.049,0.664,0.045,0.671,0.033,0.594,0.091,0.525,0.153,0.581,0.121,0.581,0.121,0.596,0.107,0.594,0.091,0.581,0.121,0.525,0.153,0.525,0.156,0.525,0.156,0.578,0.123,0.581,0.121,0.672,0.039,0.671,0.033,0.664,0.045,0.654,0.017,0.659,0.015,0.654,0.017,0.659,0.015,0.654,0.017,0.659,0.015,0.665,0.012,0.67,0.01,0.659,0.023,0.659,0.023,0.659,0.015,0.665,0.012,0.662,0.028,0.601,0.073,0.659,0.023,0.671,0.039,0.671,0.039,0.671,0.033};
			return value;
		}
		private double[] getTextureCoordinate_10_101_point_4()
		{
			double[] value = {0.662,0.028,0.659,0.041,0.601,0.073,0.659,0.041,0.594,0.092,0.601,0.073,0.662,0.028,0.671,0.022,0.659,0.041,0.671,0.022,0.671,0.033,0.659,0.041,0.594,0.092,0.521,0.131,0.601,0.073,0.521,0.131,0.594,0.092,0.521,0.135,0.521,0.135,0.594,0.092,0.524,0.154,0.671,0.033,0.671,0.033,0.671,0.039,0.66,0.014,0.659,0.015,0.659,0.015,0.665,0.012,0.659,0.015,0.66,0.014,0.659,0.023,0.654,0.027,0.659,0.015,0.654,0.02,0.659,0.015,0.654,0.027,0.654,0.027,0.659,0.023,0.654,0.028,0.601,0.073,0.654,0.028,0.659,0.023,0.595,0.07,0.654,0.028,0.601,0.073,0.601,0.073,0.528,0.118,0.595,0.07,0.659,0.015,0.654,0.02,0.654,0.017,0.601,0.073,0.521,0.131,0.528,0.118,0.52,0.124,0.528,0.118,0.521,0.131,0.659,0.023,0.671,0.016,0.662,0.028,0.671,0.033,0.671,0.022,0.671,0.032,0.67,0.01,0.671,0.01,0.671,0.015,0.659,0.023,0.67,0.01,0.671,0.016,0.671,0.015,0.671,0.016,0.67,0.01,0.671,0.033,0.671,0.032,0.671,0.033,0.662,0.028,0.671,0.016,0.671,0.022,0.671,0.019,0.671,0.022,0.671,0.016,0.594,0.092,0.659,0.041,0.651,0.058,0.66,0.049,0.651,0.058,0.659,0.041,0.524,0.157,0.577,0.124,0.526,0.17,0.594,0.092,0.651,0.058,0.595,0.108,0.659,0.041,0.671,0.033,0.66,0.049,0.664,0.046,0.66,0.049,0.671,0.033,0.524,0.154};
			return value;
		}
		private double[] getTextureCoordinate_10_101_point_5()
		{
			double[] value = {0.594,0.092,0.58,0.122,0.595,0.108,0.58,0.122,0.594,0.092,0.524,0.154,0.58,0.122,0.524,0.157,0.577,0.124,0.524,0.157,0.58,0.122,0.671,0.033,0.671,0.039,0.664,0.046,0.675,0.013,0.677,0.012,0.675,0.019,0.679,0.031,0.677,0.029,0.679,0.018,0.675,0.03,0.677,0.029,0.675,0.041,0.678,0.041,0.677,0.047,0.675,0.041,0.676,0.051,0.677,0.047,0.678,0.051,0.675,0.009,0.671,0.015,0.671,0.01,0.676,0.051,0.674,0.056,0.675,0.051,0.677,0.018,0.675,0.019,0.677,0.012,0.679,0.018,0.677,0.018,0.679,0.012,0.677,0.018,0.677,0.012,0.679,0.012,0.678,0.041,0.675,0.041,0.677,0.029,0.679,0.041,0.678,0.041,0.679,0.031,0.678,0.041,0.677,0.029,0.679,0.031,0.677,0.018,0.679,0.018,0.677,0.029,0.675,0.019,0.677,0.018,0.675,0.03,0.677,0.018,0.677,0.029,0.675,0.03,0.678,0.046,0.678,0.051,0.677,0.047,0.679,0.041,0.678,0.046,0.678,0.041,0.678,0.046,0.677,0.047,0.678,0.041,0.675,0.046,0.675,0.041,0.677,0.047,0.675,0.051,0.675,0.046,0.676,0.051,0.675,0.046,0.677,0.047,0.676,0.051,0.674,0.056,0.672,0.057,0.672,0.055,0.678,0.051,0.675,0.055,0.676,0.051,0.675,0.055,0.674,0.056,0.676,0.051,0.674,0.056,0.672,0.055,0.675,0.051};
			return value;
		}


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


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_108_texCoordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,13,14,-1,15,16,17,-1,18,19,20,-1,21,22,23,-1,24,25,26,-1,27,28,29,-1,30,31,32,-1,33,34,35,-1,36,37,38,-1,39,40,41,-1,42,43,44,-1,45,46,47,-1,48,49,50,-1,51,52,53,-1,54,55,56,-1,57,58,59,-1,60,61,62,-1,63,64,65,-1,66,67,68,-1,69,70,71,-1,72,73,74,-1,75,76,77,-1,78,79,80,-1,81,82,83,-1,84,85,86,-1,87,88,89,-1,90,91,92,-1,93,94,95,-1,96,97,98,-1,99,100,101,-1,102,103,104,-1,105,106,107,-1,108,109,110,-1,111,112,113,-1,114,115,116,-1,117,118,119,-1,120,121,122,-1,123,124,125,-1,126,127,128,-1,129,130,131,-1,132,133,134,-1,135,136,137,-1,138,139,140,-1,141,142,143,-1,144,145,146,-1,147,148,149,-1,150,151,152,-1,153,154,155,-1,156,157,158,-1,159,160,161,-1,162,163,164,-1,165,166,167,-1,168,169,170,-1,171,172,173,-1,174,175,176,-1,177,178,179,-1,180,181,182,-1,183,184,185,-1,186,187,188,-1,189,190,191,-1,192,193,194,-1,195,196,197,-1,198,199,200,-1,201,202,203,-1,204,205,206,-1,207,208,209,-1,210,211,212,-1,213,214,215,-1,216,217,218,-1,219,220,221,-1,222,223,224,-1,225,226,227,-1,228,229,230,-1,231,232,233,-1,234,235,236,-1,237,238,239,-1,240,241,242,-1,243,244,245,-1,246,247,248,-1,249,250,251,-1,252,253,254,-1,255,256,257,-1,258,259,260,-1,261,262,263,-1,264,265,266,-1,267,268,269,-1,270,271,272,-1,273,274,275,-1,276,277,278,-1};
			return value;
		}



		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_10_109_point_1()
		{
			double[] value = {0.101,0.023,0.119,0.027,0.088,0.023,0.262,0.088,0.24,0.067,0.266,0.053,0.248,0.022,0.266,0.053,0.216,0.053,0.579,0.616,0.526,0.533,0.362,0.242,0.959,0.946,0.859,0.915,0.945,0.902,0.778,0.944,0.776,0.956,0.746,0.903,0.719,0.85,0.778,0.944,0.746,0.903,0.966,0.945,0.945,0.902,0.956,0.887,0.959,0.946,0.826,0.935,0.859,0.915,0.078,0.023,0.088,0.023,0.119,0.027,0.073,0.023,0.078,0.023,0.119,0.027,0.143,0.03,0.119,0.027,0.101,0.023,0.143,0.03,0.101,0.023,0.248,0.022,0.216,0.053,0.143,0.03,0.248,0.022,0.266,0.053,0.24,0.067,0.216,0.053,0.266,0.053,0.362,0.242,0.262,0.088,0.362,0.242,0.339,0.215,0.262,0.088,0.339,0.215,0.362,0.242,0.526,0.533,0.746,0.903,0.714,0.857,0.579,0.616,0.714,0.857,0.526,0.533,0.579,0.616,0.579,0.616,0.362,0.242,0.533,0.524,0.746,0.903,0.579,0.616,0.719,0.85,0.579,0.616,0.533,0.524,0.719,0.85,0.622,0.253,0.694,0.649,0.566,0.122,0.714,0.857,0.746,0.903,0.776,0.956,0.795,0.972,0.776,0.956,0.778,0.944,0.966,0.988,0.951,0.991,0.967,0.953,0.891,0.905,0.774,0.323,0.941,0.896,0.716,0.417,0.765,0.557,0.788,0.63,0.967,0.953,0.971,0.992,0.966,0.988,0.891,0.604,0.956,0.887,0.945,0.902,0.956,0.887,0.891,0.604,0.921,0.685,0.891,0.604,0.876,0.429,0.921,0.685,0.876,0.429};
			return value;
		}
		private double[] getTextureCoordinate_10_109_point_2()
		{
			double[] value = {0.817,0.194,0.808,0.056,0.804,0.056,0.808,0.056,0.817,0.194,0.801,0.659,0.846,0.789,0.864,0.847,0.864,0.847,0.788,0.63,0.801,0.659,0.837,0.331,0.941,0.896,0.774,0.323,0.891,0.905,0.714,0.401,0.774,0.323,0.547,0.043,0.544,0.04,0.546,0.04,0.675,0.048,0.788,0.056,0.617,0.124,0.788,0.63,0.864,0.847,0.86,0.91,0.86,0.91,0.637,0.287,0.788,0.63,0.801,0.659,0.788,0.63,0.79,0.63,0.866,0.844,0.864,0.847,0.846,0.789,0.792,0.056,0.804,0.056,0.817,0.194,0.617,0.124,0.836,0.325,0.772,0.317,0.767,0.562,0.788,0.63,0.765,0.557,0.887,0.905,0.864,0.847,0.866,0.844,0.887,0.905,0.86,0.91,0.864,0.847,0.772,0.317,0.712,0.396,0.617,0.124,0.817,0.194,0.876,0.429,0.891,0.604,0.79,0.63,0.788,0.63,0.767,0.562,0.637,0.287,0.549,0.04,0.585,0.043,0.716,0.417,0.788,0.63,0.637,0.287,0.566,0.122,0.544,0.04,0.547,0.043,0.622,0.253,0.566,0.122,0.547,0.043,0.788,0.056,0.836,0.325,0.617,0.124,0.615,0.119,0.589,0.043,0.669,0.048,0.694,0.649,0.622,0.253,0.859,0.915,0.716,0.417,0.637,0.287,0.585,0.043,0.641,0.697,0.533,0.524,0.514,0.469,0.533,0.524,0.362,0.242,0.44,0.337,0.44,0.337,0.514,0.469,0.533,0.524,0.75,0.891,0.719,0.85,0.708,0.816,0.959,0.946,0.945,0.902,0.966,0.945,0.966,0.945,0.966,0.947};
			return value;
		}
		private double[] getTextureCoordinate_10_109_point_3()
		{
			double[] value = {0.959,0.946,0.362,0.242,0.266,0.053,0.268,0.028,0.268,0.028,0.44,0.337,0.362,0.242,0.298,0.074,0.271,0.026,0.28,0.022,0.719,0.85,0.533,0.524,0.641,0.697,0.641,0.697,0.708,0.816,0.719,0.85,0.694,0.649,0.409,0.029,0.566,0.122,0.544,0.04,0.566,0.122,0.409,0.029,0.248,0.022,0.28,0.022,0.271,0.026,0.298,0.074,0.28,0.022,0.404,0.029,0.777,0.931,0.298,0.074,0.404,0.029,0.694,0.649,0.859,0.915,0.826,0.935,0.777,0.931,0.404,0.029,0.821,0.934,0.782,0.937,0.795,0.972,0.778,0.944,0.778,0.944,0.719,0.85,0.75,0.891,0.775,0.936,0.782,0.937,0.778,0.944,0.778,0.944,0.75,0.891,0.775,0.936,0.782,0.937,0.967,0.953,0.795,0.972,0.967,0.953,0.951,0.991,0.795,0.972,0.271,0.026,0.268,0.028,0.248,0.022,0.268,0.028,0.266,0.053,0.248,0.022,0.962,0.963,0.967,0.953,0.96,0.953,0.971,0.992,0.967,0.953,0.966,0.976,0.966,0.988,0.971,0.992,0.966,0.976,0.966,0.976,0.967,0.953,0.962,0.963,0.945,0.851,0.956,0.887,0.921,0.685,0.966,0.947,0.966,0.945,0.959,0.946};
			return value;
		}


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_115_coordIndex_1()
		{
			int[] value = {71,70,72,-1,73,70,71,-1,70,74,75,-1,73,74,70,-1,76,73,77,-1,76,74,73,-1,74,78,79,-1,76,78,74,-1,76,80,78,-1,76,81,80,-1,76,82,81,-1,76,83,82,-1,133,0,132,-1,134,135,20,-1,20,136,1,-1,137,138,21,-1,139,21,2,-1,140,141,3,-1,142,143,28,-1,144,145,4,-1,146,4,5,-1,147,148,6,-1,6,149,7,-1,150,8,7,-1,151,152,2,-1,153,2,9,-1,9,2,10,-1,154,155,11,-1,11,156,12,-1,4,157,13,-1,13,158,14,-1,159,15,14,-1,160,0,15,-1,16,161,17,-1,18,0,162,-1,18,163,16,-1,1,164,19,-1,10,2,22,-1,19,165,23,-1,24,166,25,-1,167,26,23,-1,168,169,24,-1,25,170,27,-1,171,172,3,-1,173,3,29,-1,28,174,30,-1,30,175,5,-1,176,6,17,-1,9,10,31,-1,177,32,12,-1,178,179,29,-1,180,11,33,-1,181,33,34,-1,27,182,34,-1,183,184,35,-1,185,186,37,-1,187,36,37,-1,38,188,39,-1,21,189,40,-1,190,191,64,-1,192,64,43,-1,193,194,42,-1,42,195,43,-1,196,37,44,-1,46,197,45,-1,198,199,40,-1,40,200,47,-1,40,47,48,-1,50,201,49,-1,202,42,51,-1,51,52,203,-1,204,53,35,-1,53,205,52,-1,44,37,54,-1,54,37,55,-1,206,35,36,-1,207,38,56,-1,39,208,57,-1,57,209,20,-1,40,48,58,-1,210,211,59,-1,59,212,60,-1,56,61,213,-1,214,62,60,-1,215,216,61,-1,217,59,63,-1,218,219,41,-1,220,221,65,-1,222,65,41,-1,223,44,45,-1,48,47,66,-1,224,67,65,-1,225,226,50,-1,49,227,68,-1,228,63,69,-1,68,229,69,-1,96,95,97,-1,98,95,96,-1,99,95,98,-1,85,230,84,-1,231,232,86,-1,86,233,87,-1,234,88,84,-1,235,236,237,-1,86,89,238,-1,89,239,240,-1,241,85,90,-1,87,242,91,-1,92,243,244,-1,245,246,93,-1,247,248,92,-1,249,250,94,-1,94,251,252,-1,93,253,90,-1,254,255,91,-1,111,112,113,-1,111,114,112,-1,111,115,114,-1,256,101,100,-1,257,258,102,-1,259,102,103,-1,104,260,100,-1,261,262,263,-1,105,102,264,-1,265,105,266,-1,101,267,106,-1,268,103,107,-1,269,108,270,-1,271,272,109,-1,273,274,108,-1,275,276,110,-1,277,110,278,-1,279,109,106,-1,280,281,107,-1,118,116,117,-1,282,119,283,-1,120,116,118,-1,121,284,285,-1,116,286,117,-1,122,117,287,-1,288,289,290,-1,120,118,291,-1,123,120,292,-1,293,294,295,-1,296,297,298,-1,299,300,301,-1,126,127,124,-1,128,125,302,-1,129,303,304,-1,125,305,306,-1,128,307,308,-1,309,130,128,-1,310,311,312,-1,313,314,315,-1,316,131,317,-1,318,319,320,-1,321,322,131,-1,323,131,324,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747line_10_115_point_1()
		{
			double[] value = {-21.167723,7.923511,-5.102551,-21.136938,8.036594,-5.111855,-21.113632,7.885667,-5.117697,-21.157562,8.010350,-5.107431,-21.162825,7.954866,-5.106454,-21.159222,7.957669,-5.109249,-21.162714,7.890143,-5.108475,-21.159611,7.887440,-5.111047,-21.157576,7.885667,-5.112319,-21.156891,7.885667,-5.112712,-21.148485,7.885667,-5.115618,-21.148439,8.022294,-5.112108,-21.148439,8.019032,-5.112479,-21.164528,7.953543,-5.105019,-21.167379,7.951325,-5.101091,-21.167389,7.951317,-5.101077,-21.167881,7.894644,-5.103180,-21.164223,7.891457,-5.107279,-21.168066,7.894804,-5.102963,-21.144464,8.036594,-5.111117,-21.122869,8.036594,-5.113809,-21.085463,7.885667,-5.118004,-21.137598,7.885667,-5.116986,-21.147491,8.036594,-5.109632,-21.148439,8.035453,-5.109403,-21.148439,8.031545,-5.110206,-21.148439,8.036594,-5.109257,-21.148439,8.028349,-5.111240,-21.157913,8.010200,-5.107117,-21.151751,8.012840,-5.111455,-21.158251,7.958423,-5.109859,-21.154688,7.885667,-5.113830,-21.148439,8.014260,-5.112771,-21.148439,8.025950,-5.111764,-21.148439,8.027018,-5.111406,-21.002760,7.920280,-5.102135,-21.002457,7.894804,-5.102487,-21.002506,7.894759,-5.102557,-21.033987,8.036594,-5.111855,-21.038021,8.036594,-5.112781,-21.057293,7.885667,-5.117697,-21.013369,8.010526,-5.107423,-21.008173,7.955238,-5.106497,-21.011992,7.958207,-5.109416,-21.007824,7.890128,-5.108177,-21.011309,7.887092,-5.111064,-21.012945,7.885667,-5.112087,-21.014034,7.885667,-5.112712,-21.022440,7.885667,-5.115618,-21.022081,8.021845,-5.111989,-21.022081,8.019031,-5.112309,-21.006405,7.953862,-5.105005,-21.003599,7.951681,-5.101140,-21.003132,7.951317,-5.100459,-21.006710,7.891100,-5.107292,-21.002995,7.894335,-5.103132,-21.026461,8.036594,-5.111117,-21.044500,8.036594,-5.113324,-21.033327,7.885667,-5.116986,-21.022081,8.031314,-5.110055,-21.022081,8.034965,-5.109305,-21.023434,8.036594,-5.109632,-21.022081,8.036594,-5.109096,-21.022081,8.027722,-5.111217,-21.012606,8.010200,-5.106750,-21.019184,8.013019,-5.111449,-21.016237,7.885667,-5.113830,-21.022081,8.014260,-5.112599,-21.022081,8.025963,-5.111602,-21.022081,8.026745,-5.111339,-21.148439,8.014260,-5.052097,-21.022081,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.022081,8.014260,-5.052097,-21.158251,7.958423,-5.052097,-21.157913,8.010200,-5.052097,-21.012268,7.958423,-5.052097,-21.012606,8.010200,-5.052097,-21.168066,7.894804,-5.052097,-21.167389,7.951317,-5.052097,-21.157576,7.885667,-5.052097,-21.012945,7.885667,-5.052097,-21.002457,7.894804,-5.052097,-21.003132,7.951317,-5.052097,-20.945431,7.900762,-5.093828,-20.949394,7.900762,-5.093916,-20.921139,7.916187,-5.091930,-20.921139,7.920536,-5.091547,-20.932575,7.900762,-5.093255,-20.921139,7.907226,-5.092404,-20.957678,7.900762,-5.093792,-20.921139,7.933276,-5.089749,-20.986162,7.936321,-5.091964,-20.986162,7.900762,-5.094993,-20.921139,7.936321,-5.089523,-20.986162,7.936321,-5.075547,-20.921139,7.907226,-5.075547,-20.921139,7.936321,-5.075547,-20.932575,7.900762,-5.075547,-20.986162,7.900762,-5.075547};
			return value;
		}
		private double[] getcoord_B747taiB_B747line_10_115_point_2()
		{
			double[] value = {-21.225094,7.900760,-5.093828,-21.221128,7.900760,-5.093916,-21.249384,7.916186,-5.091930,-21.249384,7.920536,-5.091547,-21.237949,7.900760,-5.093255,-21.249384,7.907226,-5.092404,-21.212845,7.900760,-5.093792,-21.249384,7.933275,-5.089749,-21.184362,7.936320,-5.091964,-21.184362,7.900760,-5.094993,-21.249384,7.936320,-5.089523,-21.184362,7.936320,-5.075547,-21.249384,7.907226,-5.075547,-21.249384,7.936320,-5.075547,-21.237949,7.900760,-5.075547,-21.184362,7.900760,-5.075547,-21.012299,7.962044,-5.052196,-21.085138,7.962044,-5.100551,-21.085138,7.959959,-5.052196,-21.085138,7.959959,-5.100551,-21.012299,7.959959,-5.093811,-21.012299,7.962044,-5.093811,-21.033779,7.962044,-5.100551,-21.033779,7.959959,-5.100551,-21.087223,7.962043,-5.052196,-21.158224,7.959959,-5.052196,-21.087223,7.959959,-5.100551,-21.087223,7.962043,-5.100551,-21.158220,7.962043,-5.093840,-21.158224,7.959959,-5.093837,-21.136829,7.962043,-5.100551,-21.136829,7.959959,-5.100551,-21.167389,7.951317,-5.052097,-21.168066,7.894804,-5.052097,-21.022081,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.157576,7.885667,-5.052097,-21.012945,7.885667,-5.052097,-21.157576,7.885667,-5.052097,-21.148439,8.014260,-5.052097,-21.157913,8.010200,-5.052097,-21.157913,8.010200,-5.052097,-21.158251,7.958423,-5.052097,-21.158251,7.958423,-5.052097,-21.167389,7.951317,-5.052097,-21.158251,7.958423,-5.052097,-21.168066,7.894804,-5.052097,-21.157576,7.885667,-5.052097,-21.157576,7.885667,-5.052097,-21.157576,7.885667,-5.052097,-21.157576,7.885667,-5.112319,-21.157576,7.885667,-5.052097,-21.157576,7.885667,-5.112319,-21.148439,8.036594,-5.052097,-21.148439,8.014260,-5.052097,-21.148439,8.014260,-5.052097,-21.167389,7.951317,-5.052097,-21.167389,7.951317,-5.052097,-21.167389,7.951317,-5.052097,-21.167389,7.951317,-5.052097,-21.168066,7.894804,-5.052097,-21.168066,7.894804,-5.052097,-21.168066,7.894804,-5.052097,-21.148439,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.148439,8.036594,-5.109257,-21.148439,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.157913,8.010200,-5.052097,-21.157913,8.010200,-5.107117,-21.148439,8.014260,-5.052097,-21.158251,7.958423,-5.052097,-21.158251,7.958423,-5.052097,-21.168066,7.894804,-5.052097,-21.148439,8.014260,-5.052097,-21.148439,8.014260,-5.112771,-21.148439,8.014260,-5.052097,-21.148439,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.148439,8.036594,-5.052097,-21.002457,7.894804,-5.052097,-21.003132,7.951317,-5.052097,-21.012945,7.885667,-5.052097,-21.002457,7.894804,-5.052097,-21.002457,7.894804,-5.052097,-21.022081,8.036594,-5.052097,-21.012945,7.885667,-5.052097,-21.012268,7.958423,-5.052097,-21.012606,8.010200,-5.052097,-21.012268,7.958423,-5.052097,-21.003132,7.951317,-5.052097,-21.012268,7.958423,-5.052097,-21.012268,7.958423,-5.052097,-21.012945,7.885667,-5.052097,-21.012945,7.885667,-5.052097,-21.012945,7.885667,-5.052097,-21.012945,7.885667,-5.112087};
			return value;
		}
		private double[] getcoord_B747taiB_B747line_10_115_point_3()
		{
			double[] value = {-21.012945,7.885667,-5.112087,-21.022081,8.014260,-5.052097,-21.003132,7.951317,-5.052097,-21.003132,7.951317,-5.052097,-21.003132,7.951317,-5.052097,-21.003132,7.951317,-5.052097,-21.002457,7.894804,-5.052097,-21.022081,8.036594,-5.052097,-21.022081,8.036594,-5.052097,-21.022081,8.036594,-5.052097,-21.022081,8.014260,-5.052097,-21.022081,8.036594,-5.052097,-21.022081,8.036594,-5.052097,-21.022081,8.036594,-5.052097,-21.022081,8.036594,-5.052097,-21.022081,8.036594,-5.109096,-21.022081,8.036594,-5.052097,-21.022081,8.014260,-5.052097,-21.012606,8.010200,-5.106750,-21.012606,8.010200,-5.052097,-21.012606,8.010200,-5.052097,-21.022081,8.014260,-5.052097,-21.012606,8.010200,-5.052097,-21.012945,7.885667,-5.052097,-21.022081,8.014260,-5.052097,-21.022081,8.014260,-5.112599,-21.022081,8.014260,-5.052097,-21.022081,8.014260,-5.052097,-21.022081,8.014260,-5.052097,-21.022081,8.014260,-5.052097,-20.932575,7.900762,-5.075547,-20.921139,7.907226,-5.075547,-20.921139,7.936321,-5.075547,-20.921139,7.936321,-5.075547,-20.932575,7.900762,-5.075547,-20.932575,7.900762,-5.093255,-20.932575,7.900762,-5.075547,-20.921139,7.907226,-5.075547,-20.921139,7.907226,-5.075547,-20.932575,7.900762,-5.093255,-20.921139,7.907226,-5.075547,-20.932575,7.900762,-5.075547,-20.921139,7.936321,-5.075547,-20.986162,7.936321,-5.075547,-20.986162,7.900762,-5.075547,-20.986162,7.900762,-5.075547,-20.932575,7.900762,-5.075547,-20.986162,7.900762,-5.075547,-20.986162,7.900762,-5.094993,-20.921139,7.936321,-5.075547,-20.986162,7.936321,-5.075547,-20.986162,7.936321,-5.075547,-20.986162,7.936321,-5.091964,-20.932575,7.900762,-5.075547,-20.921139,7.936321,-5.075547,-20.921139,7.936321,-5.089523,-21.237949,7.900760,-5.075547,-21.249384,7.936320,-5.075547,-21.249384,7.907226,-5.075547,-21.249384,7.936320,-5.075547,-21.237949,7.900760,-5.075547,-21.237949,7.900760,-5.075547,-21.237949,7.900760,-5.093255,-21.249384,7.907226,-5.075547,-21.249384,7.907226,-5.075547,-21.237949,7.900760,-5.093255,-21.249384,7.907226,-5.075547,-21.237949,7.900760,-5.075547,-21.249384,7.936320,-5.075547,-21.184362,7.936320,-5.075547,-21.184362,7.900760,-5.075547,-21.237949,7.900760,-5.075547,-21.184362,7.900760,-5.075547,-21.184362,7.900760,-5.094993,-21.184362,7.900760,-5.075547,-21.184362,7.936320,-5.075547,-21.249384,7.936320,-5.075547,-21.184362,7.936320,-5.075547,-21.184362,7.936320,-5.091964,-21.237949,7.900760,-5.075547,-21.249384,7.936320,-5.089523,-21.249384,7.936320,-5.075547,-21.085138,7.962044,-5.100551,-21.085138,7.959959,-5.052196,-21.012299,7.962044,-5.052196,-21.012299,7.959959,-5.093811,-21.012299,7.962044,-5.093811,-21.012299,7.962044,-5.093811,-21.085138,7.962044,-5.100551,-21.033779,7.962044,-5.100551,-21.085138,7.959959,-5.100551,-21.085138,7.959959,-5.100551,-21.085138,7.959959,-5.100551,-21.033779,7.959959,-5.100551,-21.085138,7.959959,-5.100551,-21.033779,7.962044,-5.100551,-21.012299,7.962044,-5.093811,-21.012299,7.959959,-5.093811,-21.033779,7.959959,-5.100551,-21.033779,7.959959,-5.100551};
			return value;
		}
		private double[] getcoord_B747taiB_B747line_10_115_point_4()
		{
			double[] value = {-21.033779,7.962044,-5.100551,-21.012299,7.962044,-5.093811,-21.087223,7.962043,-5.052196,-21.158224,7.959959,-5.052196,-21.158220,7.962043,-5.093840,-21.158224,7.959959,-5.093837,-21.087223,7.962043,-5.052196,-21.087223,7.962043,-5.052196,-21.087223,7.962043,-5.100551,-21.087223,7.962043,-5.100551,-21.136829,7.962043,-5.100551,-21.087223,7.962043,-5.100551,-21.087223,7.959959,-5.100551,-21.087223,7.962043,-5.052196,-21.158224,7.959959,-5.093837,-21.087223,7.959959,-5.100551,-21.087223,7.959959,-5.100551,-21.136829,7.962043,-5.100551,-21.158224,7.959959,-5.093837,-21.136829,7.959959,-5.100551,-21.087223,7.959959,-5.100551,-21.158220,7.962043,-5.093840,-21.136829,7.962043,-5.100551,-21.158220,7.962043,-5.093840,-21.158224,7.959959,-5.093837};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747blck_10_121_point_1()
		{
			double[] value = {-21.090635,8.863052,-4.948174,-21.090960,8.862773,-4.949828,-21.092495,8.862968,-4.947105,-21.092985,8.862526,-4.949747,-21.088505,8.852619,-4.944977,-21.090403,8.856429,-4.943460,-21.085478,8.853415,-4.942736,-21.082422,8.852619,-4.944977,-21.080524,8.856429,-4.943460,-21.081573,8.851166,-4.949775,-21.079142,8.854976,-4.951254,-21.080223,8.854864,-4.953386,-21.090704,8.854864,-4.953386,-21.089355,8.851166,-4.949775,-21.091787,8.854976,-4.951254,-21.093393,8.859162,-4.948976,-21.088697,8.860760,-4.939807,-21.085491,8.861035,-4.938299,-21.082228,8.860760,-4.939807,-21.079176,8.858673,-4.954582,-21.088932,8.859014,-4.955984,-21.091751,8.858673,-4.954582,-21.093052,8.858786,-4.952024,-21.091393,8.864049,-4.942670,-21.079536,8.864049,-4.942670,-21.077877,8.862596,-4.952024,-21.079176,8.862483,-4.954582,-21.085491,8.863101,-4.956514,-21.091751,8.862483,-4.954582,-21.090664,8.867859,-4.943252,-21.085485,8.868654,-4.939417,-21.080265,8.867859,-4.943252,-21.078508,8.866782,-4.948783,-21.088505,8.866634,-4.954931,-21.090981,8.866294,-4.953701,-21.092121,8.866406,-4.951458,-21.082623,8.866670,-4.954436,-21.080288,8.866429,-4.953314,-21.089539,8.863816,-4.943831,-21.085339,8.864798,-4.940732,-21.081190,8.864858,-4.943981,-21.079832,8.864369,-4.948576,-21.080978,8.863651,-4.952553,-21.082905,8.863276,-4.953453,-21.089832,8.862547,-4.952394,-21.090767,8.862691,-4.950569,-20.529325,8.144427,-5.112216,-20.526024,8.095457,-5.098934,-20.527479,8.138459,-5.108729,-20.520176,8.095457,-5.101977,-20.516424,8.095457,-5.107365,-20.528389,8.144082,-5.111864,-20.515629,8.095457,-5.113864,-20.519951,8.124367,-5.113344,-20.517969,8.095457,-5.119987,-20.528502,8.144082,-5.112779,-20.523066,8.124367,-5.119222,-20.526691,8.138459,-5.115163,-20.522913,8.095457,-5.124328,-20.529325,8.095457,-5.125896,-20.529325,8.124367,-5.121576,-20.529325,8.144082,-5.113208,-20.530277,8.138459,-5.116038,-20.535738,8.095457,-5.124328,-20.535585,8.124367,-5.119222,-20.540680,8.095457,-5.119987,-20.530149,8.144082,-5.112779,-20.543024,8.095457,-5.113864,-20.538698,8.124367,-5.113344,-20.542227,8.095457,-5.107365,-20.530260,8.144082,-5.111864,-20.537096,8.124367,-5.106898,-20.532595,8.138459,-5.109979,-20.538475,8.095457,-5.101977,-20.532629,8.095457,-5.098934,-20.531584,8.124367,-5.103128,-20.529564,8.144082,-5.111252,-20.524229,7.992791,-5.082308,-20.534023,7.990607,-5.082241,-20.529324,7.991954,-5.107633,-20.515873,7.992791,-5.085578,-20.525055,7.990606,-5.082165,-20.509142,7.992791,-5.091509,-20.516602,7.990606,-5.085161,-20.504845,7.992791,-5.099384,-20.509684,7.990606,-5.090868,-20.503498,7.992791,-5.108254,-20.505135,7.990606,-5.098596,-20.505268,7.992791,-5.117049,-20.503504,7.990606,-5.107415,-20.509941,7.992791,-5.124708,-20.504986,7.990606,-5.116260,-20.516953,7.992791,-5.130308,-20.509405,7.990606,-5.124064,-20.525452,7.992791,-5.133173,-20.516226,7.990606,-5.129886,-20.534420,7.992791,-5.132957,-20.524626,7.990606,-5.133024,-20.542774,7.992791,-5.129686,-20.533594,7.990606,-5.133100};
			return value;
		}
		private double[] getcoord_B747taiB_B747blck_10_121_point_2()
		{
			double[] value = {-20.549507,7.992791,-5.123756,-20.542048,7.990606,-5.130104,-20.553804,7.992791,-5.115881,-20.548965,7.990606,-5.124397,-20.555149,7.992791,-5.107011,-20.553516,7.990606,-5.116668,-20.553379,7.992791,-5.098216,-20.555147,7.990606,-5.107850,-20.548708,7.992791,-5.090557,-20.553663,7.990606,-5.099005,-20.541698,7.992791,-5.084957,-20.549246,7.990606,-5.091201,-20.533197,7.992791,-5.082092,-20.542421,7.990606,-5.085379,-20.539007,7.975096,-5.083735,-20.542486,7.971437,-5.087301,-20.547216,7.975528,-5.089304,-20.549021,7.972005,-5.093812,-20.552700,7.976171,-5.097600,-20.552559,7.972751,-5.102318,-20.554626,7.976925,-5.107333,-20.552559,7.973555,-5.111526,-20.552700,7.977676,-5.117025,-20.542486,7.974869,-5.126544,-20.543381,7.978555,-5.128357,-20.529325,7.978885,-5.132607,-20.524704,7.975178,-5.130067,-20.515268,7.978555,-5.128357,-20.509628,7.974300,-5.120032,-20.505951,7.977676,-5.117025,-20.506090,7.973555,-5.111526,-20.504025,7.976925,-5.107333,-20.506090,7.972751,-5.102318,-20.505951,7.976171,-5.097600,-20.509628,7.972005,-5.093812,-20.511435,7.975528,-5.089304,-20.524389,7.974982,-5.082269,-20.539587,7.974996,-5.082434,-20.543276,7.971344,-5.086247,-20.548288,7.975454,-5.088343,-20.550203,7.971948,-5.093149,-20.554104,7.976136,-5.097139,-20.553951,7.972736,-5.102166,-20.556143,7.976935,-5.107458,-20.553951,7.973590,-5.111926,-20.554104,7.977732,-5.117730,-20.550203,7.974380,-5.120944,-20.548288,7.978405,-5.126415,-20.543276,7.974983,-5.127845,-20.539587,7.978855,-5.132211,-20.534224,7.975310,-5.131580,-20.529325,7.979012,-5.134245,-20.524427,7.975310,-5.131580,-20.519062,7.978855,-5.132211,-20.515373,7.974983,-5.127845,-20.510361,7.978405,-5.126415,-20.508448,7.974380,-5.120944,-20.504547,7.977732,-5.117730,-20.504698,7.973590,-5.111926,-20.502506,7.976935,-5.107458,-20.504698,7.972736,-5.102166,-20.504547,7.976136,-5.097139,-20.508448,7.971948,-5.093149,-20.510361,7.975454,-5.088343,-20.524427,7.971018,-5.082512,-20.524094,7.974875,-5.080878,-20.756836,7.948978,-5.132439,-20.753534,7.900008,-5.119157,-20.754992,7.943010,-5.128953,-20.747686,7.900008,-5.122200,-20.743937,7.900008,-5.127588,-20.755901,7.948633,-5.132087,-20.743137,7.900008,-5.134088,-20.747463,7.928918,-5.133567,-20.745481,7.900008,-5.140210,-20.756012,7.948633,-5.133003,-20.750576,7.928918,-5.139445,-20.754204,7.943010,-5.135386,-20.750425,7.900008,-5.144551,-20.756836,7.900008,-5.146119,-20.756836,7.928918,-5.141799,-20.756836,7.948633,-5.133431,-20.757788,7.943010,-5.136262,-20.763250,7.900008,-5.144551,-20.763098,7.928918,-5.139445,-20.768192,7.900008,-5.140210,-20.757660,7.948633,-5.133003,-20.770535,7.900008,-5.134088,-20.766211,7.928918,-5.133567,-20.769739,7.900008,-5.127588,-20.757774,7.948633,-5.132087,-20.764608,7.928918,-5.127121,-20.760105,7.943010,-5.130202,-20.765985,7.900008,-5.122200,-20.760139,7.900008,-5.119157,-20.759096,7.928918,-5.123351,-20.757076,7.948633,-5.131475,-20.751741,7.797343,-5.102531,-20.761536,7.795157,-5.102464,-20.756836,7.796505,-5.127856};
			return value;
		}
		private double[] getcoord_B747taiB_B747blck_10_121_point_3()
		{
			double[] value = {-20.743385,7.797343,-5.105802,-20.752565,7.795157,-5.102388,-20.736652,7.797343,-5.111732,-20.744114,7.795157,-5.105385,-20.732355,7.797343,-5.119607,-20.737196,7.795157,-5.111091,-20.731010,7.797343,-5.128478,-20.732645,7.795157,-5.118820,-20.732780,7.797343,-5.137273,-20.731014,7.795157,-5.127639,-20.737453,7.797343,-5.144932,-20.732496,7.795157,-5.136483,-20.744463,7.797343,-5.150531,-20.736916,7.795157,-5.144288,-20.752964,7.797343,-5.153396,-20.743738,7.795157,-5.150110,-20.761932,7.797343,-5.153181,-20.752138,7.795157,-5.153248,-20.770287,7.797343,-5.149910,-20.761105,7.795157,-5.153324,-20.777020,7.797343,-5.143980,-20.769558,7.795157,-5.150327,-20.781315,7.797343,-5.136105,-20.776478,7.795157,-5.144620,-20.782661,7.797343,-5.127234,-20.781027,7.795157,-5.136892,-20.780891,7.797343,-5.118439,-20.782656,7.795157,-5.128073,-20.776220,7.797343,-5.110780,-20.781176,7.795157,-5.119229,-20.769211,7.797343,-5.105180,-20.776758,7.795157,-5.111424,-20.760708,7.797343,-5.102316,-20.769936,7.795157,-5.105602,-20.766520,7.779647,-5.103958,-20.769997,7.775987,-5.107524,-20.774729,7.780079,-5.109527,-20.776533,7.776557,-5.114035,-20.780212,7.780722,-5.117822,-20.780071,7.777301,-5.122542,-20.782137,7.781476,-5.127556,-20.780071,7.778107,-5.131749,-20.780212,7.782228,-5.137249,-20.769997,7.779421,-5.146767,-20.770893,7.783107,-5.148581,-20.756836,7.783436,-5.152832,-20.752214,7.779729,-5.150290,-20.742781,7.783107,-5.148581,-20.737141,7.778852,-5.140256,-20.733463,7.782228,-5.137249,-20.733603,7.778107,-5.131749,-20.731537,7.781476,-5.127556,-20.733603,7.777301,-5.122542,-20.733463,7.780722,-5.117822,-20.737141,7.776557,-5.114035,-20.738947,7.780079,-5.109527,-20.751902,7.779533,-5.102492,-20.767099,7.779547,-5.102657,-20.770786,7.775895,-5.106471,-20.775801,7.780005,-5.108566,-20.777716,7.776499,-5.113372,-20.781612,7.780686,-5.117363,-20.781464,7.777288,-5.122390,-20.783655,7.781487,-5.127682,-20.781464,7.778142,-5.132150,-20.781612,7.782283,-5.137954,-20.777716,7.778931,-5.141167,-20.775801,7.782956,-5.146638,-20.770786,7.779535,-5.148069,-20.767099,7.783405,-5.152434,-20.761736,7.779861,-5.151804,-20.756836,7.783563,-5.154469,-20.751940,7.779861,-5.151804,-20.746574,7.783405,-5.152434,-20.742886,7.779535,-5.148069,-20.737873,7.782956,-5.146638,-20.735960,7.778931,-5.141167,-20.732059,7.782283,-5.137954,-20.732210,7.778142,-5.132150,-20.730017,7.781487,-5.127682,-20.732210,7.777288,-5.122390,-20.732059,7.780686,-5.117363,-20.735960,7.776499,-5.113372,-20.737873,7.780005,-5.108566,-20.751940,7.775568,-5.102736,-20.751606,7.779426,-5.101102,-21.414091,7.948978,-5.132439,-21.417395,7.900008,-5.119157,-21.415936,7.943010,-5.128953,-21.423241,7.900008,-5.122200,-21.426994,7.900008,-5.127588,-21.415028,7.948633,-5.132087,-21.427790,7.900008,-5.134088,-21.423462,7.928918,-5.133567,-21.425447,7.900008,-5.140210,-21.414913,7.948633,-5.133003,-21.420351,7.928918,-5.139445,-21.416725,7.943010,-5.135386,-21.420506,7.900008,-5.144551,-21.414091,7.900008,-5.146119};
			return value;
		}
		private double[] getcoord_B747taiB_B747blck_10_121_point_4()
		{
			double[] value = {-21.414091,7.928918,-5.141799,-21.414091,7.948633,-5.133431,-21.413141,7.943010,-5.136262,-21.407681,7.900008,-5.144551,-21.407829,7.928918,-5.139445,-21.402735,7.900008,-5.140210,-21.413267,7.948633,-5.133003,-21.400394,7.900008,-5.134088,-21.404718,7.928918,-5.133567,-21.401190,7.900008,-5.127588,-21.413155,7.948633,-5.132087,-21.406321,7.928918,-5.127121,-21.410824,7.943010,-5.130202,-21.404942,7.900008,-5.122200,-21.410789,7.900008,-5.119157,-21.411831,7.928918,-5.123351,-21.413851,7.948633,-5.131475,-21.419188,7.797343,-5.102531,-21.409391,7.795157,-5.102464,-21.414091,7.796505,-5.127856,-21.427540,7.797343,-5.105802,-21.418362,7.795157,-5.102388,-21.434273,7.797343,-5.111732,-21.426813,7.795157,-5.105385,-21.438572,7.797343,-5.119607,-21.433733,7.795157,-5.111091,-21.439917,7.797343,-5.128478,-21.438282,7.795157,-5.118820,-21.438145,7.797343,-5.137273,-21.439915,7.795157,-5.127639,-21.433475,7.797343,-5.144932,-21.438431,7.795157,-5.136483,-21.426466,7.797343,-5.150531,-21.434013,7.795157,-5.144288,-21.417963,7.797343,-5.153396,-21.427191,7.795157,-5.150110,-21.408995,7.797343,-5.153181,-21.418791,7.795157,-5.153248,-21.400640,7.797343,-5.149910,-21.409824,7.795157,-5.153324,-21.393908,7.797343,-5.143980,-21.401369,7.795157,-5.150327,-21.389612,7.797343,-5.136105,-21.394449,7.795157,-5.144620,-21.388268,7.797343,-5.127234,-21.389902,7.795157,-5.136892,-21.390036,7.797343,-5.118439,-21.388269,7.795157,-5.128073,-21.394709,7.797343,-5.110780,-21.389753,7.795157,-5.119229,-21.401718,7.797343,-5.105180,-21.394171,7.795157,-5.111424,-21.410221,7.797343,-5.102316,-21.400991,7.795157,-5.105602,-21.404409,7.779647,-5.103958,-21.400930,7.775987,-5.107524,-21.396200,7.780079,-5.109527,-21.394394,7.776557,-5.114035,-21.390717,7.780722,-5.117822,-21.390858,7.777301,-5.122542,-21.388790,7.781476,-5.127556,-21.390858,7.778107,-5.131749,-21.390717,7.782228,-5.137249,-21.400930,7.779421,-5.146767,-21.400036,7.783107,-5.148581,-21.414091,7.783436,-5.152832,-21.418713,7.779729,-5.150290,-21.428146,7.783107,-5.148581,-21.433788,7.778852,-5.140256,-21.437466,7.782228,-5.137249,-21.437323,7.778107,-5.131749,-21.439392,7.781476,-5.127556,-21.437323,7.777301,-5.122542,-21.437466,7.780722,-5.117822,-21.433788,7.776557,-5.114035,-21.431980,7.780079,-5.109527,-21.419027,7.779533,-5.102492,-21.403828,7.779547,-5.102657,-21.400141,7.775895,-5.106471,-21.395128,7.780005,-5.108566,-21.393213,7.776499,-5.113372,-21.389315,7.780686,-5.117363,-21.389463,7.777288,-5.122390,-21.387272,7.781487,-5.127682,-21.389463,7.778142,-5.132150,-21.389315,7.782283,-5.137954,-21.393213,7.778931,-5.141167,-21.395128,7.782956,-5.146638,-21.400141,7.779535,-5.148069,-21.403828,7.783405,-5.152434,-21.409193,7.779861,-5.151804,-21.414091,7.783563,-5.154469,-21.418991,7.779861,-5.151804,-21.424355,7.783405,-5.152434,-21.428041,7.779535,-5.148069,-21.433056,7.782956,-5.146638,-21.434969,7.778931,-5.141167,-21.438869,7.782283,-5.137954,-21.438719,7.778142,-5.132150,-21.440910,7.781487,-5.127682};
			return value;
		}
		private double[] getcoord_B747taiB_B747blck_10_121_point_5()
		{
			double[] value = {-21.438719,7.777288,-5.122390,-21.438869,7.780686,-5.117363,-21.434969,7.776499,-5.113372,-21.433056,7.780005,-5.108566,-21.418991,7.775568,-5.102736,-21.419323,7.779426,-5.101102,-21.641602,8.144427,-5.112216,-21.644903,8.095457,-5.098934,-21.643448,8.138459,-5.108729,-21.650751,8.095457,-5.101977,-21.654505,8.095457,-5.107365,-21.642538,8.144082,-5.111864,-21.655300,8.095457,-5.113864,-21.650976,8.124367,-5.113344,-21.652958,8.095457,-5.119987,-21.642426,8.144082,-5.112779,-21.647863,8.124367,-5.119222,-21.644238,8.138459,-5.115163,-21.648016,8.095457,-5.124328,-21.641602,8.095457,-5.125896,-21.641602,8.124367,-5.121576,-21.641602,8.144082,-5.113208,-21.640652,8.138459,-5.116038,-21.635191,8.095457,-5.124328,-21.635340,8.124367,-5.119222,-21.630247,8.095457,-5.119987,-21.640778,8.144082,-5.112779,-21.627903,8.095457,-5.113864,-21.632229,8.124367,-5.113344,-21.628702,8.095457,-5.107365,-21.640667,8.144082,-5.111864,-21.633833,8.124367,-5.106898,-21.638332,8.138459,-5.109979,-21.632452,8.095457,-5.101977,-21.638300,8.095457,-5.098934,-21.639343,8.124367,-5.103128,-21.641365,8.144082,-5.111252,-21.646700,7.992792,-5.082308,-21.636906,7.990607,-5.082241,-21.641603,7.991954,-5.107633,-21.655054,7.992792,-5.085578,-21.645872,7.990607,-5.082165,-21.661785,7.992792,-5.091509,-21.654325,7.990607,-5.085161,-21.666082,7.992792,-5.099384,-21.661245,7.990607,-5.090868,-21.667429,7.992792,-5.108254,-21.665794,7.990607,-5.098596,-21.665657,7.992792,-5.117050,-21.667425,7.990607,-5.107415,-21.660988,7.992792,-5.124709,-21.665943,7.990607,-5.116260,-21.653976,7.992792,-5.130308,-21.661524,7.990607,-5.124064,-21.645475,7.992792,-5.133173,-21.654703,7.990607,-5.129886,-21.636507,7.992792,-5.132957,-21.646299,7.990607,-5.133024,-21.628153,7.992792,-5.129686,-21.637333,7.990607,-5.133100,-21.621420,7.992792,-5.123756,-21.628880,7.990607,-5.130104,-21.617123,7.992792,-5.115881,-21.621964,7.990607,-5.124397,-21.615780,7.992792,-5.107011,-21.617413,7.990607,-5.116668,-21.617548,7.992792,-5.098216,-21.615782,7.990607,-5.107850,-21.622221,7.992792,-5.090557,-21.617262,7.990607,-5.099005,-21.629230,7.992792,-5.084957,-21.621683,7.990607,-5.091201,-21.637730,7.992792,-5.082092,-21.628504,7.990607,-5.085379,-21.631920,7.975097,-5.083735,-21.628441,7.971437,-5.087301,-21.623713,7.975528,-5.089304,-21.621906,7.972006,-5.093812,-21.618229,7.976171,-5.097600,-21.618368,7.972751,-5.102318,-21.616302,7.976925,-5.107333,-21.618368,7.973556,-5.111526,-21.618229,7.977677,-5.117025,-21.628441,7.974869,-5.126544,-21.627546,7.978555,-5.128357,-21.641603,7.978885,-5.132608,-21.646225,7.975178,-5.130067,-21.655659,7.978555,-5.128357,-21.661299,7.974300,-5.120032,-21.664978,7.977677,-5.117025,-21.664837,7.973556,-5.111526,-21.666903,7.976925,-5.107333,-21.664837,7.972751,-5.102318,-21.664978,7.976171,-5.097600,-21.661299,7.972006,-5.093812,-21.659492,7.975528,-5.089304,-21.646540,7.974983,-5.082269,-21.631340,7.974996,-5.082434,-21.627653,7.971344,-5.086247,-21.622639,7.975454,-5.088343};
			return value;
		}
		private double[] getcoord_B747taiB_B747blck_10_121_point_6()
		{
			double[] value = {-21.620724,7.971948,-5.093149,-21.616827,7.976136,-5.097139,-21.616976,7.972737,-5.102166,-21.614784,7.976936,-5.107458,-21.616976,7.973591,-5.111926,-21.616827,7.977732,-5.117730,-21.620724,7.974380,-5.120944,-21.622639,7.978405,-5.126415,-21.627653,7.974983,-5.127845,-21.631340,7.978855,-5.132211,-21.636705,7.975311,-5.131580,-21.641603,7.979012,-5.134245,-21.646502,7.975311,-5.131580,-21.651867,7.978855,-5.132211,-21.655554,7.974983,-5.127845,-21.660566,7.978405,-5.126415,-21.662481,7.974380,-5.120944,-21.666382,7.977732,-5.117730,-21.666229,7.973591,-5.111926,-21.668423,7.976936,-5.107458,-21.666229,7.972737,-5.102166,-21.666382,7.976136,-5.097139,-21.662481,7.971948,-5.093149,-21.660566,7.975454,-5.088343,-21.646502,7.971018,-5.082513,-21.646835,7.974875,-5.080878,-21.085463,7.120273,-5.034607,-21.102383,7.147806,-5.053004,-21.096323,7.146506,-5.007421,-21.085463,7.146404,-5.003888,-21.109989,7.146784,-5.031703,-21.090393,7.122001,-5.034730,-21.088808,7.148691,-5.062010,-21.085463,7.122636,-5.041560,-21.108274,7.146571,-5.021650,-21.068542,7.147806,-5.053004,-21.074602,7.146506,-5.007421,-21.060936,7.146784,-5.031703,-21.082117,7.148691,-5.062010,-21.062651,7.146571,-5.021650};
			return value;
		}


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


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_128_texCoordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,13,14,-1,15,16,17,-1,18,19,20,-1,21,22,23,-1,24,25,26,-1,27,28,29,-1,30,31,32,-1,33,34,35,-1,36,37,38,-1,39,40,41,-1,42,43,44,-1,45,46,47,-1,48,49,50,-1,51,52,53,-1,54,55,56,-1,57,58,59,-1,60,61,62,-1,63,64,65,-1,66,67,68,-1,69,70,71,-1,72,73,74,-1,75,76,77,-1,78,79,80,-1,81,82,83,-1,84,85,86,-1,87,88,89,-1,90,91,92,-1,93,94,95,-1,96,97,98,-1,99,100,101,-1,102,103,104,-1,105,106,107,-1,108,109,110,-1,111,112,113,-1,114,115,116,-1,117,118,119,-1,120,121,122,-1,123,124,125,-1,126,127,128,-1,129,130,131,-1,132,133,134,-1,135,136,137,-1,138,139,140,-1,141,142,143,-1,144,145,146,-1,147,148,149,-1,150,151,152,-1,153,154,155,-1,156,157,158,-1,159,160,161,-1,162,163,164,-1,165,166,167,-1,168,169,170,-1,171,172,173,-1,174,175,176,-1,177,178,179,-1,180,181,182,-1,183,184,185,-1,186,187,188,-1,189,190,191,-1,192,193,194,-1,195,196,197,-1,198,199,200,-1,201,202,203,-1,204,205,206,-1,207,208,209,-1,210,211,212,-1,213,214,215,-1,216,217,218,-1,219,220,221,-1,222,223,224,-1,225,226,227,-1,228,229,230,-1,231,232,233,-1,234,235,236,-1,237,238,239,-1,240,241,242,-1,243,244,245,-1,246,247,248,-1,249,250,251,-1,252,253,254,-1,255,256,257,-1,258,259,260,-1,261,262,263,-1,264,265,266,-1,267,268,269,-1,270,271,272,-1,273,274,275,-1,276,277,278,-1,279,280,281,-1,282,283,284,-1,285,286,287,-1,288,289,290,-1,291,292,293,-1,294,295,296,-1,297,298,299,-1,300,301,302,-1,303,304,305,-1,306,307,308,-1,309,310,311,-1,312,313,314,-1,315,316,317,-1,318,319,320,-1,321,322,323,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getcoord_B747taiB_B747luft_10_128_point_1()
		{
			double[] value = {-21.168610,7.581037,-5.004878,-21.165762,7.579452,-4.996546,-21.168007,7.550184,-5.004933,-21.165121,7.550184,-4.996384,-21.162151,7.578697,-4.988220,-21.158161,7.578354,-4.979858,-21.161652,7.550184,-4.988129,-21.157707,7.550184,-4.979576,-21.153259,7.578363,-4.970639,-21.147865,7.578440,-4.960572,-21.152945,7.550184,-4.969576,-21.147671,7.550184,-4.959368,-21.162491,7.609715,-4.987684,-21.168240,7.585491,-5.003534,-21.167803,7.585577,-5.002236,-21.167311,7.587553,-5.000676,-21.167448,7.594966,-5.000676,-21.166159,7.610470,-4.995998,-21.167490,7.586383,-5.001271,-21.156773,7.397933,-4.982130,-21.164761,7.464602,-4.998902,-21.165815,7.429555,-5.007750,-21.164011,7.397958,-5.006506,-21.162111,7.397958,-4.998325,-21.159389,7.397958,-4.989914,-21.150131,7.428329,-4.963145,-21.153160,7.397958,-4.973272,-21.148659,7.397958,-4.963223,-21.150331,7.464008,-4.961961,-21.166971,7.465632,-5.006964,-21.149401,7.504104,-4.960884,-21.148321,7.544003,-4.960103,-21.167511,7.505778,-5.006146,-21.168121,7.546141,-5.005514,-21.157761,7.549422,-4.979692,-21.153009,7.549422,-4.969683,-21.161692,7.549422,-4.988240,-21.165154,7.549422,-4.996490,-21.147751,7.549422,-4.959459,-21.168032,7.549422,-5.005042,-21.156761,7.354554,-4.992478,-21.162031,7.393003,-4.998767,-21.148903,7.392669,-4.964129,-21.149885,7.354431,-4.974188,-21.154518,7.363211,-4.983651,-21.153181,7.397197,-4.973403,-21.156670,7.397197,-4.982175,-21.162100,7.397197,-4.998394,-21.159382,7.397197,-4.989983,-21.148695,7.397197,-4.963353,-21.163876,7.393176,-5.006941,-21.163986,7.397197,-5.006576,-21.159552,7.359020,-5.000676,-21.159037,7.353230,-5.000676,-21.160732,7.372816,-5.000676,-21.161760,7.374941,-5.004479,-21.161251,7.374792,-5.002236,-21.160965,7.373987,-5.001271,-21.002319,7.581037,-5.004878,-21.005169,7.579452,-4.996546,-21.002922,7.550184,-5.004933,-21.005808,7.550184,-4.996384,-21.008778,7.578697,-4.988220,-21.012770,7.578354,-4.979858,-21.009277,7.550184,-4.988129,-21.013224,7.550184,-4.979576,-21.017670,7.578363,-4.970639,-21.023064,7.578440,-4.960572,-21.017986,7.550184,-4.969576,-21.023258,7.550184,-4.959368,-21.008440,7.609715,-4.987684,-21.002691,7.585491,-5.003534,-21.003126,7.585577,-5.002236,-21.003618,7.587553,-5.000676,-21.003479,7.594966,-5.000676,-21.004772,7.610470,-4.995998,-21.003441,7.586383,-5.001271,-21.014158,7.397933,-4.982130,-21.006168,7.464602,-4.998902,-21.005114,7.429555,-5.007750,-21.006918,7.397958,-5.006506,-21.008820,7.397958,-4.998325,-21.011541,7.397958,-4.989914,-21.020798,7.428329,-4.963145,-21.017771,7.397958,-4.973272,-21.022270,7.397958,-4.963223,-21.020597,7.464008,-4.961961,-21.003958,7.465632,-5.006964,-21.021530,7.504104,-4.960884,-21.022610,7.544003,-4.960103,-21.003418,7.505778,-5.006146,-21.002808,7.546141,-5.005514,-21.013168,7.549422,-4.979692,-21.017920,7.549422,-4.969683,-21.009237,7.549422,-4.988240,-21.005777,7.549422,-4.996490,-21.023180,7.549422,-4.959459,-21.002899,7.549422,-5.005042,-21.014170,7.354554,-4.992478,-21.008898,7.393003,-4.998767};
			return value;
		}
		private double[] getcoord_B747taiB_B747luft_10_128_point_2()
		{
			double[] value = {-21.022026,7.392669,-4.964129,-21.021044,7.354431,-4.974188,-21.016413,7.363211,-4.983651,-21.017748,7.397197,-4.973403,-21.014261,7.397197,-4.982175,-21.008829,7.397197,-4.998394,-21.011549,7.397197,-4.989983,-21.022234,7.397197,-4.963353,-21.007055,7.393176,-5.006941,-21.006945,7.397197,-5.006576,-21.011377,7.359020,-5.000676,-21.011894,7.353230,-5.000676,-21.010197,7.372816,-5.000676,-21.009169,7.374941,-5.004479,-21.009678,7.374792,-5.002236,-21.009962,7.373987,-5.001271};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_10_129_point_1()
		{
			double[] value = {0.1,0.332,0.217,0.332,0.106,0.403,0.217,0.332,0.217,0.405,0.106,0.403,0.109,0.474,0.217,0.475,0.11,0.545,0.217,0.475,0.217,0.548,0.11,0.545,0.11,0.545,0.217,0.548,0.11,0.624,0.11,0.624,0.217,0.633,0.109,0.71,0.217,0.633,0.217,0.72,0.109,0.71,-0.01,0.479,0.106,0.403,0.109,0.474,0.217,0.548,0.217,0.633,0.11,0.624,0.217,0.405,0.217,0.475,0.109,0.474,0.106,0.403,0.217,0.405,0.109,0.474,0.1,0.332,0.082,0.355,0.083,0.344,0.082,0.355,0.1,0.332,0.106,0.403,0.075,0.368,-0.013,0.408,0.046,0.368,-0.013,0.408,0.075,0.368,0.106,0.403,0.106,0.403,0.075,0.368,0.079,0.363,0.106,0.403,0.079,0.363,0.082,0.355,0.678,0.308,0.799,0.318,0.544,0.383,0.799,0.318,0.799,0.388,0.544,0.383,0.544,0.383,0.799,0.388,0.799,0.46,0.799,0.526,0.799,0.602,0.683,0.688,0.799,0.602,0.799,0.687,0.683,0.688,0.547,0.698,0.799,0.526,0.683,0.688,0.544,0.383,0.799,0.526,0.547,0.698,0.544,0.383,0.799,0.46,0.799,0.526,0.544,0.383,0.54,0.314,0.678,0.308,0.393,0.707,0.544,0.383,0.547,0.698,0.241,0.714,0.544,0.383,0.393,0.707,0.544,0.383,0.387,0.321,0.54,0.314,0.22,0.547,0.544,0.383,0.22,0.632,0.22,0.474,0.387,0.321,0.544,0.383,0.387,0.321,0.22,0.474,0.22,0.404,0.241,0.714,0.22,0.632,0.544,0.383,0.22,0.632};
			return value;
		}
		private double[] getTextureCoordinate_10_129_point_2()
		{
			double[] value = {0.241,0.714,0.22,0.719,0.544,0.383,0.22,0.547,0.22,0.474,0.22,0.404,0.233,0.327,0.387,0.321,0.233,0.327,0.22,0.404,0.22,0.331,0.965,0.594,0.819,0.679,0.932,0.513,0.932,0.513,0.818,0.384,0.965,0.438,0.802,0.6,0.802,0.526,0.819,0.679,0.802,0.387,0.818,0.384,0.802,0.459,0.802,0.526,0.818,0.384,0.932,0.513,0.819,0.679,0.802,0.686,0.802,0.6,0.802,0.526,0.802,0.459,0.818,0.384,0.802,0.387,0.817,0.315,0.818,0.384,0.817,0.315,0.802,0.387,0.802,0.318,0.819,0.679,0.802,0.526,0.932,0.513,0.948,0.368,0.965,0.438,0.818,0.384,0.965,0.438,0.948,0.368,0.97,0.368,0.818,0.384,0.895,0.368,0.948,0.368,0.887,0.336,0.818,0.384,0.817,0.315,0.818,0.384,0.887,0.336,0.887,0.355,0.818,0.384,0.887,0.355,0.89,0.363,0.818,0.384,0.89,0.363,0.895,0.368,0.894,0.403,0.783,0.332,0.9,0.332,0.894,0.403,0.783,0.405,0.783,0.332,0.89,0.545,0.783,0.475,0.891,0.474,0.89,0.545,0.783,0.548,0.783,0.475,0.89,0.624,0.783,0.548,0.89,0.545,0.891,0.71,0.783,0.633,0.89,0.624,0.891,0.71,0.783,0.72,0.783,0.633,0.891,0.474,0.894,0.403,1.01,0.479,0.89,0.624,0.783,0.633,0.783,0.548,0.891,0.474,0.783,0.475,0.783,0.405,0.891,0.474,0.783,0.405,0.894,0.403,0.917,0.344,0.918,0.355,0.9,0.332,0.894,0.403,0.9,0.332};
			return value;
		}
		private double[] getTextureCoordinate_10_129_point_3()
		{
			double[] value = {0.918,0.355,0.954,0.368,1.013,0.408,0.925,0.368,0.894,0.403,0.925,0.368,1.013,0.408,0.921,0.363,0.925,0.368,0.894,0.403,0.918,0.355,0.921,0.363,0.894,0.403,0.456,0.383,0.201,0.318,0.322,0.308,0.456,0.383,0.201,0.388,0.201,0.318,0.201,0.46,0.201,0.388,0.456,0.383,0.317,0.688,0.201,0.602,0.201,0.526,0.317,0.688,0.201,0.687,0.201,0.602,0.317,0.688,0.201,0.526,0.453,0.698,0.453,0.698,0.201,0.526,0.456,0.383,0.201,0.526,0.201,0.46,0.456,0.383,0.322,0.308,0.46,0.314,0.456,0.383,0.453,0.698,0.456,0.383,0.607,0.707,0.607,0.707,0.456,0.383,0.759,0.714,0.46,0.314,0.613,0.321,0.456,0.383,0.78,0.632,0.456,0.383,0.78,0.547,0.456,0.383,0.613,0.321,0.78,0.474,0.78,0.404,0.78,0.474,0.613,0.321,0.456,0.383,0.78,0.632,0.759,0.714,0.78,0.719,0.759,0.714,0.78,0.632,0.78,0.474,0.78,0.547,0.456,0.383,0.613,0.321,0.767,0.327,0.78,0.404,0.78,0.331,0.78,0.404,0.767,0.327,0.068,0.513,0.181,0.679,0.035,0.594,0.035,0.438,0.182,0.384,0.068,0.513,0.181,0.679,0.198,0.526,0.198,0.6,0.198,0.459,0.182,0.384,0.198,0.387,0.068,0.513,0.182,0.384,0.198,0.526,0.198,0.6,0.198,0.686,0.181,0.679,0.182,0.384,0.198,0.459,0.198,0.526,0.182,0.384,0.183,0.315,0.198,0.387,0.198,0.318,0.198,0.387,0.183,0.315};
			return value;
		}
		private double[] getTextureCoordinate_10_129_point_4()
		{
			double[] value = {0.068,0.513,0.198,0.526,0.181,0.679,0.182,0.384,0.035,0.438,0.052,0.368,0.03,0.368,0.052,0.368,0.035,0.438,0.052,0.368,0.105,0.368,0.182,0.384,0.183,0.315,0.182,0.384,0.113,0.336,0.113,0.355,0.113,0.336,0.182,0.384,0.11,0.363,0.113,0.355,0.182,0.384,0.105,0.368,0.11,0.363,0.182,0.384};
			return value;
		}


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


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_9_136_texCoordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,13,14,-1,15,16,17,-1,18,19,20,-1,21,22,23,-1,24,25,26,-1,27,28,29,-1,30,31,32,-1,33,34,35,-1,36,37,38,-1,39,40,41,-1,42,43,44,-1,45,46,47,-1,48,49,50,-1,51,52,53,-1,54,55,56,-1,57,58,59,-1,60,61,62,-1,63,64,65,-1,66,67,68,-1,69,70,71,-1,72,73,74,-1,75,76,77,-1,78,79,80,-1,81,82,83,-1,84,85,86,-1,87,88,89,-1,90,91,92,-1,93,94,95,-1,96,97,98,-1,99,100,101,-1,102,103,104,-1,105,106,107,-1,108,109,110,-1,111,112,113,-1,114,115,116,-1,117,118,119,-1,120,121,122,-1,123,124,125,-1,126,127,128,-1,129,130,131,-1,132,133,134,-1,135,136,137,-1,138,139,140,-1,141,142,143,-1,144,145,146,-1,147,148,149,-1,150,151,152,-1,153,154,155,-1,156,157,158,-1,159,160,161,-1,162,163,164,-1,165,166,167,-1,168,169,170,-1,171,172,173,-1,174,175,176,-1,177,178,179,-1,180,181,182,-1,183,184,185,-1,186,187,188,-1,189,190,191,-1,192,193,194,-1,195,196,197,-1,198,199,200,-1,201,202,203,-1,204,205,206,-1,207,208,209,-1,210,211,212,-1,213,214,215,-1,216,217,218,-1,219,220,221,-1,222,223,224,-1,225,226,227,-1,228,229,230,-1,231,232,233,-1,234,235,236,-1,237,238,239,-1,240,241,242,-1,243,244,245,-1,246,247,248,-1,249,250,251,-1,252,253,254,-1,255,256,257,-1,258,259,260,-1,261,262,263,-1};
			return value;
		}



		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_10_137_point_1()
		{
			double[] value = {0.881,0.027,0.899,0.023,0.912,0.023,0.784,0.053,0.752,0.022,0.857,0.03,0.76,0.067,0.738,0.088,0.734,0.053,0.734,0.053,0.752,0.022,0.784,0.053,0.474,0.533,0.421,0.616,0.638,0.242,0.141,0.915,0.041,0.946,0.055,0.902,0.224,0.956,0.222,0.944,0.254,0.903,0.222,0.944,0.281,0.85,0.254,0.903,0.034,0.988,0.034,0.976,0.049,0.991,0.055,0.902,0.034,0.945,0.044,0.887,0.174,0.935,0.041,0.946,0.141,0.915,0.109,0.604,0.079,0.685,0.158,0.24,0.183,0.194,0.158,0.24,0.192,0.056,0.912,0.023,0.922,0.023,0.881,0.027,0.922,0.023,0.927,0.023,0.881,0.027,0.881,0.027,0.857,0.03,0.899,0.023,0.899,0.023,0.857,0.03,0.752,0.022,0.76,0.067,0.734,0.053,0.784,0.053,0.638,0.242,0.734,0.053,0.738,0.088,0.661,0.215,0.638,0.242,0.738,0.088,0.638,0.242,0.661,0.215,0.474,0.533,0.286,0.857,0.254,0.903,0.421,0.616,0.474,0.533,0.286,0.857,0.421,0.616,0.638,0.242,0.421,0.616,0.467,0.524,0.421,0.616,0.254,0.903,0.281,0.85,0.467,0.524,0.421,0.616,0.281,0.85,0.306,0.649,0.378,0.253,0.434,0.122,0.254,0.903,0.286,0.857,0.224,0.956,0.224,0.956,0.205,0.972,0.222,0.944,0.049,0.991,0.038,0.963,0.04,0.953,0.226,0.323,0.109,0.905,0.059,0.896,0.235,0.557,0.284,0.417,0.212,0.63,0.049,0.991,0.034,0.976,0.038,0.963,0.044,0.887};
			return value;
		}
		private double[] getTextureCoordinate_10_137_point_2()
		{
			double[] value = {0.055,0.851,0.055,0.902,0.109,0.604,0.055,0.851,0.079,0.685,0.192,0.056,0.196,0.056,0.183,0.194,0.154,0.789,0.199,0.659,0.136,0.847,0.212,0.63,0.136,0.847,0.199,0.659,0.059,0.896,0.163,0.331,0.226,0.323,0.286,0.401,0.109,0.905,0.226,0.323,0.456,0.04,0.453,0.043,0.454,0.04,0.055,0.851,0.109,0.604,0.055,0.902,0.212,0.056,0.325,0.048,0.383,0.124,0.136,0.847,0.212,0.63,0.14,0.91,0.363,0.287,0.14,0.91,0.212,0.63,0.212,0.63,0.199,0.659,0.21,0.63,0.136,0.847,0.134,0.844,0.154,0.789,0.196,0.056,0.208,0.056,0.183,0.194,0.164,0.325,0.383,0.124,0.228,0.317,0.212,0.63,0.233,0.562,0.235,0.557,0.136,0.847,0.113,0.905,0.134,0.844,0.14,0.91,0.113,0.905,0.136,0.847,0.288,0.396,0.228,0.317,0.383,0.124,0.158,0.24,0.183,0.194,0.109,0.604,0.212,0.63,0.21,0.63,0.233,0.562,0.451,0.04,0.363,0.287,0.415,0.043,0.212,0.63,0.284,0.417,0.363,0.287,0.456,0.04,0.434,0.122,0.453,0.043,0.434,0.122,0.378,0.253,0.453,0.043,0.164,0.325,0.212,0.056,0.383,0.124,0.411,0.043,0.385,0.119,0.331,0.048,0.378,0.253,0.306,0.649,0.141,0.915,0.363,0.287,0.284,0.417,0.415,0.043,0.467,0.524,0.359,0.697,0.486,0.469,0.638,0.242,0.467,0.524,0.56,0.337,0.486,0.469,0.56,0.337,0.467,0.524,0.281,0.85,0.25,0.891};
			return value;
		}
		private double[] getTextureCoordinate_10_137_point_3()
		{
			double[] value = {0.292,0.816,0.055,0.902,0.041,0.946,0.034,0.945,0.734,0.053,0.638,0.242,0.732,0.028,0.56,0.337,0.732,0.028,0.638,0.242,0.729,0.026,0.702,0.074,0.72,0.022,0.467,0.524,0.281,0.85,0.359,0.697,0.292,0.816,0.359,0.697,0.281,0.85,0.591,0.029,0.306,0.649,0.434,0.122,0.434,0.122,0.456,0.04,0.591,0.029,0.72,0.022,0.752,0.022,0.729,0.026,0.72,0.022,0.702,0.074,0.596,0.029,0.702,0.074,0.223,0.931,0.596,0.029,0.141,0.915,0.306,0.649,0.174,0.935,0.596,0.029,0.223,0.931,0.179,0.934,0.205,0.972,0.218,0.937,0.222,0.944,0.281,0.85,0.222,0.944,0.25,0.891,0.218,0.937,0.225,0.936,0.222,0.944,0.25,0.891,0.222,0.944,0.225,0.936,0.04,0.953,0.218,0.937,0.205,0.972,0.049,0.991,0.04,0.953,0.205,0.972,0.732,0.028,0.729,0.026,0.752,0.022,0.734,0.053,0.732,0.028,0.752,0.022};
			return value;
		}


		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #65, 3936 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_65_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_65_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_65_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_65_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_65_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_65_coordIndex_4()));
			return IndexedFaceSet_9_65_coordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747glas' point field, scene-graph level=10, element #65, 4068 total numbers made up of 1356 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 getcoord_B747taiB_B747glas_10_65_point()
		{
			MFVec3f coord_B747taiB_B747glas_10_65_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_2()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_3()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_4()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_5()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_6()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_7()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_8()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_9()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_10()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_11()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_12()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_13()))
				.append(new MFVec3f(getcoord_B747taiB_B747glas_10_65_point_14()));
			return coord_B747taiB_B747glas_10_65_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #72, 14776 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_72_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_72_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_10()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_11()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_12()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_13()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_14()))
				.append(new MFInt32(getIndexedFaceSet_9_72_coordIndex_15()));
			return IndexedFaceSet_9_72_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=9, element #72, 14776 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_72_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_9_72_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_10()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_11()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_12()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_13()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_14()))
				.append(new MFInt32(getIndexedFaceSet_9_72_texCoordIndex_15()));
			return IndexedFaceSet_9_72_texCoordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747side' point field, scene-graph level=10, element #72, 8601 total numbers made up of 2867 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 getcoord_B747taiB_B747side_10_72_point()
		{
			MFVec3f coord_B747taiB_B747side_10_72_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_2()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_3()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_4()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_5()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_6()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_7()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_8()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_9()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_10()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_11()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_12()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_13()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_14()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_15()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_16()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_17()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_18()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_19()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_20()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_21()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_22()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_23()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_24()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_25()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_26()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_27()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_28()))
				.append(new MFVec3f(getcoord_B747taiB_B747side_10_72_point_29()));
			return coord_B747taiB_B747side_10_72_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #73, 22164 total numbers made up of 11082 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_10_73_point()
		{
			MFVec2f TextureCoordinate_10_73_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_10_73_point_1()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_2()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_3()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_4()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_5()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_6()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_7()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_8()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_9()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_10()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_11()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_12()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_13()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_14()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_15()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_16()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_17()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_18()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_19()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_20()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_21()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_22()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_23()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_24()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_25()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_26()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_27()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_28()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_29()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_30()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_31()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_32()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_33()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_34()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_35()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_36()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_37()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_38()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_39()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_40()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_41()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_42()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_43()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_44()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_45()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_46()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_47()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_48()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_49()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_50()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_51()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_52()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_53()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_54()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_55()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_56()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_57()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_58()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_59()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_60()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_61()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_62()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_63()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_64()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_65()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_66()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_67()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_68()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_69()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_70()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_71()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_72()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_73()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_74()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_75()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_76()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_77()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_78()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_79()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_80()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_81()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_82()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_83()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_84()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_85()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_86()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_87()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_88()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_89()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_90()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_91()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_92()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_93()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_94()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_95()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_96()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_97()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_98()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_99()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_100()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_101()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_102()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_103()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_104()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_105()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_106()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_107()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_108()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_109()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_110()))
				.append(new MFVec2f(getTextureCoordinate_10_73_point_111()));
			return TextureCoordinate_10_73_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #79, 4384 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_79_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_79_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_79_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_79_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_79_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_79_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_9_79_coordIndex_5()));
			return IndexedFaceSet_9_79_coordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747whit' point field, scene-graph level=10, element #79, 2538 total numbers made up of 846 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 getcoord_B747taiB_B747whit_10_79_point()
		{
			MFVec3f coord_B747taiB_B747whit_10_79_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_2()))
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_3()))
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_4()))
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_5()))
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_6()))
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_7()))
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_8()))
				.append(new MFVec3f(getcoord_B747taiB_B747whit_10_79_point_9()));
			return coord_B747taiB_B747whit_10_79_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #85, 4752 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_85_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_85_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_85_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_85_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_85_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_85_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_9_85_coordIndex_5()));
			return IndexedFaceSet_9_85_coordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747mark' point field, scene-graph level=10, element #85, 2376 total numbers made up of 792 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 getcoord_B747taiB_B747mark_10_85_point()
		{
			MFVec3f coord_B747taiB_B747mark_10_85_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747mark_10_85_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747mark_10_85_point_2()))
				.append(new MFVec3f(getcoord_B747taiB_B747mark_10_85_point_3()))
				.append(new MFVec3f(getcoord_B747taiB_B747mark_10_85_point_4()))
				.append(new MFVec3f(getcoord_B747taiB_B747mark_10_85_point_5()))
				.append(new MFVec3f(getcoord_B747taiB_B747mark_10_85_point_6()))
				.append(new MFVec3f(getcoord_B747taiB_B747mark_10_85_point_7()))
				.append(new MFVec3f(getcoord_B747taiB_B747mark_10_85_point_8()));
			return coord_B747taiB_B747mark_10_85_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #92, 9804 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_92_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_92_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_9_92_coordIndex_10()));
			return IndexedFaceSet_9_92_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=9, element #92, 9804 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_92_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_9_92_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_6()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_7()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_8()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_9()))
				.append(new MFInt32(getIndexedFaceSet_9_92_texCoordIndex_10()));
			return IndexedFaceSet_9_92_texCoordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747silv' point field, scene-graph level=10, element #92, 6117 total numbers made up of 2039 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 getcoord_B747taiB_B747silv_10_92_point()
		{
			MFVec3f coord_B747taiB_B747silv_10_92_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_2()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_3()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_4()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_5()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_6()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_7()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_8()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_9()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_10()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_11()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_12()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_13()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_14()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_15()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_16()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_17()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_18()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_19()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_20()))
				.append(new MFVec3f(getcoord_B747taiB_B747silv_10_92_point_21()));
			return coord_B747taiB_B747silv_10_92_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #93, 14706 total numbers made up of 7353 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_10_93_point()
		{
			MFVec2f TextureCoordinate_10_93_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_10_93_point_1()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_2()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_3()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_4()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_5()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_6()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_7()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_8()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_9()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_10()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_11()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_12()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_13()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_14()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_15()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_16()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_17()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_18()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_19()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_20()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_21()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_22()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_23()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_24()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_25()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_26()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_27()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_28()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_29()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_30()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_31()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_32()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_33()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_34()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_35()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_36()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_37()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_38()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_39()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_40()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_41()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_42()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_43()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_44()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_45()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_46()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_47()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_48()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_49()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_50()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_51()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_52()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_53()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_54()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_55()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_56()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_57()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_58()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_59()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_60()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_61()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_62()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_63()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_64()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_65()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_66()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_67()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_68()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_69()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_70()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_71()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_72()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_73()))
				.append(new MFVec2f(getTextureCoordinate_10_93_point_74()));
			return TextureCoordinate_10_93_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #100, 656 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_100_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_100_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_100_coordIndex_1()));
			return IndexedFaceSet_9_100_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=9, element #100, 656 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_100_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_9_100_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_100_texCoordIndex_1()));
			return IndexedFaceSet_9_100_texCoordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747grey' point field, scene-graph level=10, element #100, 1380 total numbers made up of 460 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 getcoord_B747taiB_B747grey_10_100_point()
		{
			MFVec3f coord_B747taiB_B747grey_10_100_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747grey_10_100_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747grey_10_100_point_2()))
				.append(new MFVec3f(getcoord_B747taiB_B747grey_10_100_point_3()))
				.append(new MFVec3f(getcoord_B747taiB_B747grey_10_100_point_4()))
				.append(new MFVec3f(getcoord_B747taiB_B747grey_10_100_point_5()));
			return coord_B747taiB_B747grey_10_100_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #101, 984 total numbers made up of 492 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_10_101_point()
		{
			MFVec2f TextureCoordinate_10_101_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_10_101_point_1()))
				.append(new MFVec2f(getTextureCoordinate_10_101_point_2()))
				.append(new MFVec2f(getTextureCoordinate_10_101_point_3()))
				.append(new MFVec2f(getTextureCoordinate_10_101_point_4()))
				.append(new MFVec2f(getTextureCoordinate_10_101_point_5()));
			return TextureCoordinate_10_101_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #108, 372 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_108_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_108_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_108_coordIndex_1()));
			return IndexedFaceSet_9_108_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=9, element #108, 372 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_108_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_9_108_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_108_texCoordIndex_1()));
			return IndexedFaceSet_9_108_texCoordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747taiB' point field, scene-graph level=10, element #108, 285 total numbers made up of 95 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 getcoord_B747taiB_B747taiB_10_108_point()
		{
			MFVec3f coord_B747taiB_B747taiB_10_108_point = new MFVec3f(new double[] {-21.085463,8.430090,-4.928629,-21.075710,8.438307,-4.928735,-21.085463,8.453995,-4.927563,-21.066172,8.537817,-4.928904,-21.074627,8.580598,-4.870653,-21.085463,8.811917,-4.919919,-21.069838,8.675070,-4.924168,-21.078882,8.779616,-4.695390,-21.085463,8.896446,-4.671914,-21.078623,8.841000,-4.710209,-21.085463,8.888915,-4.699538,-21.085463,8.847209,-4.821092,-21.080124,8.432865,-4.928662,-21.073402,8.444959,-4.928839,-21.079540,8.466399,-4.926937,-21.079031,8.504308,-4.920685,-21.078392,8.517105,-4.916972,-21.078363,8.528561,-4.911501,-21.068933,8.530690,-4.920853,-21.066669,8.521208,-4.928990,-21.080471,8.568343,-4.877761,-21.070082,8.686178,-4.902400,-21.079824,8.665567,-4.793550,-21.081491,8.763353,-4.707699,-21.076845,8.692914,-4.771466,-21.074738,8.669250,-4.795766,-21.077412,8.766024,-4.709519,-21.081942,8.795347,-4.681386,-21.081186,8.805445,-4.677105,-21.085163,8.886001,-4.672130,-21.077951,8.796353,-4.684541,-21.085199,8.894287,-4.672949,-21.075012,8.801655,-4.767880,-21.085463,8.893800,-4.684332,-21.085463,8.870693,-4.753208,-21.083845,8.809756,-4.919888,-21.080265,8.854973,-4.694908,-21.081369,8.826904,-4.847073,-21.075304,8.794081,-4.849205,-21.083941,8.880921,-4.697302,-21.072029,8.763247,-4.828456,-21.069904,8.676451,-4.923371,-21.069895,8.675914,-4.924139,-21.070011,8.677587,-4.924080,-21.071262,8.696001,-4.923439,-21.071404,8.698060,-4.923367,-21.071533,8.723352,-4.858677,-21.071402,8.715317,-4.867844,-21.081905,8.801793,-4.920036,-21.074671,8.739855,-4.922038,-21.074921,8.742676,-4.921965,-21.075613,8.808242,-4.760021,-21.075087,8.802877,-4.767832,-21.078701,8.841926,-4.710979,-21.077784,8.831916,-4.725555,-21.082355,8.803816,-4.919991,-21.081758,8.816791,-4.883287,-21.072069,8.764071,-4.824333,-21.073944,8.789601,-4.787161,-21.074011,8.790524,-4.785815,-21.083067,8.855226,-4.774551,-21.075275,8.793545,-4.850680,-21.084206,8.883084,-4.695740,-21.072012,8.762321,-4.829805,-21.080091,8.853065,-4.694759,-21.078773,8.838829,-4.693651,-21.081362,8.826330,-4.848742,-21.071665,8.711895,-4.903223,-21.071682,8.712821,-4.901875,-21.078815,8.838318,-4.692122,-21.067280,8.531290,-4.927496,-21.066931,8.533355,-4.927941,-21.066841,8.602371,-4.927104,-21.066935,8.604760,-4.926996,-21.075686,8.725456,-4.749965,-21.076752,8.759945,-4.718431,-21.068241,8.547329,-4.915174,-21.073368,8.659225,-4.810522,-21.071983,8.621073,-4.845406,-21.074194,8.752928,-4.762751,-21.077465,8.798423,-4.686434,-21.077419,8.781705,-4.698534,-21.084734,8.890356,-4.683900,-21.085463,8.894027,-4.683736,-21.085463,8.894677,-4.682020,-21.078142,8.818909,-4.687074,-21.077488,8.795918,-4.688096,-21.078297,8.821293,-4.686968,-21.077818,8.794756,-4.686602,-21.085726,8.894287,-4.672949,-21.085911,8.893909,-4.675951,-21.086184,8.891724,-4.679504,-21.086050,8.883200,-4.709279,-21.086191,8.890356,-4.683900,-21.086189,8.890885,-4.682195});
			return coord_B747taiB_B747taiB_10_108_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #109, 558 total numbers made up of 279 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_10_109_point()
		{
			MFVec2f TextureCoordinate_10_109_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_10_109_point_1()))
				.append(new MFVec2f(getTextureCoordinate_10_109_point_2()))
				.append(new MFVec2f(getTextureCoordinate_10_109_point_3()));
			return TextureCoordinate_10_109_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #115, 632 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_115_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_115_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_115_coordIndex_1()));
			return IndexedFaceSet_9_115_coordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747line' point field, scene-graph level=10, element #115, 975 total numbers made up of 325 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 getcoord_B747taiB_B747line_10_115_point()
		{
			MFVec3f coord_B747taiB_B747line_10_115_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747line_10_115_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747line_10_115_point_2()))
				.append(new MFVec3f(getcoord_B747taiB_B747line_10_115_point_3()))
				.append(new MFVec3f(getcoord_B747taiB_B747line_10_115_point_4()));
			return coord_B747taiB_B747line_10_115_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #121, 2668 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_121_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_121_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_121_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_9_121_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_9_121_coordIndex_3()));
			return IndexedFaceSet_9_121_coordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747blck' point field, scene-graph level=10, element #121, 1620 total numbers made up of 540 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 getcoord_B747taiB_B747blck_10_121_point()
		{
			MFVec3f coord_B747taiB_B747blck_10_121_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747blck_10_121_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747blck_10_121_point_2()))
				.append(new MFVec3f(getcoord_B747taiB_B747blck_10_121_point_3()))
				.append(new MFVec3f(getcoord_B747taiB_B747blck_10_121_point_4()))
				.append(new MFVec3f(getcoord_B747taiB_B747blck_10_121_point_5()))
				.append(new MFVec3f(getcoord_B747taiB_B747blck_10_121_point_6()));
			return coord_B747taiB_B747blck_10_121_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #128, 432 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_128_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_128_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_128_coordIndex_1()));
			return IndexedFaceSet_9_128_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=9, element #128, 432 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_128_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_9_128_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_128_texCoordIndex_1()));
			return IndexedFaceSet_9_128_texCoordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747luft' point field, scene-graph level=10, element #128, 348 total numbers made up of 116 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 getcoord_B747taiB_B747luft_10_128_point()
		{
			MFVec3f coord_B747taiB_B747luft_10_128_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getcoord_B747taiB_B747luft_10_128_point_1()))
				.append(new MFVec3f(getcoord_B747taiB_B747luft_10_128_point_2()));
			return coord_B747taiB_B747luft_10_128_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #129, 648 total numbers made up of 324 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_10_129_point()
		{
			MFVec2f TextureCoordinate_10_129_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_10_129_point_1()))
				.append(new MFVec2f(getTextureCoordinate_10_129_point_2()))
				.append(new MFVec2f(getTextureCoordinate_10_129_point_3()))
				.append(new MFVec2f(getTextureCoordinate_10_129_point_4()));
			return TextureCoordinate_10_129_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=9, element #136, 352 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_136_coordIndex()
		{
			MFInt32 IndexedFaceSet_9_136_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_136_coordIndex_1()));
			return IndexedFaceSet_9_136_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=9, element #136, 352 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_9_136_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_9_136_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_9_136_texCoordIndex_1()));
			return IndexedFaceSet_9_136_texCoordIndex;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747tail' point field, scene-graph level=10, element #136, 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 getcoord_B747taiB_B747tail_10_136_point()
		{
			MFVec3f coord_B747taiB_B747tail_10_136_point = new MFVec3f(new double[] {-21.085463,8.430090,-4.928629,-21.085463,8.453995,-4.927563,-21.085463,8.811917,-4.919919,-21.085463,8.888915,-4.699538,-21.085463,8.893800,-4.684332,-21.085463,8.870693,-4.753208,-21.085463,8.829531,-4.871218,-21.095215,8.438307,-4.928735,-21.104753,8.537817,-4.928904,-21.096300,8.580598,-4.870653,-21.101088,8.675070,-4.924168,-21.092043,8.779616,-4.695390,-21.092302,8.841000,-4.710209,-21.090803,8.432865,-4.928662,-21.097523,8.444959,-4.928839,-21.091385,8.466399,-4.926937,-21.091894,8.504308,-4.920685,-21.092533,8.517105,-4.916972,-21.092562,8.528561,-4.911501,-21.101992,8.530690,-4.920853,-21.104256,8.521208,-4.928990,-21.090454,8.568343,-4.877761,-21.100843,8.686178,-4.902400,-21.091101,8.665567,-4.793550,-21.089434,8.763353,-4.707699,-21.094082,8.692914,-4.771466,-21.096188,8.669250,-4.795766,-21.093513,8.766024,-4.709519,-21.088984,8.795347,-4.681386,-21.089739,8.805445,-4.677105,-21.085762,8.886001,-4.672130,-21.092974,8.796353,-4.684541,-21.085726,8.894287,-4.672949,-21.095913,8.801655,-4.767880,-21.085911,8.893909,-4.675951,-21.086184,8.891724,-4.679504,-21.086050,8.883200,-4.709279,-21.087080,8.809756,-4.919888,-21.090660,8.854973,-4.694908,-21.089556,8.826904,-4.847073,-21.095623,8.794081,-4.849205,-21.086985,8.880921,-4.697302,-21.098896,8.763247,-4.828456,-21.101021,8.676451,-4.923371,-21.101030,8.675914,-4.924139,-21.100916,8.677587,-4.924080,-21.099663,8.696001,-4.923439,-21.099522,8.698060,-4.923367,-21.099394,8.723352,-4.858677,-21.099524,8.715317,-4.867844,-21.089020,8.801793,-4.920036,-21.096256,8.739855,-4.922038,-21.096006,8.742676,-4.921965,-21.095312,8.808242,-4.760021,-21.095839,8.802877,-4.767832,-21.092224,8.841926,-4.710979,-21.093142,8.831916,-4.725555,-21.088570,8.803816,-4.919991,-21.089167,8.816791,-4.883287,-21.098858,8.764071,-4.824333,-21.096981,8.789601,-4.787161,-21.096914,8.790524,-4.785815,-21.087858,8.855226,-4.774551,-21.095650,8.793545,-4.850680,-21.086720,8.883084,-4.695740,-21.098913,8.762321,-4.829805,-21.090834,8.853065,-4.694759,-21.092152,8.838829,-4.693651,-21.089563,8.826330,-4.848742,-21.099260,8.711895,-4.903223,-21.099243,8.712821,-4.901875,-21.092112,8.838318,-4.692122,-21.103645,8.531290,-4.927496,-21.103996,8.533355,-4.927941,-21.104084,8.602371,-4.927104,-21.103991,8.604760,-4.926996,-21.095240,8.725456,-4.749965,-21.094173,8.759945,-4.718431,-21.102684,8.547329,-4.915174,-21.097557,8.659225,-4.810522,-21.098942,8.621073,-4.845406,-21.096731,8.752928,-4.762751,-21.093462,8.798423,-4.686434,-21.093508,8.781705,-4.698534,-21.086191,8.890356,-4.683900,-21.086189,8.890885,-4.682195,-21.092783,8.818909,-4.687074,-21.093437,8.795918,-4.688096,-21.092628,8.821293,-4.686968,-21.093107,8.794756,-4.686602});
			return coord_B747taiB_B747tail_10_136_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #137, 528 total numbers made up of 264 2-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec2f getTextureCoordinate_10_137_point()
		{
			MFVec2f TextureCoordinate_10_137_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_10_137_point_1()))
				.append(new MFVec2f(getTextureCoordinate_10_137_point_2()))
				.append(new MFVec2f(getTextureCoordinate_10_137_point_3()));
			return TextureCoordinate_10_137_point;
		}
		/** Large attribute array: Coordinate DEF='coord_B747taiB_B747cpit' point field, scene-graph level=10, element #143, 126 total numbers made up of 42 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 getcoord_B747taiB_B747cpit_10_143_point()
		{
			MFVec3f coord_B747taiB_B747cpit_10_143_point = new MFVec3f(new double[] {-21.045633,7.276283,-4.953367,-21.039894,7.276827,-4.963166,-21.046267,7.263250,-4.961698,-21.045708,7.263773,-4.962264,-21.055006,7.265482,-4.946994,-21.049515,7.276095,-4.947049,-21.055237,7.265975,-4.946247,-21.052813,7.249508,-4.961248,-21.055243,7.247407,-4.960674,-21.047201,7.260559,-4.962063,-21.054754,7.246838,-4.961239,-21.062700,7.255809,-4.945788,-21.056417,7.264202,-4.946347,-21.057716,7.246812,-4.959163,-21.070642,7.250516,-4.945813,-21.064297,7.254559,-4.945876,-21.068779,7.224767,-4.963933,-21.084473,7.224323,-4.962528,-21.056229,7.245027,-4.960911,-21.084358,7.245510,-4.945489,-21.065781,7.230150,-4.961984,-21.113214,7.246812,-4.959163,-21.100288,7.250516,-4.945813,-21.106630,7.254559,-4.945876,-21.102146,7.224767,-4.963933,-21.086454,7.224323,-4.962528,-21.114698,7.245027,-4.960911,-21.086571,7.245510,-4.945489,-21.105150,7.230150,-4.961984,-21.118116,7.249507,-4.961248,-21.115688,7.247407,-4.960674,-21.123728,7.260559,-4.962063,-21.116175,7.246838,-4.961239,-21.108229,7.255809,-4.945788,-21.114513,7.264202,-4.946347,-21.125298,7.276283,-4.953367,-21.131037,7.276827,-4.963166,-21.124664,7.263250,-4.961698,-21.125221,7.263773,-4.962264,-21.115923,7.265482,-4.946994,-21.121414,7.276095,-4.947049,-21.115692,7.265975,-4.946247});
			return coord_B747taiB_B747cpit_10_143_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 Boeing747 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 Boeing747().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.AircraftFixedWing.Boeing747Tunisia.Boeing747\" 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.AircraftFixedWing.Boeing747Tunisia.Boeing747 self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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