package Savage.GroundVehicles.Emergency;

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> Washington State Patrol Cruiser. </p>
 <p> Related links: Catalog page <a href="../../../../GroundVehicles/Emergency/WashingtonStatePatrolCruiserIndex.html" target="_blank">WashingtonStatePatrolCruiser</a>,  source <a href="../../../../GroundVehicles/Emergency/WashingtonStatePatrolCruiser.java">WashingtonStatePatrolCruiser.java</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dResources.html" target="_blank">X3D Resources</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html" target="_blank">X3D Scene Authoring Hints</a>, and <a href="https://www.web3d.org/x3d/content/X3dTooltips.html" target="_blank">X3D Tooltips</a>. </p>
	<table style="color:black; border:0px solid; border-spacing:10px 0px;">
        <caption>Scene Meta Information</caption>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center; padding:10px 0px;"><i>meta tags</i></td>
			<td style="text-align:left;   padding:10px 0px;">&nbsp; Document Metadata </td>
		</tr>

		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> title </i> </td>
			<td> <a href="../../../../GroundVehicles/Emergency/WashingtonStatePatrolCruiser.x3d">WashingtonStatePatrolCruiser.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../GroundVehicles/Emergency/../../license.html">../../license.html</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 30 May 2007 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 7 April 2024 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Washington State Patrol Cruiser </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Emergency/WashingtonStatePatrolCruiser.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Emergency/WashingtonStatePatrolCruiser.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> contributor </i> </td>
			<td> Yumetech, Inc. </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../GroundVehicles/Emergency/../../license.html">../../license.html</a> </td>
		</tr>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center;" colspan="2">  &nbsp; </td>
		</tr>
	</table>

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

 */

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

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_IMMERSIVE).setVersion(X3D.VERSION_3_0)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("WashingtonStatePatrolCruiser.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("30 May 2007"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("7 April 2024"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Washington State Patrol Cruiser"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Emergency/WashingtonStatePatrolCruiser.x3d"))
    .addMeta(new meta().setName(meta.NAME_CONTRIBUTOR).setContent("Yumetech, Inc."))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("SavageVehicleMetadataTemplate")
      .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://fas.org/man/dod-101/sys/land/rst-v.htm"})
              .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[] {"WashingtonStatePatrolCruiser"})
              .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[] {1.865})
                .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[] {2.27})
                .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[] {5.95})
                .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("draft").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The vertical distance in meters from the deepest point (keel or other structure) to the waterline of a vehicle at its stated displacement or gross weight."})))
              .setMetadata(new MetadataFloat().setName("wheelbase").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The longitudinal distance in meters from the center of the forwardmost roadwheel axle to the center of the rearmost roadwheel axle on this vehicle."})))
              .setMetadata(new MetadataFloat().setName("trackWidth").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The horizontal distance in meters from the rightmost edge of the right wheel or track to the leftmost edge of the left wheel or track on this vehicle."})))
              .setMetadata(new MetadataFloat().setName("grossWeight").setValue(new double[] {0.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("centerOfGravity").setValue(new double[] {0.0,0.0,0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"Sets the Center of Gravity of the object as an (x, y, z) distance in meters from the physical center of the object, which is located at (0, 0, 0)."})))
              .setMetadata(new MetadataFloat().setName("aerodynamicCenter").setValue(new double[] {0.0,0.0,0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"Sets the Aerodynamic Center of the object as an (x, y, z) distance in meters from the physical center of the object, which is located at (0, 0, 0)."})))
              .setMetadata(new MetadataFloat().setName("centerOfBuoyancy").setValue(new double[] {0.0,0.0,0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"Sets the Center of Buoyancy of the object as an (x, y, z) distance in meters from the physical center of the object, which is located at (0, 0, 0)."})))
              .setMetadata(new MetadataFloat().setName("maximumSpeed").setValue(new double[] {100.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum rated speed for this vehicle in mph or kph."})))
              .setMetadata(new MetadataFloat().setName("cruiseSpeed").setValue(new double[] {55.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The published cruise speed for this vehicle in mph or kph."})))
              .setMetadata(new MetadataFloat().setName("maximumAltitude").setValue(new double[] {0.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[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The cruise ceiling for this aircraft in feet or meters."})))
              .setMetadata(new MetadataFloat().setName("maximumDepth").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The absolute depth for this submersible in feet or meters."})))
              .setMetadata(new MetadataFloat().setName("cruiseDepth").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The cruise depth for this submersible in feet or meters."})))
              .setMetadata(new MetadataFloat().setName("maximumAcceleration").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The ideal maximum acceleration achievable by this vehicle in feet or meters per second squared, as in at maximum Power excess for aircraft."})))
              .setMetadata(new MetadataFloat().setName("maximumDeceleration").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The ideal best braking performance achievable by this vehicle in feet or meters per second squared."})))
              .setMetadata(new MetadataFloat().setName("minimumTurnRadius").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The minimum turning radius for this vehicle in feet or meters, as in at best cornering speed for aircraft."})))
              .setMetadata(new MetadataFloat().setName("maximumTurnRate").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum turning rate for this vehicle in degrees per second, as in at best cornering speed for aircraft."})))
              .setMetadata(new MetadataFloat().setName("maximumFuelCapacity").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum usable internal fuel capacity of this vehicle in liters."}))))
            .setMetadata(new MetadataSet().setName("TacticalConstraints")
              .setMetadata(new MetadataFloat().setName("maximumAirThreatRange").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum effective range in miles or kilometers of the longest-range anti-aircraft weapon on this platform."})))
              .setMetadata(new MetadataFloat().setName("maximumSurfaceThreatRange").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum effective range in miles or kilometers of the longest-range anti-surface weapon on this platform."})))
              .setMetadata(new MetadataFloat().setName("maximumSubsurfaceThreatRange").setValue(new double[] {100.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum effective range in miles or kilometers of the longest-range anti-submarine weapon on this platform."})))
              .setMetadata(new MetadataFloat().setName("maximumAirDetectionRange").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum detection range of the longest-range air detection sensor on this platform."})))
              .setMetadata(new MetadataFloat().setName("maximumSurfaceDetectionRange").setValue(new double[] {600.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the overall type of this object (for vehicles this value should be 1)."})))
              .setMetadata(new MetadataFloat().setName("maximumSubsurfaceDetectionRange").setValue(new double[] {0.0})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The maximum detection range of the longest-range subsurface detection sensor on this platform."})))))
          .setMetadata(new MetadataSet().setName("CurrentConditionParameters")
            .addComments(" <MetadataString name=\"appinfo\" value=\"This is a placeholder element which ensures the proper validation of autogenerated SMAL code.\"/> "))
          .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 for the overall type of this object (for vehicles this value should be 1)."})))
              .setMetadata(new MetadataInteger().setName("entityDomain").setValue(new int[] {1})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the domain of operations of this object (air, surface, sub-surface, etc.)."})))
              .setMetadata(new MetadataInteger().setName("entityCountry").setValue(new int[] {225})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the country of origin of this object (the value for United States is 225)."})))
              .setMetadata(new MetadataInteger().setName("entityCategory").setValue(new int[] {27})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the type of this vehicle (cruiser or destroyer, tank or truck, bomber or fighter, etc.)."})))
              .setMetadata(new MetadataInteger().setName("entitySubCategory").setValue(new int[] {1})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the class designation of this vehicle (CG-47 Ticonderoga, DDG-51 Arleigh Burke, M1A2, M880, B-52, F-22, etc."})))
              .setMetadata(new MetadataInteger().setName("entitySpecific").setValue(new int[] {1})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for the specific unit or variant of this object (CG-68, DDG-77, HMMVW w/TOW package, etc.)."})))
              .setMetadata(new MetadataInteger().setName("entityExtra").setValue(new int[] {1})
                .setMetadata(new MetadataString().setName("appinfo").setValue(new String[] {"The DIS enumeration for optional equipment or configurations for this vehicle."}))))))))
    .addChild(new NavigationInfo())
    .addChild(new Viewpoint("PatrolCruiserSideView").setDescription("PatrolCruiser Side View").setOrientation(-6.13026E-4,0.998247,0.0591875,3.12092).setPosition(0.260696,2.06618,-7.64563))
    .addChild(new Viewpoint("PatrolCruiserFrontView").setDescription("PatrolCruiser Front View").setOrientation(0.0,1.0,0.0,-4.70164).setPosition(12.0,2.0,0.0))
    .addChild(new Viewpoint("PatrolCruiserRearView").setDescription("PatrolCruiser Rear View").setOrientation(0.0,1.0,0.0,-1.5871).setPosition(-12.0,2.0,0.0))
    .addChild(new Viewpoint("PatrolCruiserTopView").setDescription("PatrolCruiser Top View").setOrientation(1.0,0.0,0.0,-1.578).setPosition(0.0,9.0,0.0))
    .addChild(new Transform("WashingtonStatePatrolCruiser")
      .addChild(new Transform().setRotation(0.0,-1.0,0.0,-1.57079).setTranslation(0.214015,0.0,0.214015)
        .addChild(new Group()
          .addChild(new Viewpoint("Perspective").setDescription("Perspective").setFieldOfView(0.950022).setOrientation(-0.390208,0.90102,0.189475,0.988587).setPosition(4.36673,3.126,4.08986))
          .addChild(new Transform()
            .addChild(new Transform("Front_Left_Tire").setRotation(-2.84252E-8,3.00589E-9,1.0,1.57079).setTranslation(0.834997,0.420001,2.0)
              .addChild(new Shape("Tire")
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setSpecularColor(0.29,0.3,0.29))
                  .setTexture(new ImageTexture().setUrl(new String[] {"textures/Tires.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Emergency/textures/Tires.jpg"})))
                .setGeometry(new IndexedFaceSet().setCreaseAngle(0.5).setCoordIndex(new int[] {0,1,3,2,-1,2,3,5,4,-1,4,5,7,6,-1,6,7,9,8,-1,8,9,11,10,-1,10,11,13,12,-1,12,13,15,14,-1,14,15,17,16,-1,16,17,19,18,-1,18,19,21,20,-1,20,21,23,22,-1,22,23,25,24,-1,24,25,27,26,-1,26,27,29,28,-1,28,29,31,30,-1,30,31,1,0,-1,32,31,29,-1,32,29,27,-1,32,27,25,-1,32,25,23,-1,32,23,21,-1,32,21,19,-1,32,19,17,-1,32,17,15,-1,32,15,13,-1,32,13,11,-1,32,11,9,-1,32,9,7,-1,32,7,5,-1,32,5,3,-1,32,3,1,-1,32,1,31,-1,33,0,2,-1,33,2,4,-1,33,4,6,-1,33,6,8,-1,33,8,10,-1,33,10,12,-1,33,12,14,-1,33,14,16,-1,33,16,18,-1,33,18,20,-1,33,20,22,-1,33,22,24,-1,33,24,26,-1,33,26,28,-1,33,28,30,-1,33,30,0,-1}).setTexCoordIndex(new int[] {0,1,3,2,-1,2,3,5,4,-1,4,5,7,6,-1,6,7,9,8,-1,8,9,11,10,-1,10,11,13,12,-1,12,13,15,14,-1,14,15,17,16,-1,16,17,19,18,-1,18,19,21,20,-1,20,21,23,22,-1,22,23,25,24,-1,24,25,27,26,-1,26,27,29,28,-1,28,29,31,30,-1,30,31,33,32,-1,65,35,36,-1,65,36,37,-1,65,37,63,-1,65,63,39,-1,65,39,40,-1,65,40,41,-1,65,41,42,-1,65,42,64,-1,65,64,66,-1,65,66,45,-1,65,45,46,-1,65,46,47,-1,65,47,60,-1,65,60,61,-1,65,61,62,-1,65,62,35,-1,34,16,43,-1,34,43,44,-1,34,44,50,-1,34,50,51,-1,34,51,52,-1,34,52,48,-1,34,48,49,-1,34,49,53,-1,34,53,54,-1,34,54,55,-1,34,55,56,-1,34,56,38,-1,34,38,57,-1,34,57,58,-1,34,58,59,-1,34,59,16,-1})
                  .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {0.0,-0.165,-0.42,0.0,0.165,-0.42,0.160727,-0.165,-0.38803,0.160727,0.165,-0.38803,0.296985,-0.165,-0.296985,0.296985,0.165,-0.296985,0.38803,-0.165,-0.160727,0.38803,0.165,-0.160727,0.42,-0.165,1.83588E-8,0.42,0.165,1.83588E-8,0.38803,-0.165,0.160727,0.38803,0.165,0.160727,0.296985,-0.165,0.296985,0.296985,0.165,0.296985,0.160727,-0.165,0.38803,0.160727,0.165,0.38803,6.34183E-8,-0.165,0.42,6.34183E-8,0.165,0.42,-0.160727,-0.165,0.38803,-0.160727,0.165,0.38803,-0.296985,-0.165,0.296985,-0.296985,0.165,0.296985,-0.38803,-0.165,0.160727,-0.38803,0.165,0.160727,-0.42,-0.165,-5.00846E-9,-0.42,0.165,-5.00846E-9,-0.388029,-0.165,-0.160727,-0.388029,0.165,-0.160727,-0.296985,-0.165,-0.296985,-0.296985,0.165,-0.296985,-0.160727,-0.165,-0.38803,-0.160727,0.165,-0.38803,0.0,0.165,0.0,0.0,-0.165,0.0})))
                  .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_10_112_point())))))
            .addChild(new Transform("Rear_Left_Tire").setRotation(6.7686E-6,-6.7686E-6,1.0,4.71239).setTranslation(0.834994,0.42,-1.25817)
              .addChild(new Shape().setUSE("Tire")))
            .addChild(new Transform("Front_Right_Tire").setRotation(0.707107,-0.707107,-3.88832E-6,3.14158).setTranslation(-0.834995,0.42,1.96313)
              .addChild(new Shape().setUSE("Tire")))
            .addChild(new Transform("Rear_Right_Tire").setRotation(0.707107,-0.707107,-3.88832E-6,3.14158).setTranslation(-0.834999,0.42,-1.24939)
              .addChild(new Shape().setUSE("Tire")))
            .addChild(new Shape()
              .setAppearance(new Appearance()
                .setMaterial(new Material().setDiffuseColor(0.0,0.0,0.0).setShininess(1.0).setSpecularColor(0.5,0.5,0.5))
                .setTexture(new ImageTexture().setUrl(new String[] {"textures/Windshield.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Emergency/textures/Windshield.jpg"})))
              .setGeometry(new IndexedFaceSet().setSolid(false).setCoordIndex(getIndexedFaceSet_8_125_coordIndex()).setTexCoordIndex(getIndexedFaceSet_8_125_texCoordIndex())
                .setCoord(new Coordinate().setPoint(getCoordinate_9_125_point()))))
            .addChild(new Shape()
              .setAppearance(new Appearance()
                .setMaterial(new Material().setAmbientIntensity(0.25))
                .setTexture(new ImageTexture().setUrl(new String[] {"textures/WashingtonStatePatrolCruiserTexture.jpg","https://www.web3d.org/x3d/content/examples/Savage/GroundVehicles/Emergency/textures/WashingtonStatePatrolCruiserTexture.jpg"})))
              .setGeometry(new IndexedFaceSet().setConvex(false).setCreaseAngle(0.8).setSolid(false).setCoordIndex(getIndexedFaceSet_8_131_coordIndex()).setTexCoordIndex(getIndexedFaceSet_8_131_texCoordIndex())
                .setCoord(new Coordinate().setPoint(getCoordinate_9_131_point()))
                .setTexCoord(new TextureCoordinate().setPoint(getTextureCoordinate_9_132_point()))))))
        .addChild(new Transform().setTranslation(0.0,0.325162,0.0)
          .addChild(new Shape()
            .setAppearance(new Appearance()
              .setMaterial(new Material().setAmbientIntensity(0.0).setDiffuseColor(0.0,0.0,0.0).setShininess(0.08).setSpecularColor(0.29,0.3,0.29)))
            .setGeometry(new IndexedFaceSet("_4").setDEF("_4").setCoordIndex(new int[] {15,5,9,10,6,-1,4,5,12,-1,0,12,5,-1,7,13,14,6,-1,13,2,14,-1,2,16,15,6,14,-1,16,0,5,15,-1,8,17,18,9,-1,9,18,19,20,10,-1,21,11,10,20,-1,18,22,23,19,-1,22,1,3,23,-1,24,23,26,-1,26,23,3,-1,25,27,22,-1,27,1,22,-1})
              .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {-0.712343,0.141483,2.90764,-0.575973,0.221966,-2.54112,0.568616,-0.0380736,2.94378,0.540348,0.221966,-2.54112,-0.911658,0.0,2.50626,-0.555737,0.0,2.51027,0.560585,0.0,2.51027,0.859456,0.0,2.51027,-1.0,0.0,1.47426,-0.555737,0.0,1.47426,0.560585,0.0,1.47426,1.0,0.0,1.47426,-0.792434,8.4281E-5,2.77151,0.756568,0.0,2.78158,0.560585,0.0,2.53979,-0.0196609,0.0,2.51027,0.0,0.0012535,3.0,-1.0,0.0,-0.790502,-0.555737,0.0,-0.790502,0.560585,2.98023E-8,-0.794517,0.560585,2.98023E-8,-0.782471,1.0,2.98023E-8,-0.782471,-0.555304,0.188422,-1.67779,0.561017,0.188422,-1.69468,0.879966,0.188422,-1.7268,-0.923272,0.188438,-1.71795,0.758635,0.242948,-2.48884,-0.795689,0.262455,-2.49646}))))))
        .addChild(new Transform().setRotation(-1.0,0.0,0.0,1.57079).setScale(0.676761,0.67676,0.67676).setTranslation(-0.256458,1.18751,-1.52054)
          .addChild(new Shape()
            .setAppearance(new Appearance()
              .setMaterial(new Material().setAmbientIntensity(0.0).setDiffuseColor(0.0,0.0,0.0).setShininess(0.18).setSpecularColor(0.72,0.72,0.72)))
            .setGeometry(new IndexedFaceSet().setCoordIndex(getIndexedFaceSet_7_145_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_145_point()))))
          .addChild(new Shape("RedEmergencyLight")
            .setAppearance(new Appearance()
              .setMaterial(new Material().setAmbientIntensity(0.0).setDiffuseColor(0.8,0.16,0.0).setEmissiveColor(0.15,0.03,0.0).setSpecularColor(0.5,0.5,0.5)))
            .setGeometry(new IndexedFaceSet().setCoordIndex(getIndexedFaceSet_7_150_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_150_point()))))
          .addChild(new Shape("BlueEmergencyLight")
            .setAppearance(new Appearance()
              .setMaterial(new Material().setAmbientIntensity(0.0).setDiffuseColor(0.0,0.2,0.8).setEmissiveColor(0.0,0.04,0.15).setSpecularColor(0.5,0.5,0.5)))
            .setGeometry(new IndexedFaceSet().setCoordIndex(getIndexedFaceSet_7_155_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_155_point()))))
          .addChild(new Shape()
            .setAppearance(new Appearance()
              .setMaterial(new Material().setAmbientIntensity(0.241379).setDiffuseColor(0.47,0.52,0.58).setShininess(0.13).setSpecularColor(1.0,1.0,1.0)))
            .setGeometry(new IndexedFaceSet().setCoordIndex(getIndexedFaceSet_7_160_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_160_point()))))))));
            }
            catch (Exception ex)
            {       
                System.err.println ("*** Further hints on X3DJSAIL errors and exceptions at");
                System.err.println ("*** https://www.web3d.org/specifications/java/X3DJSAIL.html");
                throw (ex);
            }
	}
	// end of initialize() method


		/** Define subarrays using type int[] */
		private int[] getIndexedFaceSet_8_125_coordIndex_1()
		{
			int[] value = {79,82,93,92,-1,81,89,88,78,-1,89,84,83,88,-1,93,81,78,92,-1,97,87,117,98,-1,91,80,114,115,-1,77,91,115,116,-1,87,77,116,117,-1,117,119,98,-1,360,328,187,199,-1,200,361,362,190,-1,423,340,339,424,-1,402,399,360,329,-1,403,332,189,203,-1,406,404,400,330,-1,420,337,338,421,-1,204,414,364,191,-1,360,199,188,329,-1,362,361,363,334,-1,363,361,364,335,-1,364,361,200,191,-1,360,399,400,328,-1,400,399,401,330,-1,401,399,402,331,-1,403,203,187,328,-1,400,404,403,328,-1,403,404,405,332,-1,405,404,406,333,-1,364,414,415,335,-1,415,414,416,336,-1,416,414,204,192,-1,341,420,421,342,-1,337,423,424,338,-1,622,635,636,625,-1,624,621,631,632,-1,632,631,626,627,-1,636,635,621,624,-1,640,641,660,630,-1,634,658,657,623,-1,620,659,658,634,-1,630,660,659,620,-1,660,641,662,-1,851,199,187,819,-1,200,190,853,852,-1,914,915,830,831,-1,893,820,851,890,-1,894,203,189,823,-1,897,821,891,895,-1,911,912,829,828,-1,204,191,855,905,-1,851,820,188,199,-1,853,825,854,852,-1,854,826,855,852,-1,855,191,200,852,-1,851,819,891,890,-1,891,821,892,890,-1,892,822,893,890,-1,894,819,187,203,-1,891,819,894,895,-1,894,823,896,895,-1,896,824,897,895,-1,855,826,906,905,-1,906,827,907,905,-1,907,192,204,905,-1,832,833,912,911,-1,828,829,915,914,-1,1115,1106,1110,1122,1121,-1,1106,1105,1113,1110,-1,1143,1149,1150,1138,1134,-1,1134,1138,1141,1133,-1};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_9_125_point_1()
		{
			double[] value = {-0.007284,1.56245,-1.01646,0.046214,1.56496,-0.998329,0.046214,1.57306,-0.939646,-0.007284,1.57557,-0.921513,-0.040349,1.56901,-0.968988,-0.007284,1.60344,-1.02303,0.046214,1.60594,-1.0049,0.046214,1.61405,-0.946216,-0.007284,1.61655,-0.928081,-0.040349,1.61,-0.975557,-0.004693,1.61922,-1.01325,0.035235,1.62109,-0.999719,0.035235,1.62714,-0.955922,-0.004693,1.62901,-0.942387,-0.029371,1.62412,-0.977821,-0.001249,1.62686,-0.998112,0.02064,1.62789,-0.990694,0.02064,1.6312,-0.966688,-0.001249,1.63223,-0.959268,-0.014776,1.62955,-0.97869,0.001559,1.74165,-1.00318,0.008753,1.74199,-1.00075,0.008753,1.74308,-0.992854,0.001559,1.74342,-0.990415,-0.002889,1.74254,-0.996799,0.002047,1.74197,-1.00091,0.006682,1.74218,-0.999342,0.006682,1.74289,-0.994258,0.002047,1.74311,-0.992687,-8.18E-4,1.74254,-0.996799,0.002532,1.86458,-1.01825,0.004622,1.86468,-1.01754,0.003111,1.86484,-1.0164,0.004622,1.86499,-1.01526,0.002532,1.86509,-1.01455,0.001246,1.86484,-1.0164,1.00827,1.00739,-0.798001,1.02458,1.00572,-0.798001,1.01783,1.04767,-0.798001,0.997836,1.0625,-0.798001,1.01032,1.04767,-1.02303,0.990332,1.0625,-1.02303,1.01708,1.00572,-1.02303,1.00076,1.00739,-1.02303,1.02517,0.973321,0.348794,1.04148,0.976042,0.348794,1.03472,1.01799,0.348794,1.01473,1.03282,0.348794,1.0404,1.01799,0.139696,1.02041,1.03282,0.139696,1.04715,0.976042,0.139696,1.03084,0.973321,0.139696,-1.00827,1.00739,-0.798001,-1.02458,1.00572,-0.798001,-1.01783,1.04767,-0.798001,-0.997838,1.0625,-0.798001,-1.01032,1.04767,-1.02303,-0.990335,1.0625,-1.02303,-1.01708,1.00572,-1.02303,-1.00077,1.00739,-1.02303,-0.965845,1.14177,-0.082595,-0.936117,1.14,-1.03445,-1.02137,1.06567,-0.082595,-1.04115,0.879211,-0.069736,-1.03178,0.581032,-0.069735,-0.711465,1.54162,-0.130378,-0.706075,1.54176,-0.570486,-0.950101,1.14081,-0.575165,-1.00974,1.06491,-0.54252,-1.04064,0.882463,-0.523119,-1.03179,0.584175,-0.506593,-1.03505,0.68405,-0.069736,-1.03505,0.685351,-0.513481,-1.06438,0.542989,-0.069736,-1.06423,0.549641,-0.50218,-0.824239,1.34398,-0.975667,-0.846326,1.33939,-0.106388,-0.801671,1.3452,-0.96674,-0.817964,1.34035,-0.573963,-0.925828,1.15077,-0.574379,-0.903333,1.146,-1.02248,-0.828554,1.33668,-0.106388,-0.942815,1.15358,-0.089018,-0.683866,1.53347,-0.571186,-0.69098,1.53434,-0.130378,-0.87898,1.24199,-1.01761,-0.768217,1.44357,-0.897215,-0.747117,1.43921,-0.891296,-0.751321,1.43935,-0.571784,-0.759767,1.4407,-0.118383,-0.781255,1.44325,-0.118383,-0.853673,1.25449,-1.00589,-0.874631,1.25017,-0.573483,-0.889356,1.24513,-0.097704,-0.911191,1.23734,-0.094393,-0.712312,1.53453,-0.711592,-0.731214,1.50433,-0.810719,-0.710794,1.50181,-0.801607,-0.691366,1.52904,-0.704353,-1.03454,0.765207,-0.518224};
			return value;
		}
		private double[] getCoordinate_9_125_point_2()
		{
			double[] value = {-1.03505,0.762171,-0.069735,-1.05465,0.699888,-0.077555,-1.05465,0.74657,-0.077555,-1.05465,0.701057,-0.507645,-1.05465,0.74787,-0.511922,-1.03505,0.68677,-0.749342,-1.03505,0.707359,-0.767084,-1.05465,0.714429,-0.751256,-1.05465,0.702046,-0.733501,-1.03505,0.743609,-0.767085,-1.03454,0.765777,-0.749219,-1.05465,0.748351,-0.733542,-1.05465,0.735873,-0.751256,-0.947797,1.14041,-0.641783,-0.922632,1.15266,-0.641261,-0.872655,1.25233,-0.641547,-0.81653,1.34278,-0.641182,-0.751588,1.43928,-0.641212,-0.708749,1.53815,-0.64498,-0.687616,1.53126,-0.638414,-1.00193,1.06197,-0.772068,-1.03253,0.879896,-0.791303,-0.883485,1.2601,-0.641547,-0.885461,1.25794,-0.573484,-0.761568,1.44705,-0.641212,-0.763666,1.44712,-0.571784,-0.830312,1.34812,-0.573963,-0.826608,1.35055,-0.641182,-0.701948,1.53625,-0.638772,-0.698736,1.53917,-0.570836,-0.711484,1.54067,-0.097531,-0.965845,1.1412,-0.033481,-1.06437,0.550208,-0.622091,-1.03178,0.580849,0.029187,-1.06438,0.542898,0.029187,-0.911203,1.23845,-0.004299,-0.96607,1.14006,0.015732,-1.01648,0.915435,-1.07683,-0.991426,1.06098,-1.09386,-1.02007,0.904396,-1.0219,-1.0216,1.06369,0.019611,-1.04115,0.878843,0.029187,-1.03505,0.683776,0.029187,-1.03165,0.584514,-0.744528,-1.03179,0.687587,-0.772521,-1.06119,0.426661,-0.503659,-1.06148,0.42847,-0.737846,-1.06133,0.418254,-0.069736,-1.06133,0.418208,0.029187,-0.781278,1.44128,-0.044555,-0.846342,1.34008,-0.024428,-1.03166,0.80979,-0.868324,-1.03505,0.76185,0.029187,-0.7115,1.53973,-0.064684,-0.694066,1.5581,-0.567815,-0.698518,1.55704,-0.131164,-0.696844,1.55211,-0.731081,-0.717061,1.52213,-0.832919,-0.763505,1.44481,-0.948066,-0.820096,1.34805,-1.02496,-0.929891,1.14562,-1.08721,-0.875616,1.24461,-1.06278,-1.05458,0.699888,0.031026,-1.05454,0.745915,0.029746,-1.06466,0.550773,-0.742989,-0.698541,1.55586,-0.064915,-1.0E-6,0.323237,3.06085,-1.0E-6,1.13504,1.44602,-1.0E-6,1.24966,-1.68579,-1.0E-6,0.543484,-2.71631,-1.0E-6,1.23835,-2.5135,-1.0E-6,1.63486,-0.135826,-1.0E-6,1.63126,0.0,-1.0E-6,1.19593,-2.54191,-1.0E-6,1.63023,-0.743979,-1.0E-6,0.896546,-2.63737,-1.0E-6,0.65317,-2.76342,-1.0E-6,0.546293,3.16982,-1.0E-6,0.659692,3.14931,-1.0E-6,1.53597,0.642085,-1.0E-6,1.57198,0.563372,-1.0E-6,1.61394,-0.896133,-1.0E-6,1.56127,-1.10755,-1.0E-6,1.59207,0.502923,-1.0E-6,0.825112,-2.76342,-1.0E-6,1.09121,-2.60814,-1.0E-6,0.593642,-2.75272,-1.0E-6,1.39581,-1.42129,-1.0E-6,1.24465,-1.67396,-1.0E-6,1.54651,-1.10488,-1.0E-6,1.13708,1.42117,-1.0E-6,1.36016,0.976253,-1.0E-6,1.52219,0.632054,-1.0E-6,0.689859,3.06372,-1.0E-6,0.850758,3.03335,-1.0E-6,0.959358,2.85948,-1.0E-6,1.08135,2.23814,-1.0E-6,0.920052,2.95461,-1.0E-6,1.15626,1.46495,-1.0E-6,1.32023,-1.55359};
			return value;
		}
		private double[] getCoordinate_9_125_point_3()
		{
			double[] value = {-1.0E-6,1.25073,1.1985,-1.0E-6,1.55716,0.602728,-1.0E-6,1.59306,-1.00184,-1.0E-6,1.47116,-1.27578,-1.0E-6,1.44329,0.807044,-1.0E-6,1.63464,-0.559805,-1.0E-6,0.780658,3.06237,-1.0E-6,1.1289,1.82601,-1.0E-6,0.647571,3.16422,-1.0E-6,1.03566,2.54883,-1.0E-6,0.491768,3.16649,-1.0E-6,0.380791,3.11278,-1.0E-6,0.388978,3.01666,-1.0E-6,0.476756,3.07038,-1.0E-6,0.926447,-2.63737,-1.0E-6,0.701209,3.07313,-1.0E-6,0.935886,-2.60185,-1.0E-6,1.23906,-2.46177,-0.699129,1.17909,-2.43346,-0.912378,0.275195,1.50126,-0.890123,0.394507,-1.74732,-0.950582,0.293519,-0.069736,-0.950582,0.293519,0.12811,-0.966295,1.13835,0.114059,-0.950582,0.307277,-0.767124,-0.962461,1.06022,-1.40735,-1.02182,1.06171,0.121815,-0.937253,0.328848,2.47487,-0.929166,0.954483,2.1876,-0.853486,1.0186,2.20658,-1.01258,0.876485,-1.42266,-1.03854,0.876779,-1.05968,-1.04115,0.878476,0.12811,-1.01969,0.836158,1.81849,-1.00699,0.840251,2.13747,-0.826913,1.05508,-2.36799,-0.680776,1.16754,-2.49237,-0.864255,0.896606,-2.36699,-0.598058,0.896546,-2.59364,-0.802549,0.485493,-2.4943,-0.65125,0.526304,-2.65904,-0.780481,0.330395,2.81213,-0.450586,0.323237,2.9948,-0.752904,0.699989,2.95459,-0.87232,0.699753,2.8449,-0.765844,0.919896,2.75169,-0.614961,0.909112,2.83425,-0.828569,0.852104,2.79448,-0.707807,0.852163,2.89321,-0.650251,0.65317,-2.72151,-0.871725,0.637371,-2.5185,-1.00118,0.616608,-1.71118,-1.0606,0.584564,-0.785636,-1.03179,0.580665,0.12811,-0.993581,0.55639,1.51755,-0.993581,0.528276,2.46612,-0.871343,0.523696,2.86645,-0.665891,0.545191,3.06503,-0.64673,0.679309,3.04667,-0.92534,1.07961,1.34415,-0.942735,1.0985,1.11861,-0.828802,1.09937,1.30886,-0.610532,1.50616,0.604443,-0.640535,1.54639,0.509401,-0.646085,1.59279,-0.133518,-0.636987,1.59263,-0.743979,-0.711336,1.53832,0.001037,-0.646085,1.59193,0.002309,-0.726007,1.49377,0.510798,-0.650289,1.55274,0.464063,-0.55948,0.394507,-1.74732,-0.55948,0.307277,-0.767124,-0.55948,0.616608,-1.71118,-0.55948,0.584564,-0.785636,-0.55948,0.876485,-1.42266,-0.55948,0.87581,-1.05964,-0.559717,0.275195,1.49898,-0.559717,0.328848,2.47259,-0.55948,0.55639,1.51755,-0.55948,0.548977,2.46612,-0.55948,0.836158,1.81849,-0.55948,0.840251,2.13747,-0.950582,0.30368,-0.512509,-0.998872,0.678548,2.40403,-0.55948,0.678548,2.40403,-0.55948,0.693412,1.58456,-1.01268,0.693411,1.58456,-1.03505,0.6835,0.12811,-1.0509,0.688404,-0.817744,-0.55948,0.688404,-0.817744,-0.55948,0.795387,-1.59758,-1.00118,0.795387,-1.59758,-0.869447,0.82338,-2.51599,-0.650251,0.825112,-2.72151,-0.884202,1.18492,-1.41915,-0.807096,1.21977,-1.52409,-0.675413,1.54766,-0.974783,-0.641271,1.55156,-1.03586,-0.627393,1.58938,-0.849874,-0.731367,1.16196,-2.46764};
			return value;
		}
		private double[] getCoordinate_9_125_point_4()
		{
			double[] value = {-0.644803,1.09121,-2.57093,-0.77173,1.15297,-2.40557,-0.333066,1.55641,-1.10649,-0.403642,1.23471,-1.65764,-0.345777,1.2207,-2.50929,-0.345777,1.18883,-2.52962,-0.179471,1.09121,-2.60814,-0.179471,0.896546,-2.63115,-1.02141,0.498176,2.47249,-0.476068,0.84295,2.96579,-0.440881,0.688406,3.03035,-1.02617,0.521507,1.5134,-1.06438,0.542806,0.12811,-1.06446,0.551635,-0.782697,-1.06133,0.429456,-0.772251,-1.06133,0.418162,0.12811,-1.02313,0.398351,1.50034,-1.00469,0.425308,2.47168,-0.857129,0.433031,2.858,-1.00575,0.505557,-1.72925,-0.970373,0.450033,-1.73829,-0.852064,0.561432,-2.5064,-0.651052,0.593642,-2.70853,-0.736261,1.38566,-1.32059,-0.792802,1.36565,-1.21245,-0.846361,1.34076,0.057534,-0.8141,1.33853,0.808212,-0.707685,1.34533,0.910696,-0.365644,1.38603,-1.40963,-0.40056,1.23084,-1.64644,-0.733106,1.37266,-1.31142,-0.801877,1.20711,-1.52048,-0.32982,1.5434,-1.10381,-0.638128,1.5369,-1.03752,-0.817342,1.10387,1.26619,-0.706125,1.33005,0.905749,-0.608209,1.49465,0.593942,-0.828287,1.33202,0.06529,-0.793821,1.33881,0.788784,-0.908575,1.11786,1.07693,-0.941476,1.15332,0.115194,-0.691194,1.52788,0.008765,-0.705137,1.48646,0.49736,-0.621404,1.04626,2.21125,-0.502206,0.933155,2.80341,-0.493154,0.906529,2.86043,-0.453645,0.545741,3.12673,-0.453645,0.662579,3.10623,-0.457231,0.8516,2.98389,-0.487676,0.955206,2.79153,-0.60016,1.06892,2.2144,-0.467828,0.912425,2.90662,-0.795831,1.12256,1.3346,-0.997045,1.03391,1.07778,-1.02891,0.857317,1.08965,-1.0255,0.671159,1.0838,-1.01268,0.568528,1.07392,-1.04528,0.532157,1.07073,-1.04223,0.408257,1.07119,-0.931478,0.284357,1.07165,-0.383104,1.30844,-1.534,-0.38257,1.23643,1.17038,-0.41266,1.12048,1.39031,-0.762491,1.21908,1.0887,-0.352277,1.34511,0.956692,-0.325147,1.58169,0.494065,-0.323045,1.62088,0.001154,-0.865518,1.25244,-1.19829,-0.813196,1.35482,-1.10712,-0.91121,1.16246,-1.24549,-0.838006,1.27528,-1.3158,-0.326467,1.61558,-0.87892,-0.318494,1.62072,-0.743979,-0.323045,1.62174,-0.134671,-0.837171,1.22907,1.04382,-0.905782,1.10309,1.21743,-0.872327,1.23349,0.958888,-0.774366,1.33982,0.869756,-0.768243,1.22862,1.11251,-0.313962,1.55095,0.594867,-0.305269,1.53035,0.633835,-0.620241,1.52704,0.564478,-0.320016,1.56605,0.554514,-0.66126,1.52185,0.535667,-0.695035,1.52966,0.487416,-0.677213,1.49973,0.575312,-0.660634,1.5695,-0.859898,-0.681379,1.5697,-0.750569,-0.702913,1.53993,-0.855121,-0.685564,1.57247,-0.131949,-0.685602,1.57153,0.001659,-0.682058,1.57443,-0.565145,-0.813997,1.28676,-1.3721,-0.773477,1.30272,-1.42852,-0.770006,1.37566,-1.26854,-0.842092,1.21081,-1.47385,-0.620431,1.58243,-0.939139,-0.351289,1.59486,-0.991255,-0.487169,1.55399,-1.08917,-0.57731,1.29699,-1.49158};
			return value;
		}
		private double[] getCoordinate_9_125_point_5()
		{
			double[] value = {-0.549299,1.37935,-1.37295,-0.769647,1.28988,-1.41575,-0.601221,1.21897,-1.60288,-0.347196,1.46472,-1.27186,-0.52041,1.45579,-1.24606,-0.484506,1.54015,-1.08765,-0.686872,1.45478,-1.18738,-0.719675,1.45959,-1.13741,-0.690469,1.46861,-1.19093,-0.738542,1.456,-1.08277,-0.758794,1.44605,-0.998916,-0.722757,1.42175,0.728816,-0.770154,1.41592,0.65949,-0.660169,1.42786,0.760306,-0.327199,1.42523,0.79343,-0.657659,1.41446,0.752582,-0.303873,1.51771,0.623569,-0.322233,1.62351,-0.559805,-0.64446,1.59381,-0.559805,-0.781305,1.4393,0.029272,-0.75974,1.43364,0.037027,-0.749479,1.41632,0.637612,-0.91121,1.23956,0.085797,-0.889688,1.23741,0.090188,-0.856004,1.22308,0.955862,-0.505239,0.529428,-2.68117,-0.496614,0.593642,-2.73225,-0.487688,0.65317,-2.74439,-0.487688,0.825112,-2.74439,-0.448545,0.896546,-2.6124,-0.483602,1.09121,-2.59353,-0.518667,1.18101,-2.51318,-0.518667,1.2017,-2.50083,-0.605276,1.22724,-1.60947,-0.774873,0.896583,-2.52153,-0.714776,0.896569,-2.56592,-0.766878,0.823631,-2.66896,-0.822561,0.822629,-2.61616,-0.767202,0.647193,-2.66896,-0.822801,0.643147,-2.61616,-0.743753,0.583171,-2.65726,-0.798704,0.574427,-2.6026,-0.723463,1.07976,-2.55142,-0.77551,1.06786,-2.50424,-0.763284,0.504481,-2.57581,-0.709245,0.518151,-2.63047,-1.02544,0.770127,1.46879,-1.02559,0.846738,1.44708,-0.989889,1.0204,1.38872,-0.311304,1.07885,2.22802,-0.4144,1.14312,1.43194,-0.4144,1.11721,1.41472,-0.242116,0.960995,2.82551,-0.235513,0.919952,2.93668,-0.225927,0.851179,3.02354,-0.223226,0.687537,3.05773,-0.226823,0.661135,3.14223,-0.226823,0.546017,3.16274,-0.225294,0.323237,3.04228,-0.61091,0.326816,2.9303,-0.600606,0.849531,2.92805,-0.599679,0.70295,3.00708,-0.712461,0.328605,2.87918,-0.788076,0.534443,2.98865,-0.770311,0.688446,2.97452,-0.55948,0.906329,-1.23877,-1.02931,0.907299,-1.23881,-0.981103,1.05972,-1.24944,-0.55948,0.803849,-0.919256,-1.04416,0.802928,-0.918995,-1.03505,0.761528,0.12811,-1.02883,0.744779,1.08673,-1.01897,0.774488,1.67632,-0.55948,0.774488,1.67632,-0.55948,0.779501,2.29332,-1.00366,0.779501,2.29332,-0.472333,0.79389,3.00555,-0.451421,0.778756,3.02518,-0.224576,0.779707,3.05447,-0.55948,0.854607,1.97099,-1.01193,0.854607,1.97099,-0.968324,0.995657,1.78816,-0.55948,0.705997,-1.67589,-1.00118,0.705997,-1.67589,-0.892866,1.05558,1.78683,-0.824781,1.07594,1.76919,-0.725103,1.08291,1.77152,-0.697996,1.10583,1.77403,-0.362852,1.12108,1.80586,-0.781473,0.669377,2.98479,-0.226823,0.648155,3.15714,-0.453645,0.648739,3.12114,-0.659604,0.654503,3.06043,-0.798025,1.03929,2.20892,-0.724447,0.93253,2.757,-0.933717,0.847313,2.53049,-0.276708,1.0334,2.54005,-0.54392,1.02555,2.51443,-0.561284,1.00319,2.50998,-0.770124,0.996054,2.49806};
			return value;
		}
		private double[] getCoordinate_9_125_point_6()
		{
			double[] value = {-0.813241,0.978762,2.48615,-0.884607,0.913562,2.49104,-1.05446,0.699888,0.211997,-1.05435,0.744824,0.208582,-1.04543,0.686228,1.01819,-1.0477,0.73468,1.01503,-1.02811,0.743073,1.25036,-1.02648,0.724517,1.28382,-1.04686,0.732525,1.21222,-1.0457,0.71845,1.24526,-1.02398,0.684392,1.28807,-1.02345,0.665731,1.26026,-1.04335,0.680079,1.22182,-1.04421,0.694824,1.24853,-0.811403,1.05762,1.98905,-0.873174,1.03709,1.99671,-0.952444,0.977979,1.98788,-0.962484,0.804825,2.48614,-0.983438,0.693765,2.48256,-0.780469,0.852133,2.84505,-0.806486,0.699871,2.91864,-0.834722,0.694099,2.91091,-0.840303,0.684565,2.91605,-0.842092,0.529069,2.92876,-0.825082,0.43436,2.916,-0.753591,0.3295,2.84104,-0.453645,0.491768,3.12055,-0.226823,0.491768,3.15927,-0.661851,0.491768,3.05993,-0.733777,0.793614,2.93326,-0.592805,0.791926,2.98161,-0.861837,0.804388,2.8227,-0.81447,0.799766,2.87245,-0.462251,0.70248,3.0301,-0.735647,1.17068,-2.42216,-0.506521,0.833189,2.97327,-0.22606,0.380791,3.09819,-0.452115,0.380791,3.05469,-0.452115,0.388978,2.95857,-0.640081,0.476756,2.96382,-0.22606,0.388978,3.00207,-0.453645,0.476756,3.02444,-0.226823,0.476756,3.06315,-1.0E-6,1.07821,-2.58953,-0.160539,1.07761,-2.58494,-0.179471,0.926447,-2.63737,-0.766454,0.431456,2.97513,-0.779123,0.447614,2.97578,-0.744474,0.432042,2.87904,-0.757886,0.447587,2.88043,-0.781709,0.472689,2.9795,-0.772085,0.485669,2.9884,-0.750314,0.470657,2.89229,-0.759363,0.457568,2.88256,-0.6914,0.403683,2.98248,-0.576639,0.382014,3.00917,-0.67069,0.40895,2.88626,-0.555459,0.390131,2.91567,-0.703882,0.914803,2.79836,-0.991006,0.922419,-1.42059,-0.983484,0.879,-1.54275,-1.00715,0.945647,-1.24148,-1.01876,0.691716,1.49659,-0.481626,0.673229,3.10245,-0.223398,0.699058,3.0669,-0.44679,0.6997,3.03928,-1.01762,0.579642,-1.72022,-0.160539,0.935886,-2.59874,-1.03268,0.403304,1.28576,-0.701707,1.49652,0.543042,-0.746454,1.41884,0.694154,-0.794233,1.33917,0.838985,-0.854749,1.23128,1.00136,-0.92426,1.10079,1.16802,-0.938386,1.09378,1.17499,-0.71042,1.51195,0.499122,-0.698369,1.55516,0.001362,-0.711515,1.53879,-0.031838,-0.966295,1.13891,0.064945,-0.34786,1.22258,-2.45702,-0.525041,1.20649,-2.45396,-0.612085,1.19279,-2.44371,-0.706186,1.22351,-1.56678,-0.685583,1.572,-0.065144,-0.711267,1.54105,-0.064712,-0.781049,1.44259,-0.044584,-0.993467,1.02716,1.23325,-1.02725,0.852027,1.26836,-1.00552,0.563976,1.24028,-1.03811,0.528163,1.23673,-0.565156,1.21686,-2.03172,-0.375753,1.22865,-2.05733,-1.0E-6,1.24436,-2.07378,-1.01246,0.657884,1.50183,-1.00791,0.659157,1.56781,-1.01796,0.661808,1.38105,-0.999551,0.560183,1.37892,-0.992574,1.02547,1.27211,-1.02684,0.850704,1.31304,-1.02688,0.757922,1.32852};
			return value;
		}
		private double[] getCoordinate_9_125_point_7()
		{
			double[] value = {-1.02137,0.688054,1.39233,-1.02264,0.841448,1.63278,-0.935125,1.09023,1.21728,0.965842,1.14177,-0.082595,0.936114,1.14,-1.03445,1.02137,1.06567,-0.082595,1.04115,0.879211,-0.069736,1.03178,0.581032,-0.069735,0.711463,1.54162,-0.130378,0.706072,1.54176,-0.570486,0.950099,1.14081,-0.575165,1.00973,1.06491,-0.54252,1.04064,0.882463,-0.523119,1.03178,0.584175,-0.506593,1.03504,0.68405,-0.069736,1.03504,0.685351,-0.513481,1.06438,0.542989,-0.069736,1.06423,0.549641,-0.50218,0.824237,1.34398,-0.975667,0.846324,1.33939,-0.106388,0.801669,1.3452,-0.96674,0.817961,1.34035,-0.573963,0.925826,1.15077,-0.574379,0.90333,1.146,-1.02248,0.828551,1.33668,-0.106388,0.942813,1.15358,-0.089018,0.683863,1.53347,-0.571186,0.690978,1.53434,-0.130378,0.878977,1.24199,-1.01761,0.768214,1.44357,-0.897215,0.747115,1.43921,-0.891296,0.751319,1.43935,-0.571784,0.759764,1.4407,-0.118383,0.781253,1.44325,-0.118383,0.853671,1.25449,-1.00589,0.874629,1.25017,-0.573483,0.889353,1.24513,-0.097704,0.911189,1.23734,-0.094393,0.712309,1.53453,-0.711592,0.731211,1.50433,-0.810719,0.710791,1.50181,-0.801607,0.691363,1.52904,-0.704353,1.03453,0.765207,-0.518224,1.03504,0.762171,-0.069735,1.05465,0.699888,-0.077555,1.05465,0.74657,-0.077555,1.05465,0.701057,-0.507645,1.05465,0.74787,-0.511922,1.03504,0.68677,-0.749342,1.03504,0.707359,-0.767084,1.05465,0.714429,-0.751256,1.05465,0.702046,-0.733501,1.03504,0.743609,-0.767085,1.03453,0.765777,-0.749219,1.05465,0.748351,-0.733542,1.05465,0.735873,-0.751256,0.947795,1.14041,-0.641783,0.922629,1.15266,-0.641261,0.872653,1.25233,-0.641547,0.816527,1.34278,-0.641182,0.751586,1.43928,-0.641212,0.708746,1.53815,-0.64498,0.687613,1.53126,-0.638414,1.00193,1.06197,-0.772068,1.03253,0.879896,-0.791303,0.883483,1.2601,-0.641547,0.885459,1.25794,-0.573484,0.761565,1.44705,-0.641212,0.763663,1.44712,-0.571784,0.83031,1.34812,-0.573963,0.826605,1.35055,-0.641182,0.701945,1.53625,-0.638772,0.698733,1.53917,-0.570836,0.711482,1.54067,-0.097531,0.965842,1.1412,-0.033481,1.06437,0.550208,-0.622091,1.03178,0.580849,0.029187,1.06438,0.542898,0.029187,0.9112,1.23845,-0.004299,0.966067,1.14006,0.015732,1.01647,0.915435,-1.07683,0.991423,1.06098,-1.09386,1.02007,0.904396,-1.0219,1.02159,1.06369,0.019611,1.04115,0.878843,0.029187,1.03504,0.683776,0.029187,1.03165,0.584514,-0.744528,1.03178,0.687587,-0.772521,1.06118,0.426661,-0.503659,1.06147,0.42847,-0.737846,1.06133,0.418254,-0.069736,1.06133,0.418208,0.029187,0.781275,1.44128,-0.044555,0.846339,1.34008,-0.024428,1.03166,0.80979,-0.868324,1.03504,0.76185,0.029187,0.711497,1.53973,-0.064684,0.694064,1.5581,-0.567815,0.698515,1.55704,-0.131164,0.696841,1.55211,-0.731081};
			return value;
		}
		private double[] getCoordinate_9_125_point_8()
		{
			double[] value = {0.717059,1.52213,-0.832919,0.763503,1.44481,-0.948066,0.820094,1.34805,-1.02496,0.929888,1.14562,-1.08721,0.875613,1.24461,-1.06278,1.05458,0.699888,0.031026,1.05453,0.745915,0.029746,1.06466,0.550773,-0.742989,0.698538,1.55586,-0.064915,0.699126,1.17909,-2.43346,0.912375,0.275195,1.50126,0.89012,0.394507,-1.74732,0.950579,0.293519,-0.069736,0.950579,0.293519,0.12811,0.966292,1.13835,0.114059,0.950579,0.307277,-0.767124,0.962458,1.06022,-1.40735,1.02181,1.06171,0.121815,0.937251,0.328848,2.47487,0.929164,0.954483,2.1876,0.853484,1.0186,2.20658,1.01257,0.876485,-1.42266,1.03853,0.876779,-1.05968,1.04115,0.878476,0.12811,1.01969,0.836158,1.81849,1.00699,0.840251,2.13747,0.826911,1.05508,-2.36799,0.680773,1.16754,-2.49237,0.864253,0.896606,-2.36699,0.598055,0.896546,-2.59364,0.802546,0.485493,-2.4943,0.651248,0.526304,-2.65904,0.780478,0.330395,2.81213,0.450583,0.323237,2.9948,0.752902,0.699989,2.95459,0.872317,0.699753,2.8449,0.765841,0.919896,2.75169,0.614958,0.909112,2.83425,0.828566,0.852104,2.79448,0.707804,0.852163,2.89321,0.650248,0.65317,-2.72151,0.871722,0.637371,-2.5185,1.00117,0.616608,-1.71118,1.0606,0.584564,-0.785636,1.03178,0.580665,0.12811,0.993578,0.55639,1.51755,0.993578,0.528276,2.46612,0.87134,0.523696,2.86645,0.665888,0.545191,3.06503,0.646727,0.679309,3.04667,0.925337,1.07961,1.34415,0.942732,1.0985,1.11861,0.828799,1.09937,1.30886,0.61053,1.50616,0.604443,0.640532,1.54639,0.509401,0.646083,1.59279,-0.133518,0.636984,1.59263,-0.743979,0.711333,1.53832,0.001037,0.646083,1.59193,0.002309,0.726004,1.49377,0.510798,0.650286,1.55274,0.464063,0.559477,0.394507,-1.74732,0.559477,0.307277,-0.767124,0.559477,0.616608,-1.71118,0.559477,0.584564,-0.785636,0.559477,0.876485,-1.42266,0.559477,0.87581,-1.05964,0.559714,0.275195,1.49898,0.559714,0.328848,2.47259,0.559477,0.55639,1.51755,0.559477,0.548977,2.46612,0.559477,0.836158,1.81849,0.559477,0.840251,2.13747,0.950579,0.30368,-0.512509,0.99887,0.678548,2.40403,0.559477,0.678548,2.40403,0.559477,0.693412,1.58456,1.01268,0.693411,1.58456,1.03504,0.6835,0.12811,1.05089,0.688404,-0.817744,0.559477,0.688404,-0.817744,0.559477,0.795387,-1.59758,1.00117,0.795387,-1.59758,0.869444,0.82338,-2.51599,0.650248,0.825112,-2.72151,0.8842,1.18492,-1.41915,0.807093,1.21977,-1.52409,0.67541,1.54766,-0.974783,0.641268,1.55156,-1.03586,0.62739,1.58938,-0.849874,0.731364,1.16196,-2.46764,0.644801,1.09121,-2.57093,0.771727,1.15297,-2.40557,0.333064,1.55641,-1.10649,0.403639,1.23471,-1.65764,0.345774,1.2207,-2.50929,0.345774,1.18883,-2.52962,0.179469,1.09121,-2.60814,0.179469,0.896546,-2.63115,1.0214,0.498176,2.47249};
			return value;
		}
		private double[] getCoordinate_9_125_point_9()
		{
			double[] value = {0.476065,0.84295,2.96579,0.440878,0.688406,3.03035,1.02617,0.521507,1.5134,1.06438,0.542806,0.12811,1.06445,0.551635,-0.782697,1.06133,0.429456,-0.772251,1.06133,0.418162,0.12811,1.02312,0.398351,1.50034,1.00469,0.425308,2.47168,0.857127,0.433031,2.858,1.00575,0.505557,-1.72925,0.97037,0.450033,-1.73829,0.852061,0.561432,-2.5064,0.651049,0.593642,-2.70853,0.736258,1.38566,-1.32059,0.7928,1.36565,-1.21245,0.846358,1.34076,0.057534,0.814097,1.33853,0.808212,0.707682,1.34533,0.910696,0.365641,1.38603,-1.40963,0.400557,1.23084,-1.64644,0.733103,1.37266,-1.31142,0.801875,1.20711,-1.52048,0.329817,1.5434,-1.10381,0.638125,1.5369,-1.03752,0.817339,1.10387,1.26619,0.706122,1.33005,0.905749,0.608206,1.49465,0.593942,0.828284,1.33202,0.06529,0.793818,1.33881,0.788784,0.908572,1.11786,1.07693,0.941474,1.15332,0.115194,0.691191,1.52788,0.008765,0.705134,1.48646,0.49736,0.621401,1.04626,2.21125,0.502204,0.933155,2.80341,0.493151,0.906529,2.86043,0.453642,0.545741,3.12673,0.453642,0.662579,3.10623,0.457228,0.8516,2.98389,0.487673,0.955206,2.79153,0.600157,1.06892,2.2144,0.467826,0.912425,2.90662,0.795828,1.12256,1.3346,0.997042,1.03391,1.07778,1.0289,0.857317,1.08965,1.0255,0.671159,1.0838,1.01268,0.568528,1.07392,1.04527,0.532157,1.07073,1.04223,0.408257,1.07119,0.931475,0.284357,1.07165,0.383101,1.30844,-1.534,0.382567,1.23643,1.17038,0.412657,1.12048,1.39031,0.762488,1.21908,1.0887,0.352275,1.34511,0.956692,0.325144,1.58169,0.494065,0.323042,1.62088,0.001154,0.865515,1.25244,-1.19829,0.813193,1.35482,-1.10712,0.911208,1.16246,-1.24549,0.838004,1.27528,-1.3158,0.326464,1.61558,-0.87892,0.318492,1.62072,-0.743979,0.323042,1.62174,-0.134671,0.837168,1.22907,1.04382,0.905779,1.10309,1.21743,0.872325,1.23349,0.958888,0.774363,1.33982,0.869756,0.768241,1.22862,1.11251,0.31396,1.55095,0.594867,0.305266,1.53035,0.633835,0.620238,1.52704,0.564478,0.320014,1.56605,0.554514,0.661257,1.52185,0.535667,0.695033,1.52966,0.487416,0.67721,1.49973,0.575312,0.660632,1.5695,-0.859898,0.681376,1.5697,-0.750569,0.70291,1.53993,-0.855121,0.685561,1.57247,-0.131949,0.685599,1.57153,0.001659,0.682055,1.57443,-0.565145,0.813994,1.28676,-1.3721,0.773474,1.30272,-1.42852,0.770003,1.37566,-1.26854,0.842089,1.21081,-1.47385,0.620429,1.58243,-0.939139,0.351287,1.59486,-0.991255,0.487166,1.55399,-1.08917,0.577307,1.29699,-1.49158,0.549296,1.37935,-1.37295,0.769644,1.28988,-1.41575,0.601218,1.21897,-1.60288,0.347193,1.46472,-1.27186,0.520407,1.45579,-1.24606,0.484503,1.54015,-1.08765,0.686869,1.45478,-1.18738,0.719672,1.45959,-1.13741,0.690467,1.46861,-1.19093};
			return value;
		}
		private double[] getCoordinate_9_125_point_10()
		{
			double[] value = {0.738539,1.456,-1.08277,0.758792,1.44605,-0.998916,0.722754,1.42175,0.728816,0.770152,1.41592,0.65949,0.660166,1.42786,0.760306,0.327197,1.42523,0.79343,0.657656,1.41446,0.752582,0.30387,1.51771,0.623569,0.32223,1.62351,-0.559805,0.644457,1.59381,-0.559805,0.781302,1.4393,0.029272,0.759738,1.43364,0.037027,0.749476,1.41632,0.637612,0.911208,1.23956,0.085797,0.889685,1.23741,0.090188,0.856001,1.22308,0.955862,0.505236,0.529428,-2.68117,0.496611,0.593642,-2.73225,0.487685,0.65317,-2.74439,0.487685,0.825112,-2.74439,0.448542,0.896546,-2.6124,0.483599,1.09121,-2.59353,0.518664,1.18101,-2.51318,0.518664,1.2017,-2.50083,0.605273,1.22724,-1.60947,0.77487,0.896583,-2.52153,0.714774,0.896569,-2.56592,0.766875,0.823631,-2.66896,0.822558,0.822629,-2.61616,0.767199,0.647193,-2.66896,0.822798,0.643147,-2.61616,0.74375,0.583171,-2.65726,0.798701,0.574427,-2.6026,0.72346,1.07976,-2.55142,0.775508,1.06786,-2.50424,0.763281,0.504481,-2.57581,0.709242,0.518151,-2.63047,1.02544,0.770127,1.46879,1.02559,0.846738,1.44708,0.989886,1.0204,1.38872,0.311301,1.07885,2.22802,0.414397,1.14312,1.43194,0.414397,1.11721,1.41472,0.242114,0.960995,2.82551,0.23551,0.919952,2.93668,0.225924,0.851179,3.02354,0.223223,0.687537,3.05773,0.226821,0.661135,3.14223,0.226821,0.546017,3.16274,0.225291,0.323237,3.04228,0.610907,0.326816,2.9303,0.600604,0.849531,2.92805,0.599677,0.70295,3.00708,0.712458,0.328605,2.87918,0.788073,0.534443,2.98865,0.770308,0.688446,2.97452,0.559477,0.906329,-1.23877,1.0293,0.907299,-1.23881,0.981101,1.05972,-1.24944,0.559477,0.803849,-0.919256,1.04416,0.802928,-0.918995,1.03504,0.761528,0.12811,1.02883,0.744779,1.08673,1.01897,0.774488,1.67632,0.559477,0.774488,1.67632,0.559477,0.779501,2.29332,1.00365,0.779501,2.29332,0.472331,0.79389,3.00555,0.451418,0.778756,3.02518,0.224574,0.779707,3.05447,0.559477,0.854607,1.97099,1.01192,0.854607,1.97099,0.968321,0.995657,1.78816,0.559477,0.705997,-1.67589,1.00117,0.705997,-1.67589,0.892863,1.05558,1.78683,0.824778,1.07594,1.76919,0.7251,1.08291,1.77152,0.697993,1.10583,1.77403,0.362849,1.12108,1.80586,0.78147,0.669377,2.98479,0.226821,0.648155,3.15714,0.453642,0.648739,3.12114,0.659602,0.654503,3.06043,0.798022,1.03929,2.20892,0.724444,0.93253,2.757,0.933714,0.847313,2.53049,0.276705,1.0334,2.54005,0.543917,1.02555,2.51443,0.561282,1.00319,2.50998,0.770121,0.996054,2.49806,0.813239,0.978762,2.48615,0.884604,0.913562,2.49104,1.05445,0.699888,0.211997,1.05434,0.744824,0.208582,1.04543,0.686228,1.01819,1.0477,0.73468,1.01503,1.02811,0.743073,1.25036,1.02648,0.724517,1.28382,1.04686,0.732525,1.21222};
			return value;
		}
		private double[] getCoordinate_9_125_point_11()
		{
			double[] value = {1.0457,0.71845,1.24526,1.02398,0.684392,1.28807,1.02345,0.665731,1.26026,1.04335,0.680079,1.22182,1.04421,0.694824,1.24853,0.8114,1.05762,1.98905,0.873171,1.03709,1.99671,0.952441,0.977979,1.98788,0.962481,0.804825,2.48614,0.983435,0.693765,2.48256,0.780467,0.852133,2.84505,0.806483,0.699871,2.91864,0.834719,0.694099,2.91091,0.8403,0.684565,2.91605,0.842089,0.529069,2.92876,0.82508,0.43436,2.916,0.753588,0.3295,2.84104,0.453642,0.491768,3.12055,0.226821,0.491768,3.15927,0.661849,0.491768,3.05993,0.733775,0.793614,2.93326,0.592803,0.791926,2.98161,0.861834,0.804388,2.8227,0.814467,0.799766,2.87245,0.462248,0.70248,3.0301,0.735644,1.17068,-2.42216,0.506518,0.833189,2.97327,0.226058,0.380791,3.09819,0.452113,0.380791,3.05469,0.452113,0.388978,2.95857,0.640078,0.476756,2.96382,0.226058,0.388978,3.00207,0.453642,0.476756,3.02444,0.226821,0.476756,3.06315,0.160536,1.07761,-2.58494,0.179469,0.926447,-2.63737,0.766451,0.431456,2.97513,0.77912,0.447614,2.97578,0.744471,0.432042,2.87904,0.757884,0.447587,2.88043,0.781706,0.472689,2.9795,0.772082,0.485669,2.9884,0.750311,0.470657,2.89229,0.75936,0.457568,2.88256,0.691397,0.403683,2.98248,0.576636,0.382014,3.00917,0.670687,0.40895,2.88626,0.555457,0.390131,2.91567,0.703879,0.914803,2.79836,0.991004,0.922419,-1.42059,0.983481,0.879,-1.54275,1.00715,0.945647,-1.24148,1.01876,0.691716,1.49659,0.481623,0.673229,3.10245,0.223395,0.699058,3.0669,0.446787,0.6997,3.03928,1.01762,0.579642,-1.72022,0.160536,0.935886,-2.59874,1.03268,0.403304,1.28576,0.701705,1.49652,0.543042,0.746451,1.41884,0.694154,0.79423,1.33917,0.838985,0.854746,1.23128,1.00136,0.924258,1.10079,1.16802,0.938384,1.09378,1.17499,0.710417,1.51195,0.499122,0.698367,1.55516,0.001362,0.711512,1.53879,-0.031838,0.966292,1.13891,0.064945,0.347857,1.22258,-2.45702,0.525038,1.20649,-2.45396,0.612082,1.19279,-2.44371,0.706183,1.22351,-1.56678,0.68558,1.572,-0.065144,0.711264,1.54105,-0.064712,0.781047,1.44259,-0.044584,0.993464,1.02716,1.23325,1.02725,0.852027,1.26836,1.00552,0.563976,1.24028,1.03811,0.528163,1.23673,0.565154,1.21686,-2.03172,0.37575,1.22865,-2.05733,1.01246,0.657884,1.50183,1.0079,0.659157,1.56781,1.01795,0.661808,1.38105,0.999549,0.560183,1.37892,0.992571,1.02547,1.27211,1.02683,0.850704,1.31304,1.02688,0.757922,1.32852,1.02137,0.688054,1.39233,1.02264,0.841448,1.63278,0.935122,1.09023,1.21728,0.928568,1.05894,-1.64751,0.856082,1.17694,-1.66575,0.843852,1.05573,-2.24791,0.785784,1.15697,-2.28227,-0.856084,1.17694,-1.66575,-0.928571,1.05894,-1.64751,-0.785787,1.15697,-2.28227,-0.843854,1.05573,-2.24791};
			return value;
		}
		private double[] getCoordinate_9_125_point_12()
		{
			double[] value = {-1.04843,1.19229,0.955271,-1.11794,1.17939,0.915924,-1.0626,1.25363,0.933594,-1.12041,1.23233,0.912739,-1.06275,1.26717,0.912235,-1.13492,1.24156,0.883468,-1.13471,1.17404,0.884664,-0.983495,1.2018,0.980799,-0.992605,1.26899,0.961388,-0.990114,1.2829,0.94061,-0.925336,1.20433,0.965976,-0.943166,1.20486,0.979693,-0.953771,1.26567,0.97958,-0.939,1.27675,0.959678,-1.02205,1.12098,0.92721,-1.10126,1.11629,0.897657,-1.0916,1.13388,0.918522,-1.02806,1.13643,0.940722,-0.968221,1.14792,0.969873,-0.959035,1.13268,0.95121,-0.949628,1.15358,0.981445,-0.932702,1.14108,0.962516,-0.925783,1.19593,0.966435,-0.879522,1.18193,1.01796,-0.861307,1.18202,0.98678,-0.865007,1.10946,0.979749,-0.882268,1.11825,1.0223,-0.944143,1.19464,0.982323,1.04843,1.19229,0.955271,1.11794,1.17939,0.915924,1.0626,1.25363,0.933594,1.12041,1.23233,0.912739,1.06275,1.26717,0.912235,1.13492,1.24156,0.883468,1.13471,1.17404,0.884664,0.983492,1.2018,0.980799,0.992602,1.26899,0.961388,0.990111,1.2829,0.94061,0.925334,1.20433,0.965976,0.943164,1.20486,0.979693,0.953768,1.26567,0.97958,0.938998,1.27675,0.959678,1.02205,1.12098,0.92721,1.10126,1.11629,0.897657,1.0916,1.13388,0.918522,1.02806,1.13643,0.940722,0.968218,1.14792,0.969873,0.959033,1.13268,0.95121,0.949626,1.15358,0.981445,0.9327,1.14108,0.962516,0.92578,1.19593,0.966435,0.879519,1.18193,1.01796,0.861304,1.18202,0.98678,0.865004,1.10946,0.979749,0.882266,1.11825,1.0223,0.94414,1.19464,0.982323,0.302924,0.527708,3.14867,0.350573,0.527708,3.14867,0.302928,0.527708,3.19145,0.350573,0.527708,3.19145,0.302924,0.484931,3.15214,0.350573,0.484931,3.15214,0.302924,0.484931,3.10936,0.350573,0.484931,3.10936,0.154311,0.838666,3.02248,0.202166,0.838666,3.02248,0.202166,0.838666,3.06525,0.154307,0.838666,3.06525,0.154307,0.862437,3.02248,0.202166,0.862437,3.02248,0.202166,0.862435,3.06525,0.154307,0.862435,3.06525,-0.159997,0.862435,3.02248,-0.207643,0.862435,3.02248,-0.207643,0.862435,3.06525,-0.159997,0.862435,3.06525,-0.300065,0.527708,3.18412,-0.347711,0.527708,3.18412,-0.347711,0.484931,3.15214,-0.300065,0.484931,3.15214,-0.347711,0.484931,3.10936,-0.300065,0.484931,3.10936,-0.347711,0.527708,3.14134,-0.300065,0.527706,3.14134,-0.207643,0.838666,3.02248,-0.159997,0.838666,3.02248,-0.207643,0.838666,3.06525,-0.159997,0.838666,3.06525,0.154521,0.924094,3.02248,0.202166,0.924094,3.02248,0.202166,0.924094,3.06525,0.154521,0.924094,3.06525,-0.159894,0.924094,3.02248,-0.159894,0.924094,3.06525,-0.207643,0.924094,3.06525,-0.207643,0.924094,3.02248,0.154521,0.944773,3.02248,0.202166,0.944773,3.02248,0.202166,0.944773,3.06525,0.154521,0.944773,3.06525};
			return value;
		}
		private double[] getCoordinate_9_125_point_13()
		{
			double[] value = {-0.159894,0.944773,3.02248,-0.159894,0.944773,3.06525,-0.207643,0.944773,3.06525,-0.207643,0.944773,3.02248,0.288554,0.684219,3.18414,0.240718,0.684444,3.18408,0.240767,0.673555,3.14133,0.289897,0.670163,3.14237,-0.244226,0.67835,3.18595,-0.289106,0.685442,3.18378,-0.29115,0.66943,3.14261,-0.243089,0.670497,3.14228,0.558867,1.14478,1.43993,0.558867,1.13639,1.43804,0.518958,1.13841,1.43804,0.518958,1.14679,1.43993,0.547103,1.1293,1.47923,0.530722,1.13038,1.47923,0.547103,1.13768,1.48112,0.530722,1.13876,1.48112,-0.55887,1.14478,1.43993,-0.55887,1.13639,1.43804,-0.51896,1.13841,1.43804,-0.51896,1.14679,1.43993,-0.547105,1.1293,1.47923,-0.530725,1.13038,1.47923,-0.547105,1.13768,1.48112,-0.530725,1.13876,1.48112,0.007281,1.56245,-1.01646,-0.046216,1.56496,-0.998329,-0.046216,1.57306,-0.939646,0.007281,1.57557,-0.921513,0.040347,1.56901,-0.968988,0.007281,1.60344,-1.02303,-0.046216,1.60594,-1.0049,-0.046216,1.61405,-0.946216,0.007281,1.61655,-0.928081,0.040347,1.61,-0.975557,0.004691,1.61922,-1.01325,-0.035238,1.62109,-0.999719,-0.035238,1.62714,-0.955922,0.004691,1.62901,-0.942387,0.029368,1.62412,-0.977821,0.001246,1.62686,-0.998112,-0.020643,1.62789,-0.990694,-0.020643,1.6312,-0.966688,0.001246,1.63223,-0.959268,0.014773,1.62955,-0.97869,-0.001562,1.74165,-1.00318,-0.008756,1.74199,-1.00075,-0.008756,1.74308,-0.992854,-0.001562,1.74342,-0.990415,0.002886,1.74254,-0.996799,-0.00205,1.74197,-1.00091,-0.006685,1.74218,-0.999342,-0.006685,1.74289,-0.994258,-0.00205,1.74311,-0.992687,8.15E-4,1.74254,-0.996799,-0.002534,1.86458,-1.01825,-0.004625,1.86468,-1.01754,-0.003114,1.86484,-1.0164,-0.004625,1.86499,-1.01526,-0.002534,1.86509,-1.01455,-0.001249,1.86484,-1.0164,-1.02517,0.973321,0.348794,-1.04148,0.976042,0.348794,-1.03473,1.01799,0.348794,-1.01474,1.03282,0.348794,-1.0404,1.01799,0.139696,-1.02041,1.03282,0.139696,-1.04716,0.976042,0.139696,-1.03084,0.973321,0.139696,0.700522,1.63469,0.071499,0.546458,1.63145,0.073074,0.69707,1.77254,0.083027,0.543006,1.7693,0.084602,0.695563,1.78098,-0.018264,0.541503,1.77774,-0.016689,0.699015,1.64313,-0.029793,0.544955,1.63989,-0.028218,0.685237,1.64775,0.072771,0.561072,1.64514,0.07404,0.558287,1.75624,0.083331,0.682456,1.75885,0.082062,0.667811,1.66414,0.05308,0.577124,1.66223,0.054008,0.575091,1.74337,0.060794,0.665778,1.74528,0.059867,0.678465,1.76496,-0.019394,0.559386,1.76246,-0.018177,0.562052,1.65591,-0.027088,0.681136,1.65842,-0.028305,0.677935,1.76795,-0.055257,0.558852,1.76545,-0.054039,0.561518,1.6589,-0.06295,0.680602,1.6614,-0.064167,0.549307,1.62916,0.21466,0.395247,1.62592,0.216234,0.545855,1.767,0.226187,0.391795,1.76376,0.227763};
			return value;
		}
		private double[] getCoordinate_9_125_point_14()
		{
			double[] value = {0.544352,1.77544,0.124896,0.390292,1.7722,0.126471,0.547801,1.6376,0.113368,0.393744,1.63436,0.114943,0.534026,1.64222,0.215931,0.409857,1.6396,0.2172,0.407076,1.7507,0.226491,0.531245,1.75331,0.225222,0.5166,1.6586,0.196241,0.42591,1.65669,0.197168,0.42388,1.73783,0.203954,0.514567,1.73974,0.203027,0.527255,1.75942,0.123766,0.408175,1.75692,0.124984,0.410842,1.65037,0.116073,0.529921,1.65288,0.114856,0.526721,1.76241,0.087904,0.407641,1.75991,0.089121,0.410307,1.65336,0.080211,0.529391,1.65587,0.078993,-0.561426,1.55912,-0.031605,-0.613901,1.55802,-0.031068,-0.562601,1.60607,-0.027679,-0.615076,1.60497,-0.027143,-0.563299,1.60998,-0.074637,-0.615774,1.60888,-0.0741,-0.562124,1.56303,-0.078564,-0.614599,1.56193,-0.078027,-0.048276,1.57862,0.462507,-0.100751,1.57752,0.463044,-0.101926,1.62447,0.466971,-0.049451,1.62557,0.466434,-0.047891,1.57645,0.488601,-0.100362,1.57534,0.489137,-0.101537,1.62229,0.493064,-0.049062,1.6234,0.492527,0.037871,1.58043,0.461627,0.036692,1.62738,0.465553,0.038256,1.57826,0.48772,0.037081,1.62521,0.491647,0.124404,1.58007,0.48684,0.176875,1.58118,0.486304,0.1757,1.62812,0.490229,0.123229,1.62702,0.490766,0.623786,1.63103,-0.039808,0.676257,1.63213,-0.040344,0.675559,1.63605,-0.087302,0.623084,1.63494,-0.086765,0.676737,1.5891,-0.091229,0.624262,1.58799,-0.090692,0.677432,1.58518,-0.04427,0.624961,1.58408,-0.043734,0.176489,1.58335,0.46021,0.124014,1.58224,0.460746,0.175315,1.6303,0.464136,0.12284,1.6292,0.464673,0.447489,1.6266,0.379102,0.293429,1.62335,0.380677,0.444037,1.76444,0.390631,0.289977,1.7612,0.392206,0.44253,1.77288,0.28934,0.28847,1.76964,0.290915,0.445986,1.63504,0.277811,0.291922,1.6318,0.279386,0.432208,1.63965,0.380374,0.308039,1.63704,0.381643,0.305258,1.74814,0.390935,0.429427,1.75075,0.389666,0.414778,1.65604,0.360684,0.324092,1.65413,0.361611,0.322058,1.73527,0.368397,0.412749,1.73718,0.36747,0.425437,1.75686,0.28821,0.306353,1.75436,0.289427,0.30902,1.64781,0.280516,0.428103,1.65032,0.279299,0.424903,1.75985,0.252347,0.305819,1.75735,0.253565,0.308486,1.6508,0.244653,0.427569,1.65331,0.243436,0.302184,1.63211,0.512221,0.14812,1.62887,0.513796,0.298731,1.76996,0.52375,0.144671,1.76671,0.525325,0.297225,1.7784,0.422458,0.143164,1.77515,0.424034,0.300677,1.64055,0.41093,0.146617,1.63731,0.412505,0.286902,1.64517,0.513493,0.162734,1.64256,0.514763,0.159953,1.75365,0.524053,0.284117,1.75627,0.522784,0.269473,1.66156,0.493803,0.178786,1.65965,0.49473,0.176753,1.74079,0.501517,0.267443,1.7427,0.500589,0.280127,1.76238,0.421328,0.161048,1.75988,0.422546,0.163714,1.65333,0.413635,0.282797,1.65583,0.412418};
			return value;
		}
		private double[] getCoordinate_9_125_point_15()
		{
			double[] value = {0.279597,1.76537,0.385466,0.160513,1.76286,0.386683,0.16318,1.65632,0.377773,0.282263,1.65882,0.376555,-0.008072,1.52413,0.035466,0.039881,1.52453,0.050978,0.040523,1.51693,0.103006,-0.007031,1.51184,0.119647,-0.037065,1.51629,0.077905,-0.00893,1.61655,0.037896,0.039023,1.61695,0.053409,0.039667,1.60935,0.105436,-0.007889,1.60426,0.122078,-0.037923,1.60871,0.080336,0.005647,1.51875,0.077401,-0.006778,1.64697,0.049383,0.02901,1.64727,0.060961,0.029491,1.6416,0.09979,-0.006002,1.6378,0.112211,-0.028418,1.64112,0.081057,-0.003642,1.65732,0.063863,0.015976,1.65748,0.07021,0.01624,1.65437,0.091494,-0.003216,1.65229,0.098302,-0.015503,1.65411,0.081225,-0.003356,1.91056,0.082093,0.003093,1.91061,0.084179,0.003179,1.90959,0.091175,-0.003216,1.9089,0.093413,-0.007255,1.9095,0.0878,-0.002895,1.91029,0.084102,0.001259,1.91032,0.085446,0.001315,1.90966,0.089953,-0.002805,1.90922,0.091395,-0.005406,1.90961,0.087779,-0.004992,2.33308,0.093353,-0.003121,2.3331,0.093958,-0.004456,2.33287,0.09499,-0.003096,2.3328,0.095988,-0.004951,2.3326,0.096638,-0.006123,2.33278,0.095009,0.122611,1.62833,0.514058,-0.03145,1.62509,0.515632,0.119158,1.76618,0.525585,-0.034902,1.76294,0.527161,0.117655,1.77462,0.424294,-0.036405,1.77138,0.425869,0.121108,1.63678,0.412766,-0.032953,1.63353,0.414341,0.107329,1.64139,0.515329,-0.016836,1.63878,0.516598,-0.01962,1.74988,0.525889,0.104548,1.75249,0.52462,0.0899,1.65778,0.495639,-7.87E-4,1.65587,0.496566,-0.002817,1.73701,0.503352,0.08787,1.73892,0.502425,0.100558,1.7586,0.423164,-0.018522,1.7561,0.424382,-0.015855,1.64955,0.415471,0.103224,1.65206,0.414254,0.100028,1.76159,0.387302,-0.019056,1.75909,0.388519,-0.016389,1.65254,0.379609,0.102694,1.65504,0.378391,-0.053232,1.62463,0.515855,-0.207292,1.62139,0.51743,-0.056684,1.76248,0.527383,-0.210744,1.75924,0.528959,-0.058187,1.77092,0.426092,-0.212247,1.76768,0.427667,-0.054735,1.63307,0.414564,-0.208795,1.62983,0.416139,-0.068513,1.63769,0.517126,-0.192682,1.63508,0.518395,-0.195463,1.74618,0.527687,-0.071294,1.74879,0.526418,-0.085939,1.65408,0.497437,-0.176629,1.65217,0.498363,-0.178663,1.73331,0.50515,-0.087972,1.73522,0.504223,-0.075284,1.7549,0.424962,-0.194368,1.7524,0.42618,-0.191698,1.64585,0.417269,-0.072618,1.64836,0.416052,-0.075818,1.75789,0.3891,-0.194898,1.75539,0.390317,-0.192232,1.64884,0.381407,-0.073148,1.65135,0.380189,-0.197381,1.62098,0.38403,-0.351442,1.61774,0.385605,-0.200834,1.75882,0.395559,-0.35489,1.75558,0.397134,-0.202337,1.76726,0.294267,-0.356397,1.76402,0.295843,-0.198884,1.62942,0.282739,-0.352945,1.62618,0.284314,-0.212663,1.63404,0.385301,-0.336828,1.63143,0.38657,-0.339612,1.74252,0.395862};
			return value;
		}
		private double[] getCoordinate_9_125_point_16()
		{
			double[] value = {-0.215444,1.74514,0.394593,-0.230089,1.65042,0.365612,-0.320775,1.64852,0.36654,-0.322809,1.72966,0.373326,-0.232118,1.73157,0.372398,-0.219434,1.75125,0.293137,-0.338514,1.74874,0.294355,-0.335847,1.6422,0.285444,-0.216764,1.6447,0.284227,-0.219964,1.75424,0.257275,-0.339048,1.75173,0.258492,-0.336381,1.64518,0.249582,-0.217298,1.64769,0.248364,-0.322217,1.61617,0.224014,-0.476278,1.61293,0.225589,-0.32567,1.75401,0.235543,-0.47973,1.75077,0.237118,-0.327173,1.76245,0.134252,-0.481237,1.75921,0.135827,-0.32372,1.62461,0.122723,-0.477785,1.62137,0.124298,-0.337499,1.62923,0.225286,-0.461664,1.62662,0.226556,-0.464448,1.73771,0.235847,-0.34028,1.74032,0.234578,-0.354928,1.64561,0.205596,-0.445615,1.6437,0.206524,-0.447648,1.72485,0.21331,-0.356958,1.72676,0.212382,-0.34427,1.74644,0.133122,-0.463354,1.74393,0.134339,-0.460687,1.63739,0.125429,-0.3416,1.63989,0.124211,-0.344804,1.74943,0.09726,-0.463888,1.74692,0.098477,-0.461217,1.64037,0.089566,-0.342134,1.64288,0.088349,-0.452768,1.61043,0.08329,-0.606828,1.60719,0.084865,-0.456216,1.74828,0.094817,-0.610277,1.74503,0.096392,-0.457723,1.75672,-0.006474,-0.611783,1.75347,-0.004899,-0.454271,1.61887,-0.018002,-0.608331,1.61563,-0.016427,-0.468046,1.62349,0.084561,-0.592214,1.62088,0.08583,-0.594995,1.73197,0.095121,-0.47083,1.73459,0.093852,-0.485475,1.63988,0.064871,-0.576162,1.63797,0.065798,-0.578195,1.71911,0.072584,-0.487508,1.72102,0.071658,-0.474817,1.7407,-0.007604,-0.5939,1.73819,-0.006387,-0.591234,1.63165,-0.015297,-0.47215,1.63415,-0.016515,-0.475351,1.74369,-0.043466,-0.594434,1.74118,-0.042249,-0.591768,1.63464,-0.05116,-0.472684,1.63714,-0.052377};
			return value;
		}


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


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_9_131_point_1()
		{
			double[] value = {-0.007284,1.56245,-1.01646,-0.007284,1.60344,-1.02303,0.046214,1.60594,-1.0049,0.046214,1.56496,-0.998329,0.046214,1.61405,-0.946216,0.046214,1.57306,-0.939646,-0.007284,1.61655,-0.928081,-0.007284,1.57557,-0.921513,-0.040349,1.61,-0.975557,-0.040349,1.56901,-0.968988,0.002532,1.86458,-1.01825,0.004622,1.86468,-1.01754,0.004622,1.86499,-1.01526,0.002532,1.86509,-1.01455,0.001246,1.86484,-1.0164,-0.004693,1.61922,-1.01325,0.035235,1.62109,-0.999719,0.035235,1.62714,-0.955922,-0.004693,1.62901,-0.942387,-0.029371,1.62412,-0.977821,-0.001249,1.62686,-0.998112,0.02064,1.62789,-0.990694,0.02064,1.6312,-0.966688,-0.001249,1.63223,-0.959268,-0.014776,1.62955,-0.97869,0.001559,1.74165,-1.00318,0.008753,1.74199,-1.00075,0.008753,1.74308,-0.992854,0.001559,1.74342,-0.990415,-0.002889,1.74254,-0.996799,0.002047,1.74197,-1.00091,0.006682,1.74218,-0.999342,0.006682,1.74289,-0.994258,0.002047,1.74311,-0.992687,-8.18E-4,1.74254,-0.996799,-1.06438,0.542898,0.029187,-1.03178,0.580849,0.029187,-1.03178,0.581032,-0.069735,-1.06438,0.542989,-0.069736,-0.911191,1.23734,-0.094393,-0.965845,1.1412,-0.033481,-0.96607,1.14006,0.015732,-0.911203,1.23845,-0.004299,-0.883485,1.2601,-0.641547,-0.947797,1.14041,-0.641783,-0.950101,1.14081,-0.575165,-0.885461,1.25794,-0.573484,-1.06423,0.549641,-0.50218,-1.03179,0.584175,-0.506593,-1.06437,0.550208,-0.622091,-1.00193,1.06197,-0.772068,-0.936117,1.14,-1.03445,-0.991426,1.06098,-1.09386,-0.965845,1.14177,-0.082595,-1.02137,1.06567,-0.082595,-1.01648,0.915435,-1.07683,-1.02007,0.904396,-1.0219,-1.04115,0.878843,0.029187,-1.0216,1.06369,0.019611,-1.04115,0.879211,-0.069736,-1.00974,1.06491,-0.54252,-1.04064,0.882463,-0.523119,-1.05465,0.699888,-0.077555,-1.05465,0.74657,-0.077555,-1.05465,0.74787,-0.511922,-1.05465,0.701057,-0.507645,-1.03505,0.683776,0.029187,-1.03505,0.68405,-0.069736,-1.03505,0.685351,-0.513481,-1.03179,0.687587,-0.772521,-1.03165,0.584514,-0.744528,-1.03505,0.68677,-0.749342,-1.06148,0.42847,-0.737846,-1.06119,0.426661,-0.503659,-1.06133,0.418254,-0.069736,-1.06133,0.418208,0.029187,-0.761568,1.44705,-0.641212,-0.826608,1.35055,-0.641182,-0.830312,1.34812,-0.573963,-0.763666,1.44712,-0.571784,-0.781255,1.44325,-0.118383,-0.846326,1.33939,-0.106388,-0.846342,1.34008,-0.024428,-0.781278,1.44128,-0.044555,-0.903333,1.146,-1.02248,-0.853673,1.25449,-1.00589,-0.87898,1.24199,-1.01761,-0.889356,1.24513,-0.097704,-0.942815,1.15358,-0.089018,-0.925828,1.15077,-0.574379,-0.701948,1.53625,-0.638772,-0.708749,1.53815,-0.64498,-0.712312,1.53453,-0.711592,-0.824239,1.34398,-0.975667,-0.801671,1.3452,-0.96674,-0.747117,1.43921,-0.891296,-0.768217,1.44357,-0.897215,-0.706075,1.54176,-0.570486,-0.698736,1.53917,-0.570836,-0.683866,1.53347,-0.571186};
			return value;
		}
		private double[] getCoordinate_9_131_point_2()
		{
			double[] value = {-0.69098,1.53434,-0.130378,-0.711465,1.54162,-0.130378,-0.759767,1.4407,-0.118383,-0.828554,1.33668,-0.106388,-0.710794,1.50181,-0.801607,-0.731214,1.50433,-0.810719,-0.711484,1.54067,-0.097531,-0.691366,1.52904,-0.704353,-1.03253,0.879896,-0.791303,-1.03166,0.80979,-0.868324,-1.03454,0.765777,-0.749219,-1.03505,0.762171,-0.069735,-1.03454,0.765207,-0.518224,-1.03505,0.76185,0.029187,-1.05465,0.748351,-0.733542,-1.05465,0.735873,-0.751256,-1.05465,0.714429,-0.751256,-1.05465,0.702046,-0.733501,-1.03505,0.743609,-0.767085,-1.03505,0.707359,-0.767084,-0.922632,1.15266,-0.641261,-0.874631,1.25017,-0.573483,-0.872655,1.25233,-0.641547,-0.751321,1.43935,-0.571784,-0.817964,1.34035,-0.573963,-0.81653,1.34278,-0.641182,-0.751588,1.43928,-0.641212,-0.687616,1.53126,-0.638414,-0.698518,1.55704,-0.131164,-0.7115,1.53973,-0.064684,-0.694066,1.5581,-0.567815,-0.696844,1.55211,-0.731081,-0.717061,1.52213,-0.832919,-0.763505,1.44481,-0.948066,-0.820096,1.34805,-1.02496,-0.875616,1.24461,-1.06278,-0.929891,1.14562,-1.08721,-1.05458,0.699888,0.031026,-1.05454,0.745915,0.029746,-1.06466,0.550773,-0.742989,-0.698541,1.55586,-0.064915,-0.770124,0.996054,2.49806,-0.798025,1.03929,2.20892,-0.853486,1.0186,2.20658,-0.813241,0.978762,2.48615,-1.0E-6,1.23835,-2.5135,-0.345777,1.2207,-2.50929,-0.34786,1.22258,-2.45702,-1.0E-6,1.23906,-2.46177,-1.01762,0.579642,-1.72022,-1.00118,0.616608,-1.71118,-0.871725,0.637371,-2.5185,-1.0E-6,0.593642,-2.75272,-0.496614,0.593642,-2.73225,-0.487688,0.65317,-2.74439,-1.0E-6,0.65317,-2.76342,-0.857129,0.433031,2.858,-1.00469,0.425308,2.47168,-0.937253,0.328848,2.47487,-0.780481,0.330395,2.81213,-1.04528,0.532157,1.07073,-1.01268,0.568528,1.07392,-1.03179,0.580665,0.12811,-1.06438,0.542806,0.12811,-0.55948,0.307277,-0.767124,-0.55948,0.584564,-0.785636,-0.55948,0.616608,-1.71118,-0.55948,0.394507,-1.74732,-0.838006,1.27528,-1.3158,-0.865518,1.25244,-1.19829,-0.813196,1.35482,-1.10712,-0.792802,1.36565,-1.21245,-1.0E-6,1.61394,-0.896133,-0.326467,1.61558,-0.87892,-0.318494,1.62072,-0.743979,-1.0E-6,1.63023,-0.743979,-1.0E-6,1.19593,-2.54191,-0.345777,1.18883,-2.52962,-0.981103,1.05972,-1.24944,-0.91121,1.16246,-1.24549,-0.997045,1.03391,1.07778,-0.942735,1.0985,1.11861,-0.966295,1.13835,0.114059,-1.02182,1.06171,0.121815,-0.929166,0.954483,2.1876,-0.884607,0.913562,2.49104,-0.452115,0.388978,2.95857,-0.453645,0.476756,3.02444,-0.640081,0.476756,2.96382,-0.555459,0.390131,2.91567,-0.559717,0.328848,2.47259,-0.55948,0.548977,2.46612,-0.55948,0.55639,1.51755,-0.559717,0.275195,1.49898,-0.873174,1.03709,1.99671,-0.811403,1.05762,1.98905,-0.824781,1.07594,1.76919,-0.892866,1.05558,1.78683,-1.0E-6,1.09121,-2.60814,-0.179471,1.09121,-2.60814};
			return value;
		}
		private double[] getCoordinate_9_131_point_3()
		{
			double[] value = {-0.864255,0.896606,-2.36699,-0.843854,1.05573,-2.24791,-0.826913,1.05508,-2.36799,-1.02891,0.857317,1.08965,-1.04115,0.878476,0.12811,-1.00699,0.840251,2.13747,-0.933717,0.847313,2.53049,-0.599679,0.70295,3.00708,-0.592805,0.791926,2.98161,-0.733777,0.793614,2.93326,-0.752904,0.699989,2.95459,-0.680776,1.16754,-2.49237,-0.644803,1.09121,-2.57093,-0.723463,1.07976,-2.55142,-0.731367,1.16196,-2.46764,-0.650251,0.65317,-2.72151,-0.651052,0.593642,-2.70853,-0.743753,0.583171,-2.65726,-0.767202,0.647193,-2.66896,-0.735647,1.17068,-2.42216,-0.699129,1.17909,-2.43346,-0.712461,0.328605,2.87918,-0.61091,0.326816,2.9303,-0.6914,0.403683,2.98248,-0.766454,0.431456,2.97513,-0.87232,0.699753,2.8449,-0.806486,0.699871,2.91864,-0.81447,0.799766,2.87245,-0.861837,0.804388,2.8227,-0.765844,0.919896,2.75169,-0.828569,0.852104,2.79448,-0.780469,0.852133,2.84505,-1.0E-6,0.825112,-2.76342,-0.179471,0.896546,-2.63115,-1.0E-6,0.896546,-2.63737,-0.598058,0.896546,-2.59364,-0.650251,0.825112,-2.72151,-0.766878,0.823631,-2.66896,-0.714776,0.896569,-2.56592,-1.00118,0.795387,-1.59758,-0.983484,0.879,-1.54275,-0.869447,0.82338,-2.51599,-0.55948,0.688404,-0.817744,-0.55948,0.803849,-0.919256,-0.55948,0.87581,-1.05964,-0.55948,0.906329,-1.23877,-0.55948,0.876485,-1.42266,-0.55948,0.795387,-1.59758,-1.05446,0.699888,0.211997,-1.05435,0.744824,0.208582,-1.04543,0.686228,1.01819,-1.0477,0.73468,1.01503,-0.55948,0.678548,2.40403,-0.55948,0.779501,2.29332,-0.55948,0.774488,1.67632,-0.55948,0.693412,1.58456,-0.983438,0.693765,2.48256,-0.962484,0.804825,2.48614,-1.00366,0.779501,2.29332,-0.998872,0.678548,2.40403,-0.659604,0.654503,3.06043,-0.64673,0.679309,3.04667,-0.770311,0.688446,2.97452,-0.781473,0.669377,2.98479,-0.226823,0.648155,3.15714,-0.226823,0.661135,3.14223,-0.453645,0.662579,3.10623,-0.453645,0.648739,3.12114,-0.768243,1.22862,1.11251,-0.837171,1.22907,1.04382,-0.905782,1.10309,1.21743,-0.828802,1.09937,1.30886,-0.938386,1.09378,1.17499,-0.92426,1.10079,1.16802,-0.320016,1.56605,0.554514,-0.313962,1.55095,0.594867,-1.0E-6,1.55716,0.602728,-1.0E-6,1.57198,0.563372,-0.66126,1.52185,0.535667,-0.695035,1.52966,0.487416,-0.71042,1.51195,0.499122,-0.890123,0.394507,-1.74732,-1.0606,0.584564,-0.785636,-0.950582,0.307277,-0.767124,-1.06133,0.429456,-0.772251,-1.06446,0.551635,-0.782697,-1.01258,0.876485,-1.42266,-1.03854,0.876779,-1.05968,-1.02931,0.907299,-1.23881,-1.04416,0.802928,-0.918995,-1.0509,0.688404,-0.817744,-0.912378,0.275195,1.50126,-0.993581,0.55639,1.51755,-1.02617,0.521507,1.5134,-1.02313,0.398351,1.50034,-0.993581,0.528276,2.46612,-1.01268,0.693411,1.58456,-1.01897,0.774488,1.67632,-1.01193,0.854607,1.97099,-0.55948,0.854607,1.97099};
			return value;
		}
		private double[] getCoordinate_9_131_point_4()
		{
			double[] value = {-0.55948,0.840251,2.13747,-1.00791,0.659157,1.56781,-1.0255,0.671159,1.0838,-1.03505,0.6835,0.12811,-0.55948,0.705997,-1.67589,-1.00118,0.705997,-1.67589,-0.487688,0.825112,-2.74439,-0.842092,1.21081,-1.47385,-0.813997,1.28676,-1.3721,-0.773477,1.30272,-1.42852,-0.807096,1.21977,-1.52409,-0.660634,1.5695,-0.859898,-0.620431,1.58243,-0.939139,-0.675413,1.54766,-0.974783,-0.822561,0.822629,-2.61616,-0.774873,0.896583,-2.52153,-0.822801,0.643147,-2.61616,-0.798704,0.574427,-2.6026,-0.852064,0.561432,-2.5064,-0.77551,1.06786,-2.50424,-1.0E-6,0.926447,-2.63737,-0.179471,0.926447,-2.63737,-0.160539,0.935886,-2.59874,-1.0E-6,0.935886,-2.60185,-0.962461,1.06022,-1.40735,-0.884202,1.18492,-1.41915,-0.856084,1.17694,-1.66575,-0.928571,1.05894,-1.64751,-0.487169,1.55399,-1.08917,-0.351289,1.59486,-0.991255,-0.333066,1.55641,-1.10649,-0.612085,1.19279,-2.44371,-0.525041,1.20649,-2.45396,-0.518667,1.2017,-2.50083,-0.518667,1.18101,-2.51318,-0.483602,1.09121,-2.59353,-0.448545,0.896546,-2.6124,-0.871343,0.523696,2.86645,-1.02141,0.498176,2.47249,-0.451421,0.778756,3.02518,-0.44679,0.6997,3.03928,-0.223398,0.699058,3.0669,-0.224576,0.779707,3.05447,-0.931478,0.284357,1.07165,-1.04223,0.408257,1.07119,-1.06133,0.418162,0.12811,-0.950582,0.293519,0.12811,-0.950582,0.293519,-0.069736,-0.950582,0.30368,-0.512509,-0.970373,0.450033,-1.73829,-1.00575,0.505557,-1.72925,-0.802549,0.485493,-2.4943,-0.763284,0.504481,-2.57581,-0.65125,0.526304,-2.65904,-0.709245,0.518151,-2.63047,-0.505239,0.529428,-2.68117,-1.0E-6,0.543484,-2.71631,-0.738542,1.456,-1.08277,-0.719675,1.45959,-1.13741,-0.770006,1.37566,-1.26854,-0.758794,1.44605,-0.998916,-0.702913,1.53993,-0.855121,-0.660169,1.42786,0.760306,-0.722757,1.42175,0.728816,-0.774366,1.33982,0.869756,-0.707685,1.34533,0.910696,-1.0E-6,1.24966,-1.68579,-0.403642,1.23471,-1.65764,-0.40056,1.23084,-1.64644,-1.0E-6,1.24465,-1.67396,-0.736261,1.38566,-1.32059,-0.733106,1.37266,-1.31142,-0.769647,1.28988,-1.41575,-0.801877,1.20711,-1.52048,-0.706186,1.22351,-1.56678,-1.0E-6,1.54651,-1.10488,-0.32982,1.5434,-1.10381,-1.0E-6,1.56127,-1.10755,-0.484506,1.54015,-1.08765,-0.641271,1.55156,-1.03586,-0.638128,1.5369,-1.03752,-0.686872,1.45478,-1.18738,-0.690469,1.46861,-1.19093,-1.0E-6,1.13504,1.44602,-1.0E-6,1.13708,1.42117,-0.41266,1.12048,1.39031,-0.4144,1.11721,1.41472,-0.817342,1.10387,1.26619,-0.762491,1.21908,1.0887,-0.706125,1.33005,0.905749,-0.657659,1.41446,0.752582,-0.610532,1.50616,0.604443,-0.608209,1.49465,0.593942,-0.303873,1.51771,0.623569,-0.305269,1.53035,0.633835,-0.856004,1.22308,0.955862,-0.908575,1.11786,1.07693,-0.872327,1.23349,0.958888,-0.941476,1.15332,0.115194,-0.889688,1.23741,0.090188};
			return value;
		}
		private double[] getCoordinate_9_131_point_5()
		{
			double[] value = {-0.91121,1.23956,0.085797,-0.711336,1.53832,0.001037,-0.691194,1.52788,0.008765,-0.705137,1.48646,0.49736,-0.726007,1.49377,0.510798,-0.749479,1.41632,0.637612,-0.793821,1.33881,0.788784,-0.8141,1.33853,0.808212,-0.770154,1.41592,0.65949,-0.846361,1.34076,0.057534,-0.828287,1.33202,0.06529,-0.75974,1.43364,0.037027,-0.781305,1.4393,0.029272,-0.276708,1.0334,2.54005,-0.311304,1.07885,2.22802,-0.60016,1.06892,2.2144,-0.54392,1.02555,2.51443,-0.235513,0.919952,2.93668,-0.242116,0.960995,2.82551,-0.487676,0.955206,2.79153,-0.467828,0.912425,2.90662,-0.225927,0.851179,3.02354,-0.457231,0.8516,2.98389,-1.0E-6,1.08135,2.23814,-1.0E-6,1.1289,1.82601,-0.362852,1.12108,1.80586,-0.481626,0.673229,3.10245,-0.223226,0.687537,3.05773,-0.440881,0.688406,3.03035,-0.462251,0.70248,3.0301,-0.472333,0.79389,3.00555,-0.561284,1.00319,2.50998,-0.621404,1.04626,2.21125,-0.493154,0.906529,2.86043,-0.502206,0.933155,2.80341,-0.476068,0.84295,2.96579,-0.697996,1.10583,1.77403,-0.725103,1.08291,1.77152,-0.4144,1.14312,1.43194,-1.0E-6,1.15626,1.46495,-0.952444,0.977979,1.98788,-0.968324,0.995657,1.78816,-1.01969,0.836158,1.81849,-1.02544,0.770127,1.46879,-1.01876,0.691716,1.49659,-0.999551,0.560183,1.37892,-1.00552,0.563976,1.24028,-1.03811,0.528163,1.23673,-1.03268,0.403304,1.28576,-0.325147,1.58169,0.494065,-0.323045,1.62088,0.001154,-0.646085,1.59193,0.002309,-0.650289,1.55274,0.464063,-1.0E-6,1.59207,0.502923,-1.0E-6,1.63126,0.0,-0.627393,1.58938,-0.849874,-0.636987,1.59263,-0.743979,-0.323045,1.62174,-0.134671,-0.646085,1.59279,-0.133518,-1.0E-6,1.63486,-0.135826,-0.64446,1.59381,-0.559805,-0.322233,1.62351,-0.559805,-1.0E-6,1.63464,-0.559805,-0.854749,1.23128,1.00136,-0.794233,1.33917,0.838985,-1.0E-6,1.53597,0.642085,-0.620241,1.52704,0.564478,-0.640535,1.54639,0.509401,-0.677213,1.49973,0.575312,-1.0E-6,1.59306,-1.00184,-0.681379,1.5697,-0.750569,-0.685564,1.57247,-0.131949,-0.685583,1.572,-0.065144,-0.682058,1.57443,-0.565145,-0.685602,1.57153,0.001659,-0.698369,1.55516,0.001362,-0.746454,1.41884,0.694154,-0.701707,1.49652,0.543042,-0.601221,1.21897,-1.60288,-0.605276,1.22724,-1.60947,-0.77173,1.15297,-2.40557,-1.02688,0.757922,1.32852,-1.02137,0.688054,1.39233,-0.993467,1.02716,1.23325,-1.02725,0.852027,1.26836,-1.0E-6,1.52219,0.632054,-0.795831,1.12256,1.3346,-1.0E-6,1.03566,2.54883,-1.0E-6,0.920052,2.95461,-1.0E-6,0.959358,2.85948,-1.0E-6,0.850758,3.03335,-1.0E-6,0.701209,3.07313,-1.0E-6,0.780658,3.06237,-1.0E-6,0.689859,3.06372,-1.0E-6,0.659692,3.14931,-1.0E-6,0.647571,3.16422,-1.0E-6,0.476756,3.07038,-0.226823,0.476756,3.06315,-0.22606,0.388978,3.00207,-1.0E-6,0.388978,3.01666};
			return value;
		}
		private double[] getCoordinate_9_131_point_6()
		{
			double[] value = {-0.753591,0.3295,2.84104,-0.825082,0.43436,2.916,-0.842092,0.529069,2.92876,-0.834722,0.694099,2.91091,-0.840303,0.684565,2.91605,-0.991006,0.922419,-1.42059,-1.00715,0.945647,-1.24148,-1.02883,0.744779,1.08673,-1.03505,0.761528,0.12811,-0.55948,0.836158,1.81849,-0.600606,0.849531,2.92805,-0.707807,0.852163,2.89321,-0.506521,0.833189,2.97327,-1.02264,0.841448,1.63278,-0.989889,1.0204,1.38872,-1.02559,0.846738,1.44708,-0.92534,1.07961,1.34415,-1.0E-6,0.546293,3.16982,-0.226823,0.546017,3.16274,-0.453645,0.545741,3.12673,-0.665891,0.545191,3.06503,-0.788076,0.534443,2.98865,-0.724447,0.93253,2.757,-1.0457,0.71845,1.24526,-1.04421,0.694824,1.24853,-1.02398,0.684392,1.28807,-1.02648,0.724517,1.28382,-1.04335,0.680079,1.22182,-1.02345,0.665731,1.26026,-1.04686,0.732525,1.21222,-1.02811,0.743073,1.25036,-0.779123,0.447614,2.97578,-0.781709,0.472689,2.9795,-0.453645,0.491768,3.12055,-0.226823,0.491768,3.15927,-0.661851,0.491768,3.05993,-1.0E-6,0.491768,3.16649,-0.785787,1.15697,-2.28227,-1.0E-6,0.323237,3.06085,-1.0E-6,0.380791,3.11278,-0.22606,0.380791,3.09819,-0.225294,0.323237,3.04228,-0.452115,0.380791,3.05469,-0.450586,0.323237,2.9948,-0.772085,0.485669,2.9884,-0.576639,0.382014,3.00917,-0.757886,0.447587,2.88043,-0.759363,0.457568,2.88256,-0.750314,0.470657,2.89229,-0.67069,0.40895,2.88626,-0.744474,0.432042,2.87904,-1.0E-6,1.07821,-2.58953,-0.160539,1.07761,-2.58494,-0.703882,0.914803,2.79836,-0.614961,0.909112,2.83425,-1.01246,0.657884,1.50183,-0.935125,1.09023,1.21728,-0.711515,1.53879,-0.031838,-0.966295,1.13891,0.064945,-1.0E-6,1.24436,-2.07378,-0.375753,1.22865,-2.05733,-0.565156,1.21686,-2.03172,-0.711267,1.54105,-0.064712,-0.781049,1.44259,-0.044584,-0.992574,1.02547,1.27211,-1.02684,0.850704,1.31304,-1.01796,0.661808,1.38105,1.06438,0.542898,0.029187,1.06438,0.542989,-0.069736,1.03178,0.581032,-0.069735,1.03178,0.580849,0.029187,0.911189,1.23734,-0.094393,0.9112,1.23845,-0.004299,0.966067,1.14006,0.015732,0.965842,1.1412,-0.033481,0.883483,1.2601,-0.641547,0.885459,1.25794,-0.573484,0.950099,1.14081,-0.575165,0.947795,1.14041,-0.641783,1.06423,0.549641,-0.50218,1.06437,0.550208,-0.622091,1.03178,0.584175,-0.506593,1.00193,1.06197,-0.772068,0.991423,1.06098,-1.09386,0.936114,1.14,-1.03445,1.02137,1.06567,-0.082595,0.965842,1.14177,-0.082595,1.01647,0.915435,-1.07683,1.02007,0.904396,-1.0219,1.04115,0.878843,0.029187,1.04115,0.879211,-0.069736,1.02159,1.06369,0.019611,1.00973,1.06491,-0.54252,1.04064,0.882463,-0.523119,1.05465,0.699888,-0.077555,1.05465,0.701057,-0.507645,1.05465,0.74787,-0.511922,1.05465,0.74657,-0.077555,1.03504,0.68405,-0.069736,1.03504,0.683776,0.029187};
			return value;
		}
		private double[] getCoordinate_9_131_point_7()
		{
			double[] value = {1.03504,0.685351,-0.513481,1.03178,0.687587,-0.772521,1.03504,0.68677,-0.749342,1.03165,0.584514,-0.744528,1.06147,0.42847,-0.737846,1.06118,0.426661,-0.503659,1.06133,0.418254,-0.069736,1.06133,0.418208,0.029187,0.761565,1.44705,-0.641212,0.763663,1.44712,-0.571784,0.83031,1.34812,-0.573963,0.826605,1.35055,-0.641182,0.781253,1.44325,-0.118383,0.781275,1.44128,-0.044555,0.846339,1.34008,-0.024428,0.846324,1.33939,-0.106388,0.878977,1.24199,-1.01761,0.853671,1.25449,-1.00589,0.90333,1.146,-1.02248,0.942813,1.15358,-0.089018,0.889353,1.24513,-0.097704,0.925826,1.15077,-0.574379,0.701945,1.53625,-0.638772,0.712309,1.53453,-0.711592,0.708746,1.53815,-0.64498,0.824237,1.34398,-0.975667,0.768214,1.44357,-0.897215,0.747115,1.43921,-0.891296,0.801669,1.3452,-0.96674,0.706072,1.54176,-0.570486,0.711463,1.54162,-0.130378,0.690978,1.53434,-0.130378,0.683863,1.53347,-0.571186,0.698733,1.53917,-0.570836,0.828551,1.33668,-0.106388,0.759764,1.4407,-0.118383,0.731211,1.50433,-0.810719,0.710791,1.50181,-0.801607,0.711482,1.54067,-0.097531,0.691363,1.52904,-0.704353,1.03253,0.879896,-0.791303,1.03453,0.765777,-0.749219,1.03166,0.80979,-0.868324,1.03504,0.762171,-0.069735,1.03453,0.765207,-0.518224,1.03504,0.76185,0.029187,1.05465,0.748351,-0.733542,1.05465,0.702046,-0.733501,1.05465,0.714429,-0.751256,1.05465,0.735873,-0.751256,1.03504,0.707359,-0.767084,1.03504,0.743609,-0.767085,0.922629,1.15266,-0.641261,0.874629,1.25017,-0.573483,0.872653,1.25233,-0.641547,0.751319,1.43935,-0.571784,0.817961,1.34035,-0.573963,0.816527,1.34278,-0.641182,0.751586,1.43928,-0.641212,0.687613,1.53126,-0.638414,0.698515,1.55704,-0.131164,0.711497,1.53973,-0.064684,0.694064,1.5581,-0.567815,0.696841,1.55211,-0.731081,0.717059,1.52213,-0.832919,0.763503,1.44481,-0.948066,0.820094,1.34805,-1.02496,0.929888,1.14562,-1.08721,0.875613,1.24461,-1.06278,1.05458,0.699888,0.031026,1.05453,0.745915,0.029746,1.06466,0.550773,-0.742989,0.698538,1.55586,-0.064915,0.770121,0.996054,2.49806,0.813239,0.978762,2.48615,0.853484,1.0186,2.20658,0.798022,1.03929,2.20892,0.347857,1.22258,-2.45702,0.345774,1.2207,-2.50929,1.01762,0.579642,-1.72022,0.871722,0.637371,-2.5185,1.00117,0.616608,-1.71118,0.487685,0.65317,-2.74439,0.496611,0.593642,-2.73225,0.857127,0.433031,2.858,0.780478,0.330395,2.81213,0.937251,0.328848,2.47487,1.00469,0.425308,2.47168,1.04527,0.532157,1.07073,1.06438,0.542806,0.12811,1.03178,0.580665,0.12811,1.01268,0.568528,1.07392,0.559477,0.307277,-0.767124,0.559477,0.394507,-1.74732,0.559477,0.616608,-1.71118,0.559477,0.584564,-0.785636,0.838004,1.27528,-1.3158,0.7928,1.36565,-1.21245,0.813193,1.35482,-1.10712,0.865515,1.25244,-1.19829};
			return value;
		}
		private double[] getCoordinate_9_131_point_8()
		{
			double[] value = {0.318492,1.62072,-0.743979,0.326464,1.61558,-0.87892,0.345774,1.18883,-2.52962,0.981101,1.05972,-1.24944,0.911208,1.16246,-1.24549,0.997042,1.03391,1.07778,1.02181,1.06171,0.121815,0.966292,1.13835,0.114059,0.942732,1.0985,1.11861,0.884604,0.913562,2.49104,0.929164,0.954483,2.1876,0.452113,0.388978,2.95857,0.555457,0.390131,2.91567,0.640078,0.476756,2.96382,0.453642,0.476756,3.02444,0.559714,0.328848,2.47259,0.559714,0.275195,1.49898,0.559477,0.55639,1.51755,0.559477,0.548977,2.46612,0.873171,1.03709,1.99671,0.892863,1.05558,1.78683,0.824778,1.07594,1.76919,0.8114,1.05762,1.98905,0.179469,1.09121,-2.60814,0.864253,0.896606,-2.36699,0.826911,1.05508,-2.36799,0.843852,1.05573,-2.24791,1.0289,0.857317,1.08965,1.04115,0.878476,0.12811,0.933714,0.847313,2.53049,1.00699,0.840251,2.13747,0.599677,0.70295,3.00708,0.752902,0.699989,2.95459,0.733775,0.793614,2.93326,0.592803,0.791926,2.98161,0.680773,1.16754,-2.49237,0.731364,1.16196,-2.46764,0.72346,1.07976,-2.55142,0.644801,1.09121,-2.57093,0.650248,0.65317,-2.72151,0.767199,0.647193,-2.66896,0.74375,0.583171,-2.65726,0.651049,0.593642,-2.70853,0.699126,1.17909,-2.43346,0.735644,1.17068,-2.42216,0.712458,0.328605,2.87918,0.766451,0.431456,2.97513,0.691397,0.403683,2.98248,0.610907,0.326816,2.9303,0.872317,0.699753,2.8449,0.861834,0.804388,2.8227,0.814467,0.799766,2.87245,0.806483,0.699871,2.91864,0.765841,0.919896,2.75169,0.780467,0.852133,2.84505,0.828566,0.852104,2.79448,0.179469,0.896546,-2.63115,0.598055,0.896546,-2.59364,0.714774,0.896569,-2.56592,0.766875,0.823631,-2.66896,0.650248,0.825112,-2.72151,1.00117,0.795387,-1.59758,0.869444,0.82338,-2.51599,0.983481,0.879,-1.54275,0.559477,0.688404,-0.817744,0.559477,0.795387,-1.59758,0.559477,0.876485,-1.42266,0.559477,0.906329,-1.23877,0.559477,0.87581,-1.05964,0.559477,0.803849,-0.919256,1.05445,0.699888,0.211997,1.05434,0.744824,0.208582,1.04543,0.686228,1.01819,1.0477,0.73468,1.01503,0.559477,0.678548,2.40403,0.559477,0.693412,1.58456,0.559477,0.774488,1.67632,0.559477,0.779501,2.29332,0.983435,0.693765,2.48256,0.99887,0.678548,2.40403,1.00365,0.779501,2.29332,0.962481,0.804825,2.48614,0.659602,0.654503,3.06043,0.78147,0.669377,2.98479,0.770308,0.688446,2.97452,0.646727,0.679309,3.04667,0.226821,0.648155,3.15714,0.453642,0.648739,3.12114,0.453642,0.662579,3.10623,0.226821,0.661135,3.14223,0.768241,1.22862,1.11251,0.828799,1.09937,1.30886,0.905779,1.10309,1.21743,0.837168,1.22907,1.04382,0.938384,1.09378,1.17499,0.924258,1.10079,1.16802,0.320014,1.56605,0.554514,0.31396,1.55095,0.594867,0.661257,1.52185,0.535667,0.710417,1.51195,0.499122};
			return value;
		}
		private double[] getCoordinate_9_131_point_9()
		{
			double[] value = {0.695033,1.52966,0.487416,0.89012,0.394507,-1.74732,1.0606,0.584564,-0.785636,1.06445,0.551635,-0.782697,1.06133,0.429456,-0.772251,0.950579,0.307277,-0.767124,1.01257,0.876485,-1.42266,1.0293,0.907299,-1.23881,1.03853,0.876779,-1.05968,1.04416,0.802928,-0.918995,1.05089,0.688404,-0.817744,0.912375,0.275195,1.50126,1.02312,0.398351,1.50034,1.02617,0.521507,1.5134,0.993578,0.55639,1.51755,0.993578,0.528276,2.46612,1.01268,0.693411,1.58456,1.01897,0.774488,1.67632,1.01192,0.854607,1.97099,0.559477,0.840251,2.13747,0.559477,0.854607,1.97099,1.0079,0.659157,1.56781,1.03504,0.6835,0.12811,1.0255,0.671159,1.0838,0.559477,0.705997,-1.67589,1.00117,0.705997,-1.67589,0.487685,0.825112,-2.74439,0.842089,1.21081,-1.47385,0.807093,1.21977,-1.52409,0.773474,1.30272,-1.42852,0.813994,1.28676,-1.3721,0.660632,1.5695,-0.859898,0.67541,1.54766,-0.974783,0.620429,1.58243,-0.939139,0.822558,0.822629,-2.61616,0.77487,0.896583,-2.52153,0.822798,0.643147,-2.61616,0.798701,0.574427,-2.6026,0.852061,0.561432,-2.5064,0.775508,1.06786,-2.50424,0.160536,0.935886,-2.59874,0.179469,0.926447,-2.63737,0.487166,1.55399,-1.08917,0.333064,1.55641,-1.10649,0.351287,1.59486,-0.991255,0.518664,1.2017,-2.50083,0.525038,1.20649,-2.45396,0.612082,1.19279,-2.44371,0.518664,1.18101,-2.51318,0.483599,1.09121,-2.59353,0.448542,0.896546,-2.6124,0.87134,0.523696,2.86645,1.0214,0.498176,2.47249,0.451418,0.778756,3.02518,0.224574,0.779707,3.05447,0.223395,0.699058,3.0669,0.446787,0.6997,3.03928,0.931475,0.284357,1.07165,0.950579,0.293519,0.12811,1.06133,0.418162,0.12811,1.04223,0.408257,1.07119,0.950579,0.293519,-0.069736,0.950579,0.30368,-0.512509,0.97037,0.450033,-1.73829,1.00575,0.505557,-1.72925,0.802546,0.485493,-2.4943,0.763281,0.504481,-2.57581,0.709242,0.518151,-2.63047,0.651248,0.526304,-2.65904,0.505236,0.529428,-2.68117,0.738539,1.456,-1.08277,0.770003,1.37566,-1.26854,0.719672,1.45959,-1.13741,0.70291,1.53993,-0.855121,0.758792,1.44605,-0.998916,0.660166,1.42786,0.760306,0.707682,1.34533,0.910696,0.774363,1.33982,0.869756,0.722754,1.42175,0.728816,0.400557,1.23084,-1.64644,0.403639,1.23471,-1.65764,0.736258,1.38566,-1.32059,0.769644,1.28988,-1.41575,0.733103,1.37266,-1.31142,0.706183,1.22351,-1.56678,0.801875,1.20711,-1.52048,0.329817,1.5434,-1.10381,0.484503,1.54015,-1.08765,0.641268,1.55156,-1.03586,0.690467,1.46861,-1.19093,0.686869,1.45478,-1.18738,0.638125,1.5369,-1.03752,0.414397,1.11721,1.41472,0.412657,1.12048,1.39031,0.762488,1.21908,1.0887,0.817339,1.10387,1.26619,0.657656,1.41446,0.752582,0.706122,1.33005,0.905749,0.61053,1.50616,0.604443,0.305266,1.53035,0.633835};
			return value;
		}
		private double[] getCoordinate_9_131_point_10()
		{
			double[] value = {0.30387,1.51771,0.623569,0.608206,1.49465,0.593942,0.856001,1.22308,0.955862,0.872325,1.23349,0.958888,0.908572,1.11786,1.07693,0.941474,1.15332,0.115194,0.911208,1.23956,0.085797,0.889685,1.23741,0.090188,0.711333,1.53832,0.001037,0.726004,1.49377,0.510798,0.705134,1.48646,0.49736,0.691191,1.52788,0.008765,0.749476,1.41632,0.637612,0.770152,1.41592,0.65949,0.814097,1.33853,0.808212,0.793818,1.33881,0.788784,0.846358,1.34076,0.057534,0.781302,1.4393,0.029272,0.759738,1.43364,0.037027,0.828284,1.33202,0.06529,0.276705,1.0334,2.54005,0.543917,1.02555,2.51443,0.600157,1.06892,2.2144,0.311301,1.07885,2.22802,0.23551,0.919952,2.93668,0.467826,0.912425,2.90662,0.487673,0.955206,2.79153,0.242114,0.960995,2.82551,0.225924,0.851179,3.02354,0.457228,0.8516,2.98389,0.362849,1.12108,1.80586,0.481623,0.673229,3.10245,0.223223,0.687537,3.05773,0.440878,0.688406,3.03035,0.462248,0.70248,3.0301,0.472331,0.79389,3.00555,0.561282,1.00319,2.50998,0.621401,1.04626,2.21125,0.493151,0.906529,2.86043,0.502204,0.933155,2.80341,0.476065,0.84295,2.96579,0.7251,1.08291,1.77152,0.697993,1.10583,1.77403,0.414397,1.14312,1.43194,0.952441,0.977979,1.98788,0.968321,0.995657,1.78816,1.01969,0.836158,1.81849,1.02544,0.770127,1.46879,1.01876,0.691716,1.49659,1.03811,0.528163,1.23673,1.00552,0.563976,1.24028,0.999549,0.560183,1.37892,1.03268,0.403304,1.28576,0.325144,1.58169,0.494065,0.650286,1.55274,0.464063,0.646083,1.59193,0.002309,0.323042,1.62088,0.001154,0.8842,1.18492,-1.41915,0.636984,1.59263,-0.743979,0.62739,1.58938,-0.849874,0.646083,1.59279,-0.133518,0.323042,1.62174,-0.134671,0.644457,1.59381,-0.559805,0.32223,1.62351,-0.559805,0.854746,1.23128,1.00136,0.79423,1.33917,0.838985,0.620238,1.52704,0.564478,0.640532,1.54639,0.509401,0.67721,1.49973,0.575312,0.681376,1.5697,-0.750569,0.685561,1.57247,-0.131949,0.68558,1.572,-0.065144,0.682055,1.57443,-0.565145,0.685599,1.57153,0.001659,0.698367,1.55516,0.001362,0.746451,1.41884,0.694154,0.701705,1.49652,0.543042,0.601218,1.21897,-1.60288,0.605273,1.22724,-1.60947,0.771727,1.15297,-2.40557,1.02137,0.688054,1.39233,1.02688,0.757922,1.32852,0.993464,1.02716,1.23325,1.02725,0.852027,1.26836,0.795828,1.12256,1.3346,0.226058,0.388978,3.00207,0.226821,0.476756,3.06315,0.753588,0.3295,2.84104,0.82508,0.43436,2.916,0.842089,0.529069,2.92876,0.834719,0.694099,2.91091,0.8403,0.684565,2.91605,0.962458,1.06022,-1.40735,1.00715,0.945647,-1.24148,0.991004,0.922419,-1.42059,1.02883,0.744779,1.08673,1.03504,0.761528,0.12811,0.559477,0.836158,1.81849,0.707804,0.852163,2.89321,0.600604,0.849531,2.92805};
			return value;
		}
		private double[] getCoordinate_9_131_point_11()
		{
			double[] value = {0.506518,0.833189,2.97327,1.02264,0.841448,1.63278,1.02559,0.846738,1.44708,0.989886,1.0204,1.38872,0.925337,1.07961,1.34415,0.226821,0.546017,3.16274,0.453642,0.545741,3.12673,0.665888,0.545191,3.06503,0.788073,0.534443,2.98865,0.724444,0.93253,2.757,1.0457,0.71845,1.24526,1.02648,0.724517,1.28382,1.02398,0.684392,1.28807,1.04421,0.694824,1.24853,1.04335,0.680079,1.22182,1.02345,0.665731,1.26026,1.02811,0.743073,1.25036,1.04686,0.732525,1.21222,0.781706,0.472689,2.9795,0.77912,0.447614,2.97578,0.226821,0.491768,3.15927,0.453642,0.491768,3.12055,0.661849,0.491768,3.05993,0.856082,1.17694,-1.66575,0.785784,1.15697,-2.28227,0.225291,0.323237,3.04228,0.226058,0.380791,3.09819,0.450583,0.323237,2.9948,0.452113,0.380791,3.05469,0.772082,0.485669,2.9884,0.576636,0.382014,3.00917,0.757884,0.447587,2.88043,0.75936,0.457568,2.88256,0.750311,0.470657,2.89229,0.670687,0.40895,2.88626,0.744471,0.432042,2.87904,0.160536,1.07761,-2.58494,0.703879,0.914803,2.79836,0.614958,0.909112,2.83425,1.01246,0.657884,1.50183,0.935122,1.09023,1.21728,0.711512,1.53879,-0.031838,0.966292,1.13891,0.064945,0.37575,1.22865,-2.05733,0.565154,1.21686,-2.03172,0.711264,1.54105,-0.064712,0.781047,1.44259,-0.044584,0.992571,1.02547,1.27211,1.02683,0.850704,1.31304,1.01795,0.661808,1.38105,0.928568,1.05894,-1.64751,-1.04843,1.19229,0.955271,-1.0626,1.25363,0.933594,-1.12041,1.23233,0.912739,-1.11794,1.17939,0.915924,-1.06275,1.26717,0.912235,-1.13492,1.24156,0.883468,-1.02205,1.12098,0.92721,-1.02806,1.13643,0.940722,-1.0916,1.13388,0.918522,-1.10126,1.11629,0.897657,-1.13471,1.17404,0.884664,-0.925336,1.20433,0.965976,-0.939,1.27675,0.959678,-0.953771,1.26567,0.97958,-0.943166,1.20486,0.979693,-0.959035,1.13268,0.95121,-0.968221,1.14792,0.969873,-0.983495,1.2018,0.980799,-0.992605,1.26899,0.961388,-0.990114,1.2829,0.94061,-0.932702,1.14108,0.962516,-0.949628,1.15358,0.981445,-0.944143,1.19464,0.982323,-0.925783,1.19593,0.966435,-0.879522,1.18193,1.01796,-0.861307,1.18202,0.98678,-0.865007,1.10946,0.979749,-0.882268,1.11825,1.0223,1.04843,1.19229,0.955271,1.11794,1.17939,0.915924,1.12041,1.23233,0.912739,1.0626,1.25363,0.933594,1.13492,1.24156,0.883468,1.06275,1.26717,0.912235,1.02205,1.12098,0.92721,1.10126,1.11629,0.897657,1.0916,1.13388,0.918522,1.02806,1.13643,0.940722,1.13471,1.17404,0.884664,0.925334,1.20433,0.965976,0.943164,1.20486,0.979693,0.953768,1.26567,0.97958,0.938998,1.27675,0.959678,0.968218,1.14792,0.969873,0.959033,1.13268,0.95121,0.992602,1.26899,0.961388,0.983492,1.2018,0.980799,0.990111,1.2829,0.94061,0.949626,1.15358,0.981445};
			return value;
		}
		private double[] getCoordinate_9_131_point_12()
		{
			double[] value = {0.9327,1.14108,0.962516,0.94414,1.19464,0.982323,0.92578,1.19593,0.966435,0.861304,1.18202,0.98678,0.879519,1.18193,1.01796,0.865004,1.10946,0.979749,0.882266,1.11825,1.0223,0.154521,0.944773,3.02248,0.154521,0.944773,3.06525,0.202166,0.944773,3.06525,0.202166,0.944773,3.02248,0.302928,0.527708,3.19145,0.302924,0.484931,3.15214,0.350573,0.484931,3.15214,0.350573,0.527708,3.19145,0.302924,0.484931,3.10936,0.350573,0.484931,3.10936,0.302924,0.527708,3.14867,0.350573,0.527708,3.14867,0.240767,0.673555,3.14133,0.154311,0.838666,3.02248,0.202166,0.838666,3.02248,0.289897,0.670163,3.14237,0.202166,0.838666,3.06525,0.288554,0.684219,3.18414,0.154307,0.838666,3.06525,0.240718,0.684444,3.18408,0.154307,0.862437,3.02248,0.202166,0.862437,3.02248,0.202166,0.862435,3.06525,0.154307,0.862435,3.06525,-0.159894,0.944773,3.02248,-0.207643,0.944773,3.02248,-0.207643,0.944773,3.06525,-0.159894,0.944773,3.06525,-0.300065,0.527708,3.18412,-0.347711,0.527708,3.18412,-0.347711,0.484931,3.15214,-0.300065,0.484931,3.15214,-0.347711,0.484931,3.10936,-0.300065,0.484931,3.10936,-0.347711,0.527708,3.14134,-0.300065,0.527706,3.14134,-0.243089,0.670497,3.14228,-0.29115,0.66943,3.14261,-0.207643,0.838666,3.02248,-0.159997,0.838666,3.02248,-0.289106,0.685442,3.18378,-0.207643,0.838666,3.06525,-0.244226,0.67835,3.18595,-0.159997,0.838666,3.06525,-0.207643,0.862435,3.02248,-0.159997,0.862435,3.02248,-0.207643,0.862435,3.06525,-0.159997,0.862435,3.06525,0.154521,0.924094,3.02248,0.202166,0.924094,3.02248,0.202166,0.924094,3.06525,0.154521,0.924094,3.06525,-0.159894,0.924094,3.02248,-0.159894,0.924094,3.06525,-0.207643,0.924094,3.06525,-0.207643,0.924094,3.02248,0.558867,1.14478,1.43993,0.558867,1.13639,1.43804,0.518958,1.13841,1.43804,0.518958,1.14679,1.43993,0.547103,1.1293,1.47923,0.530722,1.13038,1.47923,0.547103,1.13768,1.48112,0.530722,1.13876,1.48112,-0.55887,1.14478,1.43993,-0.51896,1.14679,1.43993,-0.51896,1.13841,1.43804,-0.55887,1.13639,1.43804,-0.530725,1.13038,1.47923,-0.547105,1.1293,1.47923,-0.530725,1.13876,1.48112,-0.547105,1.13768,1.48112,0.007281,1.56245,-1.01646,-0.046216,1.56496,-0.998329,-0.046216,1.60594,-1.0049,0.007281,1.60344,-1.02303,-0.046216,1.57306,-0.939646,-0.046216,1.61405,-0.946216,0.007281,1.57557,-0.921513,0.007281,1.61655,-0.928081,0.040347,1.56901,-0.968988,0.040347,1.61,-0.975557,-0.002534,1.86458,-1.01825,-0.004625,1.86468,-1.01754,-0.004625,1.86499,-1.01526,-0.002534,1.86509,-1.01455,-0.001249,1.86484,-1.0164,-0.035238,1.62109,-0.999719,0.004691,1.61922,-1.01325,-0.035238,1.62714,-0.955922,0.004691,1.62901,-0.942387,0.029368,1.62412,-0.977821,-0.020643,1.62789,-0.990694};
			return value;
		}
		private double[] getCoordinate_9_131_point_13()
		{
			double[] value = {0.001246,1.62686,-0.998112,-0.020643,1.6312,-0.966688,0.001246,1.63223,-0.959268,0.014773,1.62955,-0.97869,-0.008756,1.74199,-1.00075,-0.001562,1.74165,-1.00318,-0.008756,1.74308,-0.992854,-0.001562,1.74342,-0.990415,0.002886,1.74254,-0.996799,-0.006685,1.74218,-0.999342,-0.00205,1.74197,-1.00091,-0.006685,1.74289,-0.994258,-0.00205,1.74311,-0.992687,8.15E-4,1.74254,-0.996799};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getTextureCoordinate_9_132_point_1()
		{
			double[] value = {0.703639,0.275204,0.703639,0.277464,0.696059,0.277602,0.696059,0.275342,0.696059,0.278049,0.696059,0.275789,0.703639,0.278187,0.703639,0.275927,0.708323,0.277825,0.708323,0.275565,0.702248,0.291864,0.701952,0.291869,0.701952,0.291886,0.702248,0.291892,0.702431,0.291878,0.703272,0.278334,0.697615,0.278437,0.697615,0.278771,0.703272,0.278874,0.706768,0.278604,0.702784,0.278756,0.699683,0.278812,0.699683,0.278995,0.702784,0.279052,0.7047,0.278904,0.702386,0.285085,0.701367,0.285104,0.701367,0.285164,0.702386,0.285183,0.703016,0.285134,0.702317,0.285103,0.70166,0.285115,0.70166,0.285153,0.702317,0.285165,0.702723,0.285134,0.375879,0.947767,0.375878,0.951044,0.494609,0.951059,0.494609,0.947775,0.203422,0.900426,0.166145,0.716858,0.121763,0.716858,0.121657,0.900426,0.179327,0.740039,0.179327,0.731686,0.149998,0.731714,0.149998,0.739888,0.843059,0.431303,0.843215,0.449846,0.847287,0.431607,0.932745,0.019775,0.927465,0.061945,0.943379,0.061728,0.945787,0.019245,0.915554,0.053902,0.973006,0.053902,0.9799,0.014165,0.363985,0.958101,0.302528,0.908857,0.359734,0.959747,0.375879,0.97677,0.376268,0.992728,0.498938,0.992899,0.494609,0.976802,0.904802,0.021766,0.904802,0.062675,0.924765,0.062161,0.923442,0.021355,0.648256,0.372718,0.679017,0.46952,0.571071,0.464337,0.54474,0.372718,0.510164,0.250671,0.510164,0.273386,0.566978,0.274219,0.566076,0.253457,0.827812,0.427732,0.827812,0.448159,0.861629,0.014857,0.861629,0.043812,0.989624,0.04389,0.989623,0.014908,0.482092,0.190357,0.482092,0.234375,0.565251,0.234931,0.56396,0.191699,0.613795,0.235886,0.608549,0.191845,0.609451,0.235537,0.393677,0.958871,0.395255,0.897169,0.28802,0.89678,0.287527,0.928373,0.351883,0.973905,0.455303,0.973731,0.455303,0.991298,0.351883,0.991298,0.371345,0.800724,0.371458,0.993379,0.259373,0.993379};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_2()
		{
			double[] value = {0.259373,0.800724,0.179327,0.753085,0.179327,0.74635,0.149998,0.746181,0.149998,0.75309,0.203422,0.879492,0.210527,0.784189,0.121763,0.784189,0.121657,0.879492,0.176459,0.752567,0.176459,0.720681,0.1741,0.720681,0.1741,0.752567,0.145269,0.762617,0.145269,0.718383,0.139977,0.718384,0.139977,0.762618,0.133669,0.718384,0.133669,0.762618,0.156812,0.752567,0.156812,0.761246,0.160289,0.752567,0.17179,0.752567,0.17179,0.720681,0.168547,0.720681,0.168547,0.752567,0.164212,0.762756,0.163894,0.762756,0.163894,0.718383,0.159512,0.718383,0.159512,0.762756,0.154265,0.762756,0.154265,0.718383,0.149812,0.718383,0.149812,0.762756,0.163906,0.720681,0.163906,0.752567,0.203422,0.879492,0.210527,0.784189,0.162539,0.879492,0.203422,0.879492,0.210527,0.784189,0.121763,0.784189,0.121657,0.879492,0.160289,0.720681,0.483508,0.372718,0.472702,0.38786,0.480705,0.326994,0.470152,0.291064,0.620657,0.286269,0.518258,0.290697,0.375879,0.96667,0.494609,0.966698,0.617585,0.278665,0.62132,0.272593,0.62132,0.262159,0.617576,0.256134,0.508515,0.242965,0.567307,0.246491,0.568307,0.281909,0.508515,0.280977,0.620916,0.248701,0.624658,0.276357,0.624658,0.258718,0.620891,0.287144,0.619504,0.298752,0.619504,0.304198,0.610397,0.303921,0.635853,0.326994,0.190423,0.752567,0.190366,0.720681,0.149998,0.759513,0.179327,0.759309,0.519239,0.464337,0.176352,0.718383,0.176352,0.762756,0.180587,0.762756,0.180587,0.718383,0.140086,0.720681,0.140086,0.752567,0.147032,0.752567,0.147032,0.720681,0.168663,0.718383,0.168663,0.762756,0.171726,0.762756,0.171726,0.718383,0.151408,0.720681,0.151408,0.752567,0.154855,0.752567,0.154855,0.720681,0.156812,0.720681,0.598149,0.76536,0.584853,0.767215,0.587286,0.768867,0.599137,0.766566,0.486385,0.464337,0.173851,0.624495,0.174165,0.746933,0.17663,0.649376,0.121763,0.784189};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_3()
		{
			double[] value = {0.121657,0.879492,0.860344,0.014165,0.857987,0.053902,0.210527,0.716858,0.167882,0.624495,0.167882,0.746933,0.166271,0.624495,0.166271,0.746933,0.165384,0.746933,0.164759,0.624496,0.163862,0.746933,0.160862,0.624495,0.1608,0.746933,0.15578,0.746934,0.155985,0.624496,0.150639,0.746933,0.150771,0.624495,0.145782,0.619309,0.145499,0.73595,0.945517,0.064746,0.487656,0.242831,0.487268,0.250671,0.487538,0.273068,0.487656,0.280821,0.541755,0.984548,0.374878,0.984659,0.329633,0.960836,0.716614,0.991165,0.388189,0.991231,0.369883,0.9954,0.371042,0.862971,0.295751,0.862971,0.329416,0.9954,0.394272,0.920885,0.394272,0.961385,0.297511,0.961385,0.311372,0.920844,0.411564,0.9663,0.411564,0.935833,0.322029,0.935649,0.322029,0.9663,0.726811,0.604789,0.726147,0.617138,0.785482,0.624075,0.802696,0.609466,0.801192,0.609466,0.802085,0.629352,0.803483,0.629352,0.902331,0.438165,0.932276,0.436419,0.918591,0.414615,0.886777,0.414965,0.787602,0.421915,0.787489,0.441444,0.820837,0.447962,0.820837,0.427633,0.00404,0.068715,0.04183,0.067635,0.046197,0.013619,0.015928,0.01151,0.724535,0.613984,0.730551,0.615248,0.735219,0.612843,0.729826,0.611906,0.74602,0.575467,0.746901,0.590472,0.75381,0.590106,0.75381,0.575467,0.292899,0.94055,0.319982,0.934744,0.319982,0.960813,0.292899,0.975254,0.952092,0.018568,0.951932,0.073802,0.902053,0.004693,0.900398,0.039414,0.941111,0.060839,0.940797,0.019637,0.946614,0.524126,0.946614,0.273961,0.996467,0.25743,0.996467,0.528389,0.859606,0.561817,0.860479,0.648962,0.966825,0.648962,0.918556,0.562961,0.014664,0.066416,0.043312,0.066058,0.044276,0.01429,0.007682,0.013281,0.297181,0.920885,0.394272,0.920844,0.393942,0.961385,0.297181,0.961385,0.680859,0.935373,0.730281,0.935373,0.749061,0.990574,0.680859,0.990574,0.739195,0.589572,0.730752,0.588022};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_4()
		{
			double[] value = {0.72374,0.589585,0.424489,0.352201,0.422109,0.44823,0.23056,0.465307,0.231821,0.365201,0.77518,0.441567,0.82167,0.447837,0.829352,0.430335,0.769136,0.431417,0.761969,0.666916,0.762779,0.762256,0.815787,0.762256,0.813989,0.666916,0.760297,0.98229,0.741517,0.935373,0.769169,0.928337,0.776289,0.978861,0.800403,0.629352,0.799448,0.609466,0.795681,0.605968,0.79654,0.627356,0.783119,0.993358,0.773829,0.999669,0.872974,0.414561,0.852366,0.414156,0.868699,0.431531,0.883931,0.437809,0.883333,0.666916,0.834681,0.666916,0.849467,0.762256,0.881526,0.762256,0.766664,0.443005,0.762535,0.436463,0.757655,0.436466,0.931901,0.317584,0.911648,0.375788,0.931901,0.375788,0.887638,0.375788,0.901105,0.317584,0.887943,0.316377,0.874466,0.375807,0.776334,0.311745,0.77833,0.379873,0.857598,0.375838,0.876368,0.316172,0.055982,0.065761,0.071715,0.059836,0.081522,0.051644,0.085681,0.04119,0.081614,0.030457,0.070562,0.020249,0.449109,0.250195,0.449829,0.27206,0.289174,0.242172,0.28984,0.265748,0.060174,0.06267,0.073311,0.056628,0.072659,0.022955,0.062108,0.017947,0.801969,0.358429,0.819167,0.464535,0.743615,0.443402,0.743132,0.342184,0.892188,0.325315,0.890909,0.346953,0.903188,0.354922,0.904297,0.338289,0.849187,0.319777,0.849187,0.331099,0.871724,0.332359,0.871724,0.320286,0.886234,0.367575,0.901459,0.364992,0.272494,0.627196,0.285387,0.62748,0.267474,0.597432,0.253473,0.595064,0.156377,0.64835,0.156512,0.64835,0.157465,0.756402,0.820287,0.590176,0.822352,0.589897,0.822755,0.575467,0.82074,0.575467,0.331796,0.984605,0.351739,0.987442,0.381445,0.98717,0.015997,0.041288,0.015997,0.061331,0.046266,0.061331,0.046266,0.034557,0.002682,0.040498,0.009198,0.043279,0.009198,0.017274,0.002682,0.035342,0.009177,0.064699,0.079448,0.064813,0.079448,0.05911,0.009177,0.058858,0.079448,0.051715};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_5()
		{
			double[] value = {0.079448,0.043004,0.009177,0.04243,0.009177,0.051253,0.009177,0.034293,0.079448,0.034965,0.079448,0.027548,0.009177,0.02683,0.183868,-0.0021,0.200437,0.17102,0.207087,0.149544,0.206465,0.073722,0.081146,0.058513,0.005748,0.058513,0.005748,0.064198,0.081146,0.064198,0.074476,0.043927,0.016721,0.043927,0.016721,0.04862,0.075278,0.04862,0.081146,0.032478,0.005748,0.032478,0.005748,0.040445,0.081146,0.040445,0.081146,0.046413,0.005748,0.046413,0.005748,0.053197,0.081146,0.053197,0.764021,0.360805,0.735826,0.347207,0.758118,0.212923,0.072042,0.035996,0.016721,0.035996,0.073868,0.041944,0.267769,0.185014,0.265917,0.228867,0.445015,0.23414,0.445015,0.1902,0.079448,0.023501,0.009177,0.022664,0.058379,0.015679,0.058448,0.034557,0.058448,0.061331,0.07063,0.061331,0.07063,0.034557,0.784851,0.238912,0.901105,0.177486,0.887906,0.172616,0.91945,0.177487,0.91945,0.317584,0.931901,0.177487,0.716443,0.614171,0.721653,0.61288,0.718764,0.611018,0.713872,0.612563,0.747875,0.605831,0.743818,0.603984,0.741993,0.606511,0.774728,0.461916,0.777591,0.464713,0.940122,0.472865,0.940122,0.470185,0.881659,0.31556,0.867684,0.375817,0.881632,0.16932,0.876111,0.164614,0.791663,0.603047,0.784593,0.598706,0.79266,0.626004,0.790139,0.815734,0.831336,0.815749,0.822292,0.918788,0.790391,0.921016,0.706656,0.815712,0.756603,0.815726,0.57649,0.83393,0.629614,0.83393,0.622946,0.841843,0.576499,0.841843,0.958492,0.018837,0.95897,0.085877,0.973962,0.079435,0.973092,0.017801,0.736137,0.597858,0.74115,0.591613,0.735251,0.590776,0.413522,0.906316,0.317102,0.912368,0.331864,0.920038,0.408614,0.920599,0.333524,0.928346,0.346221,0.917322,0.333524,0.945272,0.692094,0.935373,0.692094,0.990574,0.692094,0.815712,0.904511,0.375788,0.885736,0.208829,0.760405,0.186024,0.992245,0.914734,0.982121,0.815155};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_6()
		{
			double[] value = {0.90583,0.814408,0.906218,0.915842,0.2717,0.001249,0.271786,0.068658,0.448812,0.075031,0.448812,0.001249,0.48595,0.001249,0.467381,0.07506,0.48595,0.07509,0.567587,0.080499,0.569063,0.001249,0.351315,0.976096,0.458984,0.976053,0.458985,0.889058,0.351315,0.889058,0.760115,0.120908,0.882701,0.12781,0.728139,0.561491,0.727475,0.58004,0.728803,0.542942,0.783704,0.573337,0.789694,0.57968,0.795811,0.586971,0.793711,0.584247,0.797438,0.588014,0.80002,0.59271,0.736465,0.609412,0.733668,0.608545,0.726955,0.610858,0.740758,0.610343,0.74812,0.607774,0.327241,0.711819,0.333152,0.707937,0.301665,0.655826,0.29398,0.659332,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.651885,0.843079,0.651885,0.819508,0.676596,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.665197,0.854029,0.663333,0.855663,0.689717,0.886392,0.691555,0.884794,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.701307,0.819508,0.701307,0.819508,0.651885,0.843079,0.170803,0.720995,0.176926,0.720995,0.176926,0.759595,0.170803,0.759595,0.182809,0.720995,0.182809,0.759595,0.143636,0.759595,0.143636,0.720995,0.14548,0.720995,0.14548,0.759595,0.151109,0.759596,0.151109,0.720995,0.157304,0.720995,0.157304,0.759596,0.160654,0.720995,0.164918,0.720995,0.164918,0.759596,0.160654,0.759596,0.147566,0.759596,0.147566,0.720995,0.149461,0.720995,0.149461,0.759595,0.797384,0.584496,0.77821,0.586405,0.777373,0.602341,0.79581,0.599238};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_7()
		{
			double[] value = {0.442022,0.920885,0.257777,0.920844,0.257776,0.961385,0.442022,0.961385,0.740431,0.436374,0.748813,0.443011,0.751713,0.442284,0.744257,0.436414,0.778832,0.569231,0.753507,0.569231,0.752268,0.589249,0.874504,0.341649,0.84883,0.354129,0.870456,0.354888,0.273079,0.818468,0.265229,0.816778,0.26758,0.864808,0.278198,0.874003,0.795536,0.600196,0.77718,0.603512,0.406967,0.920885,0.442787,0.961385,0.25761,0.961385,0.297126,0.920844,0.746003,0.43558,0.756171,0.441715,0.750313,0.607738,0.750159,0.609233,0.37351,0.376679,0.372419,0.376679,0.370329,0.429011,0.371528,0.428801,0.797655,0.034271,0.797276,0.038614,0.806297,0.039973,0.80624,0.03557,0.882869,0.454145,0.878222,0.429708,0.854858,0.432535,0.852269,0.451436,0.150549,0.286018,0.141179,0.231945,0.111536,0.233115,0.080619,0.289025,0.605121,0.972328,0.600794,0.973943,0.457952,0.974118,0.31511,0.974294,0.31581,0.972636,0.351315,0.995899,0.458984,0.991374,0.191057,0.001249,0.19123,0.062285,0.231508,0.065472,0.817192,0.590411,0.791957,0.590315,0.792016,0.605163,0.815656,0.605356,0.817645,0.575467,0.791898,0.575467,0.504702,0.994889,0.361755,0.971123,0.362975,0.975793,0.449649,0.989933,0.569876,0.986747,0.360074,0.965669,0.728134,0.617348,0.719244,0.616107,0.748388,0.604304,0.75381,0.604744,0.785003,0.590315,0.785062,0.605163,0.784944,0.575467,0.763238,0.605088,0.763238,0.590278,0.763238,0.575467,0.159726,0.64835,0.160546,0.756402,0.162859,0.648348,0.163452,0.756401,0.824347,0.589498,0.82477,0.575467,0.820797,0.603975,0.822843,0.603528,0.817977,0.604908,0.816851,0.607412,0.819322,0.60586,0.369677,0.774891,0.389325,0.790255,0.363307,0.757526,0.357839,0.761616,0.740608,0.575467,0.735196,0.575467,0.753472,0.606785,0.785143,0.606977,0.788563,0.606978,0.372201,0.801418,0.295827,0.801418,0.295751,0.862971,0.396706,0.992327};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_8()
		{
			double[] value = {0.40615,0.989939,0.361412,0.986907,0.361921,0.991914,0.762965,0.606816,0.791983,0.606979,0.353076,0.993764,0.383368,0.992794,0.394804,0.994816,0.361499,0.994816,0.72429,0.609307,0.738867,0.604941,0.730928,0.607203,0.404129,0.987538,0.410743,0.986535,0.363055,0.979305,0.361029,0.982418,0.165652,0.648348,0.166321,0.756401,0.168567,0.648348,0.16919,0.7564,0.629614,0.815712,0.629614,0.935373,0.626224,0.995381,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.80144,0.979522,0.197813,0.277601,0.17631,0.22942,0.453262,0.444079,0.422109,0.44823,0.424489,0.352201,0.460298,0.348952,0.898113,0.036875,0.900398,0.039414,0.902053,0.004693,0.079448,0.015674,0.009177,0.016176,0.061694,0.019719,0.016751,0.019719,0.45361,0.035816,0.426658,0.035816,0.426658,0.025971,0.45361,0.025972,0.824735,0.110847,0.890922,0.110847,0.890922,0.099816,0.890922,0.088784,0.824735,0.088784,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.651885,0.843079,0.370036,0.336876,0.378583,0.335667,0.797923,0.569231,0.442022,0.920885,0.279916,0.920844,0.257776,0.961385,0.442022,0.961385,0.998352,0.318406,0.94619,0.318406,0.94619,0.086044,0.998352,0.104872,0.839228,0.814097,0.839228,0.91695,0.82665,0.356156,0.82665,0.32984,0.82665,0.319267,0.856768,0.647263,0.999517,0.647263,0.999374,0.563348,0.856768,0.563348,0.856911,0.563348,0.856768,0.647263,0.999517,0.647263,0.999517,0.563348,0.872579,0.367165,0.88132,0.414763};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_9()
		{
			double[] value = {0.895828,0.438465,0.908104,0.213631,0.903526,0.128997,0.901699,0.361104,0.877998,0.366156,0.903543,0.352584,0.904471,0.366262,0.77984,0.577082,0.791654,0.577254,0.798337,0.574923,0.787556,0.575026,0.423903,0.285277,0.424489,0.352201,0.231821,0.365201,0.231821,0.285684,0.005748,0.017739,0.005748,0.025685,0.081146,0.025685,0.081146,0.017739,0.081217,0.048122,0.083085,0.039036,0.080684,0.030714,0.805473,0.421028,0.775932,0.424908,0.879575,0.800141,0.771818,0.799495,0.816882,0.799612,0.279458,0.903445,0.295558,0.897878,0.270529,0.909063,0.906661,0.999078,0.997021,0.991118,0.839228,0.998588,0.095289,0.3352,0.042933,0.441543,0.177528,0.452834,0.157863,0.338848,0.784851,0.166078,0.825324,0.041739,0.823409,0.037388,0.394272,0.920885,0.28035,0.920844,0.297511,0.961385,0.394272,0.961385,0.721729,0.614954,0.750015,0.614732,0.72331,0.613135,0.729292,0.592093,0.731321,0.569231,0.82665,0.230923,0.849187,0.230682,0.871724,0.230442,0.892813,0.229961,0.904954,0.220586,0.763526,0.613994,0.777036,0.613256,0.794804,0.611717,0.817012,0.569231,0.814925,0.582588,0.812837,0.596135,0.813567,0.596937,0.810715,0.609197,0.4118,0.920885,0.394272,0.961385,0.311372,0.961385,0.3289,0.920844,0.7744,0.107403,0.762986,0.067357,0.763196,0.027059,0.776239,0.065502,0.728691,0.432151,0.246848,0.582499,0.466797,0.242221,0.466797,0.280188,0.275338,0.23484,0.274722,0.270662,0.243974,0.259191,0.243286,0.247696,0.234948,0.24262,0.235844,0.262144,0.248917,0.240521,0.240812,0.23354,0.250942,0.26604,0.2429,0.271173,0.460298,0.348952,0.424489,0.352201,0.423903,0.285277,0.45669,0.284229,0.297181,0.920885,0.394272,0.920844,0.393942,0.961385,0.297181,0.961385,0.996467,0.25743,0.946614,0.273961,0.946614,0.097831,0.996466,0.090143,0.976517,0.79714,0.992982,0.762256,1.00015,0.666916,0.848871,0.799831};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_10()
		{
			double[] value = {0.909588,0.359854,0.906782,0.364889,0.910143,0.351537,0.91032,0.215899,0.924753,0.126403,0.924986,0.140842,0.92632,0.163249,0.708873,0.92302,0.712666,0.920807,0.871724,0.183361,0.849187,0.183361,0.892412,0.183361,0.82665,0.183361,0.690038,0.773584,0.698127,0.771027,0.701229,0.742985,0.715449,0.666916,0.723523,0.762256,0.734921,0.797091,0.728394,0.413347,0.728394,0.426357,0.774268,0.426357,0.774113,0.413347,0.820141,0.426357,0.819831,0.413347,0.904321,0.166719,0.903365,0.178041,0.953313,0.081128,0.918807,0.088444,0.903405,0.089474,0.936971,0.082221,0.890755,0.140817,0.891518,0.149736,0.895012,0.161433,0.920692,0.166883,0.955198,0.180298,0.929518,0.174848,0.93851,0.081128,0.904004,0.088444,0.934425,0.088444,0.968931,0.081128,0.892847,0.10629,0.890254,0.126927,0.927391,0.101584,0.97696,0.180298,0.942454,0.166883,0.956353,0.166883,0.990859,0.180298,0.92329,0.166883,0.957796,0.180298,0.576588,0.935373,0.576509,0.927383,0.622946,0.927013,0.576588,0.815712,0.90863,0.133284,0.99735,0.641433,0.999046,0.628919,0.998769,0.619378,0.996256,0.604518,0.845411,0.426633,0.976697,0.647263,0.982431,0.58244,0.984284,0.581644,0.337658,0.920885,0.334152,0.961385,0.409346,0.941115,0.758697,0.441964,0.749646,0.436215,0.343835,0.907516,0.440805,0.920885,0.423974,0.961385,0.327213,0.961385,0.326883,0.920844,0.753008,0.436469,0.76216,0.442514,0.409346,0.94332,0.334152,0.941115,0.334152,0.961385,0.783564,0.377824,0.785998,0.415251,0.800582,0.577281,0.807507,0.574888,0.355924,0.939647,0.420709,0.935992,0.420709,0.926674,0.355924,0.927551,0.420709,0.920631,0.355924,0.920527,0.840457,0.034278,0.840457,0.047456,0.905242,0.047561,0.905242,0.034284,0.320069,0.984826,0.331447,0.99124,0.408298,0.982007,0.320498,0.982586,0.35591,0.981727,0.117181,0.216707,0.139413,0.21583,0.839228,0.800879};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_11()
		{
			double[] value = {0.905775,0.80099,0.980178,0.802003,0.50615,0.523494,0.50615,0.523157,0.506654,0.521137,0.572529,0.844545,0.619495,0.844545,0.619495,0.961613,0.572471,0.962119,0.381534,0.978311,0.346055,0.978446,0.346532,0.982056,0.381534,0.981908,0.349416,0.974653,0.381534,0.974623,0.38079,0.969627,0.344461,0.969525,0.329871,0.965593,0.395696,0.965487,0.400724,0.965162,0.353694,0.964998,0.895752,0.001061,0.898113,0.036875,0.169415,0.648348,0.179016,0.648348,0.179023,0.756401,0.179656,0.648348,0.032998,0.784189,0.039893,0.879492,0.080775,0.879492,0.740789,0.014165,0.742968,0.053902,0.80042,0.053902,0.077381,0.716858,0.032998,0.716858,0.039893,0.900425,0.811327,0.572556,0.802196,0.572779,0.323008,0.90176,0.293056,0.904086,0.293056,0.936155,0.320939,0.934796,0.337971,0.897778,0.334994,0.932679,0.345459,0.894249,0.43267,0.974799,0.408493,0.968067,0.293376,0.969238,0.701307,0.819508,0.701307,0.843079,0.385718,0.864151,0.260591,0.86903,0.410349,0.9954,0.448575,0.862971,0.369883,0.9954,0.121763,0.784189,0.121657,0.879492,0.121763,0.784189,0.032998,0.784189,0.039893,0.879492,0.121657,0.879492,0.121763,0.784189,0.032998,0.784189,0.039893,0.879492,0.121657,0.879492,0.121763,0.716858,0.121657,0.900426,0.257147,0.976738,0.253597,0.992557,0.257147,0.966642,0.733634,0.014805,0.733634,0.043735,0.257147,0.947759,0.257147,0.951028,0.483317,0.800724,0.483542,0.993379,0.371458,0.993379,0.371345,0.800724,0.616857,0.001249,0.61154,0.082072,0.617819,0.082297,0.282142,0.961028,0.359734,0.959747,0.570159,0.976792,0.573412,0.967753,0.363985,0.958101,0.353225,0.908857,0.369123,0.878512,0.435384,0.908857,0.448575,0.801418,0.837375,0.017579,0.886384,0.016648,0.878104,0.052334,0.824782,0.054285,0.398276,0.992522,0.355822,0.9926,0.354394,0.98763,0.40289,0.987569,0.407157,0.983907,0.232848,0.226548};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_12()
		{
			double[] value = {0.236592,0.183069,0.781624,0.439,0.781749,0.41977,0.593842,0.966626,0.387544,0.966855,0.19891,0.676008,0.193075,0.500987,0.230142,0.502327,0.238534,0.687225,0.120302,0.668807,0.120302,0.498909,0.193075,0.500987,0.19891,0.676008,0.332017,0.96758,0.338476,0.966732,0.910455,0.047744,0.918518,0.005516,0.763837,0.003942,0.755773,0.046116,0.146101,0.205107,0.136742,0.179278,0.106824,0.205602,0.218006,0.206632,0.219273,0.180752,0.627436,0.294136,0.617333,0.293611,0.216819,0.454164,0.203028,0.341584,0.358568,0.979869,0.329318,0.979005,0.458862,0.978823,0.588407,0.978642,0.471423,0.980039,0.906674,0.430519,0.900004,0.42026,0.212604,0.964506,0.805764,0.020864,0.759244,0.018842,0.777025,0.042464,0.827639,0.046703,0.375879,0.947767,0.494609,0.947775,0.494609,0.951059,0.375878,0.951044,0.203422,0.900426,0.121657,0.900426,0.121763,0.716858,0.166145,0.716858,0.179327,0.740039,0.149998,0.739888,0.149998,0.731714,0.179327,0.731686,0.843059,0.431303,0.847287,0.431607,0.843215,0.449846,0.932745,0.019775,0.945787,0.019245,0.943379,0.061728,0.927465,0.061945,0.915554,0.053902,0.9799,0.014165,0.973006,0.053902,0.363985,0.958101,0.359734,0.959747,0.302528,0.908857,0.375879,0.97677,0.494609,0.976802,0.498938,0.992899,0.376268,0.992728,0.904802,0.021766,0.923442,0.021355,0.924765,0.062161,0.904802,0.062675,0.48595,0.372718,0.571054,0.372718,0.574696,0.472375,0.48595,0.46952,0.510164,0.250671,0.566076,0.253457,0.566978,0.274219,0.510164,0.273386,0.827812,0.427732,0.827812,0.448159,0.861629,0.014857,0.989623,0.014908,0.989624,0.04389,0.861629,0.043812,0.482092,0.190357,0.56396,0.191699,0.565251,0.234931,0.482092,0.234375,0.613795,0.235886,0.609451,0.235537,0.608549,0.191845,0.393677,0.958871,0.287527,0.928373,0.28802,0.89678,0.395255,0.897169,0.351883,0.973905,0.351883,0.991298};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_13()
		{
			double[] value = {0.455303,0.991298,0.455303,0.973731,0.371345,0.800724,0.259373,0.800724,0.259373,0.993379,0.371458,0.993379,0.179327,0.753085,0.149998,0.75309,0.149998,0.746181,0.179327,0.74635,0.203422,0.879492,0.121657,0.879492,0.121763,0.784189,0.210527,0.784189,0.176459,0.752567,0.1741,0.752567,0.1741,0.720681,0.176459,0.720681,0.145269,0.762617,0.139977,0.762618,0.139977,0.718384,0.145269,0.718383,0.133669,0.762618,0.133669,0.718384,0.156812,0.752567,0.160289,0.752567,0.156812,0.761246,0.17179,0.752567,0.168547,0.752567,0.168547,0.720681,0.17179,0.720681,0.164212,0.762756,0.159512,0.762756,0.159512,0.718383,0.163894,0.718383,0.163894,0.762756,0.154265,0.762756,0.149812,0.762756,0.149812,0.718383,0.154265,0.718383,0.163906,0.752567,0.163906,0.720681,0.203422,0.879492,0.162539,0.879492,0.210527,0.784189,0.203422,0.879492,0.121657,0.879492,0.121763,0.784189,0.210527,0.784189,0.160289,0.720681,0.621395,0.372718,0.613496,0.291064,0.635853,0.326994,0.664682,0.38786,0.48595,0.286269,0.570136,0.290697,0.375879,0.96667,0.494609,0.966698,0.617585,0.278665,0.617576,0.256134,0.62132,0.262159,0.62132,0.272593,0.508515,0.242965,0.567307,0.246491,0.568307,0.281909,0.508515,0.280977,0.620916,0.248701,0.624658,0.258718,0.624658,0.276357,0.620891,0.287144,0.619504,0.298752,0.635853,0.326994,0.610397,0.303921,0.619504,0.304198,0.190423,0.752567,0.190366,0.720681,0.179327,0.759309,0.149998,0.759513,0.617309,0.473327,0.176352,0.718383,0.180587,0.718383,0.180587,0.762756,0.176352,0.762756,0.140086,0.720681,0.147032,0.720681,0.147032,0.752567,0.140086,0.752567,0.168663,0.718383,0.171726,0.718383,0.171726,0.762756,0.168663,0.762756,0.151408,0.720681,0.154855,0.720681,0.154855,0.752567,0.151408,0.752567,0.156812,0.720681,0.598149,0.76536,0.599137,0.766566,0.587286,0.768867,0.584853,0.767215};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_14()
		{
			double[] value = {0.678188,0.476181,0.173851,0.624495,0.17663,0.649376,0.174165,0.746933,0.121657,0.879492,0.121763,0.784189,0.860344,0.014165,0.857987,0.053902,0.210527,0.716858,0.167882,0.624495,0.167882,0.746933,0.166271,0.624495,0.166271,0.746933,0.165384,0.746933,0.164759,0.624496,0.163862,0.746933,0.160862,0.624495,0.1608,0.746933,0.15578,0.746934,0.155985,0.624496,0.150639,0.746933,0.145499,0.73595,0.145782,0.619309,0.150771,0.624495,0.945517,0.064746,0.487268,0.250671,0.487656,0.242831,0.487538,0.273068,0.487656,0.280821,0.541755,0.984548,0.329633,0.960836,0.374878,0.984659,0.716614,0.991165,0.388189,0.991231,0.369883,0.9954,0.329416,0.9954,0.295751,0.862971,0.371042,0.862971,0.394272,0.920885,0.311372,0.920844,0.297511,0.961385,0.394272,0.961385,0.411564,0.9663,0.322029,0.9663,0.322029,0.935649,0.411564,0.935833,0.726811,0.604789,0.785482,0.624075,0.726147,0.617138,0.802696,0.609466,0.803483,0.629352,0.802085,0.629352,0.801192,0.609466,0.902331,0.438165,0.886777,0.414965,0.918591,0.414615,0.932276,0.436419,0.787602,0.421915,0.820837,0.427633,0.820837,0.447962,0.787489,0.441444,0.00404,0.068715,0.015928,0.01151,0.046197,0.013619,0.04183,0.067635,0.82285,0.561606,0.817559,0.563684,0.812166,0.562747,0.816834,0.560342,0.801365,0.600123,0.793575,0.600123,0.793575,0.585484,0.800483,0.585118,0.292899,0.94055,0.292899,0.975254,0.319982,0.960813,0.319982,0.934744,0.952092,0.018568,0.951932,0.073802,0.902053,0.004693,0.940797,0.019637,0.941111,0.060839,0.900398,0.039414,0.946614,0.094406,0.996467,0.090143,0.996467,0.361103,0.946614,0.344571,0.859606,0.561817,0.918556,0.562961,0.966825,0.648962,0.860479,0.648962,0.014664,0.066416,0.007682,0.013281,0.044276,0.01429,0.043312,0.066058,0.297181,0.920885,0.297181,0.961385,0.393942,0.961385,0.394272,0.920844,0.680859,0.935373};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_15()
		{
			double[] value = {0.680859,0.990574,0.749061,0.990574,0.730281,0.935373,0.739195,0.589572,0.72374,0.589585,0.730752,0.588022,0.266369,0.352201,0.459037,0.365201,0.460298,0.465307,0.268749,0.44823,0.77518,0.441567,0.769136,0.431417,0.829352,0.430335,0.82167,0.447837,0.761969,0.666916,0.813989,0.666916,0.815787,0.762256,0.762779,0.762256,0.760297,0.98229,0.776289,0.978861,0.769169,0.928337,0.741517,0.935373,0.800403,0.629352,0.79654,0.627356,0.795681,0.605968,0.799448,0.609466,0.773829,0.999669,0.783119,0.993358,0.872974,0.414561,0.883931,0.437809,0.868699,0.431531,0.852366,0.414156,0.883333,0.666916,0.881526,0.762256,0.849467,0.762256,0.834681,0.666916,0.766664,0.443005,0.757655,0.436466,0.762535,0.436463,0.931901,0.317584,0.931901,0.375788,0.911648,0.375788,0.887638,0.375788,0.874466,0.375807,0.887943,0.316377,0.901105,0.317584,0.776334,0.311745,0.876368,0.316172,0.857598,0.375838,0.77833,0.379873,0.055982,0.065761,0.070562,0.020249,0.081614,0.030457,0.085681,0.04119,0.081522,0.051644,0.071715,0.059836,0.449109,0.250195,0.449829,0.27206,0.289174,0.242172,0.28984,0.265748,0.060174,0.06267,0.062108,0.017947,0.072659,0.022955,0.073311,0.056628,0.801969,0.358429,0.743132,0.342184,0.743615,0.443402,0.819167,0.464535,0.892188,0.325315,0.904297,0.338289,0.903188,0.354922,0.890909,0.346953,0.849187,0.319777,0.871724,0.320286,0.871724,0.332359,0.849187,0.331099,0.901459,0.364992,0.886234,0.367575,0.272494,0.627196,0.253473,0.595064,0.267474,0.597432,0.285387,0.62748,0.156377,0.64835,0.157465,0.756402,0.156512,0.64835,0.727098,0.585414,0.726645,0.600123,0.72463,0.600123,0.725032,0.585693,0.331796,0.984605,0.381445,0.98717,0.351739,0.987442,0.015997,0.041288,0.046266,0.034557,0.046266,0.061331,0.015997,0.061331,0.002682,0.040498,0.002682,0.035342,0.009198,0.017274,0.009198,0.043279};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_16()
		{
			double[] value = {0.009177,0.064699,0.009177,0.058858,0.079448,0.05911,0.079448,0.064813,0.079448,0.051715,0.009177,0.051253,0.009177,0.04243,0.079448,0.043004,0.009177,0.034293,0.009177,0.02683,0.079448,0.027548,0.079448,0.034965,0.183868,-0.0021,0.206465,0.073722,0.207087,0.149544,0.200437,0.17102,0.081146,0.058513,0.081146,0.064198,0.005748,0.064198,0.005748,0.058513,0.074476,0.043927,0.075278,0.04862,0.016721,0.04862,0.016721,0.043927,0.081146,0.032478,0.081146,0.040445,0.005748,0.040445,0.005748,0.032478,0.081146,0.046413,0.081146,0.053197,0.005748,0.053197,0.005748,0.046413,0.764021,0.360805,0.758118,0.212923,0.735826,0.347207,0.072042,0.035996,0.073868,0.041944,0.016721,0.035996,0.267769,0.185014,0.445015,0.1902,0.445015,0.23414,0.265917,0.228867,0.009177,0.022664,0.079448,0.023501,0.058379,0.015679,0.058448,0.034557,0.07063,0.034557,0.07063,0.061331,0.058448,0.061331,0.784851,0.238912,0.887906,0.172616,0.901105,0.177486,0.91945,0.177487,0.931901,0.177487,0.91945,0.317584,0.830941,0.561419,0.833513,0.563027,0.828621,0.564572,0.825732,0.56271,0.799509,0.569759,0.805391,0.56908,0.803566,0.571607,0.774728,0.461916,0.940122,0.470185,0.940122,0.472865,0.777591,0.464713,0.881659,0.31556,0.867684,0.375817,0.881632,0.16932,0.876111,0.164614,0.791663,0.603047,0.79266,0.626004,0.784593,0.598706,0.790139,0.815734,0.790391,0.921016,0.822292,0.918788,0.831336,0.815749,0.756603,0.815726,0.706656,0.815712,0.57649,0.83393,0.576499,0.841843,0.622946,0.841843,0.629614,0.83393,0.811247,0.577732,0.812134,0.584815,0.806234,0.583977,0.413522,0.906316,0.408614,0.920599,0.331864,0.920038,0.317102,0.912368,0.333524,0.928346,0.333524,0.945272,0.346221,0.917322,0.692094,0.935373,0.692094,0.990574,0.692094,0.815712,0.904511,0.375788,0.885736,0.208829,0.760405,0.186024,0.992245,0.914734};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_17()
		{
			double[] value = {0.906218,0.915842,0.90583,0.814408,0.982121,0.815155,0.2717,0.001249,0.448812,0.001249,0.448812,0.075031,0.271786,0.068658,0.48595,0.001249,0.467381,0.07506,0.569063,0.001249,0.567587,0.080499,0.48595,0.07509,0.351315,0.976096,0.351315,0.889058,0.458985,0.889058,0.458984,0.976053,0.882701,0.12781,0.760115,0.120908,0.728139,0.561491,0.727475,0.58004,0.728803,0.542942,0.783704,0.573337,0.789694,0.57968,0.793711,0.584247,0.795811,0.586971,0.797438,0.588014,0.80002,0.59271,0.81092,0.566178,0.82043,0.564732,0.813717,0.567045,0.799265,0.567816,0.806627,0.565247,0.327241,0.711819,0.29398,0.659332,0.301665,0.655826,0.333152,0.707937,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.701307,0.843079,0.701307,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.651885,0.843079,0.676596,0.843079,0.651885,0.819508,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.701307,0.843079,0.651885,0.843079,0.651885,0.819508,0.701307,0.819508,0.665197,0.854029,0.691555,0.884794,0.689717,0.886392,0.663333,0.855663,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.651885,0.843079,0.701307,0.819508,0.701307,0.819508,0.170803,0.720995,0.170803,0.759595,0.176926,0.759595,0.176926,0.720995,0.182809,0.759595,0.182809,0.720995,0.143636,0.759595,0.14548,0.759595,0.14548,0.720995,0.143636,0.720995,0.151109,0.759596,0.157304,0.759596,0.157304,0.720995,0.151109,0.720995,0.160654,0.720995,0.160654,0.759596,0.164918,0.759596,0.164918,0.720995,0.147566,0.759596,0.149461,0.759595,0.149461,0.720995,0.147566,0.720995,0.797384,0.584496,0.79581,0.599238,0.777373,0.602341};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_18()
		{
			double[] value = {0.77821,0.586405,0.442022,0.920885,0.442022,0.961385,0.257776,0.961385,0.257777,0.920844,0.740431,0.436374,0.744257,0.436414,0.751713,0.442284,0.748813,0.443011,0.752268,0.589249,0.753507,0.569231,0.778832,0.569231,0.874504,0.341649,0.84883,0.354129,0.870456,0.354888,0.273079,0.818468,0.278198,0.874003,0.26758,0.864808,0.265229,0.816778,0.795536,0.600196,0.77718,0.603512,0.406967,0.920885,0.297126,0.920844,0.25761,0.961385,0.442787,0.961385,0.746003,0.43558,0.756171,0.441715,0.750159,0.609233,0.750313,0.607738,0.37351,0.376679,0.371528,0.428801,0.370329,0.429011,0.372419,0.376679,0.797655,0.034271,0.80624,0.03557,0.806297,0.039973,0.797276,0.038614,0.882869,0.454145,0.852269,0.451436,0.854858,0.432535,0.878222,0.429708,0.150549,0.286018,0.080619,0.289025,0.111536,0.233115,0.141179,0.231945,0.605121,0.972328,0.31581,0.972636,0.31511,0.974294,0.457952,0.974118,0.600794,0.973943,0.458984,0.991374,0.351315,0.995899,0.191057,0.001249,0.231508,0.065472,0.19123,0.062285,0.730193,0.585179,0.731729,0.570234,0.755368,0.570428,0.755428,0.585275,0.755487,0.600123,0.729739,0.600123,0.504702,0.994889,0.449649,0.989933,0.362975,0.975793,0.361755,0.971123,0.569876,0.986747,0.360074,0.965669,0.81925,0.558242,0.828141,0.559483,0.793575,0.570846,0.798996,0.571287,0.762322,0.570428,0.762381,0.585275,0.76244,0.600123,0.784146,0.570502,0.784146,0.585313,0.784146,0.600123,0.160546,0.756402,0.159726,0.64835,0.163452,0.756401,0.162859,0.648348,0.722615,0.600123,0.723037,0.586092,0.724542,0.572062,0.726588,0.571615,0.729408,0.570683,0.730533,0.568178,0.728063,0.56973,0.369677,0.774891,0.357839,0.761616,0.363307,0.757526,0.389325,0.790255,0.812188,0.600123,0.806776,0.600123,0.793912,0.568805,0.762242,0.568613,0.758822,0.568612,0.295751,0.862971,0.295827,0.801418,0.372201,0.801418};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_19()
		{
			double[] value = {0.396706,0.992327,0.361921,0.991914,0.361412,0.986907,0.40615,0.989939,0.784419,0.568774,0.755402,0.568611,0.353076,0.993764,0.383368,0.992794,0.394804,0.994816,0.361499,0.994816,0.823095,0.566283,0.808518,0.570649,0.816457,0.568388,0.404129,0.987538,0.361029,0.982418,0.363055,0.979305,0.410743,0.986535,0.166321,0.756401,0.165652,0.648348,0.16919,0.7564,0.168567,0.648348,0.629614,0.815712,0.629614,0.935373,0.626224,0.995381,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.80144,0.979522,0.17631,0.22942,0.197813,0.277601,0.237596,0.444079,0.23056,0.348952,0.898113,0.036875,0.902053,0.004693,0.900398,0.039414,0.009177,0.016176,0.079448,0.015674,0.061694,0.019719,0.016751,0.019719,0.45361,0.035816,0.45361,0.025972,0.426658,0.025971,0.426658,0.035816,0.824735,0.110847,0.824735,0.088784,0.890922,0.088784,0.890922,0.099816,0.890922,0.110847,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.651885,0.819508,0.651885,0.843079,0.701307,0.843079,0.701307,0.819508,0.370036,0.336876,0.378583,0.335667,0.797923,0.569231,0.442022,0.920885,0.442022,0.961385,0.257776,0.961385,0.279916,0.920844,0.998352,0.314312,0.998352,0.527846,0.94619,0.546674,0.94619,0.314312,0.839228,0.91695,0.839228,0.814097,0.82665,0.356156,0.82665,0.32984,0.82665,0.319267,0.856768,0.647263,0.856768,0.563348,0.999374,0.563348,0.999517,0.647263,0.856911,0.563348,0.999517,0.563348,0.999517,0.647263,0.856768,0.647263,0.872579,0.367165,0.88132,0.414763,0.895828,0.438465};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_20()
		{
			double[] value = {0.908104,0.213631,0.903526,0.128997,0.901699,0.361104,0.903543,0.352584,0.877998,0.366156,0.904471,0.366262,0.77984,0.577082,0.787556,0.575026,0.798337,0.574923,0.791654,0.577254,0.958492,0.018837,0.95897,0.085877,0.266955,0.275393,0.459037,0.285684,0.005748,0.017739,0.081146,0.017739,0.081146,0.025685,0.005748,0.025685,0.080684,0.030714,0.083085,0.039036,0.081217,0.048122,0.805473,0.421028,0.775932,0.424908,0.879575,0.800141,0.816882,0.799612,0.771818,0.799495,0.295558,0.897878,0.279458,0.903445,0.270529,0.909063,0.997021,0.991118,0.906661,0.999078,0.839228,0.998588,0.095289,0.3352,0.157863,0.338848,0.177528,0.452834,0.042933,0.441543,0.784851,0.166078,0.823409,0.037388,0.825324,0.041739,0.394272,0.920885,0.394272,0.961385,0.297511,0.961385,0.28035,0.920844,0.750015,0.614732,0.721729,0.614954,0.72331,0.613135,0.729292,0.592093,0.731321,0.569231,0.82665,0.230923,0.849187,0.230682,0.871724,0.230442,0.892813,0.229961,0.904954,0.220586,0.763526,0.613994,0.794804,0.611717,0.777036,0.613256,0.817012,0.569231,0.814925,0.582588,0.812837,0.596135,0.813567,0.596937,0.810715,0.609197,0.4118,0.920885,0.3289,0.920844,0.311372,0.961385,0.394272,0.961385,0.7744,0.107403,0.776239,0.065502,0.763196,0.027059,0.762986,0.067357,0.728691,0.432151,0.246848,0.582499,0.466797,0.242221,0.466797,0.280188,0.275338,0.23484,0.274722,0.270662,0.243974,0.259191,0.235844,0.262144,0.234948,0.24262,0.243286,0.247696,0.248917,0.240521,0.240812,0.23354,0.2429,0.271173,0.250942,0.26604,0.234168,0.274346,0.297181,0.920885,0.297181,0.961385,0.393942,0.961385,0.394272,0.920844,0.996466,0.528389,0.946614,0.520702,0.992982,0.762256,0.976517,0.79714,1.00015,0.666916,0.848871,0.799831,0.909588,0.359854,0.906782,0.364889,0.910143,0.351537,0.91032,0.215899,0.92632,0.163249,0.924986,0.140842};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_21()
		{
			double[] value = {0.924753,0.126403,0.712666,0.920807,0.708873,0.92302,0.849187,0.183361,0.871724,0.183361,0.892412,0.183361,0.82665,0.183361,0.690038,0.773584,0.713617,0.55907,0.713638,0.630819,0.701229,0.742985,0.715449,0.666916,0.723523,0.762256,0.734921,0.797091,0.728394,0.413347,0.774113,0.413347,0.774268,0.426357,0.728394,0.426357,0.819831,0.413347,0.820141,0.426357,0.903365,0.178041,0.904321,0.166719,0.953313,0.081128,0.936971,0.082221,0.903405,0.089474,0.918807,0.088444,0.890755,0.140817,0.891518,0.149736,0.895012,0.161433,0.929518,0.174848,0.955198,0.180298,0.920692,0.166883,0.93851,0.081128,0.968931,0.081128,0.934425,0.088444,0.904004,0.088444,0.892847,0.10629,0.927391,0.101584,0.890254,0.126927,0.97696,0.180298,0.990859,0.180298,0.956353,0.166883,0.942454,0.166883,0.957796,0.180298,0.92329,0.166883,0.576588,0.935373,0.622946,0.927013,0.576509,0.927383,0.576588,0.815712,0.90863,0.133284,0.99735,0.641433,0.996256,0.604518,0.998769,0.619378,0.999046,0.628919,0.845411,0.426633,0.976697,0.647263,0.982431,0.58244,0.984284,0.581644,0.337658,0.920885,0.409346,0.941115,0.334152,0.961385,0.749646,0.436215,0.758697,0.441964,0.343835,0.907516,0.440805,0.920885,0.326883,0.920844,0.327213,0.961385,0.423974,0.961385,0.76216,0.442514,0.753008,0.436469,0.409346,0.94332,0.334152,0.961385,0.334152,0.941115,0.783564,0.377824,0.785998,0.415251,0.807507,0.574888,0.800582,0.577281,0.355924,0.939647,0.355924,0.927551,0.420709,0.926674,0.420709,0.935992,0.355924,0.920527,0.420709,0.920631,0.840457,0.034278,0.905242,0.034284,0.905242,0.047561,0.840457,0.047456,0.320069,0.984826,0.331447,0.99124,0.408298,0.982007,0.35591,0.981727,0.320498,0.982586,0.117181,0.216707,0.139413,0.21583,0.839228,0.800879,0.905775,0.80099,0.980178,0.802003,0.50615,0.523494,0.506654,0.521137,0.50615,0.523157};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_22()
		{
			double[] value = {0.57221,0.844545,0.572268,0.962119,0.525244,0.961613,0.525244,0.844545,0.381534,0.978311,0.381534,0.981908,0.346532,0.982056,0.346055,0.978446,0.349416,0.974653,0.381534,0.974623,0.38079,0.969627,0.344461,0.969525,0.329871,0.965593,0.395696,0.965487,0.353694,0.964998,0.400724,0.965162,0.898113,0.036875,0.895752,0.001061,0.169415,0.648348,0.179016,0.648348,0.179023,0.756401,0.179656,0.648348,0.032998,0.784189,0.080775,0.879492,0.039893,0.879492,0.740789,0.014165,0.80042,0.053902,0.742968,0.053902,0.077381,0.716858,0.039893,0.900425,0.032998,0.716858,0.802196,0.572779,0.811327,0.572556,0.323008,0.90176,0.320939,0.934796,0.293056,0.936155,0.293056,0.904086,0.337971,0.897778,0.334994,0.932679,0.345459,0.894249,0.43267,0.974799,0.293376,0.969238,0.408493,0.968067,0.701307,0.843079,0.701307,0.819508,0.260591,0.86903,0.385718,0.864151,0.410349,0.9954,0.369883,0.9954,0.448575,0.862971,0.121763,0.784189,0.121657,0.879492,0.121763,0.784189,0.121657,0.879492,0.039893,0.879492,0.032998,0.784189,0.121763,0.784189,0.121657,0.879492,0.039893,0.879492,0.032998,0.784189,0.121763,0.716858,0.121657,0.900426,0.257147,0.976738,0.253597,0.992557,0.257147,0.966642,0.733634,0.014805,0.733634,0.043735,0.257147,0.947759,0.257147,0.951028,0.483317,0.800724,0.371345,0.800724,0.371458,0.993379,0.483542,0.993379,0.616857,0.001249,0.61154,0.082072,0.617819,0.082297,0.282142,0.961028,0.359734,0.959747,0.363985,0.958101,0.573412,0.967753,0.570159,0.976792,0.353225,0.908857,0.435384,0.908857,0.369123,0.878512,0.448575,0.801418,0.837375,0.017579,0.824782,0.054285,0.878104,0.052334,0.886384,0.016648,0.398276,0.992522,0.40289,0.987569,0.354394,0.98763,0.355822,0.9926,0.407157,0.983907,0.232848,0.226548,0.236592,0.183069,0.781624,0.439,0.781749,0.41977,0.593842,0.966626,0.387544,0.966855};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_23()
		{
			double[] value = {0.041681,0.676008,0.002056,0.687225,0.010448,0.502327,0.047515,0.500987,0.120289,0.668807,0.120289,0.498909,0.338476,0.966732,0.332017,0.96758,0.910455,0.047744,0.755773,0.046116,0.763837,0.003942,0.918518,0.005516,0.146101,0.205107,0.106824,0.205602,0.136742,0.179278,0.218006,0.206632,0.219273,0.180752,0.627436,0.294136,0.617333,0.293611,0.203028,0.341584,0.216819,0.454164,0.358568,0.979869,0.471423,0.980039,0.588407,0.978642,0.458862,0.978823,0.329318,0.979005,0.906674,0.430519,0.900004,0.42026,0.212604,0.964506,0.805764,0.020864,0.827639,0.046703,0.777025,0.042464,0.759244,0.018842,0.753938,0.474978,0.912938,0.478111,0.922336,0.533216,0.760204,0.539482,0.992559,0.01642,0.997426,0.016075,0.998949,0.068699,0.993951,0.070846,0.698127,0.771027,0.758802,0.58177,0.788542,0.578844,0.912938,0.477327,0.905106,0.543398,0.752372,0.530867,0.760204,0.478111,0.992559,0.01642,0.993951,0.070846,0.998949,0.068699,0.997426,0.016075,0.758802,0.58177,0.788542,0.578844,0.713617,0.55907,0.713638,0.630819,0.722945,0.546695,0.722945,0.546695,0.973092,0.017801,0.973962,0.079435,0.825538,0.440977,0.825538,0.45634,0.828483,0.45634,0.829325,0.440977,0.82844,0.455339,0.831091,0.455339,0.826912,0.425387,0.825538,0.424387,0.829162,0.424387,0.831926,0.425137,0.83188,0.440939,0.823146,0.440943,0.823677,0.455367,0.8205,0.45634,0.819933,0.440977,0.825282,0.425377,0.822204,0.424387,0.822204,0.440977,0.822204,0.45634,0.825282,0.455353,0.82357,0.425367,0.820338,0.426133,0.855642,0.149745,0.87689,0.120013,0.857468,0.080254,0.852428,0.070245,0.821894,0.427956,0.823449,0.429779,0.815884,0.425577,0.821418,0.427594,0.821631,0.419773,0.816043,0.419773,0.83451,0.117306,0.816879,0.154588,0.813885,0.069047,0.817647,0.081686,0.825538,0.440977,0.829325,0.440977,0.828483,0.45634,0.825538,0.45634};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_24()
		{
			double[] value = {0.831091,0.455339,0.82844,0.455339,0.826912,0.425387,0.831926,0.425137,0.829162,0.424387,0.825538,0.424387,0.83188,0.440939,0.823146,0.440943,0.819933,0.440977,0.8205,0.45634,0.823677,0.455367,0.822204,0.424387,0.825282,0.425377,0.822204,0.45634,0.822204,0.440977,0.825282,0.455353,0.820338,0.426133,0.82357,0.425367,0.855642,0.149745,0.852428,0.070245,0.857468,0.080254,0.87689,0.120013,0.821894,0.427956,0.823449,0.429779,0.821418,0.427594,0.815884,0.425577,0.821631,0.419773,0.816043,0.419773,0.83451,0.117306,0.817647,0.081686,0.813885,0.069047,0.816879,0.154588,0.682493,0.289067,0.682493,0.289067,0.68045,0.289067,0.68045,0.289067,0.674586,0.281495,0.674586,0.280913,0.672543,0.280913,0.672543,0.281495,0.674586,0.280913,0.672543,0.280913,0.674586,0.281495,0.672543,0.281495,0.67828,0.284356,0.682502,0.287625,0.68045,0.287625,0.676174,0.28431,0.68045,0.287625,0.676231,0.284354,0.682502,0.287625,0.678282,0.284357,0.682502,0.287948,0.68045,0.287948,0.68045,0.287948,0.682502,0.287948,0.70009,0.289067,0.702138,0.289067,0.702138,0.289067,0.70009,0.289067,0.707644,0.281495,0.709687,0.281495,0.709687,0.280913,0.707644,0.280913,0.709687,0.280913,0.707644,0.280913,0.709687,0.281495,0.707644,0.281495,0.704172,0.284314,0.706233,0.2843,0.702138,0.287625,0.700095,0.287625,0.706145,0.284371,0.702138,0.287625,0.704221,0.284274,0.700095,0.287625,0.702138,0.287948,0.700095,0.287948,0.702138,0.287948,0.700095,0.287948,0.682493,0.288786,0.68045,0.288786,0.68045,0.288786,0.682493,0.288786,0.70009,0.288786,0.70009,0.288786,0.702138,0.288786,0.702138,0.288786,0.709855,0.292368,0.709855,0.286127,0.680764,0.286127,0.680764,0.292368,0.701279,0.280148,0.68934,0.280148,0.701279,0.286389,0.68934,0.286389,0.709855,0.292368,0.680764,0.292368,0.680764,0.286127,0.709855,0.286127};
			return value;
		}
		private double[] getTextureCoordinate_9_132_point_25()
		{
			double[] value = {0.68934,0.280148,0.701279,0.280148,0.68934,0.286389,0.701279,0.286389,0.703639,0.275204,0.696059,0.275342,0.696059,0.277602,0.703639,0.277464,0.696059,0.275789,0.696059,0.278049,0.703639,0.275927,0.703639,0.278187,0.708323,0.275565,0.708323,0.277825,0.702248,0.291864,0.701952,0.291869,0.701952,0.291886,0.702248,0.291892,0.702431,0.291878,0.697615,0.278437,0.703272,0.278334,0.697615,0.278771,0.703272,0.278874,0.706768,0.278604,0.699683,0.278812,0.702784,0.278756,0.699683,0.278995,0.702784,0.279052,0.7047,0.278904,0.701367,0.285104,0.702386,0.285085,0.701367,0.285164,0.702386,0.285183,0.703016,0.285134,0.70166,0.285115,0.702317,0.285103,0.70166,0.285153,0.702317,0.285165,0.702723,0.285134};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_145_point_1()
		{
			double[] value = {1.29576,-2.14725,0.589202,1.29576,-2.34974,0.589202,1.32896,-2.10531,0.648292,1.3152,-2.12459,0.622616,1.32896,-2.39359,0.648292,1.3152,-2.37345,0.622616,1.28468,-2.35536,0.587428,1.28468,-2.13822,0.587428,1.28468,-2.15223,0.579666,1.28468,-2.34451,0.579666,1.28468,-2.38871,0.620783,1.28468,-2.41623,0.648303,1.28468,-2.07735,0.648303,1.28468,-2.10487,0.620783,0.829595,-2.35536,0.587428,0.829595,-2.13822,0.587428,0.829595,-2.15742,0.579666,0.829595,-2.33932,0.579666,0.829595,-2.38871,0.620783,0.829595,-2.41623,0.648303,0.829595,-2.07735,0.648303,0.829595,-2.10487,0.620783,1.30241,-2.1605,0.590976,1.36881,-2.13861,0.648282,1.34129,-2.14912,0.624449,1.28468,-2.16259,0.579666,0.829595,-2.17251,0.579666,1.30241,-2.24859,0.590976,1.30241,-2.3383,0.590976,1.36881,-2.36358,0.648282,1.36881,-2.25008,0.648282,1.34129,-2.35154,0.624449,1.34129,-2.24942,0.624449,1.28468,-2.24839,0.579666,1.28468,-2.33576,0.579666,0.829595,-2.24857,0.579666,0.829595,-2.32601,0.579666,-0.537866,-2.14725,0.589202,-0.537866,-2.34974,0.589202,-0.571068,-2.10531,0.648292,-0.557308,-2.12459,0.622616,-0.571068,-2.39359,0.648292,-0.557308,-2.37345,0.622616,-0.526785,-2.35536,0.587428,-0.526785,-2.13822,0.587428,-0.526785,-2.15223,0.579666,-0.526785,-2.34451,0.579666,-0.526785,-2.38871,0.620783,-0.526785,-2.41623,0.648303,-0.526785,-2.07735,0.648303,-0.526785,-2.10487,0.620783,-0.071701,-2.35536,0.587428,-0.071701,-2.13822,0.587428,-0.071701,-2.15742,0.579666,-0.071701,-2.33932,0.579666,-0.071701,-2.38871,0.620783,-0.071701,-2.41623,0.648303,-0.071701,-2.07735,0.648303,-0.071701,-2.10487,0.620783,-0.544511,-2.1605,0.590976,-0.610915,-2.13861,0.648282,-0.583396,-2.14912,0.624449,-0.526785,-2.16259,0.579666,-0.071701,-2.17251,0.579666,-0.544511,-2.24859,0.590976,-0.544511,-2.3383,0.590976,-0.610915,-2.36358,0.648282,-0.610915,-2.25008,0.648282,-0.583395,-2.35154,0.624449,-0.583396,-2.24942,0.624449,-0.526785,-2.24839,0.579666,-0.526785,-2.33576,0.579666,-0.071701,-2.24857,0.579666,-0.071701,-2.32601,0.579666,-0.071701,-2.41816,0.656385,-0.071701,-2.07542,0.656385,-0.612841,-2.25012,0.656106,-0.612841,-2.36491,0.656106,-0.612841,-2.13738,0.656106,-0.526785,-2.07542,0.656385,-0.526785,-2.41816,0.656385,-0.572031,-2.39526,0.656245,-0.572031,-2.1037,0.656245,1.37074,-2.25012,0.656106,1.37074,-2.36491,0.656106,1.37074,-2.13738,0.656106,0.829595,-2.07542,0.656385,0.829595,-2.41816,0.656385,1.28468,-2.07542,0.656385,1.28468,-2.41816,0.656385,1.32993,-2.39526,0.656245,1.32993,-2.1037,0.656245,1.32993,-2.1037,0.665171,1.32993,-2.39526,0.665171,1.28468,-2.41816,0.665311,1.28468,-2.07542,0.665311,0.829595,-2.41816,0.665311,0.829595,-2.07542,0.665311,1.37074,-2.13738,0.665032,1.37074,-2.36491,0.665032};
			return value;
		}
		private double[] getCoordinate_8_145_point_2()
		{
			double[] value = {1.37074,-2.25012,0.665032,-0.572031,-2.1037,0.665171,-0.572031,-2.39526,0.665171,-0.526785,-2.41816,0.665311,-0.526785,-2.07542,0.665311,-0.612841,-2.13738,0.665032,-0.612841,-2.36491,0.665032,-0.612841,-2.25012,0.665032,-0.071701,-2.07542,0.665311,-0.071701,-2.41816,0.665311,1.30508,-2.1037,0.668011,1.30509,-2.39526,0.668011,0.829595,-2.1037,0.668081,0.829595,-2.39526,0.668081,1.32549,-2.13738,0.667941,0.829595,-2.13738,0.668081,1.32549,-2.25012,0.667941,1.32549,-2.36491,0.667941,0.829595,-2.25012,0.668081,0.829595,-2.36491,0.668081,-0.54719,-2.1037,0.668011,-0.54719,-2.39526,0.668011,-0.071701,-2.1037,0.668081,-0.071701,-2.39526,0.668081,-0.567595,-2.13738,0.667941,-0.071701,-2.13738,0.668081,-0.567595,-2.25012,0.667941,-0.567595,-2.36491,0.667941,-0.071701,-2.25012,0.668081,-0.071701,-2.36491,0.668081,1.28967,-2.35395,0.587871,1.28967,-2.14048,0.587871,1.32968,-2.1041,0.651179,1.28967,-2.15098,0.58205,1.30394,-2.13909,0.602323,1.30074,-2.15507,0.590532,1.32968,-2.39485,0.651179,1.28967,-2.34582,0.58205,1.30394,-2.35828,0.602323,1.30074,-2.34407,0.590532,1.29453,-2.3849,0.621241,1.29797,-2.41057,0.6483,1.29453,-2.1098,0.621241,1.29797,-2.08434,0.6483,1.35885,-2.12761,0.648285,1.33477,-2.14058,0.623991,1.35885,-2.37477,0.648285,1.33477,-2.36034,0.623991,1.32504,-2.11093,0.640975,1.32504,-2.38772,0.640975,1.28468,-2.41768,0.651286,1.28468,-2.34877,0.581607,1.28468,-2.07591,0.651286,1.28468,-2.14561,0.581607,1.28468,-2.36758,0.599648,1.28468,-2.126,0.599648,1.28468,-2.15794,0.579666,1.28468,-2.34079,0.579666,1.28468,-2.40839,0.64046,1.28468,-2.08519,0.64046,1.16869,-2.35536,0.587428,1.16869,-2.13822,0.587428,1.16869,-2.15353,0.579666,1.16869,-2.34322,0.579666,1.16869,-2.38871,0.620783,1.16869,-2.41623,0.648303,1.16869,-2.07735,0.648303,1.16869,-2.10487,0.620783,0.829595,-2.41768,0.651286,0.829595,-2.34747,0.581607,0.829595,-2.07591,0.651286,0.829595,-2.1469,0.581607,0.829595,-2.36758,0.599648,0.829595,-2.126,0.599648,0.829595,-2.16692,0.579666,0.829595,-2.33186,0.579666,0.829595,-2.40839,0.64046,0.829595,-2.08519,0.64046,0.378947,-2.35536,0.587428,0.378947,-2.13822,0.587428,0.378947,-2.16002,0.579666,0.378947,-2.33672,0.579666,0.378947,-2.38871,0.620783,0.378947,-2.41623,0.648303,0.378947,-2.07735,0.648303,0.378947,-2.10487,0.620783,1.37025,-2.13769,0.651072,1.29133,-2.16207,0.582493,1.31877,-2.15661,0.604999,1.36097,-2.14186,0.64149,1.16869,-2.16507,0.579666,0.378947,-2.17747,0.579666,1.30241,-2.18464,0.590976,1.36881,-2.16915,0.648282,1.34129,-2.1766,0.624449,1.28468,-2.1861,0.579666,0.829595,-2.19335,0.579666,1.37025,-2.36457,0.651072,1.37025,-2.25011,0.651072,1.29133,-2.24844,0.582493};
			return value;
		}
		private double[] getCoordinate_8_145_point_3()
		{
			double[] value = {1.29133,-2.33639,0.582493,1.31877,-2.2489,0.604999,1.31877,-2.34288,0.604999,1.36097,-2.2499,0.64149,1.36097,-2.35991,0.64149,1.16869,-2.24844,0.579666,1.16869,-2.33332,0.579666,0.378947,-2.24866,0.579666,0.378947,-2.32114,0.579666,1.30241,-2.31296,0.590976,1.36881,-2.33152,0.648282,1.34129,-2.32269,0.624449,1.28468,-2.31108,0.579666,0.829595,-2.30414,0.579666,-0.531773,-2.35395,0.587871,-0.531773,-2.14048,0.587871,-0.57179,-2.1041,0.651179,-0.531773,-2.15098,0.58205,-0.546049,-2.13909,0.602323,-0.54285,-2.15507,0.590532,-0.57179,-2.39485,0.651179,-0.531773,-2.34582,0.58205,-0.546049,-2.35828,0.602323,-0.54285,-2.34407,0.590532,-0.536633,-2.3849,0.621241,-0.540073,-2.41057,0.6483,-0.536633,-2.1098,0.621241,-0.540073,-2.08434,0.6483,-0.600953,-2.12761,0.648285,-0.576874,-2.14059,0.623991,-0.600953,-2.37477,0.648285,-0.576874,-2.36034,0.623991,-0.567146,-2.11093,0.640975,-0.567146,-2.38772,0.640975,-0.526785,-2.41768,0.651286,-0.526785,-2.34877,0.581607,-0.526785,-2.07591,0.651286,-0.526785,-2.14561,0.581607,-0.526785,-2.36758,0.599648,-0.526785,-2.126,0.599648,-0.526785,-2.15794,0.579666,-0.526785,-2.34079,0.579666,-0.526785,-2.40839,0.64046,-0.526785,-2.08519,0.64046,-0.410796,-2.35536,0.587428,-0.410796,-2.13822,0.587428,-0.410796,-2.15353,0.579666,-0.410796,-2.34322,0.579666,-0.410796,-2.38871,0.620783,-0.410796,-2.41623,0.648303,-0.410796,-2.07735,0.648303,-0.410796,-2.10487,0.620783,-0.61236,-2.13769,0.651072,-0.533434,-2.16207,0.582493,-0.560878,-2.15661,0.604999,-0.603072,-2.14186,0.64149,-0.410796,-2.16507,0.579666,-0.544511,-2.18464,0.590976,-0.610915,-2.16915,0.648282,-0.583396,-2.1766,0.624449,-0.526785,-2.1861,0.579666,-0.61236,-2.36457,0.651072,-0.61236,-2.25011,0.651072,-0.533434,-2.24844,0.582493,-0.533434,-2.33639,0.582493,-0.560878,-2.2489,0.604999,-0.560878,-2.34288,0.604999,-0.603072,-2.2499,0.64149,-0.603072,-2.35991,0.64149,-0.410796,-2.24844,0.579666,-0.410796,-2.33332,0.579666,-0.544511,-2.31296,0.590976,-0.610915,-2.33152,0.648282,-0.583396,-2.32269,0.624449,-0.526785,-2.31108,0.579666,-0.071701,-2.30414,0.579666,-0.071701,-2.19335,0.579666,-0.071701,-2.08519,0.64046,-0.071701,-2.40839,0.64046,-0.071701,-2.33186,0.579666,-0.071701,-2.16692,0.579666,-0.071701,-2.126,0.599648,-0.071701,-2.36758,0.599648,-0.071701,-2.1469,0.581607,-0.071701,-2.07591,0.651286,-0.071701,-2.34747,0.581607,-0.071701,-2.41768,0.651286,-0.410796,-2.41816,0.656385,-0.071701,-2.41816,0.661694,0.378947,-2.41816,0.656385,0.378947,-2.07542,0.656385,-0.071701,-2.07542,0.661694,-0.410796,-2.07542,0.656385,-0.612841,-2.16827,0.656106,-0.612841,-2.25012,0.661415,-0.612841,-2.33248,0.656106,-0.612841,-2.36491,0.661415,-0.602639,-2.37623,0.656141,-0.602639,-2.12626,0.656141,-0.612841,-2.13738,0.661415};
			return value;
		}
		private double[] getCoordinate_8_145_point_4()
		{
			double[] value = {-0.526785,-2.07542,0.661694,-0.540314,-2.08249,0.65635,-0.540314,-2.41243,0.65635,-0.526785,-2.41816,0.661694,-0.572031,-2.39526,0.661555,-0.572031,-2.1037,0.661555,1.37074,-2.33248,0.656106,1.37074,-2.25012,0.661415,1.37074,-2.16827,0.656106,1.36053,-2.37623,0.656141,1.37074,-2.36491,0.661415,1.37074,-2.13738,0.661415,1.36053,-2.12626,0.656141,1.16869,-2.07542,0.656385,0.829595,-2.07542,0.661694,0.829595,-2.41816,0.661694,1.16869,-2.41816,0.656385,1.29821,-2.08249,0.65635,1.28468,-2.07542,0.661694,1.28468,-2.41816,0.661694,1.29821,-2.41243,0.65635,1.32993,-2.39526,0.661555,1.32993,-2.1037,0.661555,1.36053,-2.12626,0.665067,1.32371,-2.1037,0.667266,1.29821,-2.08249,0.665276,1.29821,-2.41243,0.665276,1.32371,-2.39526,0.667266,1.36053,-2.37623,0.665067,1.16869,-2.41816,0.665311,1.28978,-2.41243,0.667371,1.28978,-2.08249,0.667371,1.16869,-2.07542,0.665311,0.378947,-2.41816,0.665311,0.829595,-2.41243,0.667388,0.829595,-2.08249,0.667388,0.378947,-2.07542,0.665311,1.37074,-2.16827,0.665032,1.35942,-2.13738,0.667144,1.35942,-2.36491,0.667144,1.37074,-2.33248,0.665032,1.35942,-2.25012,0.667144,-0.540314,-2.08249,0.665276,-0.565821,-2.1037,0.667266,-0.602639,-2.12626,0.665067,-0.602639,-2.37623,0.665067,-0.565821,-2.39526,0.667266,-0.540314,-2.41243,0.665276,-0.531886,-2.41243,0.667371,-0.410796,-2.41816,0.665311,-0.410796,-2.07542,0.665311,-0.531886,-2.08249,0.667371,-0.60153,-2.13738,0.667144,-0.612841,-2.16827,0.665032,-0.612841,-2.33248,0.665032,-0.60153,-2.36491,0.667144,-0.60153,-2.25012,0.667144,-0.071701,-2.08249,0.667388,-0.071701,-2.41243,0.667388,1.32039,-2.12626,0.667959,1.17379,-2.1037,0.668063,1.17379,-2.39526,0.668063,1.32039,-2.37623,0.667959,0.829595,-2.12626,0.668081,0.378947,-2.1037,0.668081,0.378947,-2.39526,0.668081,0.829595,-2.37623,0.668081,1.32549,-2.16827,0.667941,1.17889,-2.13738,0.668046,0.829595,-2.16827,0.668081,0.378947,-2.13738,0.668081,1.32549,-2.33248,0.667941,1.17889,-2.25012,0.668046,1.17889,-2.36491,0.668046,0.829595,-2.33248,0.668081,0.378947,-2.25012,0.668081,0.378947,-2.36491,0.668081,-0.415898,-2.1037,0.668063,-0.562494,-2.12626,0.667959,-0.562494,-2.37623,0.667959,-0.415897,-2.39526,0.668063,-0.071701,-2.12626,0.668081,-0.071701,-2.37623,0.668081,-0.420999,-2.13738,0.668046,-0.567595,-2.16827,0.667941,-0.071701,-2.16827,0.668081,-0.420999,-2.25012,0.668046,-0.567595,-2.33248,0.667941,-0.420999,-2.36491,0.668046,-0.071701,-2.33248,0.668081,1.28788,-2.34939,0.583313,1.29815,-2.41197,0.65126,1.29815,-2.08295,0.65126,1.28788,-2.14562,0.583313,1.29171,-2.36525,0.600317,1.29171,-2.12928,0.600317,1.36011,-2.1266,0.651099,1.29091,-2.15722,0.582383,1.31506,-2.15001,0.60433,1.36011,-2.37586,0.651099};
			return value;
		}
		private double[] getCoordinate_8_145_point_5()
		{
			double[] value = {1.29091,-2.34161,0.582383,1.31506,-2.34978,0.60433,1.29699,-2.40322,0.640588,1.29699,-2.09163,0.640588,1.35198,-2.13153,0.641361,1.35198,-2.37044,0.641361,1.16869,-2.41768,0.651286,1.16869,-2.34844,0.581607,1.16869,-2.07591,0.651286,1.16869,-2.14593,0.581607,1.16869,-2.36758,0.599648,1.16869,-2.126,0.599648,1.16869,-2.16019,0.579666,1.16869,-2.33855,0.579666,1.16869,-2.40839,0.64046,1.16869,-2.08519,0.64046,0.378947,-2.41768,0.651286,0.378947,-2.34682,0.581607,0.378947,-2.07591,0.651286,0.378947,-2.14755,0.581607,0.378947,-2.36758,0.599648,0.378947,-2.126,0.599648,0.378947,-2.1714,0.579666,0.378947,-2.32739,0.579666,0.378947,-2.40839,0.64046,0.378947,-2.08519,0.64046,1.37025,-2.16849,0.651072,1.29133,-2.18573,0.582493,1.31877,-2.1819,0.604999,1.36097,-2.17146,0.64149,1.16869,-2.18791,0.579666,0.378947,-2.19698,0.579666,1.37025,-2.33224,0.651072,1.29133,-2.31155,0.582493,1.31877,-2.31633,0.604999,1.36097,-2.32883,0.64149,1.16869,-2.30934,0.579666,0.378947,-2.30067,0.579666,-0.529987,-2.34939,0.583313,-0.540254,-2.41197,0.65126,-0.540254,-2.08295,0.65126,-0.529987,-2.14562,0.583313,-0.533819,-2.36525,0.600317,-0.533819,-2.12928,0.600317,-0.602217,-2.1266,0.651099,-0.533019,-2.15723,0.582383,-0.557171,-2.15002,0.60433,-0.602217,-2.37586,0.651099,-0.533019,-2.34161,0.582383,-0.557171,-2.34978,0.60433,-0.539093,-2.40322,0.640588,-0.539093,-2.09163,0.640588,-0.594091,-2.13153,0.641361,-0.594091,-2.37044,0.641361,-0.410796,-2.41768,0.651286,-0.410796,-2.34844,0.581607,-0.410796,-2.07591,0.651286,-0.410796,-2.14593,0.581607,-0.410796,-2.36758,0.599648,-0.410796,-2.126,0.599648,-0.410796,-2.16019,0.579666,-0.410796,-2.33855,0.579666,-0.410796,-2.40839,0.64046,-0.410796,-2.08519,0.64046,-0.61236,-2.16849,0.651072,-0.533434,-2.18574,0.582493,-0.560878,-2.1819,0.604999,-0.603072,-2.17146,0.64149,-0.410796,-2.18791,0.579666,-0.61236,-2.33224,0.651072,-0.533434,-2.31155,0.582493,-0.560878,-2.31633,0.604999,-0.603072,-2.32883,0.64149,-0.410796,-2.30934,0.579666,-0.612841,-2.33248,0.661415,-0.612841,-2.16827,0.661415,-0.410796,-2.07542,0.661694,-0.410796,-2.41816,0.661694,-0.602639,-2.37623,0.66145,-0.602639,-2.12626,0.66145,-0.540314,-2.08249,0.661659,-0.540314,-2.41243,0.661659,1.37074,-2.33248,0.661415,1.37074,-2.16827,0.661415,0.378947,-2.07542,0.661694,0.378947,-2.41816,0.661694,1.16869,-2.07542,0.661694,1.16869,-2.41816,0.661694,1.36053,-2.37623,0.66145,1.36053,-2.12626,0.66145,1.29821,-2.08249,0.661659,1.29821,-2.41243,0.661659,1.30301,-2.40798,0.666795,1.30301,-2.08799,0.666795,1.3505,-2.12626,0.667175,1.3505,-2.37623,0.667175,1.16997,-2.41243,0.667384,1.16997,-2.08249,0.667384,1.17762,-2.12626,0.66805,1.17762,-2.37623,0.66805};
			return value;
		}
		private double[] getCoordinate_8_145_point_6()
		{
			double[] value = {0.378947,-2.41243,0.667388,0.378947,-2.08249,0.667388,0.378947,-2.12626,0.668081,0.378947,-2.37623,0.668081,1.35942,-2.16827,0.667144,1.17889,-2.16827,0.668046,0.378947,-2.16827,0.668081,1.35942,-2.33248,0.667144,1.17889,-2.33248,0.668046,0.378947,-2.33248,0.668081,-0.54512,-2.40798,0.666795,-0.54512,-2.08799,0.666795,-0.592603,-2.12626,0.667175,-0.592603,-2.37623,0.667175,-0.412071,-2.41243,0.667384,-0.412071,-2.08249,0.667384,-0.419724,-2.12626,0.66805,-0.419724,-2.37623,0.66805,-0.60153,-2.16827,0.667144,-0.420999,-2.16827,0.668046,-0.60153,-2.33248,0.667144,-0.420999,-2.33248,0.668046};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_150_point_1()
		{
			double[] value = {0.600189,-2.33744,0.789028,1.29753,-2.34633,0.78548,0.600189,-2.15273,0.789028,1.29753,-2.14384,0.78548,0.600189,-2.38827,0.667279,0.600189,-2.36529,0.722318,1.33073,-2.38827,0.667299,1.31697,-2.36899,0.718651,0.600189,-2.09999,0.667279,0.600189,-2.12383,0.722318,1.33073,-2.09999,0.667299,1.31697,-2.12013,0.718651,1.28645,-2.13822,0.789028,1.28645,-2.35536,0.789028,1.30685,-2.38988,0.663565,1.28645,-2.34135,0.804552,1.30685,-2.09832,0.663565,1.28645,-2.14906,0.804552,1.28645,-2.10487,0.722318,1.28645,-2.07735,0.667279,1.28645,-2.41623,0.667279,1.28645,-2.38871,0.722318,0.605622,-2.13822,0.789028,0.946533,-2.13822,0.789028,0.946533,-2.35536,0.789028,0.605622,-2.35536,0.789028,0.946533,-2.38988,0.663426,0.605622,-2.38988,0.663426,0.605622,-2.33096,0.804552,0.946533,-2.33616,0.804552,0.946533,-2.09832,0.663426,0.605622,-2.09832,0.663426,0.605622,-2.15945,0.804552,0.946533,-2.15426,0.804552,0.946533,-2.10487,0.722318,0.605622,-2.10487,0.722318,0.946533,-2.07735,0.667279,0.605622,-2.07735,0.667279,0.946533,-2.41623,0.667279,0.605622,-2.41623,0.667279,0.946533,-2.38871,0.722318,0.605622,-2.38871,0.722318,0.600189,-2.3161,0.789028,1.30417,-2.33308,0.781933,0.600189,-2.35497,0.667279,0.600189,-2.3374,0.722318,1.37058,-2.35497,0.66732,1.34306,-2.34446,0.714985,1.32726,-2.3562,0.663705,1.28645,-2.33099,0.804552,0.946533,-2.3562,0.663426,0.605622,-2.3562,0.663426,0.605622,-2.31115,0.804552,0.946533,-2.32107,0.804552,0.600189,-2.17196,0.789028,0.600189,-2.24468,0.789028,1.30417,-2.24498,0.781933,1.30417,-2.15528,0.781933,0.600189,-2.2435,0.667279,0.600189,-2.13,0.667279,0.600189,-2.24403,0.722318,0.600189,-2.14897,0.722318,1.37058,-2.13,0.66732,1.37058,-2.2435,0.66732,1.34306,-2.14204,0.714985,1.34306,-2.24416,0.714985,1.32726,-2.24346,0.663705,1.32726,-2.12867,0.663704,1.28645,-2.24519,0.804552,1.28645,-2.15782,0.804552,0.946533,-2.24346,0.663426,0.946533,-2.12867,0.663426,0.605622,-2.24346,0.663426,0.605622,-2.12867,0.663426,0.605622,-2.24483,0.804552,0.605622,-2.17731,0.804552,0.946533,-2.24501,0.804552,0.946533,-2.16757,0.804552,0.601547,-2.14185,0.789028,0.601547,-2.35088,0.789028,1.29143,-2.13963,0.788141,1.29143,-2.3531,0.788141,0.601547,-2.38948,0.664389,0.601547,-2.33258,0.800671,1.32524,-2.38948,0.664568,1.29143,-2.3426,0.799784,0.600189,-2.34765,0.764588,1.30571,-2.35449,0.759237,0.600189,-2.32315,0.789028,1.30251,-2.33851,0.78282,0.601547,-2.09874,0.664389,0.601547,-2.15777,0.800671,1.32524,-2.09874,0.664568,1.29143,-2.14776,0.799784,0.600189,-2.14214,0.764588,1.30571,-2.1353,0.759237,0.600189,-2.16479,0.789028,1.30251,-2.14951,0.78282,0.601547,-2.08301,0.667279,0.601547,-2.10961,0.722318};
			return value;
		}
		private double[] getCoordinate_8_150_point_2()
		{
			double[] value = {0.601547,-2.38286,0.722318,0.601547,-2.40924,0.667279,1.29629,-2.10868,0.721401,1.29973,-2.08301,0.667284,1.29629,-2.38378,0.721401,1.29973,-2.40924,0.667284,0.600189,-2.34661,0.722318,0.600189,-2.36597,0.667279,1.36061,-2.36597,0.667315,1.33653,-2.353,0.715902,0.600189,-2.11881,0.667279,0.600189,-2.13959,0.722318,1.36061,-2.11881,0.667315,1.33654,-2.13324,0.715901,0.600189,-2.38172,0.682965,1.32681,-2.38265,0.681935,0.600189,-2.10678,0.682965,1.32681,-2.10586,0.681934,1.29155,-2.08163,0.664424,1.28645,-2.14481,0.800671,1.29155,-2.41061,0.664424,1.28645,-2.34797,0.800671,1.28645,-2.126,0.764588,1.28645,-2.36758,0.764588,1.32215,-2.36732,0.66367,1.28645,-2.33564,0.804552,1.32215,-2.11735,0.66367,1.28645,-2.15279,0.804552,1.28645,-2.08519,0.682965,1.28645,-2.40839,0.682965,1.19925,-2.13822,0.789028,1.19925,-2.35536,0.789028,1.20435,-2.38988,0.663461,1.19925,-2.34005,0.804552,1.20435,-2.09832,0.663461,1.19925,-2.15036,0.804552,1.19925,-2.10487,0.722318,1.19925,-2.07735,0.667279,1.19925,-2.41623,0.667279,1.19925,-2.38871,0.722318,0.946533,-2.08163,0.664389,0.605622,-2.08163,0.664389,0.946533,-2.14611,0.800671,0.605622,-2.14741,0.800671,0.946533,-2.41061,0.664389,0.605622,-2.41061,0.664389,0.946533,-2.34667,0.800671,0.605622,-2.34538,0.800671,0.946533,-2.126,0.764588,0.605622,-2.126,0.764588,0.946533,-2.36758,0.764588,0.605622,-2.36758,0.764588,0.946533,-2.36732,0.663426,0.605622,-2.36732,0.663426,0.946533,-2.32666,0.804552,0.605622,-2.31769,0.804552,0.946533,-2.11735,0.663426,0.605622,-2.11735,0.663426,0.946533,-2.16172,0.804552,0.605622,-2.17065,0.804552,0.946533,-2.08519,0.682965,0.605622,-2.08519,0.682965,0.946533,-2.40839,0.682965,0.605622,-2.40839,0.682965,0.693567,-2.13822,0.789028,0.693567,-2.35536,0.789028,0.693567,-2.38988,0.663426,0.693567,-2.33226,0.804552,0.693567,-2.09832,0.663426,0.693567,-2.15815,0.804552,0.693567,-2.10487,0.722318,0.693567,-2.07735,0.667279,0.693567,-2.41623,0.667279,0.693567,-2.38871,0.722318,0.601547,-2.35589,0.664389,0.601547,-2.31239,0.800671,1.36071,-2.35589,0.664748,1.2931,-2.33151,0.798897,0.600189,-2.3239,0.764588,1.32054,-2.33697,0.753886,0.600189,-2.34996,0.682965,1.36273,-2.35173,0.680904,1.20945,-2.3562,0.663496,1.19925,-2.32851,0.804552,0.693567,-2.3562,0.663426,0.693567,-2.31363,0.804552,0.600189,-2.29653,0.789028,1.30417,-2.30894,0.781933,0.600189,-2.32443,0.667279,0.600189,-2.31182,0.722318,1.37058,-2.32443,0.66732,1.34306,-2.31698,0.714985,1.32726,-2.32531,0.663705,1.28645,-2.30748,0.804552,0.946533,-2.32531,0.663426,0.605622,-2.32531,0.663426,0.605622,-2.29298,0.804552,0.946533,-2.30023,0.804552,0.601547,-2.24347,0.664389,0.601547,-2.129,0.664389};
			return value;
		}
		private double[] getCoordinate_8_150_point_3()
		{
			double[] value = {0.601547,-2.24479,0.800671,0.601547,-2.17597,0.800671,1.36071,-2.12901,0.664748,1.36071,-2.24347,0.664748,1.2931,-2.24514,0.798897,1.2931,-2.15719,0.798897,0.600189,-2.16354,0.764588,0.600189,-2.24444,0.764588,1.32054,-2.24468,0.753886,1.32054,-2.1507,0.753886,0.600189,-2.13541,0.682965,0.600189,-2.24365,0.682965,1.36273,-2.24368,0.680904,1.36273,-2.13367,0.680904,1.20945,-2.24346,0.663496,1.20945,-2.12867,0.663495,1.19925,-2.24514,0.804552,1.19925,-2.16026,0.804552,0.693567,-2.24346,0.663426,0.693567,-2.12867,0.663426,0.693567,-2.24488,0.804552,0.693567,-2.17487,0.804552,0.600189,-2.1925,0.789028,1.30417,-2.18063,0.781933,0.600189,-2.16207,0.667279,0.600189,-2.17583,0.722318,1.37058,-2.16207,0.66732,1.34306,-2.17089,0.714985,1.32726,-2.1611,0.663704,1.28645,-2.1825,0.804552,0.946533,-2.1611,0.663426,0.605622,-2.1611,0.663426,0.605622,-2.19638,0.804552,0.946533,-2.18944,0.804552,0.602604,-2.14864,0.797652,0.602604,-2.08643,0.665138,0.602604,-2.40477,0.665138,0.602604,-2.34351,0.797652,1.28965,-2.14419,0.797258,1.30467,-2.08643,0.665218,1.30467,-2.40477,0.665218,1.28965,-2.34796,0.797258,0.601547,-2.13004,0.764588,0.601547,-2.36259,0.764588,1.29348,-2.12833,0.763251,1.29348,-2.3643,0.763251,0.601547,-2.36698,0.664389,0.601547,-2.31906,0.800671,1.35184,-2.36698,0.664703,1.29268,-2.33636,0.799119,0.600189,-2.33175,0.764588,1.31683,-2.34356,0.755224,0.601547,-2.11772,0.664389,0.601547,-2.16919,0.800671,1.35184,-2.11772,0.664703,1.29268,-2.15197,0.799119,0.600189,-2.15556,0.764588,1.31683,-2.1438,0.755224,0.601547,-2.09059,0.682965,0.601547,-2.40172,0.682965,1.29875,-2.09036,0.682707,1.29875,-2.40195,0.682707,0.600189,-2.36045,0.682965,1.35375,-2.36205,0.681162,0.600189,-2.12473,0.682965,1.35375,-2.12315,0.681162,1.20053,-2.08163,0.664398,1.19925,-2.14514,0.800671,1.20053,-2.41061,0.664398,1.19925,-2.34765,0.800671,1.19925,-2.126,0.764588,1.19925,-2.36758,0.764588,1.20818,-2.36732,0.663487,1.19925,-2.33339,0.804552,1.20818,-2.11735,0.663487,1.19925,-2.15503,0.804552,1.19925,-2.08519,0.682965,1.19925,-2.40839,0.682965,0.693567,-2.08163,0.664389,0.693567,-2.14709,0.800671,0.693567,-2.41061,0.664389,0.693567,-2.3457,0.800671,0.693567,-2.126,0.764588,0.693567,-2.36758,0.764588,0.693567,-2.36732,0.663426,0.693567,-2.31994,0.804552,0.693567,-2.11735,0.663426,0.693567,-2.16842,0.804552,0.693567,-2.08519,0.682965,0.693567,-2.40839,0.682965,0.601547,-2.32509,0.664389,0.601547,-2.29387,0.800671,1.36071,-2.32509,0.664748,1.2931,-2.30785,0.798897,0.600189,-2.30213,0.764588,1.32054,-2.31168,0.753886,0.600189,-2.32083,0.682965,1.36273,-2.32212,0.680904,1.20945,-2.32531,0.663496,1.19925,-2.30567,0.804552};
			return value;
		}
		private double[] getCoordinate_8_150_point_4()
		{
			double[] value = {0.693567,-2.32531,0.663426,0.693567,-2.29479,0.804552,0.601547,-2.16134,0.664389,0.601547,-2.19542,0.800671,1.36071,-2.16134,0.664748,1.2931,-2.18203,0.798897,0.600189,-2.18639,0.764588,1.32054,-2.17725,0.753886,0.600189,-2.16599,0.682965,1.36273,-2.16475,0.680904,1.20945,-2.1611,0.663495,1.19925,-2.18424,0.804552,0.693567,-2.1611,0.663426,0.693567,-2.19465,0.804552};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_155_point_1()
		{
			double[] value = {0.159472,-2.15614,0.789028,-0.537866,-2.14725,0.78548,0.159472,-2.34085,0.789028,-0.537866,-2.34974,0.78548,0.159472,-2.10531,0.667279,0.159472,-2.12829,0.722318,-0.571068,-2.10531,0.667299,-0.557308,-2.12459,0.718651,0.159472,-2.39359,0.667279,0.159472,-2.36975,0.722318,-0.571068,-2.39359,0.667299,-0.557308,-2.37345,0.718651,-0.526785,-2.35536,0.789028,-0.526785,-2.13822,0.789028,-0.54719,-2.1037,0.663565,-0.526785,-2.15223,0.804552,-0.54719,-2.39526,0.663565,-0.526785,-2.34451,0.804552,-0.526785,-2.38871,0.722318,-0.526785,-2.41623,0.667279,-0.526785,-2.07735,0.667279,-0.526785,-2.10487,0.722318,0.154039,-2.35536,0.789028,-0.186872,-2.35536,0.789028,-0.186872,-2.13822,0.789028,0.154039,-2.13822,0.789028,-0.186872,-2.1037,0.663426,0.154039,-2.1037,0.663426,0.154039,-2.16262,0.804552,-0.186872,-2.15742,0.804552,-0.186872,-2.39526,0.663426,0.154039,-2.39526,0.663426,0.154039,-2.33413,0.804552,-0.186872,-2.33932,0.804552,-0.186872,-2.38871,0.722318,0.154039,-2.38871,0.722318,-0.186872,-2.41623,0.667279,0.154039,-2.41623,0.667279,-0.186872,-2.07735,0.667279,0.154039,-2.07735,0.667279,-0.186872,-2.10487,0.722318,0.154039,-2.10487,0.722318,0.159472,-2.17748,0.789028,-0.544511,-2.1605,0.781933,0.159472,-2.13861,0.667279,0.159472,-2.15618,0.722318,-0.610915,-2.13861,0.66732,-0.583396,-2.14912,0.714985,-0.567595,-2.13738,0.663704,-0.526785,-2.16259,0.804552,-0.186872,-2.13738,0.663426,0.154039,-2.13738,0.663426,0.154039,-2.18243,0.804552,-0.186872,-2.17251,0.804552,0.159472,-2.32162,0.789028,0.159472,-2.2489,0.789028,-0.544511,-2.24859,0.781933,-0.544511,-2.3383,0.781933,0.159472,-2.25008,0.667279,0.159472,-2.36358,0.667279,0.159472,-2.24955,0.722318,0.159472,-2.34461,0.722318,-0.610915,-2.36358,0.66732,-0.610915,-2.25008,0.66732,-0.583395,-2.35154,0.714985,-0.583396,-2.24942,0.714985,-0.567595,-2.25012,0.663704,-0.567595,-2.36491,0.663704,-0.526785,-2.24839,0.804552,-0.526785,-2.33576,0.804552,-0.186872,-2.25012,0.663426,-0.186872,-2.36491,0.663426,0.154039,-2.25012,0.663426,0.154039,-2.36491,0.663426,0.154039,-2.24875,0.804552,0.154039,-2.31627,0.804552,-0.186872,-2.24857,0.804552,-0.186872,-2.32601,0.804552,0.158114,-2.35173,0.789028,0.158114,-2.1427,0.789028,-0.531773,-2.35395,0.788141,-0.531773,-2.14048,0.788141,0.158114,-2.1041,0.664389,0.158114,-2.161,0.800671,-0.56558,-2.1041,0.664568,-0.531773,-2.15098,0.799784,0.159472,-2.14593,0.764588,-0.546049,-2.13909,0.759237,0.159472,-2.17043,0.789028,-0.54285,-2.15507,0.78282,0.158114,-2.39485,0.664389,0.158114,-2.33581,0.800671,-0.56558,-2.39485,0.664568,-0.531773,-2.34582,0.799784,0.159472,-2.35144,0.764588,-0.546049,-2.35828,0.759237,0.159472,-2.32879,0.789028,-0.54285,-2.34407,0.782819,0.158114,-2.41057,0.667279,0.158114,-2.38397,0.722318};
			return value;
		}
		private double[] getCoordinate_8_155_point_2()
		{
			double[] value = {0.158114,-2.11072,0.722318,0.158114,-2.08434,0.667279,-0.536633,-2.3849,0.721401,-0.540073,-2.41057,0.667284,-0.536633,-2.1098,0.721401,-0.540073,-2.08434,0.667284,0.159472,-2.14697,0.722318,0.159472,-2.12761,0.667279,-0.600953,-2.12761,0.667314,-0.576874,-2.14059,0.715901,0.159472,-2.37477,0.667279,0.159472,-2.35399,0.722318,-0.600953,-2.37477,0.667314,-0.576874,-2.36034,0.715901,0.159472,-2.11186,0.682965,-0.567146,-2.11093,0.681934,0.159472,-2.3868,0.682965,-0.567146,-2.38772,0.681934,-0.531886,-2.41195,0.664424,-0.526785,-2.34877,0.800671,-0.531886,-2.08297,0.664424,-0.526785,-2.14561,0.800671,-0.526785,-2.36758,0.764588,-0.526785,-2.126,0.764588,-0.562494,-2.12626,0.66367,-0.526785,-2.15794,0.804552,-0.562494,-2.37623,0.66367,-0.526785,-2.34079,0.804552,-0.526785,-2.40839,0.682965,-0.526785,-2.08519,0.682965,-0.439589,-2.35536,0.789028,-0.439589,-2.13822,0.789028,-0.44469,-2.1037,0.663461,-0.439589,-2.15353,0.804552,-0.44469,-2.39526,0.663461,-0.439589,-2.34322,0.804552,-0.439589,-2.38871,0.722318,-0.439589,-2.41623,0.667279,-0.439589,-2.07735,0.667279,-0.439589,-2.10487,0.722318,-0.186872,-2.41195,0.664389,0.154039,-2.41195,0.664389,-0.186872,-2.34747,0.800671,0.154039,-2.34617,0.800671,-0.186872,-2.08297,0.664389,0.154039,-2.08297,0.664389,-0.186872,-2.1469,0.800671,0.154039,-2.1482,0.800671,-0.186872,-2.36758,0.764588,0.154039,-2.36758,0.764588,-0.186872,-2.126,0.764588,0.154039,-2.126,0.764588,-0.186872,-2.12626,0.663426,0.154039,-2.12626,0.663426,-0.186872,-2.16692,0.804552,0.154039,-2.17589,0.804552,-0.186872,-2.37623,0.663426,0.154039,-2.37623,0.663426,-0.186872,-2.33186,0.804552,0.154039,-2.32293,0.804552,-0.186872,-2.40839,0.682965,0.154039,-2.40839,0.682965,-0.186872,-2.08519,0.682965,0.154039,-2.08519,0.682965,0.066094,-2.35536,0.789028,0.066094,-2.13822,0.789028,0.066094,-2.1037,0.663426,0.066094,-2.16132,0.804552,0.066094,-2.39526,0.663426,0.066094,-2.33543,0.804552,0.066094,-2.38871,0.722318,0.066094,-2.41623,0.667279,0.066094,-2.07735,0.667279,0.066094,-2.10487,0.722318,0.158114,-2.13769,0.664389,0.158114,-2.18119,0.800671,-0.601048,-2.13769,0.664748,-0.533434,-2.16207,0.798897,0.159472,-2.16968,0.764588,-0.560878,-2.15661,0.753886,0.159472,-2.14362,0.682965,-0.603072,-2.14186,0.680904,-0.449792,-2.13738,0.663495,-0.439589,-2.16507,0.804552,0.066094,-2.13738,0.663426,0.066094,-2.17995,0.804552,0.159472,-2.19705,0.789028,-0.544511,-2.18464,0.781933,0.159472,-2.16915,0.667279,0.159472,-2.18176,0.722318,-0.610915,-2.16915,0.66732,-0.583396,-2.1766,0.714985,-0.567595,-2.16827,0.663704,-0.526785,-2.1861,0.804552,-0.186872,-2.16827,0.663426,0.154039,-2.16827,0.663426,0.154039,-2.2006,0.804552,-0.186872,-2.19335,0.804552,0.158114,-2.25011,0.664389,0.158114,-2.36457,0.664389};
			return value;
		}
		private double[] getCoordinate_8_155_point_3()
		{
			double[] value = {0.158114,-2.24879,0.800671,0.158114,-2.31761,0.800671,-0.601048,-2.36457,0.664748,-0.601048,-2.25011,0.664748,-0.533434,-2.24844,0.798897,-0.533434,-2.33639,0.798897,0.159472,-2.33004,0.764588,0.159472,-2.24914,0.764588,-0.560878,-2.2489,0.753886,-0.560878,-2.34288,0.753886,0.159472,-2.35817,0.682965,0.159472,-2.24993,0.682965,-0.603072,-2.2499,0.680904,-0.603072,-2.35991,0.680904,-0.449792,-2.25012,0.663495,-0.449792,-2.36491,0.663495,-0.439589,-2.24844,0.804552,-0.439589,-2.33332,0.804552,0.066094,-2.25012,0.663426,0.066094,-2.36491,0.663426,0.066094,-2.2487,0.804552,0.066094,-2.31871,0.804552,0.159472,-2.30108,0.789028,-0.544511,-2.31296,0.781933,0.159472,-2.33152,0.667279,0.159472,-2.31776,0.722318,-0.610915,-2.33152,0.66732,-0.583395,-2.32269,0.714985,-0.567595,-2.33248,0.663704,-0.526785,-2.31108,0.804552,-0.186872,-2.33248,0.663426,0.154039,-2.33248,0.663426,0.154039,-2.29719,0.804552,-0.186872,-2.30414,0.804552,0.157057,-2.34494,0.797652,0.157057,-2.40715,0.665138,0.157057,-2.08881,0.665138,0.157057,-2.15007,0.797652,-0.529987,-2.34939,0.797258,-0.545013,-2.40715,0.665218,-0.545013,-2.08881,0.665218,-0.529987,-2.14562,0.797258,0.158114,-2.36354,0.764588,0.158114,-2.13099,0.764588,-0.533819,-2.36525,0.763251,-0.533819,-2.12928,0.763251,0.158114,-2.1266,0.664389,0.158114,-2.17452,0.800671,-0.592181,-2.1266,0.664703,-0.533019,-2.15723,0.799119,0.159472,-2.16183,0.764588,-0.557171,-2.15002,0.755224,0.158114,-2.37586,0.664389,0.158114,-2.32439,0.800671,-0.592181,-2.37586,0.664703,-0.533019,-2.34161,0.799119,0.159472,-2.33802,0.764588,-0.557171,-2.34978,0.755224,0.158114,-2.40299,0.682965,0.158114,-2.09186,0.682965,-0.539093,-2.40322,0.682707,-0.539093,-2.09163,0.682707,0.159472,-2.13313,0.682965,-0.594091,-2.13153,0.681162,0.159472,-2.36885,0.682965,-0.594091,-2.37044,0.681162,-0.440864,-2.41195,0.664398,-0.439589,-2.34844,0.800671,-0.440864,-2.08297,0.664398,-0.439589,-2.14593,0.800671,-0.439589,-2.36758,0.764588,-0.439589,-2.126,0.764588,-0.448516,-2.12626,0.663487,-0.439589,-2.16019,0.804552,-0.448516,-2.37623,0.663487,-0.439589,-2.33855,0.804552,-0.439589,-2.40839,0.682965,-0.439589,-2.08519,0.682965,0.066094,-2.41195,0.664389,0.066094,-2.34649,0.800671,0.066094,-2.08297,0.664389,0.066094,-2.14788,0.800671,0.066094,-2.36758,0.764588,0.066094,-2.126,0.764588,0.066094,-2.12626,0.663426,0.066094,-2.17365,0.804552,0.066094,-2.37623,0.663426,0.066094,-2.32516,0.804552,0.066094,-2.40839,0.682965,0.066094,-2.08519,0.682965,0.158114,-2.16849,0.664389,0.158114,-2.19971,0.800671,-0.601048,-2.16849,0.664748,-0.533434,-2.18574,0.798897,0.159472,-2.19145,0.764588,-0.560878,-2.1819,0.753886,0.159472,-2.17275,0.682965,-0.603072,-2.17146,0.680904,-0.449792,-2.16827,0.663495,-0.439589,-2.18791,0.804552};
			return value;
		}
		private double[] getCoordinate_8_155_point_4()
		{
			double[] value = {0.066094,-2.16827,0.663426,0.066094,-2.19879,0.804552,0.158114,-2.33224,0.664389,0.158114,-2.29817,0.800671,-0.601048,-2.33224,0.664748,-0.533434,-2.31155,0.798897,0.159472,-2.30719,0.764588,-0.560878,-2.31633,0.753886,0.159472,-2.32759,0.682965,-0.603072,-2.32883,0.680904,-0.449792,-2.33248,0.663495,-0.439589,-2.30934,0.804552,0.066094,-2.33248,0.663426,0.066094,-2.29893,0.804552};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_160_point_1()
		{
			double[] value = {0.602172,-2.15614,0.789028,0.158633,-2.15614,0.789028,0.602172,-2.34085,0.789028,0.602172,-2.2502,0.789028,0.158633,-2.2502,0.789028,0.158633,-2.34085,0.789028,0.602172,-2.10531,0.667279,0.602172,-2.12829,0.722318,0.158633,-2.10531,0.667279,0.158633,-2.12829,0.722318,0.602172,-2.39359,0.667279,0.602172,-2.36975,0.722318,0.602172,-2.25211,0.667279,0.602172,-2.25125,0.722318,0.158633,-2.25211,0.667279,0.158633,-2.25125,0.722318,0.158633,-2.39359,0.667279,0.158633,-2.36975,0.722318,0.163069,-2.35536,0.789028,0.163068,-2.13822,0.789028,0.163069,-2.1037,0.663426,0.163068,-2.16262,0.804552,0.163069,-2.39526,0.663426,0.163069,-2.25217,0.663426,0.163069,-2.33413,0.804552,0.163069,-2.24996,0.804552,0.163069,-2.38871,0.722318,0.163069,-2.41623,0.667279,0.163069,-2.07735,0.667279,0.163068,-2.10487,0.722318,0.596738,-2.35536,0.789028,0.379404,-2.35536,0.789028,0.379404,-2.13822,0.789028,0.596738,-2.13822,0.789028,0.379404,-2.1037,0.663426,0.596738,-2.1037,0.663426,0.596738,-2.16262,0.804552,0.379404,-2.16262,0.804552,0.379404,-2.39526,0.663426,0.596738,-2.39526,0.663426,0.379404,-2.25217,0.663426,0.596738,-2.25217,0.663426,0.596738,-2.33413,0.804552,0.379404,-2.33413,0.804552,0.596738,-2.24996,0.804552,0.379404,-2.24996,0.804552,0.379404,-2.38871,0.722318,0.596738,-2.38871,0.722318,0.379404,-2.41623,0.667279,0.596738,-2.41623,0.667279,0.379404,-2.07735,0.667279,0.596738,-2.07735,0.667279,0.379404,-2.10487,0.722318,0.596738,-2.10487,0.722318,0.600813,-2.35173,0.789028,0.600813,-2.1427,0.789028,0.159742,-2.35173,0.789028,0.159742,-2.1427,0.789028,0.600813,-2.1041,0.664389,0.600813,-2.161,0.800671,0.159742,-2.1041,0.664389,0.159742,-2.161,0.800671,0.602172,-2.14593,0.764588,0.158633,-2.14593,0.764588,0.602172,-2.18861,0.789028,0.158633,-2.18861,0.789028,0.600813,-2.39485,0.664389,0.600813,-2.25216,0.664389,0.600813,-2.33581,0.800671,0.600813,-2.25002,0.800671,0.159742,-2.25216,0.664389,0.159742,-2.39485,0.664389,0.159742,-2.25002,0.800671,0.159742,-2.33581,0.800671,0.602172,-2.25058,0.764588,0.602172,-2.35144,0.764588,0.158633,-2.35144,0.764588,0.158633,-2.25058,0.764588,0.602172,-2.31094,0.789028,0.158633,-2.31094,0.789028,0.600813,-2.41057,0.667279,0.600813,-2.38397,0.722318,0.600813,-2.11072,0.722318,0.600813,-2.08434,0.667279,0.159742,-2.38397,0.722318,0.159742,-2.41057,0.667279,0.159742,-2.11072,0.722318,0.159742,-2.08434,0.667279,0.602172,-2.17074,0.722318,0.602172,-2.15599,0.667279,0.158633,-2.15599,0.667279,0.158633,-2.17074,0.722318,0.602172,-2.34691,0.667279,0.602172,-2.33065,0.722318,0.158633,-2.34691,0.667279,0.158633,-2.33065,0.722318,0.602172,-2.11186,0.682965,0.158633,-2.11186,0.682965,0.602172,-2.3868,0.682965,0.602172,-2.25187,0.682965};
			return value;
		}
		private double[] getCoordinate_8_160_point_2()
		{
			double[] value = {0.158633,-2.25186,0.682965,0.158633,-2.3868,0.682965,0.163069,-2.41195,0.664389,0.163069,-2.34617,0.800671,0.163069,-2.08297,0.664389,0.163068,-2.1482,0.800671,0.163069,-2.36758,0.764588,0.163068,-2.126,0.764588,0.163069,-2.15496,0.663426,0.163068,-2.19277,0.804552,0.163069,-2.34804,0.663426,0.163069,-2.30635,0.804552,0.163069,-2.40839,0.682965,0.163069,-2.08519,0.682965,0.21937,-2.35536,0.789028,0.21937,-2.13822,0.789028,0.21937,-2.1037,0.663426,0.21937,-2.16262,0.804552,0.21937,-2.39526,0.663426,0.21937,-2.25217,0.663426,0.21937,-2.33413,0.804552,0.21937,-2.24996,0.804552,0.21937,-2.38871,0.722318,0.21937,-2.41623,0.667279,0.21937,-2.07735,0.667279,0.21937,-2.10487,0.722318,0.379404,-2.41195,0.664389,0.596738,-2.41195,0.664389,0.379404,-2.34617,0.800671,0.596738,-2.34617,0.800671,0.379404,-2.08297,0.664389,0.596738,-2.08297,0.664389,0.379404,-2.1482,0.800671,0.596738,-2.1482,0.800671,0.379404,-2.36758,0.764588,0.596738,-2.36758,0.764588,0.379404,-2.126,0.764588,0.596738,-2.126,0.764588,0.379404,-2.15496,0.663426,0.596738,-2.15496,0.663426,0.379404,-2.19277,0.804552,0.596738,-2.19277,0.804552,0.379404,-2.34804,0.663426,0.596738,-2.34804,0.663426,0.379404,-2.30635,0.804552,0.596738,-2.30635,0.804552,0.379404,-2.40839,0.682965,0.596738,-2.40839,0.682965,0.379404,-2.08519,0.682965,0.596738,-2.08519,0.682965,0.539688,-2.35536,0.789028,0.539688,-2.13822,0.789028,0.539688,-2.1037,0.663426,0.539688,-2.16262,0.804552,0.539688,-2.39526,0.663426,0.539688,-2.25217,0.663426,0.539688,-2.33413,0.804552,0.539688,-2.24996,0.804552,0.539688,-2.38871,0.722318,0.539688,-2.41623,0.667279,0.539688,-2.07735,0.667279,0.539688,-2.10487,0.722318,0.599757,-2.34494,0.797652,0.599757,-2.40715,0.665138,0.599757,-2.08881,0.665138,0.599757,-2.15007,0.797652,0.160604,-2.34494,0.797652,0.160604,-2.40715,0.665138,0.160604,-2.08881,0.665138,0.160604,-2.15007,0.797652,0.600813,-2.36354,0.764588,0.600813,-2.13099,0.764588,0.159742,-2.36354,0.764588,0.159742,-2.13099,0.764588,0.600813,-2.15521,0.664389,0.600813,-2.19173,0.800671,0.159742,-2.15521,0.664389,0.159742,-2.19173,0.800671,0.602172,-2.18206,0.764588,0.158633,-2.18206,0.764588,0.600813,-2.34776,0.664389,0.600813,-2.3075,0.800671,0.159742,-2.34776,0.664389,0.159742,-2.3075,0.800671,0.602172,-2.31816,0.764588,0.158633,-2.31816,0.764588,0.600813,-2.40299,0.682965,0.600813,-2.09186,0.682965,0.159742,-2.40299,0.682965,0.159742,-2.09186,0.682965,0.602172,-2.16019,0.682965,0.158633,-2.16019,0.682965,0.602172,-2.34227,0.682965,0.158633,-2.34227,0.682965,0.21937,-2.41195,0.664389,0.21937,-2.34617,0.800671,0.21937,-2.08297,0.664389,0.21937,-2.1482,0.800671,0.21937,-2.36758,0.764588,0.21937,-2.126,0.764588};
			return value;
		}
		private double[] getCoordinate_8_160_point_3()
		{
			double[] value = {0.21937,-2.15496,0.663426,0.21937,-2.19277,0.804552,0.21937,-2.34804,0.663426,0.21937,-2.30635,0.804552,0.21937,-2.40839,0.682965,0.21937,-2.08519,0.682965,0.539688,-2.41195,0.664389,0.539688,-2.34617,0.800671,0.539688,-2.08297,0.664389,0.539688,-2.1482,0.800671,0.539688,-2.36758,0.764588,0.539688,-2.126,0.764588,0.539688,-2.15496,0.663426,0.539688,-2.19277,0.804552,0.539688,-2.34804,0.663426,0.539688,-2.30635,0.804552,0.539688,-2.40839,0.682965,0.539688,-2.08519,0.682965};
			return value;
		}

		/** Large attribute array: TextureCoordinate point field, scene-graph level=10, element #112, 134 total numbers made up of 67 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_112_point()
		{
			MFVec2f TextureCoordinate_10_112_point = new MFVec2f(new double[] {0.987903,0.685632,0.984782,0.665157,0.986394,0.625989,0.983273,0.605515,0.984885,0.566346,0.981764,0.545873,0.983376,0.506704,0.980255,0.48623,0.981867,0.447062,0.978746,0.426588,0.980357,0.387419,0.977237,0.366945,0.978848,0.327777,0.975727,0.307303,0.977339,0.268135,0.974218,0.247661,1.47025,0.0255656,0.972709,0.188018,0.974321,0.14885,0.9712,0.128376,0.972812,0.0892073,0.969691,0.0687333,0.971303,0.0295649,0.968182,0.00909095,0.969793,-0.0300775,0.966673,-0.0505514,0.968284,-0.08972,0.965164,-0.110194,0.966775,-0.149362,0.963654,-0.169836,0.965266,-0.209005,0.962145,-0.229479,0.963757,-0.268647,0.976062,-0.262564,1.4974,0.496154,0.324123,0.926009,0.175429,0.826655,0.0760747,0.677961,1.02681,0.496154,0.0760743,0.327167,0.175429,0.178473,0.324123,0.0791192,0.499519,0.0442308,1.67748,0.0613869,1.83015,0.163398,0.922964,0.327167,0.957852,0.502564,0.922964,0.67796,1.83015,0.82891,1.67748,0.930921,1.93217,0.316067,1.96799,0.496154,1.93217,0.67624,1.4974,0.966742,1.31731,0.930921,1.16464,0.828911,1.06263,0.67624,1.06263,0.316067,1.16464,0.163397,1.31731,0.0613869,0.82361,0.826655,0.674916,0.926009,0.499519,0.960897,0.041186,0.502564,0.674916,0.0791192,0.499519,0.502564,0.82361,0.178473});
			return TextureCoordinate_10_112_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #125, 350 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_8_125_coordIndex()
		{
			MFInt32 IndexedFaceSet_8_125_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_8_125_coordIndex_1()));
			return IndexedFaceSet_8_125_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=8, element #125, 350 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_8_125_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_8_125_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_8_125_texCoordIndex_1()));
			return IndexedFaceSet_8_125_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=9, element #125, 4683 total numbers made up of 1561 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_9_125_point()
		{
			MFVec3f Coordinate_9_125_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_9_125_point_1()))
				.append(new MFVec3f(getCoordinate_9_125_point_2()))
				.append(new MFVec3f(getCoordinate_9_125_point_3()))
				.append(new MFVec3f(getCoordinate_9_125_point_4()))
				.append(new MFVec3f(getCoordinate_9_125_point_5()))
				.append(new MFVec3f(getCoordinate_9_125_point_6()))
				.append(new MFVec3f(getCoordinate_9_125_point_7()))
				.append(new MFVec3f(getCoordinate_9_125_point_8()))
				.append(new MFVec3f(getCoordinate_9_125_point_9()))
				.append(new MFVec3f(getCoordinate_9_125_point_10()))
				.append(new MFVec3f(getCoordinate_9_125_point_11()))
				.append(new MFVec3f(getCoordinate_9_125_point_12()))
				.append(new MFVec3f(getCoordinate_9_125_point_13()))
				.append(new MFVec3f(getCoordinate_9_125_point_14()))
				.append(new MFVec3f(getCoordinate_9_125_point_15()))
				.append(new MFVec3f(getCoordinate_9_125_point_16()));
			return Coordinate_9_125_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=8, element #131, 5810 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_8_131_coordIndex()
		{
			MFInt32 IndexedFaceSet_8_131_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_8_131_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_8_131_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_8_131_coordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_8_131_coordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_8_131_coordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_8_131_coordIndex_6()));
			return IndexedFaceSet_8_131_coordIndex;
		}
		/** Large attribute array: IndexedFaceSet texCoordIndex field, scene-graph level=8, element #131, 5810 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_8_131_texCoordIndex()
		{
			MFInt32 IndexedFaceSet_8_131_texCoordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_8_131_texCoordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_8_131_texCoordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_8_131_texCoordIndex_3()))
				.append(new MFInt32(getIndexedFaceSet_8_131_texCoordIndex_4()))
				.append(new MFInt32(getIndexedFaceSet_8_131_texCoordIndex_5()))
				.append(new MFInt32(getIndexedFaceSet_8_131_texCoordIndex_6()));
			return IndexedFaceSet_8_131_texCoordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=9, element #131, 3642 total numbers made up of 1214 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_9_131_point()
		{
			MFVec3f Coordinate_9_131_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_9_131_point_1()))
				.append(new MFVec3f(getCoordinate_9_131_point_2()))
				.append(new MFVec3f(getCoordinate_9_131_point_3()))
				.append(new MFVec3f(getCoordinate_9_131_point_4()))
				.append(new MFVec3f(getCoordinate_9_131_point_5()))
				.append(new MFVec3f(getCoordinate_9_131_point_6()))
				.append(new MFVec3f(getCoordinate_9_131_point_7()))
				.append(new MFVec3f(getCoordinate_9_131_point_8()))
				.append(new MFVec3f(getCoordinate_9_131_point_9()))
				.append(new MFVec3f(getCoordinate_9_131_point_10()))
				.append(new MFVec3f(getCoordinate_9_131_point_11()))
				.append(new MFVec3f(getCoordinate_9_131_point_12()))
				.append(new MFVec3f(getCoordinate_9_131_point_13()));
			return Coordinate_9_131_point;
		}
		/** Large attribute array: TextureCoordinate point field, scene-graph level=9, element #132, 4878 total numbers made up of 2439 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_9_132_point()
		{
			MFVec2f TextureCoordinate_9_132_point = new MFVec2f()/*2.finalize*/
				.append(new MFVec2f(getTextureCoordinate_9_132_point_1()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_2()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_3()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_4()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_5()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_6()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_7()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_8()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_9()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_10()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_11()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_12()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_13()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_14()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_15()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_16()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_17()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_18()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_19()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_20()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_21()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_22()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_23()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_24()))
				.append(new MFVec2f(getTextureCoordinate_9_132_point_25()));
			return TextureCoordinate_9_132_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #145, 2600 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_7_145_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_145_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_145_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_145_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_145_coordIndex_3()));
			return IndexedFaceSet_7_145_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #145, 1566 total numbers made up of 522 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_8_145_point()
		{
			MFVec3f Coordinate_8_145_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_145_point_1()))
				.append(new MFVec3f(getCoordinate_8_145_point_2()))
				.append(new MFVec3f(getCoordinate_8_145_point_3()))
				.append(new MFVec3f(getCoordinate_8_145_point_4()))
				.append(new MFVec3f(getCoordinate_8_145_point_5()))
				.append(new MFVec3f(getCoordinate_8_145_point_6()));
			return Coordinate_8_145_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #150, 1560 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_7_150_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_150_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_150_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_150_coordIndex_2()));
			return IndexedFaceSet_7_150_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #150, 942 total numbers made up of 314 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_8_150_point()
		{
			MFVec3f Coordinate_8_150_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_150_point_1()))
				.append(new MFVec3f(getCoordinate_8_150_point_2()))
				.append(new MFVec3f(getCoordinate_8_150_point_3()))
				.append(new MFVec3f(getCoordinate_8_150_point_4()));
			return Coordinate_8_150_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #155, 1560 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_7_155_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_155_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_155_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_155_coordIndex_2()));
			return IndexedFaceSet_7_155_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #155, 942 total numbers made up of 314 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_8_155_point()
		{
			MFVec3f Coordinate_8_155_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_155_point_1()))
				.append(new MFVec3f(getCoordinate_8_155_point_2()))
				.append(new MFVec3f(getCoordinate_8_155_point_3()))
				.append(new MFVec3f(getCoordinate_8_155_point_4()));
			return Coordinate_8_155_point;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #160, 1080 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_7_160_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_160_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_160_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_160_coordIndex_2()));
			return IndexedFaceSet_7_160_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #160, 654 total numbers made up of 218 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_8_160_point()
		{
			MFVec3f Coordinate_8_160_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_160_point_1()))
				.append(new MFVec3f(getCoordinate_8_160_point_2()))
				.append(new MFVec3f(getCoordinate_8_160_point_3()));
			return Coordinate_8_160_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 WashingtonStatePatrolCruiser 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 WashingtonStatePatrolCruiser().getX3dModel();
//      System.out.println("X3D model construction complete.");
	
        // next handle command line arguments
        boolean hasArguments = (args != null) && (args.length > 0);
        boolean validate = true; // default
        boolean argumentsLoadNewModel = false;
        String  fileName = new String();

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

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