package Savage.CommunicationsAndSensors.Sonar;

import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.EnvironmentalSensor.*;
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.Rendering.*;
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> Full Field Line of Bearing (LOB) Scene autogenerated by Sonar Visualization Metcast Query Web Service. </p>
 <p> Related links: Catalog page <a href="../../../../CommunicationsAndSensors/Sonar/AuvwFullFieldExampleBearing0Index.html" target="_blank">AuvwFullFieldExampleBearing0</a>,  source <a href="../../../../CommunicationsAndSensors/Sonar/AuvwFullFieldExampleBearing0.java">AuvwFullFieldExampleBearing0.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/AuvwFullFieldExampleBearing0.x3d">AuvwFullFieldExampleBearing0.x3d</a> </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> description </i> </td>
			<td> Full Field Line of Bearing (LOB) 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> 12 October 2023 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> SonarVis.LineOfBearingPlot.java </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/AuvwFullFieldExampleBearing0.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Sonar/AuvwFullFieldExampleBearing0.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Sonar/LineOfBearingPlot.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Sonar/LineOfBearingPlot.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D-Edit 4.0, <a href="https://www.web3d.org/x3d/tools/X3D-Edit" target="_blank">https://www.web3d.org/x3d/tools/X3D-Edit</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../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 AuvwFullFieldExampleBearing0
{
	/** Default constructor to create this object. */
	public AuvwFullFieldExampleBearing0 ()
	{
	  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("AuvwFullFieldExampleBearing0.x3d"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("LT Scott Rosetti USN"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Full Field Line of Bearing (LOB) 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("12 October 2023"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("SonarVis.LineOfBearingPlot.java"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Sonar/AuvwFullFieldExampleBearing0.x3d"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Sonar/LineOfBearingPlot.x3d"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("AuvwFullFieldExampleBearing0.x3d"))
    .addChild(new Viewpoint("Initial_View").setDescription("Initial View").setJump(false).setPosition(299.99983312785366,-250.0,1200.0))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_14_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_14_point()))
          .setColor(new Color().setColor(getColor_6_15_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_19_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_19_point()))
          .setColor(new Color().setColor(getColor_6_20_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_24_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_24_point()))
          .setColor(new Color().setColor(getColor_6_25_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_29_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_29_point()))
          .setColor(new Color().setColor(getColor_6_30_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_34_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_34_point()))
          .setColor(new Color().setColor(getColor_6_35_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_39_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_39_point()))
          .setColor(new Color().setColor(getColor_6_40_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_44_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_44_point()))
          .setColor(new Color().setColor(getColor_6_45_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_49_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_49_point()))
          .setColor(new Color().setColor(getColor_6_50_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_54_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_54_point()))
          .setColor(new Color().setColor(getColor_6_55_color())))))
    .addChild(new Transform()
      .addChild(new Shape()
        .setGeometry(new IndexedFaceSet().setColorPerVertex(false).setSolid(false).setCoordIndex(getIndexedFaceSet_5_59_coordIndex())
          .setCoord(new Coordinate().setPoint(getCoordinate_6_59_point()))
          .setColor(new Color().setColor(getColor_6_60_color())))))
    .addChild(new Transform()
      .addChild(new Billboard()
        .addChild(new Transform().setTranslation(-6.0,-274.6061036593019,0.0)
          .addChild(new Shape()
            .setGeometry(new Cylinder().setHeight(549).setRadius(2))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-10.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"0 ft ---"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-60.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"50 ft --"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-110.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"100 ft ---"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-160.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"150 ft --"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-210.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"200 ft ---"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-260.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"250 ft --"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-310.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"300 ft ---"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-360.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"350 ft --"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-410.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"400 ft ---"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-460.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"450 ft --"}))))
        .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(-90.0,-510.0,0.0)
          .addChild(new Shape()
            .setGeometry(new Text().setString(new String[] {"500 ft ---"}))))))
    .addChild(new Transform().setTranslation(0.0,-549.0,0.0)
      .addChild(new Transform().setRotation(0.0,0.0,1.0,4.71)
        .addChild(new Billboard()
          .addChild(new Transform().setTranslation(0.0,294.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Cylinder().setHeight(599).setRadius(2))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,-10.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"---0 yds"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,40.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"--"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,90.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"---10000 yds"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,140.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"--"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,190.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"---20000 yds"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,240.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"--"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,290.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"---30000 yds"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,340.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"--"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,390.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"---40000 yds"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,440.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"--"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,490.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"---50000 yds"}))))
          .addChild(new Transform().setScale(25.0,25.0,25.0).setTranslation(0.0,540.0,0.0)
            .addChild(new Shape()
              .setGeometry(new Text().setString(new String[] {"--"})))))))
    .addComments(" Heads-up display (HUD), switchable for debugging ")
    .addChild(new Switch().setWhichChoice(0)
      .addChild(new Transform()
        .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("dBPanel").setTranslation(1.4,-0.25,-3.0)
                .addChild(new Shape()
                  .setGeometry(new IndexedFaceSet().setCoordIndex(new int[] {0,1,2,3,0})
                    .setCoord(new Coordinate().setPoint(new MFVec3f(new double[] {.3,.5,0.0,-.3,.5,0.0,-.3,-.5,0.0,.3,-.5,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().setRepeatS(false).setRepeatT(false).setUrl(new String[] {"legend.jpg","https://www.web3d.org/x3d/content/examples/Savage/CommunicationsAndSensors/Sonar/legend.jpg","https://cvs.sourceforge.net/viewcvs.py/*checkout*/xmsf/AuvWorkbench/resources/MetcastFiles/Images/legend.jpg"})))))
              .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 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_5_14_coordIndex_1()
		{
			int[] value = {0,1,3,2,0,-1,2,3,5,4,2,-1,4,5,7,6,4,-1,6,7,9,8,6,-1,8,9,11,10,8,-1,10,11,13,12,10,-1,12,13,15,14,12,-1,14,15,17,16,14,-1,16,17,19,18,16,-1,18,19,21,20,18,-1,20,21,23,22,20,-1,22,23,25,24,22,-1,24,25,27,26,24,-1,26,27,29,28,26,-1,28,29,31,30,28,-1,30,31,33,32,30,-1,32,33,35,34,32,-1,34,35,37,36,34,-1,36,37,39,38,36,-1,38,39,41,40,38,-1,40,41,43,42,40,-1,42,43,45,44,42,-1,44,45,47,46,44,-1,46,47,49,48,46,-1,48,49,51,50,48,-1,50,51,53,52,50,-1,52,53,55,54,52,-1,54,55,57,56,54,-1,56,57,59,58,56,-1,58,59,61,60,58,-1,60,61,63,62,60,-1,62,63,65,64,62,-1,64,65,67,66,64,-1,66,67,69,68,66,-1,68,69,71,70,68,-1,70,71,73,72,70,-1,72,73,75,74,72,-1,74,75,77,76,74,-1,76,77,79,78,76,-1,78,79,81,80,78,-1,80,81,83,82,80,-1,82,83,85,84,82,-1,84,85,87,86,84,-1,86,87,89,88,86,-1,88,89,91,90,88,-1,90,91,93,92,90,-1,92,93,95,94,92,-1,94,95,97,96,94,-1,96,97,99,98,96,-1,98,99,101,100,98,-1,100,101,103,102,100,-1,102,103,105,104,102,-1,104,105,107,106,104,-1,106,107,109,108,106,-1,108,109,111,110,108,-1,110,111,113,112,110,-1,112,113,115,114,112,-1,114,115,117,116,114,-1,116,117,119,118,116,-1,118,119,121,120,118,-1,120,121,123,122,120,-1,122,123,125,124,122,-1,124,125,127,126,124,-1,126,127,129,128,126,-1,128,129,131,130,128,-1,130,131,133,132,130,-1,132,133,135,134,132,-1,134,135,137,136,134,-1,136,137,139,138,136,-1,138,139,141,140,138,-1,140,141,143,142,140,-1,142,143,145,144,142,-1,144,145,147,146,144,-1,146,147,149,148,146,-1,148,149,151,150,148,-1,150,151,153,152,150,-1,152,153,155,154,152,-1,154,155,157,156,154,-1,156,157,159,158,156,-1,158,159,161,160,158,-1,160,161,163,162,160,-1,162,163,165,164,162,-1,164,165,167,166,164,-1,166,167,169,168,166,-1,168,169,171,170,168,-1,170,171,173,172,170,-1,172,173,175,174,172,-1,174,175,177,176,174,-1,176,177,179,178,176,-1,178,179,181,180,178,-1,180,181,183,182,180,-1,182,183,185,184,182,-1,184,185,187,186,184,-1,186,187,189,188,186,-1,188,189,191,190,188,-1,190,191,193,192,190,-1,192,193,195,194,192,-1,194,195,197,196,194,-1,196,197,199,198,196,-1,198,199,201,200,198,-1,200,201,203,202,200,-1,202,203,205,204,202,-1,204,205,207,206,204,-1,206,207,209,208,206,-1,208,209,211,210,208,-1,210,211,213,212,210,-1,212,213,215,214,212,-1,214,215,217,216,214,-1,216,217,219,218,216,-1,218,219,221,220,218,-1,220,221,223,222,220,-1,222,223,225,224,222,-1,224,225,227,226,224,-1,226,227,229,228,226,-1,228,229,231,230,228,-1,230,231,233,232,230,-1,232,233,235,234,232,-1,234,235,237,236,234,-1,236,237,239,238,236,-1,238,239,241,240,238,-1};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_14_point_1()
		{
			double[] value = {0.0,0.0,0.0,0.0,-72.5,0.0,7.5076526857110775,0.0,0.0,7.5076526857110775,-72.5,0.0,12.507650078333791,0.0,0.0,12.507650078333791,-72.5,0.0,17.507644863579216,0.0,0.0,17.507644863579216,-72.5,0.0,22.50764486357922,0.0,0.0,22.50764486357922,-72.5,0.0,27.507655293088362,0.0,0.0,27.507655293088362,-72.5,0.0,32.50763443407007,0.0,0.0,32.50763443407007,-72.5,0.0,37.50765529308836,0.0,0.0,37.50765529308836,-72.5,0.0,42.50763443407007,0.0,0.0,42.50763443407007,-72.5,0.0,47.50765529308837,0.0,0.0,47.50765529308837,-72.5,0.0,52.50765529308837,0.0,0.0,52.50765529308837,-72.5,0.0,57.507613575051785,0.0,0.0,57.507613575051785,-72.5,0.0,62.50761357505178,0.0,0.0,62.50761357505178,-72.5,0.0,67.50765529308836,0.0,0.0,67.50765529308836,-72.5,0.0,72.50765529308838,0.0,0.0,72.50765529308838,-72.5,0.0,77.50761357505178,0.0,0.0,77.50761357505178,-72.5,0.0,82.50761357505178,0.0,0.0,82.50761357505178,-72.5,0.0,87.50765529308836,0.0,0.0,87.50765529308836,-72.5,0.0,92.50765529308836,0.0,0.0,92.50765529308836,-72.5,0.0,97.50765529308836,0.0,0.0,97.50765529308836,-72.5,0.0,102.50765529308838,0.0,0.0,102.50765529308838,-72.5,0.0,107.50765529308838,0.0,0.0,107.50765529308838,-72.5,0.0,112.50757185701521,0.0,0.0,112.50757185701521,-72.5,0.0,117.50757185701518,0.0,0.0,117.50757185701518,-72.5,0.0,122.5075718570152,0.0,0.0,122.5075718570152,-72.5,0.0,127.5075718570152,0.0,0.0,127.5075718570152,-72.5,0.0,132.50765529308836,0.0,0.0,132.50765529308836,-72.5,0.0,137.50765529308836,0.0,0.0,137.50765529308836,-72.5,0.0,142.5076552930884,0.0,0.0,142.5076552930884,-72.5,0.0,147.50765529308836,0.0,0.0,147.50765529308836,-72.5,0.0,152.5075718570152,0.0,0.0,152.5075718570152,-72.5,0.0,157.5075718570152,0.0,0.0,157.5075718570152,-72.5,0.0,162.5075718570152,0.0,0.0,162.5075718570152,-72.5,0.0,167.5075718570152,0.0,0.0,167.5075718570152,-72.5,0.0,172.50765529308836,0.0,0.0,172.50765529308836,-72.5,0.0,177.50765529308833,0.0,0.0,177.50765529308833,-72.5,0.0,182.50765529308833,0.0,0.0,182.50765529308833,-72.5,0.0,187.50765529308833,0.0,0.0,187.50765529308833,-72.5,0.0,192.50765529308836,0.0,0.0,192.50765529308836,-72.5,0.0,197.50765529308836,0.0,0.0,197.50765529308836,-72.5,0.0,202.50765529308836,0.0,0.0,202.50765529308836,-72.5,0.0,207.50765529308836,0.0,0.0,207.50765529308836,-72.5,0.0,212.50765529308836,0.0,0.0,212.50765529308836,-72.5,0.0,217.50748842094202,0.0,0.0,217.50748842094202,-72.5,0.0,222.50748842094202,0.0,0.0,222.50748842094202,-72.5,0.0,227.50748842094197,0.0,0.0,227.50748842094197,-72.5,0.0,232.507488420942,0.0,0.0,232.507488420942,-72.5,0.0,237.507488420942,0.0,0.0,237.507488420942,-72.5,0.0,242.507488420942,0.0,0.0,242.507488420942,-72.5,0.0,247.507488420942,0.0,0.0,247.507488420942,-72.5,0.0};
			return value;
		}
		private double[] getCoordinate_6_14_point_2()
		{
			double[] value = {252.507488420942,0.0,0.0,252.507488420942,-72.5,0.0,257.50765529308836,0.0,0.0,257.50765529308836,-72.5,0.0,262.50765529308836,0.0,0.0,262.50765529308836,-72.5,0.0,267.50765529308836,0.0,0.0,267.50765529308836,-72.5,0.0,272.50765529308836,0.0,0.0,272.50765529308836,-72.5,0.0,277.50765529308836,0.0,0.0,277.50765529308836,-72.5,0.0,282.50765529308836,0.0,0.0,282.50765529308836,-72.5,0.0,287.50765529308836,0.0,0.0,287.50765529308836,-72.5,0.0,292.50765529308836,0.0,0.0,292.50765529308836,-72.5,0.0,297.50765529308836,0.0,0.0,297.50765529308836,-72.5,0.0,302.50748842094197,0.0,0.0,302.50748842094197,-72.5,0.0,307.50748842094197,0.0,0.0,307.50748842094197,-72.5,0.0,312.50748842094197,0.0,0.0,312.50748842094197,-72.5,0.0,317.507488420942,0.0,0.0,317.507488420942,-72.5,0.0,322.507488420942,0.0,0.0,322.507488420942,-72.5,0.0,327.507488420942,0.0,0.0,327.507488420942,-72.5,0.0,332.507488420942,0.0,0.0,332.507488420942,-72.5,0.0,337.507488420942,0.0,0.0,337.507488420942,-72.5,0.0,342.50765529308836,0.0,0.0,342.50765529308836,-72.5,0.0,347.50765529308836,0.0,0.0,347.50765529308836,-72.5,0.0,352.50765529308836,0.0,0.0,352.50765529308836,-72.5,0.0,357.5073215487957,0.0,0.0,357.5073215487957,-72.5,0.0,362.50765529308836,0.0,0.0,362.50765529308836,-72.5,0.0,367.5073215487957,0.0,0.0,367.5073215487957,-72.5,0.0,372.50765529308836,0.0,0.0,372.50765529308836,-72.5,0.0,377.5073215487957,0.0,0.0,377.5073215487957,-72.5,0.0,382.5076552930884,0.0,0.0,382.5076552930884,-72.5,0.0,387.5073215487957,0.0,0.0,387.5073215487957,-72.5,0.0,392.5076552930884,0.0,0.0,392.5076552930884,-72.5,0.0,397.5073215487957,0.0,0.0,397.5073215487957,-72.5,0.0,402.5076552930884,0.0,0.0,402.5076552930884,-72.5,0.0,407.5073215487957,0.0,0.0,407.5073215487957,-72.5,0.0,412.5076552930884,0.0,0.0,412.5076552930884,-72.5,0.0,417.5073215487957,0.0,0.0,417.5073215487957,-72.5,0.0,422.5076552930884,0.0,0.0,422.5076552930884,-72.5,0.0,427.5076552930884,0.0,0.0,427.5076552930884,-72.5,0.0,432.50732154879574,0.0,0.0,432.50732154879574,-72.5,0.0,437.5076552930884,0.0,0.0,437.5076552930884,-72.5,0.0,442.50732154879574,0.0,0.0,442.50732154879574,-72.5,0.0,447.5076552930884,0.0,0.0,447.5076552930884,-72.5,0.0,452.50732154879563,0.0,0.0,452.50732154879563,-72.5,0.0,457.50765529308836,0.0,0.0,457.50765529308836,-72.5,0.0,462.50732154879563,0.0,0.0,462.50732154879563,-72.5,0.0,467.50765529308836,0.0,0.0,467.50765529308836,-72.5,0.0,472.5073215487957,0.0,0.0,472.5073215487957,-72.5,0.0,477.50765529308836,0.0,0.0,477.50765529308836,-72.5,0.0,482.5073215487957,0.0,0.0,482.5073215487957,-72.5,0.0,487.50765529308836,0.0,0.0,487.50765529308836,-72.5,0.0,492.5073215487957,0.0,0.0,492.5073215487957,-72.5,0.0,497.50765529308836,0.0,0.0,497.50765529308836,-72.5,0.0};
			return value;
		}
		private double[] getCoordinate_6_14_point_3()
		{
			double[] value = {502.5073215487957,0.0,0.0,502.5073215487957,-72.5,0.0,507.5076552930884,0.0,0.0,507.5076552930884,-72.5,0.0,512.5076552930884,0.0,0.0,512.5076552930884,-72.5,0.0,517.5073215487957,0.0,0.0,517.5073215487957,-72.5,0.0,522.5076552930884,0.0,0.0,522.5076552930884,-72.5,0.0,527.5073215487957,0.0,0.0,527.5073215487957,-72.5,0.0,532.5076552930884,0.0,0.0,532.5076552930884,-72.5,0.0,537.5073215487957,0.0,0.0,537.5073215487957,-72.5,0.0,542.5076552930884,0.0,0.0,542.5076552930884,-72.5,0.0,547.5073215487957,0.0,0.0,547.5073215487957,-72.5,0.0,552.5076552930884,0.0,0.0,552.5076552930884,-72.5,0.0,557.5073215487957,0.0,0.0,557.5073215487957,-72.5,0.0,562.5076552930884,0.0,0.0,562.5076552930884,-72.5,0.0,567.5073215487957,0.0,0.0,567.5073215487957,-72.5,0.0,572.5076552930884,0.0,0.0,572.5076552930884,-72.5,0.0,577.5073215487957,0.0,0.0,577.5073215487957,-72.5,0.0,582.5076552930883,0.0,0.0,582.5076552930883,-72.5,0.0,587.5073215487956,0.0,0.0,587.5073215487956,-72.5,0.0,592.5076552930884,0.0,0.0,592.5076552930884,-72.5,0.0,597.5076552930884,0.0,0.0,597.5076552930884,-72.5,0.0,602.5073215487956,0.0,0.0,602.5073215487956,-72.5,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_15_color_1()
		{
			double[] value = {0.527,0.867,0.116,0.352,0.605,0.618,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_6_15_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_19_point_1()
		{
			double[] value = {0.0,-72.5,0.0,0.0,-124.99995111167586,0.0,7.5076526857110775,-72.5,0.0,7.5076526857110775,-124.99995111167586,0.0,12.507650078333791,-72.5,0.0,12.507650078333791,-124.99995111167586,0.0,17.507644863579216,-72.5,0.0,17.507644863579216,-124.99995111167586,0.0,22.50764486357922,-72.5,0.0,22.50764486357922,-124.99995111167586,0.0,27.507655293088362,-72.5,0.0,27.507655293088362,-124.99995111167586,0.0,32.50763443407007,-72.5,0.0,32.50763443407007,-124.99995111167586,0.0,37.50765529308836,-72.5,0.0,37.50765529308836,-124.99995111167586,0.0,42.50763443407007,-72.5,0.0,42.50763443407007,-124.99995111167586,0.0,47.50765529308837,-72.5,0.0,47.50765529308837,-124.99995111167586,0.0,52.50765529308837,-72.5,0.0,52.50765529308837,-124.99995111167586,0.0,57.507613575051785,-72.5,0.0,57.507613575051785,-124.99995111167586,0.0,62.50761357505178,-72.5,0.0,62.50761357505178,-124.99995111167586,0.0,67.50765529308836,-72.5,0.0,67.50765529308836,-124.99995111167586,0.0,72.50765529308838,-72.5,0.0,72.50765529308838,-124.99995111167586,0.0,77.50761357505178,-72.5,0.0,77.50761357505178,-124.99995111167586,0.0,82.50761357505178,-72.5,0.0,82.50761357505178,-124.99995111167586,0.0,87.50765529308836,-72.5,0.0,87.50765529308836,-124.99995111167586,0.0,92.50765529308836,-72.5,0.0,92.50765529308836,-124.99995111167586,0.0,97.50765529308836,-72.5,0.0,97.50765529308836,-124.99995111167586,0.0,102.50765529308838,-72.5,0.0,102.50765529308838,-124.99995111167586,0.0,107.50765529308838,-72.5,0.0,107.50765529308838,-124.99995111167586,0.0,112.50757185701521,-72.5,0.0,112.50757185701521,-124.99995111167586,0.0,117.50757185701518,-72.5,0.0,117.50757185701518,-124.99995111167586,0.0,122.5075718570152,-72.5,0.0,122.5075718570152,-124.99995111167586,0.0,127.5075718570152,-72.5,0.0,127.5075718570152,-124.99995111167586,0.0,132.50765529308836,-72.5,0.0,132.50765529308836,-124.99995111167586,0.0,137.50765529308836,-72.5,0.0,137.50765529308836,-124.99995111167586,0.0,142.5076552930884,-72.5,0.0,142.5076552930884,-124.99995111167586,0.0,147.50765529308836,-72.5,0.0,147.50765529308836,-124.99995111167586,0.0,152.5075718570152,-72.5,0.0,152.5075718570152,-124.99995111167586,0.0,157.5075718570152,-72.5,0.0,157.5075718570152,-124.99995111167586,0.0,162.5075718570152,-72.5,0.0,162.5075718570152,-124.99995111167586,0.0,167.5075718570152,-72.5,0.0,167.5075718570152,-124.99995111167586,0.0,172.50765529308836,-72.5,0.0,172.50765529308836,-124.99995111167586,0.0,177.50765529308833,-72.5,0.0,177.50765529308833,-124.99995111167586,0.0,182.50765529308833,-72.5,0.0,182.50765529308833,-124.99995111167586,0.0,187.50765529308833,-72.5,0.0,187.50765529308833,-124.99995111167586,0.0,192.50765529308836,-72.5,0.0,192.50765529308836,-124.99995111167586,0.0,197.50765529308836,-72.5,0.0,197.50765529308836,-124.99995111167586,0.0,202.50765529308836,-72.5,0.0,202.50765529308836,-124.99995111167586,0.0,207.50765529308836,-72.5,0.0,207.50765529308836,-124.99995111167586,0.0,212.50765529308836,-72.5,0.0,212.50765529308836,-124.99995111167586,0.0,217.50748842094202,-72.5,0.0,217.50748842094202,-124.99995111167586,0.0,222.50748842094202,-72.5,0.0,222.50748842094202,-124.99995111167586,0.0,227.50748842094197,-72.5,0.0,227.50748842094197,-124.99995111167586,0.0,232.507488420942,-72.5,0.0,232.507488420942,-124.99995111167586,0.0,237.507488420942,-72.5,0.0,237.507488420942,-124.99995111167586,0.0,242.507488420942,-72.5,0.0,242.507488420942,-124.99995111167586,0.0,247.507488420942,-72.5,0.0,247.507488420942,-124.99995111167586,0.0};
			return value;
		}
		private double[] getCoordinate_6_19_point_2()
		{
			double[] value = {252.507488420942,-72.5,0.0,252.507488420942,-124.99995111167586,0.0,257.50765529308836,-72.5,0.0,257.50765529308836,-124.99995111167586,0.0,262.50765529308836,-72.5,0.0,262.50765529308836,-124.99995111167586,0.0,267.50765529308836,-72.5,0.0,267.50765529308836,-124.99995111167586,0.0,272.50765529308836,-72.5,0.0,272.50765529308836,-124.99995111167586,0.0,277.50765529308836,-72.5,0.0,277.50765529308836,-124.99995111167586,0.0,282.50765529308836,-72.5,0.0,282.50765529308836,-124.99995111167586,0.0,287.50765529308836,-72.5,0.0,287.50765529308836,-124.99995111167586,0.0,292.50765529308836,-72.5,0.0,292.50765529308836,-124.99995111167586,0.0,297.50765529308836,-72.5,0.0,297.50765529308836,-124.99995111167586,0.0,302.50748842094197,-72.5,0.0,302.50748842094197,-124.99995111167586,0.0,307.50748842094197,-72.5,0.0,307.50748842094197,-124.99995111167586,0.0,312.50748842094197,-72.5,0.0,312.50748842094197,-124.99995111167586,0.0,317.507488420942,-72.5,0.0,317.507488420942,-124.99995111167586,0.0,322.507488420942,-72.5,0.0,322.507488420942,-124.99995111167586,0.0,327.507488420942,-72.5,0.0,327.507488420942,-124.99995111167586,0.0,332.507488420942,-72.5,0.0,332.507488420942,-124.99995111167586,0.0,337.507488420942,-72.5,0.0,337.507488420942,-124.99995111167586,0.0,342.50765529308836,-72.5,0.0,342.50765529308836,-124.99995111167586,0.0,347.50765529308836,-72.5,0.0,347.50765529308836,-124.99995111167586,0.0,352.50765529308836,-72.5,0.0,352.50765529308836,-124.99995111167586,0.0,357.5073215487957,-72.5,0.0,357.5073215487957,-124.99995111167586,0.0,362.50765529308836,-72.5,0.0,362.50765529308836,-124.99995111167586,0.0,367.5073215487957,-72.5,0.0,367.5073215487957,-124.99995111167586,0.0,372.50765529308836,-72.5,0.0,372.50765529308836,-124.99995111167586,0.0,377.5073215487957,-72.5,0.0,377.5073215487957,-124.99995111167586,0.0,382.5076552930884,-72.5,0.0,382.5076552930884,-124.99995111167586,0.0,387.5073215487957,-72.5,0.0,387.5073215487957,-124.99995111167586,0.0,392.5076552930884,-72.5,0.0,392.5076552930884,-124.99995111167586,0.0,397.5073215487957,-72.5,0.0,397.5073215487957,-124.99995111167586,0.0,402.5076552930884,-72.5,0.0,402.5076552930884,-124.99995111167586,0.0,407.5073215487957,-72.5,0.0,407.5073215487957,-124.99995111167586,0.0,412.5076552930884,-72.5,0.0,412.5076552930884,-124.99995111167586,0.0,417.5073215487957,-72.5,0.0,417.5073215487957,-124.99995111167586,0.0,422.5076552930884,-72.5,0.0,422.5076552930884,-124.99995111167586,0.0,427.5076552930884,-72.5,0.0,427.5076552930884,-124.99995111167586,0.0,432.50732154879574,-72.5,0.0,432.50732154879574,-124.99995111167586,0.0,437.5076552930884,-72.5,0.0,437.5076552930884,-124.99995111167586,0.0,442.50732154879574,-72.5,0.0,442.50732154879574,-124.99995111167586,0.0,447.5076552930884,-72.5,0.0,447.5076552930884,-124.99995111167586,0.0,452.50732154879563,-72.5,0.0,452.50732154879563,-124.99995111167586,0.0,457.50765529308836,-72.5,0.0,457.50765529308836,-124.99995111167586,0.0,462.50732154879563,-72.5,0.0,462.50732154879563,-124.99995111167586,0.0,467.50765529308836,-72.5,0.0,467.50765529308836,-124.99995111167586,0.0,472.5073215487957,-72.5,0.0,472.5073215487957,-124.99995111167586,0.0,477.50765529308836,-72.5,0.0,477.50765529308836,-124.99995111167586,0.0,482.5073215487957,-72.5,0.0,482.5073215487957,-124.99995111167586,0.0,487.50765529308836,-72.5,0.0,487.50765529308836,-124.99995111167586,0.0,492.5073215487957,-72.5,0.0,492.5073215487957,-124.99995111167586,0.0,497.50765529308836,-72.5,0.0,497.50765529308836,-124.99995111167586,0.0};
			return value;
		}
		private double[] getCoordinate_6_19_point_3()
		{
			double[] value = {502.5073215487957,-72.5,0.0,502.5073215487957,-124.99995111167586,0.0,507.5076552930884,-72.5,0.0,507.5076552930884,-124.99995111167586,0.0,512.5076552930884,-72.5,0.0,512.5076552930884,-124.99995111167586,0.0,517.5073215487957,-72.5,0.0,517.5073215487957,-124.99995111167586,0.0,522.5076552930884,-72.5,0.0,522.5076552930884,-124.99995111167586,0.0,527.5073215487957,-72.5,0.0,527.5073215487957,-124.99995111167586,0.0,532.5076552930884,-72.5,0.0,532.5076552930884,-124.99995111167586,0.0,537.5073215487957,-72.5,0.0,537.5073215487957,-124.99995111167586,0.0,542.5076552930884,-72.5,0.0,542.5076552930884,-124.99995111167586,0.0,547.5073215487957,-72.5,0.0,547.5073215487957,-124.99995111167586,0.0,552.5076552930884,-72.5,0.0,552.5076552930884,-124.99995111167586,0.0,557.5073215487957,-72.5,0.0,557.5073215487957,-124.99995111167586,0.0,562.5076552930884,-72.5,0.0,562.5076552930884,-124.99995111167586,0.0,567.5073215487957,-72.5,0.0,567.5073215487957,-124.99995111167586,0.0,572.5076552930884,-72.5,0.0,572.5076552930884,-124.99995111167586,0.0,577.5073215487957,-72.5,0.0,577.5073215487957,-124.99995111167586,0.0,582.5076552930883,-72.5,0.0,582.5076552930883,-124.99995111167586,0.0,587.5073215487956,-72.5,0.0,587.5073215487956,-124.99995111167586,0.0,592.5076552930884,-72.5,0.0,592.5076552930884,-124.99995111167586,0.0,597.5076552930884,-72.5,0.0,597.5076552930884,-124.99995111167586,0.0,602.5073215487956,-72.5,0.0,602.5073215487956,-124.99995111167586,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_20_color_1()
		{
			double[] value = {0.527,0.867,0.116,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_6_20_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_24_point_1()
		{
			double[] value = {0.0,-124.99995111167586,0.0,0.0,-174.99995111167587,0.0,7.5076526857110775,-124.99995111167586,0.0,7.5076526857110775,-174.99995111167587,0.0,12.507650078333791,-124.99995111167586,0.0,12.507650078333791,-174.99995111167587,0.0,17.507644863579216,-124.99995111167586,0.0,17.507644863579216,-174.99995111167587,0.0,22.50764486357922,-124.99995111167586,0.0,22.50764486357922,-174.99995111167587,0.0,27.507655293088362,-124.99995111167586,0.0,27.507655293088362,-174.99995111167587,0.0,32.50763443407007,-124.99995111167586,0.0,32.50763443407007,-174.99995111167587,0.0,37.50765529308836,-124.99995111167586,0.0,37.50765529308836,-174.99995111167587,0.0,42.50763443407007,-124.99995111167586,0.0,42.50763443407007,-174.99995111167587,0.0,47.50765529308837,-124.99995111167586,0.0,47.50765529308837,-174.99995111167587,0.0,52.50765529308837,-124.99995111167586,0.0,52.50765529308837,-174.99995111167587,0.0,57.507613575051785,-124.99995111167586,0.0,57.507613575051785,-174.99995111167587,0.0,62.50761357505178,-124.99995111167586,0.0,62.50761357505178,-174.99995111167587,0.0,67.50765529308836,-124.99995111167586,0.0,67.50765529308836,-174.99995111167587,0.0,72.50765529308838,-124.99995111167586,0.0,72.50765529308838,-174.99995111167587,0.0,77.50761357505178,-124.99995111167586,0.0,77.50761357505178,-174.99995111167587,0.0,82.50761357505178,-124.99995111167586,0.0,82.50761357505178,-174.99995111167587,0.0,87.50765529308836,-124.99995111167586,0.0,87.50765529308836,-174.99995111167587,0.0,92.50765529308836,-124.99995111167586,0.0,92.50765529308836,-174.99995111167587,0.0,97.50765529308836,-124.99995111167586,0.0,97.50765529308836,-174.99995111167587,0.0,102.50765529308838,-124.99995111167586,0.0,102.50765529308838,-174.99995111167587,0.0,107.50765529308838,-124.99995111167586,0.0,107.50765529308838,-174.99995111167587,0.0,112.50757185701521,-124.99995111167586,0.0,112.50757185701521,-174.99995111167587,0.0,117.50757185701518,-124.99995111167586,0.0,117.50757185701518,-174.99995111167587,0.0,122.5075718570152,-124.99995111167586,0.0,122.5075718570152,-174.99995111167587,0.0,127.5075718570152,-124.99995111167586,0.0,127.5075718570152,-174.99995111167587,0.0,132.50765529308836,-124.99995111167586,0.0,132.50765529308836,-174.99995111167587,0.0,137.50765529308836,-124.99995111167586,0.0,137.50765529308836,-174.99995111167587,0.0,142.5076552930884,-124.99995111167586,0.0,142.5076552930884,-174.99995111167587,0.0,147.50765529308836,-124.99995111167586,0.0,147.50765529308836,-174.99995111167587,0.0,152.5075718570152,-124.99995111167586,0.0,152.5075718570152,-174.99995111167587,0.0,157.5075718570152,-124.99995111167586,0.0,157.5075718570152,-174.99995111167587,0.0,162.5075718570152,-124.99995111167586,0.0,162.5075718570152,-174.99995111167587,0.0,167.5075718570152,-124.99995111167586,0.0,167.5075718570152,-174.99995111167587,0.0,172.50765529308836,-124.99995111167586,0.0,172.50765529308836,-174.99995111167587,0.0,177.50765529308833,-124.99995111167586,0.0,177.50765529308833,-174.99995111167587,0.0,182.50765529308833,-124.99995111167586,0.0,182.50765529308833,-174.99995111167587,0.0,187.50765529308833,-124.99995111167586,0.0,187.50765529308833,-174.99995111167587,0.0,192.50765529308836,-124.99995111167586,0.0,192.50765529308836,-174.99995111167587,0.0,197.50765529308836,-124.99995111167586,0.0,197.50765529308836,-174.99995111167587,0.0,202.50765529308836,-124.99995111167586,0.0,202.50765529308836,-174.99995111167587,0.0,207.50765529308836,-124.99995111167586,0.0,207.50765529308836,-174.99995111167587,0.0,212.50765529308836,-124.99995111167586,0.0,212.50765529308836,-174.99995111167587,0.0,217.50748842094202,-124.99995111167586,0.0,217.50748842094202,-174.99995111167587,0.0,222.50748842094202,-124.99995111167586,0.0,222.50748842094202,-174.99995111167587,0.0,227.50748842094197,-124.99995111167586,0.0,227.50748842094197,-174.99995111167587,0.0,232.507488420942,-124.99995111167586,0.0,232.507488420942,-174.99995111167587,0.0,237.507488420942,-124.99995111167586,0.0,237.507488420942,-174.99995111167587,0.0,242.507488420942,-124.99995111167586,0.0,242.507488420942,-174.99995111167587,0.0,247.507488420942,-124.99995111167586,0.0,247.507488420942,-174.99995111167587,0.0};
			return value;
		}
		private double[] getCoordinate_6_24_point_2()
		{
			double[] value = {252.507488420942,-124.99995111167586,0.0,252.507488420942,-174.99995111167587,0.0,257.50765529308836,-124.99995111167586,0.0,257.50765529308836,-174.99995111167587,0.0,262.50765529308836,-124.99995111167586,0.0,262.50765529308836,-174.99995111167587,0.0,267.50765529308836,-124.99995111167586,0.0,267.50765529308836,-174.99995111167587,0.0,272.50765529308836,-124.99995111167586,0.0,272.50765529308836,-174.99995111167587,0.0,277.50765529308836,-124.99995111167586,0.0,277.50765529308836,-174.99995111167587,0.0,282.50765529308836,-124.99995111167586,0.0,282.50765529308836,-174.99995111167587,0.0,287.50765529308836,-124.99995111167586,0.0,287.50765529308836,-174.99995111167587,0.0,292.50765529308836,-124.99995111167586,0.0,292.50765529308836,-174.99995111167587,0.0,297.50765529308836,-124.99995111167586,0.0,297.50765529308836,-174.99995111167587,0.0,302.50748842094197,-124.99995111167586,0.0,302.50748842094197,-174.99995111167587,0.0,307.50748842094197,-124.99995111167586,0.0,307.50748842094197,-174.99995111167587,0.0,312.50748842094197,-124.99995111167586,0.0,312.50748842094197,-174.99995111167587,0.0,317.507488420942,-124.99995111167586,0.0,317.507488420942,-174.99995111167587,0.0,322.507488420942,-124.99995111167586,0.0,322.507488420942,-174.99995111167587,0.0,327.507488420942,-124.99995111167586,0.0,327.507488420942,-174.99995111167587,0.0,332.507488420942,-124.99995111167586,0.0,332.507488420942,-174.99995111167587,0.0,337.507488420942,-124.99995111167586,0.0,337.507488420942,-174.99995111167587,0.0,342.50765529308836,-124.99995111167586,0.0,342.50765529308836,-174.99995111167587,0.0,347.50765529308836,-124.99995111167586,0.0,347.50765529308836,-174.99995111167587,0.0,352.50765529308836,-124.99995111167586,0.0,352.50765529308836,-174.99995111167587,0.0,357.5073215487957,-124.99995111167586,0.0,357.5073215487957,-174.99995111167587,0.0,362.50765529308836,-124.99995111167586,0.0,362.50765529308836,-174.99995111167587,0.0,367.5073215487957,-124.99995111167586,0.0,367.5073215487957,-174.99995111167587,0.0,372.50765529308836,-124.99995111167586,0.0,372.50765529308836,-174.99995111167587,0.0,377.5073215487957,-124.99995111167586,0.0,377.5073215487957,-174.99995111167587,0.0,382.5076552930884,-124.99995111167586,0.0,382.5076552930884,-174.99995111167587,0.0,387.5073215487957,-124.99995111167586,0.0,387.5073215487957,-174.99995111167587,0.0,392.5076552930884,-124.99995111167586,0.0,392.5076552930884,-174.99995111167587,0.0,397.5073215487957,-124.99995111167586,0.0,397.5073215487957,-174.99995111167587,0.0,402.5076552930884,-124.99995111167586,0.0,402.5076552930884,-174.99995111167587,0.0,407.5073215487957,-124.99995111167586,0.0,407.5073215487957,-174.99995111167587,0.0,412.5076552930884,-124.99995111167586,0.0,412.5076552930884,-174.99995111167587,0.0,417.5073215487957,-124.99995111167586,0.0,417.5073215487957,-174.99995111167587,0.0,422.5076552930884,-124.99995111167586,0.0,422.5076552930884,-174.99995111167587,0.0,427.5076552930884,-124.99995111167586,0.0,427.5076552930884,-174.99995111167587,0.0,432.50732154879574,-124.99995111167586,0.0,432.50732154879574,-174.99995111167587,0.0,437.5076552930884,-124.99995111167586,0.0,437.5076552930884,-174.99995111167587,0.0,442.50732154879574,-124.99995111167586,0.0,442.50732154879574,-174.99995111167587,0.0,447.5076552930884,-124.99995111167586,0.0,447.5076552930884,-174.99995111167587,0.0,452.50732154879563,-124.99995111167586,0.0,452.50732154879563,-174.99995111167587,0.0,457.50765529308836,-124.99995111167586,0.0,457.50765529308836,-174.99995111167587,0.0,462.50732154879563,-124.99995111167586,0.0,462.50732154879563,-174.99995111167587,0.0,467.50765529308836,-124.99995111167586,0.0,467.50765529308836,-174.99995111167587,0.0,472.5073215487957,-124.99995111167586,0.0,472.5073215487957,-174.99995111167587,0.0,477.50765529308836,-124.99995111167586,0.0,477.50765529308836,-174.99995111167587,0.0,482.5073215487957,-124.99995111167586,0.0,482.5073215487957,-174.99995111167587,0.0,487.50765529308836,-124.99995111167586,0.0,487.50765529308836,-174.99995111167587,0.0,492.5073215487957,-124.99995111167586,0.0,492.5073215487957,-174.99995111167587,0.0,497.50765529308836,-124.99995111167586,0.0,497.50765529308836,-174.99995111167587,0.0};
			return value;
		}
		private double[] getCoordinate_6_24_point_3()
		{
			double[] value = {502.5073215487957,-124.99995111167586,0.0,502.5073215487957,-174.99995111167587,0.0,507.5076552930884,-124.99995111167586,0.0,507.5076552930884,-174.99995111167587,0.0,512.5076552930884,-124.99995111167586,0.0,512.5076552930884,-174.99995111167587,0.0,517.5073215487957,-124.99995111167586,0.0,517.5073215487957,-174.99995111167587,0.0,522.5076552930884,-124.99995111167586,0.0,522.5076552930884,-174.99995111167587,0.0,527.5073215487957,-124.99995111167586,0.0,527.5073215487957,-174.99995111167587,0.0,532.5076552930884,-124.99995111167586,0.0,532.5076552930884,-174.99995111167587,0.0,537.5073215487957,-124.99995111167586,0.0,537.5073215487957,-174.99995111167587,0.0,542.5076552930884,-124.99995111167586,0.0,542.5076552930884,-174.99995111167587,0.0,547.5073215487957,-124.99995111167586,0.0,547.5073215487957,-174.99995111167587,0.0,552.5076552930884,-124.99995111167586,0.0,552.5076552930884,-174.99995111167587,0.0,557.5073215487957,-124.99995111167586,0.0,557.5073215487957,-174.99995111167587,0.0,562.5076552930884,-124.99995111167586,0.0,562.5076552930884,-174.99995111167587,0.0,567.5073215487957,-124.99995111167586,0.0,567.5073215487957,-174.99995111167587,0.0,572.5076552930884,-124.99995111167586,0.0,572.5076552930884,-174.99995111167587,0.0,577.5073215487957,-124.99995111167586,0.0,577.5073215487957,-174.99995111167587,0.0,582.5076552930883,-124.99995111167586,0.0,582.5076552930883,-174.99995111167587,0.0,587.5073215487956,-124.99995111167586,0.0,587.5073215487956,-174.99995111167587,0.0,592.5076552930884,-124.99995111167586,0.0,592.5076552930884,-174.99995111167587,0.0,597.5076552930884,-124.99995111167586,0.0,597.5076552930884,-174.99995111167587,0.0,602.5073215487956,-124.99995111167586,0.0,602.5073215487956,-174.99995111167587,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_25_color_1()
		{
			double[] value = {0.134,0.776,0.847,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_6_25_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_29_point_1()
		{
			double[] value = {0.0,-174.99995111167587,0.0,0.0,-224.99990222335168,0.0,7.5076526857110775,-174.99995111167587,0.0,7.5076526857110775,-224.99990222335168,0.0,12.507650078333791,-174.99995111167587,0.0,12.507650078333791,-224.99990222335168,0.0,17.507644863579216,-174.99995111167587,0.0,17.507644863579216,-224.99990222335168,0.0,22.50764486357922,-174.99995111167587,0.0,22.50764486357922,-224.99990222335168,0.0,27.507655293088362,-174.99995111167587,0.0,27.507655293088362,-224.99990222335168,0.0,32.50763443407007,-174.99995111167587,0.0,32.50763443407007,-224.99990222335168,0.0,37.50765529308836,-174.99995111167587,0.0,37.50765529308836,-224.99990222335168,0.0,42.50763443407007,-174.99995111167587,0.0,42.50763443407007,-224.99990222335168,0.0,47.50765529308837,-174.99995111167587,0.0,47.50765529308837,-224.99990222335168,0.0,52.50765529308837,-174.99995111167587,0.0,52.50765529308837,-224.99990222335168,0.0,57.507613575051785,-174.99995111167587,0.0,57.507613575051785,-224.99990222335168,0.0,62.50761357505178,-174.99995111167587,0.0,62.50761357505178,-224.99990222335168,0.0,67.50765529308836,-174.99995111167587,0.0,67.50765529308836,-224.99990222335168,0.0,72.50765529308838,-174.99995111167587,0.0,72.50765529308838,-224.99990222335168,0.0,77.50761357505178,-174.99995111167587,0.0,77.50761357505178,-224.99990222335168,0.0,82.50761357505178,-174.99995111167587,0.0,82.50761357505178,-224.99990222335168,0.0,87.50765529308836,-174.99995111167587,0.0,87.50765529308836,-224.99990222335168,0.0,92.50765529308836,-174.99995111167587,0.0,92.50765529308836,-224.99990222335168,0.0,97.50765529308836,-174.99995111167587,0.0,97.50765529308836,-224.99990222335168,0.0,102.50765529308838,-174.99995111167587,0.0,102.50765529308838,-224.99990222335168,0.0,107.50765529308838,-174.99995111167587,0.0,107.50765529308838,-224.99990222335168,0.0,112.50757185701521,-174.99995111167587,0.0,112.50757185701521,-224.99990222335168,0.0,117.50757185701518,-174.99995111167587,0.0,117.50757185701518,-224.99990222335168,0.0,122.5075718570152,-174.99995111167587,0.0,122.5075718570152,-224.99990222335168,0.0,127.5075718570152,-174.99995111167587,0.0,127.5075718570152,-224.99990222335168,0.0,132.50765529308836,-174.99995111167587,0.0,132.50765529308836,-224.99990222335168,0.0,137.50765529308836,-174.99995111167587,0.0,137.50765529308836,-224.99990222335168,0.0,142.5076552930884,-174.99995111167587,0.0,142.5076552930884,-224.99990222335168,0.0,147.50765529308836,-174.99995111167587,0.0,147.50765529308836,-224.99990222335168,0.0,152.5075718570152,-174.99995111167587,0.0,152.5075718570152,-224.99990222335168,0.0,157.5075718570152,-174.99995111167587,0.0,157.5075718570152,-224.99990222335168,0.0,162.5075718570152,-174.99995111167587,0.0,162.5075718570152,-224.99990222335168,0.0,167.5075718570152,-174.99995111167587,0.0,167.5075718570152,-224.99990222335168,0.0,172.50765529308836,-174.99995111167587,0.0,172.50765529308836,-224.99990222335168,0.0,177.50765529308833,-174.99995111167587,0.0,177.50765529308833,-224.99990222335168,0.0,182.50765529308833,-174.99995111167587,0.0,182.50765529308833,-224.99990222335168,0.0,187.50765529308833,-174.99995111167587,0.0,187.50765529308833,-224.99990222335168,0.0,192.50765529308836,-174.99995111167587,0.0,192.50765529308836,-224.99990222335168,0.0,197.50765529308836,-174.99995111167587,0.0,197.50765529308836,-224.99990222335168,0.0,202.50765529308836,-174.99995111167587,0.0,202.50765529308836,-224.99990222335168,0.0,207.50765529308836,-174.99995111167587,0.0,207.50765529308836,-224.99990222335168,0.0,212.50765529308836,-174.99995111167587,0.0,212.50765529308836,-224.99990222335168,0.0,217.50748842094202,-174.99995111167587,0.0,217.50748842094202,-224.99990222335168,0.0,222.50748842094202,-174.99995111167587,0.0,222.50748842094202,-224.99990222335168,0.0,227.50748842094197,-174.99995111167587,0.0,227.50748842094197,-224.99990222335168,0.0,232.507488420942,-174.99995111167587,0.0,232.507488420942,-224.99990222335168,0.0,237.507488420942,-174.99995111167587,0.0,237.507488420942,-224.99990222335168,0.0,242.507488420942,-174.99995111167587,0.0,242.507488420942,-224.99990222335168,0.0,247.507488420942,-174.99995111167587,0.0,247.507488420942,-224.99990222335168,0.0};
			return value;
		}
		private double[] getCoordinate_6_29_point_2()
		{
			double[] value = {252.507488420942,-174.99995111167587,0.0,252.507488420942,-224.99990222335168,0.0,257.50765529308836,-174.99995111167587,0.0,257.50765529308836,-224.99990222335168,0.0,262.50765529308836,-174.99995111167587,0.0,262.50765529308836,-224.99990222335168,0.0,267.50765529308836,-174.99995111167587,0.0,267.50765529308836,-224.99990222335168,0.0,272.50765529308836,-174.99995111167587,0.0,272.50765529308836,-224.99990222335168,0.0,277.50765529308836,-174.99995111167587,0.0,277.50765529308836,-224.99990222335168,0.0,282.50765529308836,-174.99995111167587,0.0,282.50765529308836,-224.99990222335168,0.0,287.50765529308836,-174.99995111167587,0.0,287.50765529308836,-224.99990222335168,0.0,292.50765529308836,-174.99995111167587,0.0,292.50765529308836,-224.99990222335168,0.0,297.50765529308836,-174.99995111167587,0.0,297.50765529308836,-224.99990222335168,0.0,302.50748842094197,-174.99995111167587,0.0,302.50748842094197,-224.99990222335168,0.0,307.50748842094197,-174.99995111167587,0.0,307.50748842094197,-224.99990222335168,0.0,312.50748842094197,-174.99995111167587,0.0,312.50748842094197,-224.99990222335168,0.0,317.507488420942,-174.99995111167587,0.0,317.507488420942,-224.99990222335168,0.0,322.507488420942,-174.99995111167587,0.0,322.507488420942,-224.99990222335168,0.0,327.507488420942,-174.99995111167587,0.0,327.507488420942,-224.99990222335168,0.0,332.507488420942,-174.99995111167587,0.0,332.507488420942,-224.99990222335168,0.0,337.507488420942,-174.99995111167587,0.0,337.507488420942,-224.99990222335168,0.0,342.50765529308836,-174.99995111167587,0.0,342.50765529308836,-224.99990222335168,0.0,347.50765529308836,-174.99995111167587,0.0,347.50765529308836,-224.99990222335168,0.0,352.50765529308836,-174.99995111167587,0.0,352.50765529308836,-224.99990222335168,0.0,357.5073215487957,-174.99995111167587,0.0,357.5073215487957,-224.99990222335168,0.0,362.50765529308836,-174.99995111167587,0.0,362.50765529308836,-224.99990222335168,0.0,367.5073215487957,-174.99995111167587,0.0,367.5073215487957,-224.99990222335168,0.0,372.50765529308836,-174.99995111167587,0.0,372.50765529308836,-224.99990222335168,0.0,377.5073215487957,-174.99995111167587,0.0,377.5073215487957,-224.99990222335168,0.0,382.5076552930884,-174.99995111167587,0.0,382.5076552930884,-224.99990222335168,0.0,387.5073215487957,-174.99995111167587,0.0,387.5073215487957,-224.99990222335168,0.0,392.5076552930884,-174.99995111167587,0.0,392.5076552930884,-224.99990222335168,0.0,397.5073215487957,-174.99995111167587,0.0,397.5073215487957,-224.99990222335168,0.0,402.5076552930884,-174.99995111167587,0.0,402.5076552930884,-224.99990222335168,0.0,407.5073215487957,-174.99995111167587,0.0,407.5073215487957,-224.99990222335168,0.0,412.5076552930884,-174.99995111167587,0.0,412.5076552930884,-224.99990222335168,0.0,417.5073215487957,-174.99995111167587,0.0,417.5073215487957,-224.99990222335168,0.0,422.5076552930884,-174.99995111167587,0.0,422.5076552930884,-224.99990222335168,0.0,427.5076552930884,-174.99995111167587,0.0,427.5076552930884,-224.99990222335168,0.0,432.50732154879574,-174.99995111167587,0.0,432.50732154879574,-224.99990222335168,0.0,437.5076552930884,-174.99995111167587,0.0,437.5076552930884,-224.99990222335168,0.0,442.50732154879574,-174.99995111167587,0.0,442.50732154879574,-224.99990222335168,0.0,447.5076552930884,-174.99995111167587,0.0,447.5076552930884,-224.99990222335168,0.0,452.50732154879563,-174.99995111167587,0.0,452.50732154879563,-224.99990222335168,0.0,457.50765529308836,-174.99995111167587,0.0,457.50765529308836,-224.99990222335168,0.0,462.50732154879563,-174.99995111167587,0.0,462.50732154879563,-224.99990222335168,0.0,467.50765529308836,-174.99995111167587,0.0,467.50765529308836,-224.99990222335168,0.0,472.5073215487957,-174.99995111167587,0.0,472.5073215487957,-224.99990222335168,0.0,477.50765529308836,-174.99995111167587,0.0,477.50765529308836,-224.99990222335168,0.0,482.5073215487957,-174.99995111167587,0.0,482.5073215487957,-224.99990222335168,0.0,487.50765529308836,-174.99995111167587,0.0,487.50765529308836,-224.99990222335168,0.0,492.5073215487957,-174.99995111167587,0.0,492.5073215487957,-224.99990222335168,0.0,497.50765529308836,-174.99995111167587,0.0,497.50765529308836,-224.99990222335168,0.0};
			return value;
		}
		private double[] getCoordinate_6_29_point_3()
		{
			double[] value = {502.5073215487957,-174.99995111167587,0.0,502.5073215487957,-224.99990222335168,0.0,507.5076552930884,-174.99995111167587,0.0,507.5076552930884,-224.99990222335168,0.0,512.5076552930884,-174.99995111167587,0.0,512.5076552930884,-224.99990222335168,0.0,517.5073215487957,-174.99995111167587,0.0,517.5073215487957,-224.99990222335168,0.0,522.5076552930884,-174.99995111167587,0.0,522.5076552930884,-224.99990222335168,0.0,527.5073215487957,-174.99995111167587,0.0,527.5073215487957,-224.99990222335168,0.0,532.5076552930884,-174.99995111167587,0.0,532.5076552930884,-224.99990222335168,0.0,537.5073215487957,-174.99995111167587,0.0,537.5073215487957,-224.99990222335168,0.0,542.5076552930884,-174.99995111167587,0.0,542.5076552930884,-224.99990222335168,0.0,547.5073215487957,-174.99995111167587,0.0,547.5073215487957,-224.99990222335168,0.0,552.5076552930884,-174.99995111167587,0.0,552.5076552930884,-224.99990222335168,0.0,557.5073215487957,-174.99995111167587,0.0,557.5073215487957,-224.99990222335168,0.0,562.5076552930884,-174.99995111167587,0.0,562.5076552930884,-224.99990222335168,0.0,567.5073215487957,-174.99995111167587,0.0,567.5073215487957,-224.99990222335168,0.0,572.5076552930884,-174.99995111167587,0.0,572.5076552930884,-224.99990222335168,0.0,577.5073215487957,-174.99995111167587,0.0,577.5073215487957,-224.99990222335168,0.0,582.5076552930883,-174.99995111167587,0.0,582.5076552930883,-224.99990222335168,0.0,587.5073215487956,-174.99995111167587,0.0,587.5073215487956,-224.99990222335168,0.0,592.5076552930884,-174.99995111167587,0.0,592.5076552930884,-224.99990222335168,0.0,597.5076552930884,-174.99995111167587,0.0,597.5076552930884,-224.99990222335168,0.0,602.5073215487956,-174.99995111167587,0.0,602.5073215487956,-224.99990222335168,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_30_color_1()
		{
			double[] value = {0.352,0.605,0.618,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_6_30_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_34_point_1()
		{
			double[] value = {0.0,-224.99990222335168,0.0,0.0,-274.9998044467034,0.0,7.5076526857110775,-224.99990222335168,0.0,7.5076526857110775,-274.9998044467034,0.0,12.507650078333791,-224.99990222335168,0.0,12.507650078333791,-274.9998044467034,0.0,17.507644863579216,-224.99990222335168,0.0,17.507644863579216,-274.9998044467034,0.0,22.50764486357922,-224.99990222335168,0.0,22.50764486357922,-274.9998044467034,0.0,27.507655293088362,-224.99990222335168,0.0,27.507655293088362,-274.9998044467034,0.0,32.50763443407007,-224.99990222335168,0.0,32.50763443407007,-274.9998044467034,0.0,37.50765529308836,-224.99990222335168,0.0,37.50765529308836,-274.9998044467034,0.0,42.50763443407007,-224.99990222335168,0.0,42.50763443407007,-274.9998044467034,0.0,47.50765529308837,-224.99990222335168,0.0,47.50765529308837,-274.9998044467034,0.0,52.50765529308837,-224.99990222335168,0.0,52.50765529308837,-274.9998044467034,0.0,57.507613575051785,-224.99990222335168,0.0,57.507613575051785,-274.9998044467034,0.0,62.50761357505178,-224.99990222335168,0.0,62.50761357505178,-274.9998044467034,0.0,67.50765529308836,-224.99990222335168,0.0,67.50765529308836,-274.9998044467034,0.0,72.50765529308838,-224.99990222335168,0.0,72.50765529308838,-274.9998044467034,0.0,77.50761357505178,-224.99990222335168,0.0,77.50761357505178,-274.9998044467034,0.0,82.50761357505178,-224.99990222335168,0.0,82.50761357505178,-274.9998044467034,0.0,87.50765529308836,-224.99990222335168,0.0,87.50765529308836,-274.9998044467034,0.0,92.50765529308836,-224.99990222335168,0.0,92.50765529308836,-274.9998044467034,0.0,97.50765529308836,-224.99990222335168,0.0,97.50765529308836,-274.9998044467034,0.0,102.50765529308838,-224.99990222335168,0.0,102.50765529308838,-274.9998044467034,0.0,107.50765529308838,-224.99990222335168,0.0,107.50765529308838,-274.9998044467034,0.0,112.50757185701521,-224.99990222335168,0.0,112.50757185701521,-274.9998044467034,0.0,117.50757185701518,-224.99990222335168,0.0,117.50757185701518,-274.9998044467034,0.0,122.5075718570152,-224.99990222335168,0.0,122.5075718570152,-274.9998044467034,0.0,127.5075718570152,-224.99990222335168,0.0,127.5075718570152,-274.9998044467034,0.0,132.50765529308836,-224.99990222335168,0.0,132.50765529308836,-274.9998044467034,0.0,137.50765529308836,-224.99990222335168,0.0,137.50765529308836,-274.9998044467034,0.0,142.5076552930884,-224.99990222335168,0.0,142.5076552930884,-274.9998044467034,0.0,147.50765529308836,-224.99990222335168,0.0,147.50765529308836,-274.9998044467034,0.0,152.5075718570152,-224.99990222335168,0.0,152.5075718570152,-274.9998044467034,0.0,157.5075718570152,-224.99990222335168,0.0,157.5075718570152,-274.9998044467034,0.0,162.5075718570152,-224.99990222335168,0.0,162.5075718570152,-274.9998044467034,0.0,167.5075718570152,-224.99990222335168,0.0,167.5075718570152,-274.9998044467034,0.0,172.50765529308836,-224.99990222335168,0.0,172.50765529308836,-274.9998044467034,0.0,177.50765529308833,-224.99990222335168,0.0,177.50765529308833,-274.9998044467034,0.0,182.50765529308833,-224.99990222335168,0.0,182.50765529308833,-274.9998044467034,0.0,187.50765529308833,-224.99990222335168,0.0,187.50765529308833,-274.9998044467034,0.0,192.50765529308836,-224.99990222335168,0.0,192.50765529308836,-274.9998044467034,0.0,197.50765529308836,-224.99990222335168,0.0,197.50765529308836,-274.9998044467034,0.0,202.50765529308836,-224.99990222335168,0.0,202.50765529308836,-274.9998044467034,0.0,207.50765529308836,-224.99990222335168,0.0,207.50765529308836,-274.9998044467034,0.0,212.50765529308836,-224.99990222335168,0.0,212.50765529308836,-274.9998044467034,0.0,217.50748842094202,-224.99990222335168,0.0,217.50748842094202,-274.9998044467034,0.0,222.50748842094202,-224.99990222335168,0.0,222.50748842094202,-274.9998044467034,0.0,227.50748842094197,-224.99990222335168,0.0,227.50748842094197,-274.9998044467034,0.0,232.507488420942,-224.99990222335168,0.0,232.507488420942,-274.9998044467034,0.0,237.507488420942,-224.99990222335168,0.0,237.507488420942,-274.9998044467034,0.0,242.507488420942,-224.99990222335168,0.0,242.507488420942,-274.9998044467034,0.0,247.507488420942,-224.99990222335168,0.0,247.507488420942,-274.9998044467034,0.0};
			return value;
		}
		private double[] getCoordinate_6_34_point_2()
		{
			double[] value = {252.507488420942,-224.99990222335168,0.0,252.507488420942,-274.9998044467034,0.0,257.50765529308836,-224.99990222335168,0.0,257.50765529308836,-274.9998044467034,0.0,262.50765529308836,-224.99990222335168,0.0,262.50765529308836,-274.9998044467034,0.0,267.50765529308836,-224.99990222335168,0.0,267.50765529308836,-274.9998044467034,0.0,272.50765529308836,-224.99990222335168,0.0,272.50765529308836,-274.9998044467034,0.0,277.50765529308836,-224.99990222335168,0.0,277.50765529308836,-274.9998044467034,0.0,282.50765529308836,-224.99990222335168,0.0,282.50765529308836,-274.9998044467034,0.0,287.50765529308836,-224.99990222335168,0.0,287.50765529308836,-274.9998044467034,0.0,292.50765529308836,-224.99990222335168,0.0,292.50765529308836,-274.9998044467034,0.0,297.50765529308836,-224.99990222335168,0.0,297.50765529308836,-274.9998044467034,0.0,302.50748842094197,-224.99990222335168,0.0,302.50748842094197,-274.9998044467034,0.0,307.50748842094197,-224.99990222335168,0.0,307.50748842094197,-274.9998044467034,0.0,312.50748842094197,-224.99990222335168,0.0,312.50748842094197,-274.9998044467034,0.0,317.507488420942,-224.99990222335168,0.0,317.507488420942,-274.9998044467034,0.0,322.507488420942,-224.99990222335168,0.0,322.507488420942,-274.9998044467034,0.0,327.507488420942,-224.99990222335168,0.0,327.507488420942,-274.9998044467034,0.0,332.507488420942,-224.99990222335168,0.0,332.507488420942,-274.9998044467034,0.0,337.507488420942,-224.99990222335168,0.0,337.507488420942,-274.9998044467034,0.0,342.50765529308836,-224.99990222335168,0.0,342.50765529308836,-274.9998044467034,0.0,347.50765529308836,-224.99990222335168,0.0,347.50765529308836,-274.9998044467034,0.0,352.50765529308836,-224.99990222335168,0.0,352.50765529308836,-274.9998044467034,0.0,357.5073215487957,-224.99990222335168,0.0,357.5073215487957,-274.9998044467034,0.0,362.50765529308836,-224.99990222335168,0.0,362.50765529308836,-274.9998044467034,0.0,367.5073215487957,-224.99990222335168,0.0,367.5073215487957,-274.9998044467034,0.0,372.50765529308836,-224.99990222335168,0.0,372.50765529308836,-274.9998044467034,0.0,377.5073215487957,-224.99990222335168,0.0,377.5073215487957,-274.9998044467034,0.0,382.5076552930884,-224.99990222335168,0.0,382.5076552930884,-274.9998044467034,0.0,387.5073215487957,-224.99990222335168,0.0,387.5073215487957,-274.9998044467034,0.0,392.5076552930884,-224.99990222335168,0.0,392.5076552930884,-274.9998044467034,0.0,397.5073215487957,-224.99990222335168,0.0,397.5073215487957,-274.9998044467034,0.0,402.5076552930884,-224.99990222335168,0.0,402.5076552930884,-274.9998044467034,0.0,407.5073215487957,-224.99990222335168,0.0,407.5073215487957,-274.9998044467034,0.0,412.5076552930884,-224.99990222335168,0.0,412.5076552930884,-274.9998044467034,0.0,417.5073215487957,-224.99990222335168,0.0,417.5073215487957,-274.9998044467034,0.0,422.5076552930884,-224.99990222335168,0.0,422.5076552930884,-274.9998044467034,0.0,427.5076552930884,-224.99990222335168,0.0,427.5076552930884,-274.9998044467034,0.0,432.50732154879574,-224.99990222335168,0.0,432.50732154879574,-274.9998044467034,0.0,437.5076552930884,-224.99990222335168,0.0,437.5076552930884,-274.9998044467034,0.0,442.50732154879574,-224.99990222335168,0.0,442.50732154879574,-274.9998044467034,0.0,447.5076552930884,-224.99990222335168,0.0,447.5076552930884,-274.9998044467034,0.0,452.50732154879563,-224.99990222335168,0.0,452.50732154879563,-274.9998044467034,0.0,457.50765529308836,-224.99990222335168,0.0,457.50765529308836,-274.9998044467034,0.0,462.50732154879563,-224.99990222335168,0.0,462.50732154879563,-274.9998044467034,0.0,467.50765529308836,-224.99990222335168,0.0,467.50765529308836,-274.9998044467034,0.0,472.5073215487957,-224.99990222335168,0.0,472.5073215487957,-274.9998044467034,0.0,477.50765529308836,-224.99990222335168,0.0,477.50765529308836,-274.9998044467034,0.0,482.5073215487957,-224.99990222335168,0.0,482.5073215487957,-274.9998044467034,0.0,487.50765529308836,-224.99990222335168,0.0,487.50765529308836,-274.9998044467034,0.0,492.5073215487957,-224.99990222335168,0.0,492.5073215487957,-274.9998044467034,0.0,497.50765529308836,-224.99990222335168,0.0,497.50765529308836,-274.9998044467034,0.0};
			return value;
		}
		private double[] getCoordinate_6_34_point_3()
		{
			double[] value = {502.5073215487957,-224.99990222335168,0.0,502.5073215487957,-274.9998044467034,0.0,507.5076552930884,-224.99990222335168,0.0,507.5076552930884,-274.9998044467034,0.0,512.5076552930884,-224.99990222335168,0.0,512.5076552930884,-274.9998044467034,0.0,517.5073215487957,-224.99990222335168,0.0,517.5073215487957,-274.9998044467034,0.0,522.5076552930884,-224.99990222335168,0.0,522.5076552930884,-274.9998044467034,0.0,527.5073215487957,-224.99990222335168,0.0,527.5073215487957,-274.9998044467034,0.0,532.5076552930884,-224.99990222335168,0.0,532.5076552930884,-274.9998044467034,0.0,537.5073215487957,-224.99990222335168,0.0,537.5073215487957,-274.9998044467034,0.0,542.5076552930884,-224.99990222335168,0.0,542.5076552930884,-274.9998044467034,0.0,547.5073215487957,-224.99990222335168,0.0,547.5073215487957,-274.9998044467034,0.0,552.5076552930884,-224.99990222335168,0.0,552.5076552930884,-274.9998044467034,0.0,557.5073215487957,-224.99990222335168,0.0,557.5073215487957,-274.9998044467034,0.0,562.5076552930884,-224.99990222335168,0.0,562.5076552930884,-274.9998044467034,0.0,567.5073215487957,-224.99990222335168,0.0,567.5073215487957,-274.9998044467034,0.0,572.5076552930884,-224.99990222335168,0.0,572.5076552930884,-274.9998044467034,0.0,577.5073215487957,-224.99990222335168,0.0,577.5073215487957,-274.9998044467034,0.0,582.5076552930883,-224.99990222335168,0.0,582.5076552930883,-274.9998044467034,0.0,587.5073215487956,-224.99990222335168,0.0,587.5073215487956,-274.9998044467034,0.0,592.5076552930884,-224.99990222335168,0.0,592.5076552930884,-274.9998044467034,0.0,597.5076552930884,-224.99990222335168,0.0,597.5076552930884,-274.9998044467034,0.0,602.5073215487956,-224.99990222335168,0.0,602.5073215487956,-274.9998044467034,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_35_color_1()
		{
			double[] value = {0.352,0.605,0.618,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_6_35_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_39_point_1()
		{
			double[] value = {0.0,-274.9998044467034,0.0,0.0,-324.99990222335174,0.0,7.5076526857110775,-274.9998044467034,0.0,7.5076526857110775,-324.99990222335174,0.0,12.507650078333791,-274.9998044467034,0.0,12.507650078333791,-324.99990222335174,0.0,17.507644863579216,-274.9998044467034,0.0,17.507644863579216,-324.99990222335174,0.0,22.50764486357922,-274.9998044467034,0.0,22.50764486357922,-324.99990222335174,0.0,27.507655293088362,-274.9998044467034,0.0,27.507655293088362,-324.99990222335174,0.0,32.50763443407007,-274.9998044467034,0.0,32.50763443407007,-324.99990222335174,0.0,37.50765529308836,-274.9998044467034,0.0,37.50765529308836,-324.99990222335174,0.0,42.50763443407007,-274.9998044467034,0.0,42.50763443407007,-324.99990222335174,0.0,47.50765529308837,-274.9998044467034,0.0,47.50765529308837,-324.99990222335174,0.0,52.50765529308837,-274.9998044467034,0.0,52.50765529308837,-324.99990222335174,0.0,57.507613575051785,-274.9998044467034,0.0,57.507613575051785,-324.99990222335174,0.0,62.50761357505178,-274.9998044467034,0.0,62.50761357505178,-324.99990222335174,0.0,67.50765529308836,-274.9998044467034,0.0,67.50765529308836,-324.99990222335174,0.0,72.50765529308838,-274.9998044467034,0.0,72.50765529308838,-324.99990222335174,0.0,77.50761357505178,-274.9998044467034,0.0,77.50761357505178,-324.99990222335174,0.0,82.50761357505178,-274.9998044467034,0.0,82.50761357505178,-324.99990222335174,0.0,87.50765529308836,-274.9998044467034,0.0,87.50765529308836,-324.99990222335174,0.0,92.50765529308836,-274.9998044467034,0.0,92.50765529308836,-324.99990222335174,0.0,97.50765529308836,-274.9998044467034,0.0,97.50765529308836,-324.99990222335174,0.0,102.50765529308838,-274.9998044467034,0.0,102.50765529308838,-324.99990222335174,0.0,107.50765529308838,-274.9998044467034,0.0,107.50765529308838,-324.99990222335174,0.0,112.50757185701521,-274.9998044467034,0.0,112.50757185701521,-324.99990222335174,0.0,117.50757185701518,-274.9998044467034,0.0,117.50757185701518,-324.99990222335174,0.0,122.5075718570152,-274.9998044467034,0.0,122.5075718570152,-324.99990222335174,0.0,127.5075718570152,-274.9998044467034,0.0,127.5075718570152,-324.99990222335174,0.0,132.50765529308836,-274.9998044467034,0.0,132.50765529308836,-324.99990222335174,0.0,137.50765529308836,-274.9998044467034,0.0,137.50765529308836,-324.99990222335174,0.0,142.5076552930884,-274.9998044467034,0.0,142.5076552930884,-324.99990222335174,0.0,147.50765529308836,-274.9998044467034,0.0,147.50765529308836,-324.99990222335174,0.0,152.5075718570152,-274.9998044467034,0.0,152.5075718570152,-324.99990222335174,0.0,157.5075718570152,-274.9998044467034,0.0,157.5075718570152,-324.99990222335174,0.0,162.5075718570152,-274.9998044467034,0.0,162.5075718570152,-324.99990222335174,0.0,167.5075718570152,-274.9998044467034,0.0,167.5075718570152,-324.99990222335174,0.0,172.50765529308836,-274.9998044467034,0.0,172.50765529308836,-324.99990222335174,0.0,177.50765529308833,-274.9998044467034,0.0,177.50765529308833,-324.99990222335174,0.0,182.50765529308833,-274.9998044467034,0.0,182.50765529308833,-324.99990222335174,0.0,187.50765529308833,-274.9998044467034,0.0,187.50765529308833,-324.99990222335174,0.0,192.50765529308836,-274.9998044467034,0.0,192.50765529308836,-324.99990222335174,0.0,197.50765529308836,-274.9998044467034,0.0,197.50765529308836,-324.99990222335174,0.0,202.50765529308836,-274.9998044467034,0.0,202.50765529308836,-324.99990222335174,0.0,207.50765529308836,-274.9998044467034,0.0,207.50765529308836,-324.99990222335174,0.0,212.50765529308836,-274.9998044467034,0.0,212.50765529308836,-324.99990222335174,0.0,217.50748842094202,-274.9998044467034,0.0,217.50748842094202,-324.99990222335174,0.0,222.50748842094202,-274.9998044467034,0.0,222.50748842094202,-324.99990222335174,0.0,227.50748842094197,-274.9998044467034,0.0,227.50748842094197,-324.99990222335174,0.0,232.507488420942,-274.9998044467034,0.0,232.507488420942,-324.99990222335174,0.0,237.507488420942,-274.9998044467034,0.0,237.507488420942,-324.99990222335174,0.0,242.507488420942,-274.9998044467034,0.0,242.507488420942,-324.99990222335174,0.0,247.507488420942,-274.9998044467034,0.0,247.507488420942,-324.99990222335174,0.0};
			return value;
		}
		private double[] getCoordinate_6_39_point_2()
		{
			double[] value = {252.507488420942,-274.9998044467034,0.0,252.507488420942,-324.99990222335174,0.0,257.50765529308836,-274.9998044467034,0.0,257.50765529308836,-324.99990222335174,0.0,262.50765529308836,-274.9998044467034,0.0,262.50765529308836,-324.99990222335174,0.0,267.50765529308836,-274.9998044467034,0.0,267.50765529308836,-324.99990222335174,0.0,272.50765529308836,-274.9998044467034,0.0,272.50765529308836,-324.99990222335174,0.0,277.50765529308836,-274.9998044467034,0.0,277.50765529308836,-324.99990222335174,0.0,282.50765529308836,-274.9998044467034,0.0,282.50765529308836,-324.99990222335174,0.0,287.50765529308836,-274.9998044467034,0.0,287.50765529308836,-324.99990222335174,0.0,292.50765529308836,-274.9998044467034,0.0,292.50765529308836,-324.99990222335174,0.0,297.50765529308836,-274.9998044467034,0.0,297.50765529308836,-324.99990222335174,0.0,302.50748842094197,-274.9998044467034,0.0,302.50748842094197,-324.99990222335174,0.0,307.50748842094197,-274.9998044467034,0.0,307.50748842094197,-324.99990222335174,0.0,312.50748842094197,-274.9998044467034,0.0,312.50748842094197,-324.99990222335174,0.0,317.507488420942,-274.9998044467034,0.0,317.507488420942,-324.99990222335174,0.0,322.507488420942,-274.9998044467034,0.0,322.507488420942,-324.99990222335174,0.0,327.507488420942,-274.9998044467034,0.0,327.507488420942,-324.99990222335174,0.0,332.507488420942,-274.9998044467034,0.0,332.507488420942,-324.99990222335174,0.0,337.507488420942,-274.9998044467034,0.0,337.507488420942,-324.99990222335174,0.0,342.50765529308836,-274.9998044467034,0.0,342.50765529308836,-324.99990222335174,0.0,347.50765529308836,-274.9998044467034,0.0,347.50765529308836,-324.99990222335174,0.0,352.50765529308836,-274.9998044467034,0.0,352.50765529308836,-324.99990222335174,0.0,357.5073215487957,-274.9998044467034,0.0,357.5073215487957,-324.99990222335174,0.0,362.50765529308836,-274.9998044467034,0.0,362.50765529308836,-324.99990222335174,0.0,367.5073215487957,-274.9998044467034,0.0,367.5073215487957,-324.99990222335174,0.0,372.50765529308836,-274.9998044467034,0.0,372.50765529308836,-324.99990222335174,0.0,377.5073215487957,-274.9998044467034,0.0,377.5073215487957,-324.99990222335174,0.0,382.5076552930884,-274.9998044467034,0.0,382.5076552930884,-324.99990222335174,0.0,387.5073215487957,-274.9998044467034,0.0,387.5073215487957,-324.99990222335174,0.0,392.5076552930884,-274.9998044467034,0.0,392.5076552930884,-324.99990222335174,0.0,397.5073215487957,-274.9998044467034,0.0,397.5073215487957,-324.99990222335174,0.0,402.5076552930884,-274.9998044467034,0.0,402.5076552930884,-324.99990222335174,0.0,407.5073215487957,-274.9998044467034,0.0,407.5073215487957,-324.99990222335174,0.0,412.5076552930884,-274.9998044467034,0.0,412.5076552930884,-324.99990222335174,0.0,417.5073215487957,-274.9998044467034,0.0,417.5073215487957,-324.99990222335174,0.0,422.5076552930884,-274.9998044467034,0.0,422.5076552930884,-324.99990222335174,0.0,427.5076552930884,-274.9998044467034,0.0,427.5076552930884,-324.99990222335174,0.0,432.50732154879574,-274.9998044467034,0.0,432.50732154879574,-324.99990222335174,0.0,437.5076552930884,-274.9998044467034,0.0,437.5076552930884,-324.99990222335174,0.0,442.50732154879574,-274.9998044467034,0.0,442.50732154879574,-324.99990222335174,0.0,447.5076552930884,-274.9998044467034,0.0,447.5076552930884,-324.99990222335174,0.0,452.50732154879563,-274.9998044467034,0.0,452.50732154879563,-324.99990222335174,0.0,457.50765529308836,-274.9998044467034,0.0,457.50765529308836,-324.99990222335174,0.0,462.50732154879563,-274.9998044467034,0.0,462.50732154879563,-324.99990222335174,0.0,467.50765529308836,-274.9998044467034,0.0,467.50765529308836,-324.99990222335174,0.0,472.5073215487957,-274.9998044467034,0.0,472.5073215487957,-324.99990222335174,0.0,477.50765529308836,-274.9998044467034,0.0,477.50765529308836,-324.99990222335174,0.0,482.5073215487957,-274.9998044467034,0.0,482.5073215487957,-324.99990222335174,0.0,487.50765529308836,-274.9998044467034,0.0,487.50765529308836,-324.99990222335174,0.0,492.5073215487957,-274.9998044467034,0.0,492.5073215487957,-324.99990222335174,0.0,497.50765529308836,-274.9998044467034,0.0,497.50765529308836,-324.99990222335174,0.0};
			return value;
		}
		private double[] getCoordinate_6_39_point_3()
		{
			double[] value = {502.5073215487957,-274.9998044467034,0.0,502.5073215487957,-324.99990222335174,0.0,507.5076552930884,-274.9998044467034,0.0,507.5076552930884,-324.99990222335174,0.0,512.5076552930884,-274.9998044467034,0.0,512.5076552930884,-324.99990222335174,0.0,517.5073215487957,-274.9998044467034,0.0,517.5073215487957,-324.99990222335174,0.0,522.5076552930884,-274.9998044467034,0.0,522.5076552930884,-324.99990222335174,0.0,527.5073215487957,-274.9998044467034,0.0,527.5073215487957,-324.99990222335174,0.0,532.5076552930884,-274.9998044467034,0.0,532.5076552930884,-324.99990222335174,0.0,537.5073215487957,-274.9998044467034,0.0,537.5073215487957,-324.99990222335174,0.0,542.5076552930884,-274.9998044467034,0.0,542.5076552930884,-324.99990222335174,0.0,547.5073215487957,-274.9998044467034,0.0,547.5073215487957,-324.99990222335174,0.0,552.5076552930884,-274.9998044467034,0.0,552.5076552930884,-324.99990222335174,0.0,557.5073215487957,-274.9998044467034,0.0,557.5073215487957,-324.99990222335174,0.0,562.5076552930884,-274.9998044467034,0.0,562.5076552930884,-324.99990222335174,0.0,567.5073215487957,-274.9998044467034,0.0,567.5073215487957,-324.99990222335174,0.0,572.5076552930884,-274.9998044467034,0.0,572.5076552930884,-324.99990222335174,0.0,577.5073215487957,-274.9998044467034,0.0,577.5073215487957,-324.99990222335174,0.0,582.5076552930883,-274.9998044467034,0.0,582.5076552930883,-324.99990222335174,0.0,587.5073215487956,-274.9998044467034,0.0,587.5073215487956,-324.99990222335174,0.0,592.5076552930884,-274.9998044467034,0.0,592.5076552930884,-324.99990222335174,0.0,597.5076552930884,-274.9998044467034,0.0,597.5076552930884,-324.99990222335174,0.0,602.5073215487956,-274.9998044467034,0.0,602.5073215487956,-324.99990222335174,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_40_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_6_40_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_44_point_1()
		{
			double[] value = {0.0,-324.99990222335174,0.0,0.0,-374.99999999999994,0.0,7.5076526857110775,-324.99990222335174,0.0,7.5076526857110775,-374.99999999999994,0.0,12.507650078333791,-324.99990222335174,0.0,12.507650078333791,-374.99999999999994,0.0,17.507644863579216,-324.99990222335174,0.0,17.507644863579216,-374.99999999999994,0.0,22.50764486357922,-324.99990222335174,0.0,22.50764486357922,-374.99999999999994,0.0,27.507655293088362,-324.99990222335174,0.0,27.507655293088362,-374.99999999999994,0.0,32.50763443407007,-324.99990222335174,0.0,32.50763443407007,-374.99999999999994,0.0,37.50765529308836,-324.99990222335174,0.0,37.50765529308836,-374.99999999999994,0.0,42.50763443407007,-324.99990222335174,0.0,42.50763443407007,-374.99999999999994,0.0,47.50765529308837,-324.99990222335174,0.0,47.50765529308837,-374.99999999999994,0.0,52.50765529308837,-324.99990222335174,0.0,52.50765529308837,-374.99999999999994,0.0,57.507613575051785,-324.99990222335174,0.0,57.507613575051785,-374.99999999999994,0.0,62.50761357505178,-324.99990222335174,0.0,62.50761357505178,-374.99999999999994,0.0,67.50765529308836,-324.99990222335174,0.0,67.50765529308836,-374.99999999999994,0.0,72.50765529308838,-324.99990222335174,0.0,72.50765529308838,-374.99999999999994,0.0,77.50761357505178,-324.99990222335174,0.0,77.50761357505178,-374.99999999999994,0.0,82.50761357505178,-324.99990222335174,0.0,82.50761357505178,-374.99999999999994,0.0,87.50765529308836,-324.99990222335174,0.0,87.50765529308836,-374.99999999999994,0.0,92.50765529308836,-324.99990222335174,0.0,92.50765529308836,-374.99999999999994,0.0,97.50765529308836,-324.99990222335174,0.0,97.50765529308836,-374.99999999999994,0.0,102.50765529308838,-324.99990222335174,0.0,102.50765529308838,-374.99999999999994,0.0,107.50765529308838,-324.99990222335174,0.0,107.50765529308838,-374.99999999999994,0.0,112.50757185701521,-324.99990222335174,0.0,112.50757185701521,-374.99999999999994,0.0,117.50757185701518,-324.99990222335174,0.0,117.50757185701518,-374.99999999999994,0.0,122.5075718570152,-324.99990222335174,0.0,122.5075718570152,-374.99999999999994,0.0,127.5075718570152,-324.99990222335174,0.0,127.5075718570152,-374.99999999999994,0.0,132.50765529308836,-324.99990222335174,0.0,132.50765529308836,-374.99999999999994,0.0,137.50765529308836,-324.99990222335174,0.0,137.50765529308836,-374.99999999999994,0.0,142.5076552930884,-324.99990222335174,0.0,142.5076552930884,-374.99999999999994,0.0,147.50765529308836,-324.99990222335174,0.0,147.50765529308836,-374.99999999999994,0.0,152.5075718570152,-324.99990222335174,0.0,152.5075718570152,-374.99999999999994,0.0,157.5075718570152,-324.99990222335174,0.0,157.5075718570152,-374.99999999999994,0.0,162.5075718570152,-324.99990222335174,0.0,162.5075718570152,-374.99999999999994,0.0,167.5075718570152,-324.99990222335174,0.0,167.5075718570152,-374.99999999999994,0.0,172.50765529308836,-324.99990222335174,0.0,172.50765529308836,-374.99999999999994,0.0,177.50765529308833,-324.99990222335174,0.0,177.50765529308833,-374.99999999999994,0.0,182.50765529308833,-324.99990222335174,0.0,182.50765529308833,-374.99999999999994,0.0,187.50765529308833,-324.99990222335174,0.0,187.50765529308833,-374.99999999999994,0.0,192.50765529308836,-324.99990222335174,0.0,192.50765529308836,-374.99999999999994,0.0,197.50765529308836,-324.99990222335174,0.0,197.50765529308836,-374.99999999999994,0.0,202.50765529308836,-324.99990222335174,0.0,202.50765529308836,-374.99999999999994,0.0,207.50765529308836,-324.99990222335174,0.0,207.50765529308836,-374.99999999999994,0.0,212.50765529308836,-324.99990222335174,0.0,212.50765529308836,-374.99999999999994,0.0,217.50748842094202,-324.99990222335174,0.0,217.50748842094202,-374.99999999999994,0.0,222.50748842094202,-324.99990222335174,0.0,222.50748842094202,-374.99999999999994,0.0,227.50748842094197,-324.99990222335174,0.0,227.50748842094197,-374.99999999999994,0.0,232.507488420942,-324.99990222335174,0.0,232.507488420942,-374.99999999999994,0.0,237.507488420942,-324.99990222335174,0.0,237.507488420942,-374.99999999999994,0.0,242.507488420942,-324.99990222335174,0.0,242.507488420942,-374.99999999999994,0.0,247.507488420942,-324.99990222335174,0.0,247.507488420942,-374.99999999999994,0.0};
			return value;
		}
		private double[] getCoordinate_6_44_point_2()
		{
			double[] value = {252.507488420942,-324.99990222335174,0.0,252.507488420942,-374.99999999999994,0.0,257.50765529308836,-324.99990222335174,0.0,257.50765529308836,-374.99999999999994,0.0,262.50765529308836,-324.99990222335174,0.0,262.50765529308836,-374.99999999999994,0.0,267.50765529308836,-324.99990222335174,0.0,267.50765529308836,-374.99999999999994,0.0,272.50765529308836,-324.99990222335174,0.0,272.50765529308836,-374.99999999999994,0.0,277.50765529308836,-324.99990222335174,0.0,277.50765529308836,-374.99999999999994,0.0,282.50765529308836,-324.99990222335174,0.0,282.50765529308836,-374.99999999999994,0.0,287.50765529308836,-324.99990222335174,0.0,287.50765529308836,-374.99999999999994,0.0,292.50765529308836,-324.99990222335174,0.0,292.50765529308836,-374.99999999999994,0.0,297.50765529308836,-324.99990222335174,0.0,297.50765529308836,-374.99999999999994,0.0,302.50748842094197,-324.99990222335174,0.0,302.50748842094197,-374.99999999999994,0.0,307.50748842094197,-324.99990222335174,0.0,307.50748842094197,-374.99999999999994,0.0,312.50748842094197,-324.99990222335174,0.0,312.50748842094197,-374.99999999999994,0.0,317.507488420942,-324.99990222335174,0.0,317.507488420942,-374.99999999999994,0.0,322.507488420942,-324.99990222335174,0.0,322.507488420942,-374.99999999999994,0.0,327.507488420942,-324.99990222335174,0.0,327.507488420942,-374.99999999999994,0.0,332.507488420942,-324.99990222335174,0.0,332.507488420942,-374.99999999999994,0.0,337.507488420942,-324.99990222335174,0.0,337.507488420942,-374.99999999999994,0.0,342.50765529308836,-324.99990222335174,0.0,342.50765529308836,-374.99999999999994,0.0,347.50765529308836,-324.99990222335174,0.0,347.50765529308836,-374.99999999999994,0.0,352.50765529308836,-324.99990222335174,0.0,352.50765529308836,-374.99999999999994,0.0,357.5073215487957,-324.99990222335174,0.0,357.5073215487957,-374.99999999999994,0.0,362.50765529308836,-324.99990222335174,0.0,362.50765529308836,-374.99999999999994,0.0,367.5073215487957,-324.99990222335174,0.0,367.5073215487957,-374.99999999999994,0.0,372.50765529308836,-324.99990222335174,0.0,372.50765529308836,-374.99999999999994,0.0,377.5073215487957,-324.99990222335174,0.0,377.5073215487957,-374.99999999999994,0.0,382.5076552930884,-324.99990222335174,0.0,382.5076552930884,-374.99999999999994,0.0,387.5073215487957,-324.99990222335174,0.0,387.5073215487957,-374.99999999999994,0.0,392.5076552930884,-324.99990222335174,0.0,392.5076552930884,-374.99999999999994,0.0,397.5073215487957,-324.99990222335174,0.0,397.5073215487957,-374.99999999999994,0.0,402.5076552930884,-324.99990222335174,0.0,402.5076552930884,-374.99999999999994,0.0,407.5073215487957,-324.99990222335174,0.0,407.5073215487957,-374.99999999999994,0.0,412.5076552930884,-324.99990222335174,0.0,412.5076552930884,-374.99999999999994,0.0,417.5073215487957,-324.99990222335174,0.0,417.5073215487957,-374.99999999999994,0.0,422.5076552930884,-324.99990222335174,0.0,422.5076552930884,-374.99999999999994,0.0,427.5076552930884,-324.99990222335174,0.0,427.5076552930884,-374.99999999999994,0.0,432.50732154879574,-324.99990222335174,0.0,432.50732154879574,-374.99999999999994,0.0,437.5076552930884,-324.99990222335174,0.0,437.5076552930884,-374.99999999999994,0.0,442.50732154879574,-324.99990222335174,0.0,442.50732154879574,-374.99999999999994,0.0,447.5076552930884,-324.99990222335174,0.0,447.5076552930884,-374.99999999999994,0.0,452.50732154879563,-324.99990222335174,0.0,452.50732154879563,-374.99999999999994,0.0,457.50765529308836,-324.99990222335174,0.0,457.50765529308836,-374.99999999999994,0.0,462.50732154879563,-324.99990222335174,0.0,462.50732154879563,-374.99999999999994,0.0,467.50765529308836,-324.99990222335174,0.0,467.50765529308836,-374.99999999999994,0.0,472.5073215487957,-324.99990222335174,0.0,472.5073215487957,-374.99999999999994,0.0,477.50765529308836,-324.99990222335174,0.0,477.50765529308836,-374.99999999999994,0.0,482.5073215487957,-324.99990222335174,0.0,482.5073215487957,-374.99999999999994,0.0,487.50765529308836,-324.99990222335174,0.0,487.50765529308836,-374.99999999999994,0.0,492.5073215487957,-324.99990222335174,0.0,492.5073215487957,-374.99999999999994,0.0,497.50765529308836,-324.99990222335174,0.0,497.50765529308836,-374.99999999999994,0.0};
			return value;
		}
		private double[] getCoordinate_6_44_point_3()
		{
			double[] value = {502.5073215487957,-324.99990222335174,0.0,502.5073215487957,-374.99999999999994,0.0,507.5076552930884,-324.99990222335174,0.0,507.5076552930884,-374.99999999999994,0.0,512.5076552930884,-324.99990222335174,0.0,512.5076552930884,-374.99999999999994,0.0,517.5073215487957,-324.99990222335174,0.0,517.5073215487957,-374.99999999999994,0.0,522.5076552930884,-324.99990222335174,0.0,522.5076552930884,-374.99999999999994,0.0,527.5073215487957,-324.99990222335174,0.0,527.5073215487957,-374.99999999999994,0.0,532.5076552930884,-324.99990222335174,0.0,532.5076552930884,-374.99999999999994,0.0,537.5073215487957,-324.99990222335174,0.0,537.5073215487957,-374.99999999999994,0.0,542.5076552930884,-324.99990222335174,0.0,542.5076552930884,-374.99999999999994,0.0,547.5073215487957,-324.99990222335174,0.0,547.5073215487957,-374.99999999999994,0.0,552.5076552930884,-324.99990222335174,0.0,552.5076552930884,-374.99999999999994,0.0,557.5073215487957,-324.99990222335174,0.0,557.5073215487957,-374.99999999999994,0.0,562.5076552930884,-324.99990222335174,0.0,562.5076552930884,-374.99999999999994,0.0,567.5073215487957,-324.99990222335174,0.0,567.5073215487957,-374.99999999999994,0.0,572.5076552930884,-324.99990222335174,0.0,572.5076552930884,-374.99999999999994,0.0,577.5073215487957,-324.99990222335174,0.0,577.5073215487957,-374.99999999999994,0.0,582.5076552930883,-324.99990222335174,0.0,582.5076552930883,-374.99999999999994,0.0,587.5073215487956,-324.99990222335174,0.0,587.5073215487956,-374.99999999999994,0.0,592.5076552930884,-324.99990222335174,0.0,592.5076552930884,-374.99999999999994,0.0,597.5076552930884,-324.99990222335174,0.0,597.5076552930884,-374.99999999999994,0.0,602.5073215487956,-324.99990222335174,0.0,602.5073215487956,-374.99999999999994,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_45_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_6_45_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_49_point_1()
		{
			double[] value = {0.0,-374.99999999999994,0.0,0.0,-424.99999999999994,0.0,7.5076526857110775,-374.99999999999994,0.0,7.5076526857110775,-424.99999999999994,0.0,12.507650078333791,-374.99999999999994,0.0,12.507650078333791,-424.99999999999994,0.0,17.507644863579216,-374.99999999999994,0.0,17.507644863579216,-424.99999999999994,0.0,22.50764486357922,-374.99999999999994,0.0,22.50764486357922,-424.99999999999994,0.0,27.507655293088362,-374.99999999999994,0.0,27.507655293088362,-424.99999999999994,0.0,32.50763443407007,-374.99999999999994,0.0,32.50763443407007,-424.99999999999994,0.0,37.50765529308836,-374.99999999999994,0.0,37.50765529308836,-424.99999999999994,0.0,42.50763443407007,-374.99999999999994,0.0,42.50763443407007,-424.99999999999994,0.0,47.50765529308837,-374.99999999999994,0.0,47.50765529308837,-424.99999999999994,0.0,52.50765529308837,-374.99999999999994,0.0,52.50765529308837,-424.99999999999994,0.0,57.507613575051785,-374.99999999999994,0.0,57.507613575051785,-424.99999999999994,0.0,62.50761357505178,-374.99999999999994,0.0,62.50761357505178,-424.99999999999994,0.0,67.50765529308836,-374.99999999999994,0.0,67.50765529308836,-424.99999999999994,0.0,72.50765529308838,-374.99999999999994,0.0,72.50765529308838,-424.99999999999994,0.0,77.50761357505178,-374.99999999999994,0.0,77.50761357505178,-424.99999999999994,0.0,82.50761357505178,-374.99999999999994,0.0,82.50761357505178,-424.99999999999994,0.0,87.50765529308836,-374.99999999999994,0.0,87.50765529308836,-424.99999999999994,0.0,92.50765529308836,-374.99999999999994,0.0,92.50765529308836,-424.99999999999994,0.0,97.50765529308836,-374.99999999999994,0.0,97.50765529308836,-424.99999999999994,0.0,102.50765529308838,-374.99999999999994,0.0,102.50765529308838,-424.99999999999994,0.0,107.50765529308838,-374.99999999999994,0.0,107.50765529308838,-424.99999999999994,0.0,112.50757185701521,-374.99999999999994,0.0,112.50757185701521,-424.99999999999994,0.0,117.50757185701518,-374.99999999999994,0.0,117.50757185701518,-424.99999999999994,0.0,122.5075718570152,-374.99999999999994,0.0,122.5075718570152,-424.99999999999994,0.0,127.5075718570152,-374.99999999999994,0.0,127.5075718570152,-424.99999999999994,0.0,132.50765529308836,-374.99999999999994,0.0,132.50765529308836,-424.99999999999994,0.0,137.50765529308836,-374.99999999999994,0.0,137.50765529308836,-424.99999999999994,0.0,142.5076552930884,-374.99999999999994,0.0,142.5076552930884,-424.99999999999994,0.0,147.50765529308836,-374.99999999999994,0.0,147.50765529308836,-424.99999999999994,0.0,152.5075718570152,-374.99999999999994,0.0,152.5075718570152,-424.99999999999994,0.0,157.5075718570152,-374.99999999999994,0.0,157.5075718570152,-424.99999999999994,0.0,162.5075718570152,-374.99999999999994,0.0,162.5075718570152,-424.99999999999994,0.0,167.5075718570152,-374.99999999999994,0.0,167.5075718570152,-424.99999999999994,0.0,172.50765529308836,-374.99999999999994,0.0,172.50765529308836,-424.99999999999994,0.0,177.50765529308833,-374.99999999999994,0.0,177.50765529308833,-424.99999999999994,0.0,182.50765529308833,-374.99999999999994,0.0,182.50765529308833,-424.99999999999994,0.0,187.50765529308833,-374.99999999999994,0.0,187.50765529308833,-424.99999999999994,0.0,192.50765529308836,-374.99999999999994,0.0,192.50765529308836,-424.99999999999994,0.0,197.50765529308836,-374.99999999999994,0.0,197.50765529308836,-424.99999999999994,0.0,202.50765529308836,-374.99999999999994,0.0,202.50765529308836,-424.99999999999994,0.0,207.50765529308836,-374.99999999999994,0.0,207.50765529308836,-424.99999999999994,0.0,212.50765529308836,-374.99999999999994,0.0,212.50765529308836,-424.99999999999994,0.0,217.50748842094202,-374.99999999999994,0.0,217.50748842094202,-424.99999999999994,0.0,222.50748842094202,-374.99999999999994,0.0,222.50748842094202,-424.99999999999994,0.0,227.50748842094197,-374.99999999999994,0.0,227.50748842094197,-424.99999999999994,0.0,232.507488420942,-374.99999999999994,0.0,232.507488420942,-424.99999999999994,0.0,237.507488420942,-374.99999999999994,0.0,237.507488420942,-424.99999999999994,0.0,242.507488420942,-374.99999999999994,0.0,242.507488420942,-424.99999999999994,0.0,247.507488420942,-374.99999999999994,0.0,247.507488420942,-424.99999999999994,0.0};
			return value;
		}
		private double[] getCoordinate_6_49_point_2()
		{
			double[] value = {252.507488420942,-374.99999999999994,0.0,252.507488420942,-424.99999999999994,0.0,257.50765529308836,-374.99999999999994,0.0,257.50765529308836,-424.99999999999994,0.0,262.50765529308836,-374.99999999999994,0.0,262.50765529308836,-424.99999999999994,0.0,267.50765529308836,-374.99999999999994,0.0,267.50765529308836,-424.99999999999994,0.0,272.50765529308836,-374.99999999999994,0.0,272.50765529308836,-424.99999999999994,0.0,277.50765529308836,-374.99999999999994,0.0,277.50765529308836,-424.99999999999994,0.0,282.50765529308836,-374.99999999999994,0.0,282.50765529308836,-424.99999999999994,0.0,287.50765529308836,-374.99999999999994,0.0,287.50765529308836,-424.99999999999994,0.0,292.50765529308836,-374.99999999999994,0.0,292.50765529308836,-424.99999999999994,0.0,297.50765529308836,-374.99999999999994,0.0,297.50765529308836,-424.99999999999994,0.0,302.50748842094197,-374.99999999999994,0.0,302.50748842094197,-424.99999999999994,0.0,307.50748842094197,-374.99999999999994,0.0,307.50748842094197,-424.99999999999994,0.0,312.50748842094197,-374.99999999999994,0.0,312.50748842094197,-424.99999999999994,0.0,317.507488420942,-374.99999999999994,0.0,317.507488420942,-424.99999999999994,0.0,322.507488420942,-374.99999999999994,0.0,322.507488420942,-424.99999999999994,0.0,327.507488420942,-374.99999999999994,0.0,327.507488420942,-424.99999999999994,0.0,332.507488420942,-374.99999999999994,0.0,332.507488420942,-424.99999999999994,0.0,337.507488420942,-374.99999999999994,0.0,337.507488420942,-424.99999999999994,0.0,342.50765529308836,-374.99999999999994,0.0,342.50765529308836,-424.99999999999994,0.0,347.50765529308836,-374.99999999999994,0.0,347.50765529308836,-424.99999999999994,0.0,352.50765529308836,-374.99999999999994,0.0,352.50765529308836,-424.99999999999994,0.0,357.5073215487957,-374.99999999999994,0.0,357.5073215487957,-424.99999999999994,0.0,362.50765529308836,-374.99999999999994,0.0,362.50765529308836,-424.99999999999994,0.0,367.5073215487957,-374.99999999999994,0.0,367.5073215487957,-424.99999999999994,0.0,372.50765529308836,-374.99999999999994,0.0,372.50765529308836,-424.99999999999994,0.0,377.5073215487957,-374.99999999999994,0.0,377.5073215487957,-424.99999999999994,0.0,382.5076552930884,-374.99999999999994,0.0,382.5076552930884,-424.99999999999994,0.0,387.5073215487957,-374.99999999999994,0.0,387.5073215487957,-424.99999999999994,0.0,392.5076552930884,-374.99999999999994,0.0,392.5076552930884,-424.99999999999994,0.0,397.5073215487957,-374.99999999999994,0.0,397.5073215487957,-424.99999999999994,0.0,402.5076552930884,-374.99999999999994,0.0,402.5076552930884,-424.99999999999994,0.0,407.5073215487957,-374.99999999999994,0.0,407.5073215487957,-424.99999999999994,0.0,412.5076552930884,-374.99999999999994,0.0,412.5076552930884,-424.99999999999994,0.0,417.5073215487957,-374.99999999999994,0.0,417.5073215487957,-424.99999999999994,0.0,422.5076552930884,-374.99999999999994,0.0,422.5076552930884,-424.99999999999994,0.0,427.5076552930884,-374.99999999999994,0.0,427.5076552930884,-424.99999999999994,0.0,432.50732154879574,-374.99999999999994,0.0,432.50732154879574,-424.99999999999994,0.0,437.5076552930884,-374.99999999999994,0.0,437.5076552930884,-424.99999999999994,0.0,442.50732154879574,-374.99999999999994,0.0,442.50732154879574,-424.99999999999994,0.0,447.5076552930884,-374.99999999999994,0.0,447.5076552930884,-424.99999999999994,0.0,452.50732154879563,-374.99999999999994,0.0,452.50732154879563,-424.99999999999994,0.0,457.50765529308836,-374.99999999999994,0.0,457.50765529308836,-424.99999999999994,0.0,462.50732154879563,-374.99999999999994,0.0,462.50732154879563,-424.99999999999994,0.0,467.50765529308836,-374.99999999999994,0.0,467.50765529308836,-424.99999999999994,0.0,472.5073215487957,-374.99999999999994,0.0,472.5073215487957,-424.99999999999994,0.0,477.50765529308836,-374.99999999999994,0.0,477.50765529308836,-424.99999999999994,0.0,482.5073215487957,-374.99999999999994,0.0,482.5073215487957,-424.99999999999994,0.0,487.50765529308836,-374.99999999999994,0.0,487.50765529308836,-424.99999999999994,0.0,492.5073215487957,-374.99999999999994,0.0,492.5073215487957,-424.99999999999994,0.0,497.50765529308836,-374.99999999999994,0.0,497.50765529308836,-424.99999999999994,0.0};
			return value;
		}
		private double[] getCoordinate_6_49_point_3()
		{
			double[] value = {502.5073215487957,-374.99999999999994,0.0,502.5073215487957,-424.99999999999994,0.0,507.5076552930884,-374.99999999999994,0.0,507.5076552930884,-424.99999999999994,0.0,512.5076552930884,-374.99999999999994,0.0,512.5076552930884,-424.99999999999994,0.0,517.5073215487957,-374.99999999999994,0.0,517.5073215487957,-424.99999999999994,0.0,522.5076552930884,-374.99999999999994,0.0,522.5076552930884,-424.99999999999994,0.0,527.5073215487957,-374.99999999999994,0.0,527.5073215487957,-424.99999999999994,0.0,532.5076552930884,-374.99999999999994,0.0,532.5076552930884,-424.99999999999994,0.0,537.5073215487957,-374.99999999999994,0.0,537.5073215487957,-424.99999999999994,0.0,542.5076552930884,-374.99999999999994,0.0,542.5076552930884,-424.99999999999994,0.0,547.5073215487957,-374.99999999999994,0.0,547.5073215487957,-424.99999999999994,0.0,552.5076552930884,-374.99999999999994,0.0,552.5076552930884,-424.99999999999994,0.0,557.5073215487957,-374.99999999999994,0.0,557.5073215487957,-424.99999999999994,0.0,562.5076552930884,-374.99999999999994,0.0,562.5076552930884,-424.99999999999994,0.0,567.5073215487957,-374.99999999999994,0.0,567.5073215487957,-424.99999999999994,0.0,572.5076552930884,-374.99999999999994,0.0,572.5076552930884,-424.99999999999994,0.0,577.5073215487957,-374.99999999999994,0.0,577.5073215487957,-424.99999999999994,0.0,582.5076552930883,-374.99999999999994,0.0,582.5076552930883,-424.99999999999994,0.0,587.5073215487956,-374.99999999999994,0.0,587.5073215487956,-424.99999999999994,0.0,592.5076552930884,-374.99999999999994,0.0,592.5076552930884,-424.99999999999994,0.0,597.5076552930884,-374.99999999999994,0.0,597.5076552930884,-424.99999999999994,0.0,602.5073215487956,-374.99999999999994,0.0,602.5073215487956,-424.99999999999994,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_50_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_6_50_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_54_point_1()
		{
			double[] value = {0.0,-424.99999999999994,0.0,0.0,-474.9998044467034,0.0,7.5076526857110775,-424.99999999999994,0.0,7.5076526857110775,-474.9998044467034,0.0,12.507650078333791,-424.99999999999994,0.0,12.507650078333791,-474.9998044467034,0.0,17.507644863579216,-424.99999999999994,0.0,17.507644863579216,-474.9998044467034,0.0,22.50764486357922,-424.99999999999994,0.0,22.50764486357922,-474.9998044467034,0.0,27.507655293088362,-424.99999999999994,0.0,27.507655293088362,-474.9998044467034,0.0,32.50763443407007,-424.99999999999994,0.0,32.50763443407007,-474.9998044467034,0.0,37.50765529308836,-424.99999999999994,0.0,37.50765529308836,-474.9998044467034,0.0,42.50763443407007,-424.99999999999994,0.0,42.50763443407007,-474.9998044467034,0.0,47.50765529308837,-424.99999999999994,0.0,47.50765529308837,-474.9998044467034,0.0,52.50765529308837,-424.99999999999994,0.0,52.50765529308837,-474.9998044467034,0.0,57.507613575051785,-424.99999999999994,0.0,57.507613575051785,-474.9998044467034,0.0,62.50761357505178,-424.99999999999994,0.0,62.50761357505178,-474.9998044467034,0.0,67.50765529308836,-424.99999999999994,0.0,67.50765529308836,-474.9998044467034,0.0,72.50765529308838,-424.99999999999994,0.0,72.50765529308838,-474.9998044467034,0.0,77.50761357505178,-424.99999999999994,0.0,77.50761357505178,-474.9998044467034,0.0,82.50761357505178,-424.99999999999994,0.0,82.50761357505178,-474.9998044467034,0.0,87.50765529308836,-424.99999999999994,0.0,87.50765529308836,-474.9998044467034,0.0,92.50765529308836,-424.99999999999994,0.0,92.50765529308836,-474.9998044467034,0.0,97.50765529308836,-424.99999999999994,0.0,97.50765529308836,-474.9998044467034,0.0,102.50765529308838,-424.99999999999994,0.0,102.50765529308838,-474.9998044467034,0.0,107.50765529308838,-424.99999999999994,0.0,107.50765529308838,-474.9998044467034,0.0,112.50757185701521,-424.99999999999994,0.0,112.50757185701521,-474.9998044467034,0.0,117.50757185701518,-424.99999999999994,0.0,117.50757185701518,-474.9998044467034,0.0,122.5075718570152,-424.99999999999994,0.0,122.5075718570152,-474.9998044467034,0.0,127.5075718570152,-424.99999999999994,0.0,127.5075718570152,-474.9998044467034,0.0,132.50765529308836,-424.99999999999994,0.0,132.50765529308836,-474.9998044467034,0.0,137.50765529308836,-424.99999999999994,0.0,137.50765529308836,-474.9998044467034,0.0,142.5076552930884,-424.99999999999994,0.0,142.5076552930884,-474.9998044467034,0.0,147.50765529308836,-424.99999999999994,0.0,147.50765529308836,-474.9998044467034,0.0,152.5075718570152,-424.99999999999994,0.0,152.5075718570152,-474.9998044467034,0.0,157.5075718570152,-424.99999999999994,0.0,157.5075718570152,-474.9998044467034,0.0,162.5075718570152,-424.99999999999994,0.0,162.5075718570152,-474.9998044467034,0.0,167.5075718570152,-424.99999999999994,0.0,167.5075718570152,-474.9998044467034,0.0,172.50765529308836,-424.99999999999994,0.0,172.50765529308836,-474.9998044467034,0.0,177.50765529308833,-424.99999999999994,0.0,177.50765529308833,-474.9998044467034,0.0,182.50765529308833,-424.99999999999994,0.0,182.50765529308833,-474.9998044467034,0.0,187.50765529308833,-424.99999999999994,0.0,187.50765529308833,-474.9998044467034,0.0,192.50765529308836,-424.99999999999994,0.0,192.50765529308836,-474.9998044467034,0.0,197.50765529308836,-424.99999999999994,0.0,197.50765529308836,-474.9998044467034,0.0,202.50765529308836,-424.99999999999994,0.0,202.50765529308836,-474.9998044467034,0.0,207.50765529308836,-424.99999999999994,0.0,207.50765529308836,-474.9998044467034,0.0,212.50765529308836,-424.99999999999994,0.0,212.50765529308836,-474.9998044467034,0.0,217.50748842094202,-424.99999999999994,0.0,217.50748842094202,-474.9998044467034,0.0,222.50748842094202,-424.99999999999994,0.0,222.50748842094202,-474.9998044467034,0.0,227.50748842094197,-424.99999999999994,0.0,227.50748842094197,-474.9998044467034,0.0,232.507488420942,-424.99999999999994,0.0,232.507488420942,-474.9998044467034,0.0,237.507488420942,-424.99999999999994,0.0,237.507488420942,-474.9998044467034,0.0,242.507488420942,-424.99999999999994,0.0,242.507488420942,-474.9998044467034,0.0,247.507488420942,-424.99999999999994,0.0,247.507488420942,-474.9998044467034,0.0};
			return value;
		}
		private double[] getCoordinate_6_54_point_2()
		{
			double[] value = {252.507488420942,-424.99999999999994,0.0,252.507488420942,-474.9998044467034,0.0,257.50765529308836,-424.99999999999994,0.0,257.50765529308836,-474.9998044467034,0.0,262.50765529308836,-424.99999999999994,0.0,262.50765529308836,-474.9998044467034,0.0,267.50765529308836,-424.99999999999994,0.0,267.50765529308836,-474.9998044467034,0.0,272.50765529308836,-424.99999999999994,0.0,272.50765529308836,-474.9998044467034,0.0,277.50765529308836,-424.99999999999994,0.0,277.50765529308836,-474.9998044467034,0.0,282.50765529308836,-424.99999999999994,0.0,282.50765529308836,-474.9998044467034,0.0,287.50765529308836,-424.99999999999994,0.0,287.50765529308836,-474.9998044467034,0.0,292.50765529308836,-424.99999999999994,0.0,292.50765529308836,-474.9998044467034,0.0,297.50765529308836,-424.99999999999994,0.0,297.50765529308836,-474.9998044467034,0.0,302.50748842094197,-424.99999999999994,0.0,302.50748842094197,-474.9998044467034,0.0,307.50748842094197,-424.99999999999994,0.0,307.50748842094197,-474.9998044467034,0.0,312.50748842094197,-424.99999999999994,0.0,312.50748842094197,-474.9998044467034,0.0,317.507488420942,-424.99999999999994,0.0,317.507488420942,-474.9998044467034,0.0,322.507488420942,-424.99999999999994,0.0,322.507488420942,-474.9998044467034,0.0,327.507488420942,-424.99999999999994,0.0,327.507488420942,-474.9998044467034,0.0,332.507488420942,-424.99999999999994,0.0,332.507488420942,-474.9998044467034,0.0,337.507488420942,-424.99999999999994,0.0,337.507488420942,-474.9998044467034,0.0,342.50765529308836,-424.99999999999994,0.0,342.50765529308836,-474.9998044467034,0.0,347.50765529308836,-424.99999999999994,0.0,347.50765529308836,-474.9998044467034,0.0,352.50765529308836,-424.99999999999994,0.0,352.50765529308836,-474.9998044467034,0.0,357.5073215487957,-424.99999999999994,0.0,357.5073215487957,-474.9998044467034,0.0,362.50765529308836,-424.99999999999994,0.0,362.50765529308836,-474.9998044467034,0.0,367.5073215487957,-424.99999999999994,0.0,367.5073215487957,-474.9998044467034,0.0,372.50765529308836,-424.99999999999994,0.0,372.50765529308836,-474.9998044467034,0.0,377.5073215487957,-424.99999999999994,0.0,377.5073215487957,-474.9998044467034,0.0,382.5076552930884,-424.99999999999994,0.0,382.5076552930884,-474.9998044467034,0.0,387.5073215487957,-424.99999999999994,0.0,387.5073215487957,-474.9998044467034,0.0,392.5076552930884,-424.99999999999994,0.0,392.5076552930884,-474.9998044467034,0.0,397.5073215487957,-424.99999999999994,0.0,397.5073215487957,-474.9998044467034,0.0,402.5076552930884,-424.99999999999994,0.0,402.5076552930884,-474.9998044467034,0.0,407.5073215487957,-424.99999999999994,0.0,407.5073215487957,-474.9998044467034,0.0,412.5076552930884,-424.99999999999994,0.0,412.5076552930884,-474.9998044467034,0.0,417.5073215487957,-424.99999999999994,0.0,417.5073215487957,-474.9998044467034,0.0,422.5076552930884,-424.99999999999994,0.0,422.5076552930884,-474.9998044467034,0.0,427.5076552930884,-424.99999999999994,0.0,427.5076552930884,-474.9998044467034,0.0,432.50732154879574,-424.99999999999994,0.0,432.50732154879574,-474.9998044467034,0.0,437.5076552930884,-424.99999999999994,0.0,437.5076552930884,-474.9998044467034,0.0,442.50732154879574,-424.99999999999994,0.0,442.50732154879574,-474.9998044467034,0.0,447.5076552930884,-424.99999999999994,0.0,447.5076552930884,-474.9998044467034,0.0,452.50732154879563,-424.99999999999994,0.0,452.50732154879563,-474.9998044467034,0.0,457.50765529308836,-424.99999999999994,0.0,457.50765529308836,-474.9998044467034,0.0,462.50732154879563,-424.99999999999994,0.0,462.50732154879563,-474.9998044467034,0.0,467.50765529308836,-424.99999999999994,0.0,467.50765529308836,-474.9998044467034,0.0,472.5073215487957,-424.99999999999994,0.0,472.5073215487957,-474.9998044467034,0.0,477.50765529308836,-424.99999999999994,0.0,477.50765529308836,-474.9998044467034,0.0,482.5073215487957,-424.99999999999994,0.0,482.5073215487957,-474.9998044467034,0.0,487.50765529308836,-424.99999999999994,0.0,487.50765529308836,-474.9998044467034,0.0,492.5073215487957,-424.99999999999994,0.0,492.5073215487957,-474.9998044467034,0.0,497.50765529308836,-424.99999999999994,0.0,497.50765529308836,-474.9998044467034,0.0};
			return value;
		}
		private double[] getCoordinate_6_54_point_3()
		{
			double[] value = {502.5073215487957,-424.99999999999994,0.0,502.5073215487957,-474.9998044467034,0.0,507.5076552930884,-424.99999999999994,0.0,507.5076552930884,-474.9998044467034,0.0,512.5076552930884,-424.99999999999994,0.0,512.5076552930884,-474.9998044467034,0.0,517.5073215487957,-424.99999999999994,0.0,517.5073215487957,-474.9998044467034,0.0,522.5076552930884,-424.99999999999994,0.0,522.5076552930884,-474.9998044467034,0.0,527.5073215487957,-424.99999999999994,0.0,527.5073215487957,-474.9998044467034,0.0,532.5076552930884,-424.99999999999994,0.0,532.5076552930884,-474.9998044467034,0.0,537.5073215487957,-424.99999999999994,0.0,537.5073215487957,-474.9998044467034,0.0,542.5076552930884,-424.99999999999994,0.0,542.5076552930884,-474.9998044467034,0.0,547.5073215487957,-424.99999999999994,0.0,547.5073215487957,-474.9998044467034,0.0,552.5076552930884,-424.99999999999994,0.0,552.5076552930884,-474.9998044467034,0.0,557.5073215487957,-424.99999999999994,0.0,557.5073215487957,-474.9998044467034,0.0,562.5076552930884,-424.99999999999994,0.0,562.5076552930884,-474.9998044467034,0.0,567.5073215487957,-424.99999999999994,0.0,567.5073215487957,-474.9998044467034,0.0,572.5076552930884,-424.99999999999994,0.0,572.5076552930884,-474.9998044467034,0.0,577.5073215487957,-424.99999999999994,0.0,577.5073215487957,-474.9998044467034,0.0,582.5076552930883,-424.99999999999994,0.0,582.5076552930883,-474.9998044467034,0.0,587.5073215487956,-424.99999999999994,0.0,587.5073215487956,-474.9998044467034,0.0,592.5076552930884,-424.99999999999994,0.0,592.5076552930884,-474.9998044467034,0.0,597.5076552930884,-424.99999999999994,0.0,597.5076552930884,-474.9998044467034,0.0,602.5073215487956,-424.99999999999994,0.0,602.5073215487956,-474.9998044467034,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_55_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_6_55_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};
			return value;
		}


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


		/** Define subarrays using type double[] */
		private double[] getCoordinate_6_59_point_1()
		{
			double[] value = {0.0,-474.9998044467034,0.0,0.0,-549.2122073186038,0.0,7.5076526857110775,-474.9998044467034,0.0,7.5076526857110775,-549.2122073186038,0.0,12.507650078333791,-474.9998044467034,0.0,12.507650078333791,-549.2122073186038,0.0,17.507644863579216,-474.9998044467034,0.0,17.507644863579216,-549.2122073186038,0.0,22.50764486357922,-474.9998044467034,0.0,22.50764486357922,-549.2122073186038,0.0,27.507655293088362,-474.9998044467034,0.0,27.507655293088362,-549.2122073186038,0.0,32.50763443407007,-474.9998044467034,0.0,32.50763443407007,-549.2122073186038,0.0,37.50765529308836,-474.9998044467034,0.0,37.50765529308836,-549.2122073186038,0.0,42.50763443407007,-474.9998044467034,0.0,42.50763443407007,-549.2122073186038,0.0,47.50765529308837,-474.9998044467034,0.0,47.50765529308837,-549.2122073186038,0.0,52.50765529308837,-474.9998044467034,0.0,52.50765529308837,-549.2122073186038,0.0,57.507613575051785,-474.9998044467034,0.0,57.507613575051785,-549.2122073186038,0.0,62.50761357505178,-474.9998044467034,0.0,62.50761357505178,-549.2122073186038,0.0,67.50765529308836,-474.9998044467034,0.0,67.50765529308836,-549.2122073186038,0.0,72.50765529308838,-474.9998044467034,0.0,72.50765529308838,-549.2122073186038,0.0,77.50761357505178,-474.9998044467034,0.0,77.50761357505178,-549.2122073186038,0.0,82.50761357505178,-474.9998044467034,0.0,82.50761357505178,-549.2122073186038,0.0,87.50765529308836,-474.9998044467034,0.0,87.50765529308836,-549.2122073186038,0.0,92.50765529308836,-474.9998044467034,0.0,92.50765529308836,-549.2122073186038,0.0,97.50765529308836,-474.9998044467034,0.0,97.50765529308836,-549.2122073186038,0.0,102.50765529308838,-474.9998044467034,0.0,102.50765529308838,-549.2122073186038,0.0,107.50765529308838,-474.9998044467034,0.0,107.50765529308838,-549.2122073186038,0.0,112.50757185701521,-474.9998044467034,0.0,112.50757185701521,-549.2122073186038,0.0,117.50757185701518,-474.9998044467034,0.0,117.50757185701518,-549.2122073186038,0.0,122.5075718570152,-474.9998044467034,0.0,122.5075718570152,-549.2122073186038,0.0,127.5075718570152,-474.9998044467034,0.0,127.5075718570152,-549.2122073186038,0.0,132.50765529308836,-474.9998044467034,0.0,132.50765529308836,-549.2122073186038,0.0,137.50765529308836,-474.9998044467034,0.0,137.50765529308836,-549.2122073186038,0.0,142.5076552930884,-474.9998044467034,0.0,142.5076552930884,-549.2122073186038,0.0,147.50765529308836,-474.9998044467034,0.0,147.50765529308836,-549.2122073186038,0.0,152.5075718570152,-474.9998044467034,0.0,152.5075718570152,-549.2122073186038,0.0,157.5075718570152,-474.9998044467034,0.0,157.5075718570152,-549.2122073186038,0.0,162.5075718570152,-474.9998044467034,0.0,162.5075718570152,-549.2122073186038,0.0,167.5075718570152,-474.9998044467034,0.0,167.5075718570152,-549.2122073186038,0.0,172.50765529308836,-474.9998044467034,0.0,172.50765529308836,-549.2122073186038,0.0,177.50765529308833,-474.9998044467034,0.0,177.50765529308833,-549.2122073186038,0.0,182.50765529308833,-474.9998044467034,0.0,182.50765529308833,-549.2122073186038,0.0,187.50765529308833,-474.9998044467034,0.0,187.50765529308833,-549.2122073186038,0.0,192.50765529308836,-474.9998044467034,0.0,192.50765529308836,-549.2122073186038,0.0,197.50765529308836,-474.9998044467034,0.0,197.50765529308836,-549.2122073186038,0.0,202.50765529308836,-474.9998044467034,0.0,202.50765529308836,-549.2122073186038,0.0,207.50765529308836,-474.9998044467034,0.0,207.50765529308836,-549.2122073186038,0.0,212.50765529308836,-474.9998044467034,0.0,212.50765529308836,-549.2122073186038,0.0,217.50748842094202,-474.9998044467034,0.0,217.50748842094202,-549.2122073186038,0.0,222.50748842094202,-474.9998044467034,0.0,222.50748842094202,-549.2122073186038,0.0,227.50748842094197,-474.9998044467034,0.0,227.50748842094197,-549.2122073186038,0.0,232.507488420942,-474.9998044467034,0.0,232.507488420942,-549.2122073186038,0.0,237.507488420942,-474.9998044467034,0.0,237.507488420942,-549.2122073186038,0.0,242.507488420942,-474.9998044467034,0.0,242.507488420942,-549.2122073186038,0.0,247.507488420942,-474.9998044467034,0.0,247.507488420942,-549.2122073186038,0.0};
			return value;
		}
		private double[] getCoordinate_6_59_point_2()
		{
			double[] value = {252.507488420942,-474.9998044467034,0.0,252.507488420942,-549.2122073186038,0.0,257.50765529308836,-474.9998044467034,0.0,257.50765529308836,-549.2122073186038,0.0,262.50765529308836,-474.9998044467034,0.0,262.50765529308836,-549.2122073186038,0.0,267.50765529308836,-474.9998044467034,0.0,267.50765529308836,-549.2122073186038,0.0,272.50765529308836,-474.9998044467034,0.0,272.50765529308836,-549.2122073186038,0.0,277.50765529308836,-474.9998044467034,0.0,277.50765529308836,-549.2122073186038,0.0,282.50765529308836,-474.9998044467034,0.0,282.50765529308836,-549.2122073186038,0.0,287.50765529308836,-474.9998044467034,0.0,287.50765529308836,-549.2122073186038,0.0,292.50765529308836,-474.9998044467034,0.0,292.50765529308836,-549.2122073186038,0.0,297.50765529308836,-474.9998044467034,0.0,297.50765529308836,-549.2122073186038,0.0,302.50748842094197,-474.9998044467034,0.0,302.50748842094197,-549.2122073186038,0.0,307.50748842094197,-474.9998044467034,0.0,307.50748842094197,-549.2122073186038,0.0,312.50748842094197,-474.9998044467034,0.0,312.50748842094197,-549.2122073186038,0.0,317.507488420942,-474.9998044467034,0.0,317.507488420942,-549.2122073186038,0.0,322.507488420942,-474.9998044467034,0.0,322.507488420942,-549.2122073186038,0.0,327.507488420942,-474.9998044467034,0.0,327.507488420942,-549.2122073186038,0.0,332.507488420942,-474.9998044467034,0.0,332.507488420942,-549.2122073186038,0.0,337.507488420942,-474.9998044467034,0.0,337.507488420942,-549.2122073186038,0.0,342.50765529308836,-474.9998044467034,0.0,342.50765529308836,-549.2122073186038,0.0,347.50765529308836,-474.9998044467034,0.0,347.50765529308836,-549.2122073186038,0.0,352.50765529308836,-474.9998044467034,0.0,352.50765529308836,-549.2122073186038,0.0,357.5073215487957,-474.9998044467034,0.0,357.5073215487957,-549.2122073186038,0.0,362.50765529308836,-474.9998044467034,0.0,362.50765529308836,-549.2122073186038,0.0,367.5073215487957,-474.9998044467034,0.0,367.5073215487957,-549.2122073186038,0.0,372.50765529308836,-474.9998044467034,0.0,372.50765529308836,-549.2122073186038,0.0,377.5073215487957,-474.9998044467034,0.0,377.5073215487957,-549.2122073186038,0.0,382.5076552930884,-474.9998044467034,0.0,382.5076552930884,-549.2122073186038,0.0,387.5073215487957,-474.9998044467034,0.0,387.5073215487957,-549.2122073186038,0.0,392.5076552930884,-474.9998044467034,0.0,392.5076552930884,-549.2122073186038,0.0,397.5073215487957,-474.9998044467034,0.0,397.5073215487957,-549.2122073186038,0.0,402.5076552930884,-474.9998044467034,0.0,402.5076552930884,-549.2122073186038,0.0,407.5073215487957,-474.9998044467034,0.0,407.5073215487957,-549.2122073186038,0.0,412.5076552930884,-474.9998044467034,0.0,412.5076552930884,-549.2122073186038,0.0,417.5073215487957,-474.9998044467034,0.0,417.5073215487957,-549.2122073186038,0.0,422.5076552930884,-474.9998044467034,0.0,422.5076552930884,-549.2122073186038,0.0,427.5076552930884,-474.9998044467034,0.0,427.5076552930884,-549.2122073186038,0.0,432.50732154879574,-474.9998044467034,0.0,432.50732154879574,-549.2122073186038,0.0,437.5076552930884,-474.9998044467034,0.0,437.5076552930884,-549.2122073186038,0.0,442.50732154879574,-474.9998044467034,0.0,442.50732154879574,-549.2122073186038,0.0,447.5076552930884,-474.9998044467034,0.0,447.5076552930884,-549.2122073186038,0.0,452.50732154879563,-474.9998044467034,0.0,452.50732154879563,-549.2122073186038,0.0,457.50765529308836,-474.9998044467034,0.0,457.50765529308836,-549.2122073186038,0.0,462.50732154879563,-474.9998044467034,0.0,462.50732154879563,-549.2122073186038,0.0,467.50765529308836,-474.9998044467034,0.0,467.50765529308836,-549.2122073186038,0.0,472.5073215487957,-474.9998044467034,0.0,472.5073215487957,-549.2122073186038,0.0,477.50765529308836,-474.9998044467034,0.0,477.50765529308836,-549.2122073186038,0.0,482.5073215487957,-474.9998044467034,0.0,482.5073215487957,-549.2122073186038,0.0,487.50765529308836,-474.9998044467034,0.0,487.50765529308836,-549.2122073186038,0.0,492.5073215487957,-474.9998044467034,0.0,492.5073215487957,-549.2122073186038,0.0,497.50765529308836,-474.9998044467034,0.0,497.50765529308836,-549.2122073186038,0.0};
			return value;
		}
		private double[] getCoordinate_6_59_point_3()
		{
			double[] value = {502.5073215487957,-474.9998044467034,0.0,502.5073215487957,-549.2122073186038,0.0,507.5076552930884,-474.9998044467034,0.0,507.5076552930884,-549.2122073186038,0.0,512.5076552930884,-474.9998044467034,0.0,512.5076552930884,-549.2122073186038,0.0,517.5073215487957,-474.9998044467034,0.0,517.5073215487957,-549.2122073186038,0.0,522.5076552930884,-474.9998044467034,0.0,522.5076552930884,-549.2122073186038,0.0,527.5073215487957,-474.9998044467034,0.0,527.5073215487957,-549.2122073186038,0.0,532.5076552930884,-474.9998044467034,0.0,532.5076552930884,-549.2122073186038,0.0,537.5073215487957,-474.9998044467034,0.0,537.5073215487957,-549.2122073186038,0.0,542.5076552930884,-474.9998044467034,0.0,542.5076552930884,-549.2122073186038,0.0,547.5073215487957,-474.9998044467034,0.0,547.5073215487957,-549.2122073186038,0.0,552.5076552930884,-474.9998044467034,0.0,552.5076552930884,-549.2122073186038,0.0,557.5073215487957,-474.9998044467034,0.0,557.5073215487957,-549.2122073186038,0.0,562.5076552930884,-474.9998044467034,0.0,562.5076552930884,-549.2122073186038,0.0,567.5073215487957,-474.9998044467034,0.0,567.5073215487957,-549.2122073186038,0.0,572.5076552930884,-474.9998044467034,0.0,572.5076552930884,-549.2122073186038,0.0,577.5073215487957,-474.9998044467034,0.0,577.5073215487957,-549.2122073186038,0.0,582.5076552930883,-474.9998044467034,0.0,582.5076552930883,-549.2122073186038,0.0,587.5073215487956,-474.9998044467034,0.0,587.5073215487956,-549.2122073186038,0.0,592.5076552930884,-474.9998044467034,0.0,592.5076552930884,-549.2122073186038,0.0,597.5076552930884,-474.9998044467034,0.0,597.5076552930884,-549.2122073186038,0.0,602.5073215487956,-474.9998044467034,0.0,602.5073215487956,-549.2122073186038,0.0};
			return value;
		}


		/** Define subarrays using type double[] */
		private double[] getColor_6_60_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_6_60_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};
			return value;
		}

		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #14, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_14_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_14_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_14_coordIndex_1()));
			return IndexedFaceSet_5_14_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #14, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_14_point()
		{
			MFVec3f Coordinate_6_14_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_14_point_1()))
				.append(new MFVec3f(getCoordinate_6_14_point_2()))
				.append(new MFVec3f(getCoordinate_6_14_point_3()));
			return Coordinate_6_14_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #15, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_15_color()
		{
			MFColor Color_6_15_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_15_color_1()))
				.append(new MFColor(getColor_6_15_color_2()));
			return Color_6_15_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #19, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_19_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_19_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_19_coordIndex_1()));
			return IndexedFaceSet_5_19_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #19, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_19_point()
		{
			MFVec3f Coordinate_6_19_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_19_point_1()))
				.append(new MFVec3f(getCoordinate_6_19_point_2()))
				.append(new MFVec3f(getCoordinate_6_19_point_3()));
			return Coordinate_6_19_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #20, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_20_color()
		{
			MFColor Color_6_20_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_20_color_1()))
				.append(new MFColor(getColor_6_20_color_2()));
			return Color_6_20_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #24, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_24_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_24_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_24_coordIndex_1()));
			return IndexedFaceSet_5_24_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #24, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_24_point()
		{
			MFVec3f Coordinate_6_24_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_24_point_1()))
				.append(new MFVec3f(getCoordinate_6_24_point_2()))
				.append(new MFVec3f(getCoordinate_6_24_point_3()));
			return Coordinate_6_24_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #25, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_25_color()
		{
			MFColor Color_6_25_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_25_color_1()))
				.append(new MFColor(getColor_6_25_color_2()));
			return Color_6_25_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #29, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_29_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_29_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_29_coordIndex_1()));
			return IndexedFaceSet_5_29_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #29, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_29_point()
		{
			MFVec3f Coordinate_6_29_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_29_point_1()))
				.append(new MFVec3f(getCoordinate_6_29_point_2()))
				.append(new MFVec3f(getCoordinate_6_29_point_3()));
			return Coordinate_6_29_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #30, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_30_color()
		{
			MFColor Color_6_30_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_30_color_1()))
				.append(new MFColor(getColor_6_30_color_2()));
			return Color_6_30_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #34, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_34_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_34_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_34_coordIndex_1()));
			return IndexedFaceSet_5_34_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #34, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_34_point()
		{
			MFVec3f Coordinate_6_34_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_34_point_1()))
				.append(new MFVec3f(getCoordinate_6_34_point_2()))
				.append(new MFVec3f(getCoordinate_6_34_point_3()));
			return Coordinate_6_34_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #35, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_35_color()
		{
			MFColor Color_6_35_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_35_color_1()))
				.append(new MFColor(getColor_6_35_color_2()));
			return Color_6_35_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #39, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_39_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_39_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_39_coordIndex_1()));
			return IndexedFaceSet_5_39_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #39, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_39_point()
		{
			MFVec3f Coordinate_6_39_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_39_point_1()))
				.append(new MFVec3f(getCoordinate_6_39_point_2()))
				.append(new MFVec3f(getCoordinate_6_39_point_3()));
			return Coordinate_6_39_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #40, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_40_color()
		{
			MFColor Color_6_40_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_40_color_1()))
				.append(new MFColor(getColor_6_40_color_2()));
			return Color_6_40_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #44, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_44_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_44_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_44_coordIndex_1()));
			return IndexedFaceSet_5_44_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #44, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_44_point()
		{
			MFVec3f Coordinate_6_44_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_44_point_1()))
				.append(new MFVec3f(getCoordinate_6_44_point_2()))
				.append(new MFVec3f(getCoordinate_6_44_point_3()));
			return Coordinate_6_44_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #45, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_45_color()
		{
			MFColor Color_6_45_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_45_color_1()))
				.append(new MFColor(getColor_6_45_color_2()));
			return Color_6_45_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #49, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_49_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_49_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_49_coordIndex_1()));
			return IndexedFaceSet_5_49_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #49, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_49_point()
		{
			MFVec3f Coordinate_6_49_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_49_point_1()))
				.append(new MFVec3f(getCoordinate_6_49_point_2()))
				.append(new MFVec3f(getCoordinate_6_49_point_3()));
			return Coordinate_6_49_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #50, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_50_color()
		{
			MFColor Color_6_50_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_50_color_1()))
				.append(new MFColor(getColor_6_50_color_2()));
			return Color_6_50_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #54, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_54_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_54_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_54_coordIndex_1()));
			return IndexedFaceSet_5_54_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #54, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_54_point()
		{
			MFVec3f Coordinate_6_54_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_54_point_1()))
				.append(new MFVec3f(getCoordinate_6_54_point_2()))
				.append(new MFVec3f(getCoordinate_6_54_point_3()));
			return Coordinate_6_54_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #55, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_55_color()
		{
			MFColor Color_6_55_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_55_color_1()))
				.append(new MFColor(getColor_6_55_color_2()));
			return Color_6_55_color;
		}
		/** Large attribute array: IndexedFaceSet coordIndex field, scene-graph level=5, element #59, 720 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 getIndexedFaceSet_5_59_coordIndex()
		{
			MFInt32 IndexedFaceSet_5_59_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getIndexedFaceSet_5_59_coordIndex_1()));
			return IndexedFaceSet_5_59_coordIndex;
		}
		/** Large attribute array: Coordinate point field, scene-graph level=6, element #59, 726 total numbers made up of 242 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f getCoordinate_6_59_point()
		{
			MFVec3f Coordinate_6_59_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getCoordinate_6_59_point_1()))
				.append(new MFVec3f(getCoordinate_6_59_point_2()))
				.append(new MFVec3f(getCoordinate_6_59_point_3()));
			return Coordinate_6_59_point;
		}
		/** Large attribute array: Color color field, scene-graph level=6, element #60, 363 total numbers made up of 121 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://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_6_60_color()
		{
			MFColor Color_6_60_color = new MFColor()/*2.finalize*/
				.append(new MFColor(getColor_6_60_color_1()))
				.append(new MFColor(getColor_6_60_color_2()));
			return Color_6_60_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 AuvwFullFieldExampleBearing0 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 AuvwFullFieldExampleBearing0().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.AuvwFullFieldExampleBearing0\" 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.AuvwFullFieldExampleBearing0 self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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