package Savage.CommunicationsAndSensors.Sonar;

import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.EnvironmentalSensor.*;
import org.web3d.x3d.jsail.EventUtilities.*;
import org.web3d.x3d.jsail.fields.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.Lighting.*;
import org.web3d.x3d.jsail.Navigation.*;
import org.web3d.x3d.jsail.Networking.*;
import org.web3d.x3d.jsail.PointingDeviceSensor.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Scripting.*;
import org.web3d.x3d.jsail.Shape.*;
import org.web3d.x3d.jsail.Text.*;
import org.web3d.x3d.jsail.Texturing.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> Stack Scene autogenerated by Sonar Visualization Metcast Query Web Service. </p>
 <p> Related links: Catalog page <a href="../../../../CommunicationsAndSensors/Sonar/AuvwStackSceneVisualizationExampleIndex.html" target="_blank">AuvwStackSceneVisualizationExample</a>,  source <a href="../../../../CommunicationsAndSensors/Sonar/AuvwStackSceneVisualizationExample.java">AuvwStackSceneVisualizationExample.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="../../../../CommunicationsAndSensors/Sonar/AuvwStackSceneVisualizationExample.x3d">AuvwStackSceneVisualizationExample.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Stack Scene autogenerated by Sonar Visualization Metcast Query Web Service </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 22 May 2005 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 20 October 2019 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> LT Scott Rosetti USN </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> StackScene3D.java </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> TODO </i> </td>
			<td> fix "quotations" for Text strings in java source </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/CommunicationsAndSensors/Sonar/AuvwStackSceneVisualizationExample.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Sonar/AuvwStackSceneVisualizationExample.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../CommunicationsAndSensors/Sonar/../../license.html">../../license.html</a> </td>
		</tr>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center;" colspan="2">  &nbsp; </td>
		</tr>
	</table>

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

	* @author LT Scott Rosetti USN
 */

public class AuvwStackSceneVisualizationExample
{
	/** Default constructor to create this object. */
	public AuvwStackSceneVisualizationExample ()
	{
	  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("AuvwStackSceneVisualizationExample.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Stack Scene autogenerated by Sonar Visualization Metcast Query Web Service"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("22 May 2005"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("20 October 2019"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("LT Scott Rosetti USN"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("StackScene3D.java"))
    .addMeta(new meta().setName(meta.NAME_TODO       ).setContent("fix \"quotations\" for Text strings in java source"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Sonar/AuvwStackSceneVisualizationExample.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("AuvwStackSceneVisualizationExample.x3d"))
    .addChild(new Viewpoint().setDescription("Initial View").setJump(false).setOrientation(0.0,1.0,0.0,-1.57).setPosition(-400000.0,-111111.02419853487,0.0))
    .addChild(new Viewpoint().setDescription("Above View").setJump(false).setOrientation(1.0,0.0,0.0,-1.57).setPosition(0.0,150000.0,0.0))
    .addChild(new Viewpoint().setDescription("Bathymetry View").setJump(false).setPosition(0.0,-219999.84355736276,200000.0))
    .addChild(new Transform().setTranslation(65616.14173228346,-99999.92177868138,-65616.14173228346)
      .addChild(new Billboard()
        .addChild(new Shape()
          .setGeometry(new Cylinder().setHeight(199999.84355736276).setRadius(500)))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,99999.92177868138,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"0 ft --"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,79999.92177868138,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"50 ft -"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,59999.92177868138,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"100 ft --"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,39999.92177868138,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"150 ft -"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,19999.921778681382,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"200 ft --"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,-0.07822131861757953,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"250 ft -"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,-20000.078221318618,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"300 ft --"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,-40000.07822131862,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"350 ft -"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,-60000.07822131862,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"400 ft --"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,-80000.07822131862,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"450 ft -"}))))
        .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-30000.0,-100000.07822131862,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"500 ft --"}))))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material().setEmissiveColor(0.0,0.0,1.0).setTransparency(.8)))
        .setGeometry(new Box().setSize(131232.28346456692,0.1,131232.28346456692))))
    .addChild(new Transform().setTranslation(65616.14173228346,-199999.84355736276,0.0)
      .addChild(new Transform().setRotation(1.0,0.0,0.0,1.57)
        .addChild(new Shape()
          .setGeometry(new Cylinder().setHeight(131232.28346456692).setRadius(500))))
      .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(0.0,0.0,75616.14173228346)
        .addChild(new Billboard()
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"East"}))))))
    .addChild(new Transform().setTranslation(0.0,-199999.84355736276,-65616.14173228346)
      .addChild(new Transform().setRotation(0.0,0.0,1.0,1.57)
        .addChild(new Shape()
          .setGeometry(new Cylinder().setHeight(131232.28346456692).setRadius(500))))
      .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-95616.14173228346,0.0,-10000.0)
        .addChild(new Billboard()
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"South"}))))))
    .addChild(new Transform().setScale(10000.0,10000.0,10000.0).setTranslation(-65616.14173228346,-234999.84355736276,-65616.14173228346)
      .addChild(new Transform().setRotation(0.0,1.0,0.0,-1.57)
        .addChild(new Shape()
          .setGeometry(new Text().setString(new String[] {"Min Bottom Depth: 4699 meters"})))))
    .addChild(new Transform().setRotation(1.0,0.0,0.0,-1.57)
      .addChild(new Transform()
        .addChild(new Transform().setRotation(0.0,0.0,1.0,1.57)
          .addChild(new Shape()
            .setGeometry(new Cylinder().setHeight(10000).setRadius(200))))
        .addChild(new Transform()
          .addChild(new Shape()
            .setGeometry(new Cylinder().setHeight(10000).setRadius(200))))
        .addChild(new Transform().setScale(5000.0,5000.0,5000.0).setTranslation(7000.0,-1000.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"N"}))))
        .addChild(new Transform().setScale(5000.0,5000.0,5000.0).setTranslation(-9000.0,-1000.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"S"}))))
        .addChild(new Transform().setScale(5000.0,5000.0,5000.0).setTranslation(-2000.0,7000.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"W"}))))
        .addChild(new Transform().setScale(5000.0,5000.0,5000.0).setTranslation(-1000.0,-9000.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"E"}))))))
    .addChild(new Switch().setWhichChoice(0)
      .addChild(new Transform()
        .addChild(new ProximitySensor("Viewpoint").setSize(1000000000.0,1000000000.0,1000000000.0))
        .addChild(new Switch().setWhichChoice(0)
          .addChild(new Transform("HUD")
            .addChild(new Transform().setTranslation(15.0,10.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button0").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material0").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"45ft"}))))
              .addChild(new TouchSensor("touch0").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger0")))
            .addChild(new Transform().setTranslation(15.0,8.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button1").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material1").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"100ft"}))))
              .addChild(new TouchSensor("touch1").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger1")))
            .addChild(new Transform().setTranslation(15.0,6.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button2").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material2").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"150ft"}))))
              .addChild(new TouchSensor("touch2").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger2")))
            .addChild(new Transform().setTranslation(15.0,4.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button3").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material3").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"200ft"}))))
              .addChild(new TouchSensor("touch3").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger3")))
            .addChild(new Transform().setTranslation(15.0,2.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button4").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material4").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"250ft"}))))
              .addChild(new TouchSensor("touch4").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger4")))
            .addChild(new Transform().setTranslation(15.0,0.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button5").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material5").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"300ft"}))))
              .addChild(new TouchSensor("touch5").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger5")))
            .addChild(new Transform().setTranslation(15.0,-2.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button6").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material6").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"350ft"}))))
              .addChild(new TouchSensor("touch6").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger6")))
            .addChild(new Transform().setTranslation(15.0,-4.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button7").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material7").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"400ft"}))))
              .addChild(new TouchSensor("touch7").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger7")))
            .addChild(new Transform().setTranslation(15.0,-6.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button8").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material8").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"450ft"}))))
              .addChild(new TouchSensor("touch8").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger8")))
            .addChild(new Transform().setTranslation(15.0,-8.0,-30.0)
              .addChild(new Shape()
                .setGeometry(new Sphere("button9").setRadius(0.3))
                .setAppearance(new Appearance()
                  .setMaterial(new Material("material9").setDiffuseColor(1.0,0.0,0.0))))
              .addChild(new Transform().setTranslation(1.0,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"500ft"}))))
              .addChild(new TouchSensor("touch9").setDescription("Toggles associated blade on and off"))
              .addChild(new BooleanTrigger("trigger9")))
            .addChild(new Transform("Status").setScale(10.0,10.0,10.0).setTranslation(-15.0,-7.8,-30.0)
              .addChild(new Shape()
                .setGeometry(new Box().setSize(.75,.75,.01))
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setEmissiveColor(.01,.01,.01).setTransparency(.5))))
              .addChild(new Transform().setTranslation(0.0,.375,.01)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(.77,.02,.01))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(.8,.8,.8)))))
              .addChild(new Transform().setTranslation(0.0,-.375,.01)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(.77,.02,.01))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(.8,.8,.8)))))
              .addChild(new Transform().setTranslation(.375,0.0,.01)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(.02,.75,.01))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(.8,.8,.8)))))
              .addChild(new Transform().setTranslation(-.375,0.0,.01)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(.02,.75,.01))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(.8,.8,.8)))))
              .addChild(new Transform().setTranslation(0.0,0.24,.01)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(.77,.02,.01))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(.8,.8,.8)))))
              .addChild(new Transform("Time").setScale(.08,.08,.08).setTranslation(-0.6,1.9,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"Time: No Time Selected"}))))
              .addChild(new Transform("Latitude").setScale(.08,.08,.08).setTranslation(-0.33,.1,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"Lat: 15-0 N"}))))
              .addChild(new Transform("Longitude").setScale(.08,.08,.08).setTranslation(-0.33,0.0,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"Long: 145-0 W"}))))
              .addChild(new Transform("SeaState").setScale(.08,.08,.08).setTranslation(-0.33,-.3,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"SeaState: 0"}))))
              .addChild(new Transform("WindSpeed").setScale(.08,.08,.08).setTranslation(-0.33,-0.2,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"Wind: 0 kts from North"}))))
              .addChild(new Transform("Size").setScale(.08,.08,.08).setTranslation(-0.33,-0.1,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"Data Range: 60.0 kyds"}))))
              .addChild(new Transform("Title").setScale(.1,.1,.1).setTranslation(-0.25,.28,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"Status Panel"})))))
            .addChild(new Transform("Legend").setScale(10.0,10.0,10.0).setTranslation(-15.0,0.5,-30.0)
              .addChild(new Shape()
                .setGeometry(new Box().setSize(.5,.75,.01))
                .setAppearance(new Appearance()
                  .setMaterial(new Material().setEmissiveColor(.01,.01,.01).setTransparency(.5))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.2,.28,0.0)
                .addChild(new Shape()
                  .setGeometry(new Text().setString(new String[] {"Signal Excess"}))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,.21,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(1.0,0.0,0.0))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"> 30"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,.15,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.949,0.688,0.027))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"25 - 30"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,.09,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.949,0.859,0.027))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"20 - 25"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,0.03,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.935,0.910,0.129))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"15 - 20"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,-0.03,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.527,0.867,0.116))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"10 - 15"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,-0.09,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.277,0.793,0.191))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"5 - 10"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,-0.15,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.134,0.776,0.847))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"0 - 5"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,-0.21,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.352,0.605,0.618))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"-5 - 0"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,-0.27,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.012,0.129,0.956))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"-10 - -5"})))))
              .addChild(new Transform().setScale(.08,.08,.08).setTranslation(-0.1,-0.33,0.05)
                .addChild(new Shape()
                  .setGeometry(new Box().setSize(1.5,0.6,.2))
                  .setAppearance(new Appearance()
                    .setMaterial(new Material().setDiffuseColor(0.449,0.018,0.953))))
                .addChild(new Transform().setScale(0.8,0.8,0.8).setTranslation(2.0,-0.2,0.0)
                  .addChild(new Shape()
                    .setGeometry(new Text().setString(new String[] {"less -10"}))))))
            .addChild(new Transform("SSP").setScale(10.0,10.0,10.0).setTranslation(-15.0,7.5,-30.0)
              .addChild(new Anchor().setDescription("View enlarges sound speed profile image").setParameter(new String[] {"target=_blank"}).setUrl(new String[] {"../Images/sspImage.png","http://cvs.sourceforge.net/viewcvs.py/*checkout*/xmsf/AuvWorkbench/resources/MetcastFiles/Images/sspImage.png"})
                .addChild(new Shape()
                  .setGeometry(new IndexedFaceSet().setCoordIndex(new int[] {0,1,2,3})
                    .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {0.5,0.3,0.0,-0.5,0.3,0.0,-0.5,-0.3,0.0,0.5,-0.3,0.0})))
                    .setTexCoord(new TextureCoordinate().setPoint(new MFVec2f(new double[] {1.0,1.0,0.0,1.0,0.0,0.0,1.0,0.0}))))
                  .setAppearance(new Appearance()
                    .setTexture(new ImageTexture("SSPTexture").setRepeatS(false).setRepeatT(false).setUrl(new String[] {"../Images/sspImage.png","http://cvs.sourceforge.net/viewcvs.py/*checkout*/xmsf/AuvWorkbench/resources/MetcastFiles/Images/sspImage.png"}))))))
            .addChild(new ROUTE().setFromNode("Viewpoint").setFromField("position_changed").setToNode("HUD").setToField("set_translation"))
            .addChild(new ROUTE().setFromNode("Viewpoint").setFromField("orientation_changed").setToNode("HUD").setToField("set_rotation"))))))
    .addChild(new Switch("Blade0").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-17999.999999999996,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_351_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_351_point()))
              .setColor(new Color().setColor(getColor_8_352_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_356_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_356_point()))
              .setColor(new Color().setColor(getColor_8_357_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_361_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_361_point()))
              .setColor(new Color().setColor(getColor_8_362_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_366_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_366_point()))
              .setColor(new Color().setColor(getColor_8_367_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_371_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_371_point()))
              .setColor(new Color().setColor(getColor_8_372_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_376_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_376_point()))
              .setColor(new Color().setColor(getColor_8_377_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_381_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_381_point()))
              .setColor(new Color().setColor(getColor_8_382_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_386_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_386_point()))
              .setColor(new Color().setColor(getColor_8_387_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_391_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_391_point()))
              .setColor(new Color().setColor(getColor_8_392_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_396_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_396_point()))
              .setColor(new Color().setColor(getColor_8_397_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_401_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_401_point()))
              .setColor(new Color().setColor(getColor_8_402_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_406_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_406_point()))
              .setColor(new Color().setColor(getColor_8_407_color())))))
        .addChild(new Script("booleanTogg0").setSourceCode("""
ecmascript:
function booleanToggler0(value, timestamp) {
	if(toggle0 == 0) { toggle0 = -1; color0[0]= 0.6; color0[1]= 0.6; color0[2]= 0.6;
	}
	else { toggle0 = 0; color0[0]= 1; color0[1]= 0; color0[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler0").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle0").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color0").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch0").setFromField("touchTime").setToNode("trigger0").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger0").setFromField("triggerTrue").setToNode("booleanTogg0").setToField("booleanToggler0"))
        .addChild(new ROUTE().setFromNode("booleanTogg0").setFromField("toggle0").setToNode("Blade0").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg0").setFromField("color0").setToNode("material0").setToField("diffuseColor"))))
    .addChild(new Switch("Blade1").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-39999.99999999999,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_421_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_421_point()))
              .setColor(new Color().setColor(getColor_8_422_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_426_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_426_point()))
              .setColor(new Color().setColor(getColor_8_427_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_431_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_431_point()))
              .setColor(new Color().setColor(getColor_8_432_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_436_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_436_point()))
              .setColor(new Color().setColor(getColor_8_437_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_441_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_441_point()))
              .setColor(new Color().setColor(getColor_8_442_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_446_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_446_point()))
              .setColor(new Color().setColor(getColor_8_447_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_451_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_451_point()))
              .setColor(new Color().setColor(getColor_8_452_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_456_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_456_point()))
              .setColor(new Color().setColor(getColor_8_457_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_461_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_461_point()))
              .setColor(new Color().setColor(getColor_8_462_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_466_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_466_point()))
              .setColor(new Color().setColor(getColor_8_467_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_471_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_471_point()))
              .setColor(new Color().setColor(getColor_8_472_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_476_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_476_point()))
              .setColor(new Color().setColor(getColor_8_477_color())))))
        .addChild(new Script("booleanTogg1").setSourceCode("""
ecmascript:
function booleanToggler1(value, timestamp) {
	if(toggle1 == 0) { toggle1 = -1; color1[0]= 0.6; color1[1]= 0.6; color1[2]= 0.6;
	}
	else { toggle1 = 0; color1[0]= 1; color1[1]= 0; color1[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler1").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle1").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color1").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch1").setFromField("touchTime").setToNode("trigger1").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger1").setFromField("triggerTrue").setToNode("booleanTogg1").setToField("booleanToggler1"))
        .addChild(new ROUTE().setFromNode("booleanTogg1").setFromField("toggle1").setToNode("Blade1").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg1").setFromField("color1").setToNode("material1").setToField("diffuseColor"))))
    .addChild(new Switch("Blade2").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-59999.96088934069,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_491_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_491_point()))
              .setColor(new Color().setColor(getColor_8_492_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_496_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_496_point()))
              .setColor(new Color().setColor(getColor_8_497_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_501_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_501_point()))
              .setColor(new Color().setColor(getColor_8_502_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_506_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_506_point()))
              .setColor(new Color().setColor(getColor_8_507_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_511_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_511_point()))
              .setColor(new Color().setColor(getColor_8_512_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_516_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_516_point()))
              .setColor(new Color().setColor(getColor_8_517_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_521_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_521_point()))
              .setColor(new Color().setColor(getColor_8_522_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_526_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_526_point()))
              .setColor(new Color().setColor(getColor_8_527_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_531_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_531_point()))
              .setColor(new Color().setColor(getColor_8_532_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_536_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_536_point()))
              .setColor(new Color().setColor(getColor_8_537_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_541_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_541_point()))
              .setColor(new Color().setColor(getColor_8_542_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_546_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_546_point()))
              .setColor(new Color().setColor(getColor_8_547_color())))))
        .addChild(new Script("booleanTogg2").setSourceCode("""
ecmascript:
function booleanToggler2(value, timestamp) {
	if(toggle2 == 0) { toggle2 = -1; color2[0]= 0.6; color2[1]= 0.6; color2[2]= 0.6;
	}
	else { toggle2 = 0; color2[0]= 1; color2[1]= 0; color2[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler2").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle2").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color2").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch2").setFromField("touchTime").setToNode("trigger2").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger2").setFromField("triggerTrue").setToNode("booleanTogg2").setToField("booleanToggler2"))
        .addChild(new ROUTE().setFromNode("booleanTogg2").setFromField("toggle2").setToNode("Blade2").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg2").setFromField("color2").setToNode("material2").setToField("diffuseColor"))))
    .addChild(new Switch("Blade3").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-79999.99999999999,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_561_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_561_point()))
              .setColor(new Color().setColor(getColor_8_562_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_566_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_566_point()))
              .setColor(new Color().setColor(getColor_8_567_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_571_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_571_point()))
              .setColor(new Color().setColor(getColor_8_572_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_576_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_576_point()))
              .setColor(new Color().setColor(getColor_8_577_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_581_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_581_point()))
              .setColor(new Color().setColor(getColor_8_582_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_586_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_586_point()))
              .setColor(new Color().setColor(getColor_8_587_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_591_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_591_point()))
              .setColor(new Color().setColor(getColor_8_592_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_596_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_596_point()))
              .setColor(new Color().setColor(getColor_8_597_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_601_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_601_point()))
              .setColor(new Color().setColor(getColor_8_602_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_606_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_606_point()))
              .setColor(new Color().setColor(getColor_8_607_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_611_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_611_point()))
              .setColor(new Color().setColor(getColor_8_612_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_616_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_616_point()))
              .setColor(new Color().setColor(getColor_8_617_color())))))
        .addChild(new Script("booleanTogg3").setSourceCode("""
ecmascript:
function booleanToggler3(value, timestamp) {
	if(toggle3 == 0) { toggle3 = -1; color3[0]= 0.6; color3[1]= 0.6; color3[2]= 0.6;
	}
	else { toggle3 = 0; color3[0]= 1; color3[1]= 0; color3[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler3").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle3").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color3").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch3").setFromField("touchTime").setToNode("trigger3").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger3").setFromField("triggerTrue").setToNode("booleanTogg3").setToField("booleanToggler3"))
        .addChild(new ROUTE().setFromNode("booleanTogg3").setFromField("toggle3").setToNode("Blade3").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg3").setFromField("color3").setToNode("material3").setToField("diffuseColor"))))
    .addChild(new Switch("Blade4").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-99999.92177868138,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_631_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_631_point()))
              .setColor(new Color().setColor(getColor_8_632_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_636_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_636_point()))
              .setColor(new Color().setColor(getColor_8_637_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_641_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_641_point()))
              .setColor(new Color().setColor(getColor_8_642_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_646_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_646_point()))
              .setColor(new Color().setColor(getColor_8_647_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_651_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_651_point()))
              .setColor(new Color().setColor(getColor_8_652_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_656_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_656_point()))
              .setColor(new Color().setColor(getColor_8_657_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_661_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_661_point()))
              .setColor(new Color().setColor(getColor_8_662_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_666_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_666_point()))
              .setColor(new Color().setColor(getColor_8_667_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_671_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_671_point()))
              .setColor(new Color().setColor(getColor_8_672_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_676_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_676_point()))
              .setColor(new Color().setColor(getColor_8_677_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_681_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_681_point()))
              .setColor(new Color().setColor(getColor_8_682_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_686_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_686_point()))
              .setColor(new Color().setColor(getColor_8_687_color())))))
        .addChild(new Script("booleanTogg4").setSourceCode("""
ecmascript:
function booleanToggler4(value, timestamp) {
	if(toggle4 == 0) { toggle4 = -1; color4[0]= 0.6; color4[1]= 0.6; color4[2]= 0.6;
	}
	else { toggle4 = 0; color4[0]= 1; color4[1]= 0; color4[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler4").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle4").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color4").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch4").setFromField("touchTime").setToNode("trigger4").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger4").setFromField("triggerTrue").setToNode("booleanTogg4").setToField("booleanToggler4"))
        .addChild(new ROUTE().setFromNode("booleanTogg4").setFromField("toggle4").setToNode("Blade4").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg4").setFromField("color4").setToNode("material4").setToField("diffuseColor"))))
    .addChild(new Switch("Blade5").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-119999.92177868138,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_701_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_701_point()))
              .setColor(new Color().setColor(getColor_8_702_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_706_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_706_point()))
              .setColor(new Color().setColor(getColor_8_707_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_711_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_711_point()))
              .setColor(new Color().setColor(getColor_8_712_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_716_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_716_point()))
              .setColor(new Color().setColor(getColor_8_717_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_721_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_721_point()))
              .setColor(new Color().setColor(getColor_8_722_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_726_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_726_point()))
              .setColor(new Color().setColor(getColor_8_727_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_731_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_731_point()))
              .setColor(new Color().setColor(getColor_8_732_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_736_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_736_point()))
              .setColor(new Color().setColor(getColor_8_737_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_741_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_741_point()))
              .setColor(new Color().setColor(getColor_8_742_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_746_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_746_point()))
              .setColor(new Color().setColor(getColor_8_747_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_751_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_751_point()))
              .setColor(new Color().setColor(getColor_8_752_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_756_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_756_point()))
              .setColor(new Color().setColor(getColor_8_757_color())))))
        .addChild(new Script("booleanTogg5").setSourceCode("""
ecmascript:
function booleanToggler5(value, timestamp) {
	if(toggle5 == 0) { toggle5 = -1; color5[0]= 0.6; color5[1]= 0.6; color5[2]= 0.6;
	}
	else { toggle5 = 0; color5[0]= 1; color5[1]= 0; color5[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler5").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle5").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color5").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch5").setFromField("touchTime").setToNode("trigger5").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger5").setFromField("triggerTrue").setToNode("booleanTogg5").setToField("booleanToggler5"))
        .addChild(new ROUTE().setFromNode("booleanTogg5").setFromField("toggle5").setToNode("Blade5").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg5").setFromField("color5").setToNode("material5").setToField("diffuseColor"))))
    .addChild(new Switch("Blade6").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-140000.0,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_771_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_771_point()))
              .setColor(new Color().setColor(getColor_8_772_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_776_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_776_point()))
              .setColor(new Color().setColor(getColor_8_777_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_781_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_781_point()))
              .setColor(new Color().setColor(getColor_8_782_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_786_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_786_point()))
              .setColor(new Color().setColor(getColor_8_787_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_791_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_791_point()))
              .setColor(new Color().setColor(getColor_8_792_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_796_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_796_point()))
              .setColor(new Color().setColor(getColor_8_797_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_801_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_801_point()))
              .setColor(new Color().setColor(getColor_8_802_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_806_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_806_point()))
              .setColor(new Color().setColor(getColor_8_807_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_811_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_811_point()))
              .setColor(new Color().setColor(getColor_8_812_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_816_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_816_point()))
              .setColor(new Color().setColor(getColor_8_817_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_821_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_821_point()))
              .setColor(new Color().setColor(getColor_8_822_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_826_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_826_point()))
              .setColor(new Color().setColor(getColor_8_827_color())))))
        .addChild(new Script("booleanTogg6").setSourceCode("""
ecmascript:
function booleanToggler6(value, timestamp) {
	if(toggle6 == 0) { toggle6 = -1; color6[0]= 0.6; color6[1]= 0.6; color6[2]= 0.6;
	}
	else { toggle6 = 0; color6[0]= 1; color6[1]= 0; color6[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler6").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle6").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color6").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch6").setFromField("touchTime").setToNode("trigger6").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger6").setFromField("triggerTrue").setToNode("booleanTogg6").setToField("booleanToggler6"))
        .addChild(new ROUTE().setFromNode("booleanTogg6").setFromField("toggle6").setToNode("Blade6").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg6").setFromField("color6").setToNode("material6").setToField("diffuseColor"))))
    .addChild(new Switch("Blade7").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-159999.99999999997,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_841_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_841_point()))
              .setColor(new Color().setColor(getColor_8_842_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_846_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_846_point()))
              .setColor(new Color().setColor(getColor_8_847_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_851_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_851_point()))
              .setColor(new Color().setColor(getColor_8_852_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_856_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_856_point()))
              .setColor(new Color().setColor(getColor_8_857_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_861_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_861_point()))
              .setColor(new Color().setColor(getColor_8_862_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_866_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_866_point()))
              .setColor(new Color().setColor(getColor_8_867_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_871_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_871_point()))
              .setColor(new Color().setColor(getColor_8_872_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_876_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_876_point()))
              .setColor(new Color().setColor(getColor_8_877_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_881_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_881_point()))
              .setColor(new Color().setColor(getColor_8_882_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_886_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_886_point()))
              .setColor(new Color().setColor(getColor_8_887_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_891_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_891_point()))
              .setColor(new Color().setColor(getColor_8_892_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_896_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_896_point()))
              .setColor(new Color().setColor(getColor_8_897_color())))))
        .addChild(new Script("booleanTogg7").setSourceCode("""
ecmascript:
function booleanToggler7(value, timestamp) {
	if(toggle7 == 0) { toggle7 = -1; color7[0]= 0.6; color7[1]= 0.6; color7[2]= 0.6;
	}
	else { toggle7 = 0; color7[0]= 1; color7[1]= 0; color7[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler7").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle7").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color7").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch7").setFromField("touchTime").setToNode("trigger7").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger7").setFromField("triggerTrue").setToNode("booleanTogg7").setToField("booleanToggler7"))
        .addChild(new ROUTE().setFromNode("booleanTogg7").setFromField("toggle7").setToNode("Blade7").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg7").setFromField("color7").setToNode("material7").setToField("diffuseColor"))))
    .addChild(new Switch("Blade8").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-180000.0,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_911_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_911_point()))
              .setColor(new Color().setColor(getColor_8_912_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_916_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_916_point()))
              .setColor(new Color().setColor(getColor_8_917_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_921_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_921_point()))
              .setColor(new Color().setColor(getColor_8_922_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_926_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_926_point()))
              .setColor(new Color().setColor(getColor_8_927_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_931_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_931_point()))
              .setColor(new Color().setColor(getColor_8_932_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_936_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_936_point()))
              .setColor(new Color().setColor(getColor_8_937_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_941_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_941_point()))
              .setColor(new Color().setColor(getColor_8_942_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_946_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_946_point()))
              .setColor(new Color().setColor(getColor_8_947_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_951_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_951_point()))
              .setColor(new Color().setColor(getColor_8_952_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_956_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_956_point()))
              .setColor(new Color().setColor(getColor_8_957_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_961_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_961_point()))
              .setColor(new Color().setColor(getColor_8_962_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_966_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_966_point()))
              .setColor(new Color().setColor(getColor_8_967_color())))))
        .addChild(new Script("booleanTogg8").setSourceCode("""
ecmascript:
function booleanToggler8(value, timestamp) {
	if(toggle8 == 0) { toggle8 = -1; color8[0]= 0.6; color8[1]= 0.6; color8[2]= 0.6;
	}
	else { toggle8 = 0; color8[0]= 1; color8[1]= 0; color8[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler8").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle8").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color8").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch8").setFromField("touchTime").setToNode("trigger8").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger8").setFromField("triggerTrue").setToNode("booleanTogg8").setToField("booleanToggler8"))
        .addChild(new ROUTE().setFromNode("booleanTogg8").setFromField("toggle8").setToNode("Blade8").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg8").setFromField("color8").setToNode("material8").setToField("diffuseColor"))))
    .addChild(new Switch("Blade9").setWhichChoice(0)
      .addChild(new Transform().setTranslation(0.0,-199999.84355736276,0.0)
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_981_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_981_point()))
              .setColor(new Color().setColor(getColor_8_982_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_986_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_986_point()))
              .setColor(new Color().setColor(getColor_8_987_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_991_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_991_point()))
              .setColor(new Color().setColor(getColor_8_992_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_996_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_996_point()))
              .setColor(new Color().setColor(getColor_8_997_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_1001_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_1001_point()))
              .setColor(new Color().setColor(getColor_8_1002_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_1006_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_1006_point()))
              .setColor(new Color().setColor(getColor_8_1007_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_1011_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_1011_point()))
              .setColor(new Color().setColor(getColor_8_1012_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_1016_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_1016_point()))
              .setColor(new Color().setColor(getColor_8_1017_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_1021_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_1021_point()))
              .setColor(new Color().setColor(getColor_8_1022_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_1026_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_1026_point()))
              .setColor(new Color().setColor(getColor_8_1027_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_1031_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_1031_point()))
              .setColor(new Color().setColor(getColor_8_1032_color())))))
        .addChild(new Transform().setRotation(0.0,1.0,0.0,1.57)
          .addChild(new Shape()
            .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_7_1036_coordIndex())
              .setCoord(new Coordinate().setPoint(getCoordinate_8_1036_point()))
              .setColor(new Color().setColor(getColor_8_1037_color())))))
        .addChild(new Script("booleanTogg9").setSourceCode("""
ecmascript:
function booleanToggler9(value, timestamp) {
	if(toggle9 == 0) { toggle9 = -1; color9[0]= 0.6; color9[1]= 0.6; color9[2]= 0.6;
	}
	else { toggle9 = 0; color9[0]= 1; color9[1]= 0; color9[2]= 0;}
}
""")
          .addField(new field().setName("booleanToggler9").setType(field.TYPE_SFBOOL).setAccessType(field.ACCESSTYPE_INPUTONLY))
          .addField(new field().setName("toggle9").setType(field.TYPE_SFINT32).setAccessType(field.ACCESSTYPE_OUTPUTONLY))
          .addField(new field().setName("color9").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_OUTPUTONLY)))
        .addChild(new ROUTE().setFromNode("touch9").setFromField("touchTime").setToNode("trigger9").setToField("set_triggerTime"))
        .addChild(new ROUTE().setFromNode("trigger9").setFromField("triggerTrue").setToNode("booleanTogg9").setToField("booleanToggler9"))
        .addChild(new ROUTE().setFromNode("booleanTogg9").setFromField("toggle9").setToNode("Blade9").setToField("whichChoice"))
        .addChild(new ROUTE().setFromNode("booleanTogg9").setFromField("color9").setToNode("material9").setToField("diffuseColor"))))
    .addChild(new Transform().setRotation(0.0,1.0,0.0,-1.57)
      .addChild(new Transform("Terrain").setTranslation(-65616.14173228346,-219999.84355736276,-65616.14173228346)
        .addChild(new Shape()
          .setGeometry(new ElevationGrid().setCreaseAngle(1.57).setSolid(false).setXDimension(31).setXSpacing(4374.4094488188975).setZDimension(31).setZSpacing(4374.4094488188975).setHeight(getElevationGrid_6_1051_height())
            .setColor(new Color().setColor(getColor_7_1051_color()))))))
    .addChild(new PointLight().setIntensity(.2).setLocation(0.0,50000.0,0.0).setRadius(100000)));
            }
            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_7_351_coordIndex_1()
		{
			int[] value = {0,1,5,4,0,-1,1,2,6,5,1,-1,2,3,7,6,2,-1,4,5,9,8,4,-1,5,6,10,9,5,-1,6,7,11,10,6,-1,8,9,13,12,8,-1,9,10,14,13,9,-1,10,11,15,14,10,-1,12,13,17,16,12,-1,13,14,18,17,13,-1,14,15,19,18,14,-1,16,17,21,20,16,-1,17,18,22,21,17,-1,18,19,23,22,18,-1,20,21,25,24,20,-1,21,22,26,25,21,-1,22,23,27,26,22,-1,24,25,29,28,24,-1,25,26,30,29,25,-1,26,27,31,30,26,-1,28,29,33,32,28,-1,29,30,34,33,29,-1,30,31,35,34,30,-1,32,33,37,36,32,-1,33,34,38,37,33,-1,34,35,39,38,34,-1,36,37,41,40,36,-1,37,38,42,41,37,-1,38,39,43,42,38,-1,40,41,45,44,40,-1,41,42,46,45,41,-1,42,43,47,46,42,-1,44,45,49,48,44,-1,45,46,50,49,45,-1,46,47,51,50,46,-1,48,49,53,52,48,-1,49,50,54,53,49,-1,50,51,55,54,50,-1,52,53,57,56,52,-1,53,54,58,57,53,-1,54,55,59,58,54,-1,56,57,61,60,56,-1,57,58,62,61,57,-1,58,59,63,62,58,-1,60,61,65,64,60,-1,61,62,66,65,61,-1,62,63,67,66,62,-1,64,65,69,68,64,-1,65,66,70,69,65,-1,66,67,71,70,66,-1,68,69,73,72,68,-1,69,70,74,73,69,-1,70,71,75,74,70,-1,72,73,77,76,72,-1,73,74,78,77,73,-1,74,75,79,78,74,-1,76,77,81,80,76,-1,77,78,82,81,77,-1,78,79,83,82,78,-1,80,81,85,84,80,-1,81,82,86,85,81,-1,82,83,87,86,82,-1,84,85,89,88,84,-1,85,86,90,89,85,-1,86,87,91,90,86,-1,88,89,93,92,88,-1,89,90,94,93,89,-1,90,91,95,94,90,-1,92,93,97,96,92,-1,93,94,98,97,93,-1,94,95,99,98,94,-1,96,97,101,100,96,-1,97,98,102,101,97,-1,98,99,103,102,98,-1,100,101,105,104,100,-1,101,102,106,105,101,-1,102,103,107,106,102,-1,104,105,109,108,104,-1,105,106,110,109,105,-1,106,107,111,110,106,-1,108,109,113,112,108,-1,109,110,114,113,109,-1,110,111,115,114,110,-1,112,113,117,116,112,-1,113,114,118,117,113,-1,114,115,119,118,114,-1,116,117,121,120,116,-1,117,118,122,121,117,-1,118,119,123,122,118,-1,120,121,125,124,120,-1,121,122,126,125,121,-1,122,123,127,126,122,-1,124,125,129,128,124,-1,125,126,130,129,125,-1,126,127,131,130,126,-1,128,129,133,132,128,-1,129,130,134,133,129,-1,130,131,135,134,130,-1,132,133,137,136,132,-1,133,134,138,137,133,-1,134,135,139,138,134,-1,136,137,141,140,136,-1,137,138,142,141,137,-1,138,139,143,142,138,-1,140,141,145,144,140,-1,141,142,146,145,141,-1,142,143,147,146,142,-1,144,145,149,148,144,-1,145,146,150,149,145,-1,146,147,151,150,146,-1,148,149,153,152,148,-1,149,150,154,153,149,-1,150,151,155,154,150,-1,152,153,157,156,152,-1,153,154,158,157,153,-1,154,155,159,158,154,-1,156,157,161,160,156,-1,157,158,162,161,157,-1,158,159,163,162,158,-1,160,161,165,164,160,-1,161,162,166,165,161,-1,162,163,167,166,162,-1,164,165,169,168,164,-1,165,166,170,169,165,-1,166,167,171,170,166,-1,168,169,173,172,168,-1,169,170,174,173,169,-1,170,171,175,174,170,-1,172,173,177,176,172,-1,173,174,178,177,173,-1,174,175,179,178,174,-1,176,177,181,180,176,-1,177,178,182,181,177,-1,178,179,183,182,178,-1,180,181,185,184,180,-1,181,182,186,185,181,-1,182,183,187,186,182,-1,184,185,189,188,184,-1,185,186,190,189,185,-1,186,187,191,190,186,-1,188,189,193,192,188,-1,189,190,194,193,189,-1,190,191,195,194,190,-1,192,193,197,196,192,-1,193,194,198,197,193,-1,194,195,199,198,194,-1,196,197,201,200,196,-1,197,198,202,201,197,-1,198,199,203,202,198,-1,200,201,205,204,200,-1,201,202,206,205,201,-1,202,203,207,206,202,-1,204,205,209,208,204,-1,205,206,210,209,205,-1,206,207,211,210,206,-1,208,209,213,212,208,-1,209,210,214,213,209,-1,210,211,215,214,210,-1,212,213,217,216,212,-1,213,214,218,217,213,-1,214,215,219,218,214,-1,216,217,221,220,216,-1,217,218,222,221,217,-1,218,219,223,222,218,-1,220,221,225,224,220,-1,221,222,226,225};
			return value;
		}
		private int[] getIndexedFaceSet_7_351_coordIndex_2()
		{
			int[] value = {221,-1,222,223,227,226,222,-1,224,225,229,228,224,-1,225,226,230,229,225,-1,226,227,231,230,226,-1,228,229,233,232,228,-1,229,230,234,233,229,-1,230,231,235,234,230,-1,232,233,237,236,232,-1,233,234,238,237,233,-1,234,235,239,238,234,-1,236,237,241,240,236,-1,237,238,242,241,237,-1,238,239,243,242,238,-1,240,241,245,244,240,-1,241,242,246,245,241,-1,242,243,247,246,242,-1,244,245,249,248,244,-1,245,246,250,249,245,-1,246,247,251,250,246,-1,248,249,253,252,248,-1,249,250,254,253,249,-1,250,251,255,254,250,-1,252,253,257,256,252,-1,253,254,258,257,253,-1,254,255,259,258,254,-1,256,257,261,260,256,-1,257,258,262,261,257,-1,258,259,263,262,258,-1,260,261,265,264,260,-1,261,262,266,265,261,-1,262,263,267,266,262,-1,264,265,269,268,264,-1,265,266,270,269,265,-1,266,267,271,270,266,-1,268,269,273,272,268,-1,269,270,274,273,269,-1,270,271,275,274,270,-1,272,273,277,276,272,-1,273,274,278,277,273,-1,274,275,279,278,274,-1,276,277,281,280,276,-1,277,278,282,281,277,-1,278,279,283,282,278,-1,280,281,285,284,280,-1,281,282,286,285,281,-1,282,283,287,286,282,-1,284,285,289,288,284,-1,285,286,290,289,285,-1,286,287,291,290,286,-1,288,289,293,292,288,-1,289,290,294,293,289,-1,290,291,295,294,290,-1,292,293,297,296,292,-1,293,294,298,297,293,-1,294,295,299,298,294,-1,296,297,301,300,296,-1,297,298,302,301,297,-1,298,299,303,302,298,-1,300,301,305,304,300,-1,301,302,306,305,301,-1,302,303,307,306,302,-1,304,305,309,308,304,-1,305,306,310,309,305,-1,306,307,311,310,306,-1,308,309,313,312,308,-1,309,310,314,313,309,-1,310,311,315,314,310,-1,312,313,317,316,312,-1,313,314,318,317,313,-1,314,315,319,318,314,-1,316,317,321,320,316,-1,317,318,322,321,317,-1,318,319,323,322,318,-1,320,321,325,324,320,-1,321,322,326,325,321,-1,322,323,327,326,322,-1,324,325,329,328,324,-1,325,326,330,329,325,-1,326,327,331,330,326,-1,328,329,333,332,328,-1,329,330,334,333,329,-1,330,331,335,334,330,-1,332,333,337,336,332,-1,333,334,338,337,333,-1,334,335,339,338,334,-1,336,337,341,340,336,-1,337,338,342,341,337,-1,338,339,343,342,338,-1,340,341,345,344,340,-1,341,342,346,345,341,-1,342,343,347,346,342,-1,344,345,349,348,344,-1,345,346,350,349,345,-1,346,347,351,350,346,-1,348,349,353,352,348,-1,349,350,354,353,349,-1,350,351,355,354,350,-1,352,353,357,356,352,-1,353,354,358,357,353,-1,354,355,359,358,354,-1,356,357,361,360,356,-1,357,358,362,361,357,-1,358,359,363,362,358,-1,360,361,365,364,360,-1,361,362,366,365,361,-1,362,363,367,366,362,-1,364,365,369,368,364,-1,365,366,370,369,365,-1,366,367,371,370,366,-1,368,369,373,372,368,-1,369,370,374,373,369,-1,370,371,375,374,370,-1,372,373,377,376,372,-1,373,374,378,377,373,-1,374,375,379,378,374,-1,376,377,381,380,376,-1,377,378,382,381,377,-1,378,379,383,382,378,-1,380,381,385,384,380,-1,381,382,386,385,381,-1,382,383,387,386,382,-1,384,385,389,388,384,-1,385,386,390,389,385,-1,386,387,391,390,386,-1,388,389,393,392,388,-1,389,390,394,393,389,-1,390,391,395,394,390,-1,392,393,397,396,392,-1,393,394,398,397,393,-1,394,395,399,398,394,-1,396,397,401,400,396,-1,397,398,402,401,397,-1,398,399,403,402,398,-1,400,401,405,404,400,-1,401,402,406,405,401,-1,402,403,407,406,402,-1,404,405,409,408,404,-1,405,406,410,409,405,-1,406,407,411,410,406,-1,408,409,413,412,408,-1,409,410,414,413,409,-1,410,411,415,414,410,-1,412,413,417,416,412,-1,413,414,418,417,413,-1,414,415,419,418,414,-1,416,417,421,420,416,-1,417,418,422,421,417,-1,418,419,423,422,418,-1,420,421,425,424,420,-1,421,422,426,425,421,-1,422,423,427,426,422,-1,424,425,429,428,424,-1,425,426,430,429,425,-1,426,427,431,430,426,-1,428,429,433,432,428,-1,429,430,434,433,429,-1,430,431,435,434,430,-1,432,433,437,436,432,-1,433,434,438,437,433,-1,434,435,439,438,434,-1,436,437,441,440,436,-1,437,438,442,441,437,-1,438,439,443,442,438,-1,440,441,445,444,440,-1,441,442,446,445,441,-1,442,443,447,446,442,-1,444,445};
			return value;
		}
		private int[] getIndexedFaceSet_7_351_coordIndex_3()
		{
			int[] value = {449,448,444,-1,445,446,450,449,445,-1,446,447,451,450,446,-1,448,449,453,452,448,-1,449,450,454,453,449,-1,450,451,455,454,450,-1,452,453,457,456,452,-1,453,454,458,457,453,-1,454,455,459,458,454,-1,456,457,461,460,456,-1,457,458,462,461,457,-1,458,459,463,462,458,-1,460,461,465,464,460,-1,461,462,466,465,461,-1,462,463,467,466,462,-1,464,465,469,468,464,-1,465,466,470,469,465,-1,466,467,471,470,466,-1,468,469,473,472,468,-1,469,470,474,473,469,-1,470,471,475,474,470,-1,472,473,477,476,472,-1,473,474,478,477,473,-1,474,475,479,478,474,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_351_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_351_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_351_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_351_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_351_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_352_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_352_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_352_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_352_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_356_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_356_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_356_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_356_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_356_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_357_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_357_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_357_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_357_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_361_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_361_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_361_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_361_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_361_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_362_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_362_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_362_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_362_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_366_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_366_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_366_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_366_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_366_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_367_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_367_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_367_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_367_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_371_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_371_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_371_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_371_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_371_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_372_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_372_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_372_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_372_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_376_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_376_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_376_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_376_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_376_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_377_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_377_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_377_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_377_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_381_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_381_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_381_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_381_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_381_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_382_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_382_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_382_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_382_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_386_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_386_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_386_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_386_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_386_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_387_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}
		private double[] getColor_8_387_color_2()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_387_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_387_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_391_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_391_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_391_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_391_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_391_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_392_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_392_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_392_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_392_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_396_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_396_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_396_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_396_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_396_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_397_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_397_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_397_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_397_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_401_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_401_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_401_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_401_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_401_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_402_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_402_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_402_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_402_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_406_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_406_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_406_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_406_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_406_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_407_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_407_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_407_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_407_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_421_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_421_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_421_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_421_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_421_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_422_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_422_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_422_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_422_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_426_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_426_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_426_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_426_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_426_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_427_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_427_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_427_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_427_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_431_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_431_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_431_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_431_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_431_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_432_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_432_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_432_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_432_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_436_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_436_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_436_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_436_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_436_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_437_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_437_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_437_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_437_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_441_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_441_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_441_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_441_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_441_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_442_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_442_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_442_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_442_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_446_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_446_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_446_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_446_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_446_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_447_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_447_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_447_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_447_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_451_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_451_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_451_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_451_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_451_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_452_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_452_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_452_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_452_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_456_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_456_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_456_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_456_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_456_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_457_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_457_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_457_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_457_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_461_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_461_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_461_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_461_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_461_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_462_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_462_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_462_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_462_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_466_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_466_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_466_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_466_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_466_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_467_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_467_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_467_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_467_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_471_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_471_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_471_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_471_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_471_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_472_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_472_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_472_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_472_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_476_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_476_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_476_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_476_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_476_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_477_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_477_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_477_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_477_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_491_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_491_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_491_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_491_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_491_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_492_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_492_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_492_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_492_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_496_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_496_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_496_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_496_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_496_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_497_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_497_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_497_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_497_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_501_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_501_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_501_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_501_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_501_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_502_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_502_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_502_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_502_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_506_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_506_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_506_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_506_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_506_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_507_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_507_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_507_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_507_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_511_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_511_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_511_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_511_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_511_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_512_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_512_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_512_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_512_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_516_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_516_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_516_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_516_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_516_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_517_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_517_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_517_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_517_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_521_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_521_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_521_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_521_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_521_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_522_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_522_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_522_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_522_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_526_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_526_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_526_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_526_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_526_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_527_color_1()
		{
			double[] value = {1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_527_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_527_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_527_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_531_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_531_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_531_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_531_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_531_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_532_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_532_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_532_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_532_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_536_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_536_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_536_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_536_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_536_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_537_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_537_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_537_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_537_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_541_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_541_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_541_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_541_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_541_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_542_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_542_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_542_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_542_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_546_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_546_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_546_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_546_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_546_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_547_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_547_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_547_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_547_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_561_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_561_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_561_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_561_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_561_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_562_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_562_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_562_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_562_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_566_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_566_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_566_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_566_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_566_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_567_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_567_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_567_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_567_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_571_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_571_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_571_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_571_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_571_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_572_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_572_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_572_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_572_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_576_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_576_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_576_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_576_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_576_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_577_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_577_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_577_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_577_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_581_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_581_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_581_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_581_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_581_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_582_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_582_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_582_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_582_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_586_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_586_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_586_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_586_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_586_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_587_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_587_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_587_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_587_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_591_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_591_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_591_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_591_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_591_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_592_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_592_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_592_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_592_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_596_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_596_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_596_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_596_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_596_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_597_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_597_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_597_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_597_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_601_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_601_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_601_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_601_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_601_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_602_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_602_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_602_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_602_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_606_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_606_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_606_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_606_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_606_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_607_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_607_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_607_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_607_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_611_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_611_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_611_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_611_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_611_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_612_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_612_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_612_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_612_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_616_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_616_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_616_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_616_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_616_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_617_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_617_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_617_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_617_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_631_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_631_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_631_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_631_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_631_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_632_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_632_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_632_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_632_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_636_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_636_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_636_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_636_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_636_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_637_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_637_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_637_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_637_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_641_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_641_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_641_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_641_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_641_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_642_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_642_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_642_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_642_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_646_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_646_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_646_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_646_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_646_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_647_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_647_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_647_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_647_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_651_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_651_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_651_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_651_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_651_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_652_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_652_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_652_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_652_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_656_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_656_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_656_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_656_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_656_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_657_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_657_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_657_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_657_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_661_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_661_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_661_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_661_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_661_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_662_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_662_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_662_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_662_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_666_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_666_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_666_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_666_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_666_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_667_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_667_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_667_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_667_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_671_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_671_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_671_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_671_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_671_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_672_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_672_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_672_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_672_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_676_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_676_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_676_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_676_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_676_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_677_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_677_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_677_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_677_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_681_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_681_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_681_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_681_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_681_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_682_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_682_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_682_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_682_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_686_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_686_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_686_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_686_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_686_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_687_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_687_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_687_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_687_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_701_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_701_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_701_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_701_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_701_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_702_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_702_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_702_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_702_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_706_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_706_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_706_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_706_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_706_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_707_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_707_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_707_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_707_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_711_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_711_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_711_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_711_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_711_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_712_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_712_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_712_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_712_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_716_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_716_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_716_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_716_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_716_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_717_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_717_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_717_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_717_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_721_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_721_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_721_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_721_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_721_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_722_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_722_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_722_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_722_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_726_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_726_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_726_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_726_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_726_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_727_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_727_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_727_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_727_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_731_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_731_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_731_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_731_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_731_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_732_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_732_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_732_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_732_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_736_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_736_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_736_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_736_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_736_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_737_color_1()
		{
			double[] value = {0.949,0.688,0.027,0.949,0.688,0.027,0.949,0.688,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_737_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_737_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_737_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_741_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_741_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_741_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_741_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_741_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_742_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_742_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_742_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_742_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_746_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_746_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_746_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_746_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_746_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_747_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_747_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_747_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_747_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_751_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_751_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_751_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_751_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_751_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_752_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_752_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_752_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_752_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_756_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_756_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_756_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_756_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_756_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_757_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_757_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_757_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_757_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_771_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_771_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_771_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_771_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_771_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_772_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_772_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_772_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_772_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_776_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_776_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_776_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_776_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_776_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_777_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_777_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_777_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_777_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_781_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_781_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_781_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_781_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_781_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_782_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_782_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_782_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_782_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_786_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_786_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_786_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_786_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_786_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_787_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_787_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_787_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_787_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_791_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_791_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_791_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_791_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_791_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_792_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_792_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_792_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_792_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_796_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_796_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_796_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_796_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_796_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_797_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_797_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_797_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_797_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_801_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_801_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_801_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_801_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_801_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_802_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_802_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_802_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_802_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_806_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_806_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_806_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_806_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_806_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_807_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_807_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_807_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_807_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_811_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_811_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_811_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_811_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_811_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_812_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_812_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_812_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_812_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_816_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_816_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_816_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_816_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_816_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_817_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_817_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_817_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_817_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_821_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_821_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_821_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_821_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_821_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_822_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_822_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_822_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_822_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_826_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_826_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_826_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_826_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_826_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_827_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_827_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_827_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_827_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_841_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_841_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_841_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_841_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_841_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_842_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_842_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_842_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_842_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_846_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_846_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_846_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_846_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_846_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_847_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_847_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_847_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_847_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_851_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_851_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_851_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_851_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_851_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_852_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}
		private double[] getColor_8_852_color_2()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_852_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_852_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_856_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_856_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_856_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_856_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_856_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_857_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_857_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_857_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_857_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_861_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_861_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_861_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_861_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_861_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_862_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_862_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_862_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_862_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_866_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_866_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_866_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_866_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_866_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_867_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_867_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_867_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_867_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_871_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_871_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_871_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_871_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_871_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_872_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_872_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_872_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_872_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_876_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_876_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_876_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_876_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_876_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_877_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956};
			return value;
		}
		private double[] getColor_8_877_color_2()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_877_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_877_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_881_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_881_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_881_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_881_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_881_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_882_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_882_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_882_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_882_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_886_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_886_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_886_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_886_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_886_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_887_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_887_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_887_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_887_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_891_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_891_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_891_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_891_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_891_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_892_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_892_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_892_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_892_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_896_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_896_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_896_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_896_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_896_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_897_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_897_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_897_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_897_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_911_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_911_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_911_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_911_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_911_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_912_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_912_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_912_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_912_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_916_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_916_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_916_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_916_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_916_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_917_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_917_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_917_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_917_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_921_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_921_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_921_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_921_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_921_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_922_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618};
			return value;
		}
		private double[] getColor_8_922_color_2()
		{
			double[] value = {0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_922_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_922_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_926_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_926_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_926_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_926_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_926_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_927_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_927_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_927_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_927_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_931_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_931_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_931_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_931_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_931_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_932_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_932_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_932_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_932_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_936_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_936_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_936_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_936_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_936_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_937_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_937_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_937_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_937_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_941_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_941_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_941_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_941_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_941_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_942_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_942_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_942_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_942_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_946_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_946_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_946_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_946_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_946_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_947_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.352,0.605,0.618};
			return value;
		}
		private double[] getColor_8_947_color_2()
		{
			double[] value = {0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_947_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_947_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_951_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_951_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_951_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_951_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_951_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_952_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_952_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_952_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_952_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_956_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_956_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_956_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_956_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_956_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_957_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_957_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_957_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_957_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_961_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_961_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_961_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_961_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_961_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_962_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_962_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_962_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_962_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_966_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_966_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_966_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_966_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_966_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_967_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_967_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_967_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_967_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_981_point_1()
		{
			double[] value = {724.4439919368423,0.0,194.11418260105563,747.1456339504949,0.0,65.36677297355803,747.1456339504949,0.0,-65.36677297355803,724.4439919368423,0.0,-194.11418260105563,1207.4065273014173,0.0,323.52360392648103,1245.2425933780532,0.0,108.94461026020149,1245.2425933780532,0.0,-108.94461026020149,1207.4065273014173,0.0,-323.52360392648103,1690.3691885926455,0.0,452.9330589938515,1743.3396826783833,0.0,152.52245890924019,1743.3396826783833,0.0,-152.52245890924019,1690.3691885926455,0.0,-452.9330589938515,2173.3326054437916,0.0,582.3427165128917,2241.4375512153415,0.0,196.10037573265006,2241.4375512153415,0.0,-196.10037573265006,2173.3326054437916,0.0,-582.3427165128917,2656.295014881714,0.0,711.7521040963722,2739.534380770129,0.0,239.67820165689838,2739.534380770129,0.0,-239.67820165689838,2656.295014881714,0.0,-711.7521040963722,3139.2579280262485,0.0,841.1616266476326,3237.6317298160016,0.0,283.25607303072746,3237.6317298160016,0.0,-283.25607303072746,3139.2579280262485,0.0,-841.1616266476326,3622.2208411707825,0.0,970.5711491988931,3735.7290788618743,0.0,326.8339444045565,3735.7290788618743,0.0,-326.8339444045565,3622.2208411707825,0.0,-970.5711491988931,4105.183754315316,0.0,1099.9806717501533,4233.826427907747,0.0,370.4118157783856,4233.826427907747,0.0,-370.4118157783856,4105.183754315316,0.0,-1099.9806717501533,4588.147674873075,0.0,1229.3904642369735,4731.924815935791,0.0,413.9897780513763,4731.924815935791,0.0,-413.9897780513763,4588.147674873075,0.0,-1229.3904642369735,5071.108573191161,0.0,1358.7994469171144,5230.020087017321,0.0,457.5674676268822,5230.020087017321,0.0,-457.5674676268822,5071.108573191161,0.0,-1358.7994469171144,5554.069471509247,0.0,1488.208429597255,5728.115358098851,0.0,501.145157202388,5728.115358098851,0.0,-501.145157202388,5554.069471509247,0.0,-1488.208429597255,6037.03439948023,0.0,1617.6184920196351,6226.214785109067,0.0,544.7232103745404,6226.214785109067,0.0,-544.7232103745404,6037.03439948023,0.0,-1617.6184920196351,6519.999327451212,0.0,1747.028554442015,6724.314212119283,0.0,588.3012635466927,6724.314212119283,0.0,-588.3012635466927,6519.999327451212,0.0,-1747.028554442015,7002.960225769298,0.0,1876.4375371221558,7222.409483200812,0.0,631.8789531221986,7222.409483200812,0.0,-631.8789531221986,7002.960225769298,0.0,-1876.4375371221558,7485.921124087384,0.0,2005.8465198022966,7720.504754282342,0.0,675.4566426977044,7720.504754282342,0.0,-675.4566426977044,7485.921124087384,0.0,-2005.8465198022966,7968.886052058367,0.0,2135.256582224677,8218.60418129256,0.0,719.0346958698568,8218.60418129256,0.0,-719.0346958698568,7968.886052058367,0.0,-2135.256582224677,8451.850980029347,0.0,2264.6666446470563,8716.703608302774,0.0,762.612749042009,8716.703608302774,0.0,-762.612749042009,8451.850980029347,0.0,-2264.6666446470563,8934.813893173881,0.0,2394.076167198317,9214.800957348647,0.0,806.1906204158381,9214.800957348647,0.0,-806.1906204158381,8934.813893173881,0.0,-2394.076167198317,9417.776806318416,0.0,2523.485689749577,9712.89830639452,0.0,849.7684917896671,9712.89830639452,0.0,-849.7684917896671,9417.776806318416,0.0,-2523.485689749577,9900.739719462952,0.0,2652.895212300838,10210.995655440394,0.0,893.3463631634963,10210.995655440394,0.0,-893.3463631634963,9900.739719462952,0.0,-2652.895212300838,10383.69860295459,0.0,2782.303655109859,10709.08884855758,0.0,936.923870940679,10709.08884855758,0.0,-936.923870940679,10383.69860295459,0.0,-2782.303655109859,10866.657486446227,0.0,2911.71209791888,11207.182041674765,0.0,980.5013787178615,11207.182041674765,0.0,-980.5013787178615,10866.657486446227,0.0,-2911.71209791888,11349.62039959076,0.0,3041.12162047014,11705.279390720636,0.0,1024.0792500916905,11705.279390720636,0.0,-1024.0792500916905,11349.62039959076,0.0,-3041.12162047014,11832.583312735294,0.0,3170.5311430214006,12203.37673976651,0.0,1067.6571214655198,12203.37673976651,0.0,-1067.6571214655198,11832.583312735294,0.0,-3170.5311430214006,12315.550255532726,0.0,3299.9417453149003,12701.47824474107,0.0,1111.2353564359953,12701.47824474107,0.0,-1111.2353564359953,12315.550255532726,0.0,-3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_981_point_2()
		{
			double[] value = {12798.517198330157,0.0,3429.3523476084,13199.57974971563,0.0,1154.813591406471,13199.57974971563,0.0,-1154.813591406471,12798.517198330157,0.0,-3429.3523476084,13281.480111474692,0.0,3558.7618701596607,13697.677098761504,0.0,1198.3914627803,13697.677098761504,0.0,-1198.3914627803,13281.480111474692,0.0,-3558.7618701596607,13764.443024619224,0.0,3688.171392710921,14195.774447807376,0.0,1241.969334154129,14195.774447807376,0.0,-1241.969334154129,13764.443024619224,0.0,-3688.171392710921,14247.40190811086,0.0,3817.5798355199413,14693.86764092456,0.0,1285.5468419313115,14693.86764092456,0.0,-1285.5468419313115,14247.40190811086,0.0,-3817.5798355199413,14730.3607916025,0.0,3946.9882783289627,15191.960834041747,0.0,1329.1243497084943,15191.960834041747,0.0,-1329.1243497084943,14730.3607916025,0.0,-3946.9882783289627,15213.323704747034,0.0,4076.3978008802233,15690.05818308762,0.0,1372.7022210823234,15690.05818308762,0.0,-1372.7022210823234,15213.323704747034,0.0,-4076.3978008802233,15696.286617891568,0.0,4205.807323431483,16188.155532133493,0.0,1416.2800924561525,16188.155532133493,0.0,-1416.2800924561525,15696.286617891568,0.0,-4205.807323431483,16179.253560689001,0.0,4335.217925724984,16686.257037108055,0.0,1459.8583274266282,16686.257037108055,0.0,-1459.8583274266282,16179.253560689001,0.0,-4335.217925724984,16662.220503486427,0.0,4464.628528018483,17184.35854208261,0.0,1503.4365623971034,17184.35854208261,0.0,-1503.4365623971034,16662.220503486427,0.0,-4464.628528018483,17145.183416630964,0.0,4594.038050569743,17682.455891128484,0.0,1547.0144337709326,17682.455891128484,0.0,-1547.0144337709326,17145.183416630964,0.0,-4594.038050569743,17628.146329775496,0.0,4723.447573121003,18180.553240174355,0.0,1590.5923051447617,18180.553240174355,0.0,-1590.5923051447617,17628.146329775496,0.0,-4723.447573121003,18111.10924292003,0.0,4852.857095672264,18678.65058922023,0.0,1634.1701765185906,18678.65058922023,0.0,-1634.1701765185906,18111.10924292003,0.0,-4852.857095672264,18594.072156064565,0.0,4982.266618223524,19176.7479382661,0.0,1677.7480478924197,19176.7479382661,0.0,-1677.7480478924197,18594.072156064565,0.0,-4982.266618223524,19077.035069209098,0.0,5111.6761407747845,19674.845287311975,0.0,1721.3259192662488,19674.845287311975,0.0,-1721.3259192662488,19077.035069209098,0.0,-5111.6761407747845,19559.997982353638,0.0,5241.0856633260455,20172.94263635785,0.0,1764.9037906400783,20172.94263635785,0.0,-1764.9037906400783,19559.997982353638,0.0,-5241.0856633260455,20042.96089549817,0.0,5370.4951858773065,20671.039985403724,0.0,1808.4816620139072,20671.039985403724,0.0,-1808.4816620139072,20042.96089549817,0.0,-5370.4951858773065,20525.915749336913,0.0,5499.902548944087,21169.129022592224,0.0,1852.0588061944434,21169.129022592224,0.0,-1852.0588061944434,20525.915749336913,0.0,-5499.902548944087,21008.870603175652,0.0,5629.309912010869,21667.218059780724,0.0,1895.6359503749795,21667.218059780724,0.0,-1895.6359503749795,21008.870603175652,0.0,-5629.309912010869,21491.83351632019,0.0,5758.719434562129,22165.315408826595,0.0,1939.2138217488086,22165.315408826595,0.0,-1939.2138217488086,21491.83351632019,0.0,-5758.719434562129,21974.796429464717,0.0,5888.128957113389,22663.412757872466,0.0,1982.7916931226373,22663.412757872466,0.0,-1982.7916931226373,21974.796429464717,0.0,-5888.128957113389,22457.75934260925,0.0,6017.5384796646495,23161.510106918337,0.0,2026.3695644964664,23161.510106918337,0.0,-2026.3695644964664,22457.75934260925,0.0,-6017.5384796646495,22940.722255753786,0.0,6146.94800221591,23659.60745596421,0.0,2069.9474358702955,23659.60745596421,0.0,-2069.9474358702955,22940.722255753786,0.0,-6146.94800221591,23423.685168898322,0.0,6276.3575247671715,24157.704805010086,0.0,2113.525307244125,24157.704805010086,0.0,-2113.525307244125,23423.685168898322,0.0,-6276.3575247671715,23906.64808204286,0.0,6405.767047318432,24655.80215405596,0.0,2157.1031786179537,24655.80215405596,0.0,-2157.1031786179537,23906.64808204286,0.0,-6405.767047318432,24389.619054493185,0.0,6535.178729354171,25153.907814959206,0.0,2200.681777185076,25153.907814959206,0.0,-2200.681777185076,24389.619054493185,0.0,-6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_981_point_3()
		{
			double[] value = {24872.590026943508,0.0,6664.590411389909,25652.013475862448,0.0,2244.260375752198,25652.013475862448,0.0,-2244.260375752198,24872.590026943508,0.0,-6664.590411389909,25355.552940088048,0.0,6793.999933941171,26150.110824908323,0.0,2287.8382471260275,26150.110824908323,0.0,-2287.8382471260275,25355.552940088048,0.0,-6793.999933941171,25838.51585323258,0.0,6923.409456492431,26648.208173954197,0.0,2331.416118499856,26648.208173954197,0.0,-2331.416118499856,25838.51585323258,0.0,-6923.409456492431,26321.478766377113,0.0,7052.818979043691,27146.30552300007,0.0,2374.993989873685,27146.30552300007,0.0,-2374.993989873685,26321.478766377113,0.0,-7052.818979043691,26804.44167952165,0.0,7182.228501594951,27644.402872045943,0.0,2418.5718612475143,27644.402872045943,0.0,-2418.5718612475143,26804.44167952165,0.0,-7182.228501594951,27287.404592666182,0.0,7311.638024146212,28142.500221091814,0.0,2462.1497326213434,28142.500221091814,0.0,-2462.1497326213434,27287.404592666182,0.0,-7311.638024146212,27770.36750581072,0.0,7441.047546697472,28640.59757013769,0.0,2505.7276039951726,28640.59757013769,0.0,-2505.7276039951726,27770.36750581072,0.0,-7441.047546697472,28253.330418955247,0.0,7570.457069248731,29138.694919183556,0.0,2549.305475369001,29138.694919183556,0.0,-2549.305475369001,28253.330418955247,0.0,-7570.457069248731,28736.28527279399,0.0,7699.864432315513,29636.783956372055,0.0,2592.8826195495376,29636.783956372055,0.0,-2592.8826195495376,28736.28527279399,0.0,-7699.864432315513,29219.240126632732,0.0,7829.271795382296,30134.87299356056,0.0,2636.459763730074,30134.87299356056,0.0,-2636.459763730074,29219.240126632732,0.0,-7829.271795382296,29702.20303977727,0.0,7958.681317933556,30632.970342606433,0.0,2680.037635103903,30632.970342606433,0.0,-2680.037635103903,29702.20303977727,0.0,-7958.681317933556,30185.1659529218,0.0,8088.090840484816,31131.067691652304,0.0,2723.615506477732,31131.067691652304,0.0,-2723.615506477732,30185.1659529218,0.0,-8088.090840484816,30668.128866066334,0.0,8217.500363036077,31629.16504069818,0.0,2767.1933778515613,31629.16504069818,0.0,-2767.1933778515613,30668.128866066334,0.0,-8217.500363036077,31151.09177921087,0.0,8346.909885587336,32127.26238974405,0.0,2810.7712492253904,32127.26238974405,0.0,-2810.7712492253904,31151.09177921087,0.0,-8346.909885587336,31634.054692355403,0.0,8476.319408138597,32625.359738789924,0.0,2854.3491205992195,32625.359738789924,0.0,-2854.3491205992195,31634.054692355403,0.0,-8476.319408138597,32117.017605499943,0.0,8605.728930689858,33123.4570878358,0.0,2897.9269919730486,33123.4570878358,0.0,-2897.9269919730486,32117.017605499943,0.0,-8605.728930689858,32599.98857795027,0.0,8735.140612725598,33621.562748739045,0.0,2941.505590540171,33621.562748739045,0.0,-2941.505590540171,32599.98857795027,0.0,-8735.140612725598,33082.95955040059,0.0,8864.552294761335,34119.66840964228,0.0,2985.0841891072923,34119.66840964228,0.0,-2985.0841891072923,33082.95955040059,0.0,-8864.552294761335,33565.92246354513,0.0,8993.961817312598,34617.76575868816,0.0,3028.662060481122,34617.76575868816,0.0,-3028.662060481122,33565.92246354513,0.0,-8993.961817312598,34048.86925807807,0.0,9123.367020894899,35115.84648401928,0.0,3072.2384774683646,35115.84648401928,0.0,-3072.2384774683646,34048.86925807807,0.0,-9123.367020894899,34531.8321712226,0.0,9252.776543446158,35613.943833065154,0.0,3115.8163488421933,35613.943833065154,0.0,-3115.8163488421933,34531.8321712226,0.0,-9252.776543446158,35014.79508436714,0.0,9382.186065997419,36112.04118211103,0.0,3159.3942202160224,36112.04118211103,0.0,-3159.3942202160224,35014.79508436714,0.0,-9382.186065997419,35497.75799751168,0.0,9511.595588548682,36610.13853115691,0.0,3202.9720915898524,36610.13853115691,0.0,-3202.9720915898524,35497.75799751168,0.0,-9511.595588548682,35980.72091065621,0.0,9641.00511109994,37108.235880202774,0.0,3246.5499629636806,37108.235880202774,0.0,-3246.5499629636806,35980.72091065621,0.0,-9641.00511109994,36463.68382380075,0.0,9770.414633651202,37606.33322924865,0.0,3290.1278343375106,37606.33322924865,0.0,-3290.1278343375106,36463.68382380075,0.0,-9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_981_point_4()
		{
			double[] value = {36946.64673694527,0.0,9899.82415620246,38104.43057829452,0.0,3333.705705711339,38104.43057829452,0.0,-3333.705705711339,36946.64673694527,0.0,-9899.82415620246,37429.60965008982,0.0,10029.233678753722,38602.5279273404,0.0,3377.2835770851684,38602.5279273404,0.0,-3377.2835770851684,37429.60965008982,0.0,-10029.233678753722,37912.572563234346,0.0,10158.643201304982,39100.625276386265,0.0,3420.861448458997,39100.625276386265,0.0,-3420.861448458997,37912.572563234346,0.0,-10158.643201304982,38395.535476378886,0.0,10288.052723856243,39598.72262543214,0.0,3464.4393198328266,39598.72262543214,0.0,-3464.4393198328266,38395.535476378886,0.0,-10288.052723856243,38878.49838952342,0.0,10417.462246407504,40096.81997447802,0.0,3508.0171912066558,40096.81997447802,0.0,-3508.0171912066558,38878.49838952342,0.0,-10417.462246407504,39361.46130266795,0.0,10546.871768958765,40594.91732352389,0.0,3551.595062580485,40594.91732352389,0.0,-3551.595062580485,39361.46130266795,0.0,-10546.871768958765,39844.42421581249,0.0,10676.281291510024,41093.01467256976,0.0,3595.172933954314,41093.01467256976,0.0,-3595.172933954314,39844.42421581249,0.0,-10676.281291510024,40327.38712895702,0.0,10805.690814061285,41591.112021615634,0.0,3638.750805328143,41591.112021615634,0.0,-3638.750805328143,40327.38712895702,0.0,-10805.690814061285,40810.36616071314,0.0,10935.104655581503,42089.225994376255,0.0,3682.330131088558,42089.225994376255,0.0,-3682.330131088558,40810.36616071314,0.0,-10935.104655581503,41293.31295524609,0.0,11064.509859163805,42587.30671970738,0.0,3725.9065480758013,42587.30671970738,0.0,-3725.9065480758013,41293.31295524609,0.0,-11064.509859163805,41776.27586839062,0.0,11193.919381715066,43085.404068753254,0.0,3769.4844194496304,43085.404068753254,0.0,-3769.4844194496304,41776.27586839062,0.0,-11193.919381715066,42259.23878153516,0.0,11323.328904266325,43583.501417799125,0.0,3813.0622908234595,43583.501417799125,0.0,-3813.0622908234595,42259.23878153516,0.0,-11323.328904266325,42742.201694679694,0.0,11452.738426817587,44081.598766845,0.0,3856.6401621972886,44081.598766845,0.0,-3856.6401621972886,42742.201694679694,0.0,-11452.738426817587,43225.16460782423,0.0,11582.147949368848,44579.696115890874,0.0,3900.2180335711178,44579.696115890874,0.0,-3900.2180335711178,43225.16460782423,0.0,-11582.147949368848,43708.12752096875,0.0,11711.557471920105,45077.79346493674,0.0,3943.795904944946,45077.79346493674,0.0,-3943.795904944946,43708.12752096875,0.0,-11711.557471920105,44191.09043411329,0.0,11840.966994471366,45575.89081398261,0.0,3987.373776318775,45575.89081398261,0.0,-3987.373776318775,44191.09043411329,0.0,-11840.966994471366,44674.053347257824,0.0,11970.376517022627,46073.98816302849,0.0,4030.951647692604,46073.98816302849,0.0,-4030.951647692604,44674.053347257824,0.0,-11970.376517022627,45157.01626040236,0.0,12099.786039573886,46572.08551207436,0.0,4074.5295190664333,46572.08551207436,0.0,-4074.5295190664333,45157.01626040236,0.0,-12099.786039573886,45639.97917354689,0.0,12229.195562125147,47070.18286112023,0.0,4118.107390440263,47070.18286112023,0.0,-4118.107390440263,45639.97917354689,0.0,-12229.195562125147,46122.94208669142,0.0,12358.605084676408,47568.2802101661,0.0,4161.685261814092,47568.2802101661,0.0,-4161.685261814092,46122.94208669142,0.0,-12358.605084676408,46605.90499983597,0.0,12488.01460722767,48066.377559211985,0.0,4205.263133187921,48066.377559211985,0.0,-4205.263133187921,46605.90499983597,0.0,-12488.01460722767,47088.867912980495,0.0,12617.424129778929,48564.47490825785,0.0,4248.841004561749,48564.47490825785,0.0,-4248.841004561749,47088.867912980495,0.0,-12617.424129778929,47571.830826125035,0.0,12746.83365233019,49062.57225730373,0.0,4292.418875935579,49062.57225730373,0.0,-4292.418875935579,47571.830826125035,0.0,-12746.83365233019,48054.79373926956,0.0,12876.243174881449,49560.66960634959,0.0,4335.9967473094075,49560.66960634959,0.0,-4335.9967473094075,48054.79373926956,0.0,-12876.243174881449,48537.7566524141,0.0,13005.652697432712,50058.76695539548,0.0,4379.5746186832375,50058.76695539548,0.0,-4379.5746186832375,48537.7566524141,0.0,-13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_981_point_5()
		{
			double[] value = {49020.73568417021,0.0,13135.066538952928,50556.88092815608,0.0,4423.153944443652,50556.88092815608,0.0,-4423.153944443652,49020.73568417021,0.0,-13135.066538952928,49503.682478703166,0.0,13264.47174253523,51054.96165348721,0.0,4466.730361430895,51054.96165348721,0.0,-4466.730361430895,49503.682478703166,0.0,-13264.47174253523,49986.645391847705,0.0,13393.881265086493,51553.05900253309,0.0,4510.308232804725,51553.05900253309,0.0,-4510.308232804725,49986.645391847705,0.0,-13393.881265086493,50469.60830499224,0.0,13523.290787637752,52051.15635157897,0.0,4553.886104178554,52051.15635157897,0.0,-4553.886104178554,50469.60830499224,0.0,-13523.290787637752,50952.57121813677,0.0,13652.700310189013,52549.25370062484,0.0,4597.463975552383,52549.25370062484,0.0,-4597.463975552383,50952.57121813677,0.0,-13652.700310189013,51435.53413128131,0.0,13782.109832740274,53047.35104967071,0.0,4641.041846926212,53047.35104967071,0.0,-4641.041846926212,51435.53413128131,0.0,-13782.109832740274,51918.49704442584,0.0,13911.519355291533,53545.44839871658,0.0,4684.619718300041,53545.44839871658,0.0,-4684.619718300041,51918.49704442584,0.0,-13911.519355291533,52401.459957570376,0.0,14040.928877842794,54043.54574776246,0.0,4728.19758967387,54043.54574776246,0.0,-4728.19758967387,52401.459957570376,0.0,-14040.928877842794,52884.42287071491,0.0,14170.338400394054,54541.64309680833,0.0,4771.7754610476995,54541.64309680833,0.0,-4771.7754610476995,52884.42287071491,0.0,-14170.338400394054,53367.38578385944,0.0,14299.747922945315,55039.7404458542,0.0,4815.353332421529,55039.7404458542,0.0,-4815.353332421529,53367.38578385944,0.0,-14299.747922945315,53850.34869700398,0.0,14429.157445496576,55537.83779490007,0.0,4858.931203795358,55537.83779490007,0.0,-4858.931203795358,53850.34869700398,0.0,-14429.157445496576,54333.311610148514,0.0,14558.566968047835,56035.93514394595,0.0,4902.509075169187,56035.93514394595,0.0,-4902.509075169187,54333.311610148514,0.0,-14558.566968047835,54816.27452329305,0.0,14687.976490599096,56534.03249299182,0.0,4946.086946543016,56534.03249299182,0.0,-4946.086946543016,54816.27452329305,0.0,-14687.976490599096,55299.23743643758,0.0,14817.386013150357,57032.12984203769,0.0,4989.664817916845,57032.12984203769,0.0,-4989.664817916845,55299.23743643758,0.0,-14817.386013150357,55782.200349582105,0.0,14946.795535701614,57530.227191083555,0.0,5033.242689290673,57530.227191083555,0.0,-5033.242689290673,55782.200349582105,0.0,-14946.795535701614,56265.163262726644,0.0,15076.205058252875,58028.32454012943,0.0,5076.820560664502,58028.32454012943,0.0,-5076.820560664502,56265.163262726644,0.0,-15076.205058252875,56748.12617587118,0.0,15205.614580804135,58526.421889175304,0.0,5120.3984320383315,58526.421889175304,0.0,-5120.3984320383315,56748.12617587118,0.0,-15205.614580804135,57231.1052076273,0.0,15335.028422324354,59024.535861935925,0.0,5163.977757798746,59024.535861935925,0.0,-5163.977757798746,57231.1052076273,0.0,-15335.028422324354,57714.05200216024,0.0,15464.433625906657,59522.616587267046,0.0,5207.55417478599,59522.616587267046,0.0,-5207.55417478599,57714.05200216024,0.0,-15464.433625906657,58196.9987966932,0.0,15593.838829488961,60020.69731259818,0.0,5251.130591773233,60020.69731259818,0.0,-5251.130591773233,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,-15593.838829488961,58196.9987966932,0.0,15593.838829488961};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_982_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_982_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_982_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_982_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_986_point_1()
		{
			double[] value = {530.3298093357866,0.0,530.3298093357866,614.3637128409787,0.0,430.18210293375876,679.7304858145368,0.0,316.96353101673606,724.4439919368423,0.0,194.11418260105563,883.8829233749362,0.0,883.8829233749361,1023.9394146097093,0.0,716.9700967797559,1132.8840248699107,0.0,528.2724965982972,1207.4065273014173,0.0,323.52360392648103,1237.436129598794,0.0,1237.436129598794,1433.5152231703619,0.0,1003.7581654022617,1586.037682079602,0.0,739.5815172761213,1690.3691885926455,0.0,452.9330589938515,1590.9898889308997,0.0,1590.9898889308997,1843.0916724825447,0.0,1290.5466826838192,2039.1920482151947,0.0,950.8908685315223,2173.3326054437916,0.0,582.3427165128917,1944.5429107853417,0.0,1944.5429107853417,2252.6672674593538,0.0,1577.3346017533079,2492.3454691162524,0.0,1162.1997790168207,2656.295014881714,0.0,711.7521040963722,2298.0963013786154,0.0,2298.0963013786154,2662.24328960385,0.0,1864.122819928831,2945.499362634577,0.0,1373.5089098871704,3139.2579280262485,0.0,841.1616266476326,2651.6496919718893,0.0,2651.6496919718893,3071.8193117483456,0.0,2150.911038104354,3398.6532561529025,0.0,1584.81804075752,3622.2208411707825,0.0,970.5711491988931,3005.2030825651627,0.0,3005.2030825651627,3481.3953338928413,0.0,2437.699256279877,3851.807149671227,0.0,1796.1271716278698,4105.183754315316,0.0,1099.9806717501533,3358.757210636101,0.0,3358.757210636101,3890.9722103727113,0.0,2724.4880726674687,4304.961988424087,0.0,2007.436743268322,4588.147674873075,0.0,1229.3904642369735,3712.309126274047,0.0,3712.3091262740463,4300.54652384646,0.0,3011.275094418854,4758.113991473342,0.0,2218.7449925984665,5071.108573191161,0.0,1358.7994469171144,4065.861041911992,0.0,4065.861041911992,4710.120837320208,0.0,3298.0621161702393,5211.265994522596,0.0,2430.053241928611,5554.069471509247,0.0,1488.208429597255,4419.415907460594,0.0,4419.415907460594,5119.698568135452,0.0,3584.8515307699004,5664.421778509992,0.0,2641.363254339166,6037.03439948023,0.0,1617.6184920196351,4772.970773009197,0.0,4772.970773009196,5529.2762989506955,0.0,3871.6409453695615,6117.5775624973885,0.0,2852.6732667497213,6519.999327451212,0.0,1747.028554442015,5126.522688647142,0.0,5126.522688647142,5938.850612424443,0.0,4158.427967120946,6570.729565546642,0.0,3063.9815160798653,7002.960225769298,0.0,1876.4375371221558,5480.074604285087,0.0,5480.074604285087,6348.424925898192,0.0,4445.214988872332,7023.881568595896,0.0,3275.2897654100097,7485.921124087384,0.0,2005.8465198022966,5833.62946983369,0.0,5833.62946983369,6758.002656713436,0.0,4732.004403471993,7477.037352583293,0.0,3486.599777820565,7968.886052058367,0.0,2135.256582224677,6187.1843353822915,0.0,6187.184335382291,7167.580387528678,0.0,5018.793818071653,7930.193136570688,0.0,3697.9097902311196,8451.850980029347,0.0,2264.6666446470563,6540.737725975565,0.0,6540.737725975564,7577.1564096731745,0.0,5305.582036247176,8383.347030089013,0.0,3909.2189211014693,8934.813893173881,0.0,2394.076167198317,6894.291116568838,0.0,6894.291116568838,7986.732431817671,0.0,5592.370254422699,8836.500923607337,0.0,4120.528051971819,9417.776806318416,0.0,2523.485689749577,7247.844507162114,0.0,7247.844507162114,8396.308453962167,0.0,5879.158472598223,9289.654817125664,0.0,4331.83718284217,9900.739719462952,0.0,2652.895212300838,7601.39494784473,0.0,7601.394947844729,8805.881058765168,0.0,6165.94429792547,9742.804929705846,0.0,4543.144550632108,10383.69860295459,0.0,2782.303655109859,7954.945388527347,0.0,7954.945388527346,9215.453663568169,0.0,6452.730123252717,10195.95504228603,0.0,4754.451918422047,10866.657486446227,0.0,2911.71209791888,8308.498779120619,0.0,8308.498779120619,9625.029685712663,0.0,6739.518341428239,10649.108935804354,0.0,4965.761049292396,11349.62039959076,0.0,3041.12162047014,8662.052169713894,0.0,8662.052169713894,10034.60570785716,0.0,7026.306559603763,11102.262829322679,0.0,5177.0701801627465,11832.583312735294,0.0,3170.5311430214006,9015.608510217826,0.0,9015.608510217824,10444.18514734315,0.0,7313.097170627562,11555.420503779147,0.0,5388.381074113507,12315.550255532726,0.0,3299.9417453149003};
			return value;
		}
		private double[] getCoordinate_8_986_point_2()
		{
			double[] value = {9369.164850721756,0.0,9369.164850721756,10853.764586829144,0.0,7599.887781651361,12008.578178235613,0.0,5599.691968064268,12798.517198330157,0.0,3429.3523476084,9722.71824131503,0.0,9722.71824131503,11263.340608973638,0.0,7886.675999826884,12461.732071753939,0.0,5811.001098934617,13281.480111474692,0.0,3558.7618701596607,10076.271631908305,0.0,10076.271631908303,11672.916631118134,0.0,8173.4642180024075,12914.885965272264,0.0,6022.310229804967,13764.443024619224,0.0,3688.171392710921,10429.82207259092,0.0,10429.822072590918,12082.489235921134,0.0,8460.250043329654,13368.036077852445,0.0,6233.617597594905,14247.40190811086,0.0,3817.5798355199413,10783.372513273536,0.0,10783.372513273536,12492.061840724135,0.0,8747.035868656902,13821.186190432629,0.0,6444.924965384845,14730.3607916025,0.0,3946.9882783289627,11136.925903866811,0.0,11136.92590386681,12901.63786286863,0.0,9033.824086832425,14274.340083950954,0.0,6656.234096255194,15213.323704747034,0.0,4076.3978008802233,11490.479294460085,0.0,11490.479294460083,13311.213885013127,0.0,9320.612305007948,14727.49397746928,0.0,6867.543227125544,15696.286617891568,0.0,4205.807323431483,11844.035634964017,0.0,11844.035634964017,13720.79332449912,0.0,9607.402916031748,15180.651651925748,0.0,7078.854121076305,16179.253560689001,0.0,4335.217925724984,12197.591975467945,0.0,12197.591975467945,14130.37276398511,0.0,9894.193527055544,15633.809326382212,0.0,7290.165015027064,16662.220503486427,0.0,4464.628528018483,12551.145366061219,0.0,12551.145366061219,14539.948786129606,0.0,10180.981745231067,16086.963219900537,0.0,7501.474145897414,17145.183416630964,0.0,4594.038050569743,12904.698756654492,0.0,12904.698756654492,14949.5248082741,0.0,10467.76996340659,16540.117113418863,0.0,7712.783276767764,17628.146329775496,0.0,4723.447573121003,13258.252147247766,0.0,13258.252147247766,15359.100830418596,0.0,10754.558181582113,16993.271006937186,0.0,7924.092407638113,18111.10924292003,0.0,4852.857095672264,13611.80553784104,0.0,13611.805537841039,15768.676852563092,0.0,11041.346399757636,17446.424900455513,0.0,8135.401538508463,18594.072156064565,0.0,4982.266618223524,13965.358928434314,0.0,13965.358928434312,16178.252874707588,0.0,11328.13461793316,17899.578793973837,0.0,8346.710669378812,19077.035069209098,0.0,5111.6761407747845,14318.91231902759,0.0,14318.91231902759,16587.828896852086,0.0,11614.922836108684,18352.732687492167,0.0,8558.019800249163,19559.997982353638,0.0,5241.0856633260455,14672.465709620865,0.0,14672.465709620863,16997.404918996584,0.0,11901.711054284207,18805.88658101049,0.0,8769.328931119513,20042.96089549817,0.0,5370.4951858773065,15026.013200392823,0.0,15026.013200392823,17406.97410645809,0.0,12188.494486763178,19259.032912652532,0.0,8980.634535829042,20525.915749336913,0.0,5499.902548944087,15379.560691164783,0.0,15379.560691164783,17816.543293919593,0.0,12475.27791924215,19712.17924429457,0.0,9191.94014053857,21008.870603175652,0.0,5629.309912010869,15733.114081758056,0.0,15733.114081758056,18226.119316064087,0.0,12762.066137417673,20165.333137812897,0.0,9403.24927140892,21491.83351632019,0.0,5758.719434562129,16086.667472351328,0.0,16086.667472351328,18635.69533820858,0.0,13048.854355593194,20618.487031331217,0.0,9614.558402279268,21974.796429464717,0.0,5888.128957113389,16440.220862944603,0.0,16440.2208629446,19045.271360353076,0.0,13335.642573768717,21071.640924849544,0.0,9825.867533149618,22457.75934260925,0.0,6017.5384796646495,16793.774253537875,0.0,16793.774253537875,19454.847382497574,0.0,13622.43079194424,21524.794818367867,0.0,10037.176664019968,22940.722255753786,0.0,6146.94800221591,17147.327644131154,0.0,17147.32764413115,19864.42340464207,0.0,13909.219010119765,21977.948711886198,0.0,10248.485794890319,23423.685168898322,0.0,6276.3575247671715,17500.881034724425,0.0,17500.881034724425,20273.999426786566,0.0,14196.007228295288,22431.10260540452,0.0,10459.794925760669,23906.64808204286,0.0,6405.767047318432,17854.440325139014,0.0,17854.440325139014,20683.582283614054,0.0,14482.800232167363,22884.26406079913,0.0,10671.10758279184,24389.619054493185,0.0,6535.178729354171};
			return value;
		}
		private double[] getCoordinate_8_986_point_3()
		{
			double[] value = {18207.9996155536,0.0,18207.9996155536,21093.16514044154,0.0,14769.593236039436,23337.425516193736,0.0,10882.420239823008,24872.590026943508,0.0,6664.590411389909,18561.553006146874,0.0,18561.553006146874,21502.741162586037,0.0,15056.381454214961,23790.579409712067,0.0,11093.72937069336,25355.552940088048,0.0,6793.999933941171,18915.10639674015,0.0,18915.10639674015,21912.317184730535,0.0,15343.169672390484,24243.73330323039,0.0,11305.03850156371,25838.51585323258,0.0,6923.409456492431,19268.659787333425,0.0,19268.65978733342,22321.89320687503,0.0,15629.957890566007,24696.887196748714,0.0,11516.347632434059,26321.478766377113,0.0,7052.818979043691,19622.213177926697,0.0,19622.213177926697,22731.469229019527,0.0,15916.74610874153,25150.04109026704,0.0,11727.656763304409,26804.44167952165,0.0,7182.228501594951,19975.76656851997,0.0,19975.766568519968,23141.04525116402,0.0,16203.534326917053,25603.194983785364,0.0,11938.965894174758,27287.404592666182,0.0,7311.638024146212,20329.319959113243,0.0,20329.319959113243,23550.62127330852,0.0,16490.322545092575,26056.34887730369,0.0,12150.275025045108,27770.36750581072,0.0,7441.047546697472,20682.873349706515,0.0,20682.873349706515,23960.19729545301,0.0,16777.110763268098,26509.50277082201,0.0,12361.584155915456,28253.330418955247,0.0,7570.457069248731,21036.420840478477,0.0,21036.420840478473,24369.766482914514,0.0,17063.894195747067,26962.649102464053,0.0,12572.889760624985,28736.28527279399,0.0,7699.864432315513,21389.96833125044,0.0,21389.968331250435,24779.335670376022,0.0,17350.67762822604,27415.795434106098,0.0,12784.195365334515,29219.240126632732,0.0,7829.271795382296,21743.52172184371,0.0,21743.52172184371,25188.91169252052,0.0,17637.465846401563,27868.94932762442,0.0,12995.504496204865,29702.20303977727,0.0,7958.681317933556,22097.075112436985,0.0,22097.07511243698,25598.487714665014,0.0,17924.254064577086,28322.10322114275,0.0,13206.813627075215,30185.1659529218,0.0,8088.090840484816,22450.628503030257,0.0,22450.628503030257,26008.06373680951,0.0,18211.04228275261,28775.25711466107,0.0,13418.122757945564,30668.128866066334,0.0,8217.500363036077,22804.181893623532,0.0,22804.181893623532,26417.639758954007,0.0,18497.830500928132,29228.411008179395,0.0,13629.431888815914,31151.09177921087,0.0,8346.909885587336,23157.735284216807,0.0,23157.735284216804,26827.2157810985,0.0,18784.618719103655,29681.564901697722,0.0,13840.741019686264,31634.054692355403,0.0,8476.319408138597,23511.288674810083,0.0,23511.288674810083,27236.791803243003,0.0,19071.406937279182,30134.71879521605,0.0,14052.050150556614,32117.017605499943,0.0,8605.728930689858,23864.84796522467,0.0,23864.847965224668,27646.374660070487,0.0,19358.199941151255,30587.88025061066,0.0,14263.362807587786,32599.98857795027,0.0,8735.140612725598,24218.407255639253,0.0,24218.407255639253,28055.957516897968,0.0,19644.99294502333,31041.04170600526,0.0,14474.675464618953,33082.95955040059,0.0,8864.552294761335,24571.960646232532,0.0,24571.960646232532,28465.533539042473,0.0,19931.781163198855,31494.195599523595,0.0,14685.984595489306,33565.92246354513,0.0,8993.961817312598,24925.502237183173,0.0,24925.50223718317,28875.09589182098,0.0,20218.55980998127,31947.334369289343,0.0,14897.28667403801,34048.86925807807,0.0,9123.367020894899,25279.055627776444,0.0,25279.055627776444,29284.671913965474,0.0,20505.348028156794,32400.488262807667,0.0,15108.59580490836,34531.8321712226,0.0,9252.776543446158,25632.60901836972,0.0,25632.60901836972,29694.247936109972,0.0,20792.136246332317,32853.642156325994,0.0,15319.90493577871,35014.79508436714,0.0,9382.186065997419,25986.162408963,0.0,25986.162408963,30103.823958254474,0.0,21078.924464507843,33306.79604984433,0.0,15531.214066649061,35497.75799751168,0.0,9511.595588548682,26339.715799556267,0.0,26339.715799556267,30513.39998039896,0.0,21365.712682683363,33759.94994336264,0.0,15742.52319751941,35980.72091065621,0.0,9641.00511109994,26693.269190149545,0.0,26693.269190149545,30922.976002543463,0.0,21652.50090085889,34213.103836880975,0.0,15953.83232838976,36463.68382380075,0.0,9770.414633651202};
			return value;
		}
		private double[] getCoordinate_8_986_point_4()
		{
			double[] value = {27046.822580742813,0.0,27046.822580742813,31332.552024687953,0.0,21939.28911903441,34666.257730399295,0.0,16165.141459260109,36946.64673694527,0.0,9899.82415620246,27400.375971336092,0.0,27400.375971336092,31742.128046832455,0.0,22226.077337209936,35119.41162391762,0.0,16376.45059013046,37429.60965008982,0.0,10029.233678753722,27753.929361929364,0.0,27753.92936192936,32151.704068976946,0.0,22512.865555385455,35572.56551743594,0.0,16587.759721000806,37912.572563234346,0.0,10158.643201304982,28107.482752522643,0.0,28107.48275252264,32561.280091121447,0.0,22799.65377356098,36025.719410954276,0.0,16799.06885187116,38395.535476378886,0.0,10288.052723856243,28461.036143115914,0.0,28461.036143115914,32970.856113265945,0.0,23086.441991736505,36478.8733044726,0.0,17010.37798274151,38878.49838952342,0.0,10417.462246407504,28814.58953370919,0.0,28814.589533709186,33380.43213541044,0.0,23373.230209912028,36932.02719799092,0.0,17221.68711361186,39361.46130266795,0.0,10546.871768958765,29168.14292430246,0.0,29168.14292430246,33790.008157554934,0.0,23660.01842808755,37385.18109150925,0.0,17432.99624448221,39844.42421581249,0.0,10676.281291510024,29521.696314895737,0.0,29521.696314895737,34199.58417969943,0.0,23946.806646263074,37838.33498502758,0.0,17644.30537535256,40327.38712895702,0.0,10805.690814061285,29875.26150513164,0.0,29875.26150513164,34609.17387120991,0.0,24233.6044358317,38291.50400229847,0.0,17855.621558544553,40810.36616071314,0.0,10935.104655581503,30228.803096082283,0.0,30228.803096082283,35018.736223988424,0.0,24520.38308261412,38744.642772064224,0.0,18066.92363709326,41293.31295524609,0.0,11064.509859163805,30582.35648667556,0.0,30582.356486675555,35428.31224613292,0.0,24807.171300789643,39197.79666558255,0.0,18278.232767963607,41776.27586839062,0.0,11193.919381715066,30935.90987726883,0.0,30935.90987726883,35837.88826827741,0.0,25093.959518965166,39650.95055910088,0.0,18489.54189883396,42259.23878153516,0.0,11323.328904266325,31289.463267862106,0.0,31289.463267862102,36247.464290421914,0.0,25380.74773714069,40104.1044526192,0.0,18700.851029704307,42742.201694679694,0.0,11452.738426817587,31643.01665845538,0.0,31643.016658455377,36657.04031256641,0.0,25667.535955316212,40557.258346137525,0.0,18912.16016057466,43225.16460782423,0.0,11582.147949368848,31996.57004904865,0.0,31996.570049048645,37066.616334710896,0.0,25954.324173491732,41010.412239655845,0.0,19123.469291445002,43708.12752096875,0.0,11711.557471920105,32350.12343964192,0.0,32350.12343964192,37476.19235685539,0.0,26241.112391667255,41463.566133174165,0.0,19334.778422315354,44191.09043411329,0.0,11840.966994471366,32703.676830235196,0.0,32703.676830235192,37885.76837899989,0.0,26527.900609842778,41916.72002669249,0.0,19546.087553185702,44674.053347257824,0.0,11970.376517022627,33057.23022082847,0.0,33057.23022082847,38295.344401144386,0.0,26814.6888280183,42369.87392021082,0.0,19757.396684056053,45157.01626040236,0.0,12099.786039573886,33410.78361142174,0.0,33410.78361142174,38704.92042328888,0.0,27101.47704619382,42823.027813729146,0.0,19968.7058149264,45639.97917354689,0.0,12229.195562125147,33764.33700201502,0.0,33764.33700201502,39114.496445433375,0.0,27388.265264369344,43276.181707247466,0.0,20180.014945796753,46122.94208669142,0.0,12358.605084676408,34117.89039260829,0.0,34117.89039260829,39524.07246757788,0.0,27675.053482544874,43729.3356007658,0.0,20391.324076667104,46605.90499983597,0.0,12488.01460722767,34471.44378320156,0.0,34471.44378320156,39933.64848972237,0.0,27961.84170072039,44182.48949428412,0.0,20602.633207537452,47088.867912980495,0.0,12617.424129778929,34824.99717379484,0.0,34824.99717379484,40343.22451186687,0.0,28248.62991889592,44635.64338780245,0.0,20813.942338407804,47571.830826125035,0.0,12746.83365233019,35178.55056438811,0.0,35178.55056438811,40752.80053401136,0.0,28535.418137071436,45088.79728132077,0.0,21025.25146927815,48054.79373926956,0.0,12876.243174881449,35532.103954981394,0.0,35532.10395498139,41162.37655615586,0.0,28822.206355246966,45541.9511748391,0.0,21236.560600148503,48537.7566524141,0.0,13005.652697432712};
			return value;
		}
		private double[] getCoordinate_8_986_point_5()
		{
			double[] value = {35885.66914521729,0.0,35885.66914521729,41571.966247666336,0.0,29109.004144815586,45995.120192109986,0.0,21447.876783340493,49020.73568417021,0.0,13135.066538952928,36239.21073616793,0.0,36239.21073616793,41981.52860044485,0.0,29395.782791598005,46448.25896187574,0.0,21659.1788618892,49503.682478703166,0.0,13264.47174253523,36592.76412676121,0.0,36592.76412676121,42391.10462258935,0.0,29682.571009773535,46901.412855394075,0.0,21870.487992759554,49986.645391847705,0.0,13393.881265086493,36946.31751735449,0.0,36946.31751735448,42800.680644733846,0.0,29969.35922794906,47354.5667489124,0.0,22081.7971236299,50469.60830499224,0.0,13523.290787637752,37299.87090794776,0.0,37299.870907947756,43210.25666687834,0.0,30256.14744612458,47807.72064243072,0.0,22293.106254500253,50952.57121813677,0.0,13652.700310189013,37653.42429854103,0.0,37653.42429854103,43619.832689022835,0.0,30542.9356643001,48260.87453594905,0.0,22504.4153853706,51435.53413128131,0.0,13782.109832740274,38006.977689134306,0.0,38006.977689134306,44029.408711167336,0.0,30829.723882475624,48714.02842946738,0.0,22715.724516240953,51918.49704442584,0.0,13911.519355291533,38360.53107972758,0.0,38360.53107972758,44438.98473331183,0.0,31116.512100651147,49167.1823229857,0.0,22927.0336471113,52401.459957570376,0.0,14040.928877842794,38714.08447032086,0.0,38714.08447032085,44848.560755456325,0.0,31403.30031882667,49620.33621650402,0.0,23138.342777981652,52884.42287071491,0.0,14170.338400394054,39067.63786091413,0.0,39067.637860914125,45258.13677760082,0.0,31690.088537002193,50073.49011002235,0.0,23349.651908852,53367.38578385944,0.0,14299.747922945315,39421.1912515074,0.0,39421.1912515074,45667.71279974531,0.0,31976.876755177716,50526.64400354068,0.0,23560.96103972235,53850.34869700398,0.0,14429.157445496576,39774.744642100675,0.0,39774.744642100675,46077.288821889815,0.0,32263.66497335324,50979.797897059,0.0,23772.2701705927,54333.311610148514,0.0,14558.566968047835,40128.29803269395,0.0,40128.29803269395,46486.86484403431,0.0,32550.453191528763,51432.951790577325,0.0,23983.57930146305,54816.27452329305,0.0,14687.976490599096,40481.851423287226,0.0,40481.85142328722,46896.440866178804,0.0,32837.241409704286,51886.10568409565,0.0,24194.8884323334,55299.23743643758,0.0,14817.386013150357,40835.404813880494,0.0,40835.40481388049,47306.01688832329,0.0,33124.029627879805,52339.25957761397,0.0,24406.197563203747,55782.200349582105,0.0,14946.795535701614,41188.95820447377,0.0,41188.95820447376,47715.59291046779,0.0,33410.81784605533,52792.41347113229,0.0,24617.506694074094,56265.163262726644,0.0,15076.205058252875,41542.51159506704,0.0,41542.51159506704,48125.16893261229,0.0,33697.60606423085,53245.56736465062,0.0,24828.815824944446,56748.12617587118,0.0,15205.614580804135,41896.07678530294,0.0,41896.07678530294,48534.75862412276,0.0,33984.40385379948,53698.73638192151,0.0,25040.13200813644,57231.1052076273,0.0,15335.028422324354,42249.61837625359,0.0,42249.61837625359,48944.320976901276,0.0,34271.1825005819,54151.875151687265,0.0,25251.434086685145,57714.05200216024,0.0,15464.433625906657,42603.159967204236,0.0,42603.159967204236,49353.8833296798,0.0,34557.96114736432,54605.01392145303,0.0,25462.736165233855,58196.9987966932,0.0,15593.838829488961,58196.9987966932,0.0,15593.838829488961,42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_987_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_987_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_987_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_987_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_991_point_1()
		{
			double[] value = {194.1141826010558,0.0,724.4439919368422,316.9635310167362,0.0,679.7304858145367,430.1821029337588,0.0,614.3637128409787,530.3298093357866,0.0,530.3298093357866,323.5236039264813,0.0,1207.406527301417,528.2724965982975,0.0,1132.8840248699107,716.970096779756,0.0,1023.9394146097092,883.8829233749362,0.0,883.8829233749361,452.9330589938519,0.0,1690.3691885926455,739.5815172761218,0.0,1586.0376820796018,1003.758165402262,0.0,1433.5152231703617,1237.436129598794,0.0,1237.436129598794,582.3427165128923,0.0,2173.332605443791,950.8908685315228,0.0,2039.1920482151943,1290.5466826838194,0.0,1843.0916724825443,1590.9898889308997,0.0,1590.9898889308997,711.7521040963729,0.0,2656.295014881714,1162.1997790168214,0.0,2492.345469116252,1577.334601753308,0.0,2252.6672674593538,1944.5429107853417,0.0,1944.5429107853417,841.1616266476334,0.0,3139.257928026248,1373.5089098871713,0.0,2945.4993626345768,1864.1228199288312,0.0,2662.2432896038495,2298.0963013786154,0.0,2298.0963013786154,970.5711491988939,0.0,3622.220841170782,1584.818040757521,0.0,3398.6532561529016,2150.9110381043542,0.0,3071.819311748345,2651.6496919718893,0.0,2651.6496919718893,1099.9806717501542,0.0,4105.183754315316,1796.1271716278707,0.0,3851.8071496712264,2437.6992562798773,0.0,3481.395333892841,3005.2030825651627,0.0,3005.2030825651627,1229.3904642369746,0.0,4588.147674873074,2007.4367432683232,0.0,4304.9619884240865,2724.488072667469,0.0,3890.9722103727104,3358.757210636101,0.0,3358.757210636101,1358.7994469171156,0.0,5071.108573191161,2218.744992598468,0.0,4758.113991473341,3011.2750944188547,0.0,4300.546523846459,3712.309126274047,0.0,3712.3091262740463,1488.2084295972563,0.0,5554.069471509247,2430.0532419286124,0.0,5211.265994522595,3298.06211617024,0.0,4710.120837320207,4065.861041911992,0.0,4065.861041911992,1617.6184920196365,0.0,6037.034399480229,2641.3632543391677,0.0,5664.421778509991,3584.851530769901,0.0,5119.698568135451,4419.415907460594,0.0,4419.415907460594,1747.0285544420167,0.0,6519.999327451212,2852.6732667497226,0.0,6117.577562497388,3871.640945369562,0.0,5529.276298950695,4772.970773009197,0.0,4772.970773009196,1876.4375371221574,0.0,7002.960225769297,3063.981516079867,0.0,6570.7295655466405,4158.427967120947,0.0,5938.850612424442,5126.522688647142,0.0,5126.522688647142,2005.8465198022982,0.0,7485.921124087383,3275.2897654100116,0.0,7023.881568595894,4445.2149888723325,0.0,6348.424925898191,5480.074604285087,0.0,5480.074604285087,2135.256582224679,0.0,7968.886052058366,3486.599777820567,0.0,7477.037352583292,4732.004403471994,0.0,6758.002656713435,5833.62946983369,0.0,5833.62946983369,2264.6666446470585,0.0,8451.850980029347,3697.9097902311214,0.0,7930.193136570686,5018.793818071654,0.0,7167.580387528677,6187.1843353822915,0.0,6187.184335382291,2394.0761671983187,0.0,8934.813893173881,3909.2189211014716,0.0,8383.347030089011,5305.582036247177,0.0,7577.156409673173,6540.737725975565,0.0,6540.737725975564,2523.4856897495793,0.0,9417.776806318416,4120.528051971821,0.0,8836.500923607337,5592.3702544227,0.0,7986.732431817669,6894.291116568838,0.0,6894.291116568838,2652.8952123008403,0.0,9900.73971946295,4331.837182842171,0.0,9289.654817125662,5879.158472598224,0.0,8396.308453962167,7247.844507162114,0.0,7247.844507162114,2782.303655109861,0.0,10383.698602954588,4543.144550632111,0.0,9742.804929705844,6165.944297925471,0.0,8805.881058765166,7601.39494784473,0.0,7601.394947844729,2911.7120979188826,0.0,10866.657486446225,4754.45191842205,0.0,10195.955042286028,6452.730123252719,0.0,9215.453663568167,7954.945388527347,0.0,7954.945388527346,3041.1216204701423,0.0,11349.620399590758,4965.761049292399,0.0,10649.108935804352,6739.51834142824,0.0,9625.029685712661,8308.498779120619,0.0,8308.498779120619,3170.5311430214033,0.0,11832.583312735294,5177.070180162749,0.0,11102.262829322677,7026.306559603765,0.0,10034.605707857158,8662.052169713894,0.0,8662.052169713894,3299.9417453149035,0.0,12315.550255532724,5388.38107411351,0.0,11555.420503779145,7313.097170627563,0.0,10444.18514734315,9015.608510217826,0.0,9015.608510217824};
			return value;
		}
		private double[] getCoordinate_8_991_point_2()
		{
			double[] value = {3429.3523476084033,0.0,12798.517198330155,5599.69196806427,0.0,12008.578178235612,7599.887781651362,0.0,10853.764586829142,9369.164850721756,0.0,9369.164850721756,3558.761870159664,0.0,13281.48011147469,5811.00109893462,0.0,12461.732071753937,7886.675999826885,0.0,11263.340608973636,9722.71824131503,0.0,9722.71824131503,3688.171392710924,0.0,13764.443024619224,6022.31022980497,0.0,12914.885965272262,8173.464218002408,0.0,11672.916631118132,10076.271631908305,0.0,10076.271631908303,3817.579835519945,0.0,14247.40190811086,6233.617597594908,0.0,13368.036077852443,8460.250043329655,0.0,12082.489235921132,10429.82207259092,0.0,10429.822072590918,3946.9882783289663,0.0,14730.3607916025,6444.924965384848,0.0,13821.186190432627,8747.035868656903,0.0,12492.061840724133,10783.372513273536,0.0,10783.372513273536,4076.397800880227,0.0,15213.323704747032,6656.234096255198,0.0,14274.340083950952,9033.824086832426,0.0,12901.637862868629,11136.925903866811,0.0,11136.92590386681,4205.807323431487,0.0,15696.286617891566,6867.543227125548,0.0,14727.493977469278,9320.61230500795,0.0,13311.213885013125,11490.479294460085,0.0,11490.479294460083,4335.217925724987,0.0,16179.253560689,7078.85412107631,0.0,15180.651651925746,9607.40291603175,0.0,13720.793324499118,11844.035634964017,0.0,11844.035634964017,4464.628528018487,0.0,16662.220503486427,7290.165015027068,0.0,15633.80932638221,9894.193527055546,0.0,14130.372763985106,12197.591975467945,0.0,12197.591975467945,4594.038050569747,0.0,17145.18341663096,7501.474145897418,0.0,16086.963219900534,10180.981745231069,0.0,14539.948786129602,12551.145366061219,0.0,12551.145366061219,4723.447573121008,0.0,17628.146329775496,7712.783276767768,0.0,16540.11711341886,10467.769963406592,0.0,14949.524808274098,12904.698756654492,0.0,12904.698756654492,4852.857095672268,0.0,18111.10924292003,7924.092407638118,0.0,16993.271006937186,10754.558181582115,0.0,15359.100830418594,13258.252147247766,0.0,13258.252147247766,4982.266618223529,0.0,18594.07215606456,8135.401538508468,0.0,17446.42490045551,11041.346399757638,0.0,15768.67685256309,13611.80553784104,0.0,13611.805537841039,5111.676140774789,0.0,19077.035069209098,8346.710669378817,0.0,17899.578793973833,11328.134617933161,0.0,16178.252874707587,13965.358928434314,0.0,13965.358928434312,5241.08566332605,0.0,19559.997982353634,8558.019800249169,0.0,18352.732687492164,11614.922836108686,0.0,16587.828896852083,14318.91231902759,0.0,14318.91231902759,5370.495185877311,0.0,20042.96089549817,8769.328931119519,0.0,18805.886581010487,11901.71105428421,0.0,16997.40491899658,14672.465709620865,0.0,14672.465709620863,5499.902548944093,0.0,20525.91574933691,8980.634535829047,0.0,19259.03291265253,12188.49448676318,0.0,17406.974106458085,15026.013200392823,0.0,15026.013200392823,5629.3099120108745,0.0,21008.870603175652,9191.940140538574,0.0,19712.17924429457,12475.277919242153,0.0,17816.54329391959,15379.560691164783,0.0,15379.560691164783,5758.719434562135,0.0,21491.833516320185,9403.249271408924,0.0,20165.333137812893,12762.066137417676,0.0,18226.119316064083,15733.114081758056,0.0,15733.114081758056,5888.128957113394,0.0,21974.796429464714,9614.558402279274,0.0,20618.487031331213,13048.854355593196,0.0,18635.695338208578,16086.667472351328,0.0,16086.667472351328,6017.538479664655,0.0,22457.75934260925,9825.867533149623,0.0,21071.64092484954,13335.642573768719,0.0,19045.271360353076,16440.220862944603,0.0,16440.2208629446,6146.948002215915,0.0,22940.722255753783,10037.176664019973,0.0,21524.794818367864,13622.430791944242,0.0,19454.84738249757,16793.774253537875,0.0,16793.774253537875,6276.357524767177,0.0,23423.685168898322,10248.485794890325,0.0,21977.948711886194,13909.219010119768,0.0,19864.423404642068,17147.327644131154,0.0,17147.32764413115,6405.767047318437,0.0,23906.648082042855,10459.794925760674,0.0,22431.102605404518,14196.007228295291,0.0,20273.999426786566,17500.881034724425,0.0,17500.881034724425,6535.1787293541765,0.0,24389.61905449318,10671.107582791845,0.0,22884.264060799127,14482.800232167365,0.0,20683.58228361405,17854.440325139014,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_991_point_3()
		{
			double[] value = {6664.590411389915,0.0,24872.590026943508,10882.420239823015,0.0,23337.425516193733,14769.593236039438,0.0,21093.165140441535,18207.9996155536,0.0,18207.9996155536,6793.999933941176,0.0,25355.552940088044,11093.729370693367,0.0,23790.57940971206,15056.381454214963,0.0,21502.741162586033,18561.553006146874,0.0,18561.553006146874,6923.409456492436,0.0,25838.515853232577,11305.038501563717,0.0,24243.733303230387,15343.169672390486,0.0,21912.31718473053,18915.10639674015,0.0,18915.10639674015,7052.818979043697,0.0,26321.478766377113,11516.347632434066,0.0,24696.88719674871,15629.95789056601,0.0,22321.893206875025,19268.659787333425,0.0,19268.65978733342,7182.228501594957,0.0,26804.441679521646,11727.656763304416,0.0,25150.041090267037,15916.746108741532,0.0,22731.469229019523,19622.213177926697,0.0,19622.213177926697,7311.638024146218,0.0,27287.404592666182,11938.965894174766,0.0,25603.19498378536,16203.534326917055,0.0,23141.045251164018,19975.76656851997,0.0,19975.766568519968,7441.0475466974785,0.0,27770.367505810715,12150.275025045115,0.0,26056.348877303684,16490.32254509258,0.0,23550.621273308516,20329.319959113243,0.0,20329.319959113243,7570.457069248738,0.0,28253.330418955244,12361.584155915463,0.0,26509.502770822008,16777.1107632681,0.0,23960.197295453007,20682.873349706515,0.0,20682.873349706515,7699.8644323155195,0.0,28736.285272793986,12572.889760624992,0.0,26962.64910246405,17063.89419574707,0.0,24369.76648291451,21036.420840478477,0.0,21036.420840478473,7829.271795382302,0.0,29219.24012663273,12784.19536533452,0.0,27415.79543410609,17350.677628226043,0.0,24779.33567037602,21389.96833125044,0.0,21389.968331250435,7958.681317933563,0.0,29702.203039777265,12995.504496204872,0.0,27868.949327624417,17637.465846401567,0.0,25188.911692520516,21743.52172184371,0.0,21743.52172184371,8088.090840484823,0.0,30185.165952921798,13206.813627075222,0.0,28322.10322114274,17924.25406457709,0.0,25598.48771466501,22097.075112436985,0.0,22097.07511243698,8217.500363036084,0.0,30668.128866066334,13418.122757945572,0.0,28775.257114661068,18211.042282752613,0.0,26008.063736809505,22450.628503030257,0.0,22450.628503030257,8346.909885587344,0.0,31151.091779210867,13629.431888815921,0.0,29228.41100817939,18497.830500928136,0.0,26417.639758954003,22804.181893623532,0.0,22804.181893623532,8476.319408138605,0.0,31634.0546923554,13840.741019686271,0.0,29681.564901697715,18784.61871910366,0.0,26827.215781098497,23157.735284216807,0.0,23157.735284216804,8605.728930689866,0.0,32117.01760549994,14052.050150556623,0.0,30134.718795216046,19071.406937279186,0.0,27236.791803242995,23511.288674810083,0.0,23511.288674810083,8735.140612725605,0.0,32599.988577950266,14263.362807587793,0.0,30587.880250610655,19358.19994115126,0.0,27646.374660070484,23864.84796522467,0.0,23864.847965224668,8864.552294761343,0.0,33082.959550400585,14474.675464618962,0.0,31041.041706005257,19644.992945023332,0.0,28055.957516897965,24218.407255639253,0.0,24218.407255639253,8993.961817312605,0.0,33565.922463545125,14685.984595489315,0.0,31494.195599523588,19931.78116319886,0.0,28465.533539042466,24571.960646232532,0.0,24571.960646232532,9123.367020894906,0.0,34048.86925807807,14897.286674038018,0.0,31947.334369289336,20218.559809981274,0.0,28875.095891820973,24925.502237183173,0.0,24925.50223718317,9252.776543446167,0.0,34531.8321712226,15108.595804908367,0.0,32400.488262807663,20505.348028156797,0.0,29284.67191396547,25279.055627776444,0.0,25279.055627776444,9382.186065997426,0.0,35014.795084367135,15319.904935778717,0.0,32853.64215632599,20792.13624633232,0.0,29694.247936109965,25632.60901836972,0.0,25632.60901836972,9511.59558854869,0.0,35497.757997511675,15531.21406664907,0.0,33306.79604984432,21078.924464507847,0.0,30103.823958254467,25986.162408963,0.0,25986.162408963,9641.005111099948,0.0,35980.72091065621,15742.523197519418,0.0,33759.94994336264,21365.712682683366,0.0,30513.399980398957,26339.715799556267,0.0,26339.715799556267,9770.414633651211,0.0,36463.68382380075,15953.83232838977,0.0,34213.10383688097,21652.500900858893,0.0,30922.97600254346,26693.269190149545,0.0,26693.269190149545};
			return value;
		}
		private double[] getCoordinate_8_991_point_4()
		{
			double[] value = {9899.824156202469,0.0,36946.64673694527,16165.141459260118,0.0,34666.25773039929,21939.289119034413,0.0,31332.55202468795,27046.822580742813,0.0,27046.822580742813,10029.233678753732,0.0,37429.60965008981,16376.45059013047,0.0,35119.41162391762,22226.07733720994,0.0,31742.12804683245,27400.375971336092,0.0,27400.375971336092,10158.64320130499,0.0,37912.57256323434,16587.759721000817,0.0,35572.565517435934,22512.86555538546,0.0,32151.704068976942,27753.929361929364,0.0,27753.92936192936,10288.052723856252,0.0,38395.53547637888,16799.06885187117,0.0,36025.71941095427,22799.653773560985,0.0,32561.280091121444,28107.482752522643,0.0,28107.48275252264,10417.462246407513,0.0,38878.49838952342,17010.37798274152,0.0,36478.873304472596,23086.44199173651,0.0,32970.85611326594,28461.036143115914,0.0,28461.036143115914,10546.871768958774,0.0,39361.46130266795,17221.687113611868,0.0,36932.027197990916,23373.23020991203,0.0,33380.43213541043,28814.58953370919,0.0,28814.589533709186,10676.281291510033,0.0,39844.42421581248,17432.99624448222,0.0,37385.18109150924,23660.018428087555,0.0,33790.00815755493,29168.14292430246,0.0,29168.14292430246,10805.690814061294,0.0,40327.387128957016,17644.305375352567,0.0,37838.33498502757,23946.806646263078,0.0,34199.58417969943,29521.696314895737,0.0,29521.696314895737,10935.104655581512,0.0,40810.366160713136,17855.62155854456,0.0,38291.50400229846,24233.604435831705,0.0,34609.1738712099,29875.26150513164,0.0,29875.26150513164,11064.509859163816,0.0,41293.31295524609,18066.923637093267,0.0,38744.64277206422,24520.383082614124,0.0,35018.73622398842,30228.803096082283,0.0,30228.803096082283,11193.919381715075,0.0,41776.27586839062,18278.23276796362,0.0,39197.796665582544,24807.171300789647,0.0,35428.31224613291,30582.35648667556,0.0,30582.356486675555,11323.328904266336,0.0,42259.238781535154,18489.54189883397,0.0,39650.95055910087,25093.95951896517,0.0,35837.88826827741,30935.90987726883,0.0,30935.90987726883,11452.738426817597,0.0,42742.20169467969,18700.851029704318,0.0,40104.10445261919,25380.747737140693,0.0,36247.46429042191,31289.463267862106,0.0,31289.463267862102,11582.147949368857,0.0,43225.16460782422,18912.16016057467,0.0,40557.25834613752,25667.535955316216,0.0,36657.0403125664,31643.01665845538,0.0,31643.016658455377,11711.557471920116,0.0,43708.12752096875,19123.469291445013,0.0,41010.41223965584,25954.324173491736,0.0,37066.61633471089,31996.57004904865,0.0,31996.570049048645,11840.966994471377,0.0,44191.090434113285,19334.778422315365,0.0,41463.56613317416,26241.11239166726,0.0,37476.19235685539,32350.12343964192,0.0,32350.12343964192,11970.376517022636,0.0,44674.05334725782,19546.087553185713,0.0,41916.720026692485,26527.90060984278,0.0,37885.768378999885,32703.676830235196,0.0,32703.676830235192,12099.786039573897,0.0,45157.01626040235,19757.396684056064,0.0,42369.87392021081,26814.688828018305,0.0,38295.34440114438,33057.23022082847,0.0,33057.23022082847,12229.195562125158,0.0,45639.97917354689,19968.705814926412,0.0,42823.02781372914,27101.477046193828,0.0,38704.92042328887,33410.78361142174,0.0,33410.78361142174,12358.605084676417,0.0,46122.94208669142,20180.014945796764,0.0,43276.18170724746,27388.26526436935,0.0,39114.49644543337,33764.33700201502,0.0,33764.33700201502,12488.01460722768,0.0,46605.90499983596,20391.324076667115,0.0,43729.33560076579,27675.053482544878,0.0,39524.07246757787,34117.89039260829,0.0,34117.89039260829,12617.42412977894,0.0,47088.86791298049,20602.633207537463,0.0,44182.48949428411,27961.841700720397,0.0,39933.64848972236,34471.44378320156,0.0,34471.44378320156,12746.833652330202,0.0,47571.83082612503,20813.942338407815,0.0,44635.64338780244,28248.629918895924,0.0,40343.224511866865,34824.99717379484,0.0,34824.99717379484,12876.24317488146,0.0,48054.79373926956,21025.251469278162,0.0,45088.79728132076,28535.418137071443,0.0,40752.80053401135,35178.55056438811,0.0,35178.55056438811,13005.652697432723,0.0,48537.7566524141,21236.560600148514,0.0,45541.951174839094,28822.20635524697,0.0,41162.376556155854,35532.103954981394,0.0,35532.10395498139};
			return value;
		}
		private double[] getCoordinate_8_991_point_5()
		{
			double[] value = {13135.066538952939,0.0,49020.73568417021,21447.876783340504,0.0,45995.12019210998,29109.004144815593,0.0,41571.96624766633,35885.66914521729,0.0,35885.66914521729,13264.471742535241,0.0,49503.68247870316,21659.178861889213,0.0,46448.258961875734,29395.782791598012,0.0,41981.52860044484,36239.21073616793,0.0,36239.21073616793,13393.881265086504,0.0,49986.6453918477,21870.487992759565,0.0,46901.41285539407,29682.57100977354,0.0,42391.104622589344,36592.76412676121,0.0,36592.76412676121,13523.290787637765,0.0,50469.60830499223,22081.797123629916,0.0,47354.56674891239,29969.359227949062,0.0,42800.68064473384,36946.31751735449,0.0,36946.31751735448,13652.700310189024,0.0,50952.57121813677,22293.106254500264,0.0,47807.720642430715,30256.147446124585,0.0,43210.25666687833,37299.87090794776,0.0,37299.870907947756,13782.109832740285,0.0,51435.5341312813,22504.415385370616,0.0,48260.87453594904,30542.93566430011,0.0,43619.83268902283,37653.42429854103,0.0,37653.42429854103,13911.519355291546,0.0,51918.497044425836,22715.724516240964,0.0,48714.02842946737,30829.72388247563,0.0,44029.40871116733,38006.977689134306,0.0,38006.977689134306,14040.928877842807,0.0,52401.45995757037,22927.033647111315,0.0,49167.18232298569,31116.512100651154,0.0,44438.98473331182,38360.53107972758,0.0,38360.53107972758,14170.338400394066,0.0,52884.4228707149,23138.342777981663,0.0,49620.336216504016,31403.300318826678,0.0,44848.56075545632,38714.08447032086,0.0,38714.08447032085,14299.747922945327,0.0,53367.38578385944,23349.651908852014,0.0,50073.49011002234,31690.0885370022,0.0,45258.13677760081,39067.63786091413,0.0,39067.637860914125,14429.157445496588,0.0,53850.348697003974,23560.961039722362,0.0,50526.64400354066,31976.876755177724,0.0,45667.712799745306,39421.1912515074,0.0,39421.1912515074,14558.566968047848,0.0,54333.31161014851,23772.270170592714,0.0,50979.79789705899,32263.664973353247,0.0,46077.28882188981,39774.744642100675,0.0,39774.744642100675,14687.976490599109,0.0,54816.27452329304,23983.57930146306,0.0,51432.95179057732,32550.45319152877,0.0,46486.8648440343,40128.29803269395,0.0,40128.29803269395,14817.38601315037,0.0,55299.23743643757,24194.888432333413,0.0,51886.10568409564,32837.24140970429,0.0,46896.4408661788,40481.851423287226,0.0,40481.85142328722,14946.795535701627,0.0,55782.200349582105,24406.19756320376,0.0,52339.25957761396,33124.02962787981,0.0,47306.01688832328,40835.404813880494,0.0,40835.40481388049,15076.205058252888,0.0,56265.16326272664,24617.50669407411,0.0,52792.413471132284,33410.81784605533,0.0,47715.592910467785,41188.95820447377,0.0,41188.95820447376,15205.61458080415,0.0,56748.12617587117,24828.81582494446,0.0,53245.56736465061,33697.60606423086,0.0,48125.16893261228,41542.51159506704,0.0,41542.51159506704,15335.028422324367,0.0,57231.10520762729,25040.13200813645,0.0,53698.7363819215,33984.403853799486,0.0,48534.758624122755,41896.07678530294,0.0,41896.07678530294,15464.43362590667,0.0,57714.05200216024,25251.43408668516,0.0,54151.87515168726,34271.182500581905,0.0,48944.32097690127,42249.61837625359,0.0,42249.61837625359,15593.838829488974,0.0,58196.998796693195,25462.73616523387,0.0,54605.01392145302,34557.96114736433,0.0,49353.88332967979,42603.159967204236,0.0,42603.159967204236,42603.159967204236,0.0,42603.159967204236,15593.838829488974,0.0,58196.998796693195};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_992_color_1()
		{
			double[] value = {0.527,0.867,0.116,0.527,0.867,0.116,0.527,0.867,0.116,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618};
			return value;
		}
		private double[] getColor_8_992_color_2()
		{
			double[] value = {0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_992_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_992_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_996_point_1()
		{
			double[] value = {-194.11418260105555,0.0,724.4439919368423,-65.36677297355791,0.0,747.1456339504949,65.366772973558,0.0,747.1456339504949,194.11418260105563,0.0,724.4439919368423,-323.5236039264809,0.0,1207.4065273014173,-108.9446102602013,0.0,1245.2425933780532,108.94461026020146,0.0,1245.2425933780532,323.52360392648103,0.0,1207.4065273014173,-452.9330589938513,0.0,1690.3691885926457,-152.52245890923993,0.0,1743.3396826783833,152.52245890924013,0.0,1743.3396826783833,452.9330589938515,0.0,1690.3691885926457,-582.3427165128915,0.0,2173.3326054437916,-196.10037573264972,0.0,2241.4375512153415,196.10037573265,0.0,2241.4375512153415,582.3427165128917,0.0,2173.3326054437916,-711.752104096372,0.0,2656.295014881714,-239.67820165689795,0.0,2739.5343807701292,239.6782016568983,0.0,2739.5343807701292,711.7521040963722,0.0,2656.295014881714,-841.1616266476323,0.0,3139.2579280262485,-283.25607303072695,0.0,3237.631729816002,283.25607303072735,0.0,3237.631729816002,841.1616266476327,0.0,3139.2579280262485,-970.5711491988926,0.0,3622.2208411707825,-326.83394440455595,0.0,3735.7290788618748,326.8339444045564,0.0,3735.7290788618748,970.5711491988931,0.0,3622.2208411707825,-1099.9806717501529,0.0,4105.183754315316,-370.41181577838495,0.0,4233.826427907747,370.41181577838546,0.0,4233.826427907747,1099.9806717501533,0.0,4105.183754315316,-1229.390464236973,0.0,4588.147674873075,-413.98977805137554,0.0,4731.924815935791,413.98977805137616,0.0,4731.924815935791,1229.3904642369735,0.0,4588.147674873075,-1358.7994469171138,0.0,5071.108573191162,-457.5674676268814,0.0,5230.020087017322,457.56746762688203,0.0,5230.020087017322,1358.7994469171144,0.0,5071.108573191162,-1488.2084295972545,0.0,5554.069471509247,-501.14515720238717,0.0,5728.115358098851,501.14515720238785,0.0,5728.115358098851,1488.2084295972552,0.0,5554.069471509247,-1617.6184920196345,0.0,6037.03439948023,-544.7232103745395,0.0,6226.214785109068,544.7232103745401,0.0,6226.214785109068,1617.6184920196351,0.0,6037.03439948023,-1747.0285544420144,0.0,6519.999327451212,-588.3012635466916,0.0,6724.314212119283,588.3012635466926,0.0,6724.314212119283,1747.0285544420153,0.0,6519.999327451212,-1876.4375371221552,0.0,7002.960225769298,-631.8789531221975,0.0,7222.409483200813,631.8789531221984,0.0,7222.409483200813,1876.4375371221558,0.0,7002.960225769298,-2005.8465198022957,0.0,7485.921124087384,-675.4566426977032,0.0,7720.504754282342,675.4566426977042,0.0,7720.504754282342,2005.8465198022966,0.0,7485.921124087384,-2135.256582224676,0.0,7968.886052058367,-719.0346958698556,0.0,8218.60418129256,719.0346958698566,0.0,8218.60418129256,2135.256582224677,0.0,7968.886052058367,-2264.6666446470554,0.0,8451.850980029347,-762.6127490420076,0.0,8716.703608302774,762.6127490420087,0.0,8716.703608302774,2264.6666446470563,0.0,8451.850980029347,-2394.076167198316,0.0,8934.813893173881,-806.1906204158366,0.0,9214.800957348647,806.1906204158378,0.0,9214.800957348647,2394.076167198317,0.0,8934.813893173881,-2523.485689749576,0.0,9417.776806318416,-849.7684917896656,0.0,9712.89830639452,849.7684917896669,0.0,9712.89830639452,2523.4856897495774,0.0,9417.776806318416,-2652.895212300837,0.0,9900.739719462952,-893.3463631634947,0.0,10210.995655440394,893.3463631634961,0.0,10210.995655440394,2652.895212300838,0.0,9900.739719462952,-2782.303655109858,0.0,10383.69860295459,-936.9238709406773,0.0,10709.08884855758,936.9238709406786,0.0,10709.08884855758,2782.303655109859,0.0,10383.69860295459,-2911.7120979188785,0.0,10866.657486446227,-980.5013787178598,0.0,11207.182041674765,980.5013787178611,0.0,11207.182041674765,2911.71209791888,0.0,10866.657486446227,-3041.1216204701386,0.0,11349.62039959076,-1024.0792500916887,0.0,11705.279390720636,1024.07925009169,0.0,11705.279390720636,3041.12162047014,0.0,11349.62039959076,-3170.531143021399,0.0,11832.583312735296,-1067.6571214655178,0.0,12203.37673976651,1067.6571214655194,0.0,12203.37673976651,3170.5311430214006,0.0,11832.583312735296,-3299.941745314899,0.0,12315.550255532726,-1111.2353564359933,0.0,12701.47824474107,1111.2353564359948,0.0,12701.47824474107,3299.9417453149003,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_996_point_2()
		{
			double[] value = {-3429.3523476083988,0.0,12798.517198330157,-1154.8135914064687,0.0,13199.57974971563,1154.8135914064706,0.0,13199.57974971563,3429.3523476084,0.0,12798.517198330157,-3558.7618701596593,0.0,13281.480111474692,-1198.3914627802978,0.0,13697.677098761504,1198.3914627802997,0.0,13697.677098761504,3558.7618701596607,0.0,13281.480111474692,-3688.1713927109195,0.0,13764.443024619226,-1241.969334154127,0.0,14195.774447807376,1241.9693341541285,0.0,14195.774447807376,3688.171392710921,0.0,13764.443024619226,-3817.57983551994,0.0,14247.401908110862,-1285.5468419313092,0.0,14693.86764092456,1285.546841931311,0.0,14693.86764092456,3817.5798355199413,0.0,14247.401908110862,-3946.9882783289613,0.0,14730.360791602501,-1329.1243497084918,0.0,15191.960834041747,1329.1243497084938,0.0,15191.960834041747,3946.988278328963,0.0,14730.360791602501,-4076.3978008802214,0.0,15213.323704747034,-1372.7022210823209,0.0,15690.05818308762,1372.702221082323,0.0,15690.05818308762,4076.3978008802233,0.0,15213.323704747034,-4205.807323431482,0.0,15696.286617891568,-1416.2800924561498,0.0,16188.155532133493,1416.2800924561518,0.0,16188.155532133493,4205.807323431483,0.0,15696.286617891568,-4335.217925724982,0.0,16179.253560689001,-1459.8583274266255,0.0,16686.257037108055,1459.8583274266275,0.0,16686.257037108055,4335.217925724984,0.0,16179.253560689001,-4464.628528018481,0.0,16662.220503486427,-1503.4365623971007,0.0,17184.35854208261,1503.436562397103,0.0,17184.35854208261,4464.628528018483,0.0,16662.220503486427,-4594.038050569741,0.0,17145.183416630964,-1547.0144337709298,0.0,17682.455891128484,1547.0144337709319,0.0,17682.455891128484,4594.038050569743,0.0,17145.183416630964,-4723.447573121001,0.0,17628.146329775496,-1590.5923051447587,0.0,18180.553240174355,1590.592305144761,0.0,18180.553240174355,4723.447573121003,0.0,17628.146329775496,-4852.8570956722615,0.0,18111.109242920033,-1634.1701765185878,0.0,18678.65058922023,1634.17017651859,0.0,18678.65058922023,4852.857095672264,0.0,18111.109242920033,-4982.2666182235225,0.0,18594.072156064565,-1677.7480478924167,0.0,19176.7479382661,1677.7480478924192,0.0,19176.7479382661,4982.266618223524,0.0,18594.072156064565,-5111.676140774783,0.0,19077.035069209098,-1721.3259192662458,0.0,19674.845287311975,1721.3259192662483,0.0,19674.845287311975,5111.6761407747845,0.0,19077.035069209098,-5241.085663326044,0.0,19559.997982353638,-1764.9037906400752,0.0,20172.94263635785,1764.9037906400777,0.0,20172.94263635785,5241.0856633260455,0.0,19559.997982353638,-5370.495185877304,0.0,20042.96089549817,-1808.481662013904,0.0,20671.039985403724,1808.4816620139068,0.0,20671.039985403724,5370.4951858773065,0.0,20042.96089549817,-5499.9025489440855,0.0,20525.915749336913,-1852.0588061944402,0.0,21169.129022592224,1852.0588061944427,0.0,21169.129022592224,5499.902548944088,0.0,20525.915749336913,-5629.309912010867,0.0,21008.870603175652,-1895.6359503749761,0.0,21667.218059780724,1895.6359503749788,0.0,21667.218059780724,5629.309912010869,0.0,21008.870603175652,-5758.719434562127,0.0,21491.83351632019,-1939.213821748805,0.0,22165.315408826595,1939.213821748808,0.0,22165.315408826595,5758.71943456213,0.0,21491.83351632019,-5888.128957113387,0.0,21974.796429464717,-1982.7916931226337,0.0,22663.412757872466,1982.7916931226366,0.0,22663.412757872466,5888.128957113389,0.0,21974.796429464717,-6017.538479664647,0.0,22457.759342609254,-2026.3695644964628,0.0,23161.510106918337,2026.3695644964657,0.0,23161.510106918337,6017.5384796646495,0.0,22457.759342609254,-6146.948002215907,0.0,22940.722255753786,-2069.947435870292,0.0,23659.60745596421,2069.9474358702946,0.0,23659.60745596421,6146.94800221591,0.0,22940.722255753786,-6276.357524767169,0.0,23423.685168898322,-2113.525307244121,0.0,24157.704805010086,2113.525307244124,0.0,24157.704805010086,6276.3575247671715,0.0,23423.685168898322,-6405.767047318429,0.0,23906.64808204286,-2157.10317861795,0.0,24655.80215405596,2157.1031786179533,0.0,24655.80215405596,6405.767047318432,0.0,23906.64808204286,-6535.178729354168,0.0,24389.619054493185,-2200.681777185072,0.0,25153.907814959206,2200.681777185075,0.0,25153.907814959206,6535.178729354171,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_996_point_3()
		{
			double[] value = {-6664.590411389906,0.0,24872.590026943508,-2244.260375752194,0.0,25652.013475862448,2244.260375752197,0.0,25652.013475862448,6664.590411389909,0.0,24872.590026943508,-6793.999933941167,0.0,25355.552940088048,-2287.8382471260234,0.0,26150.110824908323,2287.8382471260265,0.0,26150.110824908323,6793.999933941171,0.0,25355.552940088048,-6923.409456492428,0.0,25838.51585323258,-2331.416118499852,0.0,26648.208173954197,2331.4161184998557,0.0,26648.208173954197,6923.409456492431,0.0,25838.51585323258,-7052.818979043688,0.0,26321.478766377117,-2374.993989873681,0.0,27146.30552300007,2374.9939898736848,0.0,27146.30552300007,7052.818979043691,0.0,26321.478766377117,-7182.228501594948,0.0,26804.44167952165,-2418.5718612475102,0.0,27644.402872045943,2418.5718612475134,0.0,27644.402872045943,7182.228501594951,0.0,26804.44167952165,-7311.638024146208,0.0,27287.404592666182,-2462.1497326213394,0.0,28142.500221091814,2462.1497326213425,0.0,28142.500221091814,7311.638024146212,0.0,27287.404592666182,-7441.047546697469,0.0,27770.36750581072,-2505.727603995168,0.0,28640.59757013769,2505.7276039951716,0.0,28640.59757013769,7441.047546697472,0.0,27770.36750581072,-7570.457069248729,0.0,28253.330418955247,-2549.3054753689967,0.0,29138.694919183556,2549.3054753690008,0.0,29138.694919183556,7570.457069248731,0.0,28253.330418955247,-7699.8644323155095,0.0,28736.28527279399,-2592.882619549533,0.0,29636.783956372055,2592.8826195495367,0.0,29636.783956372055,7699.864432315513,0.0,28736.28527279399,-7829.271795382292,0.0,29219.240126632732,-2636.459763730069,0.0,30134.87299356056,2636.459763730073,0.0,30134.87299356056,7829.271795382296,0.0,29219.240126632732,-7958.681317933552,0.0,29702.20303977727,-2680.037635103898,0.0,30632.970342606433,2680.037635103902,0.0,30632.970342606433,7958.681317933556,0.0,29702.20303977727,-8088.090840484813,0.0,30185.1659529218,-2723.615506477727,0.0,31131.067691652304,2723.6155064777313,0.0,31131.067691652304,8088.090840484816,0.0,30185.1659529218,-8217.500363036073,0.0,30668.128866066338,-2767.1933778515563,0.0,31629.16504069818,2767.19337785156,0.0,31629.16504069818,8217.500363036077,0.0,30668.128866066338,-8346.909885587334,0.0,31151.09177921087,-2810.7712492253854,0.0,32127.26238974405,2810.771249225389,0.0,32127.26238974405,8346.909885587336,0.0,31151.09177921087,-8476.319408138594,0.0,31634.054692355403,-2854.349120599214,0.0,32625.359738789924,2854.349120599218,0.0,32625.359738789924,8476.319408138597,0.0,31634.054692355403,-8605.728930689855,0.0,32117.017605499943,-2897.9269919730436,0.0,33123.4570878358,2897.9269919730477,0.0,33123.4570878358,8605.728930689858,0.0,32117.017605499943,-8735.140612725594,0.0,32599.98857795027,-2941.5055905401655,0.0,33621.562748739045,2941.5055905401696,0.0,33621.562748739045,8735.140612725598,0.0,32599.98857795027,-8864.552294761332,0.0,33082.95955040059,-2985.084189107287,0.0,34119.66840964228,2985.0841891072914,0.0,34119.66840964228,8864.552294761335,0.0,33082.95955040059,-8993.961817312595,0.0,33565.92246354513,-3028.6620604811164,0.0,34617.76575868816,3028.662060481121,0.0,34617.76575868816,8993.961817312598,0.0,33565.92246354513,-9123.367020894895,0.0,34048.86925807807,-3072.2384774683587,0.0,35115.84648401928,3072.2384774683633,0.0,35115.84648401928,9123.367020894899,0.0,34048.86925807807,-9252.776543446154,0.0,34531.8321712226,-3115.816348842188,0.0,35613.943833065154,3115.8163488421924,0.0,35613.943833065154,9252.776543446158,0.0,34531.8321712226,-9382.186065997415,0.0,35014.79508436714,-3159.394220216017,0.0,36112.04118211103,3159.3942202160215,0.0,36112.04118211103,9382.186065997419,0.0,35014.79508436714,-9511.595588548676,0.0,35497.75799751168,-3202.9720915898465,0.0,36610.13853115691,3202.972091589851,0.0,36610.13853115691,9511.595588548682,0.0,35497.75799751168,-9641.005111099936,0.0,35980.72091065621,-3246.549962963675,0.0,37108.235880202774,3246.5499629636797,0.0,37108.235880202774,9641.00511109994,0.0,35980.72091065621,-9770.414633651199,0.0,36463.68382380075,-3290.1278343375047,0.0,37606.33322924865,3290.1278343375093,0.0,37606.33322924865,9770.414633651202,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_996_point_4()
		{
			double[] value = {-9899.824156202456,0.0,36946.64673694528,-3333.705705711333,0.0,38104.43057829452,3333.705705711338,0.0,38104.43057829452,9899.824156202461,0.0,36946.64673694528,-10029.233678753719,0.0,37429.60965008982,-3377.2835770851625,0.0,38602.5279273404,3377.2835770851675,0.0,38602.5279273404,10029.233678753722,0.0,37429.60965008982,-10158.643201304976,0.0,37912.572563234346,-3420.861448458991,0.0,39100.625276386265,3420.8614484589957,0.0,39100.625276386265,10158.643201304982,0.0,37912.572563234346,-10288.052723856239,0.0,38395.535476378886,-3464.4393198328207,0.0,39598.72262543214,3464.4393198328257,0.0,39598.72262543214,10288.052723856244,0.0,38395.535476378886,-10417.4622464075,0.0,38878.49838952342,-3508.01719120665,0.0,40096.81997447802,3508.017191206655,0.0,40096.81997447802,10417.462246407504,0.0,38878.49838952342,-10546.87176895876,0.0,39361.46130266796,-3551.5950625804785,0.0,40594.91732352389,3551.595062580484,0.0,40594.91732352389,10546.871768958765,0.0,39361.46130266796,-10676.28129151002,0.0,39844.42421581249,-3595.1729339543076,0.0,41093.01467256976,3595.1729339543126,0.0,41093.01467256976,10676.281291510024,0.0,39844.42421581249,-10805.690814061281,0.0,40327.38712895702,-3638.7508053281367,0.0,41591.112021615634,3638.7508053281417,0.0,41591.112021615634,10805.690814061285,0.0,40327.38712895702,-10935.1046555815,0.0,40810.36616071314,-3682.3301310885518,0.0,42089.225994376255,3682.3301310885568,0.0,42089.225994376255,10935.104655581503,0.0,40810.36616071314,-11064.509859163802,0.0,41293.31295524609,-3725.9065480757945,0.0,42587.30671970738,3725.9065480758,0.0,42587.30671970738,11064.509859163805,0.0,41293.31295524609,-11193.91938171506,0.0,41776.27586839063,-3769.4844194496236,0.0,43085.404068753254,3769.484419449629,0.0,43085.404068753254,11193.919381715066,0.0,41776.27586839063,-11323.328904266322,0.0,42259.23878153516,-3813.0622908234527,0.0,43583.501417799125,3813.062290823458,0.0,43583.501417799125,11323.328904266327,0.0,42259.23878153516,-11452.738426817583,0.0,42742.201694679694,-3856.640162197282,0.0,44081.598766845,3856.6401621972873,0.0,44081.598766845,11452.738426817587,0.0,42742.201694679694,-11582.147949368842,0.0,43225.16460782423,-3900.2180335711105,0.0,44579.696115890874,3900.2180335711164,0.0,44579.696115890874,11582.147949368848,0.0,43225.16460782423,-11711.557471920101,0.0,43708.12752096875,-3943.795904944939,0.0,45077.79346493674,3943.7959049449446,0.0,45077.79346493674,11711.557471920105,0.0,43708.12752096875,-11840.96699447136,0.0,44191.09043411329,-3987.3737763187683,0.0,45575.89081398261,3987.3737763187737,0.0,45575.89081398261,11840.966994471366,0.0,44191.09043411329,-11970.376517022622,0.0,44674.053347257824,-4030.951647692597,0.0,46073.98816302849,4030.951647692603,0.0,46073.98816302849,11970.376517022627,0.0,44674.053347257824,-12099.786039573883,0.0,45157.01626040236,-4074.529519066426,0.0,46572.08551207436,4074.529519066432,0.0,46572.08551207436,12099.786039573886,0.0,45157.01626040236,-12229.195562125142,0.0,45639.97917354689,-4118.107390440255,0.0,47070.18286112023,4118.107390440261,0.0,47070.18286112023,12229.195562125147,0.0,45639.97917354689,-12358.605084676403,0.0,46122.94208669142,-4161.685261814084,0.0,47568.2802101661,4161.68526181409,0.0,47568.2802101661,12358.605084676408,0.0,46122.94208669142,-12488.014607227664,0.0,46605.90499983597,-4205.263133187914,0.0,48066.377559211985,4205.26313318792,0.0,48066.377559211985,12488.01460722767,0.0,46605.90499983597,-12617.424129778923,0.0,47088.867912980495,-4248.841004561742,0.0,48564.47490825785,4248.841004561748,0.0,48564.47490825785,12617.424129778929,0.0,47088.867912980495,-12746.833652330186,0.0,47571.830826125035,-4292.418875935572,0.0,49062.57225730373,4292.4188759355775,0.0,49062.57225730373,12746.833652330191,0.0,47571.830826125035,-12876.243174881443,0.0,48054.79373926956,-4335.9967473094,0.0,49560.66960634959,4335.996747309407,0.0,49560.66960634959,12876.243174881449,0.0,48054.79373926956,-13005.652697432706,0.0,48537.7566524141,-4379.574618683229,0.0,50058.76695539548,4379.574618683236,0.0,50058.76695539548,13005.652697432712,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_996_point_5()
		{
			double[] value = {-13135.066538952922,0.0,49020.73568417022,-4423.153944443644,0.0,50556.88092815609,4423.15394444365,0.0,50556.88092815609,13135.066538952928,0.0,49020.73568417022,-13264.471742535225,0.0,49503.682478703166,-4466.730361430888,0.0,51054.96165348721,4466.730361430894,0.0,51054.96165348721,13264.47174253523,0.0,49503.682478703166,-13393.881265086487,0.0,49986.645391847705,-4510.308232804717,0.0,51553.05900253309,4510.308232804723,0.0,51553.05900253309,13393.881265086493,0.0,49986.645391847705,-13523.290787637747,0.0,50469.60830499224,-4553.886104178546,0.0,52051.15635157897,4553.886104178552,0.0,52051.15635157897,13523.290787637752,0.0,50469.60830499224,-13652.700310189008,0.0,50952.57121813677,-4597.463975552375,0.0,52549.25370062484,4597.463975552381,0.0,52549.25370062484,13652.700310189013,0.0,50952.57121813677,-13782.109832740267,0.0,51435.53413128131,-4641.041846926204,0.0,53047.35104967071,4641.04184692621,0.0,53047.35104967071,13782.109832740274,0.0,51435.53413128131,-13911.519355291528,0.0,51918.49704442584,-4684.619718300033,0.0,53545.44839871658,4684.6197183000395,0.0,53545.44839871658,13911.519355291533,0.0,51918.49704442584,-14040.928877842789,0.0,52401.459957570376,-4728.197589673862,0.0,54043.54574776246,4728.197589673869,0.0,54043.54574776246,14040.928877842794,0.0,52401.459957570376,-14170.338400394048,0.0,52884.42287071491,-4771.77546104769,0.0,54541.64309680833,4771.775461047698,0.0,54541.64309680833,14170.338400394055,0.0,52884.42287071491,-14299.74792294531,0.0,53367.38578385945,-4815.35333242152,0.0,55039.7404458542,4815.353332421527,0.0,55039.7404458542,14299.747922945315,0.0,53367.38578385945,-14429.157445496568,0.0,53850.34869700398,-4858.931203795349,0.0,55537.83779490007,4858.931203795356,0.0,55537.83779490007,14429.157445496576,0.0,53850.34869700398,-14558.56696804783,0.0,54333.311610148514,-4902.509075169178,0.0,56035.93514394595,4902.509075169185,0.0,56035.93514394595,14558.566968047835,0.0,54333.311610148514,-14687.97649059909,0.0,54816.27452329305,-4946.086946543007,0.0,56534.03249299182,4946.086946543014,0.0,56534.03249299182,14687.976490599096,0.0,54816.27452329305,-14817.38601315035,0.0,55299.23743643758,-4989.664817916836,0.0,57032.12984203769,4989.664817916843,0.0,57032.12984203769,14817.386013150357,0.0,55299.23743643758,-14946.795535701609,0.0,55782.20034958211,-5033.242689290664,0.0,57530.227191083555,5033.2426892906715,0.0,57530.227191083555,14946.795535701614,0.0,55782.20034958211,-15076.205058252868,0.0,56265.163262726644,-5076.820560664493,0.0,58028.32454012943,5076.820560664501,0.0,58028.32454012943,15076.205058252875,0.0,56265.163262726644,-15205.61458080413,0.0,56748.12617587118,-5120.398432038322,0.0,58526.421889175304,5120.39843203833,0.0,58526.421889175304,15205.614580804136,0.0,56748.12617587118,-15335.028422324347,0.0,57231.1052076273,-5163.977757798737,0.0,59024.535861935925,5163.977757798744,0.0,59024.535861935925,15335.028422324354,0.0,57231.1052076273,-15464.43362590665,0.0,57714.05200216024,-5207.554174785981,0.0,59522.616587267046,5207.554174785988,0.0,59522.616587267046,15464.433625906657,0.0,57714.05200216024,-15593.838829488954,0.0,58196.9987966932,-5251.130591773224,0.0,60020.69731259818,5251.130591773232,0.0,60020.69731259818,15593.838829488961,0.0,58196.9987966932,15593.838829488961,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_997_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_997_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_997_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_997_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_1001_point_1()
		{
			double[] value = {-530.3298093357865,0.0,530.3298093357866,-430.1821029337586,0.0,614.3637128409789,-316.96353101673606,0.0,679.7304858145368,-194.11418260105555,0.0,724.4439919368423,-883.8829233749361,0.0,883.8829233749362,-716.9700967797555,0.0,1023.9394146097096,-528.2724965982972,0.0,1132.884024869911,-323.5236039264809,0.0,1207.4065273014173,-1237.436129598794,0.0,1237.4361295987942,-1003.7581654022613,0.0,1433.5152231703623,-739.5815172761212,0.0,1586.0376820796023,-452.9330589938513,0.0,1690.3691885926457,-1590.9898889308997,0.0,1590.9898889309,-1290.5466826838185,0.0,1843.0916724825452,-950.8908685315222,0.0,2039.1920482151947,-582.3427165128915,0.0,2173.3326054437916,-1944.5429107853415,0.0,1944.542910785342,-1577.3346017533072,0.0,2252.6672674593547,-1162.1997790168207,0.0,2492.3454691162524,-711.752104096372,0.0,2656.295014881714,-2298.0963013786154,0.0,2298.096301378616,-1864.1228199288303,0.0,2662.2432896038504,-1373.5089098871704,0.0,2945.4993626345777,-841.1616266476323,0.0,3139.2579280262485,-2651.649691971889,0.0,2651.6496919718893,-2150.9110381043533,0.0,3071.8193117483465,-1584.81804075752,0.0,3398.6532561529025,-970.5711491988926,0.0,3622.2208411707825,-3005.2030825651623,0.0,3005.2030825651627,-2437.699256279876,0.0,3481.3953338928422,-1796.1271716278695,0.0,3851.8071496712273,-1099.9806717501529,0.0,4105.183754315316,-3358.7572106361004,0.0,3358.757210636101,-2724.488072667468,0.0,3890.972210372712,-2007.4367432683218,0.0,4304.961988424087,-1229.390464236973,0.0,4588.147674873075,-3712.3091262740463,0.0,3712.309126274047,-3011.2750944188533,0.0,4300.546523846461,-2218.7449925984665,0.0,4758.113991473342,-1358.7994469171138,0.0,5071.108573191162,-4065.8610419119914,0.0,4065.861041911992,-3298.062116170238,0.0,4710.120837320209,-2430.053241928611,0.0,5211.265994522596,-1488.2084295972545,0.0,5554.069471509247,-4419.415907460594,0.0,4419.415907460594,-3584.851530769899,0.0,5119.698568135453,-2641.363254339166,0.0,5664.421778509993,-1617.6184920196345,0.0,6037.03439948023,-4772.970773009196,0.0,4772.970773009197,-3871.6409453695596,0.0,5529.276298950697,-2852.673266749721,0.0,6117.5775624973885,-1747.0285544420144,0.0,6519.999327451212,-5126.522688647141,0.0,5126.522688647142,-4158.427967120945,0.0,5938.850612424445,-3063.9815160798653,0.0,6570.729565546642,-1876.4375371221552,0.0,7002.960225769298,-5480.074604285086,0.0,5480.074604285087,-4445.21498887233,0.0,6348.424925898194,-3275.2897654100093,0.0,7023.881568595896,-2005.8465198022957,0.0,7485.921124087384,-5833.62946983369,0.0,5833.629469833691,-4732.004403471991,0.0,6758.002656713438,-3486.5997778205647,0.0,7477.037352583294,-2135.256582224676,0.0,7968.886052058367,-6187.184335382291,0.0,6187.1843353822915,-5018.793818071651,0.0,7167.58038752868,-3697.909790231119,0.0,7930.193136570688,-2264.6666446470554,0.0,8451.850980029347,-6540.737725975564,0.0,6540.737725975565,-5305.582036247174,0.0,7577.156409673176,-3909.218921101469,0.0,8383.347030089013,-2394.076167198316,0.0,8934.813893173881,-6894.291116568837,0.0,6894.291116568839,-5592.370254422697,0.0,7986.7324318176725,-4120.528051971818,0.0,8836.500923607338,-2523.485689749576,0.0,9417.776806318416,-7247.844507162113,0.0,7247.844507162114,-5879.158472598221,0.0,8396.30845396217,-4331.837182842169,0.0,9289.654817125665,-2652.895212300837,0.0,9900.739719462952,-7601.394947844729,0.0,7601.39494784473,-6165.944297925468,0.0,8805.88105876517,-4543.144550632108,0.0,9742.804929705848,-2782.303655109858,0.0,10383.69860295459,-7954.945388527346,0.0,7954.945388527347,-6452.730123252714,0.0,9215.45366356817,-4754.451918422047,0.0,10195.95504228603,-2911.7120979188785,0.0,10866.657486446227,-8308.498779120619,0.0,8308.49877912062,-6739.518341428236,0.0,9625.029685712665,-4965.761049292396,0.0,10649.108935804354,-3041.1216204701386,0.0,11349.62039959076,-8662.052169713894,0.0,8662.052169713896,-7026.30655960376,0.0,10034.605707857163,-5177.0701801627465,0.0,11102.26282932268,-3170.531143021399,0.0,11832.583312735296,-9015.608510217824,0.0,9015.608510217826,-7313.0971706275595,0.0,10444.185147343154,-5388.381074113507,0.0,11555.420503779147,-3299.941745314899,0.0,12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_1001_point_2()
		{
			double[] value = {-9369.164850721756,0.0,9369.164850721756,-7599.887781651359,0.0,10853.764586829146,-5599.691968064267,0.0,12008.578178235615,-3429.3523476083988,0.0,12798.517198330157,-9722.71824131503,0.0,9722.718241315031,-7886.675999826881,0.0,11263.340608973642,-5811.0010989346165,0.0,12461.73207175394,-3558.7618701596593,0.0,13281.480111474692,-10076.271631908303,0.0,10076.271631908305,-8173.464218002404,0.0,11672.916631118138,-6022.310229804966,0.0,12914.885965272264,-3688.1713927109195,0.0,13764.443024619226,-10429.822072590918,0.0,10429.82207259092,-8460.25004332965,0.0,12082.489235921137,-6233.6175975949045,0.0,13368.036077852446,-3817.57983551994,0.0,14247.401908110862,-10783.372513273536,0.0,10783.372513273538,-8747.035868656898,0.0,12492.061840724138,-6444.924965384844,0.0,13821.18619043263,-3946.9882783289613,0.0,14730.360791602501,-11136.92590386681,0.0,11136.925903866811,-9033.824086832421,0.0,12901.637862868634,-6656.234096255193,0.0,14274.340083950956,-4076.3978008802214,0.0,15213.323704747034,-11490.479294460083,0.0,11490.479294460085,-9320.612305007944,0.0,13311.21388501313,-6867.543227125543,0.0,14727.493977469281,-4205.807323431482,0.0,15696.286617891568,-11844.035634964015,0.0,11844.035634964017,-9607.402916031744,0.0,13720.793324499124,-7078.854121076304,0.0,15180.65165192575,-4335.217925724982,0.0,16179.253560689001,-12197.591975467943,0.0,12197.591975467945,-9894.19352705554,0.0,14130.372763985113,-7290.165015027063,0.0,15633.809326382214,-4464.628528018481,0.0,16662.220503486427,-12551.145366061217,0.0,12551.145366061219,-10180.981745231064,0.0,14539.948786129607,-7501.474145897413,0.0,16086.96321990054,-4594.038050569741,0.0,17145.183416630964,-12904.69875665449,0.0,12904.698756654494,-10467.769963406587,0.0,14949.524808274104,-7712.783276767763,0.0,16540.117113418863,-4723.447573121001,0.0,17628.146329775496,-13258.252147247766,0.0,13258.252147247767,-10754.55818158211,0.0,15359.1008304186,-7924.0924076381125,0.0,16993.27100693719,-4852.8570956722615,0.0,18111.109242920033,-13611.805537841039,0.0,13611.80553784104,-11041.346399757633,0.0,15768.676852563096,-8135.401538508462,0.0,17446.424900455513,-4982.2666182235225,0.0,18594.072156064565,-13965.358928434312,0.0,13965.358928434314,-11328.134617933156,0.0,16178.252874707592,-8346.710669378812,0.0,17899.57879397384,-5111.676140774783,0.0,19077.035069209098,-14318.91231902759,0.0,14318.912319027591,-11614.92283610868,0.0,16587.82889685209,-8558.019800249163,0.0,18352.732687492167,-5241.085663326044,0.0,19559.997982353638,-14672.465709620863,0.0,14672.465709620865,-11901.711054284204,0.0,16997.404918996588,-8769.328931119513,0.0,18805.88658101049,-5370.495185877304,0.0,20042.96089549817,-15026.013200392821,0.0,15026.013200392825,-12188.494486763175,0.0,17406.974106458092,-8980.63453582904,0.0,19259.032912652532,-5499.9025489440855,0.0,20525.915749336913,-15379.560691164781,0.0,15379.560691164783,-12475.277919242146,0.0,17816.543293919596,-9191.940140538569,0.0,19712.179244294573,-5629.309912010867,0.0,21008.870603175652,-15733.114081758054,0.0,15733.114081758058,-12762.066137417667,0.0,18226.119316064094,-9403.249271408919,0.0,20165.333137812897,-5758.719434562127,0.0,21491.83351632019,-16086.667472351326,0.0,16086.667472351328,-13048.854355593188,0.0,18635.695338208585,-9614.558402279266,0.0,20618.48703133122,-5888.128957113387,0.0,21974.796429464717,-16440.2208629446,0.0,16440.220862944603,-13335.642573768711,0.0,19045.271360353083,-9825.867533149616,0.0,21071.640924849544,-6017.538479664647,0.0,22457.759342609254,-16793.774253537875,0.0,16793.774253537875,-13622.430791944234,0.0,19454.847382497577,-10037.176664019966,0.0,21524.79481836787,-6146.948002215907,0.0,22940.722255753786,-17147.32764413115,0.0,17147.327644131154,-13909.21901011976,0.0,19864.423404642075,-10248.485794890317,0.0,21977.948711886198,-6276.357524767169,0.0,23423.685168898322,-17500.881034724425,0.0,17500.881034724425,-14196.007228295282,0.0,20273.999426786573,-10459.794925760667,0.0,22431.10260540452,-6405.767047318429,0.0,23906.64808204286,-17854.44032513901,0.0,17854.440325139014,-14482.800232167358,0.0,20683.58228361406,-10671.107582791838,0.0,22884.264060799134,-6535.178729354168,0.0,24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_1001_point_3()
		{
			double[] value = {-18207.999615553596,0.0,18207.9996155536,-14769.59323603943,0.0,21093.165140441546,-10882.420239823008,0.0,23337.42551619374,-6664.590411389906,0.0,24872.590026943508,-18561.553006146874,0.0,18561.553006146878,-15056.381454214956,0.0,21502.741162586044,-11093.72937069336,0.0,23790.579409712067,-6793.999933941167,0.0,25355.552940088048,-18915.106396740146,0.0,18915.10639674015,-15343.169672390479,0.0,21912.31718473054,-11305.03850156371,0.0,24243.73330323039,-6923.409456492428,0.0,25838.51585323258,-19268.65978733342,0.0,19268.659787333425,-15629.957890566,0.0,22321.893206875036,-11516.347632434059,0.0,24696.887196748718,-7052.818979043688,0.0,26321.478766377117,-19622.213177926693,0.0,19622.213177926697,-15916.746108741523,0.0,22731.46922901953,-11727.656763304409,0.0,25150.04109026704,-7182.228501594948,0.0,26804.44167952165,-19975.766568519968,0.0,19975.76656851997,-16203.534326917046,0.0,23141.04525116403,-11938.965894174758,0.0,25603.194983785368,-7311.638024146208,0.0,27287.404592666182,-20329.319959113243,0.0,20329.319959113247,-16490.32254509257,0.0,23550.621273308523,-12150.275025045108,0.0,26056.34887730369,-7441.047546697469,0.0,27770.36750581072,-20682.873349706515,0.0,20682.873349706515,-16777.11076326809,0.0,23960.197295453017,-12361.584155915456,0.0,26509.502770822015,-7570.457069248729,0.0,28253.330418955247,-21036.420840478473,0.0,21036.420840478477,-17063.89419574706,0.0,24369.76648291452,-12572.889760624983,0.0,26962.649102464053,-7699.8644323155095,0.0,28736.28527279399,-21389.968331250435,0.0,21389.96833125044,-17350.677628226036,0.0,24779.33567037603,-12784.195365334514,0.0,27415.795434106098,-7829.271795382292,0.0,29219.240126632732,-21743.52172184371,0.0,21743.52172184371,-17637.46584640156,0.0,25188.911692520524,-12995.504496204863,0.0,27868.949327624425,-7958.681317933552,0.0,29702.20303977727,-22097.07511243698,0.0,22097.075112436985,-17924.25406457708,0.0,25598.48771466502,-13206.813627075213,0.0,28322.10322114275,-8088.090840484813,0.0,30185.1659529218,-22450.628503030257,0.0,22450.62850303026,-18211.0422827526,0.0,26008.063736809516,-13418.122757945563,0.0,28775.25711466107,-8217.500363036073,0.0,30668.128866066338,-22804.18189362353,0.0,22804.181893623532,-18497.830500928125,0.0,26417.639758954014,-13629.431888815912,0.0,29228.4110081794,-8346.909885587334,0.0,31151.09177921087,-23157.735284216804,0.0,23157.735284216807,-18784.618719103648,0.0,26827.215781098508,-13840.741019686262,0.0,29681.564901697722,-8476.319408138594,0.0,31634.054692355403,-23511.28867481008,0.0,23511.288674810083,-19071.406937279175,0.0,27236.791803243006,-14052.050150556614,0.0,30134.718795216053,-8605.728930689855,0.0,32117.017605499943,-23864.847965224668,0.0,23864.84796522467,-19358.199941151248,0.0,27646.374660070494,-14263.362807587784,0.0,30587.880250610662,-8735.140612725594,0.0,32599.98857795027,-24218.40725563925,0.0,24218.407255639253,-19644.99294502332,0.0,28055.957516897975,-14474.675464618953,0.0,31041.041706005264,-8864.552294761332,0.0,33082.95955040059,-24571.96064623253,0.0,24571.960646232532,-19931.781163198848,0.0,28465.533539042477,-14685.984595489304,0.0,31494.195599523595,-8993.961817312595,0.0,33565.92246354513,-24925.50223718317,0.0,24925.502237183173,-20218.559809981263,0.0,28875.095891820987,-14897.286674038009,0.0,31947.334369289347,-9123.367020894895,0.0,34048.86925807807,-25279.055627776444,0.0,25279.055627776448,-20505.348028156783,0.0,29284.67191396548,-15108.595804908358,0.0,32400.48826280767,-9252.776543446154,0.0,34531.8321712226,-25632.609018369716,0.0,25632.60901836972,-20792.136246332306,0.0,29694.24793610998,-15319.904935778708,0.0,32853.642156325994,-9382.186065997415,0.0,35014.79508436714,-25986.162408962995,0.0,25986.162408963,-21078.924464507836,0.0,30103.82395825448,-15531.214066649061,0.0,33306.79604984433,-9511.595588548676,0.0,35497.75799751168,-26339.715799556263,0.0,26339.71579955627,-21365.712682683352,0.0,30513.39998039897,-15742.523197519407,0.0,33759.94994336265,-9641.005111099936,0.0,35980.72091065621,-26693.269190149542,0.0,26693.26919014955,-21652.50090085888,0.0,30922.976002543473,-15953.83232838976,0.0,34213.103836880975,-9770.414633651199,0.0,36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_1001_point_4()
		{
			double[] value = {-27046.822580742813,0.0,27046.822580742817,-21939.289119034398,0.0,31332.55202468796,-16165.141459260107,0.0,34666.257730399295,-9899.824156202456,0.0,36946.64673694528,-27400.375971336092,0.0,27400.375971336096,-22226.077337209925,0.0,31742.128046832462,-16376.450590130458,0.0,35119.41162391763,-10029.233678753719,0.0,37429.60965008982,-27753.92936192936,0.0,27753.929361929364,-22512.865555385444,0.0,32151.704068976953,-16587.759721000806,0.0,35572.56551743595,-10158.643201304976,0.0,37912.572563234346,-28107.48275252264,0.0,28107.482752522643,-22799.65377356097,0.0,32561.280091121454,-16799.068851871158,0.0,36025.719410954276,-10288.052723856239,0.0,38395.535476378886,-28461.03614311591,0.0,28461.036143115918,-23086.441991736494,0.0,32970.85611326595,-17010.37798274151,0.0,36478.8733044726,-10417.4622464075,0.0,38878.49838952342,-28814.589533709186,0.0,28814.58953370919,-23373.230209912017,0.0,33380.43213541045,-17221.687113611857,0.0,36932.02719799093,-10546.87176895876,0.0,39361.46130266796,-29168.142924302458,0.0,29168.142924302465,-23660.01842808754,0.0,33790.00815755494,-17432.99624448221,0.0,37385.18109150925,-10676.28129151002,0.0,39844.42421581249,-29521.696314895733,0.0,29521.696314895737,-23946.806646263063,0.0,34199.58417969944,-17644.305375352556,0.0,37838.33498502758,-10805.690814061281,0.0,40327.38712895702,-29875.261505131635,0.0,29875.26150513164,-24233.60443583169,0.0,34609.17387120992,-17855.62155854455,0.0,38291.50400229847,-10935.1046555815,0.0,40810.36616071314,-30228.80309608228,0.0,30228.803096082287,-24520.38308261411,0.0,35018.73622398843,-18066.923637093256,0.0,38744.642772064224,-11064.509859163802,0.0,41293.31295524609,-30582.356486675555,0.0,30582.35648667556,-24807.171300789632,0.0,35428.312246132926,-18278.232767963607,0.0,39197.79666558255,-11193.91938171506,0.0,41776.27586839063,-30935.909877268827,0.0,30935.909877268834,-25093.959518965155,0.0,35837.88826827743,-18489.541898833955,0.0,39650.95055910088,-11323.328904266322,0.0,42259.23878153516,-31289.463267862102,0.0,31289.463267862106,-25380.74773714068,0.0,36247.46429042192,-18700.851029704307,0.0,40104.104452619205,-11452.738426817583,0.0,42742.201694679694,-31643.016658455377,0.0,31643.01665845538,-25667.5359553162,0.0,36657.040312566416,-18912.160160574655,0.0,40557.258346137525,-11582.147949368842,0.0,43225.16460782423,-31996.570049048645,0.0,31996.57004904865,-25954.32417349172,0.0,37066.6163347109,-19123.469291445002,0.0,41010.412239655845,-11711.557471920101,0.0,43708.12752096875,-32350.123439641917,0.0,32350.123439641924,-26241.112391667244,0.0,37476.192356855405,-19334.77842231535,0.0,41463.56613317417,-11840.96699447136,0.0,44191.09043411329,-32703.676830235192,0.0,32703.676830235196,-26527.900609842767,0.0,37885.7683789999,-19546.087553185702,0.0,41916.7200266925,-11970.376517022622,0.0,44674.053347257824,-33057.23022082847,0.0,33057.23022082847,-26814.68882801829,0.0,38295.34440114439,-19757.39668405605,0.0,42369.87392021082,-12099.786039573883,0.0,45157.01626040236,-33410.78361142174,0.0,33410.78361142174,-27101.477046193813,0.0,38704.92042328889,-19968.7058149264,0.0,42823.027813729146,-12229.195562125142,0.0,45639.97917354689,-33764.33700201501,0.0,33764.33700201502,-27388.265264369333,0.0,39114.49644543339,-20180.01494579675,0.0,43276.18170724747,-12358.605084676403,0.0,46122.94208669142,-34117.89039260829,0.0,34117.8903926083,-27675.053482544863,0.0,39524.07246757789,-20391.324076667104,0.0,43729.3356007658,-12488.014607227664,0.0,46605.90499983597,-34471.44378320156,0.0,34471.44378320157,-27961.84170072038,0.0,39933.64848972238,-20602.63320753745,0.0,44182.48949428412,-12617.424129778923,0.0,47088.867912980495,-34824.997173794836,0.0,34824.99717379484,-28248.629918895906,0.0,40343.22451186688,-20813.942338407804,0.0,44635.643387802455,-12746.833652330186,0.0,47571.830826125035,-35178.550564388104,0.0,35178.55056438811,-28535.418137071425,0.0,40752.80053401137,-21025.251469278148,0.0,45088.797281320774,-12876.243174881443,0.0,48054.79373926956,-35532.10395498139,0.0,35532.103954981394,-28822.20635524695,0.0,41162.37655615587,-21236.560600148503,0.0,45541.9511748391,-13005.652697432706,0.0,48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_1001_point_5()
		{
			double[] value = {-35885.66914521728,0.0,35885.66914521729,-29109.004144815575,0.0,41571.96624766634,-21447.876783340493,0.0,45995.12019210999,-13135.066538952922,0.0,49020.73568417022,-36239.21073616793,0.0,36239.21073616794,-29395.782791597994,0.0,41981.52860044486,-21659.1788618892,0.0,46448.25896187575,-13264.471742535225,0.0,49503.682478703166,-36592.764126761205,0.0,36592.76412676121,-29682.57100977352,0.0,42391.10462258936,-21870.48799275955,0.0,46901.412855394075,-13393.881265086487,0.0,49986.645391847705,-36946.31751735448,0.0,36946.31751735449,-29969.359227949044,0.0,42800.68064473385,-22081.7971236299,0.0,47354.5667489124,-13523.290787637747,0.0,50469.60830499224,-37299.870907947756,0.0,37299.87090794776,-30256.147446124567,0.0,43210.256666878355,-22293.10625450025,0.0,47807.72064243073,-13652.700310189008,0.0,50952.57121813677,-37653.42429854103,0.0,37653.42429854104,-30542.93566430009,0.0,43619.83268902285,-22504.4153853706,0.0,48260.87453594905,-13782.109832740267,0.0,51435.53413128131,-38006.977689134306,0.0,38006.977689134306,-30829.723882475613,0.0,44029.40871116734,-22715.72451624095,0.0,48714.02842946738,-13911.519355291528,0.0,51918.49704442584,-38360.531079727574,0.0,38360.53107972758,-31116.512100651136,0.0,44438.98473331184,-22927.0336471113,0.0,49167.182322985704,-14040.928877842789,0.0,52401.459957570376,-38714.08447032085,0.0,38714.08447032086,-31403.30031882666,0.0,44848.56075545634,-23138.34277798165,0.0,49620.33621650403,-14170.338400394048,0.0,52884.42287071491,-39067.637860914125,0.0,39067.63786091413,-31690.088537002182,0.0,45258.136777600834,-23349.651908852,0.0,50073.49011002235,-14299.74792294531,0.0,53367.38578385945,-39421.1912515074,0.0,39421.19125150741,-31976.876755177705,0.0,45667.71279974533,-23560.961039722348,0.0,50526.64400354068,-14429.157445496568,0.0,53850.34869700398,-39774.74464210067,0.0,39774.744642100675,-32263.66497335323,0.0,46077.28882188982,-23772.270170592696,0.0,50979.797897059005,-14558.56696804783,0.0,54333.311610148514,-40128.29803269394,0.0,40128.29803269395,-32550.45319152875,0.0,46486.86484403432,-23983.579301463047,0.0,51432.951790577325,-14687.97649059909,0.0,54816.27452329305,-40481.85142328722,0.0,40481.851423287226,-32837.24140970427,0.0,46896.44086617882,-24194.888432333395,0.0,51886.10568409565,-14817.38601315035,0.0,55299.23743643758,-40835.40481388049,0.0,40835.404813880494,-33124.02962787979,0.0,47306.016888323305,-24406.197563203743,0.0,52339.25957761397,-14946.795535701609,0.0,55782.20034958211,-41188.95820447376,0.0,41188.95820447377,-33410.81784605532,0.0,47715.5929104678,-24617.506694074094,0.0,52792.4134711323,-15076.205058252868,0.0,56265.163262726644,-41542.51159506704,0.0,41542.511595067044,-33697.60606423084,0.0,48125.1689326123,-24828.815824944442,0.0,53245.56736465062,-15205.61458080413,0.0,56748.12617587118,-41896.07678530294,0.0,41896.07678530295,-33984.403853799464,0.0,48534.75862412278,-25040.132008136436,0.0,53698.73638192152,-15335.028422324347,0.0,57231.1052076273,-42249.61837625358,0.0,42249.61837625359,-34271.18250058188,0.0,48944.32097690129,-25251.43408668514,0.0,54151.87515168727,-15464.43362590665,0.0,57714.05200216024,-42603.159967204236,0.0,42603.159967204236,-34557.96114736431,0.0,49353.88332967981,-25462.73616523385,0.0,54605.013921453035,-15593.838829488954,0.0,58196.9987966932,-15593.838829488954,0.0,58196.9987966932,-42603.159967204236,0.0,42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_1002_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1002_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1002_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1002_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_1006_point_1()
		{
			double[] value = {-724.4439919368423,0.0,194.11418260105552,-679.7304858145367,0.0,316.96353101673617,-614.3637128409788,0.0,430.18210293375864,-530.3298093357865,0.0,530.3298093357866,-1207.4065273014173,0.0,323.5236039264808,-1132.8840248699107,0.0,528.2724965982974,-1023.9394146097094,0.0,716.9700967797556,-883.8829233749361,0.0,883.8829233749362,-1690.3691885926457,0.0,452.9330589938512,-1586.037682079602,0.0,739.5815172761215,-1433.515223170362,0.0,1003.7581654022615,-1237.436129598794,0.0,1237.4361295987942,-2173.3326054437916,0.0,582.3427165128913,-2039.1920482151945,0.0,950.8908685315225,-1843.091672482545,0.0,1290.546682683819,-1590.9898889308997,0.0,1590.9898889309,-2656.295014881714,0.0,711.7521040963718,-2492.3454691162524,0.0,1162.1997790168211,-2252.667267459354,0.0,1577.3346017533077,-1944.5429107853415,0.0,1944.542910785342,-3139.2579280262485,0.0,841.1616266476321,-2945.499362634577,0.0,1373.5089098871708,-2662.24328960385,0.0,1864.1228199288305,-2298.0963013786154,0.0,2298.096301378616,-3622.2208411707825,0.0,970.5711491988924,-3398.653256152902,0.0,1584.8180407575205,-3071.819311748346,0.0,2150.9110381043533,-2651.649691971889,0.0,2651.6496919718893,-4105.183754315316,0.0,1099.9806717501526,-3851.807149671227,0.0,1796.1271716278702,-3481.395333892842,0.0,2437.6992562798764,-3005.2030825651623,0.0,3005.2030825651627,-4588.147674873075,0.0,1229.3904642369728,-4304.961988424087,0.0,2007.4367432683225,-3890.9722103727117,0.0,2724.4880726674683,-3358.7572106361004,0.0,3358.757210636101,-5071.108573191162,0.0,1358.7994469171135,-4758.113991473342,0.0,2218.7449925984674,-4300.54652384646,0.0,3011.2750944188538,-3712.3091262740463,0.0,3712.309126274047,-5554.069471509247,0.0,1488.208429597254,-5211.265994522596,0.0,2430.053241928612,-4710.120837320209,0.0,3298.062116170239,-4065.8610419119914,0.0,4065.861041911992,-6037.03439948023,0.0,1617.618492019634,-5664.421778509992,0.0,2641.363254339167,-5119.698568135453,0.0,3584.8515307698995,-4419.415907460594,0.0,4419.415907460594,-6519.999327451212,0.0,1747.0285544420142,-6117.577562497388,0.0,2852.673266749722,-5529.276298950696,0.0,3871.6409453695605,-4772.970773009196,0.0,4772.970773009197,-7002.960225769298,0.0,1876.4375371221547,-6570.729565546641,0.0,3063.981516079866,-5938.850612424444,0.0,4158.427967120945,-5126.522688647141,0.0,5126.522688647142,-7485.921124087384,0.0,2005.8465198022952,-7023.881568595895,0.0,3275.2897654100107,-6348.424925898193,0.0,4445.214988872331,-5480.074604285086,0.0,5480.074604285087,-7968.886052058367,0.0,2135.2565822246756,-7477.037352583293,0.0,3486.599777820566,-6758.002656713437,0.0,4732.004403471992,-5833.62946983369,0.0,5833.629469833691,-8451.850980029347,0.0,2264.666644647055,-7930.193136570687,0.0,3697.9097902311205,-7167.580387528679,0.0,5018.793818071652,-6187.184335382291,0.0,6187.1843353822915,-8934.813893173881,0.0,2394.0761671983155,-8383.347030089011,0.0,3909.21892110147,-7577.156409673175,0.0,5305.582036247175,-6540.737725975564,0.0,6540.737725975565,-9417.776806318416,0.0,2523.4856897495756,-8836.500923607337,0.0,4120.52805197182,-7986.732431817672,0.0,5592.370254422698,-6894.291116568837,0.0,6894.291116568839,-9900.739719462952,0.0,2652.895212300836,-9289.654817125664,0.0,4331.8371828421705,-8396.308453962169,0.0,5879.158472598222,-7247.844507162113,0.0,7247.844507162114,-10383.69860295459,0.0,2782.303655109857,-9742.804929705846,0.0,4543.14455063211,-8805.88105876517,0.0,6165.944297925469,-7601.394947844729,0.0,7601.39494784473,-10866.657486446227,0.0,2911.712097918878,-10195.955042286028,0.0,4754.451918422049,-9215.453663568169,0.0,6452.730123252716,-7954.945388527346,0.0,7954.945388527347,-11349.62039959076,0.0,3041.1216204701377,-10649.108935804352,0.0,4965.761049292398,-9625.029685712663,0.0,6739.518341428238,-8308.498779120619,0.0,8308.49877912062,-11832.583312735296,0.0,3170.5311430213987,-11102.262829322679,0.0,5177.070180162748,-10034.605707857161,0.0,7026.306559603762,-8662.052169713894,0.0,8662.052169713896,-12315.550255532726,0.0,3299.9417453148985,-11555.420503779145,0.0,5388.3810741135085,-10444.185147343152,0.0,7313.09717062756,-9015.608510217824,0.0,9015.608510217826};
			return value;
		}
		private double[] getCoordinate_8_1006_point_2()
		{
			double[] value = {-12798.517198330157,0.0,3429.352347608398,-12008.578178235613,0.0,5599.6919680642695,-10853.764586829144,0.0,7599.88778165136,-9369.164850721756,0.0,9369.164850721756,-13281.480111474692,0.0,3558.7618701596584,-12461.732071753939,0.0,5811.001098934619,-11263.34060897364,0.0,7886.675999826883,-9722.71824131503,0.0,9722.718241315031,-13764.443024619226,0.0,3688.1713927109186,-12914.885965272264,0.0,6022.310229804969,-11672.916631118136,0.0,8173.464218002406,-10076.271631908303,0.0,10076.271631908305,-14247.401908110862,0.0,3817.579835519939,-13368.036077852445,0.0,6233.617597594907,-12082.489235921135,0.0,8460.250043329652,-10429.822072590918,0.0,10429.82207259092,-14730.360791602501,0.0,3946.9882783289604,-13821.186190432629,0.0,6444.9249653848465,-12492.061840724136,0.0,8747.0358686569,-10783.372513273536,0.0,10783.372513273538,-15213.323704747034,0.0,4076.3978008802205,-14274.340083950954,0.0,6656.234096255196,-12901.637862868633,0.0,9033.824086832423,-11136.92590386681,0.0,11136.925903866811,-15696.286617891568,0.0,4205.807323431481,-14727.49397746928,0.0,6867.543227125546,-13311.213885013129,0.0,9320.612305007946,-11490.479294460083,0.0,11490.479294460085,-16179.253560689001,0.0,4335.217925724981,-15180.651651925748,0.0,7078.854121076308,-13720.793324499122,0.0,9607.402916031746,-11844.035634964015,0.0,11844.035634964017,-16662.220503486427,0.0,4464.62852801848,-15633.809326382212,0.0,7290.165015027066,-14130.372763985111,0.0,9894.193527055542,-12197.591975467943,0.0,12197.591975467945,-17145.183416630964,0.0,4594.03805056974,-16086.963219900535,0.0,7501.474145897416,-14539.948786129606,0.0,10180.981745231065,-12551.145366061217,0.0,12551.145366061219,-17628.146329775496,0.0,4723.4475731210005,-16540.117113418863,0.0,7712.7832767677655,-14949.524808274102,0.0,10467.769963406588,-12904.69875665449,0.0,12904.698756654494,-18111.109242920033,0.0,4852.857095672261,-16993.271006937186,0.0,7924.092407638115,-15359.100830418598,0.0,10754.558181582112,-13258.252147247766,0.0,13258.252147247767,-18594.072156064565,0.0,4982.266618223521,-17446.42490045551,0.0,8135.401538508465,-15768.676852563094,0.0,11041.346399757635,-13611.805537841039,0.0,13611.80553784104,-19077.035069209098,0.0,5111.676140774782,-17899.578793973837,0.0,8346.710669378816,-16178.25287470759,0.0,11328.134617933158,-13965.358928434312,0.0,13965.358928434314,-19559.997982353638,0.0,5241.085663326043,-18352.732687492164,0.0,8558.019800249167,-16587.82889685209,0.0,11614.922836108683,-14318.91231902759,0.0,14318.912319027591,-20042.96089549817,0.0,5370.495185877303,-18805.88658101049,0.0,8769.328931119517,-16997.404918996584,0.0,11901.711054284206,-14672.465709620863,0.0,14672.465709620865,-20525.915749336913,0.0,5499.902548944085,-19259.03291265253,0.0,8980.634535829044,-17406.97410645809,0.0,12188.494486763177,-15026.013200392821,0.0,15026.013200392825,-21008.870603175652,0.0,5629.309912010865,-19712.17924429457,0.0,9191.940140538572,-17816.543293919593,0.0,12475.277919242148,-15379.560691164781,0.0,15379.560691164783,-21491.83351632019,0.0,5758.7194345621265,-20165.333137812897,0.0,9403.249271408922,-18226.11931606409,0.0,12762.06613741767,-15733.114081758054,0.0,15733.114081758058,-21974.796429464717,0.0,5888.128957113386,-20618.487031331217,0.0,9614.55840227927,-18635.69533820858,0.0,13048.854355593192,-16086.667472351326,0.0,16086.667472351328,-22457.759342609254,0.0,6017.538479664646,-21071.640924849544,0.0,9825.86753314962,-19045.27136035308,0.0,13335.642573768715,-16440.2208629446,0.0,16440.220862944603,-22940.722255753786,0.0,6146.948002215906,-21524.794818367867,0.0,10037.17666401997,-19454.847382497574,0.0,13622.430791944238,-16793.774253537875,0.0,16793.774253537875,-23423.685168898322,0.0,6276.357524767167,-21977.948711886194,0.0,10248.48579489032,-19864.423404642075,0.0,13909.219010119763,-17147.32764413115,0.0,17147.327644131154,-23906.64808204286,0.0,6405.767047318427,-22431.10260540452,0.0,10459.79492576067,-20273.99942678657,0.0,14196.007228295286,-17500.881034724425,0.0,17500.881034724425,-24389.619054493185,0.0,6535.1787293541665,-22884.26406079913,0.0,10671.107582791843,-20683.582283614058,0.0,14482.80023216736,-17854.44032513901,0.0,17854.440325139014};
			return value;
		}
		private double[] getCoordinate_8_1006_point_3()
		{
			double[] value = {-24872.590026943508,0.0,6664.590411389905,-23337.425516193736,0.0,10882.420239823012,-21093.165140441542,0.0,14769.593236039433,-18207.999615553596,0.0,18207.9996155536,-25355.552940088048,0.0,6793.999933941166,-23790.579409712063,0.0,11093.729370693363,-21502.74116258604,0.0,15056.381454214958,-18561.553006146874,0.0,18561.553006146878,-25838.51585323258,0.0,6923.409456492426,-24243.73330323039,0.0,11305.038501563713,-21912.317184730535,0.0,15343.16967239048,-18915.106396740146,0.0,18915.10639674015,-26321.478766377117,0.0,7052.818979043686,-24696.887196748714,0.0,11516.347632434063,-22321.893206875033,0.0,15629.957890566004,-19268.65978733342,0.0,19268.659787333425,-26804.44167952165,0.0,7182.2285015949465,-25150.041090267037,0.0,11727.656763304412,-22731.469229019527,0.0,15916.746108741527,-19622.213177926693,0.0,19622.213177926697,-27287.404592666182,0.0,7311.6380241462075,-25603.194983785364,0.0,11938.965894174762,-23141.045251164025,0.0,16203.53432691705,-19975.766568519968,0.0,19975.76656851997,-27770.36750581072,0.0,7441.047546697468,-26056.348877303688,0.0,12150.275025045112,-23550.62127330852,0.0,16490.32254509257,-20329.319959113243,0.0,20329.319959113247,-28253.330418955247,0.0,7570.457069248727,-26509.50277082201,0.0,12361.58415591546,-23960.197295453014,0.0,16777.110763268094,-20682.873349706515,0.0,20682.873349706515,-28736.28527279399,0.0,7699.864432315509,-26962.649102464053,0.0,12572.889760624988,-24369.766482914518,0.0,17063.894195747063,-21036.420840478473,0.0,21036.420840478477,-29219.240126632732,0.0,7829.27179538229,-27415.795434106094,0.0,12784.195365334519,-24779.335670376026,0.0,17350.677628226036,-21389.968331250435,0.0,21389.96833125044,-29702.20303977727,0.0,7958.681317933551,-27868.94932762442,0.0,12995.504496204869,-25188.91169252052,0.0,17637.46584640156,-21743.52172184371,0.0,21743.52172184371,-30185.1659529218,0.0,8088.090840484811,-28322.103221142745,0.0,13206.813627075218,-25598.487714665018,0.0,17924.254064577082,-22097.07511243698,0.0,22097.075112436985,-30668.128866066338,0.0,8217.500363036072,-28775.257114661068,0.0,13418.122757945568,-26008.063736809512,0.0,18211.042282752605,-22450.628503030257,0.0,22450.62850303026,-31151.09177921087,0.0,8346.909885587333,-29228.411008179395,0.0,13629.431888815918,-26417.63975895401,0.0,18497.83050092813,-22804.18189362353,0.0,22804.181893623532,-31634.054692355403,0.0,8476.319408138592,-29681.56490169772,0.0,13840.741019686267,-26827.215781098505,0.0,18784.61871910365,-23157.735284216804,0.0,23157.735284216807,-32117.017605499943,0.0,8605.728930689853,-30134.71879521605,0.0,14052.050150556619,-27236.791803243003,0.0,19071.40693727918,-23511.28867481008,0.0,23511.288674810083,-32599.98857795027,0.0,8735.140612725592,-30587.88025061066,0.0,14263.36280758779,-27646.37466007049,0.0,19358.19994115125,-23864.847965224668,0.0,23864.84796522467,-33082.95955040059,0.0,8864.55229476133,-31041.04170600526,0.0,14474.675464618958,-28055.95751689797,0.0,19644.992945023325,-24218.40725563925,0.0,24218.407255639253,-33565.92246354513,0.0,8993.961817312591,-31494.19559952359,0.0,14685.98459548931,-28465.533539042473,0.0,19931.78116319885,-24571.96064623253,0.0,24571.960646232532,-34048.86925807807,0.0,9123.367020894893,-31947.33436928934,0.0,14897.286674038014,-28875.095891820984,0.0,20218.559809981267,-24925.50223718317,0.0,24925.502237183173,-34531.8321712226,0.0,9252.776543446153,-32400.488262807667,0.0,15108.595804908364,-29284.671913965478,0.0,20505.34802815679,-25279.055627776444,0.0,25279.055627776448,-35014.79508436714,0.0,9382.186065997414,-32853.642156325994,0.0,15319.904935778713,-29694.247936109972,0.0,20792.136246332313,-25632.609018369716,0.0,25632.60901836972,-35497.75799751168,0.0,9511.595588548675,-33306.79604984432,0.0,15531.214066649067,-30103.823958254477,0.0,21078.92446450784,-25986.162408962995,0.0,25986.162408963,-35980.72091065621,0.0,9641.005111099934,-33759.94994336264,0.0,15742.523197519413,-30513.399980398965,0.0,21365.71268268336,-26339.715799556263,0.0,26339.71579955627,-36463.68382380075,0.0,9770.414633651197,-34213.103836880975,0.0,15953.832328389766,-30922.976002543466,0.0,21652.500900858886,-26693.269190149542,0.0,26693.26919014955};
			return value;
		}
		private double[] getCoordinate_8_1006_point_4()
		{
			double[] value = {-36946.64673694528,0.0,9899.824156202454,-34666.25773039929,0.0,16165.141459260112,-31332.552024687957,0.0,21939.2891190344,-27046.822580742813,0.0,27046.822580742817,-37429.60965008982,0.0,10029.233678753717,-35119.41162391762,0.0,16376.450590130466,-31742.12804683246,0.0,22226.077337209932,-27400.375971336092,0.0,27400.375971336096,-37912.572563234346,0.0,10158.643201304974,-35572.56551743594,0.0,16587.759721000813,-32151.70406897695,0.0,22512.865555385448,-27753.92936192936,0.0,27753.929361929364,-38395.535476378886,0.0,10288.052723856237,-36025.719410954276,0.0,16799.068851871165,-32561.28009112145,0.0,22799.653773560978,-28107.48275252264,0.0,28107.482752522643,-38878.49838952342,0.0,10417.462246407496,-36478.873304472596,0.0,17010.377982741516,-32970.856113265945,0.0,23086.441991736498,-28461.03614311591,0.0,28461.036143115918,-39361.46130266796,0.0,10546.871768958757,-36932.02719799092,0.0,17221.687113611864,-33380.43213541045,0.0,23373.23020991202,-28814.589533709186,0.0,28814.58953370919,-39844.42421581249,0.0,10676.281291510018,-37385.18109150925,0.0,17432.996244482216,-33790.00815755494,0.0,23660.018428087544,-29168.142924302458,0.0,29168.142924302465,-40327.38712895702,0.0,10805.690814061278,-37838.33498502757,0.0,17644.305375352564,-34199.584179699435,0.0,23946.806646263067,-29521.696314895733,0.0,29521.696314895737,-40810.36616071314,0.0,10935.104655581496,-38291.50400229847,0.0,17855.621558544557,-34609.17387120992,0.0,24233.604435831694,-29875.261505131635,0.0,29875.26150513164,-41293.31295524609,0.0,11064.509859163798,-38744.642772064224,0.0,18066.923637093263,-35018.736223988424,0.0,24520.383082614113,-30228.80309608228,0.0,30228.803096082287,-41776.27586839063,0.0,11193.919381715059,-39197.796665582544,0.0,18278.232767963615,-35428.312246132926,0.0,24807.171300789636,-30582.356486675555,0.0,30582.35648667556,-42259.23878153516,0.0,11323.32890426632,-39650.95055910087,0.0,18489.541898833962,-35837.88826827742,0.0,25093.95951896516,-30935.909877268827,0.0,30935.909877268834,-42742.201694679694,0.0,11452.73842681758,-40104.1044526192,0.0,18700.851029704314,-36247.464290421914,0.0,25380.747737140682,-31289.463267862102,0.0,31289.463267862106,-43225.16460782423,0.0,11582.14794936884,-40557.258346137525,0.0,18912.160160574662,-36657.04031256641,0.0,25667.535955316205,-31643.016658455377,0.0,31643.01665845538,-43708.12752096875,0.0,11711.557471920098,-41010.41223965584,0.0,19123.46929144501,-37066.6163347109,0.0,25954.324173491725,-31996.570049048645,0.0,31996.57004904865,-44191.09043411329,0.0,11840.966994471359,-41463.566133174165,0.0,19334.778422315358,-37476.1923568554,0.0,26241.112391667248,-32350.123439641917,0.0,32350.123439641924,-44674.053347257824,0.0,11970.37651702262,-41916.72002669249,0.0,19546.08755318571,-37885.76837899989,0.0,26527.90060984277,-32703.676830235192,0.0,32703.676830235196,-45157.01626040236,0.0,12099.786039573879,-42369.87392021082,0.0,19757.396684056057,-38295.344401144386,0.0,26814.688828018294,-33057.23022082847,0.0,33057.23022082847,-45639.97917354689,0.0,12229.19556212514,-42823.02781372914,0.0,19968.70581492641,-38704.92042328889,0.0,27101.477046193817,-33410.78361142174,0.0,33410.78361142174,-46122.94208669142,0.0,12358.6050846764,-43276.181707247466,0.0,20180.014945796756,-39114.49644543338,0.0,27388.26526436934,-33764.33700201501,0.0,33764.33700201502,-46605.90499983597,0.0,12488.014607227662,-43729.3356007658,0.0,20391.32407666711,-39524.072467577884,0.0,27675.053482544867,-34117.89039260829,0.0,34117.8903926083,-47088.867912980495,0.0,12617.42412977892,-44182.48949428411,0.0,20602.633207537456,-39933.64848972237,0.0,27961.841700720386,-34471.44378320156,0.0,34471.44378320157,-47571.830826125035,0.0,12746.833652330182,-44635.64338780245,0.0,20813.94233840781,-40343.22451186687,0.0,28248.629918895913,-34824.997173794836,0.0,34824.99717379484,-48054.79373926956,0.0,12876.243174881442,-45088.79728132077,0.0,21025.25146927816,-40752.80053401137,0.0,28535.418137071432,-35178.550564388104,0.0,35178.55056438811,-48537.7566524141,0.0,13005.652697432703,-45541.951174839094,0.0,21236.56060014851,-41162.37655615587,0.0,28822.20635524696,-35532.10395498139,0.0,35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_1006_point_5()
		{
			double[] value = {-49020.73568417022,0.0,13135.066538952919,-45995.120192109986,0.0,21447.8767833405,-41571.966247666336,0.0,29109.004144815583,-35885.66914521728,0.0,35885.66914521729,-49503.682478703166,0.0,13264.471742535221,-46448.25896187574,0.0,21659.178861889206,-41981.52860044485,0.0,29395.782791598,-36239.21073616793,0.0,36239.21073616794,-49986.645391847705,0.0,13393.881265086484,-46901.412855394075,0.0,21870.487992759558,-42391.10462258935,0.0,29682.57100977353,-36592.764126761205,0.0,36592.76412676121,-50469.60830499224,0.0,13523.290787637745,-47354.566748912395,0.0,22081.79712362991,-42800.68064473385,0.0,29969.35922794905,-36946.31751735448,0.0,36946.31751735449,-50952.57121813677,0.0,13652.700310189004,-47807.72064243072,0.0,22293.106254500257,-43210.25666687835,0.0,30256.147446124574,-37299.870907947756,0.0,37299.87090794776,-51435.53413128131,0.0,13782.109832740265,-48260.87453594905,0.0,22504.41538537061,-43619.83268902284,0.0,30542.935664300097,-37653.42429854103,0.0,37653.42429854104,-51918.49704442584,0.0,13911.519355291524,-48714.02842946737,0.0,22715.724516240956,-44029.408711167336,0.0,30829.72388247562,-38006.977689134306,0.0,38006.977689134306,-52401.459957570376,0.0,14040.928877842785,-49167.1823229857,0.0,22927.033647111308,-44438.98473331183,0.0,31116.512100651144,-38360.531079727574,0.0,38360.53107972758,-52884.42287071491,0.0,14170.338400394046,-49620.33621650402,0.0,23138.34277798166,-44848.56075545633,0.0,31403.300318826667,-38714.08447032085,0.0,38714.08447032086,-53367.38578385945,0.0,14299.747922945306,-50073.49011002234,0.0,23349.651908852007,-45258.13677760083,0.0,31690.08853700219,-39067.637860914125,0.0,39067.63786091413,-53850.34869700398,0.0,14429.157445496567,-50526.64400354067,0.0,23560.96103972236,-45667.71279974532,0.0,31976.876755177713,-39421.1912515074,0.0,39421.19125150741,-54333.311610148514,0.0,14558.566968047826,-50979.797897059,0.0,23772.270170592707,-46077.288821889815,0.0,32263.664973353236,-39774.74464210067,0.0,39774.744642100675,-54816.27452329305,0.0,14687.976490599087,-51432.951790577325,0.0,23983.579301463058,-46486.86484403432,0.0,32550.45319152876,-40128.29803269394,0.0,40128.29803269395,-55299.23743643758,0.0,14817.386013150348,-51886.105684095644,0.0,24194.888432333406,-46896.44086617881,0.0,32837.24140970428,-40481.85142328722,0.0,40481.851423287226,-55782.20034958211,0.0,14946.795535701605,-52339.259577613964,0.0,24406.197563203754,-47306.0168883233,0.0,33124.0296278798,-40835.40481388049,0.0,40835.404813880494,-56265.163262726644,0.0,15076.205058252866,-52792.41347113229,0.0,24617.5066940741,-47715.59291046779,0.0,33410.817846055324,-41188.95820447376,0.0,41188.95820447377,-56748.12617587118,0.0,15205.614580804126,-53245.56736465062,0.0,24828.815824944453,-48125.168932612294,0.0,33697.606064230844,-41542.51159506704,0.0,41542.511595067044,-57231.1052076273,0.0,15335.028422324343,-53698.73638192151,0.0,25040.132008136447,-48534.75862412277,0.0,33984.40385379947,-41896.07678530294,0.0,41896.07678530295,-57714.05200216024,0.0,15464.433625906646,-54151.875151687265,0.0,25251.434086685153,-48944.32097690128,0.0,34271.18250058189,-42249.61837625358,0.0,42249.61837625359,-58196.9987966932,0.0,15593.838829488952,-54605.01392145303,0.0,25462.736165233862,-49353.883329679804,0.0,34557.961147364316,-42603.159967204236,0.0,42603.159967204236,-42603.159967204236,0.0,42603.159967204236,-58196.9987966932,0.0,15593.838829488952};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_1007_color_1()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.277,0.793,0.191,0.277,0.793,0.191,0.277,0.793,0.191,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1007_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1007_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1007_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_1011_point_1()
		{
			double[] value = {-724.4439919368423,0.0,-194.1141826010557,-747.1456339504949,0.0,-65.36677297355786,-747.1456339504949,0.0,65.36677297355804,-724.4439919368422,0.0,194.11418260105586,-1207.4065273014173,0.0,-323.5236039264811,-1245.2425933780532,0.0,-108.94461026020122,-1245.2425933780532,0.0,108.94461026020153,-1207.406527301417,0.0,323.52360392648137,-1690.3691885926457,0.0,-452.9330589938516,-1743.3396826783833,0.0,-152.5224589092398,-1743.3396826783833,0.0,152.52245890924024,-1690.3691885926455,0.0,452.933058993852,-2173.3326054437916,0.0,-582.3427165128919,-2241.4375512153415,0.0,-196.10037573264955,-2241.4375512153415,0.0,196.10037573265012,-2173.332605443791,0.0,582.3427165128924,-2656.295014881714,0.0,-711.7521040963725,-2739.5343807701292,0.0,-239.67820165689776,-2739.5343807701292,0.0,239.67820165689844,-2656.295014881714,0.0,711.752104096373,-3139.2579280262485,0.0,-841.1616266476328,-3237.631729816002,0.0,-283.2560730307267,-3237.631729816002,0.0,283.2560730307275,-3139.257928026248,0.0,841.1616266476336,-3622.2208411707825,0.0,-970.5711491988933,-3735.7290788618748,0.0,-326.8339444045557,-3735.7290788618748,0.0,326.83394440455663,-3622.220841170782,0.0,970.5711491988941,-4105.183754315316,0.0,-1099.9806717501535,-4233.826427907747,0.0,-370.4118157783846,-4233.826427907747,0.0,370.4118157783857,-4105.183754315316,0.0,1099.9806717501544,-4588.147674873075,0.0,-1229.3904642369737,-4731.924815935791,0.0,-413.98977805137525,-4731.924815935791,0.0,413.98977805137645,-4588.147674873074,0.0,1229.3904642369748,-5071.108573191162,0.0,-1358.7994469171147,-5230.020087017322,0.0,-457.567467626881,-5230.020087017322,0.0,457.5674676268823,-5071.108573191161,0.0,1358.7994469171158,-5554.069471509247,0.0,-1488.2084295972554,-5728.115358098851,0.0,-501.14515720238677,-5728.115358098851,0.0,501.1451572023882,-5554.069471509247,0.0,1488.2084295972568,-6037.03439948023,0.0,-1617.6184920196356,-6226.214785109068,0.0,-544.723210374539,-6226.214785109068,0.0,544.7232103745405,-6037.034399480229,0.0,1617.618492019637,-6519.999327451212,0.0,-1747.0285544420155,-6724.314212119283,0.0,-588.3012635466912,-6724.314212119283,0.0,588.3012635466929,-6519.999327451212,0.0,1747.0285544420171,-7002.960225769298,0.0,-1876.4375371221563,-7222.409483200813,0.0,-631.8789531221969,-7222.409483200813,0.0,631.8789531221987,-7002.960225769297,0.0,1876.437537122158,-7485.921124087384,0.0,-2005.846519802297,-7720.504754282342,0.0,-675.4566426977026,-7720.504754282342,0.0,675.4566426977045,-7485.921124087383,0.0,2005.8465198022986,-7968.886052058367,0.0,-2135.2565822246775,-8218.60418129256,0.0,-719.0346958698549,-8218.60418129256,0.0,719.034695869857,-7968.886052058366,0.0,2135.2565822246793,-8451.850980029347,0.0,-2264.666644647057,-8716.703608302774,0.0,-762.612749042007,-8716.703608302774,0.0,762.6127490420092,-8451.850980029347,0.0,2264.666644647059,-8934.813893173881,0.0,-2394.0761671983173,-9214.800957348647,0.0,-806.190620415836,-9214.800957348647,0.0,806.1906204158383,-8934.813893173881,0.0,2394.0761671983196,-9417.776806318416,0.0,-2523.485689749578,-9712.89830639452,0.0,-849.768491789665,-9712.89830639452,0.0,849.7684917896673,-9417.776806318416,0.0,2523.4856897495797,-9900.739719462952,0.0,-2652.8952123008385,-10210.995655440394,0.0,-893.3463631634941,-10210.995655440394,0.0,893.3463631634967,-9900.73971946295,0.0,2652.8952123008407,-10383.69860295459,0.0,-2782.3036551098594,-10709.08884855758,0.0,-936.9238709406766,-10709.08884855758,0.0,936.9238709406792,-10383.698602954588,0.0,2782.303655109862,-10866.657486446227,0.0,-2911.7120979188808,-11207.182041674765,0.0,-980.501378717859,-11207.182041674765,0.0,980.5013787178618,-10866.657486446225,0.0,2911.712097918883,-11349.62039959076,0.0,-3041.1216204701404,-11705.279390720636,0.0,-1024.0792500916878,-11705.279390720636,0.0,1024.0792500916907,-11349.620399590758,0.0,3041.121620470143,-11832.583312735296,0.0,-3170.5311430214015,-12203.37673976651,0.0,-1067.6571214655169,-12203.37673976651,0.0,1067.65712146552,-11832.583312735294,0.0,3170.531143021404,-12315.550255532726,0.0,-3299.9417453149013,-12701.47824474107,0.0,-1111.2353564359923,-12701.47824474107,0.0,1111.2353564359955,-12315.550255532724,0.0,3299.941745314904};
			return value;
		}
		private double[] getCoordinate_8_1011_point_2()
		{
			double[] value = {-12798.517198330157,0.0,-3429.352347608401,-13199.57974971563,0.0,-1154.8135914064678,-13199.57974971563,0.0,1154.8135914064712,-12798.517198330155,0.0,3429.3523476084038,-13281.480111474692,0.0,-3558.7618701596616,-13697.677098761504,0.0,-1198.391462780297,-13697.677098761504,0.0,1198.3914627803003,-13281.48011147469,0.0,3558.7618701596643,-13764.443024619226,0.0,-3688.1713927109217,-14195.774447807376,0.0,-1241.9693341541258,-14195.774447807376,0.0,1241.9693341541295,-13764.443024619224,0.0,3688.171392710925,-14247.401908110862,0.0,-3817.579835519942,-14693.86764092456,0.0,-1285.546841931308,-14693.86764092456,0.0,1285.5468419313117,-14247.40190811086,0.0,3817.5798355199454,-14730.360791602501,0.0,-3946.9882783289636,-15191.960834041747,0.0,-1329.1243497084909,-15191.960834041747,0.0,1329.1243497084945,-14730.3607916025,0.0,3946.988278328967,-15213.323704747034,0.0,-4076.397800880224,-15690.05818308762,0.0,-1372.7022210823197,-15690.05818308762,0.0,1372.7022210823236,-15213.323704747032,0.0,4076.397800880228,-15696.286617891568,0.0,-4205.807323431484,-16188.155532133493,0.0,-1416.2800924561486,-16188.155532133493,0.0,1416.2800924561527,-15696.286617891566,0.0,4205.807323431488,-16179.253560689001,0.0,-4335.2179257249845,-16686.257037108055,0.0,-1459.8583274266243,-16686.257037108055,0.0,1459.8583274266286,-16179.253560689,0.0,4335.217925724988,-16662.220503486427,0.0,-4464.628528018484,-17184.35854208261,0.0,-1503.4365623970996,-17184.35854208261,0.0,1503.436562397104,-16662.220503486427,0.0,4464.6285280184875,-17145.183416630964,0.0,-4594.038050569744,-17682.455891128484,0.0,-1547.0144337709285,-17682.455891128484,0.0,1547.014433770933,-17145.18341663096,0.0,4594.038050569748,-17628.146329775496,0.0,-4723.447573121004,-18180.553240174355,0.0,-1590.5923051447576,-18180.553240174355,0.0,1590.5923051447621,-17628.146329775496,0.0,4723.447573121009,-18111.109242920033,0.0,-4852.857095672265,-18678.65058922023,0.0,-1634.1701765185865,-18678.65058922023,0.0,1634.1701765185912,-18111.10924292003,0.0,4852.857095672269,-18594.072156064565,0.0,-4982.266618223525,-19176.7479382661,0.0,-1677.7480478924153,-19176.7479382661,0.0,1677.7480478924201,-18594.07215606456,0.0,4982.26661822353,-19077.035069209098,0.0,-5111.676140774785,-19674.845287311975,0.0,-1721.3259192662445,-19674.845287311975,0.0,1721.3259192662492,-19077.035069209098,0.0,5111.67614077479,-19559.997982353638,0.0,-5241.085663326047,-20172.94263635785,0.0,-1764.9037906400736,-20172.94263635785,0.0,1764.9037906400788,-19559.997982353634,0.0,5241.085663326052,-20042.96089549817,0.0,-5370.495185877307,-20671.039985403724,0.0,-1808.4816620139027,-20671.039985403724,0.0,1808.481662013908,-20042.96089549817,0.0,5370.495185877312,-20525.915749336913,0.0,-5499.902548944089,-21169.129022592224,0.0,-1852.0588061944386,-21169.129022592224,0.0,1852.0588061944438,-20525.91574933691,0.0,5499.902548944094,-21008.870603175652,0.0,-5629.309912010871,-21667.218059780724,0.0,-1895.6359503749745,-21667.218059780724,0.0,1895.63595037498,-21008.870603175652,0.0,5629.309912010875,-21491.83351632019,0.0,-5758.719434562131,-22165.315408826595,0.0,-1939.2138217488036,-22165.315408826595,0.0,1939.213821748809,-21491.833516320185,0.0,5758.719434562136,-21974.796429464717,0.0,-5888.12895711339,-22663.412757872466,0.0,-1982.7916931226323,-22663.412757872466,0.0,1982.791693122638,-21974.796429464714,0.0,5888.128957113396,-22457.759342609254,0.0,-6017.538479664651,-23161.510106918337,0.0,-2026.3695644964612,-23161.510106918337,0.0,2026.3695644964669,-22457.75934260925,0.0,6017.538479664656,-22940.722255753786,0.0,-6146.948002215911,-23659.60745596421,0.0,-2069.94743587029,-23659.60745596421,0.0,2069.947435870296,-22940.722255753783,0.0,6146.948002215917,-23423.685168898322,0.0,-6276.357524767172,-24157.704805010086,0.0,-2113.5253072441196,-24157.704805010086,0.0,2113.5253072441255,-23423.685168898322,0.0,6276.357524767178,-23906.64808204286,0.0,-6405.767047318433,-24655.80215405596,0.0,-2157.1031786179483,-24655.80215405596,0.0,2157.1031786179547,-23906.648082042855,0.0,6405.767047318439,-24389.619054493185,0.0,-6535.178729354172,-25153.907814959206,0.0,-2200.6817771850706,-25153.907814959206,0.0,2200.6817771850765,-24389.61905449318,0.0,6535.178729354177};
			return value;
		}
		private double[] getCoordinate_8_1011_point_3()
		{
			double[] value = {-24872.590026943508,0.0,-6664.5904113899105,-25652.013475862448,0.0,-2244.260375752192,-25652.013475862448,0.0,2244.2603757521983,-24872.590026943508,0.0,6664.590411389916,-25355.552940088048,0.0,-6793.999933941172,-26150.110824908323,0.0,-2287.8382471260215,-26150.110824908323,0.0,2287.838247126028,-25355.552940088044,0.0,6793.999933941178,-25838.51585323258,0.0,-6923.409456492433,-26648.208173954197,0.0,-2331.41611849985,-26648.208173954197,0.0,2331.416118499857,-25838.515853232577,0.0,6923.409456492438,-26321.478766377117,0.0,-7052.818979043693,-27146.30552300007,0.0,-2374.9939898736793,-27146.30552300007,0.0,2374.993989873686,-26321.478766377113,0.0,7052.818979043699,-26804.44167952165,0.0,-7182.228501594953,-27644.402872045943,0.0,-2418.5718612475084,-27644.402872045943,0.0,2418.5718612475152,-26804.441679521646,0.0,7182.228501594959,-27287.404592666182,0.0,-7311.638024146213,-28142.500221091814,0.0,-2462.149732621337,-28142.500221091814,0.0,2462.1497326213444,-27287.404592666182,0.0,7311.638024146219,-27770.36750581072,0.0,-7441.047546697474,-28640.59757013769,0.0,-2505.727603995166,-28640.59757013769,0.0,2505.7276039951735,-27770.367505810715,0.0,7441.04754669748,-28253.330418955247,0.0,-7570.457069248733,-29138.694919183556,0.0,-2549.305475368995,-29138.694919183556,0.0,2549.305475369002,-28253.330418955244,0.0,7570.45706924874,-28736.28527279399,0.0,-7699.864432315515,-29636.783956372055,0.0,-2592.882619549531,-29636.783956372055,0.0,2592.882619549538,-28736.285272793986,0.0,7699.864432315521,-29219.240126632732,0.0,-7829.271795382298,-30134.87299356056,0.0,-2636.459763730067,-30134.87299356056,0.0,2636.4597637300744,-29219.24012663273,0.0,7829.271795382304,-29702.20303977727,0.0,-7958.681317933558,-30632.970342606433,0.0,-2680.0376351038963,-30632.970342606433,0.0,2680.0376351039035,-29702.203039777265,0.0,7958.681317933565,-30185.1659529218,0.0,-8088.090840484818,-31131.067691652304,0.0,-2723.615506477725,-31131.067691652304,0.0,2723.6155064777327,-30185.165952921798,0.0,8088.090840484825,-30668.128866066338,0.0,-8217.500363036079,-31629.16504069818,0.0,-2767.193377851554,-31629.16504069818,0.0,2767.1933778515618,-30668.128866066334,0.0,8217.500363036086,-31151.09177921087,0.0,-8346.909885587338,-32127.26238974405,0.0,-2810.771249225383,-32127.26238974405,0.0,2810.771249225391,-31151.091779210867,0.0,8346.909885587345,-31634.054692355403,0.0,-8476.3194081386,-32625.359738789924,0.0,-2854.349120599212,-32625.359738789924,0.0,2854.34912059922,-31634.0546923554,0.0,8476.319408138606,-32117.017605499943,0.0,-8605.72893068986,-33123.4570878358,0.0,-2897.9269919730414,-33123.4570878358,0.0,2897.9269919730496,-32117.01760549994,0.0,8605.728930689867,-32599.98857795027,0.0,-8735.1406127256,-33621.562748739045,0.0,-2941.505590540163,-33621.562748739045,0.0,2941.505590540172,-32599.988577950266,0.0,8735.140612725607,-33082.95955040059,0.0,-8864.552294761337,-34119.66840964228,0.0,-2985.0841891072846,-34119.66840964228,0.0,2985.0841891072932,-33082.959550400585,0.0,8864.552294761344,-33565.92246354513,0.0,-8993.9618173126,-34617.76575868816,0.0,-3028.662060481114,-34617.76575868816,0.0,3028.662060481123,-33565.922463545125,0.0,8993.961817312607,-34048.86925807807,0.0,-9123.3670208949,-35115.84648401928,0.0,-3072.2384774683565,-35115.84648401928,0.0,3072.238477468365,-34048.86925807807,0.0,9123.367020894908,-34531.8321712226,0.0,-9252.776543446162,-35613.943833065154,0.0,-3115.8163488421856,-35613.943833065154,0.0,3115.816348842194,-34531.8321712226,0.0,9252.776543446169,-35014.79508436714,0.0,-9382.18606599742,-36112.04118211103,0.0,-3159.394220216014,-36112.04118211103,0.0,3159.3942202160233,-35014.795084367135,0.0,9382.18606599743,-35497.75799751168,0.0,-9511.595588548684,-36610.13853115691,0.0,-3202.9720915898442,-36610.13853115691,0.0,3202.9720915898533,-35497.757997511675,0.0,9511.595588548691,-35980.72091065621,0.0,-9641.005111099941,-37108.235880202774,0.0,-3246.5499629636724,-37108.235880202774,0.0,3246.5499629636815,-35980.72091065621,0.0,9641.00511109995,-36463.68382380075,0.0,-9770.414633651204,-37606.33322924865,0.0,-3290.127834337502,-37606.33322924865,0.0,3290.1278343375116,-36463.68382380075,0.0,9770.414633651213};
			return value;
		}
		private double[] getCoordinate_8_1011_point_4()
		{
			double[] value = {-36946.64673694528,0.0,-9899.824156202463,-38104.43057829452,0.0,-3333.70570571133,-38104.43057829452,0.0,3333.7057057113398,-36946.64673694527,0.0,9899.82415620247,-37429.60965008982,0.0,-10029.233678753724,-38602.5279273404,0.0,-3377.28357708516,-38602.5279273404,0.0,3377.28357708517,-37429.60965008981,0.0,10029.233678753733,-37912.572563234346,0.0,-10158.643201304983,-39100.625276386265,0.0,-3420.8614484589884,-39100.625276386265,0.0,3420.861448458998,-37912.57256323434,0.0,10158.643201304993,-38395.535476378886,0.0,-10288.052723856246,-39598.72262543214,0.0,-3464.439319832818,-39598.72262543214,0.0,3464.439319832828,-38395.53547637888,0.0,10288.052723856255,-38878.49838952342,0.0,-10417.462246407506,-40096.81997447802,0.0,-3508.0171912066467,-40096.81997447802,0.0,3508.017191206657,-38878.49838952342,0.0,10417.462246407515,-39361.46130266796,0.0,-10546.871768958767,-40594.91732352389,0.0,-3551.5950625804758,-40594.91732352389,0.0,3551.595062580486,-39361.46130266795,0.0,10546.871768958776,-39844.42421581249,0.0,-10676.281291510028,-41093.01467256976,0.0,-3595.172933954305,-41093.01467256976,0.0,3595.172933954315,-39844.42421581248,0.0,10676.281291510037,-40327.38712895702,0.0,-10805.690814061287,-41591.112021615634,0.0,-3638.7508053281335,-41591.112021615634,0.0,3638.750805328144,-40327.387128957016,0.0,10805.690814061296,-40810.36616071314,0.0,-10935.104655581505,-42089.225994376255,0.0,-3682.3301310885486,-42089.225994376255,0.0,3682.3301310885595,-40810.366160713136,0.0,10935.104655581516,-41293.31295524609,0.0,-11064.509859163809,-42587.30671970738,0.0,-3725.9065480757918,-42587.30671970738,0.0,3725.906548075802,-41293.31295524609,0.0,11064.509859163818,-41776.27586839063,0.0,-11193.919381715068,-43085.404068753254,0.0,-3769.484419449621,-43085.404068753254,0.0,3769.4844194496313,-41776.27586839062,0.0,11193.919381715079,-42259.23878153516,0.0,-11323.32890426633,-43583.501417799125,0.0,-3813.0622908234495,-43583.501417799125,0.0,3813.0622908234604,-42259.238781535154,0.0,11323.328904266338,-42742.201694679694,0.0,-11452.73842681759,-44081.598766845,0.0,-3856.6401621972786,-44081.598766845,0.0,3856.6401621972896,-42742.20169467969,0.0,11452.7384268176,-43225.16460782423,0.0,-11582.14794936885,-44579.696115890874,0.0,-3900.2180335711078,-44579.696115890874,0.0,3900.2180335711187,-43225.16460782422,0.0,11582.14794936886,-43708.12752096875,0.0,-11711.557471920109,-45077.79346493674,0.0,-3943.795904944936,-45077.79346493674,0.0,3943.7959049449473,-43708.12752096875,0.0,11711.557471920118,-44191.09043411329,0.0,-11840.96699447137,-45575.89081398261,0.0,-3987.373776318765,-45575.89081398261,0.0,3987.3737763187764,-44191.090434113285,0.0,11840.966994471379,-44674.053347257824,0.0,-11970.376517022629,-46073.98816302849,0.0,-4030.9516476925937,-46073.98816302849,0.0,4030.9516476926055,-44674.05334725782,0.0,11970.37651702264,-45157.01626040236,0.0,-12099.78603957389,-46572.08551207436,0.0,-4074.529519066423,-46572.08551207436,0.0,4074.5295190664347,-45157.01626040235,0.0,12099.7860395739,-45639.97917354689,0.0,-12229.195562125149,-47070.18286112023,0.0,-4118.107390440252,-47070.18286112023,0.0,4118.107390440264,-45639.97917354689,0.0,12229.19556212516,-46122.94208669142,0.0,-12358.60508467641,-47568.2802101661,0.0,-4161.685261814081,-47568.2802101661,0.0,4161.685261814093,-46122.94208669142,0.0,12358.605084676421,-46605.90499983597,0.0,-12488.014607227673,-48066.377559211985,0.0,-4205.26313318791,-48066.377559211985,0.0,4205.263133187922,-46605.90499983596,0.0,12488.014607227684,-47088.867912980495,0.0,-12617.42412977893,-48564.47490825785,0.0,-4248.841004561738,-48564.47490825785,0.0,4248.841004561751,-47088.86791298049,0.0,12617.424129778941,-47571.830826125035,0.0,-12746.833652330193,-49062.57225730373,0.0,-4292.418875935568,-49062.57225730373,0.0,4292.41887593558,-47571.83082612503,0.0,12746.833652330204,-48054.79373926956,0.0,-12876.243174881452,-49560.66960634959,0.0,-4335.996747309397,-49560.66960634959,0.0,4335.996747309409,-48054.79373926956,0.0,12876.243174881463,-48537.7566524141,0.0,-13005.652697432713,-50058.76695539548,0.0,-4379.574618683227,-50058.76695539548,0.0,4379.574618683238,-48537.7566524141,0.0,13005.652697432726};
			return value;
		}
		private double[] getCoordinate_8_1011_point_5()
		{
			double[] value = {-49020.73568417022,0.0,-13135.06653895293,-50556.88092815609,0.0,-4423.15394444364,-50556.88092815609,0.0,4423.153944443653,-49020.73568417021,0.0,13135.066538952942,-49503.682478703166,0.0,-13264.471742535234,-51054.96165348721,0.0,-4466.730361430884,-51054.96165348721,0.0,4466.730361430897,-49503.68247870316,0.0,13264.471742535245,-49986.645391847705,0.0,-13393.881265086495,-51553.05900253309,0.0,-4510.308232804713,-51553.05900253309,0.0,4510.308232804726,-49986.6453918477,0.0,13393.881265086507,-50469.60830499224,0.0,-13523.290787637756,-52051.15635157897,0.0,-4553.886104178542,-52051.15635157897,0.0,4553.886104178555,-50469.60830499223,0.0,13523.290787637767,-50952.57121813677,0.0,-13652.700310189017,-52549.25370062484,0.0,-4597.463975552371,-52549.25370062484,0.0,4597.463975552384,-50952.57121813677,0.0,13652.700310189028,-51435.53413128131,0.0,-13782.109832740276,-53047.35104967071,0.0,-4641.0418469262,-53047.35104967071,0.0,4641.041846926213,-51435.5341312813,0.0,13782.109832740289,-51918.49704442584,0.0,-13911.519355291537,-53545.44839871658,0.0,-4684.6197183000295,-53545.44839871658,0.0,4684.619718300042,-51918.497044425836,0.0,13911.51935529155,-52401.459957570376,0.0,-14040.928877842798,-54043.54574776246,0.0,-4728.197589673858,-54043.54574776246,0.0,4728.197589673871,-52401.45995757037,0.0,14040.928877842809,-52884.42287071491,0.0,-14170.338400394057,-54541.64309680833,0.0,-4771.775461047687,-54541.64309680833,0.0,4771.7754610477,-52884.4228707149,0.0,14170.33840039407,-53367.38578385945,0.0,-14299.747922945318,-55039.7404458542,0.0,-4815.353332421516,-55039.7404458542,0.0,4815.35333242153,-53367.38578385944,0.0,14299.747922945331,-53850.34869700398,0.0,-14429.15744549658,-55537.83779490007,0.0,-4858.931203795345,-55537.83779490007,0.0,4858.931203795359,-53850.348697003974,0.0,14429.15744549659,-54333.311610148514,0.0,-14558.566968047839,-56035.93514394595,0.0,-4902.509075169174,-56035.93514394595,0.0,4902.509075169188,-54333.31161014851,0.0,14558.566968047851,-54816.27452329305,0.0,-14687.9764905991,-56534.03249299182,0.0,-4946.086946543003,-56534.03249299182,0.0,4946.086946543017,-54816.27452329304,0.0,14687.976490599112,-55299.23743643758,0.0,-14817.38601315036,-57032.12984203769,0.0,-4989.664817916831,-57032.12984203769,0.0,4989.664817916846,-55299.23743643757,0.0,14817.386013150372,-55782.20034958211,0.0,-14946.795535701618,-57530.227191083555,0.0,-5033.242689290661,-57530.227191083555,0.0,5033.242689290674,-55782.200349582105,0.0,14946.79553570163,-56265.163262726644,0.0,-15076.20505825288,-58028.32454012943,0.0,-5076.820560664489,-58028.32454012943,0.0,5076.820560664503,-56265.16326272664,0.0,15076.205058252892,-56748.12617587118,0.0,-15205.614580804138,-58526.421889175304,0.0,-5120.398432038318,-58526.421889175304,0.0,5120.398432038332,-56748.12617587117,0.0,15205.614580804153,-57231.1052076273,0.0,-15335.028422324358,-59024.535861935925,0.0,-5163.977757798733,-59024.535861935925,0.0,5163.977757798748,-57231.10520762729,0.0,15335.02842232437,-57714.05200216024,0.0,-15464.43362590666,-59522.616587267046,0.0,-5207.554174785976,-59522.616587267046,0.0,5207.554174785991,-57714.05200216024,0.0,15464.433625906673,-58196.9987966932,0.0,-15593.838829488965,-60020.69731259818,0.0,-5251.13059177322,-60020.69731259818,0.0,5251.130591773234,-58196.998796693195,0.0,15593.838829488977,-58196.998796693195,0.0,15593.838829488977,-58196.9987966932,0.0,-15593.838829488965};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_1012_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.935,0.91,0.129,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1012_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1012_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1012_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_1016_point_1()
		{
			double[] value = {-530.3298093357868,0.0,-530.3298093357865,-614.3637128409789,0.0,-430.1821029337586,-679.7304858145368,0.0,-316.963531016736,-724.4439919368424,0.0,-194.11418260105535,-883.8829233749364,0.0,-883.8829233749361,-1023.9394146097096,0.0,-716.9700967797555,-1132.884024869911,0.0,-528.272496598297,-1207.4065273014173,0.0,-323.5236039264806,-1237.4361295987944,0.0,-1237.436129598794,-1433.5152231703623,0.0,-1003.7581654022613,-1586.0376820796023,0.0,-739.5815172761212,-1690.3691885926457,0.0,-452.9330589938508,-1590.9898889309002,0.0,-1590.9898889308997,-1843.0916724825452,0.0,-1290.5466826838185,-2039.1920482151947,0.0,-950.8908685315221,-2173.332605443792,0.0,-582.3427165128909,-1944.5429107853422,0.0,-1944.5429107853415,-2252.6672674593547,0.0,-1577.3346017533072,-2492.3454691162524,0.0,-1162.1997790168205,-2656.2950148817145,0.0,-711.7521040963712,-2298.096301378616,0.0,-2298.0963013786154,-2662.2432896038504,0.0,-1864.1228199288303,-2945.4993626345777,0.0,-1373.5089098871701,-3139.2579280262485,0.0,-841.1616266476314,-2651.6496919718898,0.0,-2651.649691971889,-3071.8193117483465,0.0,-2150.9110381043533,-3398.6532561529025,0.0,-1584.8180407575198,-3622.220841170783,0.0,-970.5711491988916,-3005.203082565163,0.0,-3005.2030825651623,-3481.3953338928422,0.0,-2437.699256279876,-3851.8071496712273,0.0,-1796.1271716278693,-4105.183754315317,0.0,-1099.9806717501517,-3358.7572106361017,0.0,-3358.7572106361004,-3890.972210372712,0.0,-2724.488072667468,-4304.961988424087,0.0,-2007.4367432683216,-4588.147674873075,0.0,-1229.3904642369716,-3712.3091262740472,0.0,-3712.3091262740463,-4300.546523846461,0.0,-3011.2750944188533,-4758.113991473342,0.0,-2218.744992598466,-5071.108573191162,0.0,-1358.7994469171124,-4065.8610419119927,0.0,-4065.8610419119914,-4710.120837320209,0.0,-3298.062116170238,-5211.265994522596,0.0,-2430.0532419286105,-5554.069471509248,0.0,-1488.208429597253,-4419.415907460595,0.0,-4419.415907460594,-5119.698568135453,0.0,-3584.851530769899,-5664.421778509993,0.0,-2641.3632543391655,-6037.034399480231,0.0,-1617.6184920196326,-4772.970773009198,0.0,-4772.970773009196,-5529.276298950697,0.0,-3871.6409453695596,-6117.5775624973885,0.0,-2852.6732667497204,-6519.999327451213,0.0,-1747.0285544420126,-5126.522688647143,0.0,-5126.522688647141,-5938.850612424445,0.0,-4158.427967120945,-6570.729565546642,0.0,-3063.981516079865,-7002.960225769299,0.0,-1876.4375371221531,-5480.074604285088,0.0,-5480.074604285086,-6348.424925898194,0.0,-4445.21498887233,-7023.881568595896,0.0,-3275.289765410009,-7485.921124087385,0.0,-2005.8465198022936,-5833.6294698336915,0.0,-5833.62946983369,-6758.002656713438,0.0,-4732.004403471991,-7477.037352583294,0.0,-3486.599777820564,-7968.886052058368,0.0,-2135.256582224674,-6187.184335382292,0.0,-6187.184335382291,-7167.58038752868,0.0,-5018.793818071651,-7930.193136570688,0.0,-3697.9097902311187,-8451.850980029349,0.0,-2264.666644647053,-6540.737725975566,0.0,-6540.737725975564,-7577.156409673176,0.0,-5305.582036247174,-8383.347030089013,0.0,-3909.2189211014684,-8934.813893173883,0.0,-2394.076167198313,-6894.29111656884,0.0,-6894.291116568837,-7986.7324318176725,0.0,-5592.370254422697,-8836.500923607338,0.0,-4120.528051971818,-9417.776806318418,0.0,-2523.4856897495733,-7247.844507162115,0.0,-7247.844507162113,-8396.30845396217,0.0,-5879.158472598221,-9289.654817125665,0.0,-4331.837182842169,-9900.739719462954,0.0,-2652.895212300834,-7601.394947844732,0.0,-7601.394947844729,-8805.88105876517,0.0,-6165.944297925468,-9742.804929705848,0.0,-4543.144550632107,-10383.698602954591,0.0,-2782.303655109855,-7954.945388527349,0.0,-7954.945388527346,-9215.45366356817,0.0,-6452.730123252714,-10195.95504228603,0.0,-4754.451918422046,-10866.657486446229,0.0,-2911.7120979188758,-8308.49877912062,0.0,-8308.498779120619,-9625.029685712665,0.0,-6739.518341428236,-10649.108935804354,0.0,-4965.761049292395,-11349.620399590762,0.0,-3041.1216204701354,-8662.052169713896,0.0,-8662.052169713894,-10034.605707857163,0.0,-7026.30655960376,-11102.26282932268,0.0,-5177.070180162746,-11832.583312735296,0.0,-3170.531143021396,-9015.608510217828,0.0,-9015.608510217824,-10444.185147343154,0.0,-7313.0971706275595,-11555.420503779147,0.0,-5388.381074113506,-12315.550255532728,0.0,-3299.9417453148953};
			return value;
		}
		private double[] getCoordinate_8_1016_point_2()
		{
			double[] value = {-9369.164850721758,0.0,-9369.164850721756,-10853.764586829146,0.0,-7599.887781651359,-12008.578178235615,0.0,-5599.691968064266,-12798.517198330159,0.0,-3429.352347608395,-9722.718241315031,0.0,-9722.71824131503,-11263.340608973642,0.0,-7886.675999826881,-12461.73207175394,0.0,-5811.001098934616,-13281.480111474693,0.0,-3558.7618701596552,-10076.271631908307,0.0,-10076.271631908303,-11672.916631118138,0.0,-8173.464218002404,-12914.885965272264,0.0,-6022.310229804965,-13764.443024619226,0.0,-3688.1713927109154,-10429.822072590921,0.0,-10429.822072590918,-12082.489235921137,0.0,-8460.25004332965,-13368.036077852446,0.0,-6233.617597594904,-14247.401908110864,0.0,-3817.579835519936,-10783.37251327354,0.0,-10783.372513273536,-12492.061840724138,0.0,-8747.035868656898,-13821.18619043263,0.0,-6444.924965384843,-14730.360791602503,0.0,-3946.988278328957,-11136.925903866813,0.0,-11136.92590386681,-12901.637862868634,0.0,-9033.824086832421,-14274.340083950956,0.0,-6656.2340962551925,-15213.323704747036,0.0,-4076.3978008802173,-11490.479294460087,0.0,-11490.479294460083,-13311.21388501313,0.0,-9320.612305007944,-14727.493977469281,0.0,-6867.543227125542,-15696.28661789157,0.0,-4205.807323431477,-11844.035634964019,0.0,-11844.035634964015,-13720.793324499124,0.0,-9607.402916031744,-15180.65165192575,0.0,-7078.854121076303,-16179.253560689003,0.0,-4335.217925724977,-12197.591975467947,0.0,-12197.591975467943,-14130.372763985113,0.0,-9894.19352705554,-15633.809326382214,0.0,-7290.1650150270625,-16662.22050348643,0.0,-4464.628528018476,-12551.14536606122,0.0,-12551.145366061217,-14539.948786129607,0.0,-10180.981745231064,-16086.96321990054,0.0,-7501.474145897412,-17145.183416630964,0.0,-4594.038050569736,-12904.698756654496,0.0,-12904.69875665449,-14949.524808274104,0.0,-10467.769963406587,-16540.117113418863,0.0,-7712.783276767762,-17628.1463297755,0.0,-4723.447573120997,-13258.25214724777,0.0,-13258.252147247766,-15359.1008304186,0.0,-10754.55818158211,-16993.27100693719,0.0,-7924.092407638112,-18111.109242920033,0.0,-4852.857095672257,-13611.805537841043,0.0,-13611.805537841039,-15768.676852563096,0.0,-11041.346399757633,-17446.424900455513,0.0,-8135.401538508461,-18594.07215606457,0.0,-4982.266618223517,-13965.358928434316,0.0,-13965.358928434312,-16178.252874707592,0.0,-11328.134617933156,-17899.57879397384,0.0,-8346.71066937881,-19077.0350692091,0.0,-5111.676140774777,-14318.912319027593,0.0,-14318.91231902759,-16587.82889685209,0.0,-11614.92283610868,-18352.732687492167,0.0,-8558.019800249162,-19559.997982353638,0.0,-5241.085663326038,-14672.465709620867,0.0,-14672.465709620863,-16997.404918996588,0.0,-11901.711054284204,-18805.88658101049,0.0,-8769.328931119511,-20042.960895498174,0.0,-5370.495185877298,-15026.013200392827,0.0,-15026.013200392821,-17406.974106458092,0.0,-12188.494486763175,-19259.032912652532,0.0,-8980.63453582904,-20525.915749336913,0.0,-5499.902548944079,-15379.560691164786,0.0,-15379.560691164781,-17816.543293919596,0.0,-12475.277919242146,-19712.179244294573,0.0,-9191.940140538567,-21008.870603175656,0.0,-5629.309912010861,-15733.11408175806,0.0,-15733.114081758054,-18226.119316064094,0.0,-12762.066137417667,-20165.333137812897,0.0,-9403.249271408917,-21491.83351632019,0.0,-5758.719434562121,-16086.667472351332,0.0,-16086.667472351326,-18635.695338208585,0.0,-13048.854355593188,-20618.48703133122,0.0,-9614.558402279266,-21974.79642946472,0.0,-5888.12895711338,-16440.220862944607,0.0,-16440.2208629446,-19045.271360353083,0.0,-13335.642573768711,-21071.640924849544,0.0,-9825.867533149616,-22457.759342609254,0.0,-6017.53847966464,-16793.77425353788,0.0,-16793.774253537875,-19454.847382497577,0.0,-13622.430791944234,-21524.79481836787,0.0,-10037.176664019964,-22940.72225575379,0.0,-6146.9480022159005,-17147.327644131154,0.0,-17147.32764413115,-19864.423404642075,0.0,-13909.21901011976,-21977.948711886198,0.0,-10248.485794890315,-23423.685168898326,0.0,-6276.3575247671615,-17500.88103472443,0.0,-17500.881034724425,-20273.999426786573,0.0,-14196.007228295282,-22431.10260540452,0.0,-10459.794925760665,-23906.648082042862,0.0,-6405.767047318422,-17854.440325139018,0.0,-17854.44032513901,-20683.58228361406,0.0,-14482.800232167358,-22884.264060799134,0.0,-10671.107582791838,-24389.61905449319,0.0,-6535.178729354161};
			return value;
		}
		private double[] getCoordinate_8_1016_point_3()
		{
			double[] value = {-18207.999615553603,0.0,-18207.999615553596,-21093.165140441546,0.0,-14769.59323603943,-23337.42551619374,0.0,-10882.420239823006,-24872.59002694351,0.0,-6664.590411389899,-18561.553006146878,0.0,-18561.553006146874,-21502.741162586044,0.0,-15056.381454214956,-23790.579409712067,0.0,-11093.729370693358,-25355.55294008805,0.0,-6793.99993394116,-18915.106396740153,0.0,-18915.106396740146,-21912.31718473054,0.0,-15343.169672390479,-24243.73330323039,0.0,-11305.038501563708,-25838.515853232584,0.0,-6923.409456492421,-19268.65978733343,0.0,-19268.65978733342,-22321.893206875036,0.0,-15629.957890566,-24696.887196748718,0.0,-11516.347632434057,-26321.478766377117,0.0,-7052.818979043681,-19622.2131779267,0.0,-19622.213177926693,-22731.46922901953,0.0,-15916.746108741523,-25150.04109026704,0.0,-11727.656763304407,-26804.441679521653,0.0,-7182.228501594941,-19975.766568519975,0.0,-19975.766568519968,-23141.04525116403,0.0,-16203.534326917046,-25603.194983785368,0.0,-11938.965894174757,-27287.404592666186,0.0,-7311.638024146201,-20329.319959113247,0.0,-20329.319959113243,-23550.621273308523,0.0,-16490.32254509257,-26056.34887730369,0.0,-12150.275025045106,-27770.367505810722,0.0,-7441.047546697461,-20682.87334970652,0.0,-20682.873349706515,-23960.197295453017,0.0,-16777.11076326809,-26509.502770822015,0.0,-12361.584155915454,-28253.33041895525,0.0,-7570.4570692487205,-21036.42084047848,0.0,-21036.420840478473,-24369.76648291452,0.0,-17063.89419574706,-26962.649102464053,0.0,-12572.889760624981,-28736.285272793993,0.0,-7699.864432315501,-21389.968331250442,0.0,-21389.968331250435,-24779.33567037603,0.0,-17350.677628226036,-27415.795434106098,0.0,-12784.195365334512,-29219.240126632736,0.0,-7829.271795382284,-21743.521721843714,0.0,-21743.52172184371,-25188.911692520524,0.0,-17637.46584640156,-27868.949327624425,0.0,-12995.504496204861,-29702.203039777272,0.0,-7958.681317933544,-22097.07511243699,0.0,-22097.07511243698,-25598.48771466502,0.0,-17924.25406457708,-28322.10322114275,0.0,-13206.813627075211,-30185.165952921805,0.0,-8088.090840484804,-22450.628503030264,0.0,-22450.628503030257,-26008.063736809516,0.0,-18211.0422827526,-28775.25711466107,0.0,-13418.12275794556,-30668.12886606634,0.0,-8217.500363036064,-22804.181893623536,0.0,-22804.18189362353,-26417.639758954014,0.0,-18497.830500928125,-29228.4110081794,0.0,-13629.43188881591,-31151.091779210874,0.0,-8346.909885587325,-23157.73528421681,0.0,-23157.735284216804,-26827.215781098508,0.0,-18784.618719103648,-29681.564901697722,0.0,-13840.74101968626,-31634.054692355407,0.0,-8476.319408138585,-23511.288674810086,0.0,-23511.28867481008,-27236.791803243006,0.0,-19071.406937279175,-30134.718795216053,0.0,-14052.050150556612,-32117.017605499947,0.0,-8605.728930689846,-23864.847965224675,0.0,-23864.847965224668,-27646.374660070494,0.0,-19358.199941151248,-30587.880250610662,0.0,-14263.362807587782,-32599.988577950273,0.0,-8735.140612725585,-24218.407255639257,0.0,-24218.40725563925,-28055.957516897975,0.0,-19644.99294502332,-31041.041706005264,0.0,-14474.67546461895,-33082.95955040059,0.0,-8864.552294761323,-24571.960646232536,0.0,-24571.96064623253,-28465.533539042477,0.0,-19931.781163198848,-31494.195599523595,0.0,-14685.984595489303,-33565.92246354513,0.0,-8993.961817312584,-24925.502237183176,0.0,-24925.50223718317,-28875.095891820987,0.0,-20218.559809981263,-31947.334369289347,0.0,-14897.286674038007,-34048.86925807808,0.0,-9123.367020894884,-25279.05562777645,0.0,-25279.055627776444,-29284.67191396548,0.0,-20505.348028156783,-32400.48826280767,0.0,-15108.595804908357,-34531.83217122261,0.0,-9252.776543446145,-25632.609018369723,0.0,-25632.609018369716,-29694.24793610998,0.0,-20792.136246332306,-32853.642156325994,0.0,-15319.904935778706,-35014.79508436714,0.0,-9382.186065997405,-25986.162408963002,0.0,-25986.162408962995,-30103.82395825448,0.0,-21078.924464507836,-33306.79604984433,0.0,-15531.214066649058,-35497.75799751168,0.0,-9511.595588548667,-26339.715799556274,0.0,-26339.715799556263,-30513.39998039897,0.0,-21365.712682683352,-33759.94994336265,0.0,-15742.523197519406,-35980.720910656215,0.0,-9641.005111099925,-26693.269190149553,0.0,-26693.269190149542,-30922.976002543473,0.0,-21652.50090085888,-34213.103836880975,0.0,-15953.832328389757,-36463.683823800755,0.0,-9770.414633651188};
			return value;
		}
		private double[] getCoordinate_8_1016_point_4()
		{
			double[] value = {-27046.82258074282,0.0,-27046.822580742813,-31332.55202468796,0.0,-21939.289119034398,-34666.257730399295,0.0,-16165.141459260105,-36946.64673694528,0.0,-9899.824156202445,-27400.3759713361,0.0,-27400.375971336092,-31742.128046832462,0.0,-22226.077337209925,-35119.41162391763,0.0,-16376.450590130456,-37429.60965008982,0.0,-10029.233678753708,-27753.929361929368,0.0,-27753.92936192936,-32151.704068976953,0.0,-22512.865555385444,-35572.56551743595,0.0,-16587.759721000803,-37912.57256323435,0.0,-10158.643201304965,-28107.482752522646,0.0,-28107.48275252264,-32561.280091121454,0.0,-22799.65377356097,-36025.719410954276,0.0,-16799.068851871158,-38395.53547637889,0.0,-10288.052723856228,-28461.03614311592,0.0,-28461.03614311591,-32970.85611326595,0.0,-23086.441991736494,-36478.8733044726,0.0,-17010.377982741506,-38878.498389523425,0.0,-10417.46224640749,-28814.589533709193,0.0,-28814.589533709186,-33380.43213541045,0.0,-23373.230209912017,-36932.02719799093,0.0,-17221.687113611857,-39361.46130266796,0.0,-10546.871768958748,-29168.14292430247,0.0,-29168.142924302458,-33790.00815755494,0.0,-23660.01842808754,-37385.18109150925,0.0,-17432.996244482205,-39844.42421581249,0.0,-10676.28129151001,-29521.696314895744,0.0,-29521.696314895733,-34199.58417969944,0.0,-23946.806646263063,-37838.33498502758,0.0,-17644.305375352556,-40327.38712895703,0.0,-10805.690814061269,-29875.261505131646,0.0,-29875.261505131635,-34609.17387120992,0.0,-24233.60443583169,-38291.50400229847,0.0,-17855.621558544546,-40810.36616071315,0.0,-10935.104655581486,-30228.80309608229,0.0,-30228.80309608228,-35018.73622398843,0.0,-24520.38308261411,-38744.642772064224,0.0,-18066.923637093256,-41293.312955246096,0.0,-11064.509859163789,-30582.356486675562,0.0,-30582.356486675555,-35428.312246132926,0.0,-24807.171300789632,-39197.79666558255,0.0,-18278.232767963604,-41776.27586839063,0.0,-11193.91938171505,-30935.909877268838,0.0,-30935.909877268827,-35837.88826827743,0.0,-25093.959518965155,-39650.95055910088,0.0,-18489.541898833955,-42259.23878153516,0.0,-11323.32890426631,-31289.463267862113,0.0,-31289.463267862102,-36247.46429042192,0.0,-25380.74773714068,-40104.104452619205,0.0,-18700.851029704303,-42742.2016946797,0.0,-11452.73842681757,-31643.016658455384,0.0,-31643.016658455377,-36657.040312566416,0.0,-25667.5359553162,-40557.258346137525,0.0,-18912.16016057465,-43225.164607824234,0.0,-11582.14794936883,-31996.570049048652,0.0,-31996.570049048645,-37066.6163347109,0.0,-25954.32417349172,-41010.412239655845,0.0,-19123.469291445,-43708.12752096876,0.0,-11711.557471920089,-32350.123439641928,0.0,-32350.123439641917,-37476.192356855405,0.0,-26241.112391667244,-41463.56613317417,0.0,-19334.77842231535,-44191.09043411329,0.0,-11840.966994471348,-32703.676830235203,0.0,-32703.676830235192,-37885.7683789999,0.0,-26527.900609842767,-41916.7200266925,0.0,-19546.0875531857,-44674.05334725783,0.0,-11970.376517022609,-33057.230220828475,0.0,-33057.23022082847,-38295.34440114439,0.0,-26814.68882801829,-42369.87392021082,0.0,-19757.39668405605,-45157.016260402364,0.0,-12099.786039573868,-33410.78361142175,0.0,-33410.78361142174,-38704.92042328889,0.0,-27101.477046193813,-42823.027813729146,0.0,-19968.705814926398,-45639.9791735469,0.0,-12229.195562125129,-33764.337002015025,0.0,-33764.33700201501,-39114.49644543339,0.0,-27388.265264369333,-43276.18170724747,0.0,-20180.01494579675,-46122.94208669143,0.0,-12358.605084676388,-34117.8903926083,0.0,-34117.89039260829,-39524.07246757789,0.0,-27675.053482544863,-43729.3356007658,0.0,-20391.3240766671,-46605.90499983597,0.0,-12488.014607227651,-34471.44378320157,0.0,-34471.44378320156,-39933.64848972238,0.0,-27961.84170072038,-44182.48949428412,0.0,-20602.63320753745,-47088.8679129805,0.0,-12617.42412977891,-34824.99717379485,0.0,-34824.997173794836,-40343.22451186688,0.0,-28248.629918895906,-44635.643387802455,0.0,-20813.9423384078,-47571.83082612504,0.0,-12746.833652330171,-35178.55056438812,0.0,-35178.550564388104,-40752.80053401137,0.0,-28535.418137071425,-45088.797281320774,0.0,-21025.251469278144,-48054.79373926957,0.0,-12876.24317488143,-35532.103954981394,0.0,-35532.10395498139,-41162.37655615587,0.0,-28822.20635524695,-45541.9511748391,0.0,-21236.5606001485,-48537.75665241411,0.0,-13005.652697432692};
			return value;
		}
		private double[] getCoordinate_8_1016_point_5()
		{
			double[] value = {-35885.669145217296,0.0,-35885.66914521728,-41571.96624766634,0.0,-29109.004144815575,-45995.12019210999,0.0,-21447.87678334049,-49020.73568417022,0.0,-13135.066538952908,-36239.21073616794,0.0,-36239.21073616793,-41981.52860044486,0.0,-29395.782791597994,-46448.25896187575,0.0,-21659.178861889195,-49503.68247870317,0.0,-13264.47174253521,-36592.76412676122,0.0,-36592.764126761205,-42391.10462258936,0.0,-29682.57100977352,-46901.412855394075,0.0,-21870.487992759547,-49986.64539184771,0.0,-13393.881265086473,-36946.317517354495,0.0,-36946.31751735448,-42800.68064473385,0.0,-29969.359227949044,-47354.5667489124,0.0,-22081.797123629898,-50469.608304992245,0.0,-13523.290787637732,-37299.87090794777,0.0,-37299.870907947756,-43210.256666878355,0.0,-30256.147446124567,-47807.72064243073,0.0,-22293.106254500246,-50952.57121813678,0.0,-13652.700310188993,-37653.42429854104,0.0,-37653.42429854103,-43619.83268902285,0.0,-30542.93566430009,-48260.87453594905,0.0,-22504.415385370598,-51435.53413128132,0.0,-13782.109832740252,-38006.97768913431,0.0,-38006.977689134306,-44029.40871116734,0.0,-30829.723882475613,-48714.02842946738,0.0,-22715.724516240945,-51918.49704442585,0.0,-13911.519355291513,-38360.53107972759,0.0,-38360.531079727574,-44438.98473331184,0.0,-31116.512100651136,-49167.182322985704,0.0,-22927.033647111297,-52401.45995757038,0.0,-14040.928877842773,-38714.084470320864,0.0,-38714.08447032085,-44848.56075545634,0.0,-31403.30031882666,-49620.33621650403,0.0,-23138.342777981645,-52884.422870714916,0.0,-14170.338400394034,-39067.63786091414,0.0,-39067.637860914125,-45258.136777600834,0.0,-31690.088537002182,-50073.49011002235,0.0,-23349.651908851996,-53367.38578385945,0.0,-14299.747922945293,-39421.19125150741,0.0,-39421.1912515074,-45667.71279974533,0.0,-31976.876755177705,-50526.64400354068,0.0,-23560.961039722344,-53850.34869700399,0.0,-14429.157445496554,-39774.74464210068,0.0,-39774.74464210067,-46077.28882188982,0.0,-32263.66497335323,-50979.797897059005,0.0,-23772.270170592696,-54333.31161014852,0.0,-14558.566968047813,-40128.29803269396,0.0,-40128.29803269394,-46486.86484403432,0.0,-32550.45319152875,-51432.951790577325,0.0,-23983.579301463044,-54816.274523293054,0.0,-14687.976490599074,-40481.85142328723,0.0,-40481.85142328722,-46896.44086617882,0.0,-32837.24140970427,-51886.10568409565,0.0,-24194.888432333395,-55299.23743643759,0.0,-14817.386013150335,-40835.4048138805,0.0,-40835.40481388049,-47306.016888323305,0.0,-33124.02962787979,-52339.25957761397,0.0,-24406.19756320374,-55782.20034958211,0.0,-14946.795535701593,-41188.958204473776,0.0,-41188.95820447376,-47715.5929104678,0.0,-33410.81784605532,-52792.4134711323,0.0,-24617.50669407409,-56265.16326272665,0.0,-15076.205058252854,-41542.511595067044,0.0,-41542.51159506704,-48125.1689326123,0.0,-33697.60606423084,-53245.56736465062,0.0,-24828.81582494444,-56748.126175871184,0.0,-15205.614580804113,-41896.076785302954,0.0,-41896.07678530294,-48534.75862412278,0.0,-33984.403853799464,-53698.73638192152,0.0,-25040.132008136432,-57231.105207627304,0.0,-15335.02842232433,-42249.618376253595,0.0,-42249.61837625358,-48944.32097690129,0.0,-34271.18250058188,-54151.87515168727,0.0,-25251.434086685138,-57714.05200216025,0.0,-15464.433625906633,-42603.15996720424,0.0,-42603.159967204236,-49353.88332967981,0.0,-34557.96114736431,-54605.013921453035,0.0,-25462.736165233848,-58196.99879669321,0.0,-15593.838829488937,-58196.99879669321,0.0,-15593.838829488937,-42603.15996720424,0.0,-42603.159967204236};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_1017_color_1()
		{
			double[] value = {0.949,0.859,0.027,0.949,0.859,0.027,0.949,0.859,0.027,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.134,0.776,0.847,0.352,0.605,0.618};
			return value;
		}
		private double[] getColor_8_1017_color_2()
		{
			double[] value = {0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.352,0.605,0.618,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1017_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1017_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_1021_point_1()
		{
			double[] value = {-194.11418260105623,0.0,-724.4439919368422,-316.9635310167365,0.0,-679.7304858145366,-430.182102933759,0.0,-614.3637128409786,-530.3298093357869,0.0,-530.3298093357863,-323.523603926482,0.0,-1207.406527301417,-528.272496598298,0.0,-1132.8840248699105,-716.9700967797562,0.0,-1023.939414609709,-883.8829233749367,0.0,-883.8829233749357,-452.93305899385285,0.0,-1690.3691885926453,-739.5815172761223,0.0,-1586.0376820796016,-1003.7581654022623,0.0,-1433.5152231703614,-1237.4361295987947,0.0,-1237.4361295987933,-582.3427165128935,0.0,-2173.332605443791,-950.8908685315236,0.0,-2039.192048215194,-1290.5466826838199,0.0,-1843.091672482544,-1590.9898889309006,0.0,-1590.9898889308988,-711.7521040963744,0.0,-2656.2950148817135,-1162.1997790168223,0.0,-2492.3454691162515,-1577.3346017533088,0.0,-2252.6672674593533,-1944.5429107853429,0.0,-1944.5429107853406,-841.1616266476352,0.0,-3139.2579280262476,-1373.5089098871724,0.0,-2945.4993626345763,-1864.122819928832,0.0,-2662.243289603849,-2298.0963013786168,0.0,-2298.096301378614,-970.5711491988959,0.0,-3622.2208411707816,-1584.8180407575223,0.0,-3398.653256152901,-2150.911038104355,0.0,-3071.8193117483447,-2651.6496919718907,0.0,-2651.649691971888,-1099.9806717501565,0.0,-4105.183754315315,-1796.127171627872,0.0,-3851.807149671226,-2437.699256279878,0.0,-3481.3953338928404,-3005.203082565164,0.0,-3005.203082565161,-1229.390464236977,0.0,-4588.147674873074,-2007.4367432683248,0.0,-4304.9619884240865,-2724.4880726674705,0.0,-3890.97221037271,-3358.7572106361026,0.0,-3358.757210636099,-1358.7994469171185,0.0,-5071.10857319116,-2218.7449925984697,0.0,-4758.11399147334,-3011.275094418856,0.0,-4300.5465238464585,-3712.3091262740486,0.0,-3712.3091262740445,-1488.2084295972595,0.0,-5554.069471509246,-2430.053241928614,0.0,-5211.265994522594,-3298.062116170241,0.0,-4710.120837320206,-4065.861041911994,0.0,-4065.8610419119896,-1617.61849201964,0.0,-6037.034399480228,-2641.3632543391695,0.0,-5664.42177850999,-3584.8515307699026,0.0,-5119.69856813545,-4419.415907460597,0.0,-4419.415907460591,-1747.0285544420205,0.0,-6519.999327451211,-2852.673266749725,0.0,-6117.577562497387,-3871.6409453695637,0.0,-5529.276298950694,-4772.970773009199,0.0,-4772.970773009194,-1876.4375371221615,0.0,-7002.960225769296,-3063.9815160798694,0.0,-6570.7295655466405,-4158.427967120949,0.0,-5938.850612424441,-5126.522688647145,0.0,-5126.522688647139,-2005.8465198023025,0.0,-7485.921124087382,-3275.2897654100143,0.0,-7023.881568595893,-4445.214988872334,0.0,-6348.42492589819,-5480.07460428509,0.0,-5480.074604285083,-2135.2565822246834,0.0,-7968.886052058365,-3486.59977782057,0.0,-7477.037352583291,-4732.004403471996,0.0,-6758.002656713434,-5833.629469833693,0.0,-5833.629469833687,-2264.666644647063,0.0,-8451.850980029345,-3697.9097902311246,0.0,-7930.193136570685,-5018.793818071656,0.0,-7167.5803875286765,-6187.184335382294,0.0,-6187.184335382288,-2394.076167198324,0.0,-8934.81389317388,-3909.2189211014743,0.0,-8383.34703008901,-5305.582036247179,0.0,-7577.156409673172,-6540.7377259755685,0.0,-6540.737725975561,-2523.4856897495847,0.0,-9417.776806318414,-4120.528051971824,0.0,-8836.500923607335,-5592.370254422703,0.0,-7986.732431817668,-6894.291116568842,0.0,-6894.291116568835,-2652.895212300846,0.0,-9900.73971946295,-4331.837182842175,0.0,-9289.654817125662,-5879.158472598227,0.0,-8396.308453962165,-7247.844507162117,0.0,-7247.844507162109,-2782.3036551098676,0.0,-10383.698602954588,-4543.144550632114,0.0,-9742.804929705844,-6165.944297925474,0.0,-8805.881058765166,-7601.394947844734,0.0,-7601.394947844726,-2911.7120979188885,0.0,-10866.657486446225,-4754.4519184220535,0.0,-10195.955042286027,-6452.730123252721,0.0,-9215.453663568165,-7954.945388527351,0.0,-7954.945388527342,-3041.121620470149,0.0,-11349.620399590756,-4965.761049292403,0.0,-10649.10893580435,-6739.518341428243,0.0,-9625.02968571266,-8308.498779120624,0.0,-8308.498779120615,-3170.53114302141,0.0,-11832.583312735293,-5177.070180162754,0.0,-11102.262829322675,-7026.306559603768,0.0,-10034.605707857158,-8662.0521697139,0.0,-8662.05216971389,-3299.9417453149103,0.0,-12315.550255532724,-5388.381074113514,0.0,-11555.420503779143,-7313.097170627567,0.0,-10444.185147343149,-9015.60851021783,0.0,-9015.60851021782};
			return value;
		}
		private double[] getCoordinate_8_1021_point_2()
		{
			double[] value = {-3429.3523476084106,0.0,-12798.517198330153,-5599.691968064275,0.0,-12008.57817823561,-7599.887781651366,0.0,-10853.76458682914,-9369.164850721761,0.0,-9369.16485072175,-3558.761870159671,0.0,-13281.480111474688,-5811.001098934625,0.0,-12461.732071753935,-7886.675999826889,0.0,-11263.340608973636,-9722.718241315035,0.0,-9722.718241315024,-3688.171392710932,0.0,-13764.443024619222,-6022.310229804975,0.0,-12914.88596527226,-8173.464218002412,0.0,-11672.91663111813,-10076.271631908308,0.0,-10076.271631908297,-3817.579835519953,0.0,-14247.401908110858,-6233.617597594914,0.0,-13368.036077852441,-8460.250043329657,0.0,-12082.48923592113,-10429.822072590925,0.0,-10429.822072590912,-3946.988278328975,0.0,-14730.360791602498,-6444.924965384854,0.0,-13821.186190432625,-8747.035868656907,0.0,-12492.06184072413,-10783.372513273542,0.0,-10783.37251327353,-4076.3978008802355,0.0,-15213.32370474703,-6656.234096255203,0.0,-14274.34008395095,-9033.82408683243,0.0,-12901.637862868627,-11136.925903866817,0.0,-11136.925903866804,-4205.807323431496,0.0,-15696.286617891565,-6867.543227125553,0.0,-14727.493977469276,-9320.612305007953,0.0,-13311.213885013123,-11490.47929446009,0.0,-11490.479294460078,-4335.217925724997,0.0,-16179.253560688998,-7078.854121076315,0.0,-15180.651651925744,-9607.402916031753,0.0,-13720.793324499116,-11844.035634964022,0.0,-11844.03563496401,-4464.628528018497,0.0,-16662.220503486424,-7290.165015027074,0.0,-15633.809326382208,-9894.19352705555,0.0,-14130.372763985104,-12197.59197546795,0.0,-12197.591975467938,-4594.038050569757,0.0,-17145.18341663096,-7501.474145897424,0.0,-16086.963219900532,-10180.981745231073,0.0,-14539.9487861296,-12551.145366061226,0.0,-12551.145366061211,-4723.447573121018,0.0,-17628.146329775493,-7712.783276767774,0.0,-16540.11711341886,-10467.769963406596,0.0,-14949.524808274096,-12904.6987566545,0.0,-12904.698756654485,-4852.857095672279,0.0,-18111.109242920025,-7924.092407638124,0.0,-16993.271006937182,-10754.558181582119,0.0,-15359.100830418593,-13258.252147247773,0.0,-13258.252147247758,-4982.266618223539,0.0,-18594.07215606456,-8135.401538508474,0.0,-17446.424900455506,-11041.346399757644,0.0,-15768.676852563089,-13611.805537841046,0.0,-13611.805537841032,-5111.6761407748,0.0,-19077.035069209094,-8346.710669378825,0.0,-17899.578793973833,-11328.134617933167,0.0,-16178.252874707583,-13965.358928434322,0.0,-13965.358928434305,-5241.085663326062,0.0,-19559.997982353634,-8558.019800249176,0.0,-18352.73268749216,-11614.922836108692,0.0,-16587.828896852083,-14318.912319027597,0.0,-14318.912319027582,-5370.495185877322,0.0,-20042.960895498167,-8769.328931119526,0.0,-18805.886581010483,-11901.711054284215,0.0,-16997.404918996577,-14672.465709620872,0.0,-14672.465709620856,-5499.902548944105,0.0,-20525.915749336906,-8980.634535829055,0.0,-19259.032912652525,-12188.494486763186,0.0,-17406.97410645808,-15026.013200392832,0.0,-15026.013200392816,-5629.309912010886,0.0,-21008.87060317565,-9191.940140538582,0.0,-19712.179244294566,-12475.277919242157,0.0,-17816.543293919585,-15379.56069116479,0.0,-15379.560691164774,-5758.719434562147,0.0,-21491.83351632018,-9403.249271408933,0.0,-20165.33313781289,-12762.06613741768,0.0,-18226.119316064083,-15733.114081758065,0.0,-15733.114081758047,-5888.128957113407,0.0,-21974.796429464714,-9614.558402279281,0.0,-20618.487031331213,-13048.854355593201,0.0,-18635.695338208574,-16086.667472351337,0.0,-16086.667472351319,-6017.538479664668,0.0,-22457.759342609246,-9825.86753314963,0.0,-21071.640924849537,-13335.642573768724,0.0,-19045.271360353072,-16440.22086294461,0.0,-16440.220862944592,-6146.948002215929,0.0,-22940.722255753783,-10037.17666401998,0.0,-21524.79481836786,-13622.430791944247,0.0,-19454.847382497566,-16793.774253537886,0.0,-16793.774253537867,-6276.35752476719,0.0,-23423.68516889832,-10248.485794890332,0.0,-21977.94871188619,-13909.219010119774,0.0,-19864.423404642064,-17147.32764413116,0.0,-17147.327644131143,-6405.767047318451,0.0,-23906.64808204285,-10459.794925760682,0.0,-22431.102605404514,-14196.007228295297,0.0,-20273.999426786562,-17500.881034724436,0.0,-17500.881034724414,-6535.17872935419,0.0,-24389.61905449318,-10671.107582791854,0.0,-22884.264060799123,-14482.800232167372,0.0,-20683.58228361405,-17854.44032513902,0.0,-17854.440325139003};
			return value;
		}
		private double[] getCoordinate_8_1021_point_3()
		{
			double[] value = {-6664.590411389929,0.0,-24872.590026943504,-10882.420239823023,0.0,-23337.42551619373,-14769.593236039444,0.0,-21093.16514044153,-18207.99961555361,0.0,-18207.99961555359,-6793.999933941191,0.0,-25355.55294008804,-11093.729370693374,0.0,-23790.57940971206,-15056.38145421497,0.0,-21502.741162586033,-18561.553006146885,0.0,-18561.553006146863,-6923.409456492452,0.0,-25838.515853232573,-11305.038501563726,0.0,-24243.733303230383,-15343.169672390493,0.0,-21912.317184730528,-18915.10639674016,0.0,-18915.10639674014,-7052.818979043713,0.0,-26321.47876637711,-11516.347632434075,0.0,-24696.887196748707,-15629.957890566016,0.0,-22321.893206875022,-19268.659787333432,0.0,-19268.65978733341,-7182.228501594973,0.0,-26804.441679521642,-11727.656763304425,0.0,-25150.041090267034,-15916.74610874154,0.0,-22731.46922901952,-19622.213177926707,0.0,-19622.213177926686,-7311.638024146234,0.0,-27287.40459266618,-11938.965894174775,0.0,-25603.194983785357,-16203.534326917063,0.0,-23141.045251164014,-19975.766568519983,0.0,-19975.766568519957,-7441.047546697495,0.0,-27770.36750581071,-12150.275025045124,0.0,-26056.348877303684,-16490.322545092586,0.0,-23550.621273308512,-20329.319959113254,0.0,-20329.319959113232,-7570.457069248754,0.0,-28253.33041895524,-12361.584155915472,0.0,-26509.502770822004,-16777.110763268105,0.0,-23960.197295453003,-20682.873349706526,0.0,-20682.873349706504,-7699.864432315536,0.0,-28736.285272793983,-12572.889760625001,0.0,-26962.649102464045,-17063.894195747078,0.0,-24369.766482914507,-21036.420840478488,0.0,-21036.420840478462,-7829.271795382319,0.0,-29219.24012663273,-12784.195365334532,0.0,-27415.795434106087,-17350.67762822605,0.0,-24779.335670376015,-21389.96833125045,0.0,-21389.968331250424,-7958.6813179335795,0.0,-29702.20303977726,-12995.504496204881,0.0,-27868.949327624414,-17637.465846401574,0.0,-25188.911692520513,-21743.52172184372,0.0,-21743.5217218437,-8088.090840484841,0.0,-30185.165952921794,-13206.813627075231,0.0,-28322.103221142737,-17924.254064577097,0.0,-25598.487714665007,-22097.075112436996,0.0,-22097.07511243697,-8217.5003630361,0.0,-30668.12886606633,-13418.12275794558,0.0,-28775.257114661064,-18211.04228275262,0.0,-26008.0637368095,-22450.62850303027,0.0,-22450.628503030246,-8346.909885587362,0.0,-31151.091779210863,-13629.431888815932,0.0,-29228.411008179388,-18497.830500928143,0.0,-26417.639758954,-22804.181893623543,0.0,-22804.181893623518,-8476.319408138623,0.0,-31634.054692355396,-13840.741019686282,0.0,-29681.56490169771,-18784.618719103666,0.0,-26827.215781098494,-23157.73528421682,0.0,-23157.735284216793,-8605.728930689884,0.0,-32117.017605499936,-14052.050150556634,0.0,-30134.718795216042,-19071.406937279193,0.0,-27236.79180324299,-23511.288674810094,0.0,-23511.28867481007,-8735.140612725625,0.0,-32599.988577950262,-14263.362807587804,0.0,-30587.88025061065,-19358.199941151266,0.0,-27646.37466007048,-23864.847965224682,0.0,-23864.847965224657,-8864.552294761363,0.0,-33082.959550400585,-14474.675464618973,0.0,-31041.041706005253,-19644.99294502334,0.0,-28055.95751689796,-24218.407255639268,0.0,-24218.40725563924,-8993.961817312624,0.0,-33565.922463545125,-14685.984595489326,0.0,-31494.195599523584,-19931.781163198866,0.0,-28465.533539042463,-24571.960646232546,0.0,-24571.960646232517,-9123.367020894926,0.0,-34048.86925807806,-14897.28667403803,0.0,-31947.334369289332,-20218.55980998128,0.0,-28875.09589182097,-24925.502237183184,0.0,-24925.50223718316,-9252.776543446187,0.0,-34531.832171222595,-15108.59580490838,0.0,-32400.48826280766,-20505.348028156805,0.0,-29284.671913965467,-25279.05562777646,0.0,-25279.05562777643,-9382.186065997448,0.0,-35014.795084367135,-15319.90493577873,0.0,-32853.64215632599,-20792.136246332328,0.0,-29694.24793610996,-25632.609018369734,0.0,-25632.609018369705,-9511.59558854871,0.0,-35497.757997511675,-15531.214066649083,0.0,-33306.79604984431,-21078.924464507854,0.0,-30103.823958254463,-25986.162408963013,0.0,-25986.162408962984,-9641.005111099968,0.0,-35980.7209106562,-15742.52319751943,0.0,-33759.94994336263,-21365.712682683374,0.0,-30513.399980398954,-26339.71579955628,0.0,-26339.715799556252,-9770.414633651231,0.0,-36463.68382380074,-15953.832328389783,0.0,-34213.10383688097,-21652.5009008589,0.0,-30922.976002543455,-26693.26919014956,0.0,-26693.26919014953};
			return value;
		}
		private double[] getCoordinate_8_1021_point_4()
		{
			double[] value = {-9899.82415620249,0.0,-36946.646736945266,-16165.14145926013,0.0,-34666.25773039928,-21939.28911903442,0.0,-31332.552024687946,-27046.822580742828,0.0,-27046.8225807428,-10029.233678753753,0.0,-37429.60965008981,-16376.450590130482,0.0,-35119.411623917615,-22226.077337209947,0.0,-31742.128046832448,-27400.375971336107,0.0,-27400.375971336078,-10158.643201305013,0.0,-37912.57256323434,-16587.759721000828,0.0,-35572.565517435934,-22512.865555385466,0.0,-32151.704068976935,-27753.92936192938,0.0,-27753.929361929346,-10288.052723856275,0.0,-38395.53547637888,-16799.068851871183,0.0,-36025.71941095426,-22799.653773560993,0.0,-32561.28009112144,-28107.482752522657,0.0,-28107.482752522625,-10417.462246407535,0.0,-38878.49838952341,-17010.37798274153,0.0,-36478.87330447259,-23086.441991736516,0.0,-32970.85611326593,-28461.03614311593,0.0,-28461.0361431159,-10546.871768958796,0.0,-39361.46130266794,-17221.687113611883,0.0,-36932.027197990916,-23373.23020991204,0.0,-33380.43213541043,-28814.589533709204,0.0,-28814.58953370917,-10676.281291510057,0.0,-39844.424215812476,-17432.996244482234,0.0,-37385.181091509236,-23660.018428087562,0.0,-33790.00815755493,-29168.142924302476,0.0,-29168.142924302447,-10805.690814061318,0.0,-40327.387128957016,-17644.305375352582,0.0,-37838.33498502756,-23946.806646263085,0.0,-34199.58417969942,-29521.69631489575,0.0,-29521.69631489572,-10935.104655581536,0.0,-40810.366160713136,-17855.621558544575,0.0,-38291.504002298454,-24233.604435831712,0.0,-34609.1738712099,-29875.261505131653,0.0,-29875.26150513162,-11064.50985916384,0.0,-41293.31295524608,-18066.92363709328,0.0,-38744.64277206421,-24520.383082614135,0.0,-35018.73622398841,-30228.803096082298,0.0,-30228.803096082265,-11193.919381715099,0.0,-41776.275868390614,-18278.232767963633,0.0,-39197.79666558254,-24807.171300789658,0.0,-35428.31224613291,-30582.356486675573,0.0,-30582.35648667554,-11323.32890426636,0.0,-42259.23878153515,-18489.541898833984,0.0,-39650.950559100864,-25093.95951896518,0.0,-35837.888268277406,-30935.90987726885,0.0,-30935.909877268812,-11452.738426817621,0.0,-42742.20169467969,-18700.851029704332,0.0,-40104.10445261919,-25380.747737140704,0.0,-36247.4642904219,-31289.46326786212,0.0,-31289.463267862087,-11582.147949368882,0.0,-43225.16460782422,-18912.160160574684,0.0,-40557.25834613751,-25667.535955316227,0.0,-36657.040312566394,-31643.016658455395,0.0,-31643.01665845536,-11711.557471920141,0.0,-43708.127520968745,-19123.469291445028,0.0,-41010.41223965583,-25954.324173491746,0.0,-37066.61633471089,-31996.570049048663,0.0,-31996.57004904863,-11840.966994471402,0.0,-44191.09043411328,-19334.77842231538,0.0,-41463.56613317416,-26241.11239166727,0.0,-37476.19235685538,-32350.12343964194,0.0,-32350.123439641902,-11970.376517022663,0.0,-44674.05334725781,-19546.08755318573,0.0,-41916.72002669248,-26527.900609842793,0.0,-37885.76837899988,-32703.676830235214,0.0,-32703.676830235177,-12099.786039573923,0.0,-45157.01626040235,-19757.39668405608,0.0,-42369.873920210804,-26814.688828018316,0.0,-38295.34440114437,-33057.23022082849,0.0,-33057.23022082845,-12229.195562125184,0.0,-45639.97917354688,-19968.70581492643,0.0,-42823.02781372913,-27101.47704619384,0.0,-38704.920423288866,-33410.78361142176,0.0,-33410.78361142172,-12358.605084676445,0.0,-46122.942086691415,-20180.01494579678,0.0,-43276.18170724745,-27388.265264369362,0.0,-39114.49644543337,-33764.33700201503,0.0,-33764.337002014996,-12488.014607227708,0.0,-46605.904999835955,-20391.324076667133,0.0,-43729.335600765786,-27675.05348254489,0.0,-39524.07246757787,-34117.890392608315,0.0,-34117.89039260828,-12617.424129778967,0.0,-47088.86791298048,-20602.633207537478,0.0,-44182.489494284106,-27961.841700720408,0.0,-39933.648489722356,-34471.44378320158,0.0,-34471.44378320155,-12746.83365233023,0.0,-47571.83082612503,-20813.942338407833,0.0,-44635.64338780243,-28248.629918895935,0.0,-40343.22451186686,-34824.99717379486,0.0,-34824.99717379482,-12876.243174881487,0.0,-48054.79373926955,-21025.25146927818,0.0,-45088.79728132075,-28535.418137071454,0.0,-40752.800534011345,-35178.55056438813,0.0,-35178.55056438809,-13005.65269743275,0.0,-48537.75665241409,-21236.560600148532,0.0,-45541.95117483909,-28822.20635524698,0.0,-41162.37655615585,-35532.10395498141,0.0,-35532.10395498137};
			return value;
		}
		private double[] getCoordinate_8_1021_point_5()
		{
			double[] value = {-13135.066538952968,0.0,-49020.735684170206,-21447.87678334052,0.0,-45995.12019210997,-29109.004144815604,0.0,-41571.96624766632,-35885.6691452173,0.0,-35885.66914521727,-13264.47174253527,0.0,-49503.68247870315,-21659.178861889228,0.0,-46448.25896187573,-29395.782791598023,0.0,-41981.528600444835,-36239.21073616795,0.0,-36239.21073616791,-13393.881265086533,0.0,-49986.64539184769,-21870.487992759583,0.0,-46901.41285539406,-29682.57100977355,0.0,-42391.10462258934,-36592.76412676123,0.0,-36592.76412676119,-13523.290787637794,0.0,-50469.60830499223,-22081.79712362993,0.0,-47354.56674891239,-29969.359227949073,0.0,-42800.68064473383,-36946.3175173545,0.0,-36946.317517354466,-13652.700310189055,0.0,-50952.57121813676,-22293.106254500282,0.0,-47807.72064243071,-30256.147446124596,0.0,-43210.256666878326,-37299.87090794778,0.0,-37299.87090794774,-13782.109832740314,0.0,-51435.534131281296,-22504.41538537063,0.0,-48260.874535949035,-30542.93566430012,0.0,-43619.83268902283,-37653.42429854105,0.0,-37653.42429854101,-13911.519355291575,0.0,-51918.49704442583,-22715.72451624098,0.0,-48714.02842946736,-30829.723882475642,0.0,-44029.40871116732,-38006.97768913433,0.0,-38006.977689134284,-14040.928877842836,0.0,-52401.45995757036,-22927.033647111333,0.0,-49167.18232298568,-31116.512100651165,0.0,-44438.984733311816,-38360.5310797276,0.0,-38360.53107972756,-14170.338400394097,0.0,-52884.4228707149,-23138.34277798168,0.0,-49620.33621650401,-31403.30031882669,0.0,-44848.56075545631,-38714.08447032087,0.0,-38714.084470320835,-14299.747922945358,0.0,-53367.385783859434,-23349.651908852033,0.0,-50073.490110022336,-31690.08853700221,0.0,-45258.136777600805,-39067.63786091415,0.0,-39067.6378609141,-14429.15744549662,0.0,-53850.34869700397,-23560.96103972238,0.0,-50526.644003540656,-31976.876755177735,0.0,-45667.712799745306,-39421.19125150742,0.0,-39421.19125150738,-14558.56696804788,0.0,-54333.3116101485,-23772.270170592732,0.0,-50979.79789705898,-32263.664973353258,0.0,-46077.2888218898,-39774.7446421007,0.0,-39774.74464210065,-14687.97649059914,0.0,-54816.27452329303,-23983.579301463084,0.0,-51432.95179057731,-32550.45319152878,0.0,-46486.864844034295,-40128.29803269397,0.0,-40128.29803269393,-14817.3860131504,0.0,-55299.23743643757,-24194.88843233343,0.0,-51886.10568409564,-32837.24140970431,0.0,-46896.44086617879,-40481.85142328725,0.0,-40481.8514232872,-14946.79553570166,0.0,-55782.2003495821,-24406.19756320378,0.0,-52339.25957761395,-33124.02962787983,0.0,-47306.01688832328,-40835.404813880516,0.0,-40835.404813880465,-15076.205058252921,0.0,-56265.16326272663,-24617.506694074127,0.0,-52792.41347113228,-33410.817846055346,0.0,-47715.59291046778,-41188.95820447378,0.0,-41188.95820447374,-15205.614580804182,0.0,-56748.12617587116,-24828.81582494448,0.0,-53245.567364650604,-33697.60606423087,0.0,-48125.16893261227,-41542.51159506706,0.0,-41542.511595067015,-15335.0284223244,0.0,-57231.10520762728,-25040.132008136472,0.0,-53698.736381921495,-33984.4038537995,0.0,-48534.75862412275,-41896.07678530296,0.0,-41896.07678530292,-15464.433625906702,0.0,-57714.052002160235,-25251.434086685178,0.0,-54151.87515168725,-34271.18250058192,0.0,-48944.32097690126,-42249.61837625361,0.0,-42249.618376253566,-15593.838829489008,0.0,-58196.99879669319,-25462.736165233888,0.0,-54605.01392145301,-34557.96114736434,0.0,-49353.88332967978,-42603.15996720426,0.0,-42603.159967204214,-42603.15996720426,0.0,-42603.159967204214,-15593.838829489008,0.0,-58196.99879669319};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_1022_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1022_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1022_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1022_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_1026_point_1()
		{
			double[] value = {194.11418260105532,0.0,-724.4439919368424,65.36677297355781,0.0,-747.1456339504949,-65.36677297355808,0.0,-747.1456339504949,-194.11418260105555,0.0,-724.4439919368423,323.52360392648046,0.0,-1207.4065273014173,108.94461026020115,0.0,-1245.2425933780532,-108.94461026020159,0.0,-1245.2425933780532,-323.5236039264809,0.0,-1207.4065273014173,452.93305899385075,0.0,-1690.3691885926457,152.5224589092397,0.0,-1743.3396826783833,-152.52245890924033,0.0,-1743.3396826783833,-452.9330589938513,0.0,-1690.3691885926457,582.3427165128908,0.0,-2173.332605443792,196.10037573264944,0.0,-2241.4375512153415,-196.10037573265024,0.0,-2241.4375512153415,-582.3427165128915,0.0,-2173.3326054437916,711.7521040963711,0.0,-2656.2950148817145,239.6782016568976,0.0,-2739.5343807701292,-239.6782016568986,0.0,-2739.5343807701292,-711.752104096372,0.0,-2656.295014881714,841.1616266476312,0.0,-3139.2579280262485,283.25607303072655,0.0,-3237.631729816002,-283.25607303072775,0.0,-3237.631729816002,-841.1616266476323,0.0,-3139.2579280262485,970.5711491988914,0.0,-3622.220841170783,326.8339444045555,0.0,-3735.7290788618748,-326.83394440455686,0.0,-3735.7290788618748,-970.5711491988926,0.0,-3622.2208411707825,1099.9806717501515,0.0,-4105.183754315317,370.4118157783844,0.0,-4233.826427907747,-370.4118157783859,0.0,-4233.826427907747,-1099.9806717501529,0.0,-4105.183754315316,1229.3904642369714,0.0,-4588.147674873075,413.98977805137497,0.0,-4731.924815935791,-413.9897780513767,0.0,-4731.924815935791,-1229.390464236973,0.0,-4588.147674873075,1358.7994469171122,0.0,-5071.108573191162,457.5674676268807,0.0,-5230.020087017322,-457.56746762688266,0.0,-5230.020087017322,-1358.7994469171138,0.0,-5071.108573191162,1488.2084295972525,0.0,-5554.069471509248,501.14515720238643,0.0,-5728.115358098851,-501.14515720238853,0.0,-5728.115358098851,-1488.2084295972545,0.0,-5554.069471509247,1617.6184920196324,0.0,-6037.034399480231,544.7232103745387,0.0,-6226.214785109068,-544.7232103745408,0.0,-6226.214785109068,-1617.6184920196345,0.0,-6037.03439948023,1747.0285544420121,0.0,-6519.999327451213,588.3012635466908,0.0,-6724.314212119283,-588.3012635466932,0.0,-6724.314212119283,-1747.0285544420144,0.0,-6519.999327451212,1876.4375371221527,0.0,-7002.960225769299,631.8789531221965,0.0,-7222.409483200813,-631.8789531221992,0.0,-7222.409483200813,-1876.4375371221552,0.0,-7002.960225769298,2005.8465198022932,0.0,-7485.921124087385,675.4566426977023,0.0,-7720.504754282342,-675.456642697705,0.0,-7720.504754282342,-2005.8465198022957,0.0,-7485.921124087384,2135.2565822246734,0.0,-7968.886052058368,719.0346958698544,0.0,-8218.60418129256,-719.0346958698575,0.0,-8218.60418129256,-2135.256582224676,0.0,-7968.886052058367,2264.6666446470526,0.0,-8451.850980029349,762.6127490420065,0.0,-8716.703608302774,-762.6127490420097,0.0,-8716.703608302774,-2264.6666446470554,0.0,-8451.850980029347,2394.0761671983128,0.0,-8934.813893173883,806.1906204158355,0.0,-9214.800957348647,-806.1906204158388,0.0,-9214.800957348647,-2394.076167198316,0.0,-8934.813893173881,2523.485689749573,0.0,-9417.776806318418,849.7684917896644,0.0,-9712.89830639452,-849.7684917896679,0.0,-9712.89830639452,-2523.485689749576,0.0,-9417.776806318416,2652.8952123008335,0.0,-9900.739719462954,893.3463631634935,0.0,-10210.995655440394,-893.3463631634972,0.0,-10210.995655440394,-2652.895212300837,0.0,-9900.739719462952,2782.3036551098544,0.0,-10383.698602954591,936.9238709406759,0.0,-10709.08884855758,-936.9238709406799,0.0,-10709.08884855758,-2782.303655109858,0.0,-10383.69860295459,2911.712097918875,0.0,-10866.657486446229,980.5013787178584,0.0,-11207.182041674765,-980.5013787178624,0.0,-11207.182041674765,-2911.7120979188785,0.0,-10866.657486446227,3041.1216204701345,0.0,-11349.620399590762,1024.079250091687,0.0,-11705.279390720636,-1024.0792500916914,0.0,-11705.279390720636,-3041.1216204701386,0.0,-11349.62039959076,3170.531143021395,0.0,-11832.583312735296,1067.6571214655162,0.0,-12203.37673976651,-1067.6571214655207,0.0,-12203.37673976651,-3170.531143021399,0.0,-11832.583312735296,3299.941745314895,0.0,-12315.550255532728,1111.2353564359917,0.0,-12701.47824474107,-1111.2353564359964,0.0,-12701.47824474107,-3299.941745314899,0.0,-12315.550255532726};
			return value;
		}
		private double[] getCoordinate_8_1026_point_2()
		{
			double[] value = {3429.352347608394,0.0,-12798.517198330159,1154.8135914064671,0.0,-13199.57974971563,-1154.813591406472,0.0,-13199.57974971563,-3429.3523476083988,0.0,-12798.517198330157,3558.7618701596543,0.0,-13281.480111474693,1198.391462780296,0.0,-13697.677098761504,-1198.391462780301,0.0,-13697.677098761504,-3558.7618701596593,0.0,-13281.480111474692,3688.1713927109145,0.0,-13764.443024619226,1241.9693341541251,0.0,-14195.774447807376,-1241.9693341541301,0.0,-14195.774447807376,-3688.1713927109195,0.0,-13764.443024619226,3817.579835519935,0.0,-14247.401908110864,1285.5468419313074,0.0,-14693.86764092456,-1285.5468419313127,0.0,-14693.86764092456,-3817.57983551994,0.0,-14247.401908110862,3946.9882783289563,0.0,-14730.360791602503,1329.12434970849,0.0,-15191.960834041747,-1329.1243497084954,0.0,-15191.960834041747,-3946.9882783289613,0.0,-14730.360791602501,4076.3978008802164,0.0,-15213.323704747036,1372.7022210823188,0.0,-15690.05818308762,-1372.7022210823245,0.0,-15690.05818308762,-4076.3978008802214,0.0,-15213.323704747034,4205.807323431476,0.0,-15696.28661789157,1416.280092456148,0.0,-16188.155532133493,-1416.2800924561536,0.0,-16188.155532133493,-4205.807323431482,0.0,-15696.286617891568,4335.217925724976,0.0,-16179.253560689003,1459.8583274266234,0.0,-16686.257037108055,-1459.8583274266296,0.0,-16686.257037108055,-4335.217925724982,0.0,-16179.253560689001,4464.628528018475,0.0,-16662.22050348643,1503.4365623970987,0.0,-17184.35854208261,-1503.4365623971048,0.0,-17184.35854208261,-4464.628528018481,0.0,-16662.220503486427,4594.038050569735,0.0,-17145.183416630964,1547.0144337709276,0.0,-17682.455891128484,-1547.014433770934,0.0,-17682.455891128484,-4594.038050569741,0.0,-17145.183416630964,4723.447573120995,0.0,-17628.1463297755,1590.5923051447564,0.0,-18180.553240174355,-1590.592305144763,0.0,-18180.553240174355,-4723.447573121001,0.0,-17628.146329775496,4852.857095672255,0.0,-18111.109242920033,1634.1701765185853,0.0,-18678.65058922023,-1634.1701765185921,0.0,-18678.65058922023,-4852.8570956722615,0.0,-18111.109242920033,4982.266618223515,0.0,-18594.07215606457,1677.7480478924144,0.0,-19176.7479382661,-1677.7480478924213,0.0,-19176.7479382661,-4982.2666182235225,0.0,-18594.072156064565,5111.676140774776,0.0,-19077.0350692091,1721.3259192662433,0.0,-19674.845287311975,-1721.3259192662504,0.0,-19674.845287311975,-5111.676140774783,0.0,-19077.035069209098,5241.085663326037,0.0,-19559.997982353638,1764.9037906400727,0.0,-20172.94263635785,-1764.90379064008,0.0,-20172.94263635785,-5241.085663326044,0.0,-19559.997982353638,5370.495185877297,0.0,-20042.960895498174,1808.4816620139015,0.0,-20671.039985403724,-1808.481662013909,0.0,-20671.039985403724,-5370.495185877304,0.0,-20042.96089549817,5499.902548944078,0.0,-20525.915749336913,1852.0588061944375,0.0,-21169.129022592224,-1852.0588061944452,0.0,-21169.129022592224,-5499.9025489440855,0.0,-20525.915749336913,5629.30991201086,0.0,-21008.870603175656,1895.6359503749734,0.0,-21667.218059780724,-1895.6359503749811,0.0,-21667.218059780724,-5629.309912010867,0.0,-21008.870603175652,5758.71943456212,0.0,-21491.83351632019,1939.2138217488023,0.0,-22165.315408826595,-1939.2138217488102,0.0,-22165.315408826595,-5758.719434562127,0.0,-21491.83351632019,5888.128957113379,0.0,-21974.79642946472,1982.791693122631,0.0,-22663.412757872466,-1982.7916931226391,0.0,-22663.412757872466,-5888.128957113387,0.0,-21974.796429464717,6017.538479664639,0.0,-22457.759342609254,2026.3695644964598,0.0,-23161.510106918337,-2026.3695644964682,0.0,-23161.510106918337,-6017.538479664647,0.0,-22457.759342609254,6146.9480022159,0.0,-22940.72225575379,2069.9474358702887,0.0,-23659.60745596421,-2069.9474358702973,0.0,-23659.60745596421,-6146.948002215907,0.0,-22940.722255753786,6276.357524767161,0.0,-23423.685168898326,2113.5253072441183,0.0,-24157.704805010086,-2113.525307244127,0.0,-24157.704805010086,-6276.357524767169,0.0,-23423.685168898322,6405.767047318421,0.0,-23906.648082042862,2157.103178617947,0.0,-24655.80215405596,-2157.103178617956,0.0,-24655.80215405596,-6405.767047318429,0.0,-23906.64808204286,6535.178729354159,0.0,-24389.61905449319,2200.6817771850688,0.0,-25153.907814959206,-2200.6817771850783,0.0,-25153.907814959206,-6535.178729354168,0.0,-24389.619054493185};
			return value;
		}
		private double[] getCoordinate_8_1026_point_3()
		{
			double[] value = {6664.590411389898,0.0,-24872.59002694351,2244.2603757521906,0.0,-25652.013475862448,-2244.2603757521997,0.0,-25652.013475862448,-6664.590411389906,0.0,-24872.590026943508,6793.999933941159,0.0,-25355.55294008805,2287.8382471260197,0.0,-26150.110824908323,-2287.8382471260293,0.0,-26150.110824908323,-6793.999933941167,0.0,-25355.552940088048,6923.409456492419,0.0,-25838.515853232584,2331.416118499849,0.0,-26648.208173954197,-2331.4161184998584,0.0,-26648.208173954197,-6923.409456492428,0.0,-25838.51585323258,7052.818979043679,0.0,-26321.478766377117,2374.993989873678,0.0,-27146.30552300007,-2374.9939898736875,0.0,-27146.30552300007,-7052.818979043688,0.0,-26321.478766377117,7182.228501594939,0.0,-26804.441679521653,2418.5718612475066,0.0,-27644.402872045943,-2418.5718612475166,0.0,-27644.402872045943,-7182.228501594948,0.0,-26804.44167952165,7311.638024146199,0.0,-27287.404592666186,2462.1497326213357,0.0,-28142.500221091814,-2462.1497326213457,0.0,-28142.500221091814,-7311.638024146208,0.0,-27287.404592666182,7441.047546697459,0.0,-27770.367505810722,2505.727603995165,0.0,-28640.59757013769,-2505.727603995175,0.0,-28640.59757013769,-7441.047546697469,0.0,-27770.36750581072,7570.457069248719,0.0,-28253.33041895525,2549.305475368993,0.0,-29138.694919183556,-2549.305475369004,0.0,-29138.694919183556,-7570.457069248729,0.0,-28253.330418955247,7699.8644323155,0.0,-28736.285272793993,2592.882619549529,0.0,-29636.783956372055,-2592.88261954954,0.0,-29636.783956372055,-7699.8644323155095,0.0,-28736.28527279399,7829.271795382282,0.0,-29219.240126632736,2636.4597637300653,0.0,-30134.87299356056,-2636.4597637300762,0.0,-30134.87299356056,-7829.271795382292,0.0,-29219.240126632732,7958.681317933542,0.0,-29702.203039777272,2680.0376351038944,0.0,-30632.970342606433,-2680.0376351039054,0.0,-30632.970342606433,-7958.681317933552,0.0,-29702.20303977727,8088.090840484802,0.0,-30185.165952921805,2723.615506477723,0.0,-31131.067691652304,-2723.6155064777345,0.0,-31131.067691652304,-8088.090840484813,0.0,-30185.1659529218,8217.500363036062,0.0,-30668.12886606634,2767.193377851552,0.0,-31629.16504069818,-2767.1933778515636,0.0,-31629.16504069818,-8217.500363036073,0.0,-30668.128866066338,8346.909885587324,0.0,-31151.091779210874,2810.7712492253813,0.0,-32127.26238974405,-2810.7712492253927,0.0,-32127.26238974405,-8346.909885587334,0.0,-31151.09177921087,8476.319408138583,0.0,-31634.054692355407,2854.34912059921,0.0,-32625.359738789924,-2854.349120599222,0.0,-32625.359738789924,-8476.319408138594,0.0,-31634.054692355403,8605.728930689844,0.0,-32117.017605499947,2897.9269919730395,0.0,-33123.4570878358,-2897.9269919730514,0.0,-33123.4570878358,-8605.728930689855,0.0,-32117.017605499943,8735.140612725583,0.0,-32599.988577950273,2941.5055905401614,0.0,-33621.562748739045,-2941.5055905401737,0.0,-33621.562748739045,-8735.140612725594,0.0,-32599.98857795027,8864.55229476132,0.0,-33082.95955040059,2985.084189107283,0.0,-34119.66840964228,-2985.084189107295,0.0,-34119.66840964228,-8864.552294761332,0.0,-33082.95955040059,8993.961817312582,0.0,-33565.92246354513,3028.6620604811123,0.0,-34617.76575868816,-3028.6620604811246,0.0,-34617.76575868816,-8993.961817312595,0.0,-33565.92246354513,9123.367020894882,0.0,-34048.86925807808,3072.2384774683546,0.0,-35115.84648401928,-3072.2384774683674,0.0,-35115.84648401928,-9123.367020894895,0.0,-34048.86925807807,9252.776543446143,0.0,-34531.83217122261,3115.8163488421833,0.0,-35613.943833065154,-3115.8163488421965,0.0,-35613.943833065154,-9252.776543446154,0.0,-34531.8321712226,9382.186065997403,0.0,-35014.79508436714,3159.3942202160124,0.0,-36112.04118211103,-3159.3942202160256,0.0,-36112.04118211103,-9382.186065997415,0.0,-35014.79508436714,9511.595588548666,0.0,-35497.75799751168,3202.972091589842,0.0,-36610.13853115691,-3202.972091589855,0.0,-36610.13853115691,-9511.595588548676,0.0,-35497.75799751168,9641.005111099923,0.0,-35980.720910656215,3246.54996296367,0.0,-37108.235880202774,-3246.549962963684,0.0,-37108.235880202774,-9641.005111099936,0.0,-35980.72091065621,9770.414633651186,0.0,-36463.683823800755,3290.1278343374997,0.0,-37606.33322924865,-3290.1278343375134,0.0,-37606.33322924865,-9770.414633651199,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_1026_point_4()
		{
			double[] value = {9899.824156202443,0.0,-36946.64673694528,3333.7057057113284,0.0,-38104.43057829452,-3333.705705711342,0.0,-38104.43057829452,-9899.824156202456,0.0,-36946.64673694528,10029.233678753706,0.0,-37429.60965008982,3377.283577085158,0.0,-38602.5279273404,-3377.2835770851716,0.0,-38602.5279273404,-10029.233678753719,0.0,-37429.60965008982,10158.643201304963,0.0,-37912.57256323435,3420.861448458986,0.0,-39100.625276386265,-3420.8614484590003,0.0,-39100.625276386265,-10158.643201304976,0.0,-37912.572563234346,10288.052723856226,0.0,-38395.53547637889,3464.4393198328157,0.0,-39598.72262543214,-3464.43931983283,0.0,-39598.72262543214,-10288.052723856239,0.0,-38395.535476378886,10417.462246407486,0.0,-38878.498389523425,3508.0171912066444,0.0,-40096.81997447802,-3508.017191206659,0.0,-40096.81997447802,-10417.4622464075,0.0,-38878.49838952342,10546.871768958747,0.0,-39361.46130266796,3551.5950625804735,0.0,-40594.91732352389,-3551.595062580488,0.0,-40594.91732352389,-10546.87176895876,0.0,-39361.46130266796,10676.281291510006,0.0,-39844.42421581249,3595.1729339543026,0.0,-41093.01467256976,-3595.172933954317,0.0,-41093.01467256976,-10676.28129151002,0.0,-39844.42421581249,10805.690814061267,0.0,-40327.38712895703,3638.7508053281313,0.0,-41591.112021615634,-3638.7508053281467,0.0,-41591.112021615634,-10805.690814061281,0.0,-40327.38712895702,10935.104655581485,0.0,-40810.36616071315,3682.3301310885463,0.0,-42089.225994376255,-3682.3301310885618,0.0,-42089.225994376255,-10935.1046555815,0.0,-40810.36616071314,11064.509859163787,0.0,-41293.312955246096,3725.9065480757895,0.0,-42587.30671970738,-3725.906548075805,0.0,-42587.30671970738,-11064.509859163802,0.0,-41293.31295524609,11193.919381715046,0.0,-41776.27586839063,3769.484419449618,0.0,-43085.404068753254,-3769.484419449634,0.0,-43085.404068753254,-11193.91938171506,0.0,-41776.27586839063,11323.328904266307,0.0,-42259.23878153516,3813.0622908234473,0.0,-43583.501417799125,-3813.062290823463,0.0,-43583.501417799125,-11323.328904266322,0.0,-42259.23878153516,11452.738426817567,0.0,-42742.2016946797,3856.6401621972764,0.0,-44081.598766845,-3856.6401621972923,0.0,-44081.598766845,-11452.738426817583,0.0,-42742.201694679694,11582.147949368828,0.0,-43225.164607824234,3900.218033571105,0.0,-44579.696115890874,-3900.2180335711214,0.0,-44579.696115890874,-11582.147949368842,0.0,-43225.16460782423,11711.557471920085,0.0,-43708.12752096876,3943.795904944933,0.0,-45077.79346493674,-3943.7959049449496,0.0,-45077.79346493674,-11711.557471920101,0.0,-43708.12752096875,11840.966994471346,0.0,-44191.09043411329,3987.3737763187623,0.0,-45575.89081398261,-3987.3737763187787,0.0,-45575.89081398261,-11840.96699447136,0.0,-44191.09043411329,11970.376517022605,0.0,-44674.05334725783,4030.9516476925915,0.0,-46073.98816302849,-4030.951647692608,0.0,-46073.98816302849,-11970.376517022622,0.0,-44674.053347257824,12099.786039573866,0.0,-45157.016260402364,4074.52951906642,0.0,-46572.08551207436,-4074.529519066437,0.0,-46572.08551207436,-12099.786039573883,0.0,-45157.01626040236,12229.195562125125,0.0,-45639.9791735469,4118.107390440249,0.0,-47070.18286112023,-4118.1073904402665,0.0,-47070.18286112023,-12229.195562125142,0.0,-45639.97917354689,12358.605084676386,0.0,-46122.94208669143,4161.685261814078,0.0,-47568.2802101661,-4161.685261814096,0.0,-47568.2802101661,-12358.605084676403,0.0,-46122.94208669142,12488.01460722765,0.0,-46605.90499983597,4205.263133187907,0.0,-48066.377559211985,-4205.263133187925,0.0,-48066.377559211985,-12488.014607227664,0.0,-46605.90499983597,12617.424129778907,0.0,-47088.8679129805,4248.841004561736,0.0,-48564.47490825785,-4248.841004561754,0.0,-48564.47490825785,-12617.424129778923,0.0,-47088.867912980495,12746.83365233017,0.0,-47571.83082612504,4292.418875935566,0.0,-49062.57225730373,-4292.418875935583,0.0,-49062.57225730373,-12746.833652330186,0.0,-47571.830826125035,12876.243174881427,0.0,-48054.79373926957,4335.996747309394,0.0,-49560.66960634959,-4335.996747309412,0.0,-49560.66960634959,-12876.243174881443,0.0,-48054.79373926956,13005.65269743269,0.0,-48537.75665241411,4379.574618683224,0.0,-50058.76695539548,-4379.574618683241,0.0,-50058.76695539548,-13005.652697432706,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_1026_point_5()
		{
			double[] value = {13135.066538952906,0.0,-49020.73568417022,4423.153944443638,0.0,-50556.88092815609,-4423.153944443656,0.0,-50556.88092815609,-13135.066538952922,0.0,-49020.73568417022,13264.471742535208,0.0,-49503.68247870317,4466.73036143088,0.0,-51054.96165348721,-4466.730361430899,0.0,-51054.96165348721,-13264.471742535225,0.0,-49503.682478703166,13393.88126508647,0.0,-49986.64539184771,4510.30823280471,0.0,-51553.05900253309,-4510.308232804729,0.0,-51553.05900253309,-13393.881265086487,0.0,-49986.645391847705,13523.29078763773,0.0,-50469.608304992245,4553.886104178539,0.0,-52051.15635157897,-4553.8861041785585,0.0,-52051.15635157897,-13523.290787637747,0.0,-50469.60830499224,13652.70031018899,0.0,-50952.57121813678,4597.4639755523685,0.0,-52549.25370062484,-4597.463975552388,0.0,-52549.25370062484,-13652.700310189008,0.0,-50952.57121813677,13782.10983274025,0.0,-51435.53413128132,4641.041846926197,0.0,-53047.35104967071,-4641.041846926217,0.0,-53047.35104967071,-13782.109832740267,0.0,-51435.53413128131,13911.51935529151,0.0,-51918.49704442585,4684.619718300026,0.0,-53545.44839871658,-4684.619718300046,0.0,-53545.44839871658,-13911.519355291528,0.0,-51918.49704442584,14040.92887784277,0.0,-52401.45995757038,4728.197589673855,0.0,-54043.54574776246,-4728.197589673875,0.0,-54043.54574776246,-14040.928877842789,0.0,-52401.459957570376,14170.33840039403,0.0,-52884.422870714916,4771.775461047684,0.0,-54541.64309680833,-4771.775461047704,0.0,-54541.64309680833,-14170.338400394048,0.0,-52884.42287071491,14299.747922945291,0.0,-53367.38578385945,4815.353332421513,0.0,-55039.7404458542,-4815.353332421533,0.0,-55039.7404458542,-14299.74792294531,0.0,-53367.38578385945,14429.15744549655,0.0,-53850.34869700399,4858.931203795342,0.0,-55537.83779490007,-4858.931203795362,0.0,-55537.83779490007,-14429.157445496568,0.0,-53850.34869700398,14558.566968047811,0.0,-54333.31161014852,4902.5090751691705,0.0,-56035.93514394595,-4902.509075169191,0.0,-56035.93514394595,-14558.56696804783,0.0,-54333.311610148514,14687.97649059907,0.0,-54816.274523293054,4946.086946543,0.0,-56534.03249299182,-4946.0869465430205,0.0,-56534.03249299182,-14687.97649059909,0.0,-54816.27452329305,14817.386013150332,0.0,-55299.23743643759,4989.664817916829,0.0,-57032.12984203769,-4989.66481791685,0.0,-57032.12984203769,-14817.38601315035,0.0,-55299.23743643758,14946.795535701589,0.0,-55782.20034958211,5033.242689290657,0.0,-57530.227191083555,-5033.242689290678,0.0,-57530.227191083555,-14946.795535701609,0.0,-55782.20034958211,15076.20505825285,0.0,-56265.16326272665,5076.820560664486,0.0,-58028.32454012943,-5076.820560664507,0.0,-58028.32454012943,-15076.205058252868,0.0,-56265.163262726644,15205.61458080411,0.0,-56748.126175871184,5120.398432038315,0.0,-58526.421889175304,-5120.398432038336,0.0,-58526.421889175304,-15205.61458080413,0.0,-56748.12617587118,15335.028422324327,0.0,-57231.105207627304,5163.97775779873,0.0,-59024.535861935925,-5163.977757798752,0.0,-59024.535861935925,-15335.028422324347,0.0,-57231.1052076273,15464.43362590663,0.0,-57714.05200216025,5207.5541747859725,0.0,-59522.616587267046,-5207.554174785994,0.0,-59522.616587267046,-15464.43362590665,0.0,-57714.05200216024,15593.838829488934,0.0,-58196.99879669321,5251.130591773216,0.0,-60020.69731259818,-5251.130591773238,0.0,-60020.69731259818,-15593.838829488954,0.0,-58196.9987966932,-15593.838829488954,0.0,-58196.9987966932,15593.838829488934,0.0,-58196.99879669321};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_1027_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1027_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1027_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1027_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_1031_point_1()
		{
			double[] value = {530.3298093357865,0.0,-530.3298093357868,430.18210293375876,0.0,-614.3637128409787,316.9635310167362,0.0,-679.7304858145367,194.11418260105594,0.0,-724.4439919368422,883.882923374936,0.0,-883.8829233749364,716.9700967797559,0.0,-1023.9394146097093,528.2724965982975,0.0,-1132.8840248699107,323.52360392648154,0.0,-1207.406527301417,1237.4361295987937,0.0,-1237.4361295987944,1003.7581654022617,0.0,-1433.5152231703619,739.5815172761218,0.0,-1586.0376820796018,452.93305899385217,0.0,-1690.3691885926455,1590.9898889308995,0.0,-1590.9898889309002,1290.5466826838192,0.0,-1843.0916724825445,950.8908685315228,0.0,-2039.1920482151943,582.3427165128926,0.0,-2173.332605443791,1944.5429107853413,0.0,-1944.5429107853422,1577.3346017533079,0.0,-2252.6672674593538,1162.1997790168214,0.0,-2492.345469116252,711.7521040963734,0.0,-2656.295014881714,2298.096301378615,0.0,-2298.096301378616,1864.122819928831,0.0,-2662.24328960385,1373.5089098871713,0.0,-2945.4993626345768,841.161626647634,0.0,-3139.257928026248,2651.6496919718884,0.0,-2651.6496919718898,2150.911038104354,0.0,-3071.8193117483456,1584.818040757521,0.0,-3398.6532561529016,970.5711491988945,0.0,-3622.220841170782,3005.203082565162,0.0,-3005.203082565163,2437.699256279877,0.0,-3481.3953338928413,1796.1271716278707,0.0,-3851.8071496712264,1099.980671750155,0.0,-4105.183754315316,3358.7572106361,0.0,-3358.7572106361017,2724.4880726674687,0.0,-3890.972210372711,2007.4367432683232,0.0,-4304.9619884240865,1229.3904642369753,0.0,-4588.147674873074,3712.309126274046,0.0,-3712.3091262740472,3011.275094418854,0.0,-4300.546523846459,2218.744992598468,0.0,-4758.113991473341,1358.7994469171165,0.0,-5071.108573191161,4065.861041911991,0.0,-4065.8610419119927,3298.0621161702393,0.0,-4710.120837320208,2430.0532419286124,0.0,-5211.265994522595,1488.2084295972572,0.0,-5554.069471509247,4419.415907460593,0.0,-4419.415907460595,3584.8515307699004,0.0,-5119.698568135452,2641.3632543391677,0.0,-5664.421778509991,1617.6184920196376,0.0,-6037.034399480229,4772.970773009195,0.0,-4772.970773009198,3871.6409453695615,0.0,-5529.2762989506955,2852.6732667497226,0.0,-6117.577562497388,1747.0285544420178,0.0,-6519.999327451212,5126.52268864714,0.0,-5126.522688647143,4158.427967120946,0.0,-5938.850612424443,3063.981516079867,0.0,-6570.7295655466405,1876.4375371221588,0.0,-7002.960225769297,5480.074604285085,0.0,-5480.074604285088,4445.214988872332,0.0,-6348.424925898192,3275.2897654100116,0.0,-7023.881568595894,2005.8465198022996,0.0,-7485.921124087383,5833.629469833689,0.0,-5833.6294698336915,4732.004403471993,0.0,-6758.002656713436,3486.599777820567,0.0,-7477.037352583292,2135.25658222468,0.0,-7968.886052058366,6187.18433538229,0.0,-6187.184335382292,5018.793818071653,0.0,-7167.580387528678,3697.9097902311214,0.0,-7930.193136570686,2264.66664464706,0.0,-8451.850980029347,6540.737725975563,0.0,-6540.737725975566,5305.582036247176,0.0,-7577.1564096731745,3909.2189211014716,0.0,-8383.347030089011,2394.0761671983205,0.0,-8934.813893173881,6894.2911165688365,0.0,-6894.29111656884,5592.370254422699,0.0,-7986.73243181767,4120.528051971821,0.0,-8836.500923607337,2523.485689749581,0.0,-9417.776806318416,7247.844507162112,0.0,-7247.844507162115,5879.158472598223,0.0,-8396.308453962167,4331.837182842171,0.0,-9289.654817125662,2652.895212300842,0.0,-9900.73971946295,7601.394947844728,0.0,-7601.394947844732,6165.94429792547,0.0,-8805.881058765168,4543.144550632111,0.0,-9742.804929705844,2782.303655109863,0.0,-10383.698602954588,7954.945388527345,0.0,-7954.945388527349,6452.730123252717,0.0,-9215.453663568167,4754.45191842205,0.0,-10195.955042286028,2911.7120979188844,0.0,-10866.657486446225,8308.498779120617,0.0,-8308.49877912062,6739.518341428239,0.0,-9625.029685712661,4965.761049292399,0.0,-10649.108935804352,3041.1216204701445,0.0,-11349.620399590758,8662.052169713892,0.0,-8662.052169713896,7026.306559603763,0.0,-10034.60570785716,5177.070180162749,0.0,-11102.262829322677,3170.5311430214056,0.0,-11832.583312735294,9015.608510217822,0.0,-9015.608510217828,7313.097170627562,0.0,-10444.18514734315,5388.38107411351,0.0,-11555.420503779145,3299.9417453149053,0.0,-12315.550255532724};
			return value;
		}
		private double[] getCoordinate_8_1031_point_2()
		{
			double[] value = {9369.164850721754,0.0,-9369.164850721758,7599.887781651361,0.0,-10853.764586829142,5599.69196806427,0.0,-12008.578178235612,3429.3523476084056,0.0,-12798.517198330155,9722.718241315028,0.0,-9722.718241315031,7886.675999826884,0.0,-11263.340608973638,5811.00109893462,0.0,-12461.732071753937,3558.761870159666,0.0,-13281.48011147469,10076.271631908301,0.0,-10076.271631908307,8173.4642180024075,0.0,-11672.916631118134,6022.31022980497,0.0,-12914.885965272262,3688.1713927109267,0.0,-13764.443024619224,10429.822072590916,0.0,-10429.822072590921,8460.250043329654,0.0,-12082.489235921134,6233.617597594908,0.0,-13368.036077852443,3817.579835519947,0.0,-14247.40190811086,10783.372513273534,0.0,-10783.37251327354,8747.035868656902,0.0,-12492.061840724135,6444.924965384848,0.0,-13821.186190432627,3946.988278328969,0.0,-14730.3607916025,11136.925903866808,0.0,-11136.925903866813,9033.824086832425,0.0,-12901.63786286863,6656.234096255198,0.0,-14274.340083950952,4076.3978008802296,0.0,-15213.323704747032,11490.479294460081,0.0,-11490.479294460087,9320.612305007948,0.0,-13311.213885013127,6867.543227125548,0.0,-14727.493977469278,4205.80732343149,0.0,-15696.286617891566,11844.035634964013,0.0,-11844.035634964019,9607.402916031748,0.0,-13720.79332449912,7078.85412107631,0.0,-15180.651651925746,4335.21792572499,0.0,-16179.253560689,12197.591975467942,0.0,-12197.591975467947,9894.193527055544,0.0,-14130.372763985108,7290.165015027068,0.0,-15633.80932638221,4464.628528018489,0.0,-16662.220503486427,12551.145366061215,0.0,-12551.14536606122,10180.981745231067,0.0,-14539.948786129604,7501.474145897418,0.0,-16086.963219900534,4594.03805056975,0.0,-17145.18341663096,12904.698756654489,0.0,-12904.698756654496,10467.76996340659,0.0,-14949.5248082741,7712.783276767768,0.0,-16540.11711341886,4723.4475731210105,0.0,-17628.146329775496,13258.252147247762,0.0,-13258.25214724777,10754.558181582113,0.0,-15359.100830418596,7924.092407638118,0.0,-16993.271006937186,4852.8570956722715,0.0,-18111.10924292003,13611.805537841037,0.0,-13611.805537841043,11041.346399757636,0.0,-15768.676852563092,8135.401538508468,0.0,-17446.42490045551,4982.266618223532,0.0,-18594.07215606456,13965.35892843431,0.0,-13965.358928434316,11328.13461793316,0.0,-16178.252874707588,8346.710669378817,0.0,-17899.578793973833,5111.676140774793,0.0,-19077.035069209098,14318.912319027586,0.0,-14318.912319027593,11614.922836108684,0.0,-16587.828896852086,8558.019800249169,0.0,-18352.732687492164,5241.085663326054,0.0,-19559.997982353634,14672.46570962086,0.0,-14672.465709620867,11901.711054284207,0.0,-16997.404918996584,8769.328931119519,0.0,-18805.886581010487,5370.495185877315,0.0,-20042.96089549817,15026.01320039282,0.0,-15026.013200392827,12188.494486763178,0.0,-17406.97410645809,8980.634535829047,0.0,-19259.03291265253,5499.902548944096,0.0,-20525.91574933691,15379.56069116478,0.0,-15379.560691164786,12475.27791924215,0.0,-17816.543293919593,9191.940140538574,0.0,-19712.17924429457,5629.309912010878,0.0,-21008.870603175652,15733.114081758053,0.0,-15733.11408175806,12762.066137417673,0.0,-18226.119316064087,9403.249271408924,0.0,-20165.333137812893,5758.719434562138,0.0,-21491.833516320185,16086.667472351324,0.0,-16086.667472351332,13048.854355593194,0.0,-18635.69533820858,9614.558402279274,0.0,-20618.487031331213,5888.128957113398,0.0,-21974.796429464714,16440.220862944596,0.0,-16440.220862944607,13335.642573768717,0.0,-19045.271360353076,9825.867533149623,0.0,-21071.64092484954,6017.538479664659,0.0,-22457.75934260925,16793.77425353787,0.0,-16793.77425353788,13622.43079194424,0.0,-19454.847382497574,10037.176664019973,0.0,-21524.794818367864,6146.94800221592,0.0,-22940.722255753783,17147.327644131146,0.0,-17147.327644131154,13909.219010119765,0.0,-19864.42340464207,10248.485794890325,0.0,-21977.948711886194,6276.357524767181,0.0,-23423.685168898322,17500.88103472442,0.0,-17500.88103472443,14196.007228295288,0.0,-20273.999426786566,10459.794925760674,0.0,-22431.102605404518,6405.767047318442,0.0,-23906.648082042855,17854.44032513901,0.0,-17854.440325139018,14482.800232167363,0.0,-20683.582283614054,10671.107582791845,0.0,-22884.264060799127,6535.17872935418,0.0,-24389.61905449318};
			return value;
		}
		private double[] getCoordinate_8_1031_point_3()
		{
			double[] value = {18207.999615553596,0.0,-18207.999615553603,14769.593236039436,0.0,-21093.16514044154,10882.420239823015,0.0,-23337.425516193733,6664.590411389919,0.0,-24872.590026943508,18561.55300614687,0.0,-18561.553006146878,15056.381454214961,0.0,-21502.741162586037,11093.729370693367,0.0,-23790.57940971206,6793.999933941181,0.0,-25355.552940088044,18915.106396740146,0.0,-18915.106396740153,15343.169672390484,0.0,-21912.317184730535,11305.038501563717,0.0,-24243.733303230387,6923.409456492441,0.0,-25838.515853232577,19268.659787333418,0.0,-19268.65978733343,15629.957890566007,0.0,-22321.89320687503,11516.347632434066,0.0,-24696.88719674871,7052.818979043702,0.0,-26321.478766377113,19622.213177926693,0.0,-19622.2131779267,15916.74610874153,0.0,-22731.469229019527,11727.656763304416,0.0,-25150.041090267037,7182.228501594962,0.0,-26804.441679521646,19975.766568519964,0.0,-19975.766568519975,16203.534326917053,0.0,-23141.04525116402,11938.965894174766,0.0,-25603.19498378536,7311.638024146223,0.0,-27287.404592666182,20329.31995911324,0.0,-20329.319959113247,16490.322545092575,0.0,-23550.621273308516,12150.275025045115,0.0,-26056.348877303684,7441.047546697483,0.0,-27770.367505810715,20682.87334970651,0.0,-20682.87334970652,16777.110763268098,0.0,-23960.19729545301,12361.584155915463,0.0,-26509.502770822008,7570.457069248743,0.0,-28253.330418955244,21036.42084047847,0.0,-21036.42084047848,17063.894195747067,0.0,-24369.766482914514,12572.889760624992,0.0,-26962.64910246405,7699.864432315525,0.0,-28736.285272793986,21389.96833125043,0.0,-21389.968331250442,17350.67762822604,0.0,-24779.335670376022,12784.19536533452,0.0,-27415.79543410609,7829.271795382308,0.0,-29219.24012663273,21743.521721843706,0.0,-21743.521721843714,17637.465846401563,0.0,-25188.911692520516,12995.504496204872,0.0,-27868.949327624417,7958.681317933568,0.0,-29702.203039777265,22097.075112436978,0.0,-22097.07511243699,17924.254064577086,0.0,-25598.487714665014,13206.813627075222,0.0,-28322.10322114274,8088.090840484829,0.0,-30185.165952921798,22450.628503030253,0.0,-22450.628503030264,18211.04228275261,0.0,-26008.06373680951,13418.122757945572,0.0,-28775.257114661068,8217.50036303609,0.0,-30668.128866066334,22804.181893623525,0.0,-22804.181893623536,18497.830500928132,0.0,-26417.639758954007,13629.431888815921,0.0,-29228.41100817939,8346.909885587349,0.0,-31151.091779210867,23157.7352842168,0.0,-23157.73528421681,18784.618719103655,0.0,-26827.2157810985,13840.741019686271,0.0,-29681.564901697715,8476.31940813861,0.0,-31634.0546923554,23511.288674810075,0.0,-23511.288674810086,19071.406937279182,0.0,-27236.791803243,14052.050150556623,0.0,-30134.718795216046,8605.728930689871,0.0,-32117.01760549994,23864.847965224664,0.0,-23864.847965224675,19358.199941151255,0.0,-27646.374660070487,14263.362807587793,0.0,-30587.880250610655,8735.14061272561,0.0,-32599.988577950266,24218.407255639246,0.0,-24218.407255639257,19644.99294502333,0.0,-28055.957516897968,14474.675464618962,0.0,-31041.041706005257,8864.552294761348,0.0,-33082.959550400585,24571.960646232525,0.0,-24571.960646232536,19931.781163198855,0.0,-28465.53353904247,14685.984595489315,0.0,-31494.195599523588,8993.961817312611,0.0,-33565.922463545125,24925.502237183166,0.0,-24925.502237183176,20218.55980998127,0.0,-28875.095891820976,14897.286674038018,0.0,-31947.334369289336,9123.367020894912,0.0,-34048.86925807807,25279.05562777644,0.0,-25279.05562777645,20505.348028156794,0.0,-29284.671913965474,15108.595804908367,0.0,-32400.488262807663,9252.776543446173,0.0,-34531.8321712226,25632.609018369712,0.0,-25632.609018369723,20792.136246332317,0.0,-29694.24793610997,15319.904935778717,0.0,-32853.64215632599,9382.186065997434,0.0,-35014.795084367135,25986.16240896299,0.0,-25986.162408963002,21078.924464507843,0.0,-30103.82395825447,15531.21406664907,0.0,-33306.79604984432,9511.595588548696,0.0,-35497.757997511675,26339.71579955626,0.0,-26339.715799556274,21365.712682683363,0.0,-30513.39998039896,15742.523197519418,0.0,-33759.94994336264,9641.005111099954,0.0,-35980.72091065621,26693.26919014954,0.0,-26693.269190149553,21652.50090085889,0.0,-30922.976002543463,15953.83232838977,0.0,-34213.10383688097,9770.414633651217,0.0,-36463.68382380075};
			return value;
		}
		private double[] getCoordinate_8_1031_point_4()
		{
			double[] value = {27046.822580742806,0.0,-27046.82258074282,21939.28911903441,0.0,-31332.552024687953,16165.141459260118,0.0,-34666.25773039929,9899.824156202476,0.0,-36946.64673694527,27400.375971336085,0.0,-27400.3759713361,22226.077337209936,0.0,-31742.128046832455,16376.45059013047,0.0,-35119.41162391762,10029.233678753739,0.0,-37429.60965008981,27753.929361929357,0.0,-27753.929361929368,22512.865555385455,0.0,-32151.704068976946,16587.759721000817,0.0,-35572.565517435934,10158.643201304996,0.0,-37912.57256323434,28107.482752522636,0.0,-28107.482752522646,22799.65377356098,0.0,-32561.280091121447,16799.06885187117,0.0,-36025.71941095427,10288.052723856259,0.0,-38395.53547637888,28461.036143115907,0.0,-28461.03614311592,23086.441991736505,0.0,-32970.856113265945,17010.37798274152,0.0,-36478.873304472596,10417.46224640752,0.0,-38878.49838952342,28814.589533709182,0.0,-28814.589533709193,23373.230209912028,0.0,-33380.43213541044,17221.687113611868,0.0,-36932.027197990916,10546.871768958781,0.0,-39361.46130266795,29168.142924302454,0.0,-29168.14292430247,23660.01842808755,0.0,-33790.008157554934,17432.99624448222,0.0,-37385.18109150924,10676.28129151004,0.0,-39844.42421581248,29521.69631489573,0.0,-29521.696314895744,23946.806646263074,0.0,-34199.58417969943,17644.305375352567,0.0,-37838.33498502757,10805.690814061301,0.0,-40327.387128957016,29875.26150513163,0.0,-29875.261505131646,24233.6044358317,0.0,-34609.17387120991,17855.62155854456,0.0,-38291.50400229846,10935.10465558152,0.0,-40810.366160713136,30228.803096082276,0.0,-30228.80309608229,24520.38308261412,0.0,-35018.736223988424,18066.923637093267,0.0,-38744.64277206422,11064.509859163822,0.0,-41293.31295524609,30582.356486675548,0.0,-30582.356486675562,24807.171300789643,0.0,-35428.31224613292,18278.23276796362,0.0,-39197.796665582544,11193.919381715083,0.0,-41776.27586839062,30935.909877268823,0.0,-30935.909877268838,25093.959518965166,0.0,-35837.88826827741,18489.54189883397,0.0,-39650.95055910087,11323.328904266344,0.0,-42259.238781535154,31289.4632678621,0.0,-31289.463267862113,25380.74773714069,0.0,-36247.46429042191,18700.851029704318,0.0,-40104.10445261919,11452.738426817605,0.0,-42742.20169467969,31643.01665845537,0.0,-31643.016658455384,25667.535955316212,0.0,-36657.04031256641,18912.16016057467,0.0,-40557.25834613752,11582.147949368864,0.0,-43225.16460782422,31996.570049048638,0.0,-31996.570049048652,25954.32417349173,0.0,-37066.616334710896,19123.469291445013,0.0,-41010.41223965584,11711.557471920123,0.0,-43708.12752096875,32350.123439641913,0.0,-32350.123439641928,26241.11239166725,0.0,-37476.19235685539,19334.778422315365,0.0,-41463.56613317416,11840.966994471384,0.0,-44191.090434113285,32703.676830235185,0.0,-32703.676830235203,26527.900609842774,0.0,-37885.768378999885,19546.087553185713,0.0,-41916.720026692485,11970.376517022645,0.0,-44674.05334725782,33057.23022082846,0.0,-33057.230220828475,26814.688828018297,0.0,-38295.344401144386,19757.396684056064,0.0,-42369.87392021081,12099.786039573904,0.0,-45157.01626040235,33410.783611421735,0.0,-33410.78361142175,27101.47704619382,0.0,-38704.92042328888,19968.705814926412,0.0,-42823.02781372914,12229.195562125165,0.0,-45639.97917354689,33764.33700201501,0.0,-33764.337002015025,27388.265264369344,0.0,-39114.496445433375,20180.014945796764,0.0,-43276.18170724746,12358.605084676426,0.0,-46122.94208669142,34117.890392608286,0.0,-34117.8903926083,27675.053482544874,0.0,-39524.07246757788,20391.324076667115,0.0,-43729.33560076579,12488.01460722769,0.0,-46605.90499983596,34471.443783201554,0.0,-34471.44378320157,27961.84170072039,0.0,-39933.64848972236,20602.633207537463,0.0,-44182.48949428411,12617.424129778947,0.0,-47088.86791298049,34824.997173794836,0.0,-34824.99717379485,28248.629918895916,0.0,-40343.22451186687,20813.942338407815,0.0,-44635.64338780244,12746.83365233021,0.0,-47571.83082612503,35178.550564388104,0.0,-35178.55056438812,28535.418137071436,0.0,-40752.80053401136,21025.251469278162,0.0,-45088.79728132076,12876.243174881469,0.0,-48054.79373926956,35532.10395498138,0.0,-35532.103954981394,28822.206355246963,0.0,-41162.37655615586,21236.560600148514,0.0,-45541.951174839094,13005.652697432732,0.0,-48537.7566524141};
			return value;
		}
		private double[] getCoordinate_8_1031_point_5()
		{
			double[] value = {35885.669145217274,0.0,-35885.669145217296,29109.004144815586,0.0,-41571.966247666336,21447.876783340504,0.0,-45995.12019210998,13135.066538952948,0.0,-49020.73568417021,36239.21073616792,0.0,-36239.21073616794,29395.782791598005,0.0,-41981.52860044485,21659.178861889213,0.0,-46448.258961875734,13264.47174253525,0.0,-49503.68247870316,36592.764126761205,0.0,-36592.76412676122,29682.571009773532,0.0,-42391.10462258935,21870.487992759565,0.0,-46901.41285539407,13393.881265086513,0.0,-49986.6453918477,36946.31751735447,0.0,-36946.317517354495,29969.359227949055,0.0,-42800.680644733846,22081.797123629916,0.0,-47354.56674891239,13523.290787637774,0.0,-50469.60830499223,37299.87090794775,0.0,-37299.87090794777,30256.147446124578,0.0,-43210.25666687834,22293.106254500264,0.0,-47807.720642430715,13652.700310189033,0.0,-50952.57121813677,37653.424298541024,0.0,-37653.42429854104,30542.9356643001,0.0,-43619.832689022835,22504.415385370616,0.0,-48260.87453594904,13782.109832740294,0.0,-51435.5341312813,38006.9776891343,0.0,-38006.97768913431,30829.723882475624,0.0,-44029.40871116733,22715.724516240964,0.0,-48714.02842946737,13911.519355291555,0.0,-51918.497044425836,38360.53107972757,0.0,-38360.53107972759,31116.512100651147,0.0,-44438.98473331183,22927.033647111315,0.0,-49167.18232298569,14040.928877842816,0.0,-52401.45995757037,38714.08447032084,0.0,-38714.084470320864,31403.30031882667,0.0,-44848.560755456325,23138.342777981663,0.0,-49620.336216504016,14170.338400394076,0.0,-52884.4228707149,39067.63786091412,0.0,-39067.63786091414,31690.088537002193,0.0,-45258.13677760082,23349.651908852014,0.0,-50073.49011002234,14299.747922945337,0.0,-53367.38578385944,39421.19125150739,0.0,-39421.19125150741,31976.876755177716,0.0,-45667.71279974531,23560.961039722362,0.0,-50526.64400354066,14429.157445496598,0.0,-53850.348697003974,39774.74464210067,0.0,-39774.74464210068,32263.66497335324,0.0,-46077.288821889815,23772.270170592714,0.0,-50979.79789705899,14558.566968047859,0.0,-54333.31161014851,40128.298032693936,0.0,-40128.29803269396,32550.453191528763,0.0,-46486.86484403431,23983.57930146306,0.0,-51432.95179057732,14687.976490599118,0.0,-54816.27452329304,40481.85142328721,0.0,-40481.85142328723,32837.241409704286,0.0,-46896.440866178804,24194.888432333413,0.0,-51886.10568409564,14817.386013150379,0.0,-55299.23743643757,40835.40481388048,0.0,-40835.4048138805,33124.029627879805,0.0,-47306.01688832329,24406.19756320376,0.0,-52339.25957761396,14946.795535701638,0.0,-55782.200349582105,41188.958204473754,0.0,-41188.958204473776,33410.81784605533,0.0,-47715.59291046779,24617.50669407411,0.0,-52792.413471132284,15076.205058252897,0.0,-56265.16326272664,41542.51159506703,0.0,-41542.511595067044,33697.60606423085,0.0,-48125.16893261229,24828.81582494446,0.0,-53245.56736465061,15205.614580804158,0.0,-56748.12617587117,41896.07678530293,0.0,-41896.076785302954,33984.40385379948,0.0,-48534.75862412276,25040.13200813645,0.0,-53698.7363819215,15335.028422324376,0.0,-57231.10520762729,42249.61837625357,0.0,-42249.618376253595,34271.1825005819,0.0,-48944.320976901276,25251.43408668516,0.0,-54151.87515168726,15464.43362590668,0.0,-57714.05200216024,42603.15996720423,0.0,-42603.15996720424,34557.96114736432,0.0,-49353.8833296798,25462.73616523387,0.0,-54605.01392145302,15593.838829488985,0.0,-58196.998796693195,15593.838829488985,0.0,-58196.998796693195,42603.15996720423,0.0,-42603.15996720424};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_1032_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1032_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1032_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1032_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_8_1036_point_1()
		{
			double[] value = {724.4439919368422,0.0,-194.11418260105626,679.7304858145366,0.0,-316.9635310167365,614.3637128409786,0.0,-430.18210293375904,530.3298093357865,0.0,-530.3298093357868,1207.406527301417,0.0,-323.52360392648205,1132.8840248699105,0.0,-528.272496598298,1023.939414609709,0.0,-716.9700967797563,883.882923374936,0.0,-883.8829233749364,1690.3691885926453,0.0,-452.93305899385297,1586.0376820796016,0.0,-739.5815172761224,1433.5152231703614,0.0,-1003.7581654022625,1237.4361295987937,0.0,-1237.4361295987944,2173.332605443791,0.0,-582.3427165128936,2039.192048215194,0.0,-950.8908685315237,1843.091672482544,0.0,-1290.54668268382,1590.9898889308995,0.0,-1590.9898889309002,2656.2950148817135,0.0,-711.7521040963746,2492.3454691162515,0.0,-1162.1997790168225,2252.6672674593533,0.0,-1577.334601753309,1944.5429107853413,0.0,-1944.5429107853422,3139.2579280262476,0.0,-841.1616266476353,2945.4993626345763,0.0,-1373.5089098871724,2662.243289603849,0.0,-1864.1228199288323,2298.096301378615,0.0,-2298.096301378616,3622.2208411707816,0.0,-970.5711491988961,3398.653256152901,0.0,-1584.8180407575226,3071.8193117483447,0.0,-2150.9110381043556,2651.6496919718884,0.0,-2651.6496919718898,4105.183754315315,0.0,-1099.9806717501567,3851.807149671226,0.0,-1796.1271716278723,3481.3953338928404,0.0,-2437.6992562798787,3005.203082565162,0.0,-3005.203082565163,4588.147674873074,0.0,-1229.3904642369776,4304.9619884240865,0.0,-2007.436743268325,3890.97221037271,0.0,-2724.488072667471,3358.7572106361,0.0,-3358.7572106361017,5071.10857319116,0.0,-1358.7994469171188,4758.11399147334,0.0,-2218.74499259847,4300.5465238464585,0.0,-3011.2750944188565,3712.309126274046,0.0,-3712.3091262740472,5554.069471509246,0.0,-1488.20842959726,5211.265994522594,0.0,-2430.0532419286146,4710.120837320206,0.0,-3298.062116170242,4065.861041911991,0.0,-4065.8610419119927,6037.034399480228,0.0,-1617.6184920196404,5664.42177850999,0.0,-2641.36325433917,5119.69856813545,0.0,-3584.851530769903,4419.415907460593,0.0,-4419.415907460595,6519.999327451211,0.0,-1747.0285544420208,6117.577562497387,0.0,-2852.6732667497254,5529.276298950694,0.0,-3871.640945369564,4772.970773009195,0.0,-4772.970773009198,7002.960225769296,0.0,-1876.437537122162,6570.7295655466405,0.0,-3063.98151607987,5938.850612424441,0.0,-4158.42796712095,5126.52268864714,0.0,-5126.522688647143,7485.921124087382,0.0,-2005.846519802303,7023.881568595893,0.0,-3275.2897654100148,6348.42492589819,0.0,-4445.214988872335,5480.074604285085,0.0,-5480.074604285088,7968.886052058365,0.0,-2135.256582224684,7477.037352583291,0.0,-3486.5997778205706,6758.002656713434,0.0,-4732.004403471997,5833.629469833689,0.0,-5833.6294698336915,8451.850980029345,0.0,-2264.6666446470635,7930.193136570685,0.0,-3697.909790231125,7167.5803875286765,0.0,-5018.7938180716565,6187.18433538229,0.0,-6187.184335382292,8934.81389317388,0.0,-2394.0761671983246,8383.34703008901,0.0,-3909.218921101475,7577.156409673172,0.0,-5305.58203624718,6540.737725975563,0.0,-6540.737725975566,9417.776806318414,0.0,-2523.485689749585,8836.500923607335,0.0,-4120.528051971825,7986.732431817668,0.0,-5592.3702544227035,6894.2911165688365,0.0,-6894.29111656884,9900.73971946295,0.0,-2652.8952123008467,9289.654817125662,0.0,-4331.837182842176,8396.308453962165,0.0,-5879.1584725982275,7247.844507162112,0.0,-7247.844507162115,10383.698602954588,0.0,-2782.303655109868,9742.804929705844,0.0,-4543.144550632115,8805.881058765166,0.0,-6165.9442979254745,7601.394947844728,0.0,-7601.394947844732,10866.657486446225,0.0,-2911.7120979188894,10195.955042286027,0.0,-4754.451918422054,9215.453663568165,0.0,-6452.7301232527225,7954.945388527345,0.0,-7954.945388527349,11349.620399590756,0.0,-3041.1216204701495,10649.10893580435,0.0,-4965.761049292403,9625.02968571266,0.0,-6739.518341428245,8308.498779120617,0.0,-8308.49877912062,11832.583312735293,0.0,-3170.531143021411,11102.262829322675,0.0,-5177.070180162755,10034.605707857158,0.0,-7026.306559603769,8662.052169713892,0.0,-8662.052169713896,12315.550255532724,0.0,-3299.9417453149113,11555.420503779143,0.0,-5388.381074113515,10444.185147343149,0.0,-7313.097170627568,9015.608510217822,0.0,-9015.608510217828};
			return value;
		}
		private double[] getCoordinate_8_1036_point_2()
		{
			double[] value = {12798.517198330153,0.0,-3429.3523476084115,12008.57817823561,0.0,-5599.691968064276,10853.76458682914,0.0,-7599.887781651367,9369.164850721754,0.0,-9369.164850721758,13281.480111474688,0.0,-3558.761870159672,12461.732071753935,0.0,-5811.001098934626,11263.340608973636,0.0,-7886.67599982689,9722.718241315028,0.0,-9722.718241315031,13764.443024619222,0.0,-3688.1713927109327,12914.88596527226,0.0,-6022.310229804975,11672.91663111813,0.0,-8173.464218002414,10076.271631908301,0.0,-10076.271631908307,14247.401908110858,0.0,-3817.5798355199536,13368.036077852441,0.0,-6233.6175975949145,12082.48923592113,0.0,-8460.25004332966,10429.822072590916,0.0,-10429.822072590921,14730.360791602498,0.0,-3946.9882783289754,13821.186190432625,0.0,-6444.924965384855,12492.06184072413,0.0,-8747.035868656909,10783.372513273534,0.0,-10783.37251327354,15213.32370474703,0.0,-4076.3978008802364,14274.34008395095,0.0,-6656.234096255204,12901.637862868627,0.0,-9033.824086832432,11136.925903866808,0.0,-11136.925903866813,15696.286617891565,0.0,-4205.807323431497,14727.493977469276,0.0,-6867.543227125554,13311.213885013123,0.0,-9320.612305007955,11490.479294460081,0.0,-11490.479294460087,16179.253560688998,0.0,-4335.217925724998,15180.651651925744,0.0,-7078.854121076316,13720.793324499116,0.0,-9607.402916031755,11844.035634964013,0.0,-11844.035634964019,16662.220503486424,0.0,-4464.6285280184975,15633.809326382208,0.0,-7290.165015027075,14130.372763985104,0.0,-9894.193527055551,12197.591975467942,0.0,-12197.591975467947,17145.18341663096,0.0,-4594.038050569758,16086.963219900532,0.0,-7501.474145897425,14539.9487861296,0.0,-10180.981745231074,12551.145366061215,0.0,-12551.14536606122,17628.146329775493,0.0,-4723.447573121019,16540.11711341886,0.0,-7712.783276767775,14949.524808274096,0.0,-10467.7699634066,12904.698756654489,0.0,-12904.698756654496,18111.109242920025,0.0,-4852.85709567228,16993.271006937182,0.0,-7924.092407638125,15359.100830418593,0.0,-10754.558181582122,13258.252147247762,0.0,-13258.25214724777,18594.07215606456,0.0,-4982.266618223541,17446.424900455506,0.0,-8135.401538508475,15768.676852563089,0.0,-11041.346399757645,13611.805537841037,0.0,-13611.805537841043,19077.035069209094,0.0,-5111.676140774801,17899.578793973833,0.0,-8346.710669378825,16178.252874707583,0.0,-11328.134617933169,13965.35892843431,0.0,-13965.358928434316,19559.997982353634,0.0,-5241.085663326063,18352.73268749216,0.0,-8558.019800249176,16587.828896852083,0.0,-11614.922836108693,14318.912319027586,0.0,-14318.912319027593,20042.960895498167,0.0,-5370.495185877324,18805.886581010483,0.0,-8769.328931119526,16997.404918996577,0.0,-11901.711054284217,14672.46570962086,0.0,-14672.465709620867,20525.915749336906,0.0,-5499.902548944106,19259.032912652525,0.0,-8980.634535829055,17406.97410645808,0.0,-12188.494486763188,15026.01320039282,0.0,-15026.013200392827,21008.87060317565,0.0,-5629.309912010887,19712.179244294566,0.0,-9191.940140538583,17816.543293919585,0.0,-12475.27791924216,15379.56069116478,0.0,-15379.560691164786,21491.83351632018,0.0,-5758.719434562148,20165.33313781289,0.0,-9403.249271408933,18226.119316064083,0.0,-12762.066137417683,15733.114081758053,0.0,-15733.11408175806,21974.796429464714,0.0,-5888.128957113408,20618.487031331213,0.0,-9614.558402279283,18635.695338208574,0.0,-13048.854355593205,16086.667472351324,0.0,-16086.667472351332,22457.759342609246,0.0,-6017.538479664669,21071.640924849537,0.0,-9825.867533149632,19045.271360353072,0.0,-13335.642573768728,16440.220862944596,0.0,-16440.220862944607,22940.722255753783,0.0,-6146.94800221593,21524.79481836786,0.0,-10037.176664019982,19454.847382497566,0.0,-13622.43079194425,16793.77425353787,0.0,-16793.77425353788,23423.68516889832,0.0,-6276.3575247671915,21977.94871188619,0.0,-10248.485794890334,19864.423404642064,0.0,-13909.219010119776,17147.327644131146,0.0,-17147.327644131154,23906.64808204285,0.0,-6405.767047318453,22431.102605404514,0.0,-10459.794925760683,20273.999426786562,0.0,-14196.007228295299,17500.88103472442,0.0,-17500.88103472443,24389.61905449318,0.0,-6535.178729354192,22884.264060799123,0.0,-10671.107582791856,20683.58228361405,0.0,-14482.800232167374,17854.44032513901,0.0,-17854.440325139018};
			return value;
		}
		private double[] getCoordinate_8_1036_point_3()
		{
			double[] value = {24872.590026943504,0.0,-6664.5904113899305,23337.42551619373,0.0,-10882.420239823025,21093.16514044153,0.0,-14769.593236039447,18207.999615553596,0.0,-18207.999615553603,25355.55294008804,0.0,-6793.9999339411925,23790.57940971206,0.0,-11093.729370693376,21502.741162586033,0.0,-15056.381454214972,18561.55300614687,0.0,-18561.553006146878,25838.515853232573,0.0,-6923.409456492453,24243.733303230383,0.0,-11305.038501563726,21912.317184730528,0.0,-15343.169672390495,18915.106396740146,0.0,-18915.106396740153,26321.47876637711,0.0,-7052.818979043714,24696.887196748707,0.0,-11516.347632434077,22321.893206875022,0.0,-15629.957890566018,19268.659787333418,0.0,-19268.65978733343,26804.441679521642,0.0,-7182.228501594975,25150.041090267034,0.0,-11727.656763304427,22731.46922901952,0.0,-15916.746108741543,19622.213177926693,0.0,-19622.2131779267,27287.40459266618,0.0,-7311.638024146236,25603.194983785357,0.0,-11938.965894174777,23141.045251164014,0.0,-16203.534326917066,19975.766568519964,0.0,-19975.766568519975,27770.36750581071,0.0,-7441.047546697496,26056.348877303684,0.0,-12150.275025045126,23550.621273308512,0.0,-16490.32254509259,20329.31995911324,0.0,-20329.319959113247,28253.33041895524,0.0,-7570.457069248756,26509.502770822004,0.0,-12361.584155915474,23960.197295453003,0.0,-16777.11076326811,20682.87334970651,0.0,-20682.87334970652,28736.285272793983,0.0,-7699.864432315538,26962.649102464045,0.0,-12572.889760625003,24369.766482914507,0.0,-17063.89419574708,21036.42084047847,0.0,-21036.42084047848,29219.24012663273,0.0,-7829.271795382321,27415.795434106087,0.0,-12784.195365334534,24779.335670376015,0.0,-17350.677628226054,21389.96833125043,0.0,-21389.968331250442,29702.20303977726,0.0,-7958.681317933581,27868.949327624414,0.0,-12995.504496204883,25188.911692520513,0.0,-17637.465846401577,21743.521721843706,0.0,-21743.521721843714,30185.165952921794,0.0,-8088.090840484842,28322.103221142737,0.0,-13206.813627075233,25598.487714665007,0.0,-17924.2540645771,22097.075112436978,0.0,-22097.07511243699,30668.12886606633,0.0,-8217.500363036102,28775.257114661064,0.0,-13418.122757945583,26008.0637368095,0.0,-18211.042282752624,22450.628503030253,0.0,-22450.628503030264,31151.091779210863,0.0,-8346.909885587364,29228.411008179388,0.0,-13629.431888815934,26417.639758954,0.0,-18497.830500928147,22804.181893623525,0.0,-22804.181893623536,31634.054692355396,0.0,-8476.319408138625,29681.56490169771,0.0,-13840.741019686284,26827.215781098494,0.0,-18784.61871910367,23157.7352842168,0.0,-23157.73528421681,32117.017605499936,0.0,-8605.728930689887,30134.718795216042,0.0,-14052.050150556635,27236.79180324299,0.0,-19071.406937279196,23511.288674810075,0.0,-23511.288674810086,32599.988577950262,0.0,-8735.140612725627,30587.88025061065,0.0,-14263.362807587806,27646.37466007048,0.0,-19358.19994115127,23864.847965224664,0.0,-23864.847965224675,33082.959550400585,0.0,-8864.552294761364,31041.041706005253,0.0,-14474.675464618975,28055.95751689796,0.0,-19644.992945023343,24218.407255639246,0.0,-24218.407255639257,33565.922463545125,0.0,-8993.961817312627,31494.195599523584,0.0,-14685.984595489328,28465.533539042463,0.0,-19931.78116319887,24571.960646232525,0.0,-24571.960646232536,34048.86925807806,0.0,-9123.367020894928,31947.334369289332,0.0,-14897.286674038032,28875.09589182097,0.0,-20218.559809981285,24925.502237183166,0.0,-24925.502237183176,34531.832171222595,0.0,-9252.776543446189,32400.48826280766,0.0,-15108.595804908382,29284.671913965467,0.0,-20505.348028156808,25279.05562777644,0.0,-25279.05562777645,35014.795084367135,0.0,-9382.18606599745,32853.64215632599,0.0,-15319.904935778732,29694.24793610996,0.0,-20792.13624633233,25632.609018369712,0.0,-25632.609018369723,35497.757997511675,0.0,-9511.595588548713,33306.79604984431,0.0,-15531.214066649085,30103.823958254463,0.0,-21078.924464507858,25986.16240896299,0.0,-25986.162408963002,35980.7209106562,0.0,-9641.00511109997,33759.94994336263,0.0,-15742.523197519431,30513.399980398954,0.0,-21365.712682683377,26339.71579955626,0.0,-26339.715799556274,36463.68382380074,0.0,-9770.414633651233,34213.10383688097,0.0,-15953.832328389784,30922.976002543455,0.0,-21652.500900858904,26693.26919014954,0.0,-26693.269190149553};
			return value;
		}
		private double[] getCoordinate_8_1036_point_4()
		{
			double[] value = {36946.646736945266,0.0,-9899.824156202492,34666.25773039928,0.0,-16165.141459260132,31332.552024687946,0.0,-21939.289119034423,27046.822580742806,0.0,-27046.82258074282,37429.60965008981,0.0,-10029.233678753755,35119.411623917615,0.0,-16376.450590130486,31742.128046832448,0.0,-22226.07733720995,27400.375971336085,0.0,-27400.3759713361,37912.57256323434,0.0,-10158.643201305014,35572.565517435934,0.0,-16587.75972100083,32151.704068976935,0.0,-22512.86555538547,27753.929361929357,0.0,-27753.929361929368,38395.53547637888,0.0,-10288.052723856277,36025.71941095426,0.0,-16799.068851871187,32561.28009112144,0.0,-22799.653773561,28107.482752522636,0.0,-28107.482752522646,38878.49838952341,0.0,-10417.462246407538,36478.87330447259,0.0,-17010.377982741535,32970.85611326593,0.0,-23086.441991736523,28461.036143115907,0.0,-28461.03614311592,39361.46130266794,0.0,-10546.871768958797,36932.027197990916,0.0,-17221.687113611886,33380.43213541043,0.0,-23373.230209912046,28814.589533709182,0.0,-28814.589533709193,39844.424215812476,0.0,-10676.281291510059,37385.181091509236,0.0,-17432.996244482234,33790.00815755493,0.0,-23660.01842808757,29168.142924302454,0.0,-29168.14292430247,40327.387128957016,0.0,-10805.69081406132,37838.33498502756,0.0,-17644.305375352586,34199.58417969942,0.0,-23946.806646263092,29521.69631489573,0.0,-29521.696314895744,40810.366160713136,0.0,-10935.10465558154,38291.504002298454,0.0,-17855.62155854458,34609.1738712099,0.0,-24233.60443583172,29875.26150513163,0.0,-29875.261505131646,41293.31295524608,0.0,-11064.509859163842,38744.64277206421,0.0,-18066.923637093285,35018.73622398841,0.0,-24520.38308261414,30228.803096082276,0.0,-30228.80309608229,41776.275868390614,0.0,-11193.919381715103,39197.79666558254,0.0,-18278.232767963636,35428.31224613291,0.0,-24807.17130078966,30582.356486675548,0.0,-30582.356486675562,42259.23878153515,0.0,-11323.328904266364,39650.950559100864,0.0,-18489.541898833984,35837.888268277406,0.0,-25093.959518965185,30935.909877268823,0.0,-30935.909877268838,42742.20169467969,0.0,-11452.738426817625,40104.10445261919,0.0,-18700.851029704336,36247.4642904219,0.0,-25380.747737140708,31289.4632678621,0.0,-31289.463267862113,43225.16460782422,0.0,-11582.147949368884,40557.25834613751,0.0,-18912.160160574684,36657.040312566394,0.0,-25667.53595531623,31643.01665845537,0.0,-31643.016658455384,43708.127520968745,0.0,-11711.557471920143,41010.41223965583,0.0,-19123.46929144503,37066.61633471089,0.0,-25954.32417349175,31996.570049048638,0.0,-31996.570049048652,44191.09043411328,0.0,-11840.966994471404,41463.56613317416,0.0,-19334.778422315383,37476.19235685538,0.0,-26241.112391667273,32350.123439641913,0.0,-32350.123439641928,44674.05334725781,0.0,-11970.376517022665,41916.72002669248,0.0,-19546.08755318573,37885.76837899988,0.0,-26527.900609842796,32703.676830235185,0.0,-32703.676830235203,45157.01626040235,0.0,-12099.786039573926,42369.873920210804,0.0,-19757.396684056082,38295.34440114437,0.0,-26814.68882801832,33057.23022082846,0.0,-33057.230220828475,45639.97917354688,0.0,-12229.195562125187,42823.02781372913,0.0,-19968.70581492643,38704.920423288866,0.0,-27101.477046193842,33410.783611421735,0.0,-33410.78361142175,46122.942086691415,0.0,-12358.605084676448,43276.18170724745,0.0,-20180.014945796782,39114.49644543337,0.0,-27388.265264369365,33764.33700201501,0.0,-33764.337002015025,46605.904999835955,0.0,-12488.01460722771,43729.335600765786,0.0,-20391.324076667133,39524.07246757787,0.0,-27675.053482544892,34117.890392608286,0.0,-34117.8903926083,47088.86791298048,0.0,-12617.424129778969,44182.489494284106,0.0,-20602.63320753748,39933.648489722356,0.0,-27961.84170072041,34471.443783201554,0.0,-34471.44378320157,47571.83082612503,0.0,-12746.833652330231,44635.64338780243,0.0,-20813.942338407836,40343.22451186686,0.0,-28248.62991889594,34824.997173794836,0.0,-34824.99717379485,48054.79373926955,0.0,-12876.24317488149,45088.79728132075,0.0,-21025.25146927818,40752.800534011345,0.0,-28535.418137071458,35178.550564388104,0.0,-35178.55056438812,48537.75665241409,0.0,-13005.652697432753,45541.95117483909,0.0,-21236.560600148536,41162.37655615585,0.0,-28822.206355246988,35532.10395498138,0.0,-35532.103954981394};
			return value;
		}
		private double[] getCoordinate_8_1036_point_5()
		{
			double[] value = {49020.735684170206,0.0,-13135.06653895297,45995.12019210997,0.0,-21447.876783340525,41571.96624766632,0.0,-29109.004144815608,35885.669145217274,0.0,-35885.669145217296,49503.68247870315,0.0,-13264.471742535274,46448.25896187573,0.0,-21659.17886188923,41981.528600444835,0.0,-29395.78279159803,36239.21073616792,0.0,-36239.21073616794,49986.64539184769,0.0,-13393.881265086535,46901.41285539406,0.0,-21870.487992759587,42391.10462258934,0.0,-29682.571009773557,36592.764126761205,0.0,-36592.76412676122,50469.60830499223,0.0,-13523.290787637796,47354.56674891239,0.0,-22081.797123629935,42800.68064473383,0.0,-29969.35922794908,36946.31751735447,0.0,-36946.317517354495,50952.57121813676,0.0,-13652.700310189057,47807.72064243071,0.0,-22293.106254500286,43210.256666878326,0.0,-30256.147446124603,37299.87090794775,0.0,-37299.87090794777,51435.534131281296,0.0,-13782.109832740318,48260.874535949035,0.0,-22504.415385370634,43619.83268902283,0.0,-30542.935664300127,37653.424298541024,0.0,-37653.42429854104,51918.49704442583,0.0,-13911.519355291579,48714.02842946736,0.0,-22715.724516240985,44029.40871116732,0.0,-30829.72388247565,38006.9776891343,0.0,-38006.97768913431,52401.45995757036,0.0,-14040.92887784284,49167.18232298568,0.0,-22927.033647111333,44438.984733311816,0.0,-31116.512100651173,38360.53107972757,0.0,-38360.53107972759,52884.4228707149,0.0,-14170.338400394101,49620.33621650401,0.0,-23138.342777981685,44848.56075545631,0.0,-31403.300318826696,38714.08447032084,0.0,-38714.084470320864,53367.385783859434,0.0,-14299.747922945362,50073.490110022336,0.0,-23349.651908852036,45258.136777600805,0.0,-31690.08853700222,39067.63786091412,0.0,-39067.63786091414,53850.34869700397,0.0,-14429.157445496621,50526.644003540656,0.0,-23560.961039722384,45667.712799745306,0.0,-31976.876755177742,39421.19125150739,0.0,-39421.19125150741,54333.3116101485,0.0,-14558.566968047882,50979.79789705898,0.0,-23772.270170592736,46077.2888218898,0.0,-32263.664973353265,39774.74464210067,0.0,-39774.74464210068,54816.27452329303,0.0,-14687.976490599143,51432.95179057731,0.0,-23983.579301463084,46486.864844034295,0.0,-32550.453191528788,40128.298032693936,0.0,-40128.29803269396,55299.23743643757,0.0,-14817.386013150404,51886.10568409564,0.0,-24194.888432333435,46896.44086617879,0.0,-32837.241409704315,40481.85142328721,0.0,-40481.85142328723,55782.2003495821,0.0,-14946.795535701664,52339.25957761395,0.0,-24406.197563203783,47306.01688832328,0.0,-33124.029627879834,40835.40481388048,0.0,-40835.4048138805,56265.16326272663,0.0,-15076.205058252925,52792.41347113228,0.0,-24617.50669407413,47715.59291046778,0.0,-33410.81784605535,41188.958204473754,0.0,-41188.958204473776,56748.12617587116,0.0,-15205.614580804186,53245.567364650604,0.0,-24828.815824944482,48125.16893261227,0.0,-33697.60606423088,41542.51159506703,0.0,-41542.511595067044,57231.10520762728,0.0,-15335.028422324403,53698.736381921495,0.0,-25040.132008136476,48534.75862412275,0.0,-33984.40385379951,41896.07678530293,0.0,-41896.076785302954,57714.052002160235,0.0,-15464.433625906706,54151.87515168725,0.0,-25251.43408668518,48944.32097690126,0.0,-34271.18250058193,42249.61837625357,0.0,-42249.618376253595,58196.99879669319,0.0,-15593.838829489012,54605.01392145301,0.0,-25462.73616523389,49353.88332967978,0.0,-34557.961147364345,42603.15996720423,0.0,-42603.15996720424,42603.15996720423,0.0,-42603.15996720424,58196.99879669319,0.0,-15593.838829489012};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_8_1037_color_1()
		{
			double[] value = {0.012,0.129,0.956,0.012,0.129,0.956,0.012,0.129,0.956,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1037_color_2()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1037_color_3()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}
		private double[] getColor_8_1037_color_4()
		{
			double[] value = {0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953,0.449,0.018,0.953};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getElevationGrid_6_1051_height_1()
		{
			double[] value = {-5367.0,-5393.0,-5411.0,-5414.0,-5396.0,-5384.0,-5397.0,-5421.0,-5429.0,-5414.0,-5382.0,-5358.0,-5358.0,-5389.0,-5438.0,-5480.0,-5490.0,-5466.0,-5432.0,-5431.0,-5434.0,-5398.0,-5340.0,-5283.0,-5262.0,-5293.0,-5355.0,-5396.0,-5397.0,-5380.0,-5363.0,-5403.0,-5433.0,-5446.0,-5426.0,-5396.0,-5372.0,-5381.0,-5414.0,-5438.0,-5436.0,-5416.0,-5400.0,-5407.0,-5436.0,-5475.0,-5516.0,-5524.0,-5492.0,-5457.0,-5441.0,-5442.0,-5427.0,-5386.0,-5350.0,-5355.0,-5388.0,-5435.0,-5464.0,-5440.0,-5398.0,-5382.0,-5429.0,-5419.0,-5416.0,-5406.0,-5393.0,-5384.0,-5404.0,-5436.0,-5455.0,-5460.0,-5452.0,-5449.0,-5459.0,-5493.0,-5548.0,-5589.0,-5582.0,-5539.0,-5503.0,-5496.0,-5509.0,-5500.0,-5464.0,-5447.0,-5486.0,-5560.0,-5619.0,-5628.0,-5579.0,-5520.0,-5503.0,-5427.0,-5378.0,-5372.0,-5390.0,-5404.0,-5417.0,-5443.0,-5490.0,-5525.0,-5515.0,-5488.0,-5487.0,-5533.0,-5611.0,-5680.0,-5711.0,-5702.0,-5679.0,-5673.0,-5680.0,-5689.0,-5671.0,-5620.0,-5605.0,-5655.0,-5740.0,-5803.0,-5803.0,-5749.0,-5687.0,-5666.0,-5444.0,-5437.0,-5422.0,-5399.0,-5418.0,-5463.0,-5537.0,-5614.0,-5650.0,-5629.0,-5586.0,-5584.0,-5650.0,-5748.0,-5831.0,-5870.0,-5874.0,-5878.0,-5896.0,-5883.0,-5871.0,-5841.0,-5762.0,-5730.0,-5772.0,-5849.0,-5904.0,-5905.0,-5861.0,-5808.0,-5783.0,-5479.0,-5487.0,-5473.0,-5456.0,-5496.0,-5574.0,-5664.0,-5740.0,-5770.0,-5745.0,-5701.0,-5698.0,-5763.0,-5869.0,-5964.0,-6016.0,-6033.0,-6060.0,-6137.0,-6271.0,-6221.0,-5984.0,-5821.0,-5761.0,-5788.0,-5845.0,-5880.0,-5877.0,-5844.0,-5803.0,-5768.0,-5570.0,-5596.0,-5665.0,-5659.0,-5644.0,-5720.0,-5802.0,-5858.0,-5873.0,-5844.0,-5801.0,-5794.0,-5846.0,-5937.0,-6021.0,-6063.0,-6065.0,-6060.0,-6061.0,-6022.0,-5935.0,-5815.0,-5700.0,-5662.0,-5686.0,-5720.0,-5733.0,-5722.0,-5697.0,-5660.0,-5611.0,-5742.0,-5744.0,-5731.0,-5699.0,-5773.0,-5904.0,-5961.0,-5969.0,-5949.0,-5913.0,-5871.0,-5848.0,-5866.0,-5917.0,-5964.0,-5972.0,-5946.0,-5913.0,-5900.0,-5900.0,-5781.0,-5577.0,-5462.0,-5448.0,-5483.0,-5512.0,-5513.0,-5497.0,-5473.0,-5434.0,-5365.0,-5909.0,-5945.0,-6049.0,-6198.0,-6231.0,-6164.0,-6108.0,-6043.0,-5982.0,-5929.0,-5874.0,-5819.0,-5787.0,-5784.0,-5783.0,-5753.0,-5703.0,-5656.0,-5628.0,-5637.0,-5523.0,-5319.0,-5240.0,-5257.0,-5291.0,-5299.0,-5290.0,-5278.0,-5265.0,-5241.0,-5183.0,-5988.0,-5998.0,-6038.0,-6028.0,-6061.0,-6128.0,-6081.0,-5995.0,-5919.0,-5857.0,-5783.0,-5688.0,-5603.0,-5548.0,-5507.0,-5459.0,-5406.0,-5348.0,-5215.0,-4893.0,-4791.0,-4951.0,-5017.0,-5074.0,-5124.0,-5148.0,-5146.0,-5138.0,-5127.0,-5101.0,-5048.0,-5987.0,-5908.0,-5872.0,-5874.0,-5946.0,-5980.0,-5882.0,-5785.0,-5714.0,-5656.0,-5575.0,-5456.0,-5352.0,-5293.0,-5248.0,-5209.0,-5194.0,-5187.0,-5184.0,-5177.0,-5111.0,-5020.0,-4983.0,-4999.0,-5028.0,-5045.0,-5050.0,-5049.0,-5046.0,-5028.0,-4983.0,-5894.0,-5627.0,-5596.0,-5586.0,-5581.0,-5615.0,-5503.0,-5423.0,-5375.0,-5336.0,-5292.0,-5218.0,-5131.0,-5074.0,-5041.0,-5021.0,-5024.0,-5065.0,-5104.0,-5101.0,-5079.0,-5032.0,-4985.0,-4974.0,-4979.0,-4989.0,-4999.0,-5009.0,-5014.0,-5000.0,-4960.0,-5370.0,-5023.0,-4896.0,-4869.0,-4843.0,-5016.0,-5114.0,-5103.0,-5073.0,-5044.0,-5009.0,-4969.0,-4943.0,-4941.0,-4946.0,-4945.0,-4950.0,-4971.0,-4996.0,-4988.0,-4983.0,-4991.0,-4981.0,-4973.0,-4970.0,-4976.0,-4993.0,-5013.0,-5022.0,-5006.0,-4962.0,-5031.0,-4858.0,-4810.0,-4813.0,-4885.0,-5015.0,-4989.0,-4908.0,-4851.0,-4819.0,-4801.0,-4800.0,-4825.0,-4873.0,-4921.0,-4946.0,-4952.0,-4953.0,-4957.0,-4959.0,-4960.0,-4969.0,-4983.0,-4996.0,-5003.0,-5016.0,-5040.0,-5067.0,-5074.0,-5044.0,-4985.0,-4831.0,-4746.0,-4724.0,-4753.0,-4824.0,-4924.0,-4897.0,-4801.0,-4742.0,-4711.0,-4705.0,-4717.0,-4768.0,-4847.0,-4927.0,-4981.0,-5002.0,-4998.0,-4988.0,-4995.0,-4989.0,-4982.0,-5013.0,-5052.0,-5077.0,-5096.0,-5123.0,-5144.0,-5139.0,-5097.0,-5025.0,-4772.0,-4719.0,-4703.0,-4727.0,-4778.0,-4833.0,-4814.0,-4779.0,-4731.0,-4699.0,-4707.0,-4708.0,-4760.0,-4849.0,-4950.0,-5034.0,-5080.0,-5083.0,-5061.0,-5054.0,-5036.0,-5028.0,-5075.0,-5128.0,-5154.0,-5159.0,-5168.0,-5186.0,-5171.0,-5122.0,-5056.0,-4800.0,-4759.0,-4744.0,-4762.0,-4796.0,-4906.0,-4961.0,-4910.0,-4804.0,-4783.0,-4788.0,-4741.0,-4794.0,-4887.0,-5003.0,-5105.0,-5168.0,-5179.0,-5140.0,-5088.0,-5067.0,-5093.0,-5152.0,-5189.0,-5189.0,-5179.0,-5175.0,-5177.0,-5155.0,-5110.0,-5061.0,-4853.0,-4819.0,-4805.0,-4817.0,-4826.0,-4954.0,-5047.0,-4967.0,-4883.0,-4920.0,-4885.0,-4808.0,-4874.0,-4970.0,-5097.0,-5192.0,-5250.0,-5263.0,-5225.0,-5153.0,-5123.0,-5156.0,-5197.0,-5218.0,-5194.0,-5148.0,-5116.0,-5101.0,-5091.0,-5076.0,-5057.0,-4893.0,-4866.0,-4857.0,-4872.0,-4904.0,-5007.0,-5080.0,-5041.0,-4992.0,-4987.0,-4952.0,-4961.0,-4993.0,-5061.0,-5208.0,-5299.0,-5354.0,-5364.0,-5325.0,-5259.0,-5204.0,-5187.0,-5191.0,-5177.0,-5127.0,-5071.0,-5037.0,-5031.0,-5047.0,-5057.0,-5058.0,-4934.0,-4922.0,-4917.0,-4942.0,-4988.0,-5070.0,-5152.0,-5161.0,-5126.0,-5099.0,-5086.0,-5116.0,-5080.0,-5104.0,-5286.0,-5385.0,-5388.0,-5360.0,-5318.0,-5274.0,-5213.0,-5150.0,-5116.0,-5083.0,-5028.0,-4967.0,-4945.0,-4972.0,-5026.0,-5065.0,-5078.0,-5020.0,-5050.0,-5034.0,-5053.0,-5074.0,-5194.0,-5324.0,-5305.0,-5240.0,-5175.0,-5138.0,-5130.0,-5106.0,-5119.0,-5251.0,-5340.0,-5297.0,-5225.0,-5151.0,-5081.0,-5047.0,-5040.0,-5024.0,-4987.0,-4935.0,-4901.0,-4909.0,-4967.0,-5039.0,-5090.0,-5114.0,-5181.0,-5233.0,-5221.0,-5228.0,-5193.0,-5262.0,-5378.0,-5342.0,-5266.0,-5191.0,-5136.0,-5108.0,-5092.0,-5102.0,-5159.0,-5193.0,-5141.0,-5045.0,-4960.0,-4907.0,-4917.0,-4968.0,-4988.0,-4969.0,-4933.0,-4914.0,-4934.0,-4995.0,-5054.0,-5100.0,-5123.0,-5369.0,-5373.0,-5362.0,-5361.0,-5324.0,-5315.0,-5350.0,-5271.0,-5163.0,-5109.0,-5086.0,-5086.0,-5072.0,-5072.0,-5098.0,-5107.0,-5060.0,-4965.0,-4894.0,-4901.0,-4972.0,-5049.0,-5075.0,-5054.0,-5021.0,-5003.0,-5009.0,-5036.0,-5057.0,-5077.0,-5088.0,-5457.0,-5430.0,-5392.0,-5358.0,-5315.0,-5252.0,-5197.0,-5102.0,-5023.0,-5007.0,-5049.0,-5092.0,-5059.0,-5048.0,-5079.0,-5099.0,-5063.0,-4985.0,-4932.0,-4968.0,-5085.0,-5182.0,-5195.0,-5163.0,-5126.0,-5099.0,-5079.0,-5060.0,-5044.0,-5040.0,-5044.0,-5402.0,-5377.0,-5348.0,-5297.0,-5216.0,-5094.0,-4994.0,-4954.0,-4951.0,-4970.0,-5037.0,-5077.0,-5027.0,-5024.0,-5081.0,-5129.0,-5111.0,-5042.0,-5009.0,-5033.0,-5119.0,-5189.0,-5203.0,-5192.0,-5155.0,-5130.0,-5099.0,-5058.0,-5018.0,-4997.0,-5013.0,-5295.0,-5283.0,-5273.0,-5243.0,-5183.0,-5094.0,-5053.0,-5035.0,-5005.0,-5020.0,-5062.0,-5086.0,-5059.0,-5051.0,-5087.0,-5127.0,-5120.0,-5074.0,-5067.0,-5071.0,-5112.0,-5149.0,-5147.0,-5130.0,-5083.0,-5075.0,-5074.0,-5041.0,-4990.0,-4966.0,-5001.0,-5219.0,-5208.0,-5209.0,-5203.0,-5187.0,-5168.0,-5170.0,-5151.0,-5110.0,-5111.0,-5148.0,-5177.0,-5160.0,-5113.0,-5084.0,-5078.0,-5065.0,-5054.0,-5059.0,-5062.0,-5133.0,-5169.0,-5123.0,-5066.0,-5005.0,-5030.0,-5071.0,-5054.0,-5000.0,-4977.0,-5015.0,-5201.0,-5177.0,-5167.0,-5161.0,-5172.0,-5193.0,-5211.0,-5213.0,-5200.0,-5210.0,-5248.0,-5270.0,-5232.0,-5136.0,-5047.0,-4998.0,-4984.0,-5005.0,-5024.0,-5043.0,-5130.0,-5182.0,-5167.0,-5088.0,-5044.0,-5096.0,-5115.0,-5106.0,-5043.0,-5002.0,-5038.0,-5236.0,-5216.0,-5188.0,-5157.0,-5156.0,-5190.0,-5218.0,-5234.0,-5249.0,-5274.0,-5309.0,-5318.0,-5260.0,-5138.0,-5003.0,-4916.0,-4907.0,-4957.0,-5003.0,-5040.0,-5111.0,-5160.0,-5164.0,-5104.0,-5081.0,-5111.0,-5091.0,-5124.0,-5068.0,-4991.0,-5066.0,-5278.0,-5277.0,-5255.0,-5218.0,-5189.0,-5186.0,-5206.0,-5216.0,-5238.0,-5284.0,-5325.0,-5330.0,-5264.0,-5134.0,-4984.0,-4883.0,-4878.0,-4940.0,-4996.0,-5026.0,-5081.0,-5128.0,-5124.0,-5093.0,-5082.0,-5083.0,-5064.0,-5083.0,-5074.0,-5043.0,-5132.0,-5327.0,-5373.0,-5386.0,-5342.0,-5273.0,-5223.0,-5214.0,-5214.0,-5219.0,-5262.0,-5311.0,-5318.0,-5254.0,-5135.0,-5004.0,-4920.0,-4922.0,-4972.0,-5017.0,-5052.0,-5089.0,-5114.0,-5109.0,-5089.0,-5078.0,-5073.0,-5057.0,-5048.0,-5050.0,-5053.0,-5116.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_7_1051_color_1()
		{
			double[] value = {0.4249363867684478,0.6875,0.19,0.44147582697201015,0.6875,0.19,0.45292620865139954,0.6875,0.19,0.4548346055979644,0.6875,0.19,0.443384223918575,0.6875,0.19,0.43575063613231557,0.6875,0.19,0.44402035623409675,0.6875,0.19,0.45928753180661575,0.6875,0.19,0.4643765903307888,0.6875,0.19,0.4548346055979644,0.6875,0.19,0.4344783715012722,0.6875,0.19,0.4192111959287532,0.6875,0.19,0.4192111959287532,0.6875,0.19,0.4389312977099237,0.6875,0.19,0.4701017811704835,0.6875,0.19,0.4968193384223919,0.6875,0.19,0.5031806615776082,0.6875,0.19,0.4879134860050891,0.6875,0.19,0.4662849872773537,0.6875,0.19,0.46564885496183206,0.6875,0.19,0.4675572519083969,0.6875,0.19,0.44465648854961837,0.6875,0.19,0.40776081424936383,0.6875,0.19,0.37150127226463103,0.6875,0.19,0.3581424936386769,0.6875,0.19,0.37786259541984735,0.6875,0.19,0.41730279898218825,0.6875,0.19,0.443384223918575,0.6875,0.19,0.44402035623409675,0.6875,0.19,0.433206106870229,0.6875,0.19,0.4223918575063613,0.6875,0.19,0.44783715012722647,0.6875,0.19,0.4669211195928753,0.6875,0.19,0.4751908396946565,0.6875,0.19,0.46246819338422396,0.6875,0.19,0.443384223918575,0.6875,0.19,0.428117048346056,0.6875,0.19,0.4338422391857506,0.6875,0.19,0.4548346055979644,0.6875,0.19,0.4701017811704835,0.6875,0.19,0.46882951653944016,0.6875,0.19,0.45610687022900764,0.6875,0.19,0.4459287531806616,0.6875,0.19,0.45038167938931295,0.6875,0.19,0.46882951653944016,0.6875,0.19,0.4936386768447837,0.6875,0.19,0.5197201017811706,0.6875,0.19,0.5248091603053435,0.6875,0.19,0.5044529262086515,0.6875,0.19,0.4821882951653944,0.6875,0.19,0.4720101781170484,0.6875,0.19,0.47264631043257,0.6875,0.19,0.4631043256997456,0.6875,0.19,0.4370229007633588,0.6875,0.19,0.41412213740458015,0.6875,0.19,0.41730279898218825,0.6875,0.19,0.43829516539440205,0.6875,0.19,0.46819338422391854,0.6875,0.19,0.48664122137404575,0.6875,0.19,0.47137404580152675,0.6875,0.19,0.44465648854961837,0.6875,0.19,0.4344783715012722,0.6875,0.19,0.4643765903307888,0.6875,0.19,0.4580152671755725,0.6875,0.19,0.45610687022900764,0.6875,0.19,0.44974554707379133,0.6875,0.19,0.44147582697201015,0.6875,0.19,0.43575063613231557,0.6875,0.19,0.4484732824427481,0.6875,0.19,0.46882951653944016,0.6875,0.19,0.48091603053435117,0.6875,0.19,0.48409669211195927,0.6875,0.19,0.4790076335877863,0.6875,0.19,0.47709923664122134,0.6875,0.19,0.48346055979643765,0.6875,0.19,0.505089058524173,0.6875,0.19,0.5400763358778626,0.6875,0.19,0.5661577608142494,0.6875,0.19,0.561704834605598,0.6875,0.19,0.5343511450381679,0.6875,0.19,0.5114503816793894,0.6875,0.19,0.5069974554707379,0.6875,0.19,0.5152671755725191,0.6875,0.19,0.5095419847328244,0.6875,0.19,0.48664122137404575,0.6875,0.19,0.4758269720101781,0.6875,0.19,0.5006361323155216,0.6875,0.19,0.5477099236641221,0.6875,0.19,0.5852417302798982,0.6875,0.19,0.5909669211195929,0.6875,0.19,0.5597964376590331,0.6875,0.19,0.522264631043257,0.6875,0.19,0.5114503816793894,0.6875,0.19,0.4631043256997456,0.6875,0.19,0.43193384223918574,0.6875,0.19,0.428117048346056,0.6875,0.19,0.4395674300254453,0.6875,0.19,0.4484732824427481,0.6875,0.19,0.45674300254452926,0.6875,0.19,0.4732824427480916,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_2()
		{
			double[] value = {0.5031806615776082,0.6875,0.19,0.5254452926208651,0.6875,0.19,0.5190839694656488,0.6875,0.19,0.5019083969465649,0.6875,0.19,0.5012722646310432,0.6875,0.19,0.5305343511450382,0.6875,0.19,0.5801526717557253,0.6875,0.19,0.6240458015267176,0.6875,0.19,0.643765903307888,0.6875,0.19,0.6380407124681934,0.6875,0.19,0.6234096692111959,0.6875,0.19,0.6195928753180662,0.6875,0.19,0.6240458015267176,0.6875,0.19,0.6297709923664122,0.6875,0.19,0.6183206106870229,0.6875,0.19,0.5858778625954199,0.6875,0.19,0.5763358778625954,0.6875,0.19,0.6081424936386768,0.6875,0.19,0.6622137404580153,0.6875,0.19,0.7022900763358779,0.6875,0.19,0.7022900763358779,0.6875,0.19,0.66793893129771,0.6875,0.19,0.628498727735369,0.6875,0.19,0.6151399491094147,0.6875,0.19,0.47391857506361323,0.6875,0.19,0.4694656488549618,0.6875,0.19,0.45992366412213737,0.6875,0.19,0.44529262086514,0.6875,0.19,0.4573791348600509,0.6875,0.19,0.48600508905852413,0.6875,0.19,0.5330788804071247,0.6875,0.19,0.58206106870229,0.6875,0.19,0.6049618320610687,0.6875,0.19,0.5916030534351144,0.6875,0.19,0.5642493638676844,0.6875,0.19,0.5629770992366412,0.6875,0.19,0.6049618320610687,0.6875,0.19,0.6673027989821882,0.6875,0.19,0.7201017811704835,0.6875,0.19,0.744910941475827,0.6875,0.19,0.7474554707379135,0.6875,0.19,0.75,0.6875,0.19,0.7614503816793893,0.6875,0.19,0.7531806615776081,0.6875,0.19,0.7455470737913485,0.6875,0.19,0.7264631043256997,0.6875,0.19,0.6762086513994912,0.6875,0.19,0.655852417302799,0.6875,0.19,0.6825699745547074,0.6875,0.19,0.7315521628498728,0.6875,0.19,0.7665394402035624,0.6875,0.19,0.767175572519084,0.6875,0.19,0.7391857506361323,0.6875,0.19,0.705470737913486,0.6875,0.19,0.6895674300254453,0.6875,0.19,0.4961832061068703,0.6875,0.19,0.5012722646310432,0.6875,0.19,0.49236641221374045,0.6875,0.19,0.4815521628498728,0.6875,0.19,0.5069974554707379,0.6875,0.19,0.556615776081425,0.6875,0.19,0.6138676844783715,0.6875,0.19,0.6622137404580153,0.6875,0.19,0.6812977099236641,0.6875,0.19,0.6653944020356234,0.6875,0.19,0.6374045801526718,0.6875,0.19,0.6354961832061068,0.6875,0.19,0.6768447837150127,0.6875,0.19,0.7442748091603053,0.6875,0.19,0.80470737913486,0.6875,0.19,0.8377862595419847,0.6875,0.19,0.8486005089058524,0.6875,0.19,0.8657760814249365,0.6875,0.19,0.9147582697201018,0.6875,0.19,1.0,0.6875,0.19,0.9681933842239185,0.6875,0.19,0.8174300254452926,0.6875,0.19,0.7137404580152672,0.6875,0.19,0.6755725190839694,0.6875,0.19,0.6927480916030535,0.6875,0.19,0.7290076335877862,0.6875,0.19,0.7512722646310432,0.6875,0.19,0.7493638676844784,0.6875,0.19,0.7283715012722647,0.6875,0.19,0.7022900763358779,0.6875,0.19,0.6800254452926209,0.6875,0.19,0.5540712468193385,0.6875,0.19,0.5706106870229007,0.6875,0.19,0.6145038167938932,0.6875,0.19,0.6106870229007634,0.6875,0.19,0.6011450381679388,0.6875,0.19,0.6494910941475827,0.6875,0.19,0.7016539440203562,0.6875,0.19,0.7372773536895674,0.6875,0.19,0.7468193384223918,0.6875,0.19,0.7283715012722647,0.6875,0.19,0.7010178117048347,0.6875,0.19,0.6965648854961832,0.6875,0.19,0.7296437659033079,0.6875,0.19,0.787531806615776,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_3()
		{
			double[] value = {0.8409669211195929,0.6875,0.19,0.8676844783715013,0.6875,0.19,0.8689567430025446,0.6875,0.19,0.8657760814249365,0.6875,0.19,0.866412213740458,0.6875,0.19,0.8416030534351145,0.6875,0.19,0.7862595419847328,0.6875,0.19,0.7099236641221374,0.6875,0.19,0.6367684478371501,0.6875,0.19,0.6125954198473282,0.6875,0.19,0.6278625954198473,0.6875,0.19,0.6494910941475827,0.6875,0.19,0.6577608142493638,0.6875,0.19,0.6507633587786259,0.6875,0.19,0.6348600508905853,0.6875,0.19,0.611323155216285,0.6875,0.19,0.5801526717557253,0.6875,0.19,0.6634860050890585,0.6875,0.19,0.6647582697201018,0.6875,0.19,0.6564885496183206,0.6875,0.19,0.6361323155216285,0.6875,0.19,0.6832061068702291,0.6875,0.19,0.7665394402035624,0.6875,0.19,0.8027989821882952,0.6875,0.19,0.8078880407124682,0.6875,0.19,0.7951653944020356,0.6875,0.19,0.772264631043257,0.6875,0.19,0.7455470737913485,0.6875,0.19,0.7309160305343512,0.6875,0.19,0.7423664122137404,0.6875,0.19,0.7748091603053435,0.6875,0.19,0.80470737913486,0.6875,0.19,0.8097964376590331,0.6875,0.19,0.7932569974554707,0.6875,0.19,0.772264631043257,0.6875,0.19,0.7639949109414759,0.6875,0.19,0.7639949109414759,0.6875,0.19,0.688295165394402,0.6875,0.19,0.5585241730279898,0.6875,0.19,0.4853689567430025,0.6875,0.19,0.4764631043256997,0.6875,0.19,0.49872773536895676,0.6875,0.19,0.517175572519084,0.6875,0.19,0.5178117048346056,0.6875,0.19,0.5076335877862596,0.6875,0.19,0.49236641221374045,0.6875,0.19,0.4675572519083969,0.6875,0.19,0.42366412213740456,0.6875,0.19,0.7697201017811705,0.6875,0.19,0.7926208651399491,0.6875,0.19,0.8587786259541985,0.6875,0.19,0.9535623409669212,0.6875,0.19,0.9745547073791349,0.6875,0.19,0.9319338422391857,0.6875,0.19,0.8963104325699746,0.6875,0.19,0.8549618320610687,0.6875,0.19,0.8161577608142494,0.6875,0.19,0.7824427480916031,0.6875,0.19,0.7474554707379135,0.6875,0.19,0.7124681933842238,0.6875,0.19,0.6921119592875318,0.6875,0.19,0.6902035623409669,0.6875,0.19,0.6895674300254453,0.6875,0.19,0.6704834605597965,0.6875,0.19,0.638676844783715,0.6875,0.19,0.6087786259541985,0.6875,0.19,0.5909669211195929,0.6875,0.19,0.5966921119592875,0.6875,0.19,0.5241730279898219,0.6875,0.19,0.3944020356234097,0.6875,0.19,0.344147582697201,0.6875,0.19,0.3549618320610687,0.6875,0.19,0.3765903307888041,0.6875,0.19,0.38167938931297707,0.6875,0.19,0.3759541984732825,0.6875,0.19,0.36832061068702293,0.6875,0.19,0.36005089058524176,0.6875,0.19,0.34478371501272265,0.6875,0.19,0.3078880407124682,0.6875,0.19,0.8199745547073791,0.6875,0.19,0.8263358778625954,0.6875,0.19,0.8517811704834606,0.6875,0.19,0.8454198473282443,0.6875,0.19,0.866412213740458,0.6875,0.19,0.9090330788804071,0.6875,0.19,0.8791348600508906,0.6875,0.19,0.8244274809160306,0.6875,0.19,0.7760814249363868,0.6875,0.19,0.7366412213740459,0.6875,0.19,0.6895674300254453,0.6875,0.19,0.6291348600508906,0.6875,0.19,0.5750636132315521,0.6875,0.19,0.5400763358778626,0.6875,0.19,0.5139949109414759,0.6875,0.19,0.48346055979643765,0.6875,0.19,0.44974554707379133,0.6875,0.19,0.4128498727735369,0.6875,0.19,0.3282442748091603,0.6875,0.19,0.1234096692111959,0.6875,0.19,0.058524173027989845,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_4()
		{
			double[] value = {0.16030534351145043,0.6875,0.19,0.2022900763358778,0.6875,0.19,0.23854961832061072,0.6875,0.19,0.27035623409669207,0.6875,0.19,0.2856234096692112,0.6875,0.19,0.28435114503816794,0.6875,0.19,0.27926208651399487,0.6875,0.19,0.27226463104325704,0.6875,0.19,0.2557251908396947,0.6875,0.19,0.22201017811704837,0.6875,0.19,0.8193384223918575,0.6875,0.19,0.7690839694656488,0.6875,0.19,0.7461832061068703,0.6875,0.19,0.7474554707379135,0.6875,0.19,0.7932569974554707,0.6875,0.19,0.8148854961832062,0.6875,0.19,0.7525445292620865,0.6875,0.19,0.6908396946564885,0.6875,0.19,0.6456743002544529,0.6875,0.19,0.6087786259541985,0.6875,0.19,0.5572519083969465,0.6875,0.19,0.4815521628498728,0.6875,0.19,0.4153944020356234,0.6875,0.19,0.37786259541984735,0.6875,0.19,0.3492366412213741,0.6875,0.19,0.3244274809160306,0.6875,0.19,0.31488549618320616,0.6875,0.19,0.3104325699745547,0.6875,0.19,0.30852417302798985,0.6875,0.19,0.3040712468193384,0.6875,0.19,0.2620865139949109,0.6875,0.19,0.20419847328244278,0.6875,0.19,0.1806615776081425,0.6875,0.19,0.19083969465648853,0.6875,0.19,0.20928753180661575,0.6875,0.19,0.2201017811704835,0.6875,0.19,0.22328244274809161,0.6875,0.19,0.22264631043257,0.6875,0.19,0.22073791348600513,0.6875,0.19,0.20928753180661575,0.6875,0.19,0.1806615776081425,0.6875,0.19,0.760178117048346,0.6875,0.19,0.5903307888040712,0.6875,0.19,0.5706106870229007,0.6875,0.19,0.5642493638676844,0.6875,0.19,0.5610687022900763,0.6875,0.19,0.5826972010178118,0.6875,0.19,0.5114503816793894,0.6875,0.19,0.460559796437659,0.6875,0.19,0.4300254452926209,0.6875,0.19,0.40521628498727735,0.6875,0.19,0.3772264631043257,0.6875,0.19,0.33015267175572516,0.6875,0.19,0.2748091603053435,0.6875,0.19,0.23854961832061072,0.6875,0.19,0.21755725190839692,0.6875,0.19,0.2048346055979644,0.6875,0.19,0.20674300254452926,0.6875,0.19,0.23282442748091603,0.6875,0.19,0.25763358778625955,0.6875,0.19,0.2557251908396947,0.6875,0.19,0.24173027989821882,0.6875,0.19,0.21183206106870234,0.6875,0.19,0.18193384223918574,0.6875,0.19,0.1749363867684478,0.6875,0.19,0.17811704834605602,0.6875,0.19,0.18447837150127222,0.6875,0.19,0.19083969465648853,0.6875,0.19,0.19720101781170485,0.6875,0.19,0.20038167938931295,0.6875,0.19,0.19147582697201015,0.6875,0.19,0.166030534351145,0.6875,0.19,0.4268447837150128,0.6875,0.19,0.20610687022900764,0.6875,0.19,0.12531806615776087,0.6875,0.19,0.1081424936386769,0.6875,0.19,0.09160305343511455,0.6875,0.19,0.2016539440203562,0.6875,0.19,0.26399491094147587,0.6875,0.19,0.25699745547073793,0.6875,0.19,0.2379134860050891,0.6875,0.19,0.21946564885496178,0.6875,0.19,0.19720101781170485,0.6875,0.19,0.1717557251908397,0.6875,0.19,0.15521628498727735,0.6875,0.19,0.1539440203562341,0.6875,0.19,0.15712468193384221,0.6875,0.19,0.1564885496183206,0.6875,0.19,0.1596692111959288,0.6875,0.19,0.17302798982188294,0.6875,0.19,0.18893129770992367,0.6875,0.19,0.1838422391857506,0.6875,0.19,0.1806615776081425,0.6875,0.19,0.18575063613231557,0.6875,0.19,0.17938931297709926,0.6875,0.19,0.17430025445292618,0.6875,0.19,0.17239185750636132,0.6875,0.19,0.17620865139949105,0.6875,0.19,0.1870229007633588,0.6875,0.19,0.19974554707379133,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_5()
		{
			double[] value = {0.20547073791348602,0.6875,0.19,0.19529262086514,0.6875,0.19,0.16730279898218825,0.6875,0.19,0.2111959287531806,0.6875,0.19,0.10114503816793896,0.6875,0.19,0.07061068702290074,0.6875,0.19,0.0725190839694656,0.6875,0.19,0.11832061068702293,0.6875,0.19,0.20101781170483457,0.6875,0.19,0.18447837150127222,0.6875,0.19,0.1329516539440203,0.6875,0.19,0.09669211195928751,0.6875,0.19,0.07633587786259544,0.6875,0.19,0.06488549618320616,0.6875,0.19,0.06424936386768443,0.6875,0.19,0.08015267175572516,0.6875,0.19,0.11068702290076338,0.6875,0.19,0.14122137404580148,0.6875,0.19,0.15712468193384221,0.6875,0.19,0.16094147582697205,0.6875,0.19,0.16157760814249367,0.6875,0.19,0.16412213740458015,0.6875,0.19,0.1653944020356234,0.6875,0.19,0.166030534351145,0.6875,0.19,0.1717557251908397,0.6875,0.19,0.1806615776081425,0.6875,0.19,0.18893129770992367,0.6875,0.19,0.19338422391857502,0.6875,0.19,0.2016539440203562,0.6875,0.19,0.2169211195928753,0.6875,0.19,0.23409669211195927,0.6875,0.19,0.23854961832061072,0.6875,0.19,0.21946564885496178,0.6875,0.19,0.18193384223918574,0.6875,0.19,0.08396946564885499,0.6875,0.19,0.029898218829516487,0.6875,0.19,0.01590330788804073,0.6875,0.19,0.03435114503816794,0.6875,0.19,0.07951653944020354,0.6875,0.19,0.14312977099236646,0.6875,0.19,0.12595419847328249,0.6875,0.19,0.06488549618320616,0.6875,0.19,0.027353689567430006,0.6875,0.19,0.007633587786259555,0.6875,0.19,0.003816793893129722,0.6875,0.19,0.011450381679389277,0.6875,0.19,0.043893129770992356,0.6875,0.19,0.09414758269720103,0.6875,0.19,0.14503816793893132,0.6875,0.19,0.17938931297709926,0.6875,0.19,0.1927480916030534,0.6875,0.19,0.19020356234096691,0.6875,0.19,0.1838422391857506,0.6875,0.19,0.18829516539440205,0.6875,0.19,0.18447837150127222,0.6875,0.19,0.18002544529262088,0.6875,0.19,0.19974554707379133,0.6875,0.19,0.22455470737913485,0.6875,0.19,0.24045801526717558,0.6875,0.19,0.2525445292620865,0.6875,0.19,0.26972010178117045,0.6875,0.19,0.2830788804071247,0.6875,0.19,0.2798982188295165,0.6875,0.19,0.2531806615776081,0.6875,0.19,0.20737913486005088,0.6875,0.19,0.04643765903307884,0.6875,0.19,0.012722646310432517,0.6875,0.19,0.0025445292620864812,0.6875,0.19,0.01781170483460559,0.6875,0.19,0.05025445292620867,0.6875,0.19,0.08524173027989823,0.6875,0.19,0.07315521628498722,0.6875,0.19,0.05089058524173029,0.6875,0.19,0.020356234096692072,0.6875,0.19,0.0,0.6875,0.19,0.0050890585241730735,0.6875,0.19,0.005725190839694694,0.6875,0.19,0.038804071246819394,0.6875,0.19,0.09541984732824427,0.6875,0.19,0.1596692111959288,0.6875,0.19,0.21310432569974558,0.6875,0.19,0.24236641221374045,0.6875,0.19,0.2442748091603053,0.6875,0.19,0.23027989821882955,0.6875,0.19,0.2258269720101781,0.6875,0.19,0.21437659033078882,0.6875,0.19,0.20928753180661575,0.6875,0.19,0.23918575063613234,0.6875,0.19,0.27290076335877866,0.6875,0.19,0.289440203562341,0.6875,0.19,0.2926208651399491,0.6875,0.19,0.2983460559796438,0.6875,0.19,0.3097964376590331,0.6875,0.19,0.30025445292620867,0.6875,0.19,0.26908396946564883,0.6875,0.19,0.22709923664122134,0.6875,0.19,0.06424936386768443,0.6875,0.19,0.03816793893129766,0.6875,0.19,0.028625954198473247,0.6875,0.19,0.040076335877862634,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_6()
		{
			double[] value = {0.06170483460559795,0.6875,0.19,0.13167938931297707,0.6875,0.19,0.16666666666666663,0.6875,0.19,0.13422391857506366,0.6875,0.19,0.06679389312977102,0.6875,0.19,0.05343511450381677,0.6875,0.19,0.056615776081424984,0.6875,0.19,0.026717557251908386,0.6875,0.19,0.060432569974554706,0.6875,0.19,0.11959287531806617,0.6875,0.19,0.19338422391857502,0.6875,0.19,0.2582697201017812,0.6875,0.19,0.2983460559796438,0.6875,0.19,0.30534351145038163,0.6875,0.19,0.2805343511450382,0.6875,0.19,0.24745547073791352,0.6875,0.19,0.23409669211195927,0.6875,0.19,0.2506361323155216,0.6875,0.19,0.28816793893129766,0.6875,0.19,0.31170483460559795,0.6875,0.19,0.31170483460559795,0.6875,0.19,0.30534351145038163,0.6875,0.19,0.30279898218829515,0.6875,0.19,0.3040712468193384,0.6875,0.19,0.29007633587786263,0.6875,0.19,0.2614503816793893,0.6875,0.19,0.23027989821882955,0.6875,0.19,0.09796437659033075,0.6875,0.19,0.07633587786259544,0.6875,0.19,0.06743002544529264,0.6875,0.19,0.0750636132315522,0.6875,0.19,0.08078880407124678,0.6875,0.19,0.1622137404580153,0.6875,0.19,0.22137404580152675,0.6875,0.19,0.17048346055979646,0.6875,0.19,0.11704834605597969,0.6875,0.19,0.14058524173027986,0.6875,0.19,0.11832061068702293,0.6875,0.19,0.0693384223918575,0.6875,0.19,0.111323155216285,0.6875,0.19,0.17239185750636132,0.6875,0.19,0.2531806615776081,0.6875,0.19,0.3136132315521628,0.6875,0.19,0.35050890585241734,0.6875,0.19,0.3587786259541985,0.6875,0.19,0.3346055979643766,0.6875,0.19,0.2888040712468194,0.6875,0.19,0.26972010178117045,0.6875,0.19,0.29071246819338425,0.6875,0.19,0.316793893129771,0.6875,0.19,0.33015267175572516,0.6875,0.19,0.31488549618320616,0.6875,0.19,0.2856234096692112,0.6875,0.19,0.2652671755725191,0.6875,0.19,0.2557251908396947,0.6875,0.19,0.24936386768447838,0.6875,0.19,0.23982188295165396,0.6875,0.19,0.22773536895674296,0.6875,0.19,0.1234096692111959,0.6875,0.19,0.10623409669211192,0.6875,0.19,0.10050890585241734,0.6875,0.19,0.11005089058524176,0.6875,0.19,0.13040712468193383,0.6875,0.19,0.1959287531806616,0.6875,0.19,0.24236641221374045,0.6875,0.19,0.21755725190839692,0.6875,0.19,0.1863867684478372,0.6875,0.19,0.18320610687022898,0.6875,0.19,0.16094147582697205,0.6875,0.19,0.16666666666666663,0.6875,0.19,0.1870229007633588,0.6875,0.19,0.23027989821882955,0.6875,0.19,0.32379134860050895,0.6875,0.19,0.38167938931297707,0.6875,0.19,0.41666666666666663,0.6875,0.19,0.42302798982188294,0.6875,0.19,0.3982188295165394,0.6875,0.19,0.3562340966921119,0.6875,0.19,0.32124681933842236,0.6875,0.19,0.3104325699745547,0.6875,0.19,0.3129770992366412,0.6875,0.19,0.3040712468193384,0.6875,0.19,0.27226463104325704,0.6875,0.19,0.23664122137404575,0.6875,0.19,0.21501272264631044,0.6875,0.19,0.2111959287531806,0.6875,0.19,0.22137404580152675,0.6875,0.19,0.22773536895674296,0.6875,0.19,0.22837150127226458,0.6875,0.19,0.14949109414758266,0.6875,0.19,0.1418575063613231,0.6875,0.19,0.138676844783715,0.6875,0.19,0.15458015267175573,0.6875,0.19,0.1838422391857506,0.6875,0.19,0.23600508905852413,0.6875,0.19,0.28816793893129766,0.6875,0.19,0.29389312977099236,0.6875,0.19,0.2716284987277354,0.6875,0.19,0.25445292620865145,0.6875,0.19,0.24618320610687028,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_7()
		{
			double[] value = {0.2652671755725191,0.6875,0.19,0.24236641221374045,0.6875,0.19,0.25763358778625955,0.6875,0.19,0.3734096692111959,0.6875,0.19,0.4363867684478372,0.6875,0.19,0.43829516539440205,0.6875,0.19,0.42048346055979646,0.6875,0.19,0.3937659033078881,0.6875,0.19,0.36577608142493634,0.6875,0.19,0.32697201017811706,0.6875,0.19,0.2868956743002544,0.6875,0.19,0.2652671755725191,0.6875,0.19,0.2442748091603053,0.6875,0.19,0.20928753180661575,0.6875,0.19,0.17048346055979646,0.6875,0.19,0.1564885496183206,0.6875,0.19,0.17366412213740456,0.6875,0.19,0.2080152671755725,0.6875,0.19,0.23282442748091603,0.6875,0.19,0.2410941475826972,0.6875,0.19,0.20419847328244278,0.6875,0.19,0.22328244274809161,0.6875,0.19,0.21310432569974558,0.6875,0.19,0.22519083969465647,0.6875,0.19,0.23854961832061072,0.6875,0.19,0.31488549618320616,0.6875,0.19,0.3975826972010178,0.6875,0.19,0.3854961832061069,0.6875,0.19,0.344147582697201,0.6875,0.19,0.30279898218829515,0.6875,0.19,0.27926208651399487,0.6875,0.19,0.2741730279898219,0.6875,0.19,0.2589058524173028,0.6875,0.19,0.26717557251908397,0.6875,0.19,0.35114503816793896,0.6875,0.19,0.40776081424936383,0.6875,0.19,0.38040712468193383,0.6875,0.19,0.3346055979643766,0.6875,0.19,0.28753180661577604,0.6875,0.19,0.24300254452926207,0.6875,0.19,0.22137404580152675,0.6875,0.19,0.2169211195928753,0.6875,0.19,0.20674300254452926,0.6875,0.19,0.18320610687022898,0.6875,0.19,0.15012722646310428,0.6875,0.19,0.12849872773536897,0.6875,0.19,0.13358778625954193,0.6875,0.19,0.17048346055979646,0.6875,0.19,0.21628498727735368,0.6875,0.19,0.24872773536895676,0.6875,0.19,0.26399491094147587,0.6875,0.19,0.306615776081425,0.6875,0.19,0.3396946564885496,0.6875,0.19,0.33206106870229013,0.6875,0.19,0.33651399491094147,0.6875,0.19,0.31424936386768443,0.6875,0.19,0.3581424936386769,0.6875,0.19,0.43193384223918574,0.6875,0.19,0.4090330788804071,0.6875,0.19,0.3606870229007634,0.6875,0.19,0.3129770992366412,0.6875,0.19,0.2779898218829516,0.6875,0.19,0.26017811704834604,0.6875,0.19,0.25,0.6875,0.19,0.2563613231552163,0.6875,0.19,0.2926208651399491,0.6875,0.19,0.31424936386768443,0.6875,0.19,0.28117048346055984,0.6875,0.19,0.2201017811704835,0.6875,0.19,0.166030534351145,0.6875,0.19,0.1323155216284987,0.6875,0.19,0.138676844783715,0.6875,0.19,0.17111959287531808,0.6875,0.19,0.1838422391857506,0.6875,0.19,0.1717557251908397,0.6875,0.19,0.14885496183206104,0.6875,0.19,0.13676844783715014,0.6875,0.19,0.14949109414758266,0.6875,0.19,0.18829516539440205,0.6875,0.19,0.2258269720101781,0.6875,0.19,0.2550890585241731,0.6875,0.19,0.26972010178117045,0.6875,0.19,0.42620865139949105,0.6875,0.19,0.42875318066157764,0.6875,0.19,0.4217557251908397,0.6875,0.19,0.4211195928753181,0.6875,0.19,0.3975826972010178,0.6875,0.19,0.3918575063613231,0.6875,0.19,0.41412213740458015,0.6875,0.19,0.3638676844783715,0.6875,0.19,0.2951653944020356,0.6875,0.19,0.26081424936386766,0.6875,0.19,0.24618320610687028,0.6875,0.19,0.24618320610687028,0.6875,0.19,0.23727735368956748,0.6875,0.19,0.23727735368956748,0.6875,0.19,0.2538167938931297,0.6875,0.19,0.2595419847328244,0.6875,0.19,0.22964376590330793,0.6875,0.19,0.16921119592875322,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_8()
		{
			double[] value = {0.12404580152671751,0.6875,0.19,0.12849872773536897,0.6875,0.19,0.17366412213740456,0.6875,0.19,0.22264631043257,0.6875,0.19,0.23918575063613234,0.6875,0.19,0.2258269720101781,0.6875,0.19,0.2048346055979644,0.6875,0.19,0.19338422391857502,0.6875,0.19,0.19720101781170485,0.6875,0.19,0.21437659033078882,0.6875,0.19,0.22773536895674296,0.6875,0.19,0.24045801526717558,0.6875,0.19,0.24745547073791352,0.6875,0.19,0.4821882951653944,0.6875,0.19,0.46501272264631044,0.6875,0.19,0.44083969465648853,0.6875,0.19,0.4192111959287532,0.6875,0.19,0.3918575063613231,0.6875,0.19,0.3517811704834606,0.6875,0.19,0.316793893129771,0.6875,0.19,0.2563613231552163,0.6875,0.19,0.20610687022900764,0.6875,0.19,0.1959287531806616,0.6875,0.19,0.22264631043257,0.6875,0.19,0.25,0.6875,0.19,0.2290076335877863,0.6875,0.19,0.22201017811704837,0.6875,0.19,0.24173027989821882,0.6875,0.19,0.25445292620865145,0.6875,0.19,0.2315521628498728,0.6875,0.19,0.18193384223918574,0.6875,0.19,0.14821882951653942,0.6875,0.19,0.17111959287531808,0.6875,0.19,0.24554707379134855,0.6875,0.19,0.3072519083969466,0.6875,0.19,0.3155216284987278,0.6875,0.19,0.2951653944020356,0.6875,0.19,0.2716284987277354,0.6875,0.19,0.25445292620865145,0.6875,0.19,0.24173027989821882,0.6875,0.19,0.22964376590330793,0.6875,0.19,0.21946564885496178,0.6875,0.19,0.2169211195928753,0.6875,0.19,0.21946564885496178,0.6875,0.19,0.44720101781170485,0.6875,0.19,0.4312977099236641,0.6875,0.19,0.4128498727735369,0.6875,0.19,0.38040712468193383,0.6875,0.19,0.3288804071246819,0.6875,0.19,0.25127226463104324,0.6875,0.19,0.18765903307888043,0.6875,0.19,0.1622137404580153,0.6875,0.19,0.16030534351145043,0.6875,0.19,0.17239185750636132,0.6875,0.19,0.21501272264631044,0.6875,0.19,0.24045801526717558,0.6875,0.19,0.20865139949109412,0.6875,0.19,0.20674300254452926,0.6875,0.19,0.24300254452926207,0.6875,0.19,0.2735368956743003,0.6875,0.19,0.2620865139949109,0.6875,0.19,0.21819338422391854,0.6875,0.19,0.19720101781170485,0.6875,0.19,0.21246819338422396,0.6875,0.19,0.26717557251908397,0.6875,0.19,0.31170483460559795,0.6875,0.19,0.32061068702290074,0.6875,0.19,0.3136132315521628,0.6875,0.19,0.29007633587786263,0.6875,0.19,0.2741730279898219,0.6875,0.19,0.25445292620865145,0.6875,0.19,0.22837150127226458,0.6875,0.19,0.20292620865139954,0.6875,0.19,0.1895674300254453,0.6875,0.19,0.19974554707379133,0.6875,0.19,0.3791348600508906,0.6875,0.19,0.37150127226463103,0.6875,0.19,0.3651399491094147,0.6875,0.19,0.3460559796437659,0.6875,0.19,0.3078880407124682,0.6875,0.19,0.25127226463104324,0.6875,0.19,0.22519083969465647,0.6875,0.19,0.2137404580152672,0.6875,0.19,0.19465648854961837,0.6875,0.19,0.20419847328244278,0.6875,0.19,0.23091603053435117,0.6875,0.19,0.24618320610687028,0.6875,0.19,0.2290076335877863,0.6875,0.19,0.22391857506361323,0.6875,0.19,0.2468193384223919,0.6875,0.19,0.27226463104325704,0.6875,0.19,0.2678117048346056,0.6875,0.19,0.23854961832061072,0.6875,0.19,0.23409669211195927,0.6875,0.19,0.23664122137404575,0.6875,0.19,0.2627226463104325,0.6875,0.19,0.2862595419847328,0.6875,0.19,0.28498727735368956,0.6875,0.19,0.2741730279898219,0.6875,0.19,0.2442748091603053,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_9()
		{
			double[] value = {0.23918575063613234,0.6875,0.19,0.23854961832061072,0.6875,0.19,0.21755725190839692,0.6875,0.19,0.18511450381679384,0.6875,0.19,0.16984732824427484,0.6875,0.19,0.19211195928753177,0.6875,0.19,0.3307888040712468,0.6875,0.19,0.32379134860050895,0.6875,0.19,0.3244274809160306,0.6875,0.19,0.32061068702290074,0.6875,0.19,0.3104325699745547,0.6875,0.19,0.2983460559796438,0.6875,0.19,0.29961832061068705,0.6875,0.19,0.28753180661577604,0.6875,0.19,0.2614503816793893,0.6875,0.19,0.2620865139949109,0.6875,0.19,0.2856234096692112,0.6875,0.19,0.3040712468193384,0.6875,0.19,0.29325699745547074,0.6875,0.19,0.26335877862595425,0.6875,0.19,0.24491094147582693,0.6875,0.19,0.2410941475826972,0.6875,0.19,0.23282442748091603,0.6875,0.19,0.2258269720101781,0.6875,0.19,0.2290076335877863,0.6875,0.19,0.23091603053435117,0.6875,0.19,0.27608142493638677,0.6875,0.19,0.29898218829516543,0.6875,0.19,0.26972010178117045,0.6875,0.19,0.23346055979643765,0.6875,0.19,0.19465648854961837,0.6875,0.19,0.21055979643765899,0.6875,0.19,0.23664122137404575,0.6875,0.19,0.2258269720101781,0.6875,0.19,0.19147582697201015,0.6875,0.19,0.17684478371501278,0.6875,0.19,0.20101781170483457,0.6875,0.19,0.3193384223918575,0.6875,0.19,0.3040712468193384,0.6875,0.19,0.2977099236641222,0.6875,0.19,0.29389312977099236,0.6875,0.19,0.3008905852417303,0.6875,0.19,0.31424936386768443,0.6875,0.19,0.3256997455470738,0.6875,0.19,0.32697201017811706,0.6875,0.19,0.3187022900763359,0.6875,0.19,0.3250636132315522,0.6875,0.19,0.3492366412213741,0.6875,0.19,0.36323155216284986,0.6875,0.19,0.33905852417302795,0.6875,0.19,0.2779898218829516,0.6875,0.19,0.22137404580152675,0.6875,0.19,0.19020356234096691,0.6875,0.19,0.18129770992366412,0.6875,0.19,0.19465648854961837,0.6875,0.19,0.20674300254452926,0.6875,0.19,0.21882951653944016,0.6875,0.19,0.2741730279898219,0.6875,0.19,0.3072519083969466,0.6875,0.19,0.2977099236641222,0.6875,0.19,0.24745547073791352,0.6875,0.19,0.21946564885496178,0.6875,0.19,0.2525445292620865,0.6875,0.19,0.2646310432569975,0.6875,0.19,0.2589058524173028,0.6875,0.19,0.21882951653944016,0.6875,0.19,0.1927480916030534,0.6875,0.19,0.21564885496183206,0.6875,0.19,0.34160305343511455,0.6875,0.19,0.3288804071246819,0.6875,0.19,0.3110687022900763,0.6875,0.19,0.2913486005089059,0.6875,0.19,0.29071246819338425,0.6875,0.19,0.31234096692111957,0.6875,0.19,0.33015267175572516,0.6875,0.19,0.3403307888040712,0.6875,0.19,0.3498727735368957,0.6875,0.19,0.36577608142493634,0.6875,0.19,0.3880407124681934,0.6875,0.19,0.3937659033078881,0.6875,0.19,0.35687022900763354,0.6875,0.19,0.27926208651399487,0.6875,0.19,0.19338422391857502,0.6875,0.19,0.13804071246819338,0.6875,0.19,0.1323155216284987,0.6875,0.19,0.16412213740458015,0.6875,0.19,0.19338422391857502,0.6875,0.19,0.2169211195928753,0.6875,0.19,0.2620865139949109,0.6875,0.19,0.29325699745547074,0.6875,0.19,0.2958015267175572,0.6875,0.19,0.25763358778625955,0.6875,0.19,0.24300254452926207,0.6875,0.19,0.2620865139949109,0.6875,0.19,0.24936386768447838,0.6875,0.19,0.27035623409669207,0.6875,0.19,0.2347328244274809,0.6875,0.19,0.18575063613231557,0.6875,0.19,0.23346055979643765,0.6875,0.19,0.36832061068702293,0.6875,0.19};
			return value;
		}
		private double[] getColor_7_1051_color_10()
		{
			double[] value = {0.3676844783715013,0.6875,0.19,0.35368956743002544,0.6875,0.19,0.33015267175572516,0.6875,0.19,0.31170483460559795,0.6875,0.19,0.3097964376590331,0.6875,0.19,0.3225190839694656,0.6875,0.19,0.3288804071246819,0.6875,0.19,0.3428753180661578,0.6875,0.19,0.37213740458015265,0.6875,0.19,0.3982188295165394,0.6875,0.19,0.40139949109414763,0.6875,0.19,0.35941475826972014,0.6875,0.19,0.2767175572519084,0.6875,0.19,0.18129770992366412,0.6875,0.19,0.11704834605597969,0.6875,0.19,0.11386768447837148,0.6875,0.19,0.1533078880407125,0.6875,0.19,0.18893129770992367,0.6875,0.19,0.2080152671755725,0.6875,0.19,0.24300254452926207,0.6875,0.19,0.27290076335877866,0.6875,0.19,0.27035623409669207,0.6875,0.19,0.2506361323155216,0.6875,0.19,0.24363867684478369,0.6875,0.19,0.2442748091603053,0.6875,0.19,0.2321882951653944,0.6875,0.19,0.2442748091603053,0.6875,0.19,0.23854961832061072,0.6875,0.19,0.21882951653944016,0.6875,0.19,0.27544529262086515,0.6875,0.19,0.39949109414758266,0.6875,0.19,0.42875318066157764,0.6875,0.19,0.4370229007633588,0.6875,0.19,0.4090330788804071,0.6875,0.19,0.3651399491094147,0.6875,0.19,0.33333333333333337,0.6875,0.19,0.3276081424936387,0.6875,0.19,0.3276081424936387,0.6875,0.19,0.3307888040712468,0.6875,0.19,0.3581424936386769,0.6875,0.19,0.3893129770992366,0.6875,0.19,0.3937659033078881,0.6875,0.19,0.3530534351145038,0.6875,0.19,0.27735368956743,0.6875,0.19,0.19402035623409675,0.6875,0.19,0.14058524173027986,0.6875,0.19,0.1418575063613231,0.6875,0.19,0.17366412213740456,0.6875,0.19,0.2022900763358778,0.6875,0.19,0.22455470737913485,0.6875,0.19,0.24809160305343514,0.6875,0.19,0.26399491094147587,0.6875,0.19,0.26081424936386766,0.6875,0.19,0.24809160305343514,0.6875,0.19,0.2410941475826972,0.6875,0.19,0.2379134860050891,0.6875,0.19,0.22773536895674296,0.6875,0.19,0.22201017811704837,0.6875,0.19,0.22328244274809161,0.6875,0.19,0.22519083969465647,0.6875,0.19,0.2652671755725191,0.6875,0.19};
			return value;
		}

		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #351, 2142 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_351_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_351_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_351_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_351_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_351_coordIndex_3()));
			return IndexedFaceSet_7_351_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #351, 1446 total numbers made up of 482 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_351_point()
		{
			MFVec3f Coordinate_8_351_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_351_point_1()))
				.append(new MFVec3f(getCoordinate_8_351_point_2()))
				.append(new MFVec3f(getCoordinate_8_351_point_3()))
				.append(new MFVec3f(getCoordinate_8_351_point_4()))
				.append(new MFVec3f(getCoordinate_8_351_point_5()));
			return Coordinate_8_351_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #352, 1071 total numbers made up of 357 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 MFColor getColor_8_352_color()
		{
			MFColor Color_8_352_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_352_color_1()))
				.append(new MFColor(getColor_8_352_color_2()))
				.append(new MFColor(getColor_8_352_color_3()))
				.append(new MFColor(getColor_8_352_color_4()));
			return Color_8_352_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #356, 2142 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_356_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_356_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_356_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_356_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_356_coordIndex_3()));
			return IndexedFaceSet_7_356_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #356, 1446 total numbers made up of 482 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_356_point()
		{
			MFVec3f Coordinate_8_356_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_356_point_1()))
				.append(new MFVec3f(getCoordinate_8_356_point_2()))
				.append(new MFVec3f(getCoordinate_8_356_point_3()))
				.append(new MFVec3f(getCoordinate_8_356_point_4()))
				.append(new MFVec3f(getCoordinate_8_356_point_5()));
			return Coordinate_8_356_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #357, 1071 total numbers made up of 357 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 MFColor getColor_8_357_color()
		{
			MFColor Color_8_357_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_357_color_1()))
				.append(new MFColor(getColor_8_357_color_2()))
				.append(new MFColor(getColor_8_357_color_3()))
				.append(new MFColor(getColor_8_357_color_4()));
			return Color_8_357_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #361, 2142 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_361_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_361_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_361_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_361_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_361_coordIndex_3()));
			return IndexedFaceSet_7_361_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #361, 1446 total numbers made up of 482 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_361_point()
		{
			MFVec3f Coordinate_8_361_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_361_point_1()))
				.append(new MFVec3f(getCoordinate_8_361_point_2()))
				.append(new MFVec3f(getCoordinate_8_361_point_3()))
				.append(new MFVec3f(getCoordinate_8_361_point_4()))
				.append(new MFVec3f(getCoordinate_8_361_point_5()));
			return Coordinate_8_361_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #362, 1071 total numbers made up of 357 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 MFColor getColor_8_362_color()
		{
			MFColor Color_8_362_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_362_color_1()))
				.append(new MFColor(getColor_8_362_color_2()))
				.append(new MFColor(getColor_8_362_color_3()))
				.append(new MFColor(getColor_8_362_color_4()));
			return Color_8_362_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #366, 2142 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_366_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_366_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_366_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_366_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_366_coordIndex_3()));
			return IndexedFaceSet_7_366_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #366, 1446 total numbers made up of 482 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_366_point()
		{
			MFVec3f Coordinate_8_366_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_366_point_1()))
				.append(new MFVec3f(getCoordinate_8_366_point_2()))
				.append(new MFVec3f(getCoordinate_8_366_point_3()))
				.append(new MFVec3f(getCoordinate_8_366_point_4()))
				.append(new MFVec3f(getCoordinate_8_366_point_5()));
			return Coordinate_8_366_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #367, 1071 total numbers made up of 357 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 MFColor getColor_8_367_color()
		{
			MFColor Color_8_367_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_367_color_1()))
				.append(new MFColor(getColor_8_367_color_2()))
				.append(new MFColor(getColor_8_367_color_3()))
				.append(new MFColor(getColor_8_367_color_4()));
			return Color_8_367_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #371, 2142 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_371_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_371_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_371_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_371_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_371_coordIndex_3()));
			return IndexedFaceSet_7_371_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #371, 1446 total numbers made up of 482 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_371_point()
		{
			MFVec3f Coordinate_8_371_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_371_point_1()))
				.append(new MFVec3f(getCoordinate_8_371_point_2()))
				.append(new MFVec3f(getCoordinate_8_371_point_3()))
				.append(new MFVec3f(getCoordinate_8_371_point_4()))
				.append(new MFVec3f(getCoordinate_8_371_point_5()));
			return Coordinate_8_371_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #372, 1071 total numbers made up of 357 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 MFColor getColor_8_372_color()
		{
			MFColor Color_8_372_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_372_color_1()))
				.append(new MFColor(getColor_8_372_color_2()))
				.append(new MFColor(getColor_8_372_color_3()))
				.append(new MFColor(getColor_8_372_color_4()));
			return Color_8_372_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #376, 2142 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_376_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_376_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_376_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_376_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_376_coordIndex_3()));
			return IndexedFaceSet_7_376_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #376, 1446 total numbers made up of 482 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_376_point()
		{
			MFVec3f Coordinate_8_376_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_376_point_1()))
				.append(new MFVec3f(getCoordinate_8_376_point_2()))
				.append(new MFVec3f(getCoordinate_8_376_point_3()))
				.append(new MFVec3f(getCoordinate_8_376_point_4()))
				.append(new MFVec3f(getCoordinate_8_376_point_5()));
			return Coordinate_8_376_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #377, 1071 total numbers made up of 357 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 MFColor getColor_8_377_color()
		{
			MFColor Color_8_377_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_377_color_1()))
				.append(new MFColor(getColor_8_377_color_2()))
				.append(new MFColor(getColor_8_377_color_3()))
				.append(new MFColor(getColor_8_377_color_4()));
			return Color_8_377_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #381, 2142 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_381_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_381_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_381_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_381_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_381_coordIndex_3()));
			return IndexedFaceSet_7_381_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #381, 1446 total numbers made up of 482 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_381_point()
		{
			MFVec3f Coordinate_8_381_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_381_point_1()))
				.append(new MFVec3f(getCoordinate_8_381_point_2()))
				.append(new MFVec3f(getCoordinate_8_381_point_3()))
				.append(new MFVec3f(getCoordinate_8_381_point_4()))
				.append(new MFVec3f(getCoordinate_8_381_point_5()));
			return Coordinate_8_381_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #382, 1071 total numbers made up of 357 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 MFColor getColor_8_382_color()
		{
			MFColor Color_8_382_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_382_color_1()))
				.append(new MFColor(getColor_8_382_color_2()))
				.append(new MFColor(getColor_8_382_color_3()))
				.append(new MFColor(getColor_8_382_color_4()));
			return Color_8_382_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #386, 2142 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_386_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_386_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_386_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_386_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_386_coordIndex_3()));
			return IndexedFaceSet_7_386_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #386, 1446 total numbers made up of 482 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_386_point()
		{
			MFVec3f Coordinate_8_386_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_386_point_1()))
				.append(new MFVec3f(getCoordinate_8_386_point_2()))
				.append(new MFVec3f(getCoordinate_8_386_point_3()))
				.append(new MFVec3f(getCoordinate_8_386_point_4()))
				.append(new MFVec3f(getCoordinate_8_386_point_5()));
			return Coordinate_8_386_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #387, 1071 total numbers made up of 357 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 MFColor getColor_8_387_color()
		{
			MFColor Color_8_387_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_387_color_1()))
				.append(new MFColor(getColor_8_387_color_2()))
				.append(new MFColor(getColor_8_387_color_3()))
				.append(new MFColor(getColor_8_387_color_4()));
			return Color_8_387_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #391, 2142 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_391_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_391_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_391_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_391_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_391_coordIndex_3()));
			return IndexedFaceSet_7_391_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #391, 1446 total numbers made up of 482 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_391_point()
		{
			MFVec3f Coordinate_8_391_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_391_point_1()))
				.append(new MFVec3f(getCoordinate_8_391_point_2()))
				.append(new MFVec3f(getCoordinate_8_391_point_3()))
				.append(new MFVec3f(getCoordinate_8_391_point_4()))
				.append(new MFVec3f(getCoordinate_8_391_point_5()));
			return Coordinate_8_391_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #392, 1071 total numbers made up of 357 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 MFColor getColor_8_392_color()
		{
			MFColor Color_8_392_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_392_color_1()))
				.append(new MFColor(getColor_8_392_color_2()))
				.append(new MFColor(getColor_8_392_color_3()))
				.append(new MFColor(getColor_8_392_color_4()));
			return Color_8_392_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #396, 2142 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_396_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_396_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_396_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_396_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_396_coordIndex_3()));
			return IndexedFaceSet_7_396_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #396, 1446 total numbers made up of 482 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_396_point()
		{
			MFVec3f Coordinate_8_396_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_396_point_1()))
				.append(new MFVec3f(getCoordinate_8_396_point_2()))
				.append(new MFVec3f(getCoordinate_8_396_point_3()))
				.append(new MFVec3f(getCoordinate_8_396_point_4()))
				.append(new MFVec3f(getCoordinate_8_396_point_5()));
			return Coordinate_8_396_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #397, 1071 total numbers made up of 357 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 MFColor getColor_8_397_color()
		{
			MFColor Color_8_397_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_397_color_1()))
				.append(new MFColor(getColor_8_397_color_2()))
				.append(new MFColor(getColor_8_397_color_3()))
				.append(new MFColor(getColor_8_397_color_4()));
			return Color_8_397_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #401, 2142 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_401_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_401_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_401_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_401_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_401_coordIndex_3()));
			return IndexedFaceSet_7_401_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #401, 1446 total numbers made up of 482 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_401_point()
		{
			MFVec3f Coordinate_8_401_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_401_point_1()))
				.append(new MFVec3f(getCoordinate_8_401_point_2()))
				.append(new MFVec3f(getCoordinate_8_401_point_3()))
				.append(new MFVec3f(getCoordinate_8_401_point_4()))
				.append(new MFVec3f(getCoordinate_8_401_point_5()));
			return Coordinate_8_401_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #402, 1071 total numbers made up of 357 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 MFColor getColor_8_402_color()
		{
			MFColor Color_8_402_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_402_color_1()))
				.append(new MFColor(getColor_8_402_color_2()))
				.append(new MFColor(getColor_8_402_color_3()))
				.append(new MFColor(getColor_8_402_color_4()));
			return Color_8_402_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #406, 2142 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_406_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_406_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_406_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_406_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_406_coordIndex_3()));
			return IndexedFaceSet_7_406_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #406, 1446 total numbers made up of 482 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_406_point()
		{
			MFVec3f Coordinate_8_406_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_406_point_1()))
				.append(new MFVec3f(getCoordinate_8_406_point_2()))
				.append(new MFVec3f(getCoordinate_8_406_point_3()))
				.append(new MFVec3f(getCoordinate_8_406_point_4()))
				.append(new MFVec3f(getCoordinate_8_406_point_5()));
			return Coordinate_8_406_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #407, 1071 total numbers made up of 357 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 MFColor getColor_8_407_color()
		{
			MFColor Color_8_407_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_407_color_1()))
				.append(new MFColor(getColor_8_407_color_2()))
				.append(new MFColor(getColor_8_407_color_3()))
				.append(new MFColor(getColor_8_407_color_4()));
			return Color_8_407_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #421, 2142 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_421_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_421_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_421_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_421_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_421_coordIndex_3()));
			return IndexedFaceSet_7_421_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #421, 1446 total numbers made up of 482 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_421_point()
		{
			MFVec3f Coordinate_8_421_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_421_point_1()))
				.append(new MFVec3f(getCoordinate_8_421_point_2()))
				.append(new MFVec3f(getCoordinate_8_421_point_3()))
				.append(new MFVec3f(getCoordinate_8_421_point_4()))
				.append(new MFVec3f(getCoordinate_8_421_point_5()));
			return Coordinate_8_421_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #422, 1071 total numbers made up of 357 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 MFColor getColor_8_422_color()
		{
			MFColor Color_8_422_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_422_color_1()))
				.append(new MFColor(getColor_8_422_color_2()))
				.append(new MFColor(getColor_8_422_color_3()))
				.append(new MFColor(getColor_8_422_color_4()));
			return Color_8_422_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #426, 2142 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_426_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_426_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_426_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_426_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_426_coordIndex_3()));
			return IndexedFaceSet_7_426_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #426, 1446 total numbers made up of 482 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_426_point()
		{
			MFVec3f Coordinate_8_426_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_426_point_1()))
				.append(new MFVec3f(getCoordinate_8_426_point_2()))
				.append(new MFVec3f(getCoordinate_8_426_point_3()))
				.append(new MFVec3f(getCoordinate_8_426_point_4()))
				.append(new MFVec3f(getCoordinate_8_426_point_5()));
			return Coordinate_8_426_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #427, 1071 total numbers made up of 357 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 MFColor getColor_8_427_color()
		{
			MFColor Color_8_427_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_427_color_1()))
				.append(new MFColor(getColor_8_427_color_2()))
				.append(new MFColor(getColor_8_427_color_3()))
				.append(new MFColor(getColor_8_427_color_4()));
			return Color_8_427_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #431, 2142 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_431_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_431_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_431_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_431_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_431_coordIndex_3()));
			return IndexedFaceSet_7_431_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #431, 1446 total numbers made up of 482 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_431_point()
		{
			MFVec3f Coordinate_8_431_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_431_point_1()))
				.append(new MFVec3f(getCoordinate_8_431_point_2()))
				.append(new MFVec3f(getCoordinate_8_431_point_3()))
				.append(new MFVec3f(getCoordinate_8_431_point_4()))
				.append(new MFVec3f(getCoordinate_8_431_point_5()));
			return Coordinate_8_431_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #432, 1071 total numbers made up of 357 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 MFColor getColor_8_432_color()
		{
			MFColor Color_8_432_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_432_color_1()))
				.append(new MFColor(getColor_8_432_color_2()))
				.append(new MFColor(getColor_8_432_color_3()))
				.append(new MFColor(getColor_8_432_color_4()));
			return Color_8_432_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #436, 2142 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_436_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_436_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_436_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_436_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_436_coordIndex_3()));
			return IndexedFaceSet_7_436_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #436, 1446 total numbers made up of 482 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_436_point()
		{
			MFVec3f Coordinate_8_436_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_436_point_1()))
				.append(new MFVec3f(getCoordinate_8_436_point_2()))
				.append(new MFVec3f(getCoordinate_8_436_point_3()))
				.append(new MFVec3f(getCoordinate_8_436_point_4()))
				.append(new MFVec3f(getCoordinate_8_436_point_5()));
			return Coordinate_8_436_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #437, 1071 total numbers made up of 357 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 MFColor getColor_8_437_color()
		{
			MFColor Color_8_437_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_437_color_1()))
				.append(new MFColor(getColor_8_437_color_2()))
				.append(new MFColor(getColor_8_437_color_3()))
				.append(new MFColor(getColor_8_437_color_4()));
			return Color_8_437_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #441, 2142 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_441_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_441_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_441_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_441_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_441_coordIndex_3()));
			return IndexedFaceSet_7_441_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #441, 1446 total numbers made up of 482 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_441_point()
		{
			MFVec3f Coordinate_8_441_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_441_point_1()))
				.append(new MFVec3f(getCoordinate_8_441_point_2()))
				.append(new MFVec3f(getCoordinate_8_441_point_3()))
				.append(new MFVec3f(getCoordinate_8_441_point_4()))
				.append(new MFVec3f(getCoordinate_8_441_point_5()));
			return Coordinate_8_441_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #442, 1071 total numbers made up of 357 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 MFColor getColor_8_442_color()
		{
			MFColor Color_8_442_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_442_color_1()))
				.append(new MFColor(getColor_8_442_color_2()))
				.append(new MFColor(getColor_8_442_color_3()))
				.append(new MFColor(getColor_8_442_color_4()));
			return Color_8_442_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #446, 2142 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_446_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_446_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_446_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_446_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_446_coordIndex_3()));
			return IndexedFaceSet_7_446_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #446, 1446 total numbers made up of 482 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_446_point()
		{
			MFVec3f Coordinate_8_446_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_446_point_1()))
				.append(new MFVec3f(getCoordinate_8_446_point_2()))
				.append(new MFVec3f(getCoordinate_8_446_point_3()))
				.append(new MFVec3f(getCoordinate_8_446_point_4()))
				.append(new MFVec3f(getCoordinate_8_446_point_5()));
			return Coordinate_8_446_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #447, 1071 total numbers made up of 357 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 MFColor getColor_8_447_color()
		{
			MFColor Color_8_447_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_447_color_1()))
				.append(new MFColor(getColor_8_447_color_2()))
				.append(new MFColor(getColor_8_447_color_3()))
				.append(new MFColor(getColor_8_447_color_4()));
			return Color_8_447_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #451, 2142 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_451_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_451_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_451_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_451_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_451_coordIndex_3()));
			return IndexedFaceSet_7_451_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #451, 1446 total numbers made up of 482 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_451_point()
		{
			MFVec3f Coordinate_8_451_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_451_point_1()))
				.append(new MFVec3f(getCoordinate_8_451_point_2()))
				.append(new MFVec3f(getCoordinate_8_451_point_3()))
				.append(new MFVec3f(getCoordinate_8_451_point_4()))
				.append(new MFVec3f(getCoordinate_8_451_point_5()));
			return Coordinate_8_451_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #452, 1071 total numbers made up of 357 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 MFColor getColor_8_452_color()
		{
			MFColor Color_8_452_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_452_color_1()))
				.append(new MFColor(getColor_8_452_color_2()))
				.append(new MFColor(getColor_8_452_color_3()))
				.append(new MFColor(getColor_8_452_color_4()));
			return Color_8_452_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #456, 2142 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_456_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_456_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_456_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_456_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_456_coordIndex_3()));
			return IndexedFaceSet_7_456_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #456, 1446 total numbers made up of 482 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_456_point()
		{
			MFVec3f Coordinate_8_456_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_456_point_1()))
				.append(new MFVec3f(getCoordinate_8_456_point_2()))
				.append(new MFVec3f(getCoordinate_8_456_point_3()))
				.append(new MFVec3f(getCoordinate_8_456_point_4()))
				.append(new MFVec3f(getCoordinate_8_456_point_5()));
			return Coordinate_8_456_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #457, 1071 total numbers made up of 357 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 MFColor getColor_8_457_color()
		{
			MFColor Color_8_457_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_457_color_1()))
				.append(new MFColor(getColor_8_457_color_2()))
				.append(new MFColor(getColor_8_457_color_3()))
				.append(new MFColor(getColor_8_457_color_4()));
			return Color_8_457_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #461, 2142 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_461_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_461_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_461_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_461_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_461_coordIndex_3()));
			return IndexedFaceSet_7_461_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #461, 1446 total numbers made up of 482 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_461_point()
		{
			MFVec3f Coordinate_8_461_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_461_point_1()))
				.append(new MFVec3f(getCoordinate_8_461_point_2()))
				.append(new MFVec3f(getCoordinate_8_461_point_3()))
				.append(new MFVec3f(getCoordinate_8_461_point_4()))
				.append(new MFVec3f(getCoordinate_8_461_point_5()));
			return Coordinate_8_461_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #462, 1071 total numbers made up of 357 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 MFColor getColor_8_462_color()
		{
			MFColor Color_8_462_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_462_color_1()))
				.append(new MFColor(getColor_8_462_color_2()))
				.append(new MFColor(getColor_8_462_color_3()))
				.append(new MFColor(getColor_8_462_color_4()));
			return Color_8_462_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #466, 2142 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_466_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_466_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_466_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_466_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_466_coordIndex_3()));
			return IndexedFaceSet_7_466_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #466, 1446 total numbers made up of 482 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_466_point()
		{
			MFVec3f Coordinate_8_466_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_466_point_1()))
				.append(new MFVec3f(getCoordinate_8_466_point_2()))
				.append(new MFVec3f(getCoordinate_8_466_point_3()))
				.append(new MFVec3f(getCoordinate_8_466_point_4()))
				.append(new MFVec3f(getCoordinate_8_466_point_5()));
			return Coordinate_8_466_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #467, 1071 total numbers made up of 357 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 MFColor getColor_8_467_color()
		{
			MFColor Color_8_467_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_467_color_1()))
				.append(new MFColor(getColor_8_467_color_2()))
				.append(new MFColor(getColor_8_467_color_3()))
				.append(new MFColor(getColor_8_467_color_4()));
			return Color_8_467_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #471, 2142 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_471_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_471_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_471_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_471_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_471_coordIndex_3()));
			return IndexedFaceSet_7_471_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #471, 1446 total numbers made up of 482 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_471_point()
		{
			MFVec3f Coordinate_8_471_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_471_point_1()))
				.append(new MFVec3f(getCoordinate_8_471_point_2()))
				.append(new MFVec3f(getCoordinate_8_471_point_3()))
				.append(new MFVec3f(getCoordinate_8_471_point_4()))
				.append(new MFVec3f(getCoordinate_8_471_point_5()));
			return Coordinate_8_471_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #472, 1071 total numbers made up of 357 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 MFColor getColor_8_472_color()
		{
			MFColor Color_8_472_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_472_color_1()))
				.append(new MFColor(getColor_8_472_color_2()))
				.append(new MFColor(getColor_8_472_color_3()))
				.append(new MFColor(getColor_8_472_color_4()));
			return Color_8_472_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #476, 2142 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_476_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_476_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_476_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_476_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_476_coordIndex_3()));
			return IndexedFaceSet_7_476_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #476, 1446 total numbers made up of 482 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_476_point()
		{
			MFVec3f Coordinate_8_476_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_476_point_1()))
				.append(new MFVec3f(getCoordinate_8_476_point_2()))
				.append(new MFVec3f(getCoordinate_8_476_point_3()))
				.append(new MFVec3f(getCoordinate_8_476_point_4()))
				.append(new MFVec3f(getCoordinate_8_476_point_5()));
			return Coordinate_8_476_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #477, 1071 total numbers made up of 357 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 MFColor getColor_8_477_color()
		{
			MFColor Color_8_477_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_477_color_1()))
				.append(new MFColor(getColor_8_477_color_2()))
				.append(new MFColor(getColor_8_477_color_3()))
				.append(new MFColor(getColor_8_477_color_4()));
			return Color_8_477_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #491, 2142 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_491_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_491_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_491_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_491_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_491_coordIndex_3()));
			return IndexedFaceSet_7_491_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #491, 1446 total numbers made up of 482 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_491_point()
		{
			MFVec3f Coordinate_8_491_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_491_point_1()))
				.append(new MFVec3f(getCoordinate_8_491_point_2()))
				.append(new MFVec3f(getCoordinate_8_491_point_3()))
				.append(new MFVec3f(getCoordinate_8_491_point_4()))
				.append(new MFVec3f(getCoordinate_8_491_point_5()));
			return Coordinate_8_491_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #492, 1071 total numbers made up of 357 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 MFColor getColor_8_492_color()
		{
			MFColor Color_8_492_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_492_color_1()))
				.append(new MFColor(getColor_8_492_color_2()))
				.append(new MFColor(getColor_8_492_color_3()))
				.append(new MFColor(getColor_8_492_color_4()));
			return Color_8_492_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #496, 2142 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_496_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_496_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_496_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_496_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_496_coordIndex_3()));
			return IndexedFaceSet_7_496_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #496, 1446 total numbers made up of 482 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_496_point()
		{
			MFVec3f Coordinate_8_496_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_496_point_1()))
				.append(new MFVec3f(getCoordinate_8_496_point_2()))
				.append(new MFVec3f(getCoordinate_8_496_point_3()))
				.append(new MFVec3f(getCoordinate_8_496_point_4()))
				.append(new MFVec3f(getCoordinate_8_496_point_5()));
			return Coordinate_8_496_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #497, 1071 total numbers made up of 357 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 MFColor getColor_8_497_color()
		{
			MFColor Color_8_497_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_497_color_1()))
				.append(new MFColor(getColor_8_497_color_2()))
				.append(new MFColor(getColor_8_497_color_3()))
				.append(new MFColor(getColor_8_497_color_4()));
			return Color_8_497_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #501, 2142 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_501_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_501_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_501_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_501_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_501_coordIndex_3()));
			return IndexedFaceSet_7_501_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #501, 1446 total numbers made up of 482 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_501_point()
		{
			MFVec3f Coordinate_8_501_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_501_point_1()))
				.append(new MFVec3f(getCoordinate_8_501_point_2()))
				.append(new MFVec3f(getCoordinate_8_501_point_3()))
				.append(new MFVec3f(getCoordinate_8_501_point_4()))
				.append(new MFVec3f(getCoordinate_8_501_point_5()));
			return Coordinate_8_501_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #502, 1071 total numbers made up of 357 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 MFColor getColor_8_502_color()
		{
			MFColor Color_8_502_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_502_color_1()))
				.append(new MFColor(getColor_8_502_color_2()))
				.append(new MFColor(getColor_8_502_color_3()))
				.append(new MFColor(getColor_8_502_color_4()));
			return Color_8_502_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #506, 2142 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_506_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_506_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_506_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_506_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_506_coordIndex_3()));
			return IndexedFaceSet_7_506_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #506, 1446 total numbers made up of 482 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_506_point()
		{
			MFVec3f Coordinate_8_506_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_506_point_1()))
				.append(new MFVec3f(getCoordinate_8_506_point_2()))
				.append(new MFVec3f(getCoordinate_8_506_point_3()))
				.append(new MFVec3f(getCoordinate_8_506_point_4()))
				.append(new MFVec3f(getCoordinate_8_506_point_5()));
			return Coordinate_8_506_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #507, 1071 total numbers made up of 357 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 MFColor getColor_8_507_color()
		{
			MFColor Color_8_507_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_507_color_1()))
				.append(new MFColor(getColor_8_507_color_2()))
				.append(new MFColor(getColor_8_507_color_3()))
				.append(new MFColor(getColor_8_507_color_4()));
			return Color_8_507_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #511, 2142 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_511_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_511_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_511_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_511_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_511_coordIndex_3()));
			return IndexedFaceSet_7_511_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #511, 1446 total numbers made up of 482 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_511_point()
		{
			MFVec3f Coordinate_8_511_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_511_point_1()))
				.append(new MFVec3f(getCoordinate_8_511_point_2()))
				.append(new MFVec3f(getCoordinate_8_511_point_3()))
				.append(new MFVec3f(getCoordinate_8_511_point_4()))
				.append(new MFVec3f(getCoordinate_8_511_point_5()));
			return Coordinate_8_511_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #512, 1071 total numbers made up of 357 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 MFColor getColor_8_512_color()
		{
			MFColor Color_8_512_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_512_color_1()))
				.append(new MFColor(getColor_8_512_color_2()))
				.append(new MFColor(getColor_8_512_color_3()))
				.append(new MFColor(getColor_8_512_color_4()));
			return Color_8_512_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #516, 2142 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_516_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_516_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_516_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_516_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_516_coordIndex_3()));
			return IndexedFaceSet_7_516_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #516, 1446 total numbers made up of 482 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_516_point()
		{
			MFVec3f Coordinate_8_516_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_516_point_1()))
				.append(new MFVec3f(getCoordinate_8_516_point_2()))
				.append(new MFVec3f(getCoordinate_8_516_point_3()))
				.append(new MFVec3f(getCoordinate_8_516_point_4()))
				.append(new MFVec3f(getCoordinate_8_516_point_5()));
			return Coordinate_8_516_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #517, 1071 total numbers made up of 357 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 MFColor getColor_8_517_color()
		{
			MFColor Color_8_517_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_517_color_1()))
				.append(new MFColor(getColor_8_517_color_2()))
				.append(new MFColor(getColor_8_517_color_3()))
				.append(new MFColor(getColor_8_517_color_4()));
			return Color_8_517_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #521, 2142 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_521_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_521_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_521_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_521_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_521_coordIndex_3()));
			return IndexedFaceSet_7_521_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #521, 1446 total numbers made up of 482 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_521_point()
		{
			MFVec3f Coordinate_8_521_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_521_point_1()))
				.append(new MFVec3f(getCoordinate_8_521_point_2()))
				.append(new MFVec3f(getCoordinate_8_521_point_3()))
				.append(new MFVec3f(getCoordinate_8_521_point_4()))
				.append(new MFVec3f(getCoordinate_8_521_point_5()));
			return Coordinate_8_521_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #522, 1071 total numbers made up of 357 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 MFColor getColor_8_522_color()
		{
			MFColor Color_8_522_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_522_color_1()))
				.append(new MFColor(getColor_8_522_color_2()))
				.append(new MFColor(getColor_8_522_color_3()))
				.append(new MFColor(getColor_8_522_color_4()));
			return Color_8_522_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #526, 2142 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_526_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_526_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_526_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_526_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_526_coordIndex_3()));
			return IndexedFaceSet_7_526_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #526, 1446 total numbers made up of 482 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_526_point()
		{
			MFVec3f Coordinate_8_526_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_526_point_1()))
				.append(new MFVec3f(getCoordinate_8_526_point_2()))
				.append(new MFVec3f(getCoordinate_8_526_point_3()))
				.append(new MFVec3f(getCoordinate_8_526_point_4()))
				.append(new MFVec3f(getCoordinate_8_526_point_5()));
			return Coordinate_8_526_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #527, 1071 total numbers made up of 357 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 MFColor getColor_8_527_color()
		{
			MFColor Color_8_527_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_527_color_1()))
				.append(new MFColor(getColor_8_527_color_2()))
				.append(new MFColor(getColor_8_527_color_3()))
				.append(new MFColor(getColor_8_527_color_4()));
			return Color_8_527_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #531, 2142 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_531_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_531_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_531_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_531_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_531_coordIndex_3()));
			return IndexedFaceSet_7_531_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #531, 1446 total numbers made up of 482 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_531_point()
		{
			MFVec3f Coordinate_8_531_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_531_point_1()))
				.append(new MFVec3f(getCoordinate_8_531_point_2()))
				.append(new MFVec3f(getCoordinate_8_531_point_3()))
				.append(new MFVec3f(getCoordinate_8_531_point_4()))
				.append(new MFVec3f(getCoordinate_8_531_point_5()));
			return Coordinate_8_531_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #532, 1071 total numbers made up of 357 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 MFColor getColor_8_532_color()
		{
			MFColor Color_8_532_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_532_color_1()))
				.append(new MFColor(getColor_8_532_color_2()))
				.append(new MFColor(getColor_8_532_color_3()))
				.append(new MFColor(getColor_8_532_color_4()));
			return Color_8_532_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #536, 2142 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_536_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_536_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_536_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_536_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_536_coordIndex_3()));
			return IndexedFaceSet_7_536_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #536, 1446 total numbers made up of 482 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_536_point()
		{
			MFVec3f Coordinate_8_536_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_536_point_1()))
				.append(new MFVec3f(getCoordinate_8_536_point_2()))
				.append(new MFVec3f(getCoordinate_8_536_point_3()))
				.append(new MFVec3f(getCoordinate_8_536_point_4()))
				.append(new MFVec3f(getCoordinate_8_536_point_5()));
			return Coordinate_8_536_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #537, 1071 total numbers made up of 357 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 MFColor getColor_8_537_color()
		{
			MFColor Color_8_537_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_537_color_1()))
				.append(new MFColor(getColor_8_537_color_2()))
				.append(new MFColor(getColor_8_537_color_3()))
				.append(new MFColor(getColor_8_537_color_4()));
			return Color_8_537_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #541, 2142 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_541_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_541_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_541_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_541_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_541_coordIndex_3()));
			return IndexedFaceSet_7_541_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #541, 1446 total numbers made up of 482 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_541_point()
		{
			MFVec3f Coordinate_8_541_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_541_point_1()))
				.append(new MFVec3f(getCoordinate_8_541_point_2()))
				.append(new MFVec3f(getCoordinate_8_541_point_3()))
				.append(new MFVec3f(getCoordinate_8_541_point_4()))
				.append(new MFVec3f(getCoordinate_8_541_point_5()));
			return Coordinate_8_541_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #542, 1071 total numbers made up of 357 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 MFColor getColor_8_542_color()
		{
			MFColor Color_8_542_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_542_color_1()))
				.append(new MFColor(getColor_8_542_color_2()))
				.append(new MFColor(getColor_8_542_color_3()))
				.append(new MFColor(getColor_8_542_color_4()));
			return Color_8_542_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #546, 2142 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_546_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_546_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_546_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_546_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_546_coordIndex_3()));
			return IndexedFaceSet_7_546_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #546, 1446 total numbers made up of 482 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_546_point()
		{
			MFVec3f Coordinate_8_546_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_546_point_1()))
				.append(new MFVec3f(getCoordinate_8_546_point_2()))
				.append(new MFVec3f(getCoordinate_8_546_point_3()))
				.append(new MFVec3f(getCoordinate_8_546_point_4()))
				.append(new MFVec3f(getCoordinate_8_546_point_5()));
			return Coordinate_8_546_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #547, 1071 total numbers made up of 357 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 MFColor getColor_8_547_color()
		{
			MFColor Color_8_547_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_547_color_1()))
				.append(new MFColor(getColor_8_547_color_2()))
				.append(new MFColor(getColor_8_547_color_3()))
				.append(new MFColor(getColor_8_547_color_4()));
			return Color_8_547_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #561, 2142 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_561_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_561_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_561_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_561_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_561_coordIndex_3()));
			return IndexedFaceSet_7_561_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #561, 1446 total numbers made up of 482 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_561_point()
		{
			MFVec3f Coordinate_8_561_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_561_point_1()))
				.append(new MFVec3f(getCoordinate_8_561_point_2()))
				.append(new MFVec3f(getCoordinate_8_561_point_3()))
				.append(new MFVec3f(getCoordinate_8_561_point_4()))
				.append(new MFVec3f(getCoordinate_8_561_point_5()));
			return Coordinate_8_561_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #562, 1071 total numbers made up of 357 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 MFColor getColor_8_562_color()
		{
			MFColor Color_8_562_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_562_color_1()))
				.append(new MFColor(getColor_8_562_color_2()))
				.append(new MFColor(getColor_8_562_color_3()))
				.append(new MFColor(getColor_8_562_color_4()));
			return Color_8_562_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #566, 2142 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_566_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_566_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_566_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_566_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_566_coordIndex_3()));
			return IndexedFaceSet_7_566_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #566, 1446 total numbers made up of 482 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_566_point()
		{
			MFVec3f Coordinate_8_566_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_566_point_1()))
				.append(new MFVec3f(getCoordinate_8_566_point_2()))
				.append(new MFVec3f(getCoordinate_8_566_point_3()))
				.append(new MFVec3f(getCoordinate_8_566_point_4()))
				.append(new MFVec3f(getCoordinate_8_566_point_5()));
			return Coordinate_8_566_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #567, 1071 total numbers made up of 357 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 MFColor getColor_8_567_color()
		{
			MFColor Color_8_567_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_567_color_1()))
				.append(new MFColor(getColor_8_567_color_2()))
				.append(new MFColor(getColor_8_567_color_3()))
				.append(new MFColor(getColor_8_567_color_4()));
			return Color_8_567_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #571, 2142 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_571_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_571_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_571_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_571_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_571_coordIndex_3()));
			return IndexedFaceSet_7_571_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #571, 1446 total numbers made up of 482 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_571_point()
		{
			MFVec3f Coordinate_8_571_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_571_point_1()))
				.append(new MFVec3f(getCoordinate_8_571_point_2()))
				.append(new MFVec3f(getCoordinate_8_571_point_3()))
				.append(new MFVec3f(getCoordinate_8_571_point_4()))
				.append(new MFVec3f(getCoordinate_8_571_point_5()));
			return Coordinate_8_571_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #572, 1071 total numbers made up of 357 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 MFColor getColor_8_572_color()
		{
			MFColor Color_8_572_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_572_color_1()))
				.append(new MFColor(getColor_8_572_color_2()))
				.append(new MFColor(getColor_8_572_color_3()))
				.append(new MFColor(getColor_8_572_color_4()));
			return Color_8_572_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #576, 2142 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_576_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_576_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_576_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_576_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_576_coordIndex_3()));
			return IndexedFaceSet_7_576_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #576, 1446 total numbers made up of 482 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_576_point()
		{
			MFVec3f Coordinate_8_576_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_576_point_1()))
				.append(new MFVec3f(getCoordinate_8_576_point_2()))
				.append(new MFVec3f(getCoordinate_8_576_point_3()))
				.append(new MFVec3f(getCoordinate_8_576_point_4()))
				.append(new MFVec3f(getCoordinate_8_576_point_5()));
			return Coordinate_8_576_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #577, 1071 total numbers made up of 357 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 MFColor getColor_8_577_color()
		{
			MFColor Color_8_577_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_577_color_1()))
				.append(new MFColor(getColor_8_577_color_2()))
				.append(new MFColor(getColor_8_577_color_3()))
				.append(new MFColor(getColor_8_577_color_4()));
			return Color_8_577_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #581, 2142 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_581_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_581_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_581_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_581_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_581_coordIndex_3()));
			return IndexedFaceSet_7_581_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #581, 1446 total numbers made up of 482 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_581_point()
		{
			MFVec3f Coordinate_8_581_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_581_point_1()))
				.append(new MFVec3f(getCoordinate_8_581_point_2()))
				.append(new MFVec3f(getCoordinate_8_581_point_3()))
				.append(new MFVec3f(getCoordinate_8_581_point_4()))
				.append(new MFVec3f(getCoordinate_8_581_point_5()));
			return Coordinate_8_581_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #582, 1071 total numbers made up of 357 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 MFColor getColor_8_582_color()
		{
			MFColor Color_8_582_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_582_color_1()))
				.append(new MFColor(getColor_8_582_color_2()))
				.append(new MFColor(getColor_8_582_color_3()))
				.append(new MFColor(getColor_8_582_color_4()));
			return Color_8_582_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #586, 2142 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_586_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_586_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_586_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_586_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_586_coordIndex_3()));
			return IndexedFaceSet_7_586_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #586, 1446 total numbers made up of 482 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_586_point()
		{
			MFVec3f Coordinate_8_586_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_586_point_1()))
				.append(new MFVec3f(getCoordinate_8_586_point_2()))
				.append(new MFVec3f(getCoordinate_8_586_point_3()))
				.append(new MFVec3f(getCoordinate_8_586_point_4()))
				.append(new MFVec3f(getCoordinate_8_586_point_5()));
			return Coordinate_8_586_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #587, 1071 total numbers made up of 357 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 MFColor getColor_8_587_color()
		{
			MFColor Color_8_587_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_587_color_1()))
				.append(new MFColor(getColor_8_587_color_2()))
				.append(new MFColor(getColor_8_587_color_3()))
				.append(new MFColor(getColor_8_587_color_4()));
			return Color_8_587_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #591, 2142 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_591_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_591_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_591_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_591_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_591_coordIndex_3()));
			return IndexedFaceSet_7_591_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #591, 1446 total numbers made up of 482 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_591_point()
		{
			MFVec3f Coordinate_8_591_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_591_point_1()))
				.append(new MFVec3f(getCoordinate_8_591_point_2()))
				.append(new MFVec3f(getCoordinate_8_591_point_3()))
				.append(new MFVec3f(getCoordinate_8_591_point_4()))
				.append(new MFVec3f(getCoordinate_8_591_point_5()));
			return Coordinate_8_591_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #592, 1071 total numbers made up of 357 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 MFColor getColor_8_592_color()
		{
			MFColor Color_8_592_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_592_color_1()))
				.append(new MFColor(getColor_8_592_color_2()))
				.append(new MFColor(getColor_8_592_color_3()))
				.append(new MFColor(getColor_8_592_color_4()));
			return Color_8_592_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #596, 2142 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_596_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_596_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_596_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_596_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_596_coordIndex_3()));
			return IndexedFaceSet_7_596_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #596, 1446 total numbers made up of 482 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_596_point()
		{
			MFVec3f Coordinate_8_596_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_596_point_1()))
				.append(new MFVec3f(getCoordinate_8_596_point_2()))
				.append(new MFVec3f(getCoordinate_8_596_point_3()))
				.append(new MFVec3f(getCoordinate_8_596_point_4()))
				.append(new MFVec3f(getCoordinate_8_596_point_5()));
			return Coordinate_8_596_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #597, 1071 total numbers made up of 357 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 MFColor getColor_8_597_color()
		{
			MFColor Color_8_597_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_597_color_1()))
				.append(new MFColor(getColor_8_597_color_2()))
				.append(new MFColor(getColor_8_597_color_3()))
				.append(new MFColor(getColor_8_597_color_4()));
			return Color_8_597_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #601, 2142 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_601_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_601_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_601_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_601_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_601_coordIndex_3()));
			return IndexedFaceSet_7_601_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #601, 1446 total numbers made up of 482 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_601_point()
		{
			MFVec3f Coordinate_8_601_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_601_point_1()))
				.append(new MFVec3f(getCoordinate_8_601_point_2()))
				.append(new MFVec3f(getCoordinate_8_601_point_3()))
				.append(new MFVec3f(getCoordinate_8_601_point_4()))
				.append(new MFVec3f(getCoordinate_8_601_point_5()));
			return Coordinate_8_601_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #602, 1071 total numbers made up of 357 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 MFColor getColor_8_602_color()
		{
			MFColor Color_8_602_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_602_color_1()))
				.append(new MFColor(getColor_8_602_color_2()))
				.append(new MFColor(getColor_8_602_color_3()))
				.append(new MFColor(getColor_8_602_color_4()));
			return Color_8_602_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #606, 2142 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_606_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_606_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_606_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_606_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_606_coordIndex_3()));
			return IndexedFaceSet_7_606_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #606, 1446 total numbers made up of 482 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_606_point()
		{
			MFVec3f Coordinate_8_606_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_606_point_1()))
				.append(new MFVec3f(getCoordinate_8_606_point_2()))
				.append(new MFVec3f(getCoordinate_8_606_point_3()))
				.append(new MFVec3f(getCoordinate_8_606_point_4()))
				.append(new MFVec3f(getCoordinate_8_606_point_5()));
			return Coordinate_8_606_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #607, 1071 total numbers made up of 357 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 MFColor getColor_8_607_color()
		{
			MFColor Color_8_607_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_607_color_1()))
				.append(new MFColor(getColor_8_607_color_2()))
				.append(new MFColor(getColor_8_607_color_3()))
				.append(new MFColor(getColor_8_607_color_4()));
			return Color_8_607_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #611, 2142 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_611_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_611_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_611_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_611_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_611_coordIndex_3()));
			return IndexedFaceSet_7_611_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #611, 1446 total numbers made up of 482 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_611_point()
		{
			MFVec3f Coordinate_8_611_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_611_point_1()))
				.append(new MFVec3f(getCoordinate_8_611_point_2()))
				.append(new MFVec3f(getCoordinate_8_611_point_3()))
				.append(new MFVec3f(getCoordinate_8_611_point_4()))
				.append(new MFVec3f(getCoordinate_8_611_point_5()));
			return Coordinate_8_611_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #612, 1071 total numbers made up of 357 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 MFColor getColor_8_612_color()
		{
			MFColor Color_8_612_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_612_color_1()))
				.append(new MFColor(getColor_8_612_color_2()))
				.append(new MFColor(getColor_8_612_color_3()))
				.append(new MFColor(getColor_8_612_color_4()));
			return Color_8_612_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #616, 2142 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_616_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_616_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_616_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_616_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_616_coordIndex_3()));
			return IndexedFaceSet_7_616_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #616, 1446 total numbers made up of 482 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_616_point()
		{
			MFVec3f Coordinate_8_616_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_616_point_1()))
				.append(new MFVec3f(getCoordinate_8_616_point_2()))
				.append(new MFVec3f(getCoordinate_8_616_point_3()))
				.append(new MFVec3f(getCoordinate_8_616_point_4()))
				.append(new MFVec3f(getCoordinate_8_616_point_5()));
			return Coordinate_8_616_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #617, 1071 total numbers made up of 357 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 MFColor getColor_8_617_color()
		{
			MFColor Color_8_617_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_617_color_1()))
				.append(new MFColor(getColor_8_617_color_2()))
				.append(new MFColor(getColor_8_617_color_3()))
				.append(new MFColor(getColor_8_617_color_4()));
			return Color_8_617_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #631, 2142 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_631_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_631_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_631_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_631_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_631_coordIndex_3()));
			return IndexedFaceSet_7_631_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #631, 1446 total numbers made up of 482 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_631_point()
		{
			MFVec3f Coordinate_8_631_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_631_point_1()))
				.append(new MFVec3f(getCoordinate_8_631_point_2()))
				.append(new MFVec3f(getCoordinate_8_631_point_3()))
				.append(new MFVec3f(getCoordinate_8_631_point_4()))
				.append(new MFVec3f(getCoordinate_8_631_point_5()));
			return Coordinate_8_631_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #632, 1071 total numbers made up of 357 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 MFColor getColor_8_632_color()
		{
			MFColor Color_8_632_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_632_color_1()))
				.append(new MFColor(getColor_8_632_color_2()))
				.append(new MFColor(getColor_8_632_color_3()))
				.append(new MFColor(getColor_8_632_color_4()));
			return Color_8_632_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #636, 2142 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_636_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_636_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_636_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_636_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_636_coordIndex_3()));
			return IndexedFaceSet_7_636_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #636, 1446 total numbers made up of 482 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_636_point()
		{
			MFVec3f Coordinate_8_636_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_636_point_1()))
				.append(new MFVec3f(getCoordinate_8_636_point_2()))
				.append(new MFVec3f(getCoordinate_8_636_point_3()))
				.append(new MFVec3f(getCoordinate_8_636_point_4()))
				.append(new MFVec3f(getCoordinate_8_636_point_5()));
			return Coordinate_8_636_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #637, 1071 total numbers made up of 357 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 MFColor getColor_8_637_color()
		{
			MFColor Color_8_637_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_637_color_1()))
				.append(new MFColor(getColor_8_637_color_2()))
				.append(new MFColor(getColor_8_637_color_3()))
				.append(new MFColor(getColor_8_637_color_4()));
			return Color_8_637_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #641, 2142 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_641_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_641_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_641_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_641_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_641_coordIndex_3()));
			return IndexedFaceSet_7_641_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #641, 1446 total numbers made up of 482 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_641_point()
		{
			MFVec3f Coordinate_8_641_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_641_point_1()))
				.append(new MFVec3f(getCoordinate_8_641_point_2()))
				.append(new MFVec3f(getCoordinate_8_641_point_3()))
				.append(new MFVec3f(getCoordinate_8_641_point_4()))
				.append(new MFVec3f(getCoordinate_8_641_point_5()));
			return Coordinate_8_641_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #642, 1071 total numbers made up of 357 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 MFColor getColor_8_642_color()
		{
			MFColor Color_8_642_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_642_color_1()))
				.append(new MFColor(getColor_8_642_color_2()))
				.append(new MFColor(getColor_8_642_color_3()))
				.append(new MFColor(getColor_8_642_color_4()));
			return Color_8_642_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #646, 2142 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_646_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_646_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_646_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_646_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_646_coordIndex_3()));
			return IndexedFaceSet_7_646_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #646, 1446 total numbers made up of 482 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_646_point()
		{
			MFVec3f Coordinate_8_646_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_646_point_1()))
				.append(new MFVec3f(getCoordinate_8_646_point_2()))
				.append(new MFVec3f(getCoordinate_8_646_point_3()))
				.append(new MFVec3f(getCoordinate_8_646_point_4()))
				.append(new MFVec3f(getCoordinate_8_646_point_5()));
			return Coordinate_8_646_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #647, 1071 total numbers made up of 357 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 MFColor getColor_8_647_color()
		{
			MFColor Color_8_647_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_647_color_1()))
				.append(new MFColor(getColor_8_647_color_2()))
				.append(new MFColor(getColor_8_647_color_3()))
				.append(new MFColor(getColor_8_647_color_4()));
			return Color_8_647_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #651, 2142 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_651_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_651_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_651_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_651_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_651_coordIndex_3()));
			return IndexedFaceSet_7_651_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #651, 1446 total numbers made up of 482 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_651_point()
		{
			MFVec3f Coordinate_8_651_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_651_point_1()))
				.append(new MFVec3f(getCoordinate_8_651_point_2()))
				.append(new MFVec3f(getCoordinate_8_651_point_3()))
				.append(new MFVec3f(getCoordinate_8_651_point_4()))
				.append(new MFVec3f(getCoordinate_8_651_point_5()));
			return Coordinate_8_651_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #652, 1071 total numbers made up of 357 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 MFColor getColor_8_652_color()
		{
			MFColor Color_8_652_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_652_color_1()))
				.append(new MFColor(getColor_8_652_color_2()))
				.append(new MFColor(getColor_8_652_color_3()))
				.append(new MFColor(getColor_8_652_color_4()));
			return Color_8_652_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #656, 2142 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_656_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_656_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_656_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_656_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_656_coordIndex_3()));
			return IndexedFaceSet_7_656_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #656, 1446 total numbers made up of 482 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_656_point()
		{
			MFVec3f Coordinate_8_656_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_656_point_1()))
				.append(new MFVec3f(getCoordinate_8_656_point_2()))
				.append(new MFVec3f(getCoordinate_8_656_point_3()))
				.append(new MFVec3f(getCoordinate_8_656_point_4()))
				.append(new MFVec3f(getCoordinate_8_656_point_5()));
			return Coordinate_8_656_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #657, 1071 total numbers made up of 357 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 MFColor getColor_8_657_color()
		{
			MFColor Color_8_657_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_657_color_1()))
				.append(new MFColor(getColor_8_657_color_2()))
				.append(new MFColor(getColor_8_657_color_3()))
				.append(new MFColor(getColor_8_657_color_4()));
			return Color_8_657_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #661, 2142 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_661_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_661_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_661_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_661_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_661_coordIndex_3()));
			return IndexedFaceSet_7_661_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #661, 1446 total numbers made up of 482 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_661_point()
		{
			MFVec3f Coordinate_8_661_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_661_point_1()))
				.append(new MFVec3f(getCoordinate_8_661_point_2()))
				.append(new MFVec3f(getCoordinate_8_661_point_3()))
				.append(new MFVec3f(getCoordinate_8_661_point_4()))
				.append(new MFVec3f(getCoordinate_8_661_point_5()));
			return Coordinate_8_661_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #662, 1071 total numbers made up of 357 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 MFColor getColor_8_662_color()
		{
			MFColor Color_8_662_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_662_color_1()))
				.append(new MFColor(getColor_8_662_color_2()))
				.append(new MFColor(getColor_8_662_color_3()))
				.append(new MFColor(getColor_8_662_color_4()));
			return Color_8_662_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #666, 2142 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_666_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_666_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_666_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_666_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_666_coordIndex_3()));
			return IndexedFaceSet_7_666_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #666, 1446 total numbers made up of 482 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_666_point()
		{
			MFVec3f Coordinate_8_666_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_666_point_1()))
				.append(new MFVec3f(getCoordinate_8_666_point_2()))
				.append(new MFVec3f(getCoordinate_8_666_point_3()))
				.append(new MFVec3f(getCoordinate_8_666_point_4()))
				.append(new MFVec3f(getCoordinate_8_666_point_5()));
			return Coordinate_8_666_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #667, 1071 total numbers made up of 357 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 MFColor getColor_8_667_color()
		{
			MFColor Color_8_667_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_667_color_1()))
				.append(new MFColor(getColor_8_667_color_2()))
				.append(new MFColor(getColor_8_667_color_3()))
				.append(new MFColor(getColor_8_667_color_4()));
			return Color_8_667_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #671, 2142 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_671_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_671_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_671_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_671_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_671_coordIndex_3()));
			return IndexedFaceSet_7_671_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #671, 1446 total numbers made up of 482 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_671_point()
		{
			MFVec3f Coordinate_8_671_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_671_point_1()))
				.append(new MFVec3f(getCoordinate_8_671_point_2()))
				.append(new MFVec3f(getCoordinate_8_671_point_3()))
				.append(new MFVec3f(getCoordinate_8_671_point_4()))
				.append(new MFVec3f(getCoordinate_8_671_point_5()));
			return Coordinate_8_671_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #672, 1071 total numbers made up of 357 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 MFColor getColor_8_672_color()
		{
			MFColor Color_8_672_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_672_color_1()))
				.append(new MFColor(getColor_8_672_color_2()))
				.append(new MFColor(getColor_8_672_color_3()))
				.append(new MFColor(getColor_8_672_color_4()));
			return Color_8_672_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #676, 2142 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_676_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_676_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_676_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_676_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_676_coordIndex_3()));
			return IndexedFaceSet_7_676_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #676, 1446 total numbers made up of 482 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_676_point()
		{
			MFVec3f Coordinate_8_676_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_676_point_1()))
				.append(new MFVec3f(getCoordinate_8_676_point_2()))
				.append(new MFVec3f(getCoordinate_8_676_point_3()))
				.append(new MFVec3f(getCoordinate_8_676_point_4()))
				.append(new MFVec3f(getCoordinate_8_676_point_5()));
			return Coordinate_8_676_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #677, 1071 total numbers made up of 357 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 MFColor getColor_8_677_color()
		{
			MFColor Color_8_677_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_677_color_1()))
				.append(new MFColor(getColor_8_677_color_2()))
				.append(new MFColor(getColor_8_677_color_3()))
				.append(new MFColor(getColor_8_677_color_4()));
			return Color_8_677_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #681, 2142 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_681_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_681_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_681_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_681_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_681_coordIndex_3()));
			return IndexedFaceSet_7_681_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #681, 1446 total numbers made up of 482 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_681_point()
		{
			MFVec3f Coordinate_8_681_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_681_point_1()))
				.append(new MFVec3f(getCoordinate_8_681_point_2()))
				.append(new MFVec3f(getCoordinate_8_681_point_3()))
				.append(new MFVec3f(getCoordinate_8_681_point_4()))
				.append(new MFVec3f(getCoordinate_8_681_point_5()));
			return Coordinate_8_681_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #682, 1071 total numbers made up of 357 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 MFColor getColor_8_682_color()
		{
			MFColor Color_8_682_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_682_color_1()))
				.append(new MFColor(getColor_8_682_color_2()))
				.append(new MFColor(getColor_8_682_color_3()))
				.append(new MFColor(getColor_8_682_color_4()));
			return Color_8_682_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #686, 2142 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_686_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_686_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_686_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_686_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_686_coordIndex_3()));
			return IndexedFaceSet_7_686_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #686, 1446 total numbers made up of 482 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_686_point()
		{
			MFVec3f Coordinate_8_686_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_686_point_1()))
				.append(new MFVec3f(getCoordinate_8_686_point_2()))
				.append(new MFVec3f(getCoordinate_8_686_point_3()))
				.append(new MFVec3f(getCoordinate_8_686_point_4()))
				.append(new MFVec3f(getCoordinate_8_686_point_5()));
			return Coordinate_8_686_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #687, 1071 total numbers made up of 357 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 MFColor getColor_8_687_color()
		{
			MFColor Color_8_687_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_687_color_1()))
				.append(new MFColor(getColor_8_687_color_2()))
				.append(new MFColor(getColor_8_687_color_3()))
				.append(new MFColor(getColor_8_687_color_4()));
			return Color_8_687_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #701, 2142 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_701_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_701_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_701_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_701_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_701_coordIndex_3()));
			return IndexedFaceSet_7_701_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #701, 1446 total numbers made up of 482 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_701_point()
		{
			MFVec3f Coordinate_8_701_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_701_point_1()))
				.append(new MFVec3f(getCoordinate_8_701_point_2()))
				.append(new MFVec3f(getCoordinate_8_701_point_3()))
				.append(new MFVec3f(getCoordinate_8_701_point_4()))
				.append(new MFVec3f(getCoordinate_8_701_point_5()));
			return Coordinate_8_701_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #702, 1071 total numbers made up of 357 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 MFColor getColor_8_702_color()
		{
			MFColor Color_8_702_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_702_color_1()))
				.append(new MFColor(getColor_8_702_color_2()))
				.append(new MFColor(getColor_8_702_color_3()))
				.append(new MFColor(getColor_8_702_color_4()));
			return Color_8_702_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #706, 2142 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_706_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_706_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_706_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_706_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_706_coordIndex_3()));
			return IndexedFaceSet_7_706_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #706, 1446 total numbers made up of 482 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_706_point()
		{
			MFVec3f Coordinate_8_706_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_706_point_1()))
				.append(new MFVec3f(getCoordinate_8_706_point_2()))
				.append(new MFVec3f(getCoordinate_8_706_point_3()))
				.append(new MFVec3f(getCoordinate_8_706_point_4()))
				.append(new MFVec3f(getCoordinate_8_706_point_5()));
			return Coordinate_8_706_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #707, 1071 total numbers made up of 357 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 MFColor getColor_8_707_color()
		{
			MFColor Color_8_707_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_707_color_1()))
				.append(new MFColor(getColor_8_707_color_2()))
				.append(new MFColor(getColor_8_707_color_3()))
				.append(new MFColor(getColor_8_707_color_4()));
			return Color_8_707_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #711, 2142 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_711_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_711_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_711_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_711_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_711_coordIndex_3()));
			return IndexedFaceSet_7_711_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #711, 1446 total numbers made up of 482 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_711_point()
		{
			MFVec3f Coordinate_8_711_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_711_point_1()))
				.append(new MFVec3f(getCoordinate_8_711_point_2()))
				.append(new MFVec3f(getCoordinate_8_711_point_3()))
				.append(new MFVec3f(getCoordinate_8_711_point_4()))
				.append(new MFVec3f(getCoordinate_8_711_point_5()));
			return Coordinate_8_711_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #712, 1071 total numbers made up of 357 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 MFColor getColor_8_712_color()
		{
			MFColor Color_8_712_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_712_color_1()))
				.append(new MFColor(getColor_8_712_color_2()))
				.append(new MFColor(getColor_8_712_color_3()))
				.append(new MFColor(getColor_8_712_color_4()));
			return Color_8_712_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #716, 2142 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_716_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_716_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_716_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_716_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_716_coordIndex_3()));
			return IndexedFaceSet_7_716_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #716, 1446 total numbers made up of 482 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_716_point()
		{
			MFVec3f Coordinate_8_716_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_716_point_1()))
				.append(new MFVec3f(getCoordinate_8_716_point_2()))
				.append(new MFVec3f(getCoordinate_8_716_point_3()))
				.append(new MFVec3f(getCoordinate_8_716_point_4()))
				.append(new MFVec3f(getCoordinate_8_716_point_5()));
			return Coordinate_8_716_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #717, 1071 total numbers made up of 357 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 MFColor getColor_8_717_color()
		{
			MFColor Color_8_717_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_717_color_1()))
				.append(new MFColor(getColor_8_717_color_2()))
				.append(new MFColor(getColor_8_717_color_3()))
				.append(new MFColor(getColor_8_717_color_4()));
			return Color_8_717_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #721, 2142 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_721_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_721_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_721_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_721_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_721_coordIndex_3()));
			return IndexedFaceSet_7_721_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #721, 1446 total numbers made up of 482 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_721_point()
		{
			MFVec3f Coordinate_8_721_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_721_point_1()))
				.append(new MFVec3f(getCoordinate_8_721_point_2()))
				.append(new MFVec3f(getCoordinate_8_721_point_3()))
				.append(new MFVec3f(getCoordinate_8_721_point_4()))
				.append(new MFVec3f(getCoordinate_8_721_point_5()));
			return Coordinate_8_721_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #722, 1071 total numbers made up of 357 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 MFColor getColor_8_722_color()
		{
			MFColor Color_8_722_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_722_color_1()))
				.append(new MFColor(getColor_8_722_color_2()))
				.append(new MFColor(getColor_8_722_color_3()))
				.append(new MFColor(getColor_8_722_color_4()));
			return Color_8_722_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #726, 2142 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_726_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_726_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_726_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_726_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_726_coordIndex_3()));
			return IndexedFaceSet_7_726_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #726, 1446 total numbers made up of 482 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_726_point()
		{
			MFVec3f Coordinate_8_726_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_726_point_1()))
				.append(new MFVec3f(getCoordinate_8_726_point_2()))
				.append(new MFVec3f(getCoordinate_8_726_point_3()))
				.append(new MFVec3f(getCoordinate_8_726_point_4()))
				.append(new MFVec3f(getCoordinate_8_726_point_5()));
			return Coordinate_8_726_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #727, 1071 total numbers made up of 357 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 MFColor getColor_8_727_color()
		{
			MFColor Color_8_727_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_727_color_1()))
				.append(new MFColor(getColor_8_727_color_2()))
				.append(new MFColor(getColor_8_727_color_3()))
				.append(new MFColor(getColor_8_727_color_4()));
			return Color_8_727_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #731, 2142 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_731_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_731_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_731_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_731_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_731_coordIndex_3()));
			return IndexedFaceSet_7_731_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #731, 1446 total numbers made up of 482 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_731_point()
		{
			MFVec3f Coordinate_8_731_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_731_point_1()))
				.append(new MFVec3f(getCoordinate_8_731_point_2()))
				.append(new MFVec3f(getCoordinate_8_731_point_3()))
				.append(new MFVec3f(getCoordinate_8_731_point_4()))
				.append(new MFVec3f(getCoordinate_8_731_point_5()));
			return Coordinate_8_731_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #732, 1071 total numbers made up of 357 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 MFColor getColor_8_732_color()
		{
			MFColor Color_8_732_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_732_color_1()))
				.append(new MFColor(getColor_8_732_color_2()))
				.append(new MFColor(getColor_8_732_color_3()))
				.append(new MFColor(getColor_8_732_color_4()));
			return Color_8_732_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #736, 2142 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_736_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_736_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_736_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_736_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_736_coordIndex_3()));
			return IndexedFaceSet_7_736_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #736, 1446 total numbers made up of 482 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_736_point()
		{
			MFVec3f Coordinate_8_736_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_736_point_1()))
				.append(new MFVec3f(getCoordinate_8_736_point_2()))
				.append(new MFVec3f(getCoordinate_8_736_point_3()))
				.append(new MFVec3f(getCoordinate_8_736_point_4()))
				.append(new MFVec3f(getCoordinate_8_736_point_5()));
			return Coordinate_8_736_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #737, 1071 total numbers made up of 357 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 MFColor getColor_8_737_color()
		{
			MFColor Color_8_737_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_737_color_1()))
				.append(new MFColor(getColor_8_737_color_2()))
				.append(new MFColor(getColor_8_737_color_3()))
				.append(new MFColor(getColor_8_737_color_4()));
			return Color_8_737_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #741, 2142 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_741_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_741_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_741_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_741_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_741_coordIndex_3()));
			return IndexedFaceSet_7_741_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #741, 1446 total numbers made up of 482 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_741_point()
		{
			MFVec3f Coordinate_8_741_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_741_point_1()))
				.append(new MFVec3f(getCoordinate_8_741_point_2()))
				.append(new MFVec3f(getCoordinate_8_741_point_3()))
				.append(new MFVec3f(getCoordinate_8_741_point_4()))
				.append(new MFVec3f(getCoordinate_8_741_point_5()));
			return Coordinate_8_741_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #742, 1071 total numbers made up of 357 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 MFColor getColor_8_742_color()
		{
			MFColor Color_8_742_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_742_color_1()))
				.append(new MFColor(getColor_8_742_color_2()))
				.append(new MFColor(getColor_8_742_color_3()))
				.append(new MFColor(getColor_8_742_color_4()));
			return Color_8_742_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #746, 2142 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_746_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_746_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_746_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_746_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_746_coordIndex_3()));
			return IndexedFaceSet_7_746_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #746, 1446 total numbers made up of 482 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_746_point()
		{
			MFVec3f Coordinate_8_746_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_746_point_1()))
				.append(new MFVec3f(getCoordinate_8_746_point_2()))
				.append(new MFVec3f(getCoordinate_8_746_point_3()))
				.append(new MFVec3f(getCoordinate_8_746_point_4()))
				.append(new MFVec3f(getCoordinate_8_746_point_5()));
			return Coordinate_8_746_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #747, 1071 total numbers made up of 357 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 MFColor getColor_8_747_color()
		{
			MFColor Color_8_747_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_747_color_1()))
				.append(new MFColor(getColor_8_747_color_2()))
				.append(new MFColor(getColor_8_747_color_3()))
				.append(new MFColor(getColor_8_747_color_4()));
			return Color_8_747_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #751, 2142 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_751_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_751_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_751_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_751_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_751_coordIndex_3()));
			return IndexedFaceSet_7_751_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #751, 1446 total numbers made up of 482 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_751_point()
		{
			MFVec3f Coordinate_8_751_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_751_point_1()))
				.append(new MFVec3f(getCoordinate_8_751_point_2()))
				.append(new MFVec3f(getCoordinate_8_751_point_3()))
				.append(new MFVec3f(getCoordinate_8_751_point_4()))
				.append(new MFVec3f(getCoordinate_8_751_point_5()));
			return Coordinate_8_751_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #752, 1071 total numbers made up of 357 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 MFColor getColor_8_752_color()
		{
			MFColor Color_8_752_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_752_color_1()))
				.append(new MFColor(getColor_8_752_color_2()))
				.append(new MFColor(getColor_8_752_color_3()))
				.append(new MFColor(getColor_8_752_color_4()));
			return Color_8_752_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #756, 2142 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_756_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_756_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_756_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_756_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_756_coordIndex_3()));
			return IndexedFaceSet_7_756_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #756, 1446 total numbers made up of 482 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_756_point()
		{
			MFVec3f Coordinate_8_756_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_756_point_1()))
				.append(new MFVec3f(getCoordinate_8_756_point_2()))
				.append(new MFVec3f(getCoordinate_8_756_point_3()))
				.append(new MFVec3f(getCoordinate_8_756_point_4()))
				.append(new MFVec3f(getCoordinate_8_756_point_5()));
			return Coordinate_8_756_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #757, 1071 total numbers made up of 357 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 MFColor getColor_8_757_color()
		{
			MFColor Color_8_757_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_757_color_1()))
				.append(new MFColor(getColor_8_757_color_2()))
				.append(new MFColor(getColor_8_757_color_3()))
				.append(new MFColor(getColor_8_757_color_4()));
			return Color_8_757_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #771, 2142 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_771_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_771_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_771_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_771_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_771_coordIndex_3()));
			return IndexedFaceSet_7_771_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #771, 1446 total numbers made up of 482 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_771_point()
		{
			MFVec3f Coordinate_8_771_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_771_point_1()))
				.append(new MFVec3f(getCoordinate_8_771_point_2()))
				.append(new MFVec3f(getCoordinate_8_771_point_3()))
				.append(new MFVec3f(getCoordinate_8_771_point_4()))
				.append(new MFVec3f(getCoordinate_8_771_point_5()));
			return Coordinate_8_771_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #772, 1071 total numbers made up of 357 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 MFColor getColor_8_772_color()
		{
			MFColor Color_8_772_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_772_color_1()))
				.append(new MFColor(getColor_8_772_color_2()))
				.append(new MFColor(getColor_8_772_color_3()))
				.append(new MFColor(getColor_8_772_color_4()));
			return Color_8_772_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #776, 2142 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_776_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_776_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_776_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_776_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_776_coordIndex_3()));
			return IndexedFaceSet_7_776_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #776, 1446 total numbers made up of 482 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_776_point()
		{
			MFVec3f Coordinate_8_776_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_776_point_1()))
				.append(new MFVec3f(getCoordinate_8_776_point_2()))
				.append(new MFVec3f(getCoordinate_8_776_point_3()))
				.append(new MFVec3f(getCoordinate_8_776_point_4()))
				.append(new MFVec3f(getCoordinate_8_776_point_5()));
			return Coordinate_8_776_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #777, 1071 total numbers made up of 357 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 MFColor getColor_8_777_color()
		{
			MFColor Color_8_777_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_777_color_1()))
				.append(new MFColor(getColor_8_777_color_2()))
				.append(new MFColor(getColor_8_777_color_3()))
				.append(new MFColor(getColor_8_777_color_4()));
			return Color_8_777_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #781, 2142 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_781_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_781_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_781_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_781_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_781_coordIndex_3()));
			return IndexedFaceSet_7_781_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #781, 1446 total numbers made up of 482 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_781_point()
		{
			MFVec3f Coordinate_8_781_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_781_point_1()))
				.append(new MFVec3f(getCoordinate_8_781_point_2()))
				.append(new MFVec3f(getCoordinate_8_781_point_3()))
				.append(new MFVec3f(getCoordinate_8_781_point_4()))
				.append(new MFVec3f(getCoordinate_8_781_point_5()));
			return Coordinate_8_781_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #782, 1071 total numbers made up of 357 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 MFColor getColor_8_782_color()
		{
			MFColor Color_8_782_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_782_color_1()))
				.append(new MFColor(getColor_8_782_color_2()))
				.append(new MFColor(getColor_8_782_color_3()))
				.append(new MFColor(getColor_8_782_color_4()));
			return Color_8_782_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #786, 2142 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_786_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_786_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_786_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_786_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_786_coordIndex_3()));
			return IndexedFaceSet_7_786_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #786, 1446 total numbers made up of 482 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_786_point()
		{
			MFVec3f Coordinate_8_786_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_786_point_1()))
				.append(new MFVec3f(getCoordinate_8_786_point_2()))
				.append(new MFVec3f(getCoordinate_8_786_point_3()))
				.append(new MFVec3f(getCoordinate_8_786_point_4()))
				.append(new MFVec3f(getCoordinate_8_786_point_5()));
			return Coordinate_8_786_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #787, 1071 total numbers made up of 357 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 MFColor getColor_8_787_color()
		{
			MFColor Color_8_787_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_787_color_1()))
				.append(new MFColor(getColor_8_787_color_2()))
				.append(new MFColor(getColor_8_787_color_3()))
				.append(new MFColor(getColor_8_787_color_4()));
			return Color_8_787_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #791, 2142 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_791_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_791_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_791_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_791_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_791_coordIndex_3()));
			return IndexedFaceSet_7_791_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #791, 1446 total numbers made up of 482 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_791_point()
		{
			MFVec3f Coordinate_8_791_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_791_point_1()))
				.append(new MFVec3f(getCoordinate_8_791_point_2()))
				.append(new MFVec3f(getCoordinate_8_791_point_3()))
				.append(new MFVec3f(getCoordinate_8_791_point_4()))
				.append(new MFVec3f(getCoordinate_8_791_point_5()));
			return Coordinate_8_791_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #792, 1071 total numbers made up of 357 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 MFColor getColor_8_792_color()
		{
			MFColor Color_8_792_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_792_color_1()))
				.append(new MFColor(getColor_8_792_color_2()))
				.append(new MFColor(getColor_8_792_color_3()))
				.append(new MFColor(getColor_8_792_color_4()));
			return Color_8_792_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #796, 2142 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_796_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_796_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_796_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_796_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_796_coordIndex_3()));
			return IndexedFaceSet_7_796_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #796, 1446 total numbers made up of 482 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_796_point()
		{
			MFVec3f Coordinate_8_796_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_796_point_1()))
				.append(new MFVec3f(getCoordinate_8_796_point_2()))
				.append(new MFVec3f(getCoordinate_8_796_point_3()))
				.append(new MFVec3f(getCoordinate_8_796_point_4()))
				.append(new MFVec3f(getCoordinate_8_796_point_5()));
			return Coordinate_8_796_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #797, 1071 total numbers made up of 357 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 MFColor getColor_8_797_color()
		{
			MFColor Color_8_797_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_797_color_1()))
				.append(new MFColor(getColor_8_797_color_2()))
				.append(new MFColor(getColor_8_797_color_3()))
				.append(new MFColor(getColor_8_797_color_4()));
			return Color_8_797_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #801, 2142 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_801_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_801_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_801_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_801_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_801_coordIndex_3()));
			return IndexedFaceSet_7_801_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #801, 1446 total numbers made up of 482 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_801_point()
		{
			MFVec3f Coordinate_8_801_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_801_point_1()))
				.append(new MFVec3f(getCoordinate_8_801_point_2()))
				.append(new MFVec3f(getCoordinate_8_801_point_3()))
				.append(new MFVec3f(getCoordinate_8_801_point_4()))
				.append(new MFVec3f(getCoordinate_8_801_point_5()));
			return Coordinate_8_801_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #802, 1071 total numbers made up of 357 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 MFColor getColor_8_802_color()
		{
			MFColor Color_8_802_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_802_color_1()))
				.append(new MFColor(getColor_8_802_color_2()))
				.append(new MFColor(getColor_8_802_color_3()))
				.append(new MFColor(getColor_8_802_color_4()));
			return Color_8_802_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #806, 2142 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_806_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_806_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_806_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_806_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_806_coordIndex_3()));
			return IndexedFaceSet_7_806_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #806, 1446 total numbers made up of 482 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_806_point()
		{
			MFVec3f Coordinate_8_806_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_806_point_1()))
				.append(new MFVec3f(getCoordinate_8_806_point_2()))
				.append(new MFVec3f(getCoordinate_8_806_point_3()))
				.append(new MFVec3f(getCoordinate_8_806_point_4()))
				.append(new MFVec3f(getCoordinate_8_806_point_5()));
			return Coordinate_8_806_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #807, 1071 total numbers made up of 357 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 MFColor getColor_8_807_color()
		{
			MFColor Color_8_807_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_807_color_1()))
				.append(new MFColor(getColor_8_807_color_2()))
				.append(new MFColor(getColor_8_807_color_3()))
				.append(new MFColor(getColor_8_807_color_4()));
			return Color_8_807_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #811, 2142 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_811_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_811_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_811_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_811_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_811_coordIndex_3()));
			return IndexedFaceSet_7_811_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #811, 1446 total numbers made up of 482 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_811_point()
		{
			MFVec3f Coordinate_8_811_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_811_point_1()))
				.append(new MFVec3f(getCoordinate_8_811_point_2()))
				.append(new MFVec3f(getCoordinate_8_811_point_3()))
				.append(new MFVec3f(getCoordinate_8_811_point_4()))
				.append(new MFVec3f(getCoordinate_8_811_point_5()));
			return Coordinate_8_811_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #812, 1071 total numbers made up of 357 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 MFColor getColor_8_812_color()
		{
			MFColor Color_8_812_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_812_color_1()))
				.append(new MFColor(getColor_8_812_color_2()))
				.append(new MFColor(getColor_8_812_color_3()))
				.append(new MFColor(getColor_8_812_color_4()));
			return Color_8_812_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #816, 2142 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_816_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_816_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_816_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_816_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_816_coordIndex_3()));
			return IndexedFaceSet_7_816_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #816, 1446 total numbers made up of 482 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_816_point()
		{
			MFVec3f Coordinate_8_816_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_816_point_1()))
				.append(new MFVec3f(getCoordinate_8_816_point_2()))
				.append(new MFVec3f(getCoordinate_8_816_point_3()))
				.append(new MFVec3f(getCoordinate_8_816_point_4()))
				.append(new MFVec3f(getCoordinate_8_816_point_5()));
			return Coordinate_8_816_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #817, 1071 total numbers made up of 357 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 MFColor getColor_8_817_color()
		{
			MFColor Color_8_817_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_817_color_1()))
				.append(new MFColor(getColor_8_817_color_2()))
				.append(new MFColor(getColor_8_817_color_3()))
				.append(new MFColor(getColor_8_817_color_4()));
			return Color_8_817_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #821, 2142 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_821_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_821_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_821_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_821_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_821_coordIndex_3()));
			return IndexedFaceSet_7_821_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #821, 1446 total numbers made up of 482 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_821_point()
		{
			MFVec3f Coordinate_8_821_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_821_point_1()))
				.append(new MFVec3f(getCoordinate_8_821_point_2()))
				.append(new MFVec3f(getCoordinate_8_821_point_3()))
				.append(new MFVec3f(getCoordinate_8_821_point_4()))
				.append(new MFVec3f(getCoordinate_8_821_point_5()));
			return Coordinate_8_821_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #822, 1071 total numbers made up of 357 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 MFColor getColor_8_822_color()
		{
			MFColor Color_8_822_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_822_color_1()))
				.append(new MFColor(getColor_8_822_color_2()))
				.append(new MFColor(getColor_8_822_color_3()))
				.append(new MFColor(getColor_8_822_color_4()));
			return Color_8_822_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #826, 2142 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_826_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_826_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_826_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_826_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_826_coordIndex_3()));
			return IndexedFaceSet_7_826_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #826, 1446 total numbers made up of 482 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_826_point()
		{
			MFVec3f Coordinate_8_826_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_826_point_1()))
				.append(new MFVec3f(getCoordinate_8_826_point_2()))
				.append(new MFVec3f(getCoordinate_8_826_point_3()))
				.append(new MFVec3f(getCoordinate_8_826_point_4()))
				.append(new MFVec3f(getCoordinate_8_826_point_5()));
			return Coordinate_8_826_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #827, 1071 total numbers made up of 357 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 MFColor getColor_8_827_color()
		{
			MFColor Color_8_827_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_827_color_1()))
				.append(new MFColor(getColor_8_827_color_2()))
				.append(new MFColor(getColor_8_827_color_3()))
				.append(new MFColor(getColor_8_827_color_4()));
			return Color_8_827_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #841, 2142 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_841_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_841_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_841_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_841_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_841_coordIndex_3()));
			return IndexedFaceSet_7_841_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #841, 1446 total numbers made up of 482 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_841_point()
		{
			MFVec3f Coordinate_8_841_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_841_point_1()))
				.append(new MFVec3f(getCoordinate_8_841_point_2()))
				.append(new MFVec3f(getCoordinate_8_841_point_3()))
				.append(new MFVec3f(getCoordinate_8_841_point_4()))
				.append(new MFVec3f(getCoordinate_8_841_point_5()));
			return Coordinate_8_841_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #842, 1071 total numbers made up of 357 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 MFColor getColor_8_842_color()
		{
			MFColor Color_8_842_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_842_color_1()))
				.append(new MFColor(getColor_8_842_color_2()))
				.append(new MFColor(getColor_8_842_color_3()))
				.append(new MFColor(getColor_8_842_color_4()));
			return Color_8_842_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #846, 2142 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_846_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_846_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_846_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_846_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_846_coordIndex_3()));
			return IndexedFaceSet_7_846_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #846, 1446 total numbers made up of 482 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_846_point()
		{
			MFVec3f Coordinate_8_846_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_846_point_1()))
				.append(new MFVec3f(getCoordinate_8_846_point_2()))
				.append(new MFVec3f(getCoordinate_8_846_point_3()))
				.append(new MFVec3f(getCoordinate_8_846_point_4()))
				.append(new MFVec3f(getCoordinate_8_846_point_5()));
			return Coordinate_8_846_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #847, 1071 total numbers made up of 357 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 MFColor getColor_8_847_color()
		{
			MFColor Color_8_847_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_847_color_1()))
				.append(new MFColor(getColor_8_847_color_2()))
				.append(new MFColor(getColor_8_847_color_3()))
				.append(new MFColor(getColor_8_847_color_4()));
			return Color_8_847_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #851, 2142 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_851_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_851_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_851_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_851_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_851_coordIndex_3()));
			return IndexedFaceSet_7_851_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #851, 1446 total numbers made up of 482 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_851_point()
		{
			MFVec3f Coordinate_8_851_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_851_point_1()))
				.append(new MFVec3f(getCoordinate_8_851_point_2()))
				.append(new MFVec3f(getCoordinate_8_851_point_3()))
				.append(new MFVec3f(getCoordinate_8_851_point_4()))
				.append(new MFVec3f(getCoordinate_8_851_point_5()));
			return Coordinate_8_851_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #852, 1071 total numbers made up of 357 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 MFColor getColor_8_852_color()
		{
			MFColor Color_8_852_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_852_color_1()))
				.append(new MFColor(getColor_8_852_color_2()))
				.append(new MFColor(getColor_8_852_color_3()))
				.append(new MFColor(getColor_8_852_color_4()));
			return Color_8_852_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #856, 2142 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_856_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_856_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_856_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_856_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_856_coordIndex_3()));
			return IndexedFaceSet_7_856_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #856, 1446 total numbers made up of 482 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_856_point()
		{
			MFVec3f Coordinate_8_856_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_856_point_1()))
				.append(new MFVec3f(getCoordinate_8_856_point_2()))
				.append(new MFVec3f(getCoordinate_8_856_point_3()))
				.append(new MFVec3f(getCoordinate_8_856_point_4()))
				.append(new MFVec3f(getCoordinate_8_856_point_5()));
			return Coordinate_8_856_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #857, 1071 total numbers made up of 357 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 MFColor getColor_8_857_color()
		{
			MFColor Color_8_857_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_857_color_1()))
				.append(new MFColor(getColor_8_857_color_2()))
				.append(new MFColor(getColor_8_857_color_3()))
				.append(new MFColor(getColor_8_857_color_4()));
			return Color_8_857_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #861, 2142 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_861_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_861_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_861_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_861_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_861_coordIndex_3()));
			return IndexedFaceSet_7_861_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #861, 1446 total numbers made up of 482 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_861_point()
		{
			MFVec3f Coordinate_8_861_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_861_point_1()))
				.append(new MFVec3f(getCoordinate_8_861_point_2()))
				.append(new MFVec3f(getCoordinate_8_861_point_3()))
				.append(new MFVec3f(getCoordinate_8_861_point_4()))
				.append(new MFVec3f(getCoordinate_8_861_point_5()));
			return Coordinate_8_861_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #862, 1071 total numbers made up of 357 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 MFColor getColor_8_862_color()
		{
			MFColor Color_8_862_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_862_color_1()))
				.append(new MFColor(getColor_8_862_color_2()))
				.append(new MFColor(getColor_8_862_color_3()))
				.append(new MFColor(getColor_8_862_color_4()));
			return Color_8_862_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #866, 2142 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_866_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_866_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_866_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_866_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_866_coordIndex_3()));
			return IndexedFaceSet_7_866_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #866, 1446 total numbers made up of 482 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_866_point()
		{
			MFVec3f Coordinate_8_866_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_866_point_1()))
				.append(new MFVec3f(getCoordinate_8_866_point_2()))
				.append(new MFVec3f(getCoordinate_8_866_point_3()))
				.append(new MFVec3f(getCoordinate_8_866_point_4()))
				.append(new MFVec3f(getCoordinate_8_866_point_5()));
			return Coordinate_8_866_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #867, 1071 total numbers made up of 357 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 MFColor getColor_8_867_color()
		{
			MFColor Color_8_867_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_867_color_1()))
				.append(new MFColor(getColor_8_867_color_2()))
				.append(new MFColor(getColor_8_867_color_3()))
				.append(new MFColor(getColor_8_867_color_4()));
			return Color_8_867_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #871, 2142 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_871_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_871_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_871_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_871_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_871_coordIndex_3()));
			return IndexedFaceSet_7_871_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #871, 1446 total numbers made up of 482 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_871_point()
		{
			MFVec3f Coordinate_8_871_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_871_point_1()))
				.append(new MFVec3f(getCoordinate_8_871_point_2()))
				.append(new MFVec3f(getCoordinate_8_871_point_3()))
				.append(new MFVec3f(getCoordinate_8_871_point_4()))
				.append(new MFVec3f(getCoordinate_8_871_point_5()));
			return Coordinate_8_871_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #872, 1071 total numbers made up of 357 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 MFColor getColor_8_872_color()
		{
			MFColor Color_8_872_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_872_color_1()))
				.append(new MFColor(getColor_8_872_color_2()))
				.append(new MFColor(getColor_8_872_color_3()))
				.append(new MFColor(getColor_8_872_color_4()));
			return Color_8_872_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #876, 2142 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_876_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_876_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_876_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_876_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_876_coordIndex_3()));
			return IndexedFaceSet_7_876_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #876, 1446 total numbers made up of 482 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_876_point()
		{
			MFVec3f Coordinate_8_876_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_876_point_1()))
				.append(new MFVec3f(getCoordinate_8_876_point_2()))
				.append(new MFVec3f(getCoordinate_8_876_point_3()))
				.append(new MFVec3f(getCoordinate_8_876_point_4()))
				.append(new MFVec3f(getCoordinate_8_876_point_5()));
			return Coordinate_8_876_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #877, 1071 total numbers made up of 357 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 MFColor getColor_8_877_color()
		{
			MFColor Color_8_877_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_877_color_1()))
				.append(new MFColor(getColor_8_877_color_2()))
				.append(new MFColor(getColor_8_877_color_3()))
				.append(new MFColor(getColor_8_877_color_4()));
			return Color_8_877_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #881, 2142 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_881_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_881_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_881_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_881_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_881_coordIndex_3()));
			return IndexedFaceSet_7_881_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #881, 1446 total numbers made up of 482 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_881_point()
		{
			MFVec3f Coordinate_8_881_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_881_point_1()))
				.append(new MFVec3f(getCoordinate_8_881_point_2()))
				.append(new MFVec3f(getCoordinate_8_881_point_3()))
				.append(new MFVec3f(getCoordinate_8_881_point_4()))
				.append(new MFVec3f(getCoordinate_8_881_point_5()));
			return Coordinate_8_881_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #882, 1071 total numbers made up of 357 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 MFColor getColor_8_882_color()
		{
			MFColor Color_8_882_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_882_color_1()))
				.append(new MFColor(getColor_8_882_color_2()))
				.append(new MFColor(getColor_8_882_color_3()))
				.append(new MFColor(getColor_8_882_color_4()));
			return Color_8_882_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #886, 2142 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_886_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_886_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_886_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_886_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_886_coordIndex_3()));
			return IndexedFaceSet_7_886_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #886, 1446 total numbers made up of 482 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_886_point()
		{
			MFVec3f Coordinate_8_886_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_886_point_1()))
				.append(new MFVec3f(getCoordinate_8_886_point_2()))
				.append(new MFVec3f(getCoordinate_8_886_point_3()))
				.append(new MFVec3f(getCoordinate_8_886_point_4()))
				.append(new MFVec3f(getCoordinate_8_886_point_5()));
			return Coordinate_8_886_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #887, 1071 total numbers made up of 357 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 MFColor getColor_8_887_color()
		{
			MFColor Color_8_887_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_887_color_1()))
				.append(new MFColor(getColor_8_887_color_2()))
				.append(new MFColor(getColor_8_887_color_3()))
				.append(new MFColor(getColor_8_887_color_4()));
			return Color_8_887_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #891, 2142 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_891_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_891_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_891_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_891_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_891_coordIndex_3()));
			return IndexedFaceSet_7_891_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #891, 1446 total numbers made up of 482 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_891_point()
		{
			MFVec3f Coordinate_8_891_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_891_point_1()))
				.append(new MFVec3f(getCoordinate_8_891_point_2()))
				.append(new MFVec3f(getCoordinate_8_891_point_3()))
				.append(new MFVec3f(getCoordinate_8_891_point_4()))
				.append(new MFVec3f(getCoordinate_8_891_point_5()));
			return Coordinate_8_891_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #892, 1071 total numbers made up of 357 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 MFColor getColor_8_892_color()
		{
			MFColor Color_8_892_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_892_color_1()))
				.append(new MFColor(getColor_8_892_color_2()))
				.append(new MFColor(getColor_8_892_color_3()))
				.append(new MFColor(getColor_8_892_color_4()));
			return Color_8_892_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #896, 2142 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_896_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_896_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_896_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_896_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_896_coordIndex_3()));
			return IndexedFaceSet_7_896_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #896, 1446 total numbers made up of 482 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_896_point()
		{
			MFVec3f Coordinate_8_896_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_896_point_1()))
				.append(new MFVec3f(getCoordinate_8_896_point_2()))
				.append(new MFVec3f(getCoordinate_8_896_point_3()))
				.append(new MFVec3f(getCoordinate_8_896_point_4()))
				.append(new MFVec3f(getCoordinate_8_896_point_5()));
			return Coordinate_8_896_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #897, 1071 total numbers made up of 357 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 MFColor getColor_8_897_color()
		{
			MFColor Color_8_897_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_897_color_1()))
				.append(new MFColor(getColor_8_897_color_2()))
				.append(new MFColor(getColor_8_897_color_3()))
				.append(new MFColor(getColor_8_897_color_4()));
			return Color_8_897_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #911, 2142 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_911_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_911_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_911_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_911_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_911_coordIndex_3()));
			return IndexedFaceSet_7_911_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #911, 1446 total numbers made up of 482 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_911_point()
		{
			MFVec3f Coordinate_8_911_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_911_point_1()))
				.append(new MFVec3f(getCoordinate_8_911_point_2()))
				.append(new MFVec3f(getCoordinate_8_911_point_3()))
				.append(new MFVec3f(getCoordinate_8_911_point_4()))
				.append(new MFVec3f(getCoordinate_8_911_point_5()));
			return Coordinate_8_911_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #912, 1071 total numbers made up of 357 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 MFColor getColor_8_912_color()
		{
			MFColor Color_8_912_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_912_color_1()))
				.append(new MFColor(getColor_8_912_color_2()))
				.append(new MFColor(getColor_8_912_color_3()))
				.append(new MFColor(getColor_8_912_color_4()));
			return Color_8_912_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #916, 2142 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_916_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_916_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_916_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_916_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_916_coordIndex_3()));
			return IndexedFaceSet_7_916_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #916, 1446 total numbers made up of 482 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_916_point()
		{
			MFVec3f Coordinate_8_916_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_916_point_1()))
				.append(new MFVec3f(getCoordinate_8_916_point_2()))
				.append(new MFVec3f(getCoordinate_8_916_point_3()))
				.append(new MFVec3f(getCoordinate_8_916_point_4()))
				.append(new MFVec3f(getCoordinate_8_916_point_5()));
			return Coordinate_8_916_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #917, 1071 total numbers made up of 357 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 MFColor getColor_8_917_color()
		{
			MFColor Color_8_917_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_917_color_1()))
				.append(new MFColor(getColor_8_917_color_2()))
				.append(new MFColor(getColor_8_917_color_3()))
				.append(new MFColor(getColor_8_917_color_4()));
			return Color_8_917_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #921, 2142 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_921_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_921_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_921_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_921_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_921_coordIndex_3()));
			return IndexedFaceSet_7_921_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #921, 1446 total numbers made up of 482 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_921_point()
		{
			MFVec3f Coordinate_8_921_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_921_point_1()))
				.append(new MFVec3f(getCoordinate_8_921_point_2()))
				.append(new MFVec3f(getCoordinate_8_921_point_3()))
				.append(new MFVec3f(getCoordinate_8_921_point_4()))
				.append(new MFVec3f(getCoordinate_8_921_point_5()));
			return Coordinate_8_921_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #922, 1071 total numbers made up of 357 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 MFColor getColor_8_922_color()
		{
			MFColor Color_8_922_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_922_color_1()))
				.append(new MFColor(getColor_8_922_color_2()))
				.append(new MFColor(getColor_8_922_color_3()))
				.append(new MFColor(getColor_8_922_color_4()));
			return Color_8_922_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #926, 2142 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_926_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_926_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_926_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_926_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_926_coordIndex_3()));
			return IndexedFaceSet_7_926_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #926, 1446 total numbers made up of 482 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_926_point()
		{
			MFVec3f Coordinate_8_926_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_926_point_1()))
				.append(new MFVec3f(getCoordinate_8_926_point_2()))
				.append(new MFVec3f(getCoordinate_8_926_point_3()))
				.append(new MFVec3f(getCoordinate_8_926_point_4()))
				.append(new MFVec3f(getCoordinate_8_926_point_5()));
			return Coordinate_8_926_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #927, 1071 total numbers made up of 357 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 MFColor getColor_8_927_color()
		{
			MFColor Color_8_927_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_927_color_1()))
				.append(new MFColor(getColor_8_927_color_2()))
				.append(new MFColor(getColor_8_927_color_3()))
				.append(new MFColor(getColor_8_927_color_4()));
			return Color_8_927_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #931, 2142 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_931_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_931_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_931_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_931_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_931_coordIndex_3()));
			return IndexedFaceSet_7_931_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #931, 1446 total numbers made up of 482 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_931_point()
		{
			MFVec3f Coordinate_8_931_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_931_point_1()))
				.append(new MFVec3f(getCoordinate_8_931_point_2()))
				.append(new MFVec3f(getCoordinate_8_931_point_3()))
				.append(new MFVec3f(getCoordinate_8_931_point_4()))
				.append(new MFVec3f(getCoordinate_8_931_point_5()));
			return Coordinate_8_931_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #932, 1071 total numbers made up of 357 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 MFColor getColor_8_932_color()
		{
			MFColor Color_8_932_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_932_color_1()))
				.append(new MFColor(getColor_8_932_color_2()))
				.append(new MFColor(getColor_8_932_color_3()))
				.append(new MFColor(getColor_8_932_color_4()));
			return Color_8_932_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #936, 2142 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_936_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_936_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_936_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_936_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_936_coordIndex_3()));
			return IndexedFaceSet_7_936_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #936, 1446 total numbers made up of 482 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_936_point()
		{
			MFVec3f Coordinate_8_936_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_936_point_1()))
				.append(new MFVec3f(getCoordinate_8_936_point_2()))
				.append(new MFVec3f(getCoordinate_8_936_point_3()))
				.append(new MFVec3f(getCoordinate_8_936_point_4()))
				.append(new MFVec3f(getCoordinate_8_936_point_5()));
			return Coordinate_8_936_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #937, 1071 total numbers made up of 357 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 MFColor getColor_8_937_color()
		{
			MFColor Color_8_937_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_937_color_1()))
				.append(new MFColor(getColor_8_937_color_2()))
				.append(new MFColor(getColor_8_937_color_3()))
				.append(new MFColor(getColor_8_937_color_4()));
			return Color_8_937_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #941, 2142 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_941_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_941_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_941_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_941_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_941_coordIndex_3()));
			return IndexedFaceSet_7_941_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #941, 1446 total numbers made up of 482 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_941_point()
		{
			MFVec3f Coordinate_8_941_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_941_point_1()))
				.append(new MFVec3f(getCoordinate_8_941_point_2()))
				.append(new MFVec3f(getCoordinate_8_941_point_3()))
				.append(new MFVec3f(getCoordinate_8_941_point_4()))
				.append(new MFVec3f(getCoordinate_8_941_point_5()));
			return Coordinate_8_941_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #942, 1071 total numbers made up of 357 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 MFColor getColor_8_942_color()
		{
			MFColor Color_8_942_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_942_color_1()))
				.append(new MFColor(getColor_8_942_color_2()))
				.append(new MFColor(getColor_8_942_color_3()))
				.append(new MFColor(getColor_8_942_color_4()));
			return Color_8_942_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #946, 2142 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_946_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_946_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_946_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_946_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_946_coordIndex_3()));
			return IndexedFaceSet_7_946_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #946, 1446 total numbers made up of 482 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_946_point()
		{
			MFVec3f Coordinate_8_946_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_946_point_1()))
				.append(new MFVec3f(getCoordinate_8_946_point_2()))
				.append(new MFVec3f(getCoordinate_8_946_point_3()))
				.append(new MFVec3f(getCoordinate_8_946_point_4()))
				.append(new MFVec3f(getCoordinate_8_946_point_5()));
			return Coordinate_8_946_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #947, 1071 total numbers made up of 357 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 MFColor getColor_8_947_color()
		{
			MFColor Color_8_947_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_947_color_1()))
				.append(new MFColor(getColor_8_947_color_2()))
				.append(new MFColor(getColor_8_947_color_3()))
				.append(new MFColor(getColor_8_947_color_4()));
			return Color_8_947_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #951, 2142 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_951_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_951_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_951_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_951_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_951_coordIndex_3()));
			return IndexedFaceSet_7_951_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #951, 1446 total numbers made up of 482 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_951_point()
		{
			MFVec3f Coordinate_8_951_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_951_point_1()))
				.append(new MFVec3f(getCoordinate_8_951_point_2()))
				.append(new MFVec3f(getCoordinate_8_951_point_3()))
				.append(new MFVec3f(getCoordinate_8_951_point_4()))
				.append(new MFVec3f(getCoordinate_8_951_point_5()));
			return Coordinate_8_951_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #952, 1071 total numbers made up of 357 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 MFColor getColor_8_952_color()
		{
			MFColor Color_8_952_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_952_color_1()))
				.append(new MFColor(getColor_8_952_color_2()))
				.append(new MFColor(getColor_8_952_color_3()))
				.append(new MFColor(getColor_8_952_color_4()));
			return Color_8_952_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #956, 2142 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_956_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_956_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_956_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_956_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_956_coordIndex_3()));
			return IndexedFaceSet_7_956_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #956, 1446 total numbers made up of 482 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_956_point()
		{
			MFVec3f Coordinate_8_956_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_956_point_1()))
				.append(new MFVec3f(getCoordinate_8_956_point_2()))
				.append(new MFVec3f(getCoordinate_8_956_point_3()))
				.append(new MFVec3f(getCoordinate_8_956_point_4()))
				.append(new MFVec3f(getCoordinate_8_956_point_5()));
			return Coordinate_8_956_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #957, 1071 total numbers made up of 357 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 MFColor getColor_8_957_color()
		{
			MFColor Color_8_957_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_957_color_1()))
				.append(new MFColor(getColor_8_957_color_2()))
				.append(new MFColor(getColor_8_957_color_3()))
				.append(new MFColor(getColor_8_957_color_4()));
			return Color_8_957_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #961, 2142 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_961_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_961_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_961_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_961_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_961_coordIndex_3()));
			return IndexedFaceSet_7_961_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #961, 1446 total numbers made up of 482 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_961_point()
		{
			MFVec3f Coordinate_8_961_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_961_point_1()))
				.append(new MFVec3f(getCoordinate_8_961_point_2()))
				.append(new MFVec3f(getCoordinate_8_961_point_3()))
				.append(new MFVec3f(getCoordinate_8_961_point_4()))
				.append(new MFVec3f(getCoordinate_8_961_point_5()));
			return Coordinate_8_961_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #962, 1071 total numbers made up of 357 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 MFColor getColor_8_962_color()
		{
			MFColor Color_8_962_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_962_color_1()))
				.append(new MFColor(getColor_8_962_color_2()))
				.append(new MFColor(getColor_8_962_color_3()))
				.append(new MFColor(getColor_8_962_color_4()));
			return Color_8_962_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #966, 2142 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_966_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_966_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_966_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_966_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_966_coordIndex_3()));
			return IndexedFaceSet_7_966_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #966, 1446 total numbers made up of 482 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_966_point()
		{
			MFVec3f Coordinate_8_966_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_966_point_1()))
				.append(new MFVec3f(getCoordinate_8_966_point_2()))
				.append(new MFVec3f(getCoordinate_8_966_point_3()))
				.append(new MFVec3f(getCoordinate_8_966_point_4()))
				.append(new MFVec3f(getCoordinate_8_966_point_5()));
			return Coordinate_8_966_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #967, 1071 total numbers made up of 357 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 MFColor getColor_8_967_color()
		{
			MFColor Color_8_967_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_967_color_1()))
				.append(new MFColor(getColor_8_967_color_2()))
				.append(new MFColor(getColor_8_967_color_3()))
				.append(new MFColor(getColor_8_967_color_4()));
			return Color_8_967_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #981, 2142 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_981_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_981_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_981_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_981_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_981_coordIndex_3()));
			return IndexedFaceSet_7_981_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #981, 1446 total numbers made up of 482 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_981_point()
		{
			MFVec3f Coordinate_8_981_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_981_point_1()))
				.append(new MFVec3f(getCoordinate_8_981_point_2()))
				.append(new MFVec3f(getCoordinate_8_981_point_3()))
				.append(new MFVec3f(getCoordinate_8_981_point_4()))
				.append(new MFVec3f(getCoordinate_8_981_point_5()));
			return Coordinate_8_981_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #982, 1071 total numbers made up of 357 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 MFColor getColor_8_982_color()
		{
			MFColor Color_8_982_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_982_color_1()))
				.append(new MFColor(getColor_8_982_color_2()))
				.append(new MFColor(getColor_8_982_color_3()))
				.append(new MFColor(getColor_8_982_color_4()));
			return Color_8_982_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #986, 2142 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_986_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_986_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_986_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_986_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_986_coordIndex_3()));
			return IndexedFaceSet_7_986_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #986, 1446 total numbers made up of 482 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_986_point()
		{
			MFVec3f Coordinate_8_986_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_986_point_1()))
				.append(new MFVec3f(getCoordinate_8_986_point_2()))
				.append(new MFVec3f(getCoordinate_8_986_point_3()))
				.append(new MFVec3f(getCoordinate_8_986_point_4()))
				.append(new MFVec3f(getCoordinate_8_986_point_5()));
			return Coordinate_8_986_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #987, 1071 total numbers made up of 357 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 MFColor getColor_8_987_color()
		{
			MFColor Color_8_987_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_987_color_1()))
				.append(new MFColor(getColor_8_987_color_2()))
				.append(new MFColor(getColor_8_987_color_3()))
				.append(new MFColor(getColor_8_987_color_4()));
			return Color_8_987_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #991, 2142 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_991_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_991_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_991_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_991_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_991_coordIndex_3()));
			return IndexedFaceSet_7_991_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #991, 1446 total numbers made up of 482 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_991_point()
		{
			MFVec3f Coordinate_8_991_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_991_point_1()))
				.append(new MFVec3f(getCoordinate_8_991_point_2()))
				.append(new MFVec3f(getCoordinate_8_991_point_3()))
				.append(new MFVec3f(getCoordinate_8_991_point_4()))
				.append(new MFVec3f(getCoordinate_8_991_point_5()));
			return Coordinate_8_991_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #992, 1071 total numbers made up of 357 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 MFColor getColor_8_992_color()
		{
			MFColor Color_8_992_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_992_color_1()))
				.append(new MFColor(getColor_8_992_color_2()))
				.append(new MFColor(getColor_8_992_color_3()))
				.append(new MFColor(getColor_8_992_color_4()));
			return Color_8_992_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #996, 2142 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_996_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_996_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_996_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_996_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_996_coordIndex_3()));
			return IndexedFaceSet_7_996_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #996, 1446 total numbers made up of 482 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_996_point()
		{
			MFVec3f Coordinate_8_996_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_996_point_1()))
				.append(new MFVec3f(getCoordinate_8_996_point_2()))
				.append(new MFVec3f(getCoordinate_8_996_point_3()))
				.append(new MFVec3f(getCoordinate_8_996_point_4()))
				.append(new MFVec3f(getCoordinate_8_996_point_5()));
			return Coordinate_8_996_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #997, 1071 total numbers made up of 357 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 MFColor getColor_8_997_color()
		{
			MFColor Color_8_997_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_997_color_1()))
				.append(new MFColor(getColor_8_997_color_2()))
				.append(new MFColor(getColor_8_997_color_3()))
				.append(new MFColor(getColor_8_997_color_4()));
			return Color_8_997_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #1001, 2142 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_1001_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_1001_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_1001_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_1001_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_1001_coordIndex_3()));
			return IndexedFaceSet_7_1001_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #1001, 1446 total numbers made up of 482 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_1001_point()
		{
			MFVec3f Coordinate_8_1001_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_1001_point_1()))
				.append(new MFVec3f(getCoordinate_8_1001_point_2()))
				.append(new MFVec3f(getCoordinate_8_1001_point_3()))
				.append(new MFVec3f(getCoordinate_8_1001_point_4()))
				.append(new MFVec3f(getCoordinate_8_1001_point_5()));
			return Coordinate_8_1001_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #1002, 1071 total numbers made up of 357 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 MFColor getColor_8_1002_color()
		{
			MFColor Color_8_1002_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_1002_color_1()))
				.append(new MFColor(getColor_8_1002_color_2()))
				.append(new MFColor(getColor_8_1002_color_3()))
				.append(new MFColor(getColor_8_1002_color_4()));
			return Color_8_1002_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #1006, 2142 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_1006_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_1006_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_1006_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_1006_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_1006_coordIndex_3()));
			return IndexedFaceSet_7_1006_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #1006, 1446 total numbers made up of 482 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_1006_point()
		{
			MFVec3f Coordinate_8_1006_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_1006_point_1()))
				.append(new MFVec3f(getCoordinate_8_1006_point_2()))
				.append(new MFVec3f(getCoordinate_8_1006_point_3()))
				.append(new MFVec3f(getCoordinate_8_1006_point_4()))
				.append(new MFVec3f(getCoordinate_8_1006_point_5()));
			return Coordinate_8_1006_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #1007, 1071 total numbers made up of 357 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 MFColor getColor_8_1007_color()
		{
			MFColor Color_8_1007_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_1007_color_1()))
				.append(new MFColor(getColor_8_1007_color_2()))
				.append(new MFColor(getColor_8_1007_color_3()))
				.append(new MFColor(getColor_8_1007_color_4()));
			return Color_8_1007_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #1011, 2142 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_1011_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_1011_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_1011_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_1011_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_1011_coordIndex_3()));
			return IndexedFaceSet_7_1011_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #1011, 1446 total numbers made up of 482 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_1011_point()
		{
			MFVec3f Coordinate_8_1011_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_1011_point_1()))
				.append(new MFVec3f(getCoordinate_8_1011_point_2()))
				.append(new MFVec3f(getCoordinate_8_1011_point_3()))
				.append(new MFVec3f(getCoordinate_8_1011_point_4()))
				.append(new MFVec3f(getCoordinate_8_1011_point_5()));
			return Coordinate_8_1011_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #1012, 1071 total numbers made up of 357 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 MFColor getColor_8_1012_color()
		{
			MFColor Color_8_1012_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_1012_color_1()))
				.append(new MFColor(getColor_8_1012_color_2()))
				.append(new MFColor(getColor_8_1012_color_3()))
				.append(new MFColor(getColor_8_1012_color_4()));
			return Color_8_1012_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #1016, 2142 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_1016_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_1016_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_1016_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_1016_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_1016_coordIndex_3()));
			return IndexedFaceSet_7_1016_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #1016, 1446 total numbers made up of 482 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_1016_point()
		{
			MFVec3f Coordinate_8_1016_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_1016_point_1()))
				.append(new MFVec3f(getCoordinate_8_1016_point_2()))
				.append(new MFVec3f(getCoordinate_8_1016_point_3()))
				.append(new MFVec3f(getCoordinate_8_1016_point_4()))
				.append(new MFVec3f(getCoordinate_8_1016_point_5()));
			return Coordinate_8_1016_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #1017, 1071 total numbers made up of 357 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 MFColor getColor_8_1017_color()
		{
			MFColor Color_8_1017_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_1017_color_1()))
				.append(new MFColor(getColor_8_1017_color_2()))
				.append(new MFColor(getColor_8_1017_color_3()))
				.append(new MFColor(getColor_8_1017_color_4()));
			return Color_8_1017_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #1021, 2142 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_1021_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_1021_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_1021_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_1021_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_1021_coordIndex_3()));
			return IndexedFaceSet_7_1021_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #1021, 1446 total numbers made up of 482 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_1021_point()
		{
			MFVec3f Coordinate_8_1021_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_1021_point_1()))
				.append(new MFVec3f(getCoordinate_8_1021_point_2()))
				.append(new MFVec3f(getCoordinate_8_1021_point_3()))
				.append(new MFVec3f(getCoordinate_8_1021_point_4()))
				.append(new MFVec3f(getCoordinate_8_1021_point_5()));
			return Coordinate_8_1021_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #1022, 1071 total numbers made up of 357 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 MFColor getColor_8_1022_color()
		{
			MFColor Color_8_1022_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_1022_color_1()))
				.append(new MFColor(getColor_8_1022_color_2()))
				.append(new MFColor(getColor_8_1022_color_3()))
				.append(new MFColor(getColor_8_1022_color_4()));
			return Color_8_1022_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #1026, 2142 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_1026_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_1026_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_1026_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_1026_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_1026_coordIndex_3()));
			return IndexedFaceSet_7_1026_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #1026, 1446 total numbers made up of 482 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_1026_point()
		{
			MFVec3f Coordinate_8_1026_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_1026_point_1()))
				.append(new MFVec3f(getCoordinate_8_1026_point_2()))
				.append(new MFVec3f(getCoordinate_8_1026_point_3()))
				.append(new MFVec3f(getCoordinate_8_1026_point_4()))
				.append(new MFVec3f(getCoordinate_8_1026_point_5()));
			return Coordinate_8_1026_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #1027, 1071 total numbers made up of 357 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 MFColor getColor_8_1027_color()
		{
			MFColor Color_8_1027_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_1027_color_1()))
				.append(new MFColor(getColor_8_1027_color_2()))
				.append(new MFColor(getColor_8_1027_color_3()))
				.append(new MFColor(getColor_8_1027_color_4()));
			return Color_8_1027_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #1031, 2142 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_1031_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_1031_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_1031_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_1031_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_1031_coordIndex_3()));
			return IndexedFaceSet_7_1031_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #1031, 1446 total numbers made up of 482 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_1031_point()
		{
			MFVec3f Coordinate_8_1031_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_1031_point_1()))
				.append(new MFVec3f(getCoordinate_8_1031_point_2()))
				.append(new MFVec3f(getCoordinate_8_1031_point_3()))
				.append(new MFVec3f(getCoordinate_8_1031_point_4()))
				.append(new MFVec3f(getCoordinate_8_1031_point_5()));
			return Coordinate_8_1031_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #1032, 1071 total numbers made up of 357 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 MFColor getColor_8_1032_color()
		{
			MFColor Color_8_1032_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_1032_color_1()))
				.append(new MFColor(getColor_8_1032_color_2()))
				.append(new MFColor(getColor_8_1032_color_3()))
				.append(new MFColor(getColor_8_1032_color_4()));
			return Color_8_1032_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=7, element #1036, 2142 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_1036_coordIndex()
		{
			MFInt32 IndexedFaceSet_7_1036_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_7_1036_coordIndex_1()))
				.append(new MFInt32(getIndexedFaceSet_7_1036_coordIndex_2()))
				.append(new MFInt32(getIndexedFaceSet_7_1036_coordIndex_3()));
			return IndexedFaceSet_7_1036_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=8, element #1036, 1446 total numbers made up of 482 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_1036_point()
		{
			MFVec3f Coordinate_8_1036_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_8_1036_point_1()))
				.append(new MFVec3f(getCoordinate_8_1036_point_2()))
				.append(new MFVec3f(getCoordinate_8_1036_point_3()))
				.append(new MFVec3f(getCoordinate_8_1036_point_4()))
				.append(new MFVec3f(getCoordinate_8_1036_point_5()));
			return Coordinate_8_1036_point;
		}
		/** Large attribute array: Color color field, scene-graph level=8, element #1037, 1071 total numbers made up of 357 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 MFColor getColor_8_1037_color()
		{
			MFColor Color_8_1037_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_8_1037_color_1()))
				.append(new MFColor(getColor_8_1037_color_2()))
				.append(new MFColor(getColor_8_1037_color_3()))
				.append(new MFColor(getColor_8_1037_color_4()));
			return Color_8_1037_color;
		}
		/** Large attribute array: ElevationGrid height field, scene-graph level=6, element #1051, 961 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 MFFloat getElevationGrid_6_1051_height()
		{
			MFFloat ElevationGrid_6_1051_height = new MFFloat()/*2.finalize*/
				.append(new MFFloat(getElevationGrid_6_1051_height_1()));
			return ElevationGrid_6_1051_height;
		}
		/** Large attribute array: Color color field, scene-graph level=7, element #1051, 2883 total numbers made up of 961 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 MFColor getColor_7_1051_color()
		{
			MFColor Color_7_1051_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_7_1051_color_1()))
				.append(new MFColor(getColor_7_1051_color_2()))
				.append(new MFColor(getColor_7_1051_color_3()))
				.append(new MFColor(getColor_7_1051_color_4()))
				.append(new MFColor(getColor_7_1051_color_5()))
				.append(new MFColor(getColor_7_1051_color_6()))
				.append(new MFColor(getColor_7_1051_color_7()))
				.append(new MFColor(getColor_7_1051_color_8()))
				.append(new MFColor(getColor_7_1051_color_9()))
				.append(new MFColor(getColor_7_1051_color_10()));
			return Color_7_1051_color;
		}

	/** 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 AuvwStackSceneVisualizationExample 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 AuvwStackSceneVisualizationExample().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.CommunicationsAndSensors.Sonar.AuvwStackSceneVisualizationExample\" 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.CommunicationsAndSensors.Sonar.AuvwStackSceneVisualizationExample self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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